Pull request #42636 opened Started by user Sebastiaan van Stijn Rebuilds build #1 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 84df737f500a7d0074e97ea60bdfc02e5fe9be9f+22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 (e86ed7026ef73645ef3eb781c11629e26cb61cd2) 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-42636@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-07-14T07:10:51.895Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-07-14T07:10:51.901Z] Trying to pass milestone 1 [Pipeline] milestone [2021-07-14T07:10:51.957Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-07-14T07:11:07.117Z] Still waiting to schedule task [2021-07-14T07:11:07.119Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline [2021-07-14T07:11:54.556Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09fe0e2c9a320b733) in /home/ubuntu/workspace/moby_PR-42636 [Pipeline] { [Pipeline] checkout [2021-07-14T07:11:54.676Z] The recommended git tool is: git [2021-07-14T07:11:57.784Z] using credential docker-jenkins-github-credentials [2021-07-14T07:11:57.795Z] Cloning the remote Git repository [2021-07-14T07:11:57.795Z] Cloning with configured refspecs honoured and without tags [2021-07-14T07:11:57.576Z] Cloning repository https://github.com/moby/moby.git [2021-07-14T07:11:57.653Z] > git init /home/ubuntu/workspace/moby_PR-42636 # timeout=10 [2021-07-14T07:11:58.053Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:11:58.053Z] > git --version # timeout=10 [2021-07-14T07:11:58.067Z] > git --version # 'git version 2.17.1' [2021-07-14T07:11:58.068Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:11:58.069Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:12:18.047Z] Fetching without tags [2021-07-14T07:12:18.417Z] Merging remotes/origin/master commit 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 into PR head commit 84df737f500a7d0074e97ea60bdfc02e5fe9be9f [2021-07-14T07:12:17.948Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:12:17.961Z] > git config --add remote.origin.fetch +refs/pull/42636/head:refs/remotes/origin/PR-42636 # timeout=10 [2021-07-14T07:12:17.980Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:12:18.007Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:12:18.037Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:12:18.037Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:12:18.038Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:12:18.411Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:12:19.308Z] Merge succeeded, producing a9be2e6d45b17d216b0aef2062eb1e1263833883 [2021-07-14T07:12:19.309Z] Checking out Revision a9be2e6d45b17d216b0aef2062eb1e1263833883 (PR-42636) [2021-07-14T07:12:18.437Z] > git checkout -f 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [2021-07-14T07:12:19.059Z] > git remote # timeout=10 [2021-07-14T07:12:19.075Z] > git config --get remote.origin.url # timeout=10 [2021-07-14T07:12:19.088Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:12:19.105Z] > git merge 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 # timeout=10 [2021-07-14T07:12:19.271Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-14T07:12:19.295Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:12:19.323Z] > git checkout -f a9be2e6d45b17d216b0aef2062eb1e1263833883 # timeout=10 [2021-07-14T07:12:23.374Z] Commit message: "Merge commit '22d6671db2f0f73eca064fe8a2b5d9fc199f88a4' into HEAD" [2021-07-14T07:12:23.367Z] > git rev-list --no-walk 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-07-14T07:12:24.450Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42636:/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-07-14T07:12:34.421Z] Unable to find image 'alpine:latest' locally [2021-07-14T07:12:34.679Z] latest: Pulling from library/alpine [2021-07-14T07:12:34.679Z] 5843afab3874: Pulling fs layer [2021-07-14T07:12:34.937Z] 5843afab3874: Verifying Checksum [2021-07-14T07:12:34.937Z] 5843afab3874: Download complete [2021-07-14T07:12:35.195Z] 5843afab3874: Pull complete [2021-07-14T07:12:35.195Z] Digest: sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d2a0 [2021-07-14T07:12:35.195Z] Status: Downloaded newer image for alpine:latest [2021-07-14T07:12:45.160Z] 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-07-14T07:12:47.389Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09fe0e2c9a320b733) in /home/ubuntu/workspace/moby_PR-42636 [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-07-14T07:12:47.453Z] The recommended git tool is: git [Pipeline] // stage [2021-07-14T07:12:47.465Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2021-07-14T07:12:47.506Z] Fetching changes from the remote Git repository [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] } [2021-07-14T07:12:47.549Z] Fetching without tags Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-07-14T07:12:48.000Z] Merging remotes/origin/master commit 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 into PR head commit 84df737f500a7d0074e97ea60bdfc02e5fe9be9f [2021-07-14T07:12:48.434Z] Merge succeeded, producing 95b26c9285cfe5e6a04a61c128a7caea7c2045f2 [2021-07-14T07:12:48.434Z] Checking out Revision 95b26c9285cfe5e6a04a61c128a7caea7c2045f2 (PR-42636) [2021-07-14T07:12:47.469Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42636/.git # timeout=10 [2021-07-14T07:12:47.512Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:12:47.550Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:12:47.550Z] > git --version # timeout=10 [2021-07-14T07:12:47.573Z] > git --version # 'git version 2.17.1' [2021-07-14T07:12:47.574Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:12:47.575Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:12:48.001Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:12:48.024Z] > git checkout -f 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [2021-07-14T07:12:48.179Z] > git remote # timeout=10 [2021-07-14T07:12:48.195Z] > git config --get remote.origin.url # timeout=10 [2021-07-14T07:12:48.213Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:12:48.214Z] > git merge 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 # timeout=10 [2021-07-14T07:12:48.400Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-14T07:12:48.435Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:12:48.566Z] Commit message: "Merge commit '22d6671db2f0f73eca064fe8a2b5d9fc199f88a4' into HEAD" [2021-07-14T07:12:48.459Z] > git checkout -f 95b26c9285cfe5e6a04a61c128a7caea7c2045f2 # timeout=10 [2021-07-14T07:12:48.576Z] > git rev-list --no-walk 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-07-14T07:12:49.320Z] + [ PR != PR ] [2021-07-14T07:12:49.320Z] + [ master != master ] [2021-07-14T07:12:49.320Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-07-14T07:12:49.688Z] + docker version [2021-07-14T07:12:49.688Z] Client: Docker Engine - Community [2021-07-14T07:12:49.688Z] Version: 20.10.6 [2021-07-14T07:12:49.688Z] API version: 1.41 [2021-07-14T07:12:49.688Z] Go version: go1.13.15 [2021-07-14T07:12:49.688Z] Git commit: 370c289 [2021-07-14T07:12:49.688Z] Built: Fri Apr 9 22:46:01 2021 [2021-07-14T07:12:49.688Z] OS/Arch: linux/amd64 [2021-07-14T07:12:49.688Z] Context: default [2021-07-14T07:12:49.688Z] Experimental: true [2021-07-14T07:12:49.688Z] [2021-07-14T07:12:49.688Z] Server: Docker Engine - Community [2021-07-14T07:12:49.688Z] Engine: [2021-07-14T07:12:49.688Z] Version: 20.10.6 [2021-07-14T07:12:49.688Z] API version: 1.41 (minimum version 1.12) [2021-07-14T07:12:49.688Z] Go version: go1.13.15 [2021-07-14T07:12:49.688Z] Git commit: 8728dd2 [2021-07-14T07:12:49.688Z] Built: Fri Apr 9 22:44:13 2021 [2021-07-14T07:12:49.688Z] OS/Arch: linux/amd64 [2021-07-14T07:12:49.688Z] Experimental: true [2021-07-14T07:12:49.688Z] containerd: [2021-07-14T07:12:49.688Z] Version: 1.4.6 [2021-07-14T07:12:49.688Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-14T07:12:49.688Z] runc: [2021-07-14T07:12:49.688Z] Version: 1.0.0-rc95 [2021-07-14T07:12:49.688Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-14T07:12:49.688Z] docker-init: [2021-07-14T07:12:49.688Z] Version: 0.19.0 [2021-07-14T07:12:49.688Z] GitCommit: de40ad0 [Pipeline] sh [2021-07-14T07:12:49.969Z] + docker info [2021-07-14T07:13:02.388Z] Still waiting to schedule task [2021-07-14T07:13:02.389Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09fe0e2c9a320b733)’ [2021-07-14T07:13:02.390Z] Still waiting to schedule task [2021-07-14T07:13:02.390Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-09fe0e2c9a320b733)’ [2021-07-14T07:13:02.390Z] Still waiting to schedule task [2021-07-14T07:13:02.391Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2021-07-14T07:13:02.393Z] Still waiting to schedule task [2021-07-14T07:13:02.393Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline [2021-07-14T07:13:02.395Z] Still waiting to schedule task [2021-07-14T07:13:02.395Z] All nodes of label ‘windows-2019’ are offline [2021-07-14T07:13:02.395Z] Still waiting to schedule task [2021-07-14T07:13:02.396Z] All nodes of label ‘windows-2022’ are offline [2021-07-14T07:13:02.396Z] Still waiting to schedule task [2021-07-14T07:13:02.397Z] All nodes of label ‘windows-2022’ are offline [2021-07-14T07:13:08.047Z] Client: [2021-07-14T07:13:08.047Z] Context: default [2021-07-14T07:13:08.047Z] Debug Mode: false [2021-07-14T07:13:08.047Z] Plugins: [2021-07-14T07:13:08.047Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-07-14T07:13:08.047Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-07-14T07:13:08.047Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-07-14T07:13:08.047Z] [2021-07-14T07:13:08.047Z] Server: [2021-07-14T07:13:08.047Z] Containers: 0 [2021-07-14T07:13:08.047Z] Running: 0 [2021-07-14T07:13:08.047Z] Paused: 0 [2021-07-14T07:13:08.047Z] Stopped: 0 [2021-07-14T07:13:08.047Z] Images: 1 [2021-07-14T07:13:08.047Z] Server Version: 20.10.6 [2021-07-14T07:13:08.047Z] Storage Driver: overlay2 [2021-07-14T07:13:08.047Z] Backing Filesystem: extfs [2021-07-14T07:13:08.047Z] Supports d_type: true [2021-07-14T07:13:08.047Z] Native Overlay Diff: true [2021-07-14T07:13:08.047Z] userxattr: false [2021-07-14T07:13:08.047Z] Logging Driver: json-file [2021-07-14T07:13:08.047Z] Cgroup Driver: cgroupfs [2021-07-14T07:13:08.047Z] Cgroup Version: 1 [2021-07-14T07:13:08.047Z] Plugins: [2021-07-14T07:13:08.047Z] Volume: local [2021-07-14T07:13:08.047Z] Network: bridge host ipvlan macvlan null overlay [2021-07-14T07:13:08.047Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-07-14T07:13:08.047Z] Swarm: inactive [2021-07-14T07:13:08.047Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-07-14T07:13:08.047Z] Default Runtime: runc [2021-07-14T07:13:08.047Z] Init Binary: docker-init [2021-07-14T07:13:08.047Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-14T07:13:08.047Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-14T07:13:08.047Z] init version: de40ad0 [2021-07-14T07:13:08.047Z] Security Options: [2021-07-14T07:13:08.047Z] apparmor [2021-07-14T07:13:08.047Z] seccomp [2021-07-14T07:13:08.047Z] Profile: default [2021-07-14T07:13:08.047Z] Kernel Version: 5.4.0-1048-aws [2021-07-14T07:13:08.047Z] Operating System: Ubuntu 18.04.5 LTS [2021-07-14T07:13:08.047Z] OSType: linux [2021-07-14T07:13:08.047Z] Architecture: x86_64 [2021-07-14T07:13:08.047Z] CPUs: 2 [2021-07-14T07:13:08.047Z] Total Memory: 7.569GiB [2021-07-14T07:13:08.047Z] Name: ip-10-100-70-163 [2021-07-14T07:13:08.047Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-07-14T07:13:08.047Z] Docker Root Dir: /var/lib/docker [2021-07-14T07:13:08.047Z] Debug Mode: false [2021-07-14T07:13:08.047Z] Registry: https://index.docker.io/v1/ [2021-07-14T07:13:08.047Z] Labels: [2021-07-14T07:13:08.047Z] Experimental: true [2021-07-14T07:13:08.047Z] Insecure Registries: [2021-07-14T07:13:08.047Z] 127.0.0.0/8 [2021-07-14T07:13:08.047Z] Live Restore Enabled: true [2021-07-14T07:13:08.047Z] [2021-07-14T07:13:08.047Z] WARNING: No swap limit support [Pipeline] sh [2021-07-14T07:13:08.371Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-07-14T07:13:08.371Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-07-14T07:13:08.371Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42636/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-07-14T07:13:08.371Z] + bash /home/ubuntu/workspace/moby_PR-42636/check-config.sh [2021-07-14T07:13:08.371Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-07-14T07:13:08.371Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-07-14T07:13:08.371Z] [2021-07-14T07:13:08.371Z] Generally Necessary: [2021-07-14T07:13:08.371Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-07-14T07:13:08.371Z] - apparmor: enabled and tools installed [2021-07-14T07:13:08.371Z] - CONFIG_NAMESPACES: enabled [2021-07-14T07:13:08.371Z] - CONFIG_NET_NS: enabled [2021-07-14T07:13:08.371Z] - CONFIG_PID_NS: enabled [2021-07-14T07:13:08.371Z] - CONFIG_IPC_NS: enabled [2021-07-14T07:13:08.371Z] - CONFIG_UTS_NS: enabled [2021-07-14T07:13:08.371Z] - CONFIG_CGROUPS: enabled [2021-07-14T07:13:08.371Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-07-14T07:13:08.631Z] - CONFIG_CGROUP_DEVICE: enabled [2021-07-14T07:13:08.631Z] - CONFIG_CGROUP_FREEZER: enabled [2021-07-14T07:13:08.631Z] - CONFIG_CGROUP_SCHED: enabled [2021-07-14T07:13:08.631Z] - CONFIG_CPUSETS: enabled [2021-07-14T07:13:08.631Z] - CONFIG_MEMCG: enabled [2021-07-14T07:13:08.631Z] - CONFIG_KEYS: enabled [2021-07-14T07:13:08.631Z] - CONFIG_VETH: enabled (as module) [2021-07-14T07:13:08.631Z] - CONFIG_BRIDGE: enabled (as module) [2021-07-14T07:13:08.631Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-07-14T07:13:08.631Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-07-14T07:13:08.631Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-07-14T07:13:08.631Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-07-14T07:13:08.631Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-07-14T07:13:08.631Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-07-14T07:13:08.631Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-07-14T07:13:08.631Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-07-14T07:13:08.631Z] - CONFIG_NF_NAT: enabled (as module) [2021-07-14T07:13:08.631Z] - CONFIG_POSIX_MQUEUE: enabled [2021-07-14T07:13:08.631Z] [2021-07-14T07:13:08.631Z] Optional Features: [2021-07-14T07:13:08.631Z] - CONFIG_USER_NS: enabled [2021-07-14T07:13:08.631Z] - CONFIG_SECCOMP: enabled [2021-07-14T07:13:08.631Z] - CONFIG_SECCOMP_FILTER: enabled [2021-07-14T07:13:08.631Z] - CONFIG_CGROUP_PIDS: enabled [2021-07-14T07:13:08.631Z] - CONFIG_MEMCG_SWAP: enabled [2021-07-14T07:13:08.631Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-07-14T07:13:08.631Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-07-14T07:13:08.631Z] - CONFIG_BLK_CGROUP: enabled [2021-07-14T07:13:08.631Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-07-14T07:13:08.631Z] - CONFIG_CGROUP_PERF: enabled [2021-07-14T07:13:08.631Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-07-14T07:13:08.631Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-07-14T07:13:08.631Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-07-14T07:13:08.631Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-07-14T07:13:08.892Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-07-14T07:13:08.892Z] - CONFIG_RT_GROUP_SCHED: missing [2021-07-14T07:13:08.892Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-07-14T07:13:08.892Z] - CONFIG_IP_VS: enabled (as module) [2021-07-14T07:13:08.892Z] - CONFIG_IP_VS_NFCT: enabled [2021-07-14T07:13:08.892Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-07-14T07:13:08.892Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-07-14T07:13:08.892Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-07-14T07:13:08.892Z] - CONFIG_SECURITY_SELINUX: enabled [2021-07-14T07:13:08.892Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-07-14T07:13:08.892Z] - CONFIG_EXT4_FS: enabled [2021-07-14T07:13:08.892Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-07-14T07:13:08.892Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-07-14T07:13:08.892Z] - Network Drivers: [2021-07-14T07:13:08.892Z] - "overlay": [2021-07-14T07:13:08.892Z] - CONFIG_VXLAN: enabled (as module) [2021-07-14T07:13:08.892Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-07-14T07:13:08.892Z] Optional (for encrypted networks): [2021-07-14T07:13:08.892Z] - CONFIG_CRYPTO: enabled [2021-07-14T07:13:08.892Z] - CONFIG_CRYPTO_AEAD: enabled [2021-07-14T07:13:08.892Z] - CONFIG_CRYPTO_GCM: enabled [2021-07-14T07:13:08.892Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-07-14T07:13:08.892Z] - CONFIG_CRYPTO_GHASH: enabled [2021-07-14T07:13:08.892Z] - CONFIG_XFRM: enabled [2021-07-14T07:13:08.892Z] - CONFIG_XFRM_USER: enabled (as module) [2021-07-14T07:13:08.892Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-07-14T07:13:08.892Z] - CONFIG_INET_ESP: enabled (as module) [2021-07-14T07:13:08.892Z] - "ipvlan": [2021-07-14T07:13:08.892Z] - CONFIG_IPVLAN: enabled (as module) [2021-07-14T07:13:08.892Z] - "macvlan": [2021-07-14T07:13:08.892Z] - CONFIG_MACVLAN: enabled (as module) [2021-07-14T07:13:08.892Z] - CONFIG_DUMMY: enabled (as module) [2021-07-14T07:13:08.892Z] - "ftp,tftp client in container": [2021-07-14T07:13:09.150Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-07-14T07:13:09.150Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-07-14T07:13:09.150Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-07-14T07:13:09.150Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-07-14T07:13:09.150Z] - Storage Drivers: [2021-07-14T07:13:09.150Z] - "aufs": [2021-07-14T07:13:09.150Z] - CONFIG_AUFS_FS: enabled (as module) [2021-07-14T07:13:09.150Z] - "btrfs": [2021-07-14T07:13:09.150Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-07-14T07:13:09.150Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-07-14T07:13:09.150Z] - "devicemapper": [2021-07-14T07:13:09.150Z] - CONFIG_BLK_DEV_DM: enabled [2021-07-14T07:13:09.150Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-07-14T07:13:09.150Z] - "overlay": [2021-07-14T07:13:09.150Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-07-14T07:13:09.150Z] - "zfs": [2021-07-14T07:13:09.150Z] - /dev/zfs: present [2021-07-14T07:13:09.150Z] - zfs command: missing [2021-07-14T07:13:09.150Z] - zpool command: missing [2021-07-14T07:13:09.150Z] [2021-07-14T07:13:09.150Z] Limits: [2021-07-14T07:13:09.150Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-07-14T07:13:09.150Z] [2021-07-14T07:13:09.150Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-07-14T07:13:09.612Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:95b26c9285cfe5e6a04a61c128a7caea7c2045f2 . [2021-07-14T07:13:09.871Z] #1 [internal] load build definition from Dockerfile [2021-07-14T07:13:09.871Z] #1 sha256:3faf768e412a4108ed2728c67c80c57206e01cd3522a59be5df7c96115315ce3 [2021-07-14T07:13:09.871Z] #1 transferring dockerfile: 16.59kB done [2021-07-14T07:13:09.871Z] #1 DONE 0.3s [2021-07-14T07:13:09.871Z] [2021-07-14T07:13:09.871Z] #2 [internal] load .dockerignore [2021-07-14T07:13:09.871Z] #2 sha256:8efb188c8f67142e6f05fbc3728871c936c4e7ae194201718157c09c89cc4942 [2021-07-14T07:13:09.871Z] #2 transferring context: 87B done [2021-07-14T07:13:09.871Z] #2 DONE 0.0s [2021-07-14T07:13:09.871Z] [2021-07-14T07:13:09.871Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-07-14T07:13:09.871Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-07-14T07:13:10.132Z] #3 DONE 0.3s [2021-07-14T07:13:10.389Z] [2021-07-14T07:13:10.389Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-07-14T07:13:10.389Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-07-14T07:13:10.389Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-07-14T07:13:10.389Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-07-14T07:13:10.389Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-07-14T07:13:10.389Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-07-14T07:13:10.389Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0B / 9.64MB 0.1s [2021-07-14T07:13:10.389Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 6.29MB / 9.64MB 0.2s [2021-07-14T07:13:10.646Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s [2021-07-14T07:13:10.646Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.4s done [2021-07-14T07:13:10.646Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s [2021-07-14T07:13:11.210Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done [2021-07-14T07:13:11.210Z] #4 DONE 0.9s [2021-07-14T07:13:11.210Z] [2021-07-14T07:13:11.210Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-07-14T07:13:11.210Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-07-14T07:13:12.140Z] #6 DONE 0.9s [2021-07-14T07:13:12.140Z] [2021-07-14T07:13:12.140Z] #8 [internal] load metadata for docker.io/library/golang:1.16.6-buster [2021-07-14T07:13:12.140Z] #8 sha256:d720b104ffb4d08cfe3071ebec3e70264008e18c25bbf51555e7bf1acb0818a7 [2021-07-14T07:13:12.397Z] #8 DONE 0.9s [2021-07-14T07:13:12.397Z] [2021-07-14T07:13:12.397Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-07-14T07:13:12.397Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-07-14T07:13:12.397Z] #7 DONE 0.9s [2021-07-14T07:13:12.397Z] [2021-07-14T07:13:12.397Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-07-14T07:13:12.397Z] #5 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-07-14T07:13:12.397Z] #5 DONE 0.9s [2021-07-14T07:13:14.299Z] [2021-07-14T07:13:14.299Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:13:14.299Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:13:14.299Z] #9 resolve docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b 0.1s done [2021-07-14T07:13:14.557Z] #9 sha256:264ebcddca05426de1c8a04cfb3a27fff72468c1d32b2d0f367d614e11449362 1.79kB / 1.79kB done [2021-07-14T07:13:14.557Z] #9 sha256:f69b4d4a2ed1cce0d22922898e131c6f9c94b663c08806996986c2c77890d3c8 6.99kB / 6.99kB done [2021-07-14T07:13:14.557Z] #9 sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b 1.86kB / 1.86kB done [2021-07-14T07:13:14.557Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 0B / 50.44MB 0.1s [2021-07-14T07:13:14.822Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 5.24MB / 50.44MB 0.2s [2021-07-14T07:13:14.822Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 0B / 7.83MB 0.2s [2021-07-14T07:13:14.822Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 11.53MB / 50.44MB 0.3s [2021-07-14T07:13:14.822Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 6.62MB / 7.83MB 0.3s [2021-07-14T07:13:15.081Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 16.78MB / 50.44MB 0.4s [2021-07-14T07:13:15.081Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 7.83MB / 7.83MB 0.4s [2021-07-14T07:13:15.081Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 24.53MB / 50.44MB 0.5s [2021-07-14T07:13:15.081Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 38.80MB / 50.44MB 0.8s [2021-07-14T07:13:15.341Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 49.28MB / 50.44MB 0.8s [2021-07-14T07:13:15.910Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 7.83MB / 7.83MB 0.9s done [2021-07-14T07:13:15.910Z] #9 ... [2021-07-14T07:13:15.910Z] [2021-07-14T07:13:15.910Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-07-14T07:13:15.910Z] #49 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-07-14T07:13:15.910Z] #49 DONE 0.0s [2021-07-14T07:13:15.910Z] [2021-07-14T07:13:15.910Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:13:15.910Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:13:16.167Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 0B / 10.00MB 1.7s [2021-07-14T07:13:16.425Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 8.39MB / 10.00MB 1.9s [2021-07-14T07:13:16.425Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 10.00MB / 10.00MB 2.0s [2021-07-14T07:13:16.683Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 2.2s done [2021-07-14T07:13:16.683Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 0B / 51.84MB 2.2s [2021-07-14T07:13:16.968Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 6.29MB / 51.84MB 2.3s [2021-07-14T07:13:16.968Z] #9 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c [2021-07-14T07:13:16.968Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 12.58MB / 51.84MB 2.4s [2021-07-14T07:13:17.225Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 24.12MB / 51.84MB 2.6s [2021-07-14T07:13:17.225Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 30.41MB / 51.84MB 2.8s [2021-07-14T07:13:17.493Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 10.00MB / 10.00MB 2.8s done [2021-07-14T07:13:17.493Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 37.75MB / 51.84MB 2.9s [2021-07-14T07:13:17.493Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 45.09MB / 51.84MB 3.0s [2021-07-14T07:13:17.866Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 51.84MB / 51.84MB 3.1s [2021-07-14T07:13:17.866Z] #9 ... [2021-07-14T07:13:17.866Z] [2021-07-14T07:13:17.866Z] #30 [internal] load build context [2021-07-14T07:13:17.866Z] #30 sha256:149b96f4aaefb61bcaeb876c68d1676c511baaee2d2a042840e5e75c0f3be73f [2021-07-14T07:13:17.866Z] #30 transferring context: 55.68MB 2.4s done [2021-07-14T07:13:17.866Z] #30 DONE 3.5s [2021-07-14T07:13:17.866Z] [2021-07-14T07:13:17.866Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:13:17.866Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:13:18.129Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 6.10MB / 129.05MB 3.4s [2021-07-14T07:13:18.129Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 2.10MB / 68.75MB 3.4s [2021-07-14T07:13:18.129Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 12.58MB / 129.05MB 3.7s [2021-07-14T07:13:18.129Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 11.53MB / 68.75MB 3.7s [2021-07-14T07:13:18.129Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 19.92MB / 68.75MB 3.7s [2021-07-14T07:13:18.386Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 37.75MB / 129.05MB 3.9s [2021-07-14T07:13:18.386Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 33.55MB / 68.75MB 3.9s [2021-07-14T07:13:18.386Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 51.84MB / 51.84MB 3.9s done [2021-07-14T07:13:18.386Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 50.33MB / 129.05MB 4.0s [2021-07-14T07:13:18.386Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 38.80MB / 68.75MB 4.0s [2021-07-14T07:13:18.642Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 60.82MB / 129.05MB 4.2s [2021-07-14T07:13:18.642Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 54.22MB / 68.75MB 4.2s [2021-07-14T07:13:18.901Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 59.77MB / 68.75MB 4.3s [2021-07-14T07:13:18.901Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 81.79MB / 129.05MB 4.5s [2021-07-14T07:13:18.901Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 68.75MB / 68.75MB 4.5s [2021-07-14T07:13:18.901Z] #9 sha256:5424e9528f06a92df2aa59bb2a4d9ce419eee3477a8e6753dce73682d2de4ed5 156B / 156B 4.5s [2021-07-14T07:13:19.161Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 95.42MB / 129.05MB 4.6s [2021-07-14T07:13:19.161Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 104.86MB / 129.05MB 4.7s [2021-07-14T07:13:19.418Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 127.93MB / 129.05MB 4.9s [2021-07-14T07:13:20.348Z] #9 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 3.6s done [2021-07-14T07:13:22.240Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 68.75MB / 68.75MB 7.5s done [2021-07-14T07:13:22.240Z] #9 sha256:5424e9528f06a92df2aa59bb2a4d9ce419eee3477a8e6753dce73682d2de4ed5 156B / 156B 7.6s done [2021-07-14T07:13:22.497Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 0.1s [2021-07-14T07:13:22.753Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 0.3s done [2021-07-14T07:13:23.318Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 [2021-07-14T07:13:23.575Z] #9 ... [2021-07-14T07:13:23.575Z] [2021-07-14T07:13:23.575Z] #70 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-14T07:13:23.575Z] #70 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-07-14T07:13:23.575Z] #70 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-07-14T07:13:23.575Z] #70 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-07-14T07:13:23.575Z] #70 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-07-14T07:13:23.575Z] #70 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-07-14T07:13:23.575Z] #70 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.7s done [2021-07-14T07:13:23.575Z] #70 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.3s done [2021-07-14T07:13:23.575Z] #70 DONE 9.0s [2021-07-14T07:13:23.575Z] [2021-07-14T07:13:23.576Z] #33 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 [2021-07-14T07:13:23.576Z] #33 sha256:4eabce6c5ed488c480b66c0600fd4c04b4ebd5d405ff4a30a1b87af38da95440 [2021-07-14T07:13:23.576Z] #33 resolve docker.io/library/debian:buster@sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 0.2s done [2021-07-14T07:13:23.576Z] #33 sha256:5625c115ad881f19967a9b66416f8d40710bb307ad607d037f8ad8289260f75f 529B / 529B done [2021-07-14T07:13:23.576Z] #33 sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 1.85kB / 1.85kB done [2021-07-14T07:13:23.576Z] #33 sha256:7a4951775d157843b47250a2a5cc7b561d2abe0b29ae6f19737a04635302eacf 1.46kB / 1.46kB done [2021-07-14T07:13:23.576Z] #33 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 2.0s done [2021-07-14T07:13:23.576Z] #33 DONE 9.0s [2021-07-14T07:13:23.576Z] [2021-07-14T07:13:23.576Z] #34 [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-07-14T07:13:23.576Z] #34 sha256:79a534002c5e148a22f2d3db585f4c4d678d1e34ffd0da3683d6547c6babf18e [2021-07-14T07:13:24.508Z] #34 ... [2021-07-14T07:13:24.508Z] [2021-07-14T07:13:24.508Z] #72 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-14T07:13:24.508Z] #72 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-07-14T07:13:24.508Z] #72 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-07-14T07:13:24.508Z] #72 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-07-14T07:13:24.508Z] #72 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-07-14T07:13:24.508Z] #72 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 9.6s done [2021-07-14T07:13:24.508Z] #72 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.1s [2021-07-14T07:13:24.508Z] #72 ... [2021-07-14T07:13:24.508Z] [2021-07-14T07:13:24.508Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:13:24.508Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:13:24.508Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 0.6s done [2021-07-14T07:13:24.508Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 [2021-07-14T07:13:27.107Z] #9 ... [2021-07-14T07:13:27.107Z] [2021-07-14T07:13:27.107Z] #72 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-14T07:13:27.107Z] #72 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-07-14T07:13:27.107Z] #72 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.0s done [2021-07-14T07:13:27.107Z] #72 DONE 12.6s [2021-07-14T07:13:27.107Z] [2021-07-14T07:13:27.107Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:13:27.107Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:13:27.364Z] #9 ... [2021-07-14T07:13:27.364Z] [2021-07-14T07:13:27.364Z] #71 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-07-14T07:13:27.364Z] #71 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-07-14T07:13:27.364Z] #71 DONE 3.0s [2021-07-14T07:13:27.364Z] [2021-07-14T07:13:27.364Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:13:27.364Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:13:29.963Z] #9 ... [2021-07-14T07:13:29.963Z] [2021-07-14T07:13:29.963Z] #73 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-07-14T07:13:29.963Z] #73 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-07-14T07:13:29.963Z] #73 DONE 1.5s [2021-07-14T07:13:29.963Z] [2021-07-14T07:13:29.963Z] #34 [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-07-14T07:13:29.963Z] #34 sha256:79a534002c5e148a22f2d3db585f4c4d678d1e34ffd0da3683d6547c6babf18e [2021-07-14T07:13:29.963Z] #34 2.171 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:13:29.963Z] #34 2.198 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:13:29.963Z] #34 2.214 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:13:29.963Z] #34 2.431 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:13:29.963Z] #34 2.788 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:13:29.963Z] #34 3.349 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:13:29.963Z] #34 4.933 Fetched 8454 kB in 3s (2768 kB/s) [2021-07-14T07:13:29.963Z] #34 4.933 Reading package lists... [2021-07-14T07:13:30.530Z] #34 5.899 Reading package lists... [2021-07-14T07:13:30.530Z] #34 6.995 Building dependency tree... [2021-07-14T07:13:30.787Z] #34 7.328 The following additional packages will be installed: [2021-07-14T07:13:30.787Z] #34 7.329 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-07-14T07:13:30.787Z] #34 7.329 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-07-14T07:13:30.787Z] #34 7.329 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-07-14T07:13:30.787Z] #34 7.330 Suggested packages: [2021-07-14T07:13:30.787Z] #34 7.330 krb5-doc krb5-user [2021-07-14T07:13:30.787Z] #34 7.330 Recommended packages: [2021-07-14T07:13:30.787Z] #34 7.330 krb5-locales publicsuffix libsasl2-modules [2021-07-14T07:13:31.044Z] #34 7.605 The following NEW packages will be installed: [2021-07-14T07:13:31.044Z] #34 7.605 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-07-14T07:13:31.044Z] #34 7.605 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-07-14T07:13:31.044Z] #34 7.605 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-07-14T07:13:31.044Z] #34 7.605 libssh2-1 libssl1.1 openssl [2021-07-14T07:13:31.304Z] #34 7.884 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:13:31.304Z] #34 7.884 Need to get 5059 kB of archives. [2021-07-14T07:13:31.304Z] #34 7.884 After this operation, 12.1 MB of additional disk space will be used. [2021-07-14T07:13:31.304Z] #34 7.884 Get:1 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-07-14T07:13:31.304Z] #34 7.917 Get:2 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-07-14T07:13:31.561Z] #34 7.976 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-07-14T07:13:31.561Z] #34 7.984 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-07-14T07:13:31.561Z] #34 7.988 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-07-14T07:13:31.561Z] #34 7.988 Get:6 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-07-14T07:13:31.561Z] #34 7.989 Get:7 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-07-14T07:13:31.561Z] #34 7.994 Get:8 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-07-14T07:13:31.561Z] #34 8.036 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-07-14T07:13:31.561Z] #34 8.037 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-07-14T07:13:31.561Z] #34 8.039 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-07-14T07:13:31.561Z] #34 8.041 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-07-14T07:13:31.561Z] #34 8.058 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-07-14T07:13:31.561Z] #34 8.058 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-07-14T07:13:31.561Z] #34 8.058 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-07-14T07:13:31.561Z] #34 8.058 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-07-14T07:13:31.561Z] #34 8.058 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-07-14T07:13:31.561Z] #34 8.077 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-07-14T07:13:31.561Z] #34 8.116 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-07-14T07:13:31.561Z] #34 8.120 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-07-14T07:13:31.561Z] #34 8.126 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-07-14T07:13:32.126Z] #34 8.505 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:13:32.126Z] #34 8.559 Fetched 5059 kB in 1s (10.0 MB/s) [2021-07-14T07:13:32.126Z] #34 8.671 Selecting previously unselected package libssl1.1:amd64. [2021-07-14T07:13:32.126Z] #34 8.671 (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 ... 6677 files and directories currently installed.) [2021-07-14T07:13:32.126Z] #34 8.673 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-07-14T07:13:32.126Z] #34 8.713 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-07-14T07:13:32.383Z] #34 9.038 Selecting previously unselected package openssl. [2021-07-14T07:13:32.383Z] #34 9.038 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-07-14T07:13:32.640Z] #34 9.043 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-07-14T07:13:32.900Z] #34 9.416 Selecting previously unselected package ca-certificates. [2021-07-14T07:13:32.900Z] #34 9.416 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-07-14T07:13:32.900Z] #34 9.424 Unpacking ca-certificates (20200601~deb10u2) ... [2021-07-14T07:13:32.900Z] #34 9.546 Selecting previously unselected package libkeyutils1:amd64. [2021-07-14T07:13:32.900Z] #34 9.546 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-07-14T07:13:32.900Z] #34 9.552 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-07-14T07:13:33.158Z] #34 9.617 Selecting previously unselected package libkrb5support0:amd64. [2021-07-14T07:13:33.158Z] #34 9.617 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-07-14T07:13:33.158Z] #34 9.631 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:13:33.158Z] #34 9.705 Selecting previously unselected package libk5crypto3:amd64. [2021-07-14T07:13:33.158Z] #34 9.705 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-07-14T07:13:33.158Z] #34 9.710 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:13:33.158Z] #34 9.781 Selecting previously unselected package libkrb5-3:amd64. [2021-07-14T07:13:33.158Z] #34 9.781 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-07-14T07:13:33.158Z] #34 9.789 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:13:33.415Z] #34 9.921 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-07-14T07:13:33.415Z] #34 9.921 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-07-14T07:13:33.415Z] #34 9.921 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:13:33.415Z] #34 10.02 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-07-14T07:13:33.415Z] #34 10.02 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-07-14T07:13:33.415Z] #34 10.03 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:13:33.673Z] #34 10.09 Selecting previously unselected package libsasl2-2:amd64. [2021-07-14T07:13:33.673Z] #34 10.09 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-07-14T07:13:33.673Z] #34 10.10 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:13:33.673Z] #34 10.16 Selecting previously unselected package libldap-common. [2021-07-14T07:13:33.673Z] #34 10.16 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-07-14T07:13:33.673Z] #34 10.17 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:13:33.673Z] #34 10.23 Selecting previously unselected package libldap-2.4-2:amd64. [2021-07-14T07:13:33.673Z] #34 10.23 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-07-14T07:13:33.673Z] #34 10.24 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:13:33.930Z] #34 10.33 Selecting previously unselected package libnghttp2-14:amd64. [2021-07-14T07:13:33.930Z] #34 10.33 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-07-14T07:13:33.930Z] #34 10.33 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-07-14T07:13:33.930Z] #34 10.39 Selecting previously unselected package libpsl5:amd64. [2021-07-14T07:13:33.930Z] #34 10.39 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-07-14T07:13:33.930Z] #34 10.40 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-07-14T07:13:34.188Z] #34 10.68 Selecting previously unselected package librtmp1:amd64. [2021-07-14T07:13:34.188Z] #34 10.68 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-07-14T07:13:34.188Z] #34 10.68 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-07-14T07:13:34.188Z] #34 10.76 Selecting previously unselected package libssh2-1:amd64. [2021-07-14T07:13:34.188Z] #34 10.76 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-07-14T07:13:34.188Z] #34 10.77 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-07-14T07:13:34.188Z] #34 10.84 Selecting previously unselected package libcurl4:amd64. [2021-07-14T07:13:34.188Z] #34 10.85 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-07-14T07:13:34.188Z] #34 10.85 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-07-14T07:13:34.445Z] #34 10.96 Selecting previously unselected package curl. [2021-07-14T07:13:34.445Z] #34 10.96 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-07-14T07:13:34.445Z] #34 10.97 Unpacking curl (7.64.0-4+deb10u2) ... [2021-07-14T07:13:34.445Z] #34 11.06 Selecting previously unselected package libonig5:amd64. [2021-07-14T07:13:34.445Z] #34 11.06 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-07-14T07:13:34.445Z] #34 11.07 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-07-14T07:13:34.445Z] #34 11.16 Selecting previously unselected package libjq1:amd64. [2021-07-14T07:13:34.445Z] #34 11.16 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-07-14T07:13:34.445Z] #34 11.16 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-14T07:13:34.703Z] #34 11.23 Selecting previously unselected package jq. [2021-07-14T07:13:34.703Z] #34 11.23 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-07-14T07:13:34.703Z] #34 11.24 Unpacking jq (1.5+dfsg-2+b1) ... [2021-07-14T07:13:34.703Z] #34 11.29 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-07-14T07:13:34.703Z] #34 11.30 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-07-14T07:13:34.703Z] #34 11.32 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-07-14T07:13:34.960Z] #34 11.55 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-07-14T07:13:34.960Z] #34 11.57 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:13:34.960Z] #34 11.59 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:13:34.960Z] #34 11.61 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:13:34.960Z] #34 11.62 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-07-14T07:13:35.217Z] #34 11.64 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:13:35.217Z] #34 11.65 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:13:35.217Z] #34 11.67 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-07-14T07:13:35.217Z] #34 11.69 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:13:35.217Z] #34 11.70 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-07-14T07:13:35.217Z] #34 11.76 Setting up libonig5:amd64 (6.9.1-1) ... [2021-07-14T07:13:35.217Z] #34 11.77 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-14T07:13:35.217Z] #34 11.79 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:13:35.217Z] #34 11.80 Setting up ca-certificates (20200601~deb10u2) ... [2021-07-14T07:13:36.148Z] #34 12.46 Updating certificates in /etc/ssl/certs... [2021-07-14T07:13:36.712Z] #34 13.29 137 added, 0 removed; done. [2021-07-14T07:13:36.712Z] #34 13.39 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:13:36.712Z] #34 13.40 Setting up jq (1.5+dfsg-2+b1) ... [2021-07-14T07:13:36.712Z] #34 13.42 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-07-14T07:13:36.969Z] #34 13.43 Setting up curl (7.64.0-4+deb10u2) ... [2021-07-14T07:13:36.969Z] #34 13.45 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:13:36.969Z] #34 13.47 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-07-14T07:13:36.969Z] #34 13.48 Updating certificates in /etc/ssl/certs... [2021-07-14T07:13:37.533Z] #34 14.09 0 added, 0 removed; done. [2021-07-14T07:13:37.533Z] #34 14.09 Running hooks in /etc/ca-certificates/update.d... [2021-07-14T07:13:37.533Z] #34 14.09 done. [2021-07-14T07:13:39.426Z] #34 ... [2021-07-14T07:13:39.426Z] [2021-07-14T07:13:39.426Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:13:39.426Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:13:39.426Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 5.4s done [2021-07-14T07:13:39.426Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 5.0s done [2021-07-14T07:13:39.426Z] #9 extracting sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 3.6s [2021-07-14T07:13:41.321Z] #9 extracting sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 5.5s done [2021-07-14T07:13:42.250Z] #9 extracting sha256:5424e9528f06a92df2aa59bb2a4d9ce419eee3477a8e6753dce73682d2de4ed5 done [2021-07-14T07:13:42.250Z] #9 ... [2021-07-14T07:13:42.250Z] [2021-07-14T07:13:42.250Z] #34 [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-07-14T07:13:42.250Z] #34 sha256:79a534002c5e148a22f2d3db585f4c4d678d1e34ffd0da3683d6547c6babf18e [2021-07-14T07:13:42.250Z] #34 DONE 19.0s [2021-07-14T07:13:42.506Z] [2021-07-14T07:13:42.506Z] #35 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-07-14T07:13:42.506Z] #35 sha256:93f493b1f0649412dbb8d8db3e13636de325ad0ccdf7b1c41234ccb01981cc8a [2021-07-14T07:13:42.506Z] #35 DONE 0.1s [2021-07-14T07:13:42.506Z] [2021-07-14T07:13:42.506Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:13:42.506Z] #36 sha256:456693faab82c4fb130e61190efe7f1e67de42b2c5cea3845df32ff2c699d512 [2021-07-14T07:13:42.764Z] #36 ... [2021-07-14T07:13:42.764Z] [2021-07-14T07:13:42.764Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:13:42.764Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:13:42.764Z] #9 DONE 28.2s [2021-07-14T07:13:42.764Z] [2021-07-14T07:13:42.764Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-07-14T07:13:42.764Z] #10 sha256:f31cfcb8c1cb97cf046c06b83c5851168f4dcf5a7db8e345826fe73a06071418 [2021-07-14T07:13:43.327Z] #10 DONE 0.8s [2021-07-14T07:13:43.327Z] [2021-07-14T07:13:43.327Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-07-14T07:13:43.327Z] #11 sha256:7480fd2adfdaf61134cac99f4388e3090592dd40cfe54920e780d975f3a98d84 [2021-07-14T07:13:45.221Z] #11 DONE 1.7s [2021-07-14T07:13:45.221Z] [2021-07-14T07:13:45.221Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:13:45.221Z] #36 sha256:456693faab82c4fb130e61190efe7f1e67de42b2c5cea3845df32ff2c699d512 [2021-07-14T07:13:45.221Z] #36 1.125 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-07-14T07:13:45.221Z] #36 1.217 [2021-07-14T07:13:45.221Z] #36 1.325 ############ 17.9% ########################### 37.5% ######################################### 57.6% ####################################################### 77.4% ###################################################################### 97.3% ######################################################################## 100.0% [2021-07-14T07:13:45.221Z] #36 1.790 [2021-07-14T07:13:45.221Z] #36 1.887 ######################################################################## 100.0% [2021-07-14T07:13:45.221Z] #36 1.954 [2021-07-14T07:13:45.221Z] #36 2.066 ################################################################### 93.2% ######################################################################## 100.0% [2021-07-14T07:13:45.221Z] #36 2.130 [2021-07-14T07:13:45.221Z] #36 2.242 ############# 18.2% ########################## 37.3% ######################################## 56.7% ###################################################### 76.0% #################################################################### 94.6% ######################################################################## 100.0% [2021-07-14T07:13:45.221Z] #36 2.767 [2021-07-14T07:13:47.028Z] #36 2.883 ### 4.5% ####### 9.7% ########## 14.9% ############## 20.2% ################## 25.4% ###################### 30.9% ######################### 36.1% ############################ 40.0% ################################# 46.9% ##################################### 52.1% ######################################### 57.3% ############################################# 62.5% ################################################ 67.7% #################################################### 73.0% ######################################################## 78.2% [2021-07-14T07:13:47.028Z] #36 ... [2021-07-14T07:13:47.028Z] [2021-07-14T07:13:47.028Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-07-14T07:13:47.028Z] #46 sha256:88a63ed90c284f16bcd2b983c261ebeb7aaf63d03756e8a40c63e659865976db [2021-07-14T07:13:47.028Z] #46 DONE 1.9s [2021-07-14T07:13:47.028Z] [2021-07-14T07:13:47.028Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:13:47.028Z] #36 sha256:456693faab82c4fb130e61190efe7f1e67de42b2c5cea3845df32ff2c699d512 [2021-07-14T07:13:47.296Z] #36 2.883 ### 4.5% ####### 9.7% ########## 14.9% ############## 20.2% ################## 25.4% ###################### 30.9% ######################### 36.1% ############################ 40.0% ################################# 46.9% ##################################### 52.1% ######################################### 57.3% ############################################# 62.5% ################################################ 67.7% #################################################### 73.0% ######################################################## 78.2% ############################################################ 83.3% ############################################################### 88.6% ################################################################### 93.8% ####################################################################### 98.9% ######################################################################## 100.0% [2021-07-14T07:13:47.296Z] #36 4.749 [2021-07-14T07:13:47.553Z] #36 5.047 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-07-14T07:13:47.553Z] #36 5.104 [2021-07-14T07:13:47.810Z] #36 5.152 ######################################################################## 100.0% [2021-07-14T07:13:47.810Z] #36 5.171 [2021-07-14T07:13:47.810Z] #36 5.385 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-07-14T07:13:48.066Z] #36 5.447 [2021-07-14T07:13:48.066Z] #36 5.584 0.6% ######################################################################## 100.0% [2021-07-14T07:13:48.066Z] #36 5.634 [2021-07-14T07:13:48.323Z] #36 5.892 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-07-14T07:13:48.323Z] #36 5.952 [2021-07-14T07:13:48.886Z] #36 6.149 0.0% ###### 8.6% [2021-07-14T07:13:48.886Z] #36 ... [2021-07-14T07:13:48.886Z] [2021-07-14T07:13:48.886Z] #38 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-07-14T07:13:48.886Z] #38 sha256:7ea5a6e94bbcf2ec50043f17c621483c742661cb6177f3b748a1d68cc9976aa4 [2021-07-14T07:13:48.886Z] #38 DONE 3.7s [2021-07-14T07:13:48.886Z] [2021-07-14T07:13:48.886Z] #50 [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-07-14T07:13:48.886Z] #50 sha256:ceb87366b2e3b9593e5438d41a43e6e5c48348b90209b5afbd0c8d2b0458d500 [2021-07-14T07:13:48.886Z] #50 DONE 3.8s [2021-07-14T07:13:48.886Z] [2021-07-14T07:13:48.886Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:13:48.886Z] #36 sha256:456693faab82c4fb130e61190efe7f1e67de42b2c5cea3845df32ff2c699d512 [2021-07-14T07:13:49.657Z] #36 6.149 0.0% ###### 8.6% ######### 13.3% ################### 26.8% ################################# 47.1% ########################################### 60.4% ########################################################### 82.8% ######################################################################## 100.0% [2021-07-14T07:13:49.657Z] #36 7.142 [2021-07-14T07:13:50.224Z] #36 7.505 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-07-14T07:13:50.224Z] #36 7.618 [2021-07-14T07:13:50.224Z] #36 7.695 ######################################################################## 100.0% [2021-07-14T07:13:50.224Z] #36 7.743 [2021-07-14T07:13:50.481Z] #36 8.012 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-07-14T07:13:50.481Z] #36 8.122 [2021-07-14T07:13:50.737Z] #36 8.199 ######################################################################## 100.0% [2021-07-14T07:13:50.737Z] #36 8.231 [2021-07-14T07:13:50.737Z] #36 8.250 Download of images into '/build' complete. [2021-07-14T07:13:50.737Z] #36 8.250 Use something like the following to load the result into a Docker daemon: [2021-07-14T07:13:50.737Z] #36 8.250 tar -cC '/build' . | docker load [2021-07-14T07:13:51.673Z] #36 DONE 9.0s [2021-07-14T07:13:51.673Z] [2021-07-14T07:13:51.673Z] #47 [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-07-14T07:13:51.673Z] #47 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:13:51.673Z] #47 4.668 + git clone https://github.com/docker/distribution.git . [2021-07-14T07:13:51.673Z] #47 4.668 Cloning into '.'... [2021-07-14T07:13:51.930Z] #47 ... [2021-07-14T07:13:51.930Z] [2021-07-14T07:13:51.930Z] #12 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2021-07-14T07:13:51.930Z] #12 sha256:73f3b4610d07105bdec3d8eb00953448549d42260aaf27307441a4b44df69782 [2021-07-14T07:13:51.930Z] #12 DONE 6.8s [2021-07-14T07:13:51.930Z] [2021-07-14T07:13:51.930Z] #13 [cross-true 2/6] RUN dpkg --add-architecture armel [2021-07-14T07:13:51.930Z] #13 sha256:c4e96131a2a88c748ee8c95e59c5712c8c7551e89fee5ee59ad3d1acfdfaace0 [2021-07-14T07:13:54.453Z] #13 DONE 2.1s [2021-07-14T07:13:54.453Z] [2021-07-14T07:13:54.453Z] #14 [cross-true 3/6] RUN dpkg --add-architecture armhf [2021-07-14T07:13:54.453Z] #14 sha256:b8bbdb74ebf5a53f81757c7f49d730db2e0580196bc1797b2dd9252dd70a4ce0 [2021-07-14T07:13:55.017Z] #14 ... [2021-07-14T07:13:55.017Z] [2021-07-14T07:13:55.017Z] #57 [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-07-14T07:13:55.017Z] #57 sha256:1bde2a96696be84db5ac4170337e7c0bccb9973a2db7712329ac978eba2b156b [2021-07-14T07:13:55.017Z] #57 6.781 + RM_GOPATH=0 [2021-07-14T07:13:55.017Z] #57 6.781 + TMP_GOPATH= [2021-07-14T07:13:55.018Z] #57 6.781 + : /build [2021-07-14T07:13:55.018Z] #57 6.781 + '[' -z '' ']' [2021-07-14T07:13:55.018Z] #57 6.781 ++ mktemp -d [2021-07-14T07:13:55.018Z] #57 6.781 + export GOPATH=/tmp/tmp.oH2p0bbXav [2021-07-14T07:13:55.018Z] #57 6.781 + GOPATH=/tmp/tmp.oH2p0bbXav [2021-07-14T07:13:55.018Z] #57 6.781 + RM_GOPATH=1 [2021-07-14T07:13:55.018Z] #57 6.781 + case "$(go env GOARCH)" in [2021-07-14T07:13:55.018Z] #57 6.781 ++ go env GOARCH [2021-07-14T07:13:55.018Z] #57 6.781 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:13:55.018Z] #57 6.781 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:13:55.018Z] #57 6.781 ++ dirname /tmp/install/install.sh [2021-07-14T07:13:55.018Z] #57 6.789 + dir=/tmp/install [2021-07-14T07:13:55.018Z] #57 6.789 + bin=golangci_lint [2021-07-14T07:13:55.018Z] #57 6.789 + shift [2021-07-14T07:13:55.018Z] #57 6.789 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-07-14T07:13:55.018Z] #57 6.789 + . /tmp/install/golangci_lint.installer [2021-07-14T07:13:55.018Z] #57 6.789 ++ : v1.23.8 [2021-07-14T07:13:55.018Z] #57 6.789 + install_golangci_lint [2021-07-14T07:13:55.018Z] #57 6.789 + set -e [2021-07-14T07:13:55.018Z] #57 6.789 + export GO111MODULE=on [2021-07-14T07:13:55.018Z] #57 6.789 + GO111MODULE=on [2021-07-14T07:13:55.018Z] #57 6.789 + GOBIN=/build [2021-07-14T07:13:55.018Z] #57 6.789 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-07-14T07:13:55.018Z] #57 7.713 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-07-14T07:13:55.018Z] #57 ... [2021-07-14T07:13:55.018Z] [2021-07-14T07:13:55.018Z] #41 [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-07-14T07:13:55.018Z] #41 sha256:35e3567f9f6047a1cbcc145cb521895b72db38eb9eb2ef90ce811f7ebfe533b4 [2021-07-14T07:13:55.018Z] #41 7.696 Install go-toml version v1.8.1 [2021-07-14T07:13:55.018Z] #41 8.390 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-07-14T07:13:55.275Z] #41 ... [2021-07-14T07:13:55.275Z] [2021-07-14T07:13:55.275Z] #59 [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-07-14T07:13:55.275Z] #59 sha256:a75edf13471cf45ed6a2ae271af6fd9045119e8f6bd0da64334cb673bc62c965 [2021-07-14T07:13:55.275Z] #59 6.817 + RM_GOPATH=0 [2021-07-14T07:13:55.275Z] #59 6.817 + TMP_GOPATH= [2021-07-14T07:13:55.275Z] #59 6.817 + : /build [2021-07-14T07:13:55.275Z] #59 6.817 + '[' -z '' ']' [2021-07-14T07:13:55.275Z] #59 6.817 ++ mktemp -d [2021-07-14T07:13:55.275Z] #59 6.826 + export GOPATH=/tmp/tmp.cAYisqoSXS [2021-07-14T07:13:55.275Z] #59 6.826 + GOPATH=/tmp/tmp.cAYisqoSXS [2021-07-14T07:13:55.275Z] #59 6.826 + RM_GOPATH=1 [2021-07-14T07:13:55.275Z] #59 6.826 + case "$(go env GOARCH)" in [2021-07-14T07:13:55.275Z] #59 6.826 ++ go env GOARCH [2021-07-14T07:13:55.275Z] #59 6.845 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:13:55.275Z] #59 6.845 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:13:55.275Z] #59 6.845 ++ dirname /tmp/install/install.sh [2021-07-14T07:13:55.275Z] #59 6.845 + dir=/tmp/install [2021-07-14T07:13:55.275Z] #59 6.845 + bin=shfmt [2021-07-14T07:13:55.275Z] #59 6.845 + shift [2021-07-14T07:13:55.275Z] #59 6.845 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-07-14T07:13:55.275Z] #59 6.845 + . /tmp/install/shfmt.installer [2021-07-14T07:13:55.275Z] #59 6.845 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-14T07:13:55.275Z] #59 6.847 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-14T07:13:55.275Z] #59 6.847 + install_shfmt [2021-07-14T07:13:55.275Z] #59 6.847 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-07-14T07:13:55.275Z] #59 6.847 + git clone https://github.com/mvdan/sh.git /tmp/tmp.cAYisqoSXS/src/github.com/mvdan/sh [2021-07-14T07:13:55.275Z] #59 6.847 Cloning into '/tmp/tmp.cAYisqoSXS/src/github.com/mvdan/sh'... [2021-07-14T07:13:55.275Z] #59 ... [2021-07-14T07:13:55.275Z] [2021-07-14T07:13:55.275Z] #55 [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-07-14T07:13:55.275Z] #55 sha256:2dd83b4b450f71012b722351d27d99c28a34d1b1966ac7dbbcc774a4836180e4 [2021-07-14T07:13:55.275Z] #55 6.817 + RM_GOPATH=0 [2021-07-14T07:13:55.275Z] #55 6.817 + TMP_GOPATH= [2021-07-14T07:13:55.275Z] #55 6.817 + : /build [2021-07-14T07:13:55.275Z] #55 6.817 + '[' -z '' ']' [2021-07-14T07:13:55.275Z] #55 6.817 ++ mktemp -d [2021-07-14T07:13:55.275Z] #55 6.817 + export GOPATH=/tmp/tmp.EUlRBLrM3A [2021-07-14T07:13:55.275Z] #55 6.817 + GOPATH=/tmp/tmp.EUlRBLrM3A [2021-07-14T07:13:55.275Z] #55 6.817 + RM_GOPATH=1 [2021-07-14T07:13:55.275Z] #55 6.817 + case "$(go env GOARCH)" in [2021-07-14T07:13:55.275Z] #55 6.817 ++ go env GOARCH [2021-07-14T07:13:55.275Z] #55 6.843 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:13:55.275Z] #55 6.843 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:13:55.275Z] #55 6.843 ++ dirname /tmp/install/install.sh [2021-07-14T07:13:55.275Z] #55 6.843 + dir=/tmp/install [2021-07-14T07:13:55.275Z] #55 6.843 + bin=gotestsum [2021-07-14T07:13:55.275Z] #55 6.843 + shift [2021-07-14T07:13:55.275Z] #55 6.843 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-07-14T07:13:55.275Z] #55 6.843 + . /tmp/install/gotestsum.installer [2021-07-14T07:13:55.275Z] #55 6.843 ++ : v0.5.3 [2021-07-14T07:13:55.275Z] #55 6.843 + install_gotestsum [2021-07-14T07:13:55.275Z] #55 6.843 + set -e [2021-07-14T07:13:55.275Z] #55 6.843 + export GO111MODULE=on [2021-07-14T07:13:55.275Z] #55 6.843 + GO111MODULE=on [2021-07-14T07:13:55.275Z] #55 6.843 + GOBIN=/build [2021-07-14T07:13:55.275Z] #55 6.843 + go get gotest.tools/gotestsum@v0.5.3 [2021-07-14T07:13:55.275Z] #55 7.538 go: downloading gotest.tools/gotestsum v0.5.3 [2021-07-14T07:13:55.275Z] #55 9.901 go: downloading github.com/fatih/color v1.9.0 [2021-07-14T07:13:55.275Z] #55 10.11 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-07-14T07:13:55.275Z] #55 10.13 go: downloading github.com/pkg/errors v0.9.1 [2021-07-14T07:13:55.275Z] #55 10.20 go: downloading github.com/spf13/pflag v1.0.3 [2021-07-14T07:13:55.533Z] #55 ... [2021-07-14T07:13:55.533Z] [2021-07-14T07:13:55.533Z] #53 [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-07-14T07:13:55.533Z] #53 sha256:02a8211b1e65cecc1f54f5ba2787d743c548ee23f1c3525d1d74b80a2360f093 [2021-07-14T07:13:55.533Z] #53 7.266 + RM_GOPATH=0 [2021-07-14T07:13:55.533Z] #53 7.266 + TMP_GOPATH= [2021-07-14T07:13:55.533Z] #53 7.266 + : /build [2021-07-14T07:13:55.533Z] #53 7.266 + '[' -z '' ']' [2021-07-14T07:13:55.533Z] #53 7.266 ++ mktemp -d [2021-07-14T07:13:55.533Z] #53 7.271 + export GOPATH=/tmp/tmp.2VC6yT4Os3 [2021-07-14T07:13:55.533Z] #53 7.271 + GOPATH=/tmp/tmp.2VC6yT4Os3 [2021-07-14T07:13:55.533Z] #53 7.271 + RM_GOPATH=1 [2021-07-14T07:13:55.533Z] #53 7.271 + case "$(go env GOARCH)" in [2021-07-14T07:13:55.533Z] #53 7.278 ++ go env GOARCH [2021-07-14T07:13:55.533Z] #53 7.305 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:13:55.533Z] #53 7.305 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:13:55.533Z] #53 7.305 ++ dirname /tmp/install/install.sh [2021-07-14T07:13:55.533Z] #53 7.305 + dir=/tmp/install [2021-07-14T07:13:55.533Z] #53 7.305 + bin=vndr [2021-07-14T07:13:55.533Z] #53 7.305 + shift [2021-07-14T07:13:55.533Z] #53 7.305 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-07-14T07:13:55.533Z] #53 7.305 + . /tmp/install/vndr.installer [2021-07-14T07:13:55.533Z] #53 7.305 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-14T07:13:55.533Z] #53 7.305 + install_vndr [2021-07-14T07:13:55.533Z] #53 7.305 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-07-14T07:13:55.533Z] #53 7.305 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.2VC6yT4Os3/src/github.com/LK4D4/vndr [2021-07-14T07:13:55.533Z] #53 7.306 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-14T07:13:55.533Z] #53 7.316 Cloning into '/tmp/tmp.2VC6yT4Os3/src/github.com/LK4D4/vndr'... [2021-07-14T07:13:55.533Z] #53 7.979 + cd /tmp/tmp.2VC6yT4Os3/src/github.com/LK4D4/vndr [2021-07-14T07:13:55.533Z] #53 7.979 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-14T07:13:55.533Z] #53 8.007 + go build -buildmode=pie -v -o /build/vndr . [2021-07-14T07:13:55.533Z] #53 9.330 internal/unsafeheader [2021-07-14T07:13:55.533Z] #53 9.374 internal/cpu [2021-07-14T07:13:55.533Z] #53 9.434 runtime/internal/atomic [2021-07-14T07:13:55.533Z] #53 9.788 runtime/internal/sys [2021-07-14T07:13:55.533Z] #53 9.949 internal/bytealg [2021-07-14T07:13:55.533Z] #53 10.22 runtime/internal/math [2021-07-14T07:13:55.533Z] #53 10.40 internal/race [2021-07-14T07:13:55.533Z] #53 10.50 sync/atomic [2021-07-14T07:13:55.793Z] #53 ... [2021-07-14T07:13:55.793Z] [2021-07-14T07:13:55.793Z] #55 [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-07-14T07:13:55.793Z] #55 sha256:2dd83b4b450f71012b722351d27d99c28a34d1b1966ac7dbbcc774a4836180e4 [2021-07-14T07:13:55.793Z] #55 10.66 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-07-14T07:13:55.793Z] #55 10.78 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-07-14T07:13:55.793Z] #55 ... [2021-07-14T07:13:55.793Z] [2021-07-14T07:13:55.793Z] #14 [cross-true 3/6] RUN dpkg --add-architecture armhf [2021-07-14T07:13:55.793Z] #14 sha256:b8bbdb74ebf5a53f81757c7f49d730db2e0580196bc1797b2dd9252dd70a4ce0 [2021-07-14T07:13:55.793Z] #14 DONE 2.0s [2021-07-14T07:13:56.053Z] [2021-07-14T07:13:56.053Z] #53 [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-07-14T07:13:56.053Z] #53 sha256:02a8211b1e65cecc1f54f5ba2787d743c548ee23f1c3525d1d74b80a2360f093 [2021-07-14T07:13:56.053Z] #53 11.06 runtime [2021-07-14T07:13:56.311Z] #53 11.10 unicode [2021-07-14T07:13:57.686Z] #53 ... [2021-07-14T07:13:57.686Z] [2021-07-14T07:13:57.686Z] #15 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2021-07-14T07:13:57.686Z] #15 sha256:aecb427a2222028d144079e8f2fb3ac42121ba38d1256f0f9c71cc2c0d967f5f [2021-07-14T07:13:57.686Z] #15 DONE 1.7s [2021-07-14T07:13:57.944Z] [2021-07-14T07:13:57.944Z] #16 [cross-true 5/6] RUN dpkg --add-architecture s390x [2021-07-14T07:13:57.944Z] #16 sha256:4c5a49243cc1f02915b15496328105c15a73c7d7c0e3805b5256d029d492183a [2021-07-14T07:13:58.906Z] #16 ... [2021-07-14T07:13:58.906Z] [2021-07-14T07:13:58.906Z] #39 [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-07-14T07:13:58.906Z] #39 sha256:e5a47005f578bbeec018e89af2d3942afbe4d492ad54425cac9a1a2acaffc2ab [2021-07-14T07:13:58.906Z] #39 3.256 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-07-14T07:13:58.906Z] #39 3.264 Cloning into '.'... [2021-07-14T07:13:58.906Z] #39 ... [2021-07-14T07:13:58.906Z] [2021-07-14T07:13:58.907Z] #51 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:13:58.907Z] #51 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:13:58.907Z] #51 4.614 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:13:58.907Z] #51 4.721 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:13:58.907Z] #51 4.910 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:13:58.907Z] #51 5.174 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-07-14T07:13:58.907Z] #51 5.868 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:13:58.907Z] #51 8.358 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:13:59.170Z] #51 ... [2021-07-14T07:13:59.170Z] [2021-07-14T07:13:59.170Z] #16 [cross-true 5/6] RUN dpkg --add-architecture s390x [2021-07-14T07:13:59.170Z] #16 sha256:4c5a49243cc1f02915b15496328105c15a73c7d7c0e3805b5256d029d492183a [2021-07-14T07:13:59.170Z] #16 DONE 1.4s [2021-07-14T07:13:59.170Z] [2021-07-14T07:13:59.170Z] #17 [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-07-14T07:13:59.170Z] #17 sha256:2ca173c8aef8efacc6bd403f5bfba52049372afbf55f6326ce465978cea592c1 [2021-07-14T07:13:59.880Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0840220b456354c7c) in /home/ubuntu/workspace/moby_PR-42636 [Pipeline] { [2021-07-14T07:13:59.900Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03a0d8bf348471a1c) in /home/ubuntu/workspace/moby_PR-42636 [Pipeline] checkout [Pipeline] { [Pipeline] checkout [2021-07-14T07:14:00.003Z] The recommended git tool is: git [2021-07-14T07:14:00.047Z] The recommended git tool is: git [2021-07-14T07:14:00.546Z] #17 1.457 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:14:00.546Z] #17 1.486 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:14:00.546Z] #17 1.488 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:14:01.111Z] #17 2.202 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-07-14T07:14:02.482Z] #17 3.194 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB] [2021-07-14T07:14:02.997Z] using credential docker-jenkins-github-credentials [2021-07-14T07:14:03.005Z] Cloning the remote Git repository [2021-07-14T07:14:03.005Z] Cloning with configured refspecs honoured and without tags [2021-07-14T07:14:03.160Z] using credential docker-jenkins-github-credentials [2021-07-14T07:14:03.180Z] Cloning the remote Git repository [2021-07-14T07:14:03.180Z] Cloning with configured refspecs honoured and without tags [2021-07-14T07:14:03.024Z] Cloning repository https://github.com/moby/moby.git [2021-07-14T07:14:03.101Z] > git init /home/ubuntu/workspace/moby_PR-42636 # timeout=10 [2021-07-14T07:14:03.286Z] Cloning repository https://github.com/moby/moby.git [2021-07-14T07:14:03.348Z] > git init /home/ubuntu/workspace/moby_PR-42636 # timeout=10 [2021-07-14T07:14:03.886Z] #17 4.666 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-07-14T07:14:03.614Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:14:03.615Z] > git --version # timeout=10 [2021-07-14T07:14:03.678Z] > git --version # 'git version 2.17.1' [2021-07-14T07:14:03.678Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:14:03.699Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:14:03.615Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:14:03.615Z] > git --version # timeout=10 [2021-07-14T07:14:03.629Z] > git --version # 'git version 2.17.1' [2021-07-14T07:14:03.630Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:14:03.709Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:14:04.822Z] #17 ... [2021-07-14T07:14:04.822Z] [2021-07-14T07:14:04.822Z] #57 [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-07-14T07:14:04.822Z] #57 sha256:1bde2a96696be84db5ac4170337e7c0bccb9973a2db7712329ac978eba2b156b [2021-07-14T07:14:04.822Z] #57 16.77 go: downloading github.com/fatih/color v1.7.0 [2021-07-14T07:14:04.822Z] #57 16.80 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-07-14T07:14:04.822Z] #57 16.83 go: downloading github.com/pkg/errors v0.8.1 [2021-07-14T07:14:04.822Z] #57 16.84 go: downloading github.com/spf13/cobra v0.0.5 [2021-07-14T07:14:04.822Z] #57 16.92 go: downloading github.com/spf13/pflag v1.0.5 [2021-07-14T07:14:04.822Z] #57 17.17 go: downloading github.com/spf13/viper v1.6.1 [2021-07-14T07:14:04.822Z] #57 17.50 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-07-14T07:14:04.822Z] #57 17.51 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-07-14T07:14:04.822Z] #57 18.36 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-07-14T07:14:04.822Z] #57 18.61 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-07-14T07:14:05.387Z] #57 ... [2021-07-14T07:14:05.387Z] [2021-07-14T07:14:05.387Z] #41 [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-07-14T07:14:05.387Z] #41 sha256:35e3567f9f6047a1cbcc145cb521895b72db38eb9eb2ef90ce811f7ebfe533b4 [2021-07-14T07:14:05.387Z] #41 11.57 github.com/pelletier/go-toml [2021-07-14T07:14:05.387Z] #41 17.72 github.com/pelletier/go-toml/cmd/tomll [2021-07-14T07:14:05.387Z] #41 DONE 20.4s [2021-07-14T07:14:05.387Z] [2021-07-14T07:14:05.387Z] #47 [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-07-14T07:14:05.387Z] #47 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:14:05.387Z] #47 18.34 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-07-14T07:14:05.828Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-01eb319968ed61136) in /home/ubuntu/workspace/moby_PR-42636 [Pipeline] { [Pipeline] checkout [2021-07-14T07:14:05.955Z] #47 ... [2021-07-14T07:14:05.955Z] [2021-07-14T07:14:05.955Z] #55 [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-07-14T07:14:05.955Z] #55 sha256:2dd83b4b450f71012b722351d27d99c28a34d1b1966ac7dbbcc774a4836180e4 [2021-07-14T07:14:05.955Z] #55 10.92 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-07-14T07:14:05.955Z] #55 10.97 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-07-14T07:14:05.955Z] #55 11.08 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-07-14T07:14:05.955Z] #55 11.45 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-07-14T07:14:05.955Z] #55 14.06 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-07-14T07:14:05.955Z] #55 ... [2021-07-14T07:14:05.955Z] [2021-07-14T07:14:05.955Z] #53 [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-07-14T07:14:05.955Z] #53 sha256:02a8211b1e65cecc1f54f5ba2787d743c548ee23f1c3525d1d74b80a2360f093 [2021-07-14T07:14:05.955Z] #53 14.61 unicode/utf8 [2021-07-14T07:14:05.955Z] #53 15.33 math/bits [2021-07-14T07:14:05.955Z] #53 15.83 math [2021-07-14T07:14:05.955Z] #53 18.45 encoding [2021-07-14T07:14:05.955Z] #53 18.55 unicode/utf16 [2021-07-14T07:14:05.955Z] #53 18.71 container/list [2021-07-14T07:14:05.955Z] #53 19.17 crypto/internal/subtle [2021-07-14T07:14:05.955Z] #53 19.28 crypto/subtle [2021-07-14T07:14:05.955Z] #53 19.38 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-07-14T07:14:05.955Z] #53 19.54 internal/nettrace [2021-07-14T07:14:05.955Z] #53 19.69 runtime/cgo [2021-07-14T07:14:06.253Z] The recommended git tool is: git [2021-07-14T07:14:06.522Z] #53 ... [2021-07-14T07:14:06.522Z] [2021-07-14T07:14:06.522Z] #57 [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-07-14T07:14:06.522Z] #57 sha256:1bde2a96696be84db5ac4170337e7c0bccb9973a2db7712329ac978eba2b156b [2021-07-14T07:14:06.522Z] #57 21.22 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-07-14T07:14:06.522Z] #57 21.24 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-07-14T07:14:06.522Z] #57 21.36 go: downloading github.com/stretchr/testify v1.4.0 [2021-07-14T07:14:06.522Z] #57 21.38 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-07-14T07:14:06.522Z] #57 21.46 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-07-14T07:14:06.522Z] #57 21.52 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-07-14T07:14:06.781Z] #57 21.68 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-07-14T07:14:06.781Z] #57 21.74 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-07-14T07:14:07.038Z] #57 22.01 go: downloading github.com/magiconair/properties v1.8.1 [2021-07-14T07:14:07.038Z] #57 22.01 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-07-14T07:14:07.038Z] #57 22.11 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-07-14T07:14:07.038Z] #57 22.12 go: downloading github.com/spf13/afero v1.1.2 [2021-07-14T07:14:07.296Z] #57 22.42 go: downloading github.com/spf13/cast v1.3.0 [2021-07-14T07:14:07.571Z] #57 22.42 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-07-14T07:14:07.571Z] #57 22.47 go: downloading github.com/subosito/gotenv v1.2.0 [2021-07-14T07:14:07.571Z] #57 22.54 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-07-14T07:14:07.571Z] #57 22.54 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-07-14T07:14:07.571Z] #57 22.67 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-07-14T07:14:07.843Z] #57 22.75 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-07-14T07:14:07.843Z] #57 22.77 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-07-14T07:14:07.843Z] #57 22.79 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-07-14T07:14:07.843Z] #57 22.80 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-07-14T07:14:07.843Z] #57 22.83 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-07-14T07:14:07.843Z] #57 22.84 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-07-14T07:14:07.843Z] #57 22.86 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-07-14T07:14:07.843Z] #57 22.87 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-07-14T07:14:08.102Z] #57 22.97 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-07-14T07:14:08.102Z] #57 23.03 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-07-14T07:14:08.102Z] #57 23.03 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-07-14T07:14:08.102Z] #57 23.06 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-07-14T07:14:08.102Z] #57 23.09 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-07-14T07:14:08.102Z] #57 23.14 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-07-14T07:14:08.371Z] #57 23.16 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-07-14T07:14:08.371Z] #57 23.35 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-07-14T07:14:08.371Z] #57 23.36 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-07-14T07:14:08.371Z] #57 23.38 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-07-14T07:14:08.371Z] #57 23.41 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-07-14T07:14:08.632Z] #57 23.49 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-07-14T07:14:08.632Z] #57 23.57 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-07-14T07:14:08.632Z] #57 23.61 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-07-14T07:14:08.632Z] #57 23.62 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-07-14T07:14:08.632Z] #57 23.66 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-07-14T07:14:08.888Z] #57 23.73 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-07-14T07:14:08.888Z] #57 23.91 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-07-14T07:14:08.888Z] #57 23.92 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-07-14T07:14:08.946Z] using credential docker-jenkins-github-credentials [2021-07-14T07:14:08.953Z] Cloning the remote Git repository [2021-07-14T07:14:08.953Z] Cloning with configured refspecs honoured and without tags [2021-07-14T07:14:09.145Z] #57 24.01 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-07-14T07:14:09.145Z] #57 24.05 go: downloading github.com/ultraware/funlen v0.0.2 [2021-07-14T07:14:09.145Z] #57 24.08 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-07-14T07:14:09.145Z] #57 24.09 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-07-14T07:14:09.145Z] #57 24.17 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-07-14T07:14:09.145Z] #57 ... [2021-07-14T07:14:09.145Z] [2021-07-14T07:14:09.145Z] #51 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:14:09.145Z] #51 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:14:09.145Z] #51 10.28 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:14:09.145Z] #51 12.50 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-07-14T07:14:09.145Z] #51 17.24 Fetched 8457 kB in 13s (654 kB/s) [2021-07-14T07:14:09.402Z] #51 17.24 Reading package lists... [2021-07-14T07:14:09.402Z] #51 ... [2021-07-14T07:14:09.402Z] [2021-07-14T07:14:09.402Z] #17 [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-07-14T07:14:09.402Z] #17 sha256:2ca173c8aef8efacc6bd403f5bfba52049372afbf55f6326ce465978cea592c1 [2021-07-14T07:14:09.402Z] #17 6.079 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:14:09.402Z] #17 7.662 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB] [2021-07-14T07:14:09.402Z] #17 8.632 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-07-14T07:14:09.402Z] #17 9.752 Get:10 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB] [2021-07-14T07:14:09.402Z] #17 9.773 Get:11 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [287 kB] [2021-07-14T07:14:09.402Z] #17 9.799 Get:12 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB] [2021-07-14T07:14:09.402Z] #17 9.834 Get:13 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [288 kB] [2021-07-14T07:14:09.402Z] #17 9.866 Get:14 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-07-14T07:14:09.402Z] #17 9.910 Get:15 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:14:09.402Z] #17 9.933 Get:16 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:14:09.402Z] #17 9.942 Get:17 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB] [2021-07-14T07:14:09.402Z] #17 9.948 Get:18 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB] [2021-07-14T07:14:09.402Z] #17 9.950 Get:19 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-07-14T07:14:09.402Z] #17 9.950 Get:20 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-07-14T07:14:09.402Z] #17 9.967 Get:21 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB] [2021-07-14T07:14:08.971Z] Cloning repository https://github.com/moby/moby.git [2021-07-14T07:14:09.029Z] > git init /home/ubuntu/workspace/moby_PR-42636 # timeout=10 [2021-07-14T07:14:09.355Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:14:09.356Z] > git --version # timeout=10 [2021-07-14T07:14:09.374Z] > git --version # 'git version 2.25.1' [2021-07-14T07:14:09.374Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:14:09.375Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:14:11.302Z] #17 ... [2021-07-14T07:14:11.302Z] [2021-07-14T07:14:11.302Z] #57 [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-07-14T07:14:11.302Z] #57 sha256:1bde2a96696be84db5ac4170337e7c0bccb9973a2db7712329ac978eba2b156b [2021-07-14T07:14:11.302Z] #57 24.89 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-07-14T07:14:11.302Z] #57 24.90 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-07-14T07:14:11.302Z] #57 25.02 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-07-14T07:14:11.302Z] #57 25.02 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-07-14T07:14:11.302Z] #57 25.03 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-07-14T07:14:11.302Z] #57 25.24 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-07-14T07:14:11.302Z] #57 25.31 go: downloading github.com/stretchr/objx v0.2.0 [2021-07-14T07:14:11.302Z] #57 25.49 go: downloading golang.org/x/text v0.3.2 [2021-07-14T07:14:11.561Z] #57 ... [2021-07-14T07:14:11.561Z] [2021-07-14T07:14:11.561Z] #59 [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-07-14T07:14:11.561Z] #59 sha256:a75edf13471cf45ed6a2ae271af6fd9045119e8f6bd0da64334cb673bc62c965 [2021-07-14T07:14:11.561Z] #59 16.44 + cd /tmp/tmp.cAYisqoSXS/src/github.com/mvdan/sh [2021-07-14T07:14:11.561Z] #59 16.44 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-14T07:14:11.561Z] #59 16.52 + GO111MODULE=on [2021-07-14T07:14:11.561Z] #59 16.52 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-07-14T07:14:11.561Z] #59 17.39 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-07-14T07:14:11.561Z] #59 17.42 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-07-14T07:14:11.561Z] #59 17.53 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-07-14T07:14:11.561Z] #59 18.87 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-07-14T07:14:11.561Z] #59 21.86 runtime [2021-07-14T07:14:11.561Z] #59 ... [2021-07-14T07:14:11.561Z] [2021-07-14T07:14:11.561Z] #47 [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-07-14T07:14:11.561Z] #47 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:14:11.561Z] #47 19.62 + 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-07-14T07:14:12.936Z] #47 ... [2021-07-14T07:14:12.936Z] [2021-07-14T07:14:12.936Z] #53 [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-07-14T07:14:12.936Z] #53 sha256:02a8211b1e65cecc1f54f5ba2787d743c548ee23f1c3525d1d74b80a2360f093 [2021-07-14T07:14:12.936Z] #53 27.92 vendor/golang.org/x/crypto/internal/subtle [2021-07-14T07:14:17.257Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0f5e008fa89182a76) in /home/ubuntu/workspace/moby_PR-42636 [Pipeline] { [Pipeline] checkout [2021-07-14T07:14:17.657Z] The recommended git tool is: git [2021-07-14T07:14:18.199Z] #53 ... [2021-07-14T07:14:18.199Z] [2021-07-14T07:14:18.199Z] #51 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:14:18.199Z] #51 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:14:18.199Z] #51 17.24 Reading package lists... [2021-07-14T07:14:18.199Z] #51 21.61 Reading package lists... [2021-07-14T07:14:18.199Z] #51 25.56 Building dependency tree... [2021-07-14T07:14:18.199Z] #51 27.08 The following additional packages will be installed: [2021-07-14T07:14:18.199Z] #51 27.09 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-07-14T07:14:18.199Z] #51 27.09 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-07-14T07:14:18.199Z] #51 27.09 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-07-14T07:14:18.199Z] #51 27.09 python3.7-minimal [2021-07-14T07:14:18.199Z] #51 27.10 Suggested packages: [2021-07-14T07:14:18.199Z] #51 27.10 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-07-14T07:14:18.199Z] #51 27.10 python3.7-doc binfmt-support [2021-07-14T07:14:18.199Z] #51 27.97 The following NEW packages will be installed: [2021-07-14T07:14:18.199Z] #51 27.97 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-07-14T07:14:18.199Z] #51 27.97 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-07-14T07:14:18.199Z] #51 27.97 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-07-14T07:14:18.199Z] #51 27.97 python3.7-minimal [2021-07-14T07:14:18.199Z] #51 28.34 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:14:18.199Z] #51 28.34 Need to get 6695 kB of archives. [2021-07-14T07:14:18.199Z] #51 28.34 After this operation, 33.1 MB of additional disk space will be used. [2021-07-14T07:14:18.199Z] #51 28.34 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-07-14T07:14:18.199Z] #51 28.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-07-14T07:14:18.199Z] #51 28.49 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-07-14T07:14:18.199Z] #51 28.50 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-07-14T07:14:18.199Z] #51 28.51 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-07-14T07:14:18.199Z] #51 28.64 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-07-14T07:14:18.199Z] #51 28.66 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-07-14T07:14:18.199Z] #51 28.66 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-07-14T07:14:18.199Z] #51 28.67 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-07-14T07:14:18.199Z] #51 28.72 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-07-14T07:14:18.199Z] #51 28.75 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] [2021-07-14T07:14:18.199Z] #51 28.75 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB] [2021-07-14T07:14:18.199Z] #51 28.76 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-07-14T07:14:18.199Z] #51 28.77 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-07-14T07:14:18.199Z] #51 28.77 Get:15 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-07-14T07:14:18.199Z] #51 28.77 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-07-14T07:14:19.131Z] #51 29.96 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:14:19.131Z] #51 30.11 Fetched 6695 kB in 1s (5897 kB/s) [2021-07-14T07:14:19.131Z] #51 30.18 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-07-14T07:14:19.131Z] #51 30.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 ... 15421 files and directories currently installed.) [2021-07-14T07:14:19.131Z] #51 30.23 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:14:19.131Z] #51 30.23 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:14:19.705Z] #51 30.86 Selecting previously unselected package python3.7-minimal. [2021-07-14T07:14:19.705Z] #51 30.86 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:14:19.705Z] #51 30.88 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:14:20.635Z] #51 31.79 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:14:20.892Z] #51 31.82 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:14:21.823Z] #51 ... [2021-07-14T07:14:21.823Z] [2021-07-14T07:14:21.823Z] #53 [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-07-14T07:14:21.823Z] #53 sha256:02a8211b1e65cecc1f54f5ba2787d743c548ee23f1c3525d1d74b80a2360f093 [2021-07-14T07:14:21.823Z] #53 36.79 internal/reflectlite [2021-07-14T07:14:21.823Z] #53 36.80 sync [2021-07-14T07:14:22.064Z] using credential docker-jenkins-github-credentials [2021-07-14T07:14:22.073Z] Cloning the remote Git repository [2021-07-14T07:14:22.073Z] Cloning with configured refspecs honoured and without tags [2021-07-14T07:14:22.181Z] Cloning repository https://github.com/moby/moby.git [2021-07-14T07:14:22.245Z] > git init /home/ubuntu/workspace/moby_PR-42636 # timeout=10 [2021-07-14T07:14:23.194Z] #53 37.90 internal/testlog [2021-07-14T07:14:23.194Z] #53 38.05 github.com/LK4D4/vndr/godl/singleflight [2021-07-14T07:14:23.194Z] #53 38.29 math/rand [2021-07-14T07:14:22.820Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:14:22.820Z] > git --version # timeout=10 [2021-07-14T07:14:22.831Z] > git --version # 'git version 2.25.1' [2021-07-14T07:14:22.832Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:14:22.922Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:14:24.128Z] #53 38.96 internal/singleflight [2021-07-14T07:14:24.128Z] #53 39.00 errors [2021-07-14T07:14:24.128Z] #53 39.19 sort [2021-07-14T07:14:24.128Z] #53 39.25 io [2021-07-14T07:14:25.060Z] #53 40.05 strconv [2021-07-14T07:14:25.317Z] #53 40.34 bytes [2021-07-14T07:14:25.893Z] #53 ... [2021-07-14T07:14:25.893Z] [2021-07-14T07:14:25.893Z] #57 [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-07-14T07:14:25.893Z] #57 sha256:1bde2a96696be84db5ac4170337e7c0bccb9973a2db7712329ac978eba2b156b [2021-07-14T07:14:25.893Z] #57 30.90 go: downloading github.com/gobwas/glob v0.2.3 [2021-07-14T07:14:25.893Z] #57 30.94 go: downloading github.com/kisielk/gotool v1.0.0 [2021-07-14T07:14:25.893Z] #57 31.00 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-07-14T07:14:25.893Z] #57 31.02 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-07-14T07:14:25.893Z] #57 31.06 go: downloading github.com/gogo/protobuf v1.2.1 [2021-07-14T07:14:25.893Z] #57 31.98 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-07-14T07:14:25.893Z] #57 32.21 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-07-14T07:14:25.893Z] #57 32.45 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-07-14T07:14:26.150Z] #57 ... [2021-07-14T07:14:26.150Z] [2021-07-14T07:14:26.150Z] #51 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:14:26.150Z] #51 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:14:26.150Z] #51 34.31 Selecting previously unselected package python3-minimal. [2021-07-14T07:14:26.150Z] #51 34.31 (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 ... 15661 files and directories currently installed.) [2021-07-14T07:14:26.150Z] #51 34.41 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-07-14T07:14:26.150Z] #51 34.43 Unpacking python3-minimal (3.7.3-1) ... [2021-07-14T07:14:26.150Z] #51 34.53 Selecting previously unselected package libmpdec2:amd64. [2021-07-14T07:14:26.150Z] #51 34.53 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-07-14T07:14:26.150Z] #51 34.54 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-07-14T07:14:26.150Z] #51 34.67 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-07-14T07:14:26.150Z] #51 34.67 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:14:26.150Z] #51 34.67 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:14:26.150Z] #51 35.81 Selecting previously unselected package python3.7. [2021-07-14T07:14:26.150Z] #51 35.82 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:14:26.150Z] #51 35.83 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:14:26.150Z] #51 36.01 Selecting previously unselected package libpython3-stdlib:amd64. [2021-07-14T07:14:26.150Z] #51 36.01 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-07-14T07:14:26.150Z] #51 36.02 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-14T07:14:26.150Z] #51 36.10 Setting up python3-minimal (3.7.3-1) ... [2021-07-14T07:14:26.150Z] #51 37.09 Selecting previously unselected package python3. [2021-07-14T07:14:26.150Z] #51 37.09 (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 ... 16073 files and directories currently installed.) [2021-07-14T07:14:26.150Z] #51 37.15 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ... [2021-07-14T07:14:26.150Z] #51 37.16 Unpacking python3 (3.7.3-1) ... [2021-07-14T07:14:26.150Z] #51 37.31 Selecting previously unselected package libprotobuf17:amd64. [2021-07-14T07:14:26.150Z] #51 37.33 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-07-14T07:14:26.408Z] #51 37.34 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-07-14T07:14:26.662Z] Fetching without tags [2021-07-14T07:14:26.665Z] #51 37.86 Selecting previously unselected package python3-pkg-resources. [2021-07-14T07:14:26.665Z] #51 37.87 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-07-14T07:14:26.665Z] #51 37.88 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:14:26.790Z] Fetching without tags [2021-07-14T07:14:26.922Z] #51 38.07 Selecting previously unselected package python3-six. [2021-07-14T07:14:26.922Z] #51 38.07 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-07-14T07:14:26.922Z] #51 38.08 Unpacking python3-six (1.12.0-1) ... [2021-07-14T07:14:26.964Z] Merging remotes/origin/master commit 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 into PR head commit 84df737f500a7d0074e97ea60bdfc02e5fe9be9f [2021-07-14T07:14:27.131Z] Merging remotes/origin/master commit 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 into PR head commit 84df737f500a7d0074e97ea60bdfc02e5fe9be9f [2021-07-14T07:14:27.179Z] #51 38.18 Selecting previously unselected package python3-protobuf. [2021-07-14T07:14:27.179Z] #51 38.18 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ... [2021-07-14T07:14:27.179Z] #51 38.19 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-07-14T07:14:27.436Z] #51 38.54 Selecting previously unselected package libnet1:amd64. [2021-07-14T07:14:27.436Z] #51 38.54 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-07-14T07:14:27.436Z] #51 38.55 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:14:27.693Z] #51 38.65 Selecting previously unselected package libnl-3-200:amd64. [2021-07-14T07:14:27.693Z] #51 38.65 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ... [2021-07-14T07:14:27.693Z] #51 38.66 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-07-14T07:14:27.930Z] Fetching without tags [2021-07-14T07:14:28.208Z] Merging remotes/origin/master commit 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 into PR head commit 84df737f500a7d0074e97ea60bdfc02e5fe9be9f [2021-07-14T07:14:27.870Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:14:27.886Z] > git config --add remote.origin.fetch +refs/pull/42636/head:refs/remotes/origin/PR-42636 # timeout=10 [2021-07-14T07:14:27.897Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:14:27.914Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:14:27.934Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:14:27.934Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:14:27.935Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:14:28.218Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:14:28.256Z] #51 39.18 Selecting previously unselected package libprotobuf-c1:amd64. [2021-07-14T07:14:28.256Z] #51 39.18 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-07-14T07:14:28.256Z] #51 39.20 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-14T07:14:26.609Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:14:26.622Z] > git config --add remote.origin.fetch +refs/pull/42636/head:refs/remotes/origin/PR-42636 # timeout=10 [2021-07-14T07:14:26.633Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:14:26.652Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:14:26.670Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:14:26.670Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:14:26.671Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:14:26.974Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:14:26.997Z] > git checkout -f 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [2021-07-14T07:14:27.748Z] > git remote # timeout=10 [2021-07-14T07:14:27.781Z] > git config --get remote.origin.url # timeout=10 [2021-07-14T07:14:27.805Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:14:27.806Z] > git merge 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 # timeout=10 [2021-07-14T07:14:26.701Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:14:26.714Z] > git config --add remote.origin.fetch +refs/pull/42636/head:refs/remotes/origin/PR-42636 # timeout=10 [2021-07-14T07:14:26.732Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:14:26.765Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:14:26.797Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:14:26.798Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:14:26.799Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:14:27.147Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:14:27.172Z] > git checkout -f 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [2021-07-14T07:14:27.923Z] > git remote # timeout=10 [2021-07-14T07:14:27.945Z] > git config --get remote.origin.url # timeout=10 [2021-07-14T07:14:27.965Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:14:27.966Z] > git merge 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 # timeout=10 [2021-07-14T07:14:28.513Z] #51 39.68 Selecting previously unselected package criu. [2021-07-14T07:14:28.513Z] #51 39.68 Preparing to unpack .../8-criu_3.15-1_amd64.deb ... [2021-07-14T07:14:28.763Z] Merge succeeded, producing f5cb0eb9c1aa27cc2833d83db513ec6e09463dbd [2021-07-14T07:14:28.763Z] Checking out Revision f5cb0eb9c1aa27cc2833d83db513ec6e09463dbd (PR-42636) [2021-07-14T07:14:28.771Z] #51 39.74 Unpacking criu (3.15-1) ... [2021-07-14T07:14:28.771Z] #51 ... [2021-07-14T07:14:28.771Z] [2021-07-14T07:14:28.771Z] #55 [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-07-14T07:14:28.771Z] #55 sha256:2dd83b4b450f71012b722351d27d99c28a34d1b1966ac7dbbcc774a4836180e4 [2021-07-14T07:14:28.771Z] #55 DONE 43.7s [2021-07-14T07:14:28.771Z] [2021-07-14T07:14:28.771Z] #39 [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-07-14T07:14:28.771Z] #39 sha256:e5a47005f578bbeec018e89af2d3942afbe4d492ad54425cac9a1a2acaffc2ab [2021-07-14T07:14:28.771Z] #39 33.58 Checking out files: 98% (1503/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-07-14T07:14:28.771Z] #39 33.64 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-07-14T07:14:28.771Z] #39 33.78 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-07-14T07:14:28.898Z] Merge succeeded, producing f5cb0eb9c1aa27cc2833d83db513ec6e09463dbd [2021-07-14T07:14:28.899Z] Checking out Revision f5cb0eb9c1aa27cc2833d83db513ec6e09463dbd (PR-42636) [2021-07-14T07:14:29.675Z] Merge succeeded, producing 2a49aec2b8a396f14d590c88f8343f6b977e0999 [2021-07-14T07:14:29.675Z] Checking out Revision 2a49aec2b8a396f14d590c88f8343f6b977e0999 (PR-42636) [2021-07-14T07:14:29.706Z] #39 ... [2021-07-14T07:14:29.706Z] [2021-07-14T07:14:29.706Z] #51 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:14:29.706Z] #51 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:14:29.706Z] #51 40.85 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:14:29.706Z] #51 40.85 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-14T07:14:29.706Z] #51 40.87 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-07-14T07:14:29.964Z] #51 40.90 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-07-14T07:14:29.964Z] #51 40.91 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-07-14T07:14:29.964Z] #51 40.93 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:14:29.964Z] #51 40.94 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-14T07:14:29.964Z] #51 40.96 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:14:28.234Z] > git checkout -f 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [2021-07-14T07:14:28.945Z] > git remote # timeout=10 [2021-07-14T07:14:28.974Z] > git config --get remote.origin.url # timeout=10 [2021-07-14T07:14:29.001Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:14:29.002Z] > git merge 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 # timeout=10 [2021-07-14T07:14:29.662Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-14T07:14:29.678Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:14:29.691Z] > git checkout -f 2a49aec2b8a396f14d590c88f8343f6b977e0999 # timeout=10 [2021-07-14T07:14:28.750Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-14T07:14:28.765Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:14:28.792Z] > git checkout -f f5cb0eb9c1aa27cc2833d83db513ec6e09463dbd # timeout=10 [2021-07-14T07:14:28.877Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-14T07:14:28.904Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:14:28.907Z] > git checkout -f f5cb0eb9c1aa27cc2833d83db513ec6e09463dbd # timeout=10 [2021-07-14T07:14:32.604Z] Commit message: "Merge commit '22d6671db2f0f73eca064fe8a2b5d9fc199f88a4' into HEAD" [2021-07-14T07:14:32.614Z] > git rev-list --no-walk 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [2021-07-14T07:14:32.718Z] Commit message: "Merge commit '22d6671db2f0f73eca064fe8a2b5d9fc199f88a4' into HEAD" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-07-14T07:14:33.240Z] #51 ... [2021-07-14T07:14:33.240Z] [2021-07-14T07:14:33.240Z] #59 [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-07-14T07:14:33.240Z] #59 sha256:a75edf13471cf45ed6a2ae271af6fd9045119e8f6bd0da64334cb673bc62c965 [2021-07-14T07:14:33.240Z] #59 37.70 internal/reflectlite [2021-07-14T07:14:33.240Z] #59 37.71 sync [2021-07-14T07:14:33.240Z] #59 39.53 sort [2021-07-14T07:14:33.240Z] #59 39.53 io [2021-07-14T07:14:33.240Z] #59 40.39 internal/oserror [2021-07-14T07:14:33.240Z] #59 40.44 bytes [2021-07-14T07:14:33.240Z] #59 40.59 syscall [2021-07-14T07:14:33.240Z] #59 41.99 strconv [2021-07-14T07:14:33.240Z] #59 44.65 reflect [2021-07-14T07:14:33.240Z] #59 46.36 time [2021-07-14T07:14:33.240Z] #59 ... [2021-07-14T07:14:33.240Z] [2021-07-14T07:14:33.240Z] #51 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:14:33.240Z] #51 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:14:33.240Z] #51 44.45 Setting up python3 (3.7.3-1) ... [2021-07-14T07:14:33.326Z] Commit message: "Merge commit '22d6671db2f0f73eca064fe8a2b5d9fc199f88a4' into HEAD" [2021-07-14T07:14:33.329Z] > git rev-list --no-walk 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-07-14T07:14:33.806Z] #51 44.98 Setting up python3-six (1.12.0-1) ... [2021-07-14T07:14:33.830Z] + docker version [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-07-14T07:14:34.224Z] + docker version [2021-07-14T07:14:34.563Z] + docker version [2021-07-14T07:14:34.736Z] #51 45.87 Setting up python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:14:36.109Z] #51 47.01 Setting up python3-protobuf (3.6.1.3-2) ... [2021-07-14T07:14:37.040Z] #51 ... [2021-07-14T07:14:37.040Z] [2021-07-14T07:14:37.040Z] #53 [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-07-14T07:14:37.040Z] #53 sha256:02a8211b1e65cecc1f54f5ba2787d743c548ee23f1c3525d1d74b80a2360f093 [2021-07-14T07:14:37.040Z] #53 41.94 strings [2021-07-14T07:14:37.040Z] #53 43.00 reflect [2021-07-14T07:14:37.040Z] #53 43.93 bufio [2021-07-14T07:14:37.040Z] #53 45.74 syscall [2021-07-14T07:14:37.040Z] #53 50.82 internal/syscall/unix [2021-07-14T07:14:37.040Z] #53 50.91 internal/fmtsort [2021-07-14T07:14:37.040Z] #53 51.05 internal/poll [2021-07-14T07:14:37.040Z] #53 51.28 internal/syscall/execenv [2021-07-14T07:14:37.040Z] #53 51.37 path [2021-07-14T07:14:37.040Z] #53 51.78 io/fs [2021-07-14T07:14:37.297Z] #53 ... [2021-07-14T07:14:37.297Z] [2021-07-14T07:14:37.297Z] #59 [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-07-14T07:14:37.297Z] #59 sha256:a75edf13471cf45ed6a2ae271af6fd9045119e8f6bd0da64334cb673bc62c965 [2021-07-14T07:14:37.297Z] #59 50.53 context [2021-07-14T07:14:37.297Z] #59 51.07 internal/poll [2021-07-14T07:14:37.861Z] #59 52.85 encoding/binary [2021-07-14T07:14:37.861Z] #59 52.87 os [2021-07-14T07:14:39.755Z] #59 54.27 encoding/base64 [2021-07-14T07:14:39.755Z] #59 54.84 golang.org/x/sys/unix [2021-07-14T07:14:40.334Z] #59 ... [2021-07-14T07:14:40.334Z] [2021-07-14T07:14:40.334Z] #51 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:14:40.334Z] #51 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:14:40.334Z] #51 49.26 Setting up criu (3.15-1) ... [2021-07-14T07:14:40.334Z] #51 50.56 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:14:40.334Z] #51 50.64 Processing triggers for mime-support (3.62) ... [2021-07-14T07:14:40.334Z] #51 DONE 51.3s [2021-07-14T07:14:40.334Z] [2021-07-14T07:14:40.334Z] #53 [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-07-14T07:14:40.334Z] #53 sha256:02a8211b1e65cecc1f54f5ba2787d743c548ee23f1c3525d1d74b80a2360f093 [2021-07-14T07:14:40.334Z] #53 52.66 regexp/syntax [2021-07-14T07:14:40.334Z] #53 53.05 os [2021-07-14T07:14:41.265Z] #53 56.19 regexp [2021-07-14T07:14:41.521Z] #53 56.58 fmt [2021-07-14T07:14:41.955Z] Client: Docker Engine - Community [2021-07-14T07:14:41.956Z] Version: 20.10.6 [2021-07-14T07:14:41.956Z] API version: 1.41 [2021-07-14T07:14:41.956Z] Go version: go1.13.15 [2021-07-14T07:14:41.956Z] Git commit: 370c289 [2021-07-14T07:14:41.956Z] Built: Fri Apr 9 22:46:01 2021 [2021-07-14T07:14:41.956Z] OS/Arch: linux/amd64 [2021-07-14T07:14:41.956Z] Context: default [2021-07-14T07:14:41.956Z] Experimental: true [2021-07-14T07:14:41.956Z] [2021-07-14T07:14:41.956Z] Server: Docker Engine - Community [2021-07-14T07:14:41.956Z] Engine: [2021-07-14T07:14:41.956Z] Version: 20.10.6 [2021-07-14T07:14:41.956Z] API version: 1.41 (minimum version 1.12) [2021-07-14T07:14:41.956Z] Go version: go1.13.15 [2021-07-14T07:14:41.956Z] Git commit: 8728dd2 [2021-07-14T07:14:41.956Z] Built: Fri Apr 9 22:44:13 2021 [2021-07-14T07:14:41.956Z] OS/Arch: linux/amd64 [2021-07-14T07:14:41.956Z] Experimental: true [2021-07-14T07:14:41.956Z] containerd: [2021-07-14T07:14:41.956Z] Version: 1.4.6 [2021-07-14T07:14:41.956Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-14T07:14:41.956Z] runc: [2021-07-14T07:14:41.956Z] Version: 1.0.0-rc95 [2021-07-14T07:14:41.956Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-14T07:14:41.956Z] docker-init: [2021-07-14T07:14:41.956Z] Version: 0.19.0 [2021-07-14T07:14:41.956Z] GitCommit: de40ad0 [Pipeline] sh [2021-07-14T07:14:42.267Z] + docker info [2021-07-14T07:14:42.357Z] Client: Docker Engine - Community [2021-07-14T07:14:42.357Z] Version: 20.10.6 [2021-07-14T07:14:42.357Z] API version: 1.41 [2021-07-14T07:14:42.357Z] Go version: go1.13.15 [2021-07-14T07:14:42.357Z] Git commit: 370c289 [2021-07-14T07:14:42.357Z] Built: Fri Apr 9 22:46:01 2021 [2021-07-14T07:14:42.357Z] OS/Arch: linux/amd64 [2021-07-14T07:14:42.357Z] Context: default [2021-07-14T07:14:42.357Z] Experimental: true [2021-07-14T07:14:42.357Z] [2021-07-14T07:14:42.357Z] Server: Docker Engine - Community [2021-07-14T07:14:42.357Z] Engine: [2021-07-14T07:14:42.357Z] Version: 20.10.6 [2021-07-14T07:14:42.357Z] API version: 1.41 (minimum version 1.12) [2021-07-14T07:14:42.357Z] Go version: go1.13.15 [2021-07-14T07:14:42.357Z] Git commit: 8728dd2 [2021-07-14T07:14:42.357Z] Built: Fri Apr 9 22:44:13 2021 [2021-07-14T07:14:42.357Z] OS/Arch: linux/amd64 [2021-07-14T07:14:42.357Z] Experimental: true [2021-07-14T07:14:42.357Z] containerd: [2021-07-14T07:14:42.357Z] Version: 1.4.6 [2021-07-14T07:14:42.357Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-14T07:14:42.357Z] runc: [2021-07-14T07:14:42.357Z] Version: 1.0.0-rc95 [2021-07-14T07:14:42.357Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-14T07:14:42.357Z] docker-init: [2021-07-14T07:14:42.357Z] Version: 0.19.0 [2021-07-14T07:14:42.357Z] GitCommit: de40ad0 [Pipeline] sh [2021-07-14T07:14:42.705Z] + docker info [2021-07-14T07:14:43.420Z] #53 58.33 path/filepath [2021-07-14T07:14:44.218Z] Fetching without tags [2021-07-14T07:14:44.351Z] #53 59.11 internal/lazyregexp [2021-07-14T07:14:44.351Z] #53 59.26 flag [2021-07-14T07:14:44.351Z] #53 59.31 go/token [2021-07-14T07:14:44.351Z] #53 ... [2021-07-14T07:14:44.351Z] [2021-07-14T07:14:44.351Z] #17 [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-07-14T07:14:44.351Z] #17 sha256:2ca173c8aef8efacc6bd403f5bfba52049372afbf55f6326ce465978cea592c1 [2021-07-14T07:14:44.351Z] #17 45.31 Fetched 48.3 MB in 44s (1095 kB/s) [2021-07-14T07:14:44.559Z] Merging remotes/origin/master commit 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 into PR head commit 84df737f500a7d0074e97ea60bdfc02e5fe9be9f [2021-07-14T07:14:44.569Z] Client: Docker Engine - Community [2021-07-14T07:14:44.569Z] Version: 20.10.6 [2021-07-14T07:14:44.569Z] API version: 1.41 [2021-07-14T07:14:44.569Z] Go version: go1.13.15 [2021-07-14T07:14:44.569Z] Git commit: 370c289 [2021-07-14T07:14:44.569Z] Built: Fri Apr 9 22:47:17 2021 [2021-07-14T07:14:44.569Z] OS/Arch: linux/amd64 [2021-07-14T07:14:44.569Z] Context: default [2021-07-14T07:14:44.569Z] Experimental: true [2021-07-14T07:14:44.569Z] [2021-07-14T07:14:44.569Z] Server: Docker Engine - Community [2021-07-14T07:14:44.569Z] Engine: [2021-07-14T07:14:44.569Z] Version: 20.10.6 [2021-07-14T07:14:44.569Z] API version: 1.41 (minimum version 1.12) [2021-07-14T07:14:44.569Z] Go version: go1.13.15 [2021-07-14T07:14:44.569Z] Git commit: 8728dd2 [2021-07-14T07:14:44.569Z] Built: Fri Apr 9 22:45:28 2021 [2021-07-14T07:14:44.569Z] OS/Arch: linux/amd64 [2021-07-14T07:14:44.569Z] Experimental: true [2021-07-14T07:14:44.569Z] containerd: [2021-07-14T07:14:44.569Z] Version: 1.4.6 [2021-07-14T07:14:44.569Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-14T07:14:44.569Z] runc: [2021-07-14T07:14:44.569Z] Version: 1.0.0-rc95 [2021-07-14T07:14:44.569Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-14T07:14:44.569Z] docker-init: [2021-07-14T07:14:44.569Z] Version: 0.19.0 [2021-07-14T07:14:44.569Z] GitCommit: de40ad0 [Pipeline] sh [2021-07-14T07:14:44.895Z] + docker info [2021-07-14T07:14:44.179Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:14:44.189Z] > git config --add remote.origin.fetch +refs/pull/42636/head:refs/remotes/origin/PR-42636 # timeout=10 [2021-07-14T07:14:44.196Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:14:44.213Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:14:44.224Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:14:44.225Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:14:44.227Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:14:44.569Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:14:44.574Z] > git checkout -f 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [2021-07-14T07:14:45.608Z] > git remote # timeout=10 [2021-07-14T07:14:45.614Z] > git config --get remote.origin.url # timeout=10 [2021-07-14T07:14:45.623Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:14:45.624Z] > git merge 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 # timeout=10 [2021-07-14T07:14:46.442Z] Merge succeeded, producing b81674392e3dec8824c4a34d8cd8b328f16ec1c9 [2021-07-14T07:14:46.442Z] Checking out Revision b81674392e3dec8824c4a34d8cd8b328f16ec1c9 (PR-42636) [2021-07-14T07:14:46.436Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-07-14T07:14:46.446Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:14:46.450Z] > git checkout -f b81674392e3dec8824c4a34d8cd8b328f16ec1c9 # timeout=10 [2021-07-14T07:14:50.256Z] Commit message: "Merge commit '22d6671db2f0f73eca064fe8a2b5d9fc199f88a4' into HEAD" [2021-07-14T07:14:50.260Z] > git rev-list --no-walk 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-07-14T07:14:50.901Z] #17 45.31 Reading package lists... [2021-07-14T07:14:50.901Z] #17 ... [2021-07-14T07:14:50.901Z] [2021-07-14T07:14:50.901Z] #59 [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-07-14T07:14:50.901Z] #59 sha256:a75edf13471cf45ed6a2ae271af6fd9045119e8f6bd0da64334cb673bc62c965 [2021-07-14T07:14:50.901Z] #59 56.18 fmt [2021-07-14T07:14:50.901Z] #59 58.72 encoding/json [2021-07-14T07:14:50.901Z] #59 60.43 github.com/pkg/diff [2021-07-14T07:14:50.901Z] #59 61.46 go/ast [2021-07-14T07:14:50.901Z] #59 62.25 golang.org/x/crypto/ssh/terminal [2021-07-14T07:14:50.901Z] #59 63.27 io/ioutil [2021-07-14T07:14:50.901Z] #59 63.53 mvdan.cc/editorconfig [2021-07-14T07:14:50.901Z] #59 64.17 mvdan.cc/sh/v3/fileutil [2021-07-14T07:14:50.901Z] #59 64.33 text/tabwriter [2021-07-14T07:14:50.901Z] #59 64.54 mvdan.cc/sh/v3/syntax [2021-07-14T07:14:51.159Z] #59 ... [2021-07-14T07:14:51.159Z] [2021-07-14T07:14:51.159Z] #53 [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-07-14T07:14:51.159Z] #53 sha256:02a8211b1e65cecc1f54f5ba2787d743c548ee23f1c3525d1d74b80a2360f093 [2021-07-14T07:14:51.159Z] #53 59.78 go/scanner [2021-07-14T07:14:51.159Z] #53 60.37 net/url [2021-07-14T07:14:51.159Z] #53 60.66 go/ast [2021-07-14T07:14:51.159Z] #53 61.67 text/template/parse [2021-07-14T07:14:51.159Z] #53 63.38 go/parser [2021-07-14T07:14:51.159Z] #53 65.06 text/template [2021-07-14T07:14:51.159Z] #53 66.08 log [2021-07-14T07:14:51.249Z] + docker version [2021-07-14T07:14:51.726Z] #53 66.61 encoding/xml [2021-07-14T07:14:53.620Z] #53 ... [2021-07-14T07:14:53.620Z] [2021-07-14T07:14:53.620Z] #59 [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-07-14T07:14:53.620Z] #59 sha256:a75edf13471cf45ed6a2ae271af6fd9045119e8f6bd0da64334cb673bc62c965 [2021-07-14T07:14:53.620Z] #59 68.36 mvdan.cc/sh/v3/cmd/shfmt [2021-07-14T07:14:54.924Z] Client: [2021-07-14T07:14:54.924Z] Context: default [2021-07-14T07:14:54.924Z] Debug Mode: false [2021-07-14T07:14:54.924Z] Plugins: [2021-07-14T07:14:54.924Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-07-14T07:14:54.924Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-07-14T07:14:54.924Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-07-14T07:14:54.924Z] [2021-07-14T07:14:54.924Z] Server: [2021-07-14T07:14:54.924Z] Containers: 0 [2021-07-14T07:14:54.924Z] Running: 0 [2021-07-14T07:14:54.924Z] Paused: 0 [2021-07-14T07:14:54.924Z] Stopped: 0 [2021-07-14T07:14:54.924Z] Images: 0 [2021-07-14T07:14:54.924Z] Server Version: 20.10.6 [2021-07-14T07:14:54.924Z] Storage Driver: overlay2 [2021-07-14T07:14:54.924Z] Backing Filesystem: extfs [2021-07-14T07:14:54.924Z] Supports d_type: true [2021-07-14T07:14:54.924Z] Native Overlay Diff: true [2021-07-14T07:14:54.924Z] userxattr: false [2021-07-14T07:14:54.924Z] Logging Driver: json-file [2021-07-14T07:14:54.924Z] Cgroup Driver: cgroupfs [2021-07-14T07:14:54.924Z] Cgroup Version: 1 [2021-07-14T07:14:54.924Z] Plugins: [2021-07-14T07:14:54.924Z] Volume: local [2021-07-14T07:14:54.924Z] Network: bridge host ipvlan macvlan null overlay [2021-07-14T07:14:54.924Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-07-14T07:14:54.924Z] Swarm: inactive [2021-07-14T07:14:54.924Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-07-14T07:14:54.924Z] Default Runtime: runc [2021-07-14T07:14:54.924Z] Init Binary: docker-init [2021-07-14T07:14:54.924Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-14T07:14:54.924Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-14T07:14:54.924Z] init version: de40ad0 [2021-07-14T07:14:54.924Z] Security Options: [2021-07-14T07:14:54.924Z] apparmor [2021-07-14T07:14:54.924Z] seccomp [2021-07-14T07:14:54.924Z] Profile: default [2021-07-14T07:14:54.924Z] Kernel Version: 5.4.0-1048-aws [2021-07-14T07:14:54.924Z] Operating System: Ubuntu 18.04.5 LTS [2021-07-14T07:14:54.924Z] OSType: linux [2021-07-14T07:14:54.924Z] Architecture: x86_64 [2021-07-14T07:14:54.924Z] CPUs: 2 [2021-07-14T07:14:54.924Z] Total Memory: 7.487GiB [2021-07-14T07:14:54.924Z] Name: ip-10-100-117-169 [2021-07-14T07:14:54.924Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-07-14T07:14:54.924Z] Docker Root Dir: /var/lib/docker [2021-07-14T07:14:54.924Z] Debug Mode: false [2021-07-14T07:14:54.924Z] Registry: https://index.docker.io/v1/ [2021-07-14T07:14:54.924Z] Labels: [2021-07-14T07:14:54.924Z] Experimental: true [2021-07-14T07:14:54.924Z] Insecure Registries: [2021-07-14T07:14:54.924Z] 127.0.0.0/8 [2021-07-14T07:14:54.924Z] Live Restore Enabled: true [2021-07-14T07:14:54.924Z] [2021-07-14T07:14:54.924Z] WARNING: No swap limit support [Pipeline] sh [2021-07-14T07:14:55.218Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-07-14T07:14:55.218Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-07-14T07:14:55.218Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42636/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-07-14T07:14:55.218Z] + bash /home/ubuntu/workspace/moby_PR-42636/check-config.sh [2021-07-14T07:14:55.218Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-07-14T07:14:55.218Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-07-14T07:14:55.218Z] [2021-07-14T07:14:55.218Z] Generally Necessary: [2021-07-14T07:14:55.218Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-07-14T07:14:55.218Z] - apparmor: enabled and tools installed [2021-07-14T07:14:55.218Z] - CONFIG_NAMESPACES: enabled [2021-07-14T07:14:55.218Z] - CONFIG_NET_NS: enabled [2021-07-14T07:14:55.218Z] - CONFIG_PID_NS: enabled [2021-07-14T07:14:55.218Z] - CONFIG_IPC_NS: enabled [2021-07-14T07:14:55.218Z] - CONFIG_UTS_NS: enabled [2021-07-14T07:14:55.218Z] - CONFIG_CGROUPS: enabled [2021-07-14T07:14:55.218Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-07-14T07:14:55.218Z] - CONFIG_CGROUP_DEVICE: enabled [2021-07-14T07:14:55.218Z] - CONFIG_CGROUP_FREEZER: enabled [2021-07-14T07:14:55.218Z] - CONFIG_CGROUP_SCHED: enabled [2021-07-14T07:14:55.218Z] - CONFIG_CPUSETS: enabled [2021-07-14T07:14:55.218Z] - CONFIG_MEMCG: enabled [2021-07-14T07:14:55.218Z] - CONFIG_KEYS: enabled [2021-07-14T07:14:55.218Z] - CONFIG_VETH: enabled (as module) [2021-07-14T07:14:55.218Z] - CONFIG_BRIDGE: enabled (as module) [2021-07-14T07:14:55.498Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-07-14T07:14:55.498Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-07-14T07:14:55.498Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-07-14T07:14:55.498Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-07-14T07:14:55.498Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-07-14T07:14:55.498Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-07-14T07:14:55.498Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-07-14T07:14:55.498Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-07-14T07:14:55.498Z] - CONFIG_NF_NAT: enabled (as module) [2021-07-14T07:14:55.498Z] - CONFIG_POSIX_MQUEUE: enabled [2021-07-14T07:14:55.498Z] [2021-07-14T07:14:55.498Z] Optional Features: [2021-07-14T07:14:55.498Z] - CONFIG_USER_NS: enabled [2021-07-14T07:14:55.498Z] - CONFIG_SECCOMP: enabled [2021-07-14T07:14:55.498Z] - CONFIG_SECCOMP_FILTER: enabled [2021-07-14T07:14:55.498Z] - CONFIG_CGROUP_PIDS: enabled [2021-07-14T07:14:55.498Z] - CONFIG_MEMCG_SWAP: enabled [2021-07-14T07:14:55.498Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-07-14T07:14:55.498Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-07-14T07:14:55.498Z] - CONFIG_BLK_CGROUP: enabled [2021-07-14T07:14:55.498Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-07-14T07:14:55.498Z] - CONFIG_CGROUP_PERF: enabled [2021-07-14T07:14:55.498Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-07-14T07:14:55.498Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-07-14T07:14:55.498Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-07-14T07:14:55.498Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-07-14T07:14:55.498Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-07-14T07:14:55.498Z] - CONFIG_RT_GROUP_SCHED: missing [2021-07-14T07:14:55.498Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-07-14T07:14:55.498Z] - CONFIG_IP_VS: enabled (as module) [2021-07-14T07:14:55.498Z] - CONFIG_IP_VS_NFCT: enabled [2021-07-14T07:14:55.498Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-07-14T07:14:55.498Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-07-14T07:14:55.498Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-07-14T07:14:55.498Z] - CONFIG_SECURITY_SELINUX: enabled [2021-07-14T07:14:55.498Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-07-14T07:14:55.498Z] - CONFIG_EXT4_FS: enabled [2021-07-14T07:14:55.516Z] #59 DONE 70.5s [2021-07-14T07:14:55.516Z] [2021-07-14T07:14:55.516Z] #53 [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-07-14T07:14:55.516Z] #53 sha256:02a8211b1e65cecc1f54f5ba2787d743c548ee23f1c3525d1d74b80a2360f093 [2021-07-14T07:14:55.516Z] #53 68.71 go/doc [2021-07-14T07:14:55.516Z] #53 70.07 github.com/LK4D4/vndr/versioned [2021-07-14T07:14:55.516Z] #53 70.18 compress/flate [2021-07-14T07:14:55.757Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-07-14T07:14:55.757Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-07-14T07:14:55.757Z] - Network Drivers: [2021-07-14T07:14:55.757Z] - "overlay": [2021-07-14T07:14:55.757Z] - CONFIG_VXLAN: enabled (as module) [2021-07-14T07:14:55.757Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-07-14T07:14:55.757Z] Optional (for encrypted networks): [2021-07-14T07:14:55.757Z] - CONFIG_CRYPTO: enabled [2021-07-14T07:14:55.757Z] - CONFIG_CRYPTO_AEAD: enabled [2021-07-14T07:14:55.757Z] - CONFIG_CRYPTO_GCM: enabled [2021-07-14T07:14:55.757Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-07-14T07:14:55.757Z] - CONFIG_CRYPTO_GHASH: enabled [2021-07-14T07:14:55.757Z] - CONFIG_XFRM: enabled [2021-07-14T07:14:55.757Z] - CONFIG_XFRM_USER: enabled (as module) [2021-07-14T07:14:55.757Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-07-14T07:14:55.757Z] - CONFIG_INET_ESP: enabled (as module) [2021-07-14T07:14:55.757Z] - "ipvlan": [2021-07-14T07:14:55.757Z] - CONFIG_IPVLAN: enabled (as module) [2021-07-14T07:14:55.757Z] - "macvlan": [2021-07-14T07:14:55.757Z] - CONFIG_MACVLAN: enabled (as module) [2021-07-14T07:14:55.757Z] - CONFIG_DUMMY: enabled (as module) [2021-07-14T07:14:55.757Z] - "ftp,tftp client in container": [2021-07-14T07:14:55.757Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-07-14T07:14:55.757Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-07-14T07:14:55.757Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-07-14T07:14:55.757Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-07-14T07:14:55.757Z] - Storage Drivers: [2021-07-14T07:14:55.757Z] - "aufs": [2021-07-14T07:14:55.757Z] - CONFIG_AUFS_FS: enabled (as module) [2021-07-14T07:14:55.757Z] - "btrfs": [2021-07-14T07:14:55.757Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-07-14T07:14:55.757Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-07-14T07:14:55.757Z] - "devicemapper": [2021-07-14T07:14:55.757Z] - CONFIG_BLK_DEV_DM: enabled [2021-07-14T07:14:55.757Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-07-14T07:14:55.757Z] - "overlay": [2021-07-14T07:14:55.757Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-07-14T07:14:55.757Z] - "zfs": [2021-07-14T07:14:55.757Z] - /dev/zfs: present [2021-07-14T07:14:55.757Z] - zfs command: missing [2021-07-14T07:14:55.757Z] - zpool command: missing [2021-07-14T07:14:55.757Z] [2021-07-14T07:14:55.757Z] Limits: [2021-07-14T07:14:55.757Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-07-14T07:14:55.757Z] [2021-07-14T07:14:55.757Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-07-14T07:14:56.107Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2a49aec2b8a396f14d590c88f8343f6b977e0999 . [2021-07-14T07:14:56.368Z] #2 [internal] load .dockerignore [2021-07-14T07:14:56.368Z] #2 sha256:dc4e0a149d07feb7b6bd8499b32e862f14a4e81274a398cf7a841e217051b5b9 [2021-07-14T07:14:56.368Z] #2 transferring context: 87B done [2021-07-14T07:14:56.368Z] #2 DONE 0.1s [2021-07-14T07:14:56.368Z] [2021-07-14T07:14:56.368Z] #1 [internal] load build definition from Dockerfile [2021-07-14T07:14:56.368Z] #1 sha256:c84c7b593e083b4172f3f15c1e68a70a3eb881b6cf915a9064061ca6bc352692 [2021-07-14T07:14:56.368Z] #1 transferring dockerfile: 16.59kB done [2021-07-14T07:14:56.368Z] #1 DONE 0.2s [2021-07-14T07:14:56.368Z] [2021-07-14T07:14:56.368Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-07-14T07:14:56.368Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-07-14T07:14:56.481Z] #53 71.36 github.com/LK4D4/vndr/build [2021-07-14T07:14:57.156Z] Client: [2021-07-14T07:14:57.156Z] Context: default [2021-07-14T07:14:57.156Z] Debug Mode: false [2021-07-14T07:14:57.156Z] Plugins: [2021-07-14T07:14:57.156Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-07-14T07:14:57.156Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-07-14T07:14:57.156Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-07-14T07:14:57.156Z] [2021-07-14T07:14:57.156Z] Server: [2021-07-14T07:14:57.156Z] Containers: 0 [2021-07-14T07:14:57.156Z] Running: 0 [2021-07-14T07:14:57.156Z] Paused: 0 [2021-07-14T07:14:57.156Z] Stopped: 0 [2021-07-14T07:14:57.156Z] Images: 0 [2021-07-14T07:14:57.156Z] Server Version: 20.10.6 [2021-07-14T07:14:57.156Z] Storage Driver: overlay2 [2021-07-14T07:14:57.156Z] Backing Filesystem: extfs [2021-07-14T07:14:57.156Z] Supports d_type: true [2021-07-14T07:14:57.156Z] Native Overlay Diff: true [2021-07-14T07:14:57.156Z] userxattr: false [2021-07-14T07:14:57.156Z] Logging Driver: json-file [2021-07-14T07:14:57.156Z] Cgroup Driver: cgroupfs [2021-07-14T07:14:57.156Z] Cgroup Version: 1 [2021-07-14T07:14:57.156Z] Plugins: [2021-07-14T07:14:57.156Z] Volume: local [2021-07-14T07:14:57.156Z] Network: bridge host ipvlan macvlan null overlay [2021-07-14T07:14:57.156Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-07-14T07:14:57.156Z] Swarm: inactive [2021-07-14T07:14:57.156Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-07-14T07:14:57.156Z] Default Runtime: runc [2021-07-14T07:14:57.156Z] Init Binary: docker-init [2021-07-14T07:14:57.156Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-14T07:14:57.156Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-14T07:14:57.156Z] init version: de40ad0 [2021-07-14T07:14:57.156Z] Security Options: [2021-07-14T07:14:57.156Z] apparmor [2021-07-14T07:14:57.156Z] seccomp [2021-07-14T07:14:57.156Z] Profile: default [2021-07-14T07:14:57.156Z] Kernel Version: 5.4.0-1048-aws [2021-07-14T07:14:57.156Z] Operating System: Ubuntu 18.04.5 LTS [2021-07-14T07:14:57.156Z] OSType: linux [2021-07-14T07:14:57.156Z] Architecture: x86_64 [2021-07-14T07:14:57.156Z] CPUs: 2 [2021-07-14T07:14:57.156Z] Total Memory: 7.487GiB [2021-07-14T07:14:57.156Z] Name: ip-10-100-113-5 [2021-07-14T07:14:57.156Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-07-14T07:14:57.156Z] Docker Root Dir: /var/lib/docker [2021-07-14T07:14:57.156Z] Debug Mode: false [2021-07-14T07:14:57.156Z] Registry: https://index.docker.io/v1/ [2021-07-14T07:14:57.156Z] Labels: [2021-07-14T07:14:57.156Z] Experimental: true [2021-07-14T07:14:57.156Z] Insecure Registries: [2021-07-14T07:14:57.156Z] 127.0.0.0/8 [2021-07-14T07:14:57.156Z] Live Restore Enabled: true [2021-07-14T07:14:57.156Z] [2021-07-14T07:14:57.156Z] WARNING: No swap limit support [Pipeline] sh [2021-07-14T07:14:57.447Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-07-14T07:14:57.447Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-07-14T07:14:57.447Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42636/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-07-14T07:14:57.447Z] + bash /home/ubuntu/workspace/moby_PR-42636/check-config.sh [2021-07-14T07:14:57.447Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-07-14T07:14:57.447Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-07-14T07:14:57.447Z] [2021-07-14T07:14:57.447Z] Generally Necessary: [2021-07-14T07:14:57.447Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-07-14T07:14:57.447Z] - apparmor: enabled and tools installed [2021-07-14T07:14:57.447Z] - CONFIG_NAMESPACES: enabled [2021-07-14T07:14:57.447Z] - CONFIG_NET_NS: enabled [2021-07-14T07:14:57.447Z] - CONFIG_PID_NS: enabled [2021-07-14T07:14:57.447Z] - CONFIG_IPC_NS: enabled [2021-07-14T07:14:57.447Z] - CONFIG_UTS_NS: enabled [2021-07-14T07:14:57.447Z] - CONFIG_CGROUPS: enabled [2021-07-14T07:14:57.447Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-07-14T07:14:57.447Z] - CONFIG_CGROUP_DEVICE: enabled [2021-07-14T07:14:57.447Z] - CONFIG_CGROUP_FREEZER: enabled [2021-07-14T07:14:57.447Z] - CONFIG_CGROUP_SCHED: enabled [2021-07-14T07:14:57.447Z] - CONFIG_CPUSETS: enabled [2021-07-14T07:14:57.447Z] - CONFIG_MEMCG: enabled [2021-07-14T07:14:57.447Z] - CONFIG_KEYS: enabled [2021-07-14T07:14:57.447Z] - CONFIG_VETH: enabled (as module) [2021-07-14T07:14:57.447Z] - CONFIG_BRIDGE: enabled (as module) [2021-07-14T07:14:57.447Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-07-14T07:14:57.447Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-07-14T07:14:57.447Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-07-14T07:14:57.447Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-07-14T07:14:57.447Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-07-14T07:14:57.447Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-07-14T07:14:57.448Z] #53 72.50 hash/crc32 [2021-07-14T07:14:57.709Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-07-14T07:14:57.709Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-07-14T07:14:57.709Z] - CONFIG_NF_NAT: enabled (as module) [2021-07-14T07:14:57.709Z] - CONFIG_POSIX_MQUEUE: enabled [2021-07-14T07:14:57.709Z] [2021-07-14T07:14:57.709Z] Optional Features: [2021-07-14T07:14:57.709Z] - CONFIG_USER_NS: enabled [2021-07-14T07:14:57.709Z] - CONFIG_SECCOMP: enabled [2021-07-14T07:14:57.709Z] - CONFIG_SECCOMP_FILTER: enabled [2021-07-14T07:14:57.709Z] - CONFIG_CGROUP_PIDS: enabled [2021-07-14T07:14:57.709Z] - CONFIG_MEMCG_SWAP: enabled [2021-07-14T07:14:57.709Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-07-14T07:14:57.709Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-07-14T07:14:57.709Z] - CONFIG_BLK_CGROUP: enabled [2021-07-14T07:14:57.709Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-07-14T07:14:57.709Z] - CONFIG_CGROUP_PERF: enabled [2021-07-14T07:14:57.709Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-07-14T07:14:57.709Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-07-14T07:14:57.709Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-07-14T07:14:57.709Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-07-14T07:14:57.709Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-07-14T07:14:57.709Z] - CONFIG_RT_GROUP_SCHED: missing [2021-07-14T07:14:57.709Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-07-14T07:14:57.709Z] - CONFIG_IP_VS: enabled (as module) [2021-07-14T07:14:57.709Z] - CONFIG_IP_VS_NFCT: enabled [2021-07-14T07:14:57.709Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-07-14T07:14:57.709Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-07-14T07:14:57.709Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-07-14T07:14:57.709Z] - CONFIG_SECURITY_SELINUX: enabled [2021-07-14T07:14:57.709Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-07-14T07:14:57.709Z] - CONFIG_EXT4_FS: enabled [2021-07-14T07:14:57.709Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-07-14T07:14:57.968Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-07-14T07:14:57.968Z] - Network Drivers: [2021-07-14T07:14:57.968Z] - "overlay": [2021-07-14T07:14:57.968Z] - CONFIG_VXLAN: enabled (as module) [2021-07-14T07:14:57.968Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-07-14T07:14:57.968Z] Optional (for encrypted networks): [2021-07-14T07:14:57.968Z] - CONFIG_CRYPTO: enabled [2021-07-14T07:14:57.968Z] - CONFIG_CRYPTO_AEAD: enabled [2021-07-14T07:14:57.968Z] - CONFIG_CRYPTO_GCM: enabled [2021-07-14T07:14:57.968Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-07-14T07:14:57.968Z] - CONFIG_CRYPTO_GHASH: enabled [2021-07-14T07:14:57.968Z] - CONFIG_XFRM: enabled [2021-07-14T07:14:57.968Z] - CONFIG_XFRM_USER: enabled (as module) [2021-07-14T07:14:57.968Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-07-14T07:14:57.968Z] - CONFIG_INET_ESP: enabled (as module) [2021-07-14T07:14:57.968Z] - "ipvlan": [2021-07-14T07:14:57.968Z] - CONFIG_IPVLAN: enabled (as module) [2021-07-14T07:14:57.968Z] - "macvlan": [2021-07-14T07:14:57.968Z] - CONFIG_MACVLAN: enabled (as module) [2021-07-14T07:14:57.968Z] - CONFIG_DUMMY: enabled (as module) [2021-07-14T07:14:57.968Z] - "ftp,tftp client in container": [2021-07-14T07:14:57.968Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-07-14T07:14:57.968Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-07-14T07:14:57.968Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-07-14T07:14:57.968Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-07-14T07:14:57.968Z] - Storage Drivers: [2021-07-14T07:14:57.968Z] - "aufs": [2021-07-14T07:14:57.968Z] - CONFIG_AUFS_FS: enabled (as module) [2021-07-14T07:14:57.968Z] - "btrfs": [2021-07-14T07:14:57.968Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-07-14T07:14:57.968Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-07-14T07:14:57.968Z] - "devicemapper": [2021-07-14T07:14:57.968Z] - CONFIG_BLK_DEV_DM: enabled [2021-07-14T07:14:57.968Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-07-14T07:14:57.968Z] - "overlay": [2021-07-14T07:14:57.968Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-07-14T07:14:57.968Z] - "zfs": [2021-07-14T07:14:57.968Z] - /dev/zfs: present [2021-07-14T07:14:57.968Z] - zfs command: missing [2021-07-14T07:14:57.968Z] - zpool command: missing [2021-07-14T07:14:57.968Z] [2021-07-14T07:14:57.968Z] Limits: [2021-07-14T07:14:57.968Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-07-14T07:14:57.968Z] [2021-07-14T07:14:57.968Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2021-07-14T07:14:58.013Z] #53 72.86 compress/gzip [Pipeline] sh [2021-07-14T07:14:58.286Z] #3 DONE 1.9s [2021-07-14T07:14:58.286Z] [2021-07-14T07:14:58.286Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-07-14T07:14:58.286Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-07-14T07:14:58.286Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-07-14T07:14:58.304Z] + sudo modprobe ip_vs [2021-07-14T07:14:58.304Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:2a49aec2b8a396f14d590c88f8343f6b977e0999 . [2021-07-14T07:14:58.545Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 0.1s done [2021-07-14T07:14:58.545Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-07-14T07:14:58.545Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-07-14T07:14:58.545Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-07-14T07:14:58.576Z] #53 73.35 crypto/dsa [2021-07-14T07:14:58.576Z] #53 73.36 crypto/x509/pkix [2021-07-14T07:14:58.576Z] #53 73.61 net [2021-07-14T07:14:58.681Z] #2 [internal] load .dockerignore [2021-07-14T07:14:58.681Z] #2 sha256:0ac3cc1298f2fb52111f8299d48114d667dedca4323f0b5f33998a3d60bc2b6f [2021-07-14T07:14:58.833Z] #53 73.71 vendor/golang.org/x/crypto/chacha20 [2021-07-14T07:14:58.838Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 4.19MB / 9.64MB 0.4s [2021-07-14T07:14:59.090Z] #53 74.04 vendor/golang.org/x/crypto/poly1305 [2021-07-14T07:14:59.097Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.5s [2021-07-14T07:14:59.250Z] #2 transferring context: [2021-07-14T07:14:59.250Z] #2 transferring context: 87B done [2021-07-14T07:14:59.250Z] #2 DONE 0.8s [2021-07-14T07:14:59.250Z] [2021-07-14T07:14:59.250Z] #1 [internal] load build definition from Dockerfile [2021-07-14T07:14:59.250Z] #1 sha256:8061f47ab91a02ecb2d1b690456136446e00d9373fa7c9dd1f2d489705ce9e35 [2021-07-14T07:14:59.250Z] #1 transferring dockerfile: 16.59kB done [2021-07-14T07:14:59.250Z] #1 DONE 0.8s [2021-07-14T07:14:59.347Z] #53 ... [2021-07-14T07:14:59.347Z] [2021-07-14T07:14:59.347Z] #17 [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-07-14T07:14:59.347Z] #17 sha256:2ca173c8aef8efacc6bd403f5bfba52049372afbf55f6326ce465978cea592c1 [2021-07-14T07:14:59.347Z] #17 45.31 Reading package lists... [2021-07-14T07:14:59.356Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.8s done [2021-07-14T07:14:59.356Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-07-14T07:14:59.509Z] [2021-07-14T07:14:59.509Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-07-14T07:14:59.509Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-07-14T07:14:59.930Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.4s done [2021-07-14T07:15:00.078Z] #3 DONE 0.5s [2021-07-14T07:15:00.078Z] [2021-07-14T07:15:00.078Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-07-14T07:15:00.078Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-07-14T07:15:00.078Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-07-14T07:15:00.337Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-07-14T07:15:00.337Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-07-14T07:15:00.337Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-07-14T07:15:00.337Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-07-14T07:15:00.337Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-07-14T07:15:00.337Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-07-14T07:15:00.498Z] #4 DONE 2.0s [2021-07-14T07:15:00.759Z] [2021-07-14T07:15:00.759Z] #8 [internal] load metadata for docker.io/library/golang:1.16.6-buster [2021-07-14T07:15:00.759Z] #8 sha256:d720b104ffb4d08cfe3071ebec3e70264008e18c25bbf51555e7bf1acb0818a7 [2021-07-14T07:15:00.904Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.5s done [2021-07-14T07:15:00.905Z] #4 DONE 0.8s [2021-07-14T07:15:01.164Z] [2021-07-14T07:15:01.164Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-07-14T07:15:01.164Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-07-14T07:15:01.427Z] #8 ... [2021-07-14T07:15:01.427Z] [2021-07-14T07:15:01.427Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-07-14T07:15:01.427Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-07-14T07:15:01.427Z] #7 DONE 0.4s [2021-07-14T07:15:01.427Z] [2021-07-14T07:15:01.427Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-07-14T07:15:01.427Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-07-14T07:15:01.427Z] #5 DONE 0.4s [2021-07-14T07:15:01.427Z] [2021-07-14T07:15:01.427Z] #6 [internal] load metadata for docker.io/library/golang:1.16.6-buster [2021-07-14T07:15:01.427Z] #6 sha256:d720b104ffb4d08cfe3071ebec3e70264008e18c25bbf51555e7bf1acb0818a7 [2021-07-14T07:15:01.427Z] #6 DONE 0.4s [2021-07-14T07:15:01.687Z] [2021-07-14T07:15:01.687Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-07-14T07:15:01.687Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-07-14T07:15:01.687Z] #8 DONE 0.5s [2021-07-14T07:15:02.666Z] #8 ... [2021-07-14T07:15:02.666Z] [2021-07-14T07:15:02.666Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-07-14T07:15:02.666Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-07-14T07:15:02.666Z] #7 DONE 1.7s [2021-07-14T07:15:02.666Z] [2021-07-14T07:15:02.666Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-07-14T07:15:02.666Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-07-14T07:15:02.666Z] #6 DONE 1.7s [2021-07-14T07:15:02.666Z] [2021-07-14T07:15:02.666Z] #8 [internal] load metadata for docker.io/library/golang:1.16.6-buster [2021-07-14T07:15:02.666Z] #8 sha256:d720b104ffb4d08cfe3071ebec3e70264008e18c25bbf51555e7bf1acb0818a7 [2021-07-14T07:15:02.666Z] #8 DONE 1.8s [2021-07-14T07:15:02.666Z] [2021-07-14T07:15:02.666Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-07-14T07:15:02.666Z] #5 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-07-14T07:15:02.666Z] #5 DONE 1.9s [2021-07-14T07:15:03.036Z] Client: [2021-07-14T07:15:03.036Z] Context: default [2021-07-14T07:15:03.036Z] Debug Mode: false [2021-07-14T07:15:03.036Z] Plugins: [2021-07-14T07:15:03.036Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-07-14T07:15:03.036Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-07-14T07:15:03.036Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-07-14T07:15:03.036Z] [2021-07-14T07:15:03.036Z] Server: [2021-07-14T07:15:03.036Z] Containers: 0 [2021-07-14T07:15:03.036Z] Running: 0 [2021-07-14T07:15:03.036Z] Paused: 0 [2021-07-14T07:15:03.036Z] Stopped: 0 [2021-07-14T07:15:03.036Z] Images: 0 [2021-07-14T07:15:03.036Z] Server Version: 20.10.6 [2021-07-14T07:15:03.036Z] Storage Driver: overlay2 [2021-07-14T07:15:03.036Z] Backing Filesystem: extfs [2021-07-14T07:15:03.036Z] Supports d_type: true [2021-07-14T07:15:03.036Z] Native Overlay Diff: true [2021-07-14T07:15:03.036Z] userxattr: false [2021-07-14T07:15:03.036Z] Logging Driver: json-file [2021-07-14T07:15:03.036Z] Cgroup Driver: systemd [2021-07-14T07:15:03.036Z] Cgroup Version: 2 [2021-07-14T07:15:03.036Z] Plugins: [2021-07-14T07:15:03.036Z] Volume: local [2021-07-14T07:15:03.036Z] Network: bridge host ipvlan macvlan null overlay [2021-07-14T07:15:03.036Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-07-14T07:15:03.036Z] Swarm: inactive [2021-07-14T07:15:03.036Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-07-14T07:15:03.036Z] Default Runtime: runc [2021-07-14T07:15:03.036Z] Init Binary: docker-init [2021-07-14T07:15:03.036Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-14T07:15:03.036Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-14T07:15:03.036Z] init version: de40ad0 [2021-07-14T07:15:03.036Z] Security Options: [2021-07-14T07:15:03.036Z] apparmor [2021-07-14T07:15:03.036Z] seccomp [2021-07-14T07:15:03.036Z] Profile: default [2021-07-14T07:15:03.036Z] cgroupns [2021-07-14T07:15:03.036Z] Kernel Version: 5.4.0-1048-aws [2021-07-14T07:15:03.036Z] Operating System: Ubuntu 20.04.2 LTS [2021-07-14T07:15:03.036Z] OSType: linux [2021-07-14T07:15:03.036Z] Architecture: x86_64 [2021-07-14T07:15:03.036Z] CPUs: 2 [2021-07-14T07:15:03.036Z] Total Memory: 7.487GiB [2021-07-14T07:15:03.036Z] Name: ip-10-100-41-241 [2021-07-14T07:15:03.036Z] ID: BPI2:DJ3J:2BX4:S6D2:XUGC:3EVF:YTII:HJPT:TJU6:HPWF:P5M7:CUDP [2021-07-14T07:15:03.036Z] Docker Root Dir: /var/lib/docker [2021-07-14T07:15:03.036Z] Debug Mode: false [2021-07-14T07:15:03.036Z] Registry: https://index.docker.io/v1/ [2021-07-14T07:15:03.036Z] Labels: [2021-07-14T07:15:03.036Z] Experimental: true [2021-07-14T07:15:03.036Z] Insecure Registries: [2021-07-14T07:15:03.036Z] 127.0.0.0/8 [2021-07-14T07:15:03.036Z] Live Restore Enabled: true [2021-07-14T07:15:03.036Z] [2021-07-14T07:15:03.036Z] WARNING: No kernel memory limit support [2021-07-14T07:15:03.036Z] WARNING: No oom kill disable support [Pipeline] } [Pipeline] // stage [2021-07-14T07:15:03.066Z] [2021-07-14T07:15:03.066Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:03.066Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:03.066Z] #9 resolve docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b 0.0s done [2021-07-14T07:15:03.066Z] #9 sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b 1.86kB / 1.86kB done [2021-07-14T07:15:03.066Z] #9 sha256:264ebcddca05426de1c8a04cfb3a27fff72468c1d32b2d0f367d614e11449362 1.79kB / 1.79kB done [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-07-14T07:15:03.325Z] #9 sha256:f69b4d4a2ed1cce0d22922898e131c6f9c94b663c08806996986c2c77890d3c8 6.99kB / 6.99kB done [2021-07-14T07:15:03.371Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:2a49aec2b8a396f14d590c88f8343f6b977e0999 . [2021-07-14T07:15:03.371Z] #2 [internal] load .dockerignore [2021-07-14T07:15:03.507Z] Client: Docker Engine - Community [2021-07-14T07:15:03.507Z] Version: 20.10.6 [2021-07-14T07:15:03.507Z] API version: 1.41 [2021-07-14T07:15:03.507Z] Go version: go1.13.15 [2021-07-14T07:15:03.507Z] Git commit: 370c289 [2021-07-14T07:15:03.507Z] Built: Fri Apr 9 22:45:59 2021 [2021-07-14T07:15:03.507Z] OS/Arch: linux/arm64 [2021-07-14T07:15:03.507Z] Context: default [2021-07-14T07:15:03.507Z] Experimental: true [2021-07-14T07:15:03.507Z] [2021-07-14T07:15:03.507Z] Server: Docker Engine - Community [2021-07-14T07:15:03.507Z] Engine: [2021-07-14T07:15:03.507Z] Version: 20.10.6 [2021-07-14T07:15:03.507Z] API version: 1.41 (minimum version 1.12) [2021-07-14T07:15:03.507Z] Go version: go1.13.15 [2021-07-14T07:15:03.507Z] Git commit: 8728dd2 [2021-07-14T07:15:03.507Z] Built: Fri Apr 9 22:44:09 2021 [2021-07-14T07:15:03.507Z] OS/Arch: linux/arm64 [2021-07-14T07:15:03.507Z] Experimental: true [2021-07-14T07:15:03.507Z] containerd: [2021-07-14T07:15:03.507Z] Version: 1.4.6 [2021-07-14T07:15:03.507Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-14T07:15:03.507Z] runc: [2021-07-14T07:15:03.507Z] Version: 1.0.0-rc95 [2021-07-14T07:15:03.507Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-14T07:15:03.507Z] docker-init: [2021-07-14T07:15:03.507Z] Version: 0.19.0 [2021-07-14T07:15:03.507Z] GitCommit: de40ad0 [Pipeline] sh [2021-07-14T07:15:03.583Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 0B / 50.44MB 0.2s [2021-07-14T07:15:03.714Z] #2 sha256:6485bdbab26fb55aa49fce05b92d666799c8f0e8ccb651d5842de9fd660099f2 [2021-07-14T07:15:03.838Z] + docker info [2021-07-14T07:15:03.851Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 10.49MB / 50.44MB 0.5s [2021-07-14T07:15:03.851Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 0B / 7.83MB 0.5s [2021-07-14T07:15:03.851Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 0B / 10.00MB 0.5s [2021-07-14T07:15:03.851Z] #9 ... [2021-07-14T07:15:03.851Z] [2021-07-14T07:15:03.851Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-07-14T07:15:03.851Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-07-14T07:15:03.851Z] #42 DONE 0.0s [2021-07-14T07:15:03.851Z] [2021-07-14T07:15:03.851Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:03.851Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:03.851Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 13.63MB / 50.44MB 0.5s [2021-07-14T07:15:03.851Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 1.05MB / 7.83MB 0.5s [2021-07-14T07:15:03.851Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 19.92MB / 50.44MB 0.6s [2021-07-14T07:15:04.110Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 26.77MB / 50.44MB 0.8s [2021-07-14T07:15:04.110Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 3.15MB / 7.83MB 0.8s [2021-07-14T07:15:04.110Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 5.24MB / 10.00MB 0.8s [2021-07-14T07:15:04.286Z] #2 transferring context: 87B done [2021-07-14T07:15:04.377Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 7.34MB / 7.83MB 0.9s [2021-07-14T07:15:04.377Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 6.50MB / 10.00MB 0.9s [2021-07-14T07:15:04.377Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 37.75MB / 50.44MB 1.0s [2021-07-14T07:15:04.377Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 7.83MB / 7.83MB 1.0s [2021-07-14T07:15:04.377Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 10.00MB / 10.00MB 1.0s [2021-07-14T07:15:04.377Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 1.2s [2021-07-14T07:15:04.547Z] #2 DONE 1.1s [2021-07-14T07:15:04.548Z] [2021-07-14T07:15:04.548Z] #1 [internal] load build definition from Dockerfile [2021-07-14T07:15:04.548Z] #1 sha256:d272965b6510f11d5fe2435b07366ff7ba8e8194f8776af99319beffa439ab21 [2021-07-14T07:15:04.548Z] #1 transferring dockerfile: 16.59kB done [2021-07-14T07:15:04.548Z] #1 DONE 1.1s [2021-07-14T07:15:04.548Z] [2021-07-14T07:15:04.548Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-07-14T07:15:04.548Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-07-14T07:15:04.568Z] [2021-07-14T07:15:04.568Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-14T07:15:04.568Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-07-14T07:15:04.568Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-14T07:15:04.643Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 7.83MB / 7.83MB 1.2s done [2021-07-14T07:15:04.826Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2021-07-14T07:15:04.826Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-07-14T07:15:04.826Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-07-14T07:15:04.904Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 0B / 51.84MB 1.4s [2021-07-14T07:15:04.904Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 13.81MB / 51.84MB 1.6s [2021-07-14T07:15:05.086Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-07-14T07:15:05.121Z] #3 DONE 0.6s [2021-07-14T07:15:05.121Z] [2021-07-14T07:15:05.121Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-07-14T07:15:05.121Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-07-14T07:15:05.121Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-07-14T07:15:05.121Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-07-14T07:15:05.121Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-07-14T07:15:05.121Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-07-14T07:15:05.121Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0B / 9.64MB 0.1s [2021-07-14T07:15:05.166Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 10.00MB / 10.00MB 1.7s done [2021-07-14T07:15:05.166Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 25.17MB / 51.84MB 1.7s [2021-07-14T07:15:05.166Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 39.73MB / 51.84MB 1.8s [2021-07-14T07:15:05.166Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 51.84MB / 51.84MB 2.0s [2021-07-14T07:15:05.354Z] #63 ... [2021-07-14T07:15:05.354Z] [2021-07-14T07:15:05.354Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-07-14T07:15:05.354Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-07-14T07:15:05.354Z] #42 DONE 0.0s [2021-07-14T07:15:05.354Z] [2021-07-14T07:15:05.354Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:05.354Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:05.354Z] #9 resolve docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b 0.2s done [2021-07-14T07:15:05.354Z] #9 sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b 1.86kB / 1.86kB done [2021-07-14T07:15:05.354Z] #9 sha256:264ebcddca05426de1c8a04cfb3a27fff72468c1d32b2d0f367d614e11449362 1.79kB / 1.79kB done [2021-07-14T07:15:05.354Z] #9 sha256:f69b4d4a2ed1cce0d22922898e131c6f9c94b663c08806996986c2c77890d3c8 6.99kB / 6.99kB done [2021-07-14T07:15:05.354Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 5.24MB / 50.44MB 0.3s [2021-07-14T07:15:05.354Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 1.05MB / 7.83MB 0.3s [2021-07-14T07:15:05.354Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 0B / 10.00MB 0.3s [2021-07-14T07:15:05.382Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-07-14T07:15:05.624Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 12.58MB / 50.44MB 0.4s [2021-07-14T07:15:05.624Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 2.10MB / 7.83MB 0.4s [2021-07-14T07:15:05.624Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 16.78MB / 50.44MB 0.5s [2021-07-14T07:15:05.624Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 4.19MB / 7.83MB 0.5s [2021-07-14T07:15:05.624Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 3.15MB / 10.00MB 0.5s [2021-07-14T07:15:05.624Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 7.11MB / 7.83MB 0.6s [2021-07-14T07:15:05.624Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 6.29MB / 10.00MB 0.6s [2021-07-14T07:15:05.648Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.5s done [2021-07-14T07:15:05.890Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 30.41MB / 50.44MB 0.8s [2021-07-14T07:15:05.891Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 7.83MB / 7.83MB 0.8s [2021-07-14T07:15:05.891Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 10.00MB / 10.00MB 0.8s [2021-07-14T07:15:05.891Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 34.60MB / 50.44MB 0.9s [2021-07-14T07:15:05.891Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 7.83MB / 7.83MB 0.8s done [2021-07-14T07:15:05.891Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 0B / 51.84MB 0.9s [2021-07-14T07:15:05.909Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s [2021-07-14T07:15:05.909Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-07-14T07:15:05.909Z] #4 DONE 0.9s [2021-07-14T07:15:06.107Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 2.7s done [2021-07-14T07:15:06.107Z] #9 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c [2021-07-14T07:15:06.149Z] #17 60.46 Reading package lists... [2021-07-14T07:15:06.149Z] #17 ... [2021-07-14T07:15:06.149Z] [2021-07-14T07:15:06.149Z] #53 [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-07-14T07:15:06.149Z] #53 sha256:02a8211b1e65cecc1f54f5ba2787d743c548ee23f1c3525d1d74b80a2360f093 [2021-07-14T07:15:06.149Z] #53 74.40 vendor/golang.org/x/sys/cpu [2021-07-14T07:15:06.149Z] #53 74.68 vendor/golang.org/x/crypto/chacha20poly1305 [2021-07-14T07:15:06.149Z] #53 75.38 vendor/golang.org/x/crypto/curve25519 [2021-07-14T07:15:06.149Z] #53 75.89 vendor/golang.org/x/crypto/hkdf [2021-07-14T07:15:06.149Z] #53 76.00 vendor/golang.org/x/text/transform [2021-07-14T07:15:06.149Z] #53 76.49 vendor/golang.org/x/text/unicode/bidi [2021-07-14T07:15:06.149Z] #53 77.60 vendor/golang.org/x/text/secure/bidirule [2021-07-14T07:15:06.149Z] #53 77.72 vendor/golang.org/x/text/unicode/norm [2021-07-14T07:15:06.149Z] #53 80.14 vendor/golang.org/x/net/idna [2021-07-14T07:15:06.150Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 5.38MB / 51.84MB 1.0s [2021-07-14T07:15:06.150Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 1.1s [2021-07-14T07:15:06.150Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 10.00MB / 10.00MB 1.1s done [2021-07-14T07:15:06.150Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 8.39MB / 51.84MB 1.1s [2021-07-14T07:15:06.410Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 19.63MB / 51.84MB 1.3s [2021-07-14T07:15:06.410Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 0B / 68.75MB 1.3s [2021-07-14T07:15:06.480Z] [2021-07-14T07:15:06.480Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-07-14T07:15:06.480Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-07-14T07:15:06.668Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 28.31MB / 51.84MB 1.4s [2021-07-14T07:15:06.669Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 8.39MB / 68.75MB 1.4s [2021-07-14T07:15:06.669Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 35.65MB / 51.84MB 1.5s [2021-07-14T07:15:06.669Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 18.97MB / 68.75MB 1.5s [2021-07-14T07:15:06.711Z] #53 81.53 vendor/golang.org/x/net/http2/hpack [2021-07-14T07:15:06.929Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 51.84MB / 51.84MB 1.8s [2021-07-14T07:15:06.929Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 38.80MB / 68.75MB 1.8s [2021-07-14T07:15:06.929Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 45.09MB / 68.75MB 1.9s [2021-07-14T07:15:07.048Z] #9 ... [2021-07-14T07:15:07.048Z] [2021-07-14T07:15:07.048Z] #23 [internal] load build context [2021-07-14T07:15:07.048Z] #23 sha256:96606207bc56ccfe963455de5ee20c3cc3243f83e6874f294950686b879ce921 [2021-07-14T07:15:07.048Z] #23 transferring context: 55.68MB 3.1s done [2021-07-14T07:15:07.048Z] #23 DONE 4.0s [2021-07-14T07:15:07.048Z] [2021-07-14T07:15:07.048Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:07.048Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:07.048Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 51.84MB / 51.84MB 3.6s done [2021-07-14T07:15:07.048Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 0B / 68.75MB 3.7s [2021-07-14T07:15:07.048Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 3.74MB / 68.75MB 3.8s [2021-07-14T07:15:07.048Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 0B / 129.05MB 3.8s [2021-07-14T07:15:07.193Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 53.48MB / 68.75MB 2.0s [2021-07-14T07:15:07.193Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 66.06MB / 68.75MB 2.1s [2021-07-14T07:15:07.313Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 14.68MB / 68.75MB 4.1s [2021-07-14T07:15:07.313Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 11.53MB / 129.05MB 4.1s [2021-07-14T07:15:07.313Z] #9 sha256:5424e9528f06a92df2aa59bb2a4d9ce419eee3477a8e6753dce73682d2de4ed5 156B / 156B 4.1s [2021-07-14T07:15:07.573Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 19.92MB / 68.75MB 4.3s [2021-07-14T07:15:07.573Z] #9 sha256:5424e9528f06a92df2aa59bb2a4d9ce419eee3477a8e6753dce73682d2de4ed5 156B / 156B 4.2s done [2021-07-14T07:15:07.644Z] #53 82.37 mime [2021-07-14T07:15:07.839Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 30.63MB / 68.75MB 4.5s [2021-07-14T07:15:07.839Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 20.97MB / 129.05MB 4.5s [2021-07-14T07:15:07.839Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 37.75MB / 68.75MB 4.6s [2021-07-14T07:15:07.839Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 28.31MB / 129.05MB 4.6s [2021-07-14T07:15:07.870Z] #8 DONE 1.5s [2021-07-14T07:15:07.870Z] [2021-07-14T07:15:07.870Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-07-14T07:15:07.870Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-07-14T07:15:07.870Z] #6 DONE 1.3s [2021-07-14T07:15:07.870Z] [2021-07-14T07:15:07.870Z] #5 [internal] load metadata for docker.io/library/golang:1.16.6-buster [2021-07-14T07:15:07.870Z] #5 sha256:d720b104ffb4d08cfe3071ebec3e70264008e18c25bbf51555e7bf1acb0818a7 [2021-07-14T07:15:07.870Z] #5 DONE 1.4s [2021-07-14T07:15:07.870Z] [2021-07-14T07:15:07.870Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-07-14T07:15:07.870Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-07-14T07:15:07.870Z] #7 DONE 1.4s [2021-07-14T07:15:08.102Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 52.43MB / 68.75MB 4.9s [2021-07-14T07:15:08.102Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 40.89MB / 129.05MB 4.9s [2021-07-14T07:15:08.361Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 58.72MB / 68.75MB 5.0s [2021-07-14T07:15:08.361Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 66.85MB / 68.75MB 5.1s [2021-07-14T07:15:08.361Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 49.28MB / 129.05MB 5.1s [2021-07-14T07:15:08.447Z] [2021-07-14T07:15:08.447Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 [2021-07-14T07:15:08.447Z] #26 sha256:4eabce6c5ed488c480b66c0600fd4c04b4ebd5d405ff4a30a1b87af38da95440 [2021-07-14T07:15:08.447Z] #26 resolve docker.io/library/debian:buster@sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 0.0s done [2021-07-14T07:15:08.447Z] #26 sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 1.85kB / 1.85kB done [2021-07-14T07:15:08.447Z] #26 sha256:5625c115ad881f19967a9b66416f8d40710bb307ad607d037f8ad8289260f75f 529B / 529B done [2021-07-14T07:15:08.447Z] #26 sha256:7a4951775d157843b47250a2a5cc7b561d2abe0b29ae6f19737a04635302eacf 1.46kB / 1.46kB done [2021-07-14T07:15:08.574Z] #53 83.40 mime/quotedprintable [2021-07-14T07:15:08.574Z] #53 83.66 net/http/internal [2021-07-14T07:15:08.576Z] #9 ... [2021-07-14T07:15:08.576Z] [2021-07-14T07:15:08.576Z] #23 [internal] load build context [2021-07-14T07:15:08.576Z] #23 sha256:5e0d1a8f1c02223f02c8934d64e881979b39dd81b19abd0ff84bc36ebc169ae0 [2021-07-14T07:15:08.576Z] #23 transferring context: 55.68MB 3.5s done [2021-07-14T07:15:08.576Z] #23 DONE 3.9s [2021-07-14T07:15:08.576Z] [2021-07-14T07:15:08.576Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:08.576Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:08.576Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 51.84MB / 51.84MB 3.2s done [2021-07-14T07:15:08.576Z] #9 sha256:5424e9528f06a92df2aa59bb2a4d9ce419eee3477a8e6753dce73682d2de4ed5 156B / 156B 3.3s [2021-07-14T07:15:08.621Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 59.77MB / 129.05MB 5.3s [2021-07-14T07:15:08.710Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 7.34MB / 50.44MB 0.2s [2021-07-14T07:15:08.711Z] #26 ... [2021-07-14T07:15:08.711Z] [2021-07-14T07:15:08.711Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-07-14T07:15:08.711Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-07-14T07:15:08.711Z] #42 DONE 0.0s [2021-07-14T07:15:08.711Z] [2021-07-14T07:15:08.711Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 [2021-07-14T07:15:08.711Z] #26 sha256:4eabce6c5ed488c480b66c0600fd4c04b4ebd5d405ff4a30a1b87af38da95440 [2021-07-14T07:15:08.711Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 18.87MB / 50.44MB 0.3s [2021-07-14T07:15:08.881Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 67.11MB / 129.05MB 5.4s [2021-07-14T07:15:08.972Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 28.31MB / 50.44MB 0.4s [2021-07-14T07:15:08.972Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 40.24MB / 50.44MB 0.5s [2021-07-14T07:15:09.140Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 79.69MB / 129.05MB 5.7s [2021-07-14T07:15:09.282Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 0.7s [2021-07-14T07:15:09.399Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 96.47MB / 129.05MB 6.0s [2021-07-14T07:15:09.515Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 68.75MB / 68.75MB 4.4s done [2021-07-14T07:15:09.515Z] #9 sha256:5424e9528f06a92df2aa59bb2a4d9ce419eee3477a8e6753dce73682d2de4ed5 156B / 156B 4.4s done [2021-07-14T07:15:09.515Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 2.01MB / 129.05MB 4.5s [2021-07-14T07:15:09.659Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 105.91MB / 129.05MB 6.2s [2021-07-14T07:15:09.659Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 68.75MB / 68.75MB 6.2s done [2021-07-14T07:15:09.659Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 114.41MB / 129.05MB 6.3s [2021-07-14T07:15:09.659Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 126.88MB / 129.05MB 6.5s [2021-07-14T07:15:09.776Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 9.92MB / 129.05MB 4.7s [2021-07-14T07:15:10.038Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 27.26MB / 129.05MB 5.0s [2021-07-14T07:15:10.038Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 37.75MB / 129.05MB 5.1s [2021-07-14T07:15:10.038Z] #9 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 2.7s [2021-07-14T07:15:10.300Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 46.14MB / 129.05MB 5.2s [2021-07-14T07:15:10.466Z] #53 85.45 crypto/tls [2021-07-14T07:15:10.560Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 55.69MB / 129.05MB 5.5s [2021-07-14T07:15:10.681Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 1.9s done [2021-07-14T07:15:10.681Z] #26 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c [2021-07-14T07:15:10.824Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 69.21MB / 129.05MB 5.8s [2021-07-14T07:15:11.086Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 81.79MB / 129.05MB 6.0s [2021-07-14T07:15:11.255Z] #26 ... [2021-07-14T07:15:11.255Z] [2021-07-14T07:15:11.255Z] #23 [internal] load build context [2021-07-14T07:15:11.255Z] #23 sha256:044357296eabdd9ef952268e59fcb6eb3df7095dbc888faf47db774fcb67ff1f [2021-07-14T07:15:11.255Z] #23 transferring context: 55.67MB 2.6s done [2021-07-14T07:15:11.255Z] #23 DONE 2.9s [2021-07-14T07:15:11.255Z] [2021-07-14T07:15:11.255Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:11.255Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:11.255Z] #9 resolve docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b 0.1s done [2021-07-14T07:15:11.255Z] #9 sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b 1.86kB / 1.86kB done [2021-07-14T07:15:11.255Z] #9 sha256:264ebcddca05426de1c8a04cfb3a27fff72468c1d32b2d0f367d614e11449362 1.79kB / 1.79kB done [2021-07-14T07:15:11.255Z] #9 sha256:f69b4d4a2ed1cce0d22922898e131c6f9c94b663c08806996986c2c77890d3c8 6.99kB / 6.99kB done [2021-07-14T07:15:11.255Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 1.8s done [2021-07-14T07:15:11.255Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 7.83MB / 7.83MB 0.6s done [2021-07-14T07:15:11.255Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 10.00MB / 10.00MB 0.9s done [2021-07-14T07:15:11.255Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 51.84MB / 51.84MB 2.6s done [2021-07-14T07:15:11.255Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 2.10MB / 68.75MB 2.8s [2021-07-14T07:15:11.255Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 3.15MB / 129.05MB 2.8s [2021-07-14T07:15:11.255Z] #9 sha256:5424e9528f06a92df2aa59bb2a4d9ce419eee3477a8e6753dce73682d2de4ed5 0B / 156B 2.8s [2021-07-14T07:15:11.347Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 91.23MB / 129.05MB 6.2s [2021-07-14T07:15:11.409Z] #53 ... [2021-07-14T07:15:11.409Z] [2021-07-14T07:15:11.409Z] #17 [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-07-14T07:15:11.409Z] #17 sha256:2ca173c8aef8efacc6bd403f5bfba52049372afbf55f6326ce465978cea592c1 [2021-07-14T07:15:11.409Z] #17 60.46 Reading package lists... [2021-07-14T07:15:11.517Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 11.53MB / 68.75MB 2.9s [2021-07-14T07:15:11.517Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 10.49MB / 129.05MB 2.9s [2021-07-14T07:15:11.517Z] #9 sha256:5424e9528f06a92df2aa59bb2a4d9ce419eee3477a8e6753dce73682d2de4ed5 156B / 156B 2.9s done [2021-07-14T07:15:11.517Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 17.83MB / 68.75MB 3.0s [2021-07-14T07:15:11.517Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 18.87MB / 129.05MB 3.0s [2021-07-14T07:15:11.573Z] #9 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 5.1s [2021-07-14T07:15:11.573Z] #9 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 5.3s done [2021-07-14T07:15:11.606Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 98.57MB / 129.05MB 6.5s [2021-07-14T07:15:11.780Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 25.29MB / 68.75MB 3.1s [2021-07-14T07:15:11.780Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 41.94MB / 68.75MB 3.3s [2021-07-14T07:15:11.780Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 40.89MB / 129.05MB 3.3s [2021-07-14T07:15:11.865Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 106.95MB / 129.05MB 6.8s [2021-07-14T07:15:12.042Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 51.35MB / 68.75MB 3.4s [2021-07-14T07:15:12.042Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 48.23MB / 129.05MB 3.4s [2021-07-14T07:15:12.042Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 61.87MB / 129.05MB 3.5s [2021-07-14T07:15:12.042Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 58.72MB / 68.75MB 3.6s [2021-07-14T07:15:12.042Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 72.35MB / 129.05MB 3.6s [2021-07-14T07:15:12.124Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 116.39MB / 129.05MB 7.0s [2021-07-14T07:15:12.124Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 129.05MB / 129.05MB 7.2s [2021-07-14T07:15:12.139Z] #9 ... [2021-07-14T07:15:12.139Z] [2021-07-14T07:15:12.139Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-14T07:15:12.139Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-07-14T07:15:12.139Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-07-14T07:15:12.139Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-07-14T07:15:12.139Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-07-14T07:15:12.139Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-07-14T07:15:12.139Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.9s done [2021-07-14T07:15:12.139Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.4s done [2021-07-14T07:15:12.139Z] #63 DONE 9.1s [2021-07-14T07:15:12.139Z] [2021-07-14T07:15:12.139Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-14T07:15:12.139Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-07-14T07:15:12.139Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-07-14T07:15:12.139Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-07-14T07:15:12.139Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-07-14T07:15:12.139Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-07-14T07:15:12.139Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 6.4s done [2021-07-14T07:15:12.139Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.0s done [2021-07-14T07:15:12.139Z] #65 DONE 9.1s [2021-07-14T07:15:12.139Z] [2021-07-14T07:15:12.139Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:12.139Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:12.139Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 129.05MB / 129.05MB 8.8s done [2021-07-14T07:15:12.139Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 [2021-07-14T07:15:12.139Z] #9 ... [2021-07-14T07:15:12.139Z] [2021-07-14T07:15:12.139Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 [2021-07-14T07:15:12.139Z] #26 sha256:4eabce6c5ed488c480b66c0600fd4c04b4ebd5d405ff4a30a1b87af38da95440 [2021-07-14T07:15:12.139Z] #26 resolve docker.io/library/debian:buster@sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 0.3s done [2021-07-14T07:15:12.139Z] #26 sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 1.85kB / 1.85kB done [2021-07-14T07:15:12.139Z] #26 sha256:5625c115ad881f19967a9b66416f8d40710bb307ad607d037f8ad8289260f75f 529B / 529B done [2021-07-14T07:15:12.139Z] #26 sha256:7a4951775d157843b47250a2a5cc7b561d2abe0b29ae6f19737a04635302eacf 1.46kB / 1.46kB done [2021-07-14T07:15:12.304Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 68.75MB / 68.75MB 3.8s [2021-07-14T07:15:12.304Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 79.69MB / 129.05MB 3.8s [2021-07-14T07:15:12.401Z] #26 DONE 8.9s [2021-07-14T07:15:12.401Z] [2021-07-14T07:15:12.401Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:12.402Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:12.575Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 87.03MB / 129.05MB 3.9s [2021-07-14T07:15:12.575Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 96.47MB / 129.05MB 4.0s [2021-07-14T07:15:12.575Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 116.39MB / 129.05MB 4.2s [2021-07-14T07:15:12.836Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 122.90MB / 129.05MB 4.3s [2021-07-14T07:15:12.975Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 0.8s done [2021-07-14T07:15:12.975Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 [2021-07-14T07:15:13.097Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 68.75MB / 68.75MB 4.4s done [2021-07-14T07:15:13.233Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 0.2s done [2021-07-14T07:15:13.799Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 [2021-07-14T07:15:14.026Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 [2021-07-14T07:15:14.026Z] #9 ... [2021-07-14T07:15:14.026Z] [2021-07-14T07:15:14.026Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-14T07:15:14.026Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-07-14T07:15:14.026Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.1s done [2021-07-14T07:15:14.026Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.2s done [2021-07-14T07:15:14.026Z] #63 DONE 9.1s [2021-07-14T07:15:14.026Z] [2021-07-14T07:15:14.026Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 [2021-07-14T07:15:14.026Z] #26 sha256:4eabce6c5ed488c480b66c0600fd4c04b4ebd5d405ff4a30a1b87af38da95440 [2021-07-14T07:15:14.026Z] #26 resolve docker.io/library/debian:buster@sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 0.2s done [2021-07-14T07:15:14.026Z] #26 sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 1.85kB / 1.85kB done [2021-07-14T07:15:14.026Z] #26 sha256:5625c115ad881f19967a9b66416f8d40710bb307ad607d037f8ad8289260f75f 529B / 529B done [2021-07-14T07:15:14.026Z] #26 sha256:7a4951775d157843b47250a2a5cc7b561d2abe0b29ae6f19737a04635302eacf 1.46kB / 1.46kB done [2021-07-14T07:15:14.026Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 2.1s done [2021-07-14T07:15:14.026Z] #26 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 4.9s done [2021-07-14T07:15:14.026Z] #26 DONE 9.2s [2021-07-14T07:15:14.026Z] [2021-07-14T07:15:14.026Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-14T07:15:14.026Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-07-14T07:15:14.026Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2021-07-14T07:15:14.026Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-07-14T07:15:14.026Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-07-14T07:15:14.026Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-07-14T07:15:14.026Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.2s done [2021-07-14T07:15:14.026Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.0s done [2021-07-14T07:15:14.026Z] #65 DONE 9.2s [2021-07-14T07:15:14.026Z] [2021-07-14T07:15:14.026Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:14.026Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:14.482Z] #9 sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 129.05MB / 129.05MB 5.9s done [2021-07-14T07:15:14.482Z] #9 ... [2021-07-14T07:15:14.482Z] [2021-07-14T07:15:14.482Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-14T07:15:14.482Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-07-14T07:15:14.482Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-07-14T07:15:14.482Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-07-14T07:15:14.482Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-07-14T07:15:14.482Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-07-14T07:15:14.482Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.4s done [2021-07-14T07:15:14.482Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.1s done [2021-07-14T07:15:14.482Z] #63 DONE 6.2s [2021-07-14T07:15:14.482Z] [2021-07-14T07:15:14.482Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-14T07:15:14.482Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-07-14T07:15:14.482Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-07-14T07:15:14.482Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-07-14T07:15:14.482Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-07-14T07:15:14.482Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-07-14T07:15:14.482Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.6s done [2021-07-14T07:15:14.482Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.2s done [2021-07-14T07:15:14.482Z] #65 DONE 6.3s [2021-07-14T07:15:14.482Z] [2021-07-14T07:15:14.482Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 [2021-07-14T07:15:14.482Z] #26 sha256:4eabce6c5ed488c480b66c0600fd4c04b4ebd5d405ff4a30a1b87af38da95440 [2021-07-14T07:15:14.493Z] #17 72.72 Building dependency tree... [2021-07-14T07:15:14.967Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 1.0s done [2021-07-14T07:15:15.463Z] #26 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 4.9s done [2021-07-14T07:15:15.901Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 [2021-07-14T07:15:16.160Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 0.4s done [2021-07-14T07:15:16.333Z] #9 ... [2021-07-14T07:15:16.333Z] [2021-07-14T07:15:16.333Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-07-14T07:15:16.333Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-07-14T07:15:16.333Z] #64 DONE 1.2s [2021-07-14T07:15:16.391Z] #17 77.24 The following additional packages will be installed: [2021-07-14T07:15:16.391Z] #17 77.24 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2021-07-14T07:15:16.391Z] #17 77.24 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2021-07-14T07:15:16.391Z] #17 77.24 binutils-s390x-linux-gnu bzip2 cpp-8-aarch64-linux-gnu [2021-07-14T07:15:16.391Z] #17 77.24 cpp-8-arm-linux-gnueabi cpp-8-arm-linux-gnueabihf [2021-07-14T07:15:16.391Z] #17 77.24 cpp-8-powerpc64le-linux-gnu cpp-8-s390x-linux-gnu cpp-aarch64-linux-gnu [2021-07-14T07:15:16.391Z] #17 77.24 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2021-07-14T07:15:16.391Z] #17 77.24 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2021-07-14T07:15:16.391Z] #17 77.24 g++-8-aarch64-linux-gnu g++-8-arm-linux-gnueabi g++-8-arm-linux-gnueabihf [2021-07-14T07:15:16.391Z] #17 77.24 g++-8-powerpc64le-linux-gnu g++-8-s390x-linux-gnu g++-aarch64-linux-gnu [2021-07-14T07:15:16.391Z] #17 77.24 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2021-07-14T07:15:16.391Z] #17 77.24 g++-s390x-linux-gnu gcc-8-aarch64-linux-gnu gcc-8-aarch64-linux-gnu-base [2021-07-14T07:15:16.391Z] #17 77.24 gcc-8-arm-linux-gnueabi gcc-8-arm-linux-gnueabi-base [2021-07-14T07:15:16.391Z] #17 77.24 gcc-8-arm-linux-gnueabihf gcc-8-arm-linux-gnueabihf-base gcc-8-cross-base [2021-07-14T07:15:16.391Z] #17 77.24 gcc-8-powerpc64le-linux-gnu gcc-8-powerpc64le-linux-gnu-base [2021-07-14T07:15:16.391Z] #17 77.24 gcc-8-s390x-linux-gnu gcc-8-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2021-07-14T07:15:16.391Z] #17 77.24 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2021-07-14T07:15:16.391Z] #17 77.24 gcc-s390x-linux-gnu libasan5-arm64-cross libasan5-armel-cross [2021-07-14T07:15:16.391Z] #17 77.24 libasan5-armhf-cross libasan5-ppc64el-cross libasan5-s390x-cross [2021-07-14T07:15:16.391Z] #17 77.24 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2021-07-14T07:15:16.391Z] #17 77.25 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2021-07-14T07:15:16.391Z] #17 77.25 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2021-07-14T07:15:16.391Z] #17 77.25 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2021-07-14T07:15:16.391Z] #17 77.25 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2021-07-14T07:15:16.391Z] #17 77.25 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2021-07-14T07:15:16.391Z] #17 77.25 libfile-homedir-perl libfile-which-perl libgcc-8-dev-arm64-cross [2021-07-14T07:15:16.391Z] #17 77.25 libgcc-8-dev-armel-cross libgcc-8-dev-armhf-cross libgcc-8-dev-ppc64el-cross [2021-07-14T07:15:16.391Z] #17 77.25 libgcc-8-dev-s390x-cross libgcc1-arm64-cross libgcc1-armel-cross [2021-07-14T07:15:16.391Z] #17 77.25 libgcc1-armhf-cross libgcc1-ppc64el-cross libgcc1-s390x-cross [2021-07-14T07:15:16.391Z] #17 77.25 libgomp1-arm64-cross libgomp1-armel-cross libgomp1-armhf-cross [2021-07-14T07:15:16.391Z] #17 77.25 libgomp1-ppc64el-cross libgomp1-s390x-cross libicu63 libio-string-perl [2021-07-14T07:15:16.391Z] #17 77.25 libitm1-arm64-cross libitm1-ppc64el-cross libitm1-s390x-cross [2021-07-14T07:15:16.391Z] #17 77.25 liblocale-gettext-perl liblsan0-arm64-cross liblsan0-ppc64el-cross [2021-07-14T07:15:16.391Z] #17 77.26 libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2021-07-14T07:15:16.391Z] #17 77.26 libstdc++-8-dev-arm64-cross libstdc++-8-dev-armel-cross [2021-07-14T07:15:16.391Z] #17 77.26 libstdc++-8-dev-armhf-cross libstdc++-8-dev-ppc64el-cross [2021-07-14T07:15:16.391Z] #17 77.26 libstdc++-8-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2021-07-14T07:15:16.391Z] #17 77.26 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2021-07-14T07:15:16.391Z] #17 77.26 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2021-07-14T07:15:16.391Z] #17 77.26 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2021-07-14T07:15:16.391Z] #17 77.26 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2021-07-14T07:15:16.391Z] #17 77.26 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2021-07-14T07:15:16.391Z] #17 77.26 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2021-07-14T07:15:16.391Z] #17 77.26 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2021-07-14T07:15:16.391Z] #17 77.26 linux-libc-dev-s390x-cross patch xz-utils [2021-07-14T07:15:16.391Z] #17 77.30 Suggested packages: [2021-07-14T07:15:16.391Z] #17 77.30 binutils-doc bzip2-doc gcc-8-locales cpp-doc binutils-multiarch [2021-07-14T07:15:16.391Z] #17 77.30 debian-keyring gcc-8-doc libstdc++6-8-dbg-arm64-cross [2021-07-14T07:15:16.391Z] #17 77.30 libstdc++6-8-dbg-armel-cross libstdc++6-8-dbg-armhf-cross [2021-07-14T07:15:16.391Z] #17 77.30 libstdc++6-8-dbg-ppc64el-cross g++-8-multilib-s390x-linux-gnu [2021-07-14T07:15:16.391Z] #17 77.30 libstdc++6-8-dbg-s390x-cross libgcc1-dbg-arm64-cross [2021-07-14T07:15:16.391Z] #17 77.30 libgomp1-dbg-arm64-cross libitm1-dbg-arm64-cross libatomic1-dbg-arm64-cross [2021-07-14T07:15:16.391Z] #17 77.30 libasan5-dbg-arm64-cross liblsan0-dbg-arm64-cross libtsan0-dbg-arm64-cross [2021-07-14T07:15:16.391Z] #17 77.30 libubsan1-dbg-arm64-cross libmpx2-dbg-arm64-cross [2021-07-14T07:15:16.391Z] #17 77.30 libquadmath0-dbg-arm64-cross libgcc1-dbg-armel-cross [2021-07-14T07:15:16.391Z] #17 77.30 libgomp1-dbg-armel-cross libitm1-dbg-armel-cross libatomic1-dbg-armel-cross [2021-07-14T07:15:16.391Z] #17 77.30 libasan5-dbg-armel-cross liblsan0-dbg-armel-cross libtsan0-dbg-armel-cross [2021-07-14T07:15:16.391Z] #17 77.30 libubsan1-dbg-armel-cross libmpx2-dbg-armel-cross [2021-07-14T07:15:16.391Z] #17 77.30 libquadmath0-dbg-armel-cross libgcc1-dbg-armhf-cross [2021-07-14T07:15:16.391Z] #17 77.30 libgomp1-dbg-armhf-cross libitm1-dbg-armhf-cross libatomic1-dbg-armhf-cross [2021-07-14T07:15:16.391Z] #17 77.30 libasan5-dbg-armhf-cross liblsan0-dbg-armhf-cross libtsan0-dbg-armhf-cross [2021-07-14T07:15:16.391Z] #17 77.30 libubsan1-dbg-armhf-cross libmpx2-dbg-armhf-cross [2021-07-14T07:15:16.391Z] #17 77.30 libquadmath0-dbg-armhf-cross libgcc1-dbg-ppc64el-cross [2021-07-14T07:15:16.391Z] #17 77.30 libgomp1-dbg-ppc64el-cross libitm1-dbg-ppc64el-cross [2021-07-14T07:15:16.391Z] #17 77.30 libatomic1-dbg-ppc64el-cross libasan5-dbg-ppc64el-cross [2021-07-14T07:15:16.391Z] #17 77.30 liblsan0-dbg-ppc64el-cross libtsan0-dbg-ppc64el-cross [2021-07-14T07:15:16.391Z] #17 77.30 libubsan1-dbg-ppc64el-cross libmpx2-dbg-ppc64el-cross [2021-07-14T07:15:16.391Z] #17 77.30 libquadmath0-dbg-ppc64el-cross gcc-8-multilib-s390x-linux-gnu [2021-07-14T07:15:16.391Z] #17 77.30 libgcc1-dbg-s390x-cross libgomp1-dbg-s390x-cross libitm1-dbg-s390x-cross [2021-07-14T07:15:16.391Z] #17 77.30 libatomic1-dbg-s390x-cross libasan5-dbg-s390x-cross liblsan0-dbg-s390x-cross [2021-07-14T07:15:16.391Z] #17 77.30 libtsan0-dbg-s390x-cross libubsan1-dbg-s390x-cross libmpx2-dbg-s390x-cross [2021-07-14T07:15:16.391Z] #17 77.30 libquadmath0-dbg-s390x-cross manpages-dev autoconf automake libtool flex [2021-07-14T07:15:16.391Z] #17 77.30 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2021-07-14T07:15:16.391Z] #17 77.30 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2021-07-14T07:15:16.391Z] #17 77.30 libyaml-shell-perl ed diffutils-doc [2021-07-14T07:15:16.391Z] #17 77.30 Recommended packages: [2021-07-14T07:15:16.391Z] #17 77.30 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2021-07-14T07:15:16.391Z] #17 77.30 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2021-07-14T07:15:16.419Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 [2021-07-14T07:15:16.593Z] [2021-07-14T07:15:16.593Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:16.593Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:16.884Z] #26 DONE 8.3s [2021-07-14T07:15:16.884Z] [2021-07-14T07:15:16.884Z] #27 [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-07-14T07:15:16.884Z] #27 sha256:79a534002c5e148a22f2d3db585f4c4d678d1e34ffd0da3683d6547c6babf18e [2021-07-14T07:15:17.162Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 3.1s done [2021-07-14T07:15:17.364Z] #9 ... [2021-07-14T07:15:17.364Z] [2021-07-14T07:15:17.364Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-07-14T07:15:17.364Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-07-14T07:15:17.364Z] #64 DONE 0.9s [2021-07-14T07:15:17.364Z] [2021-07-14T07:15:17.364Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:17.364Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:17.464Z] #27 ... [2021-07-14T07:15:17.464Z] [2021-07-14T07:15:17.464Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-07-14T07:15:17.464Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-07-14T07:15:17.464Z] #64 DONE 0.8s [2021-07-14T07:15:17.725Z] [2021-07-14T07:15:17.725Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-07-14T07:15:17.725Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-07-14T07:15:17.729Z] #9 ... [2021-07-14T07:15:17.729Z] [2021-07-14T07:15:17.729Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-07-14T07:15:17.729Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-07-14T07:15:17.729Z] #66 DONE 1.4s [2021-07-14T07:15:17.986Z] #66 DONE 0.2s [2021-07-14T07:15:17.986Z] [2021-07-14T07:15:17.986Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:17.986Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:17.986Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 0.7s done [2021-07-14T07:15:17.986Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 0.3s [2021-07-14T07:15:17.986Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 0.4s done [2021-07-14T07:15:17.990Z] [2021-07-14T07:15:17.990Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:17.990Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:17.990Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 0.1s [2021-07-14T07:15:18.302Z] #9 ... [2021-07-14T07:15:18.302Z] [2021-07-14T07:15:18.302Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-07-14T07:15:18.302Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-07-14T07:15:18.302Z] #66 DONE 1.0s [2021-07-14T07:15:18.302Z] [2021-07-14T07:15:18.302Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:18.302Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:18.564Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 [2021-07-14T07:15:18.770Z] Client: [2021-07-14T07:15:18.770Z] Context: default [2021-07-14T07:15:18.770Z] Debug Mode: false [2021-07-14T07:15:18.770Z] Plugins: [2021-07-14T07:15:18.770Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-07-14T07:15:18.770Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-07-14T07:15:18.770Z] [2021-07-14T07:15:18.770Z] Server: [2021-07-14T07:15:18.770Z] Containers: 0 [2021-07-14T07:15:18.770Z] Running: 0 [2021-07-14T07:15:18.770Z] Paused: 0 [2021-07-14T07:15:18.770Z] Stopped: 0 [2021-07-14T07:15:18.770Z] Images: 0 [2021-07-14T07:15:18.770Z] Server Version: 20.10.6 [2021-07-14T07:15:18.770Z] Storage Driver: overlay2 [2021-07-14T07:15:18.770Z] Backing Filesystem: extfs [2021-07-14T07:15:18.770Z] Supports d_type: true [2021-07-14T07:15:18.770Z] Native Overlay Diff: true [2021-07-14T07:15:18.770Z] userxattr: false [2021-07-14T07:15:18.770Z] Logging Driver: json-file [2021-07-14T07:15:18.770Z] Cgroup Driver: cgroupfs [2021-07-14T07:15:18.770Z] Cgroup Version: 1 [2021-07-14T07:15:18.770Z] Plugins: [2021-07-14T07:15:18.770Z] Volume: local [2021-07-14T07:15:18.770Z] Network: bridge host ipvlan macvlan null overlay [2021-07-14T07:15:18.770Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-07-14T07:15:18.770Z] Swarm: inactive [2021-07-14T07:15:18.770Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-07-14T07:15:18.770Z] Default Runtime: runc [2021-07-14T07:15:18.770Z] Init Binary: docker-init [2021-07-14T07:15:18.770Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-07-14T07:15:18.770Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-07-14T07:15:18.770Z] init version: de40ad0 [2021-07-14T07:15:18.770Z] Security Options: [2021-07-14T07:15:18.770Z] apparmor [2021-07-14T07:15:18.770Z] seccomp [2021-07-14T07:15:18.770Z] Profile: default [2021-07-14T07:15:18.770Z] Kernel Version: 5.4.0-1048-aws [2021-07-14T07:15:18.770Z] Operating System: Ubuntu 20.04.2 LTS [2021-07-14T07:15:18.770Z] OSType: linux [2021-07-14T07:15:18.770Z] Architecture: aarch64 [2021-07-14T07:15:18.770Z] CPUs: 4 [2021-07-14T07:15:18.770Z] Total Memory: 7.494GiB [2021-07-14T07:15:18.770Z] Name: ip-10-100-51-109 [2021-07-14T07:15:18.770Z] ID: MGZL:OOTV:SN5F:X6EL:EAFI:KBFD:Y3ES:GQ7F:YIFA:P3HD:KTGV:V6GG [2021-07-14T07:15:18.770Z] Docker Root Dir: /var/lib/docker [2021-07-14T07:15:18.770Z] Debug Mode: false [2021-07-14T07:15:18.770Z] Registry: https://index.docker.io/v1/ [2021-07-14T07:15:18.770Z] Labels: [2021-07-14T07:15:18.770Z] Experimental: true [2021-07-14T07:15:18.770Z] Insecure Registries: [2021-07-14T07:15:18.770Z] 127.0.0.0/8 [2021-07-14T07:15:18.770Z] Live Restore Enabled: true [2021-07-14T07:15:18.770Z] [2021-07-14T07:15:18.770Z] WARNING: No swap limit support [Pipeline] sh [2021-07-14T07:15:19.073Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-07-14T07:15:19.073Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-07-14T07:15:19.073Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42636/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-07-14T07:15:19.073Z] + bash /home/ubuntu/workspace/moby_PR-42636/check-config.sh [2021-07-14T07:15:19.073Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-07-14T07:15:19.073Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-07-14T07:15:19.073Z] [2021-07-14T07:15:19.073Z] Generally Necessary: [2021-07-14T07:15:19.073Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-07-14T07:15:19.073Z] - apparmor: enabled and tools installed [2021-07-14T07:15:19.073Z] - CONFIG_NAMESPACES: enabled [2021-07-14T07:15:19.073Z] - CONFIG_NET_NS: enabled [2021-07-14T07:15:19.073Z] - CONFIG_PID_NS: enabled [2021-07-14T07:15:19.073Z] - CONFIG_IPC_NS: enabled [2021-07-14T07:15:19.073Z] - CONFIG_UTS_NS: enabled [2021-07-14T07:15:19.073Z] - CONFIG_CGROUPS: enabled [2021-07-14T07:15:19.073Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-07-14T07:15:19.073Z] - CONFIG_CGROUP_DEVICE: enabled [2021-07-14T07:15:19.073Z] - CONFIG_CGROUP_FREEZER: enabled [2021-07-14T07:15:19.073Z] - CONFIG_CGROUP_SCHED: enabled [2021-07-14T07:15:19.073Z] - CONFIG_CPUSETS: enabled [2021-07-14T07:15:19.073Z] - CONFIG_MEMCG: enabled [2021-07-14T07:15:19.338Z] - CONFIG_KEYS: enabled [2021-07-14T07:15:19.338Z] - CONFIG_VETH: enabled (as module) [2021-07-14T07:15:19.338Z] - CONFIG_BRIDGE: enabled (as module) [2021-07-14T07:15:19.338Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-07-14T07:15:19.338Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-07-14T07:15:19.338Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-07-14T07:15:19.338Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-07-14T07:15:19.338Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-07-14T07:15:19.338Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-07-14T07:15:19.338Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-07-14T07:15:19.338Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-07-14T07:15:19.338Z] - CONFIG_NF_NAT: enabled (as module) [2021-07-14T07:15:19.338Z] - CONFIG_POSIX_MQUEUE: enabled [2021-07-14T07:15:19.338Z] [2021-07-14T07:15:19.338Z] Optional Features: [2021-07-14T07:15:19.338Z] - CONFIG_USER_NS: enabled [2021-07-14T07:15:19.338Z] - CONFIG_SECCOMP: enabled [2021-07-14T07:15:19.338Z] - CONFIG_SECCOMP_FILTER: enabled [2021-07-14T07:15:19.338Z] - CONFIG_CGROUP_PIDS: enabled [2021-07-14T07:15:19.338Z] - CONFIG_MEMCG_SWAP: enabled [2021-07-14T07:15:19.338Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-07-14T07:15:19.338Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-07-14T07:15:19.338Z] - CONFIG_BLK_CGROUP: enabled [2021-07-14T07:15:19.601Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-07-14T07:15:19.601Z] - CONFIG_CGROUP_PERF: enabled [2021-07-14T07:15:19.601Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-07-14T07:15:19.601Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-07-14T07:15:19.601Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-07-14T07:15:19.601Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-07-14T07:15:19.601Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-07-14T07:15:19.601Z] - CONFIG_RT_GROUP_SCHED: missing [2021-07-14T07:15:19.601Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-07-14T07:15:19.601Z] - CONFIG_IP_VS: enabled (as module) [2021-07-14T07:15:19.601Z] - CONFIG_IP_VS_NFCT: enabled [2021-07-14T07:15:19.601Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-07-14T07:15:19.601Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-07-14T07:15:19.601Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-07-14T07:15:19.601Z] - CONFIG_SECURITY_SELINUX: enabled [2021-07-14T07:15:19.601Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-07-14T07:15:19.601Z] - CONFIG_EXT4_FS: enabled [2021-07-14T07:15:19.601Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-07-14T07:15:19.601Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-07-14T07:15:19.601Z] - Network Drivers: [2021-07-14T07:15:19.601Z] - "overlay": [2021-07-14T07:15:19.601Z] - CONFIG_VXLAN: enabled (as module) [2021-07-14T07:15:19.601Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-07-14T07:15:19.601Z] Optional (for encrypted networks): [2021-07-14T07:15:19.865Z] - CONFIG_CRYPTO: enabled [2021-07-14T07:15:19.865Z] - CONFIG_CRYPTO_AEAD: enabled [2021-07-14T07:15:19.865Z] - CONFIG_CRYPTO_GCM: enabled [2021-07-14T07:15:19.865Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-07-14T07:15:19.865Z] - CONFIG_CRYPTO_GHASH: enabled [2021-07-14T07:15:19.865Z] - CONFIG_XFRM: enabled [2021-07-14T07:15:19.865Z] - CONFIG_XFRM_USER: enabled (as module) [2021-07-14T07:15:19.865Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-07-14T07:15:19.865Z] - CONFIG_INET_ESP: enabled (as module) [2021-07-14T07:15:19.865Z] - "ipvlan": [2021-07-14T07:15:19.865Z] - CONFIG_IPVLAN: enabled (as module) [2021-07-14T07:15:19.865Z] - "macvlan": [2021-07-14T07:15:19.865Z] - CONFIG_MACVLAN: enabled (as module) [2021-07-14T07:15:19.865Z] - CONFIG_DUMMY: enabled (as module) [2021-07-14T07:15:19.865Z] - "ftp,tftp client in container": [2021-07-14T07:15:19.865Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-07-14T07:15:19.865Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-07-14T07:15:19.865Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-07-14T07:15:19.865Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-07-14T07:15:19.865Z] - Storage Drivers: [2021-07-14T07:15:19.865Z] - "aufs": [2021-07-14T07:15:19.865Z] - CONFIG_AUFS_FS: enabled (as module) [2021-07-14T07:15:19.865Z] - "btrfs": [2021-07-14T07:15:19.865Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-07-14T07:15:19.865Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-07-14T07:15:19.865Z] - "devicemapper": [2021-07-14T07:15:19.865Z] - CONFIG_BLK_DEV_DM: enabled [2021-07-14T07:15:19.865Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-07-14T07:15:19.865Z] - "overlay": [2021-07-14T07:15:19.865Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-07-14T07:15:19.865Z] - "zfs": [2021-07-14T07:15:19.865Z] - /dev/zfs: present [2021-07-14T07:15:19.865Z] - zfs command: missing [2021-07-14T07:15:20.128Z] - zpool command: missing [2021-07-14T07:15:20.128Z] [2021-07-14T07:15:20.128Z] Limits: [2021-07-14T07:15:20.128Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-07-14T07:15:20.128Z] [2021-07-14T07:15:20.128Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-07-14T07:15:20.490Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:b81674392e3dec8824c4a34d8cd8b328f16ec1c9 . [2021-07-14T07:15:21.068Z] #2 [internal] load .dockerignore [2021-07-14T07:15:21.068Z] #2 sha256:1c705880e2b1376632610b8071d208b9ff2d34da05c34b5755adb4e0ab51fcc7 [2021-07-14T07:15:21.626Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 5.1s [2021-07-14T07:15:21.643Z] #17 82.05 The following NEW packages will be installed: [2021-07-14T07:15:21.643Z] #17 82.05 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2021-07-14T07:15:21.643Z] #17 82.05 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2021-07-14T07:15:21.643Z] #17 82.05 binutils-s390x-linux-gnu bzip2 cpp-8-aarch64-linux-gnu [2021-07-14T07:15:21.643Z] #17 82.05 cpp-8-arm-linux-gnueabi cpp-8-arm-linux-gnueabihf [2021-07-14T07:15:21.643Z] #17 82.05 cpp-8-powerpc64le-linux-gnu cpp-8-s390x-linux-gnu cpp-aarch64-linux-gnu [2021-07-14T07:15:21.643Z] #17 82.05 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2021-07-14T07:15:21.643Z] #17 82.05 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2021-07-14T07:15:21.643Z] #17 82.05 crossbuild-essential-armel crossbuild-essential-armhf [2021-07-14T07:15:21.643Z] #17 82.06 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2021-07-14T07:15:21.643Z] #17 82.06 file g++-8-aarch64-linux-gnu g++-8-arm-linux-gnueabi [2021-07-14T07:15:21.643Z] #17 82.06 g++-8-arm-linux-gnueabihf g++-8-powerpc64le-linux-gnu g++-8-s390x-linux-gnu [2021-07-14T07:15:21.643Z] #17 82.06 g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf [2021-07-14T07:15:21.643Z] #17 82.06 g++-powerpc64le-linux-gnu g++-s390x-linux-gnu gcc-8-aarch64-linux-gnu [2021-07-14T07:15:21.643Z] #17 82.06 gcc-8-aarch64-linux-gnu-base gcc-8-arm-linux-gnueabi [2021-07-14T07:15:21.643Z] #17 82.06 gcc-8-arm-linux-gnueabi-base gcc-8-arm-linux-gnueabihf [2021-07-14T07:15:21.643Z] #17 82.06 gcc-8-arm-linux-gnueabihf-base gcc-8-cross-base gcc-8-powerpc64le-linux-gnu [2021-07-14T07:15:21.643Z] #17 82.06 gcc-8-powerpc64le-linux-gnu-base gcc-8-s390x-linux-gnu [2021-07-14T07:15:21.643Z] #17 82.06 gcc-8-s390x-linux-gnu-base gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi [2021-07-14T07:15:21.643Z] #17 82.06 gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu gcc-s390x-linux-gnu [2021-07-14T07:15:21.643Z] #17 82.06 libasan5-arm64-cross libasan5-armel-cross libasan5-armhf-cross [2021-07-14T07:15:21.643Z] #17 82.06 libasan5-ppc64el-cross libasan5-s390x-cross libatomic1-arm64-cross [2021-07-14T07:15:21.643Z] #17 82.06 libatomic1-armel-cross libatomic1-armhf-cross libatomic1-ppc64el-cross [2021-07-14T07:15:21.643Z] #17 82.06 libatomic1-s390x-cross libc6-arm64-cross libc6-armel-cross libc6-armhf-cross [2021-07-14T07:15:21.643Z] #17 82.06 libc6-dev-arm64-cross libc6-dev-armel-cross libc6-dev-armhf-cross [2021-07-14T07:15:21.643Z] #17 82.06 libc6-dev-ppc64el-cross libc6-dev-s390x-cross libc6-ppc64el-cross [2021-07-14T07:15:21.643Z] #17 82.06 libc6-s390x-cross libconfig-auto-perl libconfig-inifiles-perl [2021-07-14T07:15:21.643Z] #17 82.06 libdebian-dpkgcross-perl libfile-homedir-perl libfile-which-perl [2021-07-14T07:15:21.643Z] #17 82.06 libgcc-8-dev-arm64-cross libgcc-8-dev-armel-cross libgcc-8-dev-armhf-cross [2021-07-14T07:15:21.643Z] #17 82.06 libgcc-8-dev-ppc64el-cross libgcc-8-dev-s390x-cross libgcc1-arm64-cross [2021-07-14T07:15:21.643Z] #17 82.06 libgcc1-armel-cross libgcc1-armhf-cross libgcc1-ppc64el-cross [2021-07-14T07:15:21.643Z] #17 82.07 libgcc1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2021-07-14T07:15:21.643Z] #17 82.07 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu63 [2021-07-14T07:15:21.643Z] #17 82.07 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2021-07-14T07:15:21.643Z] #17 82.07 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2021-07-14T07:15:21.643Z] #17 82.08 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2021-07-14T07:15:21.643Z] #17 82.08 libstdc++-8-dev-arm64-cross libstdc++-8-dev-armel-cross [2021-07-14T07:15:21.643Z] #17 82.08 libstdc++-8-dev-armhf-cross libstdc++-8-dev-ppc64el-cross [2021-07-14T07:15:21.643Z] #17 82.08 libstdc++-8-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2021-07-14T07:15:21.643Z] #17 82.08 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2021-07-14T07:15:21.643Z] #17 82.08 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2021-07-14T07:15:21.643Z] #17 82.08 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2021-07-14T07:15:21.643Z] #17 82.08 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2021-07-14T07:15:21.643Z] #17 82.08 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2021-07-14T07:15:21.643Z] #17 82.08 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2021-07-14T07:15:21.643Z] #17 82.08 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2021-07-14T07:15:21.643Z] #17 82.08 linux-libc-dev-s390x-cross patch xz-utils [2021-07-14T07:15:21.643Z] #17 82.57 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:15:21.643Z] #17 82.57 Need to get 169 MB of archives. [2021-07-14T07:15:21.643Z] #17 82.57 After this operation, 612 MB of additional disk space will be used. [2021-07-14T07:15:21.643Z] #17 82.57 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblocale-gettext-perl amd64 1.07-3+b4 [18.9 kB] [2021-07-14T07:15:21.643Z] #17 82.57 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-07-14T07:15:21.643Z] #17 82.57 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-4+deb10u2 [242 kB] [2021-07-14T07:15:21.643Z] #17 82.57 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-4+deb10u2 [118 kB] [2021-07-14T07:15:21.643Z] #17 82.58 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 file amd64 1:5.35-4+deb10u2 [66.4 kB] [2021-07-14T07:15:21.643Z] #17 82.59 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-07-14T07:15:21.643Z] #17 82.59 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-aarch64-linux-gnu amd64 2.31.1-16 [2905 kB] [2021-07-14T07:15:21.643Z] #17 82.65 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-arm-linux-gnueabi amd64 2.31.1-16 [2832 kB] [2021-07-14T07:15:21.905Z] #17 82.73 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-arm-linux-gnueabihf amd64 2.31.1-16 [2834 kB] [2021-07-14T07:15:21.905Z] #17 82.82 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-powerpc64le-linux-gnu amd64 2.31.1-16 [2427 kB] [2021-07-14T07:15:21.905Z] #17 82.91 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-s390x-linux-gnu amd64 2.31.1-16 [2127 kB] [2021-07-14T07:15:22.163Z] #17 82.97 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-aarch64-linux-gnu-base amd64 8.3.0-2cross1 [190 kB] [2021-07-14T07:15:22.163Z] #17 82.98 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6251 kB] [2021-07-14T07:15:22.163Z] #17 83.17 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabi-base amd64 8.3.0-2cross1 [190 kB] [2021-07-14T07:15:22.264Z] #9 ... [2021-07-14T07:15:22.264Z] [2021-07-14T07:15:22.264Z] #27 [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-07-14T07:15:22.264Z] #27 sha256:79a534002c5e148a22f2d3db585f4c4d678d1e34ffd0da3683d6547c6babf18e [2021-07-14T07:15:22.264Z] #27 4.123 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:15:22.264Z] #27 4.132 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:15:22.264Z] #27 4.212 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:15:22.264Z] #27 4.346 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:15:22.264Z] #27 4.767 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:15:22.264Z] #27 4.799 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:15:22.264Z] #27 6.612 Fetched 8454 kB in 3s (3116 kB/s) [2021-07-14T07:15:22.264Z] #27 6.612 Reading package lists... [2021-07-14T07:15:22.264Z] #27 7.665 Reading package lists... [2021-07-14T07:15:22.264Z] #27 8.639 Building dependency tree... [2021-07-14T07:15:22.264Z] #27 9.010 The following additional packages will be installed: [2021-07-14T07:15:22.264Z] #27 9.017 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-07-14T07:15:22.264Z] #27 9.017 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-07-14T07:15:22.264Z] #27 9.017 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-07-14T07:15:22.264Z] #27 9.017 Suggested packages: [2021-07-14T07:15:22.264Z] #27 9.017 krb5-doc krb5-user [2021-07-14T07:15:22.264Z] #27 9.017 Recommended packages: [2021-07-14T07:15:22.264Z] #27 9.017 krb5-locales publicsuffix libsasl2-modules [2021-07-14T07:15:22.264Z] #27 9.304 The following NEW packages will be installed: [2021-07-14T07:15:22.264Z] #27 9.304 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-07-14T07:15:22.264Z] #27 9.304 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-07-14T07:15:22.264Z] #27 9.304 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-07-14T07:15:22.264Z] #27 9.304 libssh2-1 libssl1.1 openssl [2021-07-14T07:15:22.264Z] #27 9.578 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:15:22.264Z] #27 9.578 Need to get 5059 kB of archives. [2021-07-14T07:15:22.264Z] #27 9.578 After this operation, 12.1 MB of additional disk space will be used. [2021-07-14T07:15:22.264Z] #27 9.578 Get:1 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-07-14T07:15:22.264Z] #27 9.605 Get:2 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-07-14T07:15:22.264Z] #27 9.624 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-07-14T07:15:22.264Z] #27 9.630 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-07-14T07:15:22.264Z] #27 9.632 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-07-14T07:15:22.264Z] #27 9.633 Get:6 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-07-14T07:15:22.264Z] #27 9.636 Get:7 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-07-14T07:15:22.264Z] #27 9.646 Get:8 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-07-14T07:15:22.264Z] #27 9.650 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-07-14T07:15:22.264Z] #27 9.653 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-07-14T07:15:22.264Z] #27 9.678 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-07-14T07:15:22.264Z] #27 9.678 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-07-14T07:15:22.264Z] #27 9.678 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-07-14T07:15:22.264Z] #27 9.678 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-07-14T07:15:22.264Z] #27 9.678 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-07-14T07:15:22.264Z] #27 9.678 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-07-14T07:15:22.264Z] #27 9.683 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-07-14T07:15:22.264Z] #27 9.687 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-07-14T07:15:22.264Z] #27 9.690 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-07-14T07:15:22.264Z] #27 9.694 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-07-14T07:15:22.264Z] #27 9.696 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-07-14T07:15:22.264Z] #27 9.949 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:15:22.264Z] #27 9.986 Fetched 5059 kB in 0s (13.1 MB/s) [2021-07-14T07:15:22.264Z] #27 10.02 Selecting previously unselected package libssl1.1:amd64. [2021-07-14T07:15:22.264Z] #27 10.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2021-07-14T07:15:22.264Z] #27 10.03 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-07-14T07:15:22.264Z] #27 10.04 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-07-14T07:15:22.421Z] #17 83.17 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [6552 kB] [2021-07-14T07:15:22.421Z] #17 83.38 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabihf-base amd64 8.3.0-2cross1 [190 kB] [2021-07-14T07:15:22.421Z] #17 83.39 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [6554 kB] [2021-07-14T07:15:22.460Z] #2 transferring context: 87B done [2021-07-14T07:15:22.460Z] #2 DONE 1.5s [2021-07-14T07:15:22.460Z] [2021-07-14T07:15:22.460Z] #1 [internal] load build definition from Dockerfile [2021-07-14T07:15:22.460Z] #1 sha256:34779646b99646f32d04549b71d31c9b471638f8965614042019923eecb41e17 [2021-07-14T07:15:22.460Z] #1 transferring dockerfile: 16.59kB 0.1s done [2021-07-14T07:15:22.460Z] #1 DONE 1.5s [2021-07-14T07:15:22.460Z] [2021-07-14T07:15:22.460Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-07-14T07:15:22.460Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2021-07-14T07:15:22.523Z] #27 ... [2021-07-14T07:15:22.523Z] [2021-07-14T07:15:22.523Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:22.523Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:22.678Z] #17 83.63 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-powerpc64le-linux-gnu-base amd64 8.3.0-2cross1 [190 kB] [2021-07-14T07:15:22.678Z] #17 83.63 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-powerpc64le-linux-gnu amd64 8.3.0-2cross1 [6591 kB] [2021-07-14T07:15:22.775Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 3.6s done [2021-07-14T07:15:22.775Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 [2021-07-14T07:15:22.936Z] #17 83.87 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-s390x-linux-gnu-base amd64 8.3.0-2cross1 [190 kB] [2021-07-14T07:15:22.936Z] #17 83.87 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-s390x-linux-gnu amd64 8.3.0-2cross1 [5937 kB] [2021-07-14T07:15:23.035Z] #3 DONE 0.6s [2021-07-14T07:15:23.035Z] [2021-07-14T07:15:23.035Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-07-14T07:15:23.035Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2021-07-14T07:15:23.035Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-07-14T07:15:23.092Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 5.2s [2021-07-14T07:15:23.194Z] #17 84.09 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-aarch64-linux-gnu amd64 4:8.3.0-1 [16.5 kB] [2021-07-14T07:15:23.194Z] #17 84.09 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-arm-linux-gnueabi amd64 4:8.3.0-1 [16.5 kB] [2021-07-14T07:15:23.194Z] #17 84.09 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-arm-linux-gnueabihf amd64 4:8.3.0-1 [16.5 kB] [2021-07-14T07:15:23.194Z] #17 84.10 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-powerpc64le-linux-gnu amd64 4:8.3.0-1 [16.5 kB] [2021-07-14T07:15:23.194Z] #17 84.10 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-s390x-linux-gnu amd64 4:8.3.0-1 [16.5 kB] [2021-07-14T07:15:23.194Z] #17 84.10 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cross-config all 2.6.15-3 [39.9 kB] [2021-07-14T07:15:23.194Z] #17 84.10 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-cross-base all 8.3.0-2cross1 [185 kB] [2021-07-14T07:15:23.194Z] #17 84.11 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-arm64-cross all 2.28-7cross1 [1312 kB] [2021-07-14T07:15:23.194Z] #17 84.16 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-arm64-cross all 1:8.3.0-2cross1 [34.2 kB] [2021-07-14T07:15:23.194Z] #17 84.16 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-arm64-cross all 8.3.0-2cross1 [66.3 kB] [2021-07-14T07:15:23.194Z] #17 84.17 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libitm1-arm64-cross all 8.3.0-2cross1 [23.6 kB] [2021-07-14T07:15:23.194Z] #17 84.17 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-arm64-cross all 8.3.0-2cross1 [8620 B] [2021-07-14T07:15:23.194Z] #17 84.17 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-arm64-cross all 8.3.0-2cross1 [325 kB] [2021-07-14T07:15:23.194Z] #17 84.19 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-arm64-cross all 8.3.0-2cross1 [321 kB] [2021-07-14T07:15:23.194Z] #17 84.20 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblsan0-arm64-cross all 8.3.0-2cross1 [117 kB] [2021-07-14T07:15:23.194Z] #17 84.21 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtsan0-arm64-cross all 8.3.0-2cross1 [255 kB] [2021-07-14T07:15:23.194Z] #17 84.21 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-arm64-cross all 8.3.0-2cross1 [110 kB] [2021-07-14T07:15:23.194Z] #17 84.22 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-arm64-cross all 8.3.0-2cross1 [833 kB] [2021-07-14T07:15:23.194Z] #17 84.26 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6681 kB] [2021-07-14T07:15:23.298Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-07-14T07:15:23.298Z] #4 sha256:fedac250e13a5a3b8fcd0c6f42857dd78f31052801662f20fc895fd7993eb28a 528B / 528B done [2021-07-14T07:15:23.298Z] #4 sha256:d9b7b6a9d13deb44598f3c9a244fe9e3b10f85457aa34d4e499afaff6a85c631 1.21kB / 1.21kB done [2021-07-14T07:15:23.298Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0B / 9.01MB 0.2s [2021-07-14T07:15:23.298Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 2.10MB / 9.01MB 0.3s [2021-07-14T07:15:23.451Z] #17 84.44 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-aarch64-linux-gnu amd64 4:8.3.0-1 [1456 B] [2021-07-14T07:15:23.451Z] #17 84.44 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-arm64-cross all 4.19.20-1cross1 [1209 kB] [2021-07-14T07:15:23.451Z] #17 84.47 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-arm64-cross all 2.28-7cross1 [2322 kB] [2021-07-14T07:15:23.451Z] #17 84.52 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-arm64-cross all 8.3.0-2cross1 [1484 kB] [2021-07-14T07:15:23.451Z] #17 84.56 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6821 kB] [2021-07-14T07:15:23.538Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 6.9s done [2021-07-14T07:15:23.563Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 4.19MB / 9.01MB 0.5s [2021-07-14T07:15:23.807Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 [2021-07-14T07:15:23.807Z] #9 ... [2021-07-14T07:15:23.807Z] [2021-07-14T07:15:23.807Z] #27 [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-07-14T07:15:23.807Z] #27 sha256:79a534002c5e148a22f2d3db585f4c4d678d1e34ffd0da3683d6547c6babf18e [2021-07-14T07:15:23.807Z] #27 3.692 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:15:23.807Z] #27 3.692 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:15:23.807Z] #27 3.699 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:15:23.807Z] #27 3.835 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:15:23.807Z] #27 4.054 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:15:23.807Z] #27 4.367 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:15:23.807Z] #27 6.108 Fetched 8454 kB in 3s (3154 kB/s) [2021-07-14T07:15:23.807Z] #27 6.108 Reading package lists... [2021-07-14T07:15:23.807Z] #27 7.038 Reading package lists... [2021-07-14T07:15:23.807Z] #27 8.064 Building dependency tree... [2021-07-14T07:15:23.807Z] #27 8.463 The following additional packages will be installed: [2021-07-14T07:15:23.807Z] #27 8.463 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-07-14T07:15:23.807Z] #27 8.463 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-07-14T07:15:23.807Z] #27 8.463 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-07-14T07:15:23.807Z] #27 8.463 Suggested packages: [2021-07-14T07:15:23.807Z] #27 8.463 krb5-doc krb5-user [2021-07-14T07:15:23.807Z] #27 8.463 Recommended packages: [2021-07-14T07:15:23.807Z] #27 8.463 krb5-locales publicsuffix libsasl2-modules [2021-07-14T07:15:23.807Z] #27 8.752 The following NEW packages will be installed: [2021-07-14T07:15:23.807Z] #27 8.752 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-07-14T07:15:23.807Z] #27 8.753 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-07-14T07:15:23.807Z] #27 8.760 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-07-14T07:15:23.807Z] #27 8.760 libssh2-1 libssl1.1 openssl [2021-07-14T07:15:23.807Z] #27 9.030 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:15:23.807Z] #27 9.030 Need to get 5059 kB of archives. [2021-07-14T07:15:23.807Z] #27 9.030 After this operation, 12.1 MB of additional disk space will be used. [2021-07-14T07:15:23.807Z] #27 9.030 Get:1 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-07-14T07:15:23.807Z] #27 9.109 Get:2 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-07-14T07:15:23.807Z] #27 9.151 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-07-14T07:15:23.807Z] #27 9.179 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-07-14T07:15:23.807Z] #27 9.179 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-07-14T07:15:23.807Z] #27 9.179 Get:6 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-07-14T07:15:23.807Z] #27 9.183 Get:7 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-07-14T07:15:23.807Z] #27 9.185 Get:8 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-07-14T07:15:23.807Z] #27 9.190 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-07-14T07:15:23.807Z] #27 9.197 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-07-14T07:15:23.807Z] #27 9.197 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-07-14T07:15:23.807Z] #27 9.218 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-07-14T07:15:23.807Z] #27 9.218 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-07-14T07:15:23.807Z] #27 9.218 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-07-14T07:15:23.807Z] #27 9.218 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-07-14T07:15:23.807Z] #27 9.218 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-07-14T07:15:23.807Z] #27 9.230 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-07-14T07:15:23.807Z] #27 9.230 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-07-14T07:15:23.807Z] #27 9.242 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-07-14T07:15:23.807Z] #27 9.242 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-07-14T07:15:23.807Z] #27 9.250 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-07-14T07:15:23.807Z] #27 9.460 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:15:23.807Z] #27 9.507 Fetched 5059 kB in 0s (10.7 MB/s) [2021-07-14T07:15:23.807Z] #27 9.552 Selecting previously unselected package libssl1.1:amd64. [2021-07-14T07:15:23.807Z] #27 9.552 (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 ... 6677 files and directories currently installed.) [2021-07-14T07:15:23.807Z] #27 9.552 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-07-14T07:15:23.807Z] #27 9.567 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-07-14T07:15:23.807Z] #27 9.810 Selecting previously unselected package openssl. [2021-07-14T07:15:23.807Z] #27 9.810 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-07-14T07:15:23.807Z] #27 9.815 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-07-14T07:15:23.807Z] #27 9.985 Selecting previously unselected package ca-certificates. [2021-07-14T07:15:23.807Z] #27 9.985 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-07-14T07:15:23.807Z] #27 9.989 Unpacking ca-certificates (20200601~deb10u2) ... [2021-07-14T07:15:23.807Z] #27 10.09 Selecting previously unselected package libkeyutils1:amd64. [2021-07-14T07:15:23.807Z] #27 10.09 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-07-14T07:15:23.825Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 6.29MB / 9.01MB 0.6s [2021-07-14T07:15:23.825Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.8s [2021-07-14T07:15:24.023Z] #17 84.88 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-aarch64-linux-gnu amd64 4:8.3.0-1 [1176 B] [2021-07-14T07:15:24.023Z] #17 84.88 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-07-14T07:15:24.023Z] #17 84.89 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB] [2021-07-14T07:15:24.023Z] #17 84.96 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libconfig-inifiles-perl all 3.000001-1 [51.9 kB] [2021-07-14T07:15:24.023Z] #17 84.98 Get:50 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libio-string-perl all 1.08-3 [12.3 kB] [2021-07-14T07:15:24.023Z] #17 84.98 Get:51 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-07-14T07:15:24.067Z] #27 10.10 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-07-14T07:15:24.067Z] #27 10.14 Selecting previously unselected package libkrb5support0:amd64. [2021-07-14T07:15:24.067Z] #27 10.14 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-07-14T07:15:24.067Z] #27 10.15 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:24.067Z] #27 10.20 Selecting previously unselected package libk5crypto3:amd64. [2021-07-14T07:15:24.067Z] #27 10.20 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-07-14T07:15:24.067Z] #27 ... [2021-07-14T07:15:24.067Z] [2021-07-14T07:15:24.067Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:24.067Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:24.088Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.9s done [2021-07-14T07:15:24.088Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.1s [2021-07-14T07:15:24.280Z] #17 85.34 Get:52 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB] [2021-07-14T07:15:24.280Z] #17 85.36 Get:53 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB] [2021-07-14T07:15:24.280Z] #17 85.36 Get:54 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-sax-base-perl all 1.09-1 [20.4 kB] [2021-07-14T07:15:24.280Z] #17 85.36 Get:55 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB] [2021-07-14T07:15:24.280Z] #17 85.37 Get:56 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1 [344 kB] [2021-07-14T07:15:24.280Z] #17 85.38 Get:57 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2021-07-14T07:15:24.280Z] #17 85.38 Get:58 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libyaml-perl all 1.27-1 [66.8 kB] [2021-07-14T07:15:24.280Z] #17 85.38 Get:59 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libconfig-auto-perl all 0.44-1 [19.5 kB] [2021-07-14T07:15:24.280Z] #17 85.39 Get:60 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2021-07-14T07:15:24.351Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.2s done [2021-07-14T07:15:24.537Z] #17 85.39 Get:61 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-homedir-perl all 1.004-1 [42.7 kB] [2021-07-14T07:15:24.537Z] #17 85.39 Get:62 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdebian-dpkgcross-perl all 2.6.15-3 [38.7 kB] [2021-07-14T07:15:24.537Z] #17 85.42 Get:63 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dpkg-cross all 2.6.15-3 [49.3 kB] [2021-07-14T07:15:24.537Z] #17 85.47 Get:64 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-arm64 all 12.6 [6572 B] [2021-07-14T07:15:24.537Z] #17 85.47 Get:65 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-armel-cross all 2.28-7cross1 [1189 kB] [2021-07-14T07:15:24.713Z] #4 DONE 1.4s [2021-07-14T07:15:24.713Z] [2021-07-14T07:15:24.713Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-07-14T07:15:24.713Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-07-14T07:15:24.793Z] #17 85.54 Get:66 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-armel-cross all 1:8.3.0-2cross1 [38.5 kB] [2021-07-14T07:15:24.793Z] #17 85.55 Get:67 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-armel-cross all 8.3.0-2cross1 [65.6 kB] [2021-07-14T07:15:24.793Z] #17 85.55 Get:68 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-armel-cross all 8.3.0-2cross1 [8820 B] [2021-07-14T07:15:24.793Z] #17 85.55 Get:69 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-armel-cross all 8.3.0-2cross1 [288 kB] [2021-07-14T07:15:24.793Z] #17 85.55 Get:70 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-armel-cross all 8.3.0-2cross1 [311 kB] [2021-07-14T07:15:24.793Z] #17 85.57 Get:71 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-armel-cross all 8.3.0-2cross1 [102 kB] [2021-07-14T07:15:24.793Z] #17 85.58 Get:72 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-armel-cross all 8.3.0-2cross1 [601 kB] [2021-07-14T07:15:24.793Z] #17 85.59 Get:73 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [6975 kB] [2021-07-14T07:15:24.793Z] #17 ... [2021-07-14T07:15:24.793Z] [2021-07-14T07:15:24.793Z] #53 [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-07-14T07:15:24.793Z] #53 sha256:02a8211b1e65cecc1f54f5ba2787d743c548ee23f1c3525d1d74b80a2360f093 [2021-07-14T07:15:24.793Z] #53 89.72 net/http/httptrace [2021-07-14T07:15:24.793Z] #53 89.86 net/http [2021-07-14T07:15:24.793Z] #53 98.28 github.com/LK4D4/vndr/godl [2021-07-14T07:15:24.793Z] #53 98.87 github.com/LK4D4/vndr [2021-07-14T07:15:24.994Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 7.2s done [2021-07-14T07:15:25.050Z] #53 ... [2021-07-14T07:15:25.050Z] [2021-07-14T07:15:25.050Z] #17 [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-07-14T07:15:25.050Z] #17 sha256:2ca173c8aef8efacc6bd403f5bfba52049372afbf55f6326ce465978cea592c1 [2021-07-14T07:15:25.050Z] #17 85.89 Get:74 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-arm-linux-gnueabi amd64 4:8.3.0-1 [1460 B] [2021-07-14T07:15:25.050Z] #17 85.89 Get:75 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-armel-cross all 4.19.20-1cross1 [1212 kB] [2021-07-14T07:15:25.050Z] #17 85.94 Get:76 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-armel-cross all 2.28-7cross1 [2183 kB] [2021-07-14T07:15:25.050Z] #17 86.00 Get:77 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-armel-cross all 8.3.0-2cross1 [1543 kB] [2021-07-14T07:15:25.050Z] #17 86.06 Get:78 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [7131 kB] [2021-07-14T07:15:25.254Z] #9 extracting sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d [2021-07-14T07:15:25.307Z] #17 86.35 Get:79 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-arm-linux-gnueabi amd64 4:8.3.0-1 [1176 B] [2021-07-14T07:15:25.307Z] #17 86.35 Get:80 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-armel all 12.6 [6568 B] [2021-07-14T07:15:25.307Z] #17 86.35 Get:81 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-armhf-cross all 2.28-7cross1 [1170 kB] [2021-07-14T07:15:25.307Z] #17 86.41 Get:82 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-armhf-cross all 1:8.3.0-2cross1 [37.1 kB] [2021-07-14T07:15:25.326Z] #9 ... [2021-07-14T07:15:25.326Z] [2021-07-14T07:15:25.326Z] #27 [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-07-14T07:15:25.326Z] #27 sha256:79a534002c5e148a22f2d3db585f4c4d678d1e34ffd0da3683d6547c6babf18e [2021-07-14T07:15:25.326Z] #27 2.635 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:15:25.326Z] #27 2.653 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:15:25.326Z] #27 2.653 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:15:25.326Z] #27 2.793 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:15:25.326Z] #27 3.007 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:15:25.326Z] #27 3.290 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:15:25.326Z] #27 4.939 Fetched 8454 kB in 3s (3308 kB/s) [2021-07-14T07:15:25.326Z] #27 4.939 Reading package lists... [2021-07-14T07:15:25.326Z] #27 5.830 Reading package lists... [2021-07-14T07:15:25.326Z] #27 6.765 Building dependency tree... [2021-07-14T07:15:25.326Z] #27 7.139 The following additional packages will be installed: [2021-07-14T07:15:25.326Z] #27 7.140 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-07-14T07:15:25.326Z] #27 7.140 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-07-14T07:15:25.326Z] #27 7.140 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-07-14T07:15:25.326Z] #27 7.141 Suggested packages: [2021-07-14T07:15:25.326Z] #27 7.141 krb5-doc krb5-user [2021-07-14T07:15:25.326Z] #27 7.141 Recommended packages: [2021-07-14T07:15:25.326Z] #27 7.141 krb5-locales publicsuffix libsasl2-modules [2021-07-14T07:15:25.326Z] #27 7.389 The following NEW packages will be installed: [2021-07-14T07:15:25.326Z] #27 7.390 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-07-14T07:15:25.326Z] #27 7.390 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-07-14T07:15:25.326Z] #27 7.390 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-07-14T07:15:25.326Z] #27 7.391 libssh2-1 libssl1.1 openssl [2021-07-14T07:15:25.326Z] #27 7.664 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:15:25.326Z] #27 7.664 Need to get 5059 kB of archives. [2021-07-14T07:15:25.326Z] #27 7.664 After this operation, 12.1 MB of additional disk space will be used. [2021-07-14T07:15:25.326Z] #27 7.664 Get:1 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-07-14T07:15:25.326Z] #27 7.701 Get:2 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-07-14T07:15:25.326Z] #27 7.711 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-07-14T07:15:25.326Z] #27 7.731 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-07-14T07:15:25.326Z] #27 7.731 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-07-14T07:15:25.326Z] #27 7.732 Get:6 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-07-14T07:15:25.326Z] #27 7.735 Get:7 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-07-14T07:15:25.326Z] #27 7.741 Get:8 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-07-14T07:15:25.326Z] #27 7.743 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-07-14T07:15:25.326Z] #27 7.745 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-07-14T07:15:25.326Z] #27 7.748 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-07-14T07:15:25.326Z] #27 7.749 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-07-14T07:15:25.326Z] #27 7.754 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-07-14T07:15:25.326Z] #27 7.755 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-07-14T07:15:25.326Z] #27 7.756 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-07-14T07:15:25.326Z] #27 7.757 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-07-14T07:15:25.326Z] #27 7.760 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-07-14T07:15:25.326Z] #27 7.765 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-07-14T07:15:25.326Z] #27 7.770 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-07-14T07:15:25.326Z] #27 7.772 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-07-14T07:15:25.326Z] #27 7.774 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-07-14T07:15:25.326Z] #27 7.974 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:15:25.326Z] #27 7.998 Fetched 5059 kB in 0s (13.7 MB/s) [2021-07-14T07:15:25.326Z] #27 8.039 Selecting previously unselected package libssl1.1:amd64. [2021-07-14T07:15:25.326Z] #27 8.039 (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 ... 6677 files and directories currently installed.) [2021-07-14T07:15:25.326Z] #27 8.041 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-07-14T07:15:25.326Z] #27 8.049 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-07-14T07:15:25.326Z] #27 8.251 Selecting previously unselected package openssl. [2021-07-14T07:15:25.326Z] #27 8.254 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-07-14T07:15:25.326Z] #27 8.257 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-07-14T07:15:25.326Z] #27 8.388 Selecting previously unselected package ca-certificates. [2021-07-14T07:15:25.326Z] #27 8.388 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-07-14T07:15:25.326Z] #27 8.395 Unpacking ca-certificates (20200601~deb10u2) ... [2021-07-14T07:15:25.326Z] #27 8.463 Selecting previously unselected package libkeyutils1:amd64. [2021-07-14T07:15:25.326Z] #27 8.463 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-07-14T07:15:25.326Z] #27 8.469 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-07-14T07:15:25.326Z] #27 8.504 Selecting previously unselected package libkrb5support0:amd64. [2021-07-14T07:15:25.326Z] #27 8.504 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-07-14T07:15:25.326Z] #27 8.506 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:25.326Z] #27 8.548 Selecting previously unselected package libk5crypto3:amd64. [2021-07-14T07:15:25.326Z] #27 8.548 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-07-14T07:15:25.326Z] #27 8.551 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:25.326Z] #27 8.605 Selecting previously unselected package libkrb5-3:amd64. [2021-07-14T07:15:25.326Z] #27 8.605 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-07-14T07:15:25.326Z] #27 8.610 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:25.326Z] #27 ... [2021-07-14T07:15:25.326Z] [2021-07-14T07:15:25.326Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:25.326Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:25.564Z] #17 86.41 Get:83 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-armhf-cross all 8.3.0-2cross1 [63.1 kB] [2021-07-14T07:15:25.564Z] #17 86.42 Get:84 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-armhf-cross all 8.3.0-2cross1 [6580 B] [2021-07-14T07:15:25.564Z] #17 86.42 Get:85 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-armhf-cross all 8.3.0-2cross1 [301 kB] [2021-07-14T07:15:25.564Z] #17 86.43 Get:86 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-armhf-cross all 8.3.0-2cross1 [330 kB] [2021-07-14T07:15:25.564Z] #17 86.44 Get:87 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-armhf-cross all 8.3.0-2cross1 [103 kB] [2021-07-14T07:15:25.564Z] #17 86.44 Get:88 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-armhf-cross all 8.3.0-2cross1 [612 kB] [2021-07-14T07:15:25.564Z] #17 86.47 Get:89 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [6974 kB] [2021-07-14T07:15:25.821Z] #17 86.79 Get:90 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-arm-linux-gnueabihf amd64 4:8.3.0-1 [1456 B] [2021-07-14T07:15:25.821Z] #17 86.80 Get:91 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-armhf-cross all 4.19.20-1cross1 [1212 kB] [2021-07-14T07:15:25.821Z] #17 86.85 Get:92 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-armhf-cross all 2.28-7cross1 [2148 kB] [2021-07-14T07:15:25.900Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 3.4s done [2021-07-14T07:15:26.078Z] #17 86.93 Get:93 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-armhf-cross all 8.3.0-2cross1 [1556 kB] [2021-07-14T07:15:26.078Z] #17 87.00 Get:94 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [7133 kB] [2021-07-14T07:15:26.105Z] #7 ... [2021-07-14T07:15:26.105Z] [2021-07-14T07:15:26.105Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-07-14T07:15:26.105Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-07-14T07:15:26.105Z] #8 DONE 1.2s [2021-07-14T07:15:26.105Z] [2021-07-14T07:15:26.105Z] #5 [internal] load metadata for docker.io/library/golang:1.16.6-buster [2021-07-14T07:15:26.105Z] #5 sha256:a2f751df188616afb58e0970bbfcb818a5481f001a17b2205431b2421fe8b599 [2021-07-14T07:15:26.105Z] #5 DONE 1.4s [2021-07-14T07:15:26.105Z] [2021-07-14T07:15:26.105Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-07-14T07:15:26.105Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-07-14T07:15:26.105Z] #7 DONE 1.4s [2021-07-14T07:15:26.105Z] [2021-07-14T07:15:26.105Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-07-14T07:15:26.105Z] #6 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-07-14T07:15:26.105Z] #6 DONE 1.4s [2021-07-14T07:15:26.161Z] #9 extracting sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d [2021-07-14T07:15:26.337Z] #17 87.34 Get:95 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-arm-linux-gnueabihf amd64 4:8.3.0-1 [1180 B] [2021-07-14T07:15:26.337Z] #17 87.34 Get:96 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-armhf all 12.6 [6572 B] [2021-07-14T07:15:26.337Z] #17 87.34 Get:97 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-ppc64el-cross all 2.28-7cross1 [1606 kB] [2021-07-14T07:15:26.337Z] #17 87.41 Get:98 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-ppc64el-cross all 1:8.3.0-2cross1 [30.3 kB] [2021-07-14T07:15:26.594Z] #17 87.41 Get:99 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-ppc64el-cross all 8.3.0-2cross1 [77.5 kB] [2021-07-14T07:15:26.594Z] #17 87.41 Get:100 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libitm1-ppc64el-cross all 8.3.0-2cross1 [29.0 kB] [2021-07-14T07:15:26.594Z] #17 87.42 Get:101 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-ppc64el-cross all 8.3.0-2cross1 [9628 B] [2021-07-14T07:15:26.594Z] #17 87.42 Get:102 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-ppc64el-cross all 8.3.0-2cross1 [400 kB] [2021-07-14T07:15:26.594Z] #17 87.45 Get:103 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-ppc64el-cross all 8.3.0-2cross1 [375 kB] [2021-07-14T07:15:26.594Z] #17 87.47 Get:104 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblsan0-ppc64el-cross all 8.3.0-2cross1 [142 kB] [2021-07-14T07:15:26.594Z] #17 87.49 Get:105 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtsan0-ppc64el-cross all 8.3.0-2cross1 [284 kB] [2021-07-14T07:15:26.594Z] #17 87.51 Get:106 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-ppc64el-cross all 8.3.0-2cross1 [131 kB] [2021-07-14T07:15:26.594Z] #17 87.52 Get:107 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libquadmath0-ppc64el-cross all 8.3.0-2cross1 [136 kB] [2021-07-14T07:15:26.594Z] #17 87.52 Get:108 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-ppc64el-cross all 8.3.0-2cross1 [1187 kB] [2021-07-14T07:15:26.594Z] #17 87.58 Get:109 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-powerpc64le-linux-gnu amd64 8.3.0-2cross1 [7028 kB] [2021-07-14T07:15:26.735Z] [2021-07-14T07:15:26.735Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-14T07:15:26.735Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-07-14T07:15:26.735Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-07-14T07:15:26.735Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-07-14T07:15:26.735Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-07-14T07:15:26.735Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-07-14T07:15:27.004Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 331.78kB / 9.86MB 0.1s [2021-07-14T07:15:27.004Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 8.39MB / 9.86MB 0.2s [2021-07-14T07:15:27.004Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.3s [2021-07-14T07:15:27.158Z] #17 88.13 Get:110 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-powerpc64le-linux-gnu amd64 4:8.3.0-1 [1472 B] [2021-07-14T07:15:27.158Z] #17 88.15 Get:111 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-ppc64el-cross all 4.19.20-1cross1 [1223 kB] [2021-07-14T07:15:27.158Z] #17 88.18 Get:112 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-ppc64el-cross all 2.28-7cross1 [2747 kB] [2021-07-14T07:15:27.283Z] #63 ... [2021-07-14T07:15:27.283Z] [2021-07-14T07:15:27.283Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-07-14T07:15:27.283Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-07-14T07:15:27.283Z] #42 DONE 0.0s [2021-07-14T07:15:27.283Z] [2021-07-14T07:15:27.283Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-14T07:15:27.283Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-07-14T07:15:27.415Z] #17 88.33 Get:113 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-ppc64el-cross all 8.3.0-2cross1 [1572 kB] [2021-07-14T07:15:27.415Z] #17 88.37 Get:114 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-powerpc64le-linux-gnu amd64 8.3.0-2cross1 [7169 kB] [2021-07-14T07:15:27.415Z] #17 ... [2021-07-14T07:15:27.415Z] [2021-07-14T07:15:27.415Z] #39 [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-07-14T07:15:27.415Z] #39 sha256:e5a47005f578bbeec018e89af2d3942afbe4d492ad54425cac9a1a2acaffc2ab [2021-07-14T07:15:27.415Z] #39 DONE 98.7s [2021-07-14T07:15:27.415Z] [2021-07-14T07:15:27.415Z] #53 [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-07-14T07:15:27.415Z] #53 sha256:02a8211b1e65cecc1f54f5ba2787d743c548ee23f1c3525d1d74b80a2360f093 [2021-07-14T07:15:27.415Z] #53 DONE 102.4s [2021-07-14T07:15:27.547Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2021-07-14T07:15:27.547Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s done [2021-07-14T07:15:27.677Z] [2021-07-14T07:15:27.677Z] #17 [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-07-14T07:15:27.677Z] #17 sha256:2ca173c8aef8efacc6bd403f5bfba52049372afbf55f6326ce465978cea592c1 [2021-07-14T07:15:27.677Z] #17 88.73 Get:115 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-powerpc64le-linux-gnu amd64 4:8.3.0-1 [1184 B] [2021-07-14T07:15:27.677Z] #17 88.74 Get:116 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-ppc64el all 12.6 [6580 B] [2021-07-14T07:15:27.677Z] #17 88.74 Get:117 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-s390x-cross all 2.28-7cross1 [1308 kB] [2021-07-14T07:15:27.677Z] #17 88.78 Get:118 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-s390x-cross all 1:8.3.0-2cross1 [24.8 kB] [2021-07-14T07:15:27.677Z] #17 88.78 Get:119 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-s390x-cross all 8.3.0-2cross1 [67.4 kB] [2021-07-14T07:15:27.677Z] #17 88.78 Get:120 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libitm1-s390x-cross all 8.3.0-2cross1 [26.3 kB] [2021-07-14T07:15:27.677Z] #17 88.78 Get:121 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-s390x-cross all 8.3.0-2cross1 [8088 B] [2021-07-14T07:15:27.677Z] #17 88.78 Get:122 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-s390x-cross all 8.3.0-2cross1 [353 kB] [2021-07-14T07:15:27.934Z] #17 88.80 Get:123 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-s390x-cross all 8.3.0-2cross1 [314 kB] [2021-07-14T07:15:27.934Z] #17 88.82 Get:124 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-s390x-cross all 8.3.0-2cross1 [113 kB] [2021-07-14T07:15:27.934Z] #17 88.83 Get:125 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-s390x-cross all 8.3.0-2cross1 [641 kB] [2021-07-14T07:15:27.934Z] #17 88.86 Get:126 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-s390x-linux-gnu amd64 8.3.0-2cross1 [6368 kB] [2021-07-14T07:15:28.191Z] #17 89.22 Get:127 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-s390x-linux-gnu amd64 4:8.3.0-1 [1456 B] [2021-07-14T07:15:28.448Z] #17 89.22 Get:128 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-s390x-cross all 4.19.20-1cross1 [1227 kB] [2021-07-14T07:15:28.448Z] #17 89.28 Get:129 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-s390x-cross all 2.28-7cross1 [2255 kB] [2021-07-14T07:15:28.448Z] #17 89.38 Get:130 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-s390x-cross all 8.3.0-2cross1 [1483 kB] [2021-07-14T07:15:28.448Z] #17 89.47 Get:131 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-s390x-linux-gnu amd64 8.3.0-2cross1 [6515 kB] [2021-07-14T07:15:28.955Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.1s done [2021-07-14T07:15:29.012Z] #17 89.79 Get:132 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-s390x-linux-gnu amd64 4:8.3.0-1 [1176 B] [2021-07-14T07:15:29.012Z] #17 89.79 Get:133 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-s390x all 12.6 [6568 B] [2021-07-14T07:15:29.370Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 5.0s [2021-07-14T07:15:29.370Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 5.4s done [2021-07-14T07:15:29.576Z] #17 90.66 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:15:29.942Z] #9 ... [2021-07-14T07:15:29.942Z] [2021-07-14T07:15:29.942Z] #27 [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-07-14T07:15:29.942Z] #27 sha256:79a534002c5e148a22f2d3db585f4c4d678d1e34ffd0da3683d6547c6babf18e [2021-07-14T07:15:29.942Z] #27 10.20 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:29.942Z] #27 10.25 Selecting previously unselected package libkrb5-3:amd64. [2021-07-14T07:15:29.942Z] #27 10.25 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-07-14T07:15:29.942Z] #27 10.25 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:29.942Z] #27 10.35 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-07-14T07:15:29.942Z] #27 10.35 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-07-14T07:15:29.942Z] #27 10.37 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:29.942Z] #27 10.42 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-07-14T07:15:29.942Z] #27 10.42 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-07-14T07:15:29.942Z] #27 10.42 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:15:29.942Z] #27 10.48 Selecting previously unselected package libsasl2-2:amd64. [2021-07-14T07:15:29.943Z] #27 10.48 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-07-14T07:15:29.943Z] #27 10.48 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:15:29.943Z] #27 10.53 Selecting previously unselected package libldap-common. [2021-07-14T07:15:29.943Z] #27 10.53 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-07-14T07:15:29.943Z] #27 10.54 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:15:29.943Z] #27 10.59 Selecting previously unselected package libldap-2.4-2:amd64. [2021-07-14T07:15:29.943Z] #27 10.59 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-07-14T07:15:29.943Z] #27 10.60 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:15:29.943Z] #27 10.70 Selecting previously unselected package libnghttp2-14:amd64. [2021-07-14T07:15:29.943Z] #27 10.70 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-07-14T07:15:29.943Z] #27 10.70 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-07-14T07:15:29.943Z] #27 10.77 Selecting previously unselected package libpsl5:amd64. [2021-07-14T07:15:29.943Z] #27 10.77 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-07-14T07:15:29.943Z] #27 10.78 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-07-14T07:15:29.943Z] #27 10.84 Selecting previously unselected package librtmp1:amd64. [2021-07-14T07:15:29.943Z] #27 10.84 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-07-14T07:15:29.943Z] #27 10.85 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-07-14T07:15:29.943Z] #27 10.90 Selecting previously unselected package libssh2-1:amd64. [2021-07-14T07:15:29.943Z] #27 10.90 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-07-14T07:15:29.943Z] #27 10.91 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-07-14T07:15:29.943Z] #27 10.99 Selecting previously unselected package libcurl4:amd64. [2021-07-14T07:15:29.943Z] #27 10.99 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-07-14T07:15:29.943Z] #27 10.99 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-07-14T07:15:29.943Z] #27 11.09 Selecting previously unselected package curl. [2021-07-14T07:15:29.943Z] #27 11.09 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-07-14T07:15:29.943Z] #27 11.09 Unpacking curl (7.64.0-4+deb10u2) ... [2021-07-14T07:15:29.943Z] #27 11.18 Selecting previously unselected package libonig5:amd64. [2021-07-14T07:15:29.943Z] #27 11.19 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-07-14T07:15:29.943Z] #27 11.19 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-07-14T07:15:29.943Z] #27 11.26 Selecting previously unselected package libjq1:amd64. [2021-07-14T07:15:29.943Z] #27 11.26 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-07-14T07:15:29.943Z] #27 11.27 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-14T07:15:29.943Z] #27 11.34 Selecting previously unselected package jq. [2021-07-14T07:15:29.943Z] #27 11.34 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-07-14T07:15:29.943Z] #27 11.35 Unpacking jq (1.5+dfsg-2+b1) ... [2021-07-14T07:15:29.943Z] #27 11.38 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-07-14T07:15:29.943Z] #27 11.40 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-07-14T07:15:29.943Z] #27 11.41 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-07-14T07:15:29.943Z] #27 11.58 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-07-14T07:15:29.943Z] #27 11.60 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:15:29.943Z] #27 11.61 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:29.943Z] #27 11.62 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:15:29.943Z] #27 11.63 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-07-14T07:15:29.943Z] #27 11.64 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:29.943Z] #27 11.65 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:15:29.943Z] #27 11.66 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-07-14T07:15:29.943Z] #27 11.67 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:29.943Z] #27 11.69 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-07-14T07:15:29.943Z] #27 11.71 Setting up libonig5:amd64 (6.9.1-1) ... [2021-07-14T07:15:29.943Z] #27 11.72 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-14T07:15:29.943Z] #27 11.73 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:15:29.943Z] #27 11.74 Setting up ca-certificates (20200601~deb10u2) ... [2021-07-14T07:15:29.943Z] #27 12.35 Updating certificates in /etc/ssl/certs... [2021-07-14T07:15:29.943Z] #27 13.27 137 added, 0 removed; done. [2021-07-14T07:15:29.943Z] #27 13.36 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:29.943Z] #27 13.37 Setting up jq (1.5+dfsg-2+b1) ... [2021-07-14T07:15:29.943Z] #27 13.38 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-07-14T07:15:29.943Z] #27 13.39 Setting up curl (7.64.0-4+deb10u2) ... [2021-07-14T07:15:29.943Z] #27 13.40 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:15:29.943Z] #27 13.42 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-07-14T07:15:29.943Z] #27 13.43 Updating certificates in /etc/ssl/certs... [2021-07-14T07:15:29.943Z] #27 14.22 0 added, 0 removed; done. [2021-07-14T07:15:29.943Z] #27 14.22 Running hooks in /etc/ca-certificates/update.d... [2021-07-14T07:15:29.943Z] #27 14.22 done. [2021-07-14T07:15:29.943Z] #27 DONE 16.1s [2021-07-14T07:15:29.943Z] [2021-07-14T07:15:29.943Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:29.943Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:29.943Z] #9 extracting sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 0.1s [2021-07-14T07:15:29.943Z] #9 ... [2021-07-14T07:15:29.943Z] [2021-07-14T07:15:29.943Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-07-14T07:15:29.943Z] #28 sha256:813961d1b3be74150a7cb7c15385b9bbaac8ec00a286348dab3d45a46473fcd5 [2021-07-14T07:15:30.140Z] #17 90.97 Fetched 169 MB in 8s (22.5 MB/s) [2021-07-14T07:15:30.140Z] #17 91.01 Selecting previously unselected package liblocale-gettext-perl. [2021-07-14T07:15:30.140Z] #17 91.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 ... 15421 files and directories currently installed.) [2021-07-14T07:15:30.140Z] #17 91.04 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3+b4_amd64.deb ... [2021-07-14T07:15:30.140Z] #17 91.04 Unpacking liblocale-gettext-perl (1.07-3+b4) ... [2021-07-14T07:15:30.140Z] #17 91.09 Selecting previously unselected package bzip2. [2021-07-14T07:15:30.140Z] #17 91.09 Preparing to unpack .../001-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-07-14T07:15:30.140Z] #17 91.10 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-07-14T07:15:30.140Z] #17 91.16 Selecting previously unselected package libmagic-mgc. [2021-07-14T07:15:30.140Z] #17 91.16 Preparing to unpack .../002-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ... [2021-07-14T07:15:30.140Z] #17 91.17 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ... [2021-07-14T07:15:30.202Z] #28 DONE 0.1s [2021-07-14T07:15:30.203Z] [2021-07-14T07:15:30.203Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:15:30.203Z] #29 sha256:7ad90277914074c5deec2db65c39fdfe3ed1dec96226af525b5f141dc15436cb [2021-07-14T07:15:30.367Z] #9 ... [2021-07-14T07:15:30.367Z] [2021-07-14T07:15:30.367Z] #27 [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-07-14T07:15:30.367Z] #27 sha256:79a534002c5e148a22f2d3db585f4c4d678d1e34ffd0da3683d6547c6babf18e [2021-07-14T07:15:30.367Z] #27 8.774 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-07-14T07:15:30.367Z] #27 8.774 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-07-14T07:15:30.367Z] #27 8.778 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:30.367Z] #27 8.863 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-07-14T07:15:30.367Z] #27 8.863 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-07-14T07:15:30.367Z] #27 8.869 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:15:30.367Z] #27 8.907 Selecting previously unselected package libsasl2-2:amd64. [2021-07-14T07:15:30.367Z] #27 8.908 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-07-14T07:15:30.367Z] #27 8.911 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:15:30.367Z] #27 8.958 Selecting previously unselected package libldap-common. [2021-07-14T07:15:30.367Z] #27 8.958 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-07-14T07:15:30.367Z] #27 8.966 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:15:30.367Z] #27 9.012 Selecting previously unselected package libldap-2.4-2:amd64. [2021-07-14T07:15:30.367Z] #27 9.012 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-07-14T07:15:30.367Z] #27 9.022 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:15:30.367Z] #27 9.091 Selecting previously unselected package libnghttp2-14:amd64. [2021-07-14T07:15:30.367Z] #27 9.091 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-07-14T07:15:30.367Z] #27 9.094 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-07-14T07:15:30.367Z] #27 9.148 Selecting previously unselected package libpsl5:amd64. [2021-07-14T07:15:30.367Z] #27 9.148 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-07-14T07:15:30.367Z] #27 9.153 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-07-14T07:15:30.367Z] #27 9.192 Selecting previously unselected package librtmp1:amd64. [2021-07-14T07:15:30.367Z] #27 9.192 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-07-14T07:15:30.367Z] #27 9.196 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-07-14T07:15:30.367Z] #27 9.242 Selecting previously unselected package libssh2-1:amd64. [2021-07-14T07:15:30.367Z] #27 9.243 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-07-14T07:15:30.367Z] #27 9.252 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-07-14T07:15:30.367Z] #27 9.348 Selecting previously unselected package libcurl4:amd64. [2021-07-14T07:15:30.367Z] #27 9.350 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-07-14T07:15:30.367Z] #27 9.361 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-07-14T07:15:30.367Z] #27 9.554 Selecting previously unselected package curl. [2021-07-14T07:15:30.367Z] #27 9.554 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-07-14T07:15:30.367Z] #27 9.558 Unpacking curl (7.64.0-4+deb10u2) ... [2021-07-14T07:15:30.367Z] #27 9.626 Selecting previously unselected package libonig5:amd64. [2021-07-14T07:15:30.367Z] #27 9.627 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-07-14T07:15:30.367Z] #27 9.634 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-07-14T07:15:30.368Z] #27 9.693 Selecting previously unselected package libjq1:amd64. [2021-07-14T07:15:30.368Z] #27 9.693 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-07-14T07:15:30.368Z] #27 9.697 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-14T07:15:30.368Z] #27 9.736 Selecting previously unselected package jq. [2021-07-14T07:15:30.368Z] #27 9.736 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-07-14T07:15:30.368Z] #27 9.741 Unpacking jq (1.5+dfsg-2+b1) ... [2021-07-14T07:15:30.368Z] #27 9.780 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-07-14T07:15:30.368Z] #27 9.791 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-07-14T07:15:30.368Z] #27 9.803 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-07-14T07:15:30.368Z] #27 9.995 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-07-14T07:15:30.368Z] #27 10.01 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:15:30.368Z] #27 10.02 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:30.368Z] #27 10.03 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:15:30.368Z] #27 10.04 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-07-14T07:15:30.368Z] #27 10.06 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:30.368Z] #27 10.07 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:15:30.368Z] #27 10.08 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-07-14T07:15:30.368Z] #27 10.09 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:30.368Z] #27 10.11 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-07-14T07:15:30.368Z] #27 10.12 Setting up libonig5:amd64 (6.9.1-1) ... [2021-07-14T07:15:30.368Z] #27 10.13 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-14T07:15:30.368Z] #27 10.15 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:15:30.368Z] #27 10.16 Setting up ca-certificates (20200601~deb10u2) ... [2021-07-14T07:15:30.368Z] #27 10.74 Updating certificates in /etc/ssl/certs... [2021-07-14T07:15:30.368Z] #27 11.41 137 added, 0 removed; done. [2021-07-14T07:15:30.368Z] #27 11.48 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:30.368Z] #27 11.49 Setting up jq (1.5+dfsg-2+b1) ... [2021-07-14T07:15:30.368Z] #27 11.50 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-07-14T07:15:30.368Z] #27 11.51 Setting up curl (7.64.0-4+deb10u2) ... [2021-07-14T07:15:30.368Z] #27 11.52 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:15:30.368Z] #27 11.54 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-07-14T07:15:30.368Z] #27 11.55 Updating certificates in /etc/ssl/certs... [2021-07-14T07:15:30.368Z] #27 12.11 0 added, 0 removed; done. [2021-07-14T07:15:30.368Z] #27 12.11 Running hooks in /etc/ca-certificates/update.d... [2021-07-14T07:15:30.368Z] #27 12.11 done. [2021-07-14T07:15:30.368Z] #27 DONE 13.7s [2021-07-14T07:15:30.368Z] [2021-07-14T07:15:30.368Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-07-14T07:15:30.368Z] #28 sha256:609710708b0029113451bcb87f819ebfd89c13946ea5e1cf0e86e67e1fed0577 [2021-07-14T07:15:30.397Z] #17 91.36 Selecting previously unselected package libmagic1:amd64. [2021-07-14T07:15:30.398Z] #17 91.36 Preparing to unpack .../003-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ... [2021-07-14T07:15:30.398Z] #17 91.37 Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ... [2021-07-14T07:15:30.398Z] #17 91.45 Selecting previously unselected package file. [2021-07-14T07:15:30.398Z] #17 91.46 Preparing to unpack .../004-file_1%3a5.35-4+deb10u2_amd64.deb ... [2021-07-14T07:15:30.398Z] #17 91.46 Unpacking file (1:5.35-4+deb10u2) ... [2021-07-14T07:15:30.398Z] #17 91.51 Selecting previously unselected package xz-utils. [2021-07-14T07:15:30.537Z] #9 extracting sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 5.0s [2021-07-14T07:15:30.654Z] #17 91.51 Preparing to unpack .../005-xz-utils_5.2.4-1_amd64.deb ... [2021-07-14T07:15:30.654Z] #17 91.51 Unpacking xz-utils (5.2.4-1) ... [2021-07-14T07:15:30.654Z] #17 91.62 Selecting previously unselected package binutils-aarch64-linux-gnu. [2021-07-14T07:15:30.654Z] #17 91.63 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.31.1-16_amd64.deb ... [2021-07-14T07:15:30.654Z] #17 91.63 Unpacking binutils-aarch64-linux-gnu (2.31.1-16) ... [2021-07-14T07:15:30.889Z] #63 ... [2021-07-14T07:15:30.889Z] [2021-07-14T07:15:30.889Z] #23 [internal] load build context [2021-07-14T07:15:30.889Z] #23 sha256:0bda1e58b404f8a0f03f8b8672a4d17c02e3e2ca999f8eeb0b12274e26e4a35c [2021-07-14T07:15:30.889Z] #23 transferring context: 55.68MB 2.9s done [2021-07-14T07:15:30.889Z] #23 DONE 4.1s [2021-07-14T07:15:30.889Z] [2021-07-14T07:15:30.889Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:30.889Z] #9 sha256:e3431a805fa5fd73fbc4825d04f700fa2318f0db6a35561deec332111840ae16 [2021-07-14T07:15:30.889Z] #9 resolve docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b 0.1s done [2021-07-14T07:15:30.889Z] #9 sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b 1.86kB / 1.86kB done [2021-07-14T07:15:30.889Z] #9 sha256:e0a62d0701e36fcb5727712c8a3e5027fbab67836a339b45d93984ea8724226b 1.79kB / 1.79kB done [2021-07-14T07:15:30.889Z] #9 sha256:8219095b5e87750c1567572832be25f8af0c0149cce7b45cbb64a454350c94ee 6.99kB / 6.99kB done [2021-07-14T07:15:30.889Z] #9 sha256:310b368da98207b4fd030cc969461bfba1ea7c73fc5da1f015e05570d3eb2510 49.22MB / 49.22MB 3.1s done [2021-07-14T07:15:30.889Z] #9 sha256:86422c44ee005c4d5ccb0e2fa32685229207b712728cd4b8c0ef97174f079df7 7.69MB / 7.69MB 1.0s done [2021-07-14T07:15:30.889Z] #9 sha256:785171b903c4d81c5b7539417a7b05f4a9bc6a35840595233bf4e369d8aee387 52.17MB / 52.17MB 4.0s [2021-07-14T07:15:30.889Z] #9 sha256:9137877e0c26a439a8954003b21876b6059de852c839631e8cf6fda5bd36434c 9.98MB / 9.98MB 3.3s done [2021-07-14T07:15:31.317Z] #28 DONE 0.9s [2021-07-14T07:15:31.317Z] [2021-07-14T07:15:31.317Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:15:31.317Z] #29 sha256:51ea8a54726caa44922f467dbfa79a58d06ea831ce365f068b03dde3e8072f8d [2021-07-14T07:15:31.501Z] #9 extracting sha256:310b368da98207b4fd030cc969461bfba1ea7c73fc5da1f015e05570d3eb2510 1.3s [2021-07-14T07:15:31.501Z] #9 sha256:785171b903c4d81c5b7539417a7b05f4a9bc6a35840595233bf4e369d8aee387 52.17MB / 52.17MB 4.7s done [2021-07-14T07:15:31.584Z] #17 92.52 Selecting previously unselected package binutils-arm-linux-gnueabi. [2021-07-14T07:15:31.584Z] #17 92.52 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.31.1-16_amd64.deb ... [2021-07-14T07:15:31.584Z] #17 92.53 Unpacking binutils-arm-linux-gnueabi (2.31.1-16) ... [2021-07-14T07:15:31.765Z] #9 sha256:c31a19a8a6841af41513223b2701373734838fc000bd6928b9c55613c3c79d53 0B / 62.62MB 4.9s [2021-07-14T07:15:31.765Z] #9 sha256:0721d51a8f1728abb2176ce59281053969faaeaad57d2e7a689ed55b564f6102 0B / 99.63MB 4.9s [2021-07-14T07:15:32.029Z] #9 ... [2021-07-14T07:15:32.029Z] [2021-07-14T07:15:32.029Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-14T07:15:32.029Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-07-14T07:15:32.029Z] #63 DONE 5.2s [2021-07-14T07:15:32.029Z] [2021-07-14T07:15:32.029Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:32.029Z] #9 sha256:e3431a805fa5fd73fbc4825d04f700fa2318f0db6a35561deec332111840ae16 [2021-07-14T07:15:32.029Z] #9 sha256:b2ef610e58eb2b903586208b5314539a8348afd2b4339af5323bf76b2c102bce 0B / 155B 5.1s [2021-07-14T07:15:32.029Z] #9 ... [2021-07-14T07:15:32.029Z] [2021-07-14T07:15:32.029Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 [2021-07-14T07:15:32.029Z] #26 sha256:6bea2fde2a5a61ab72f00e80ac4c7a387b5380c49725af25e9ab6aedac66def5 [2021-07-14T07:15:32.029Z] #26 resolve docker.io/library/debian:buster@sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 0.0s done [2021-07-14T07:15:32.029Z] #26 sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 1.85kB / 1.85kB done [2021-07-14T07:15:32.029Z] #26 sha256:eb9b613b4f63193f4476e62af4cb5bff5e3ba0683c4c7f317b2a2c7e3ec22ee6 529B / 529B done [2021-07-14T07:15:32.029Z] #26 sha256:c3d71f327676ffce1b910873ba568396a226417fc62bb27f83b04c93cce4bbaa 1.46kB / 1.46kB done [2021-07-14T07:15:32.029Z] #26 sha256:310b368da98207b4fd030cc969461bfba1ea7c73fc5da1f015e05570d3eb2510 49.22MB / 49.22MB 3.1s done [2021-07-14T07:15:32.107Z] #29 1.787 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-07-14T07:15:32.107Z] #29 1.886 [2021-07-14T07:15:32.261Z] #29 1.077 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-07-14T07:15:32.450Z] #9 ... [2021-07-14T07:15:32.450Z] [2021-07-14T07:15:32.450Z] #27 [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-07-14T07:15:32.450Z] #27 sha256:79a534002c5e148a22f2d3db585f4c4d678d1e34ffd0da3683d6547c6babf18e [2021-07-14T07:15:32.450Z] #27 10.33 Selecting previously unselected package openssl. [2021-07-14T07:15:32.450Z] #27 10.33 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-07-14T07:15:32.450Z] #27 10.33 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-07-14T07:15:32.450Z] #27 10.54 Selecting previously unselected package ca-certificates. [2021-07-14T07:15:32.450Z] #27 10.54 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-07-14T07:15:32.450Z] #27 10.55 Unpacking ca-certificates (20200601~deb10u2) ... [2021-07-14T07:15:32.450Z] #27 10.74 Selecting previously unselected package libkeyutils1:amd64. [2021-07-14T07:15:32.450Z] #27 10.74 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-07-14T07:15:32.450Z] #27 10.74 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-07-14T07:15:32.450Z] #27 10.79 Selecting previously unselected package libkrb5support0:amd64. [2021-07-14T07:15:32.450Z] #27 10.79 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-07-14T07:15:32.450Z] #27 10.86 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:32.450Z] #27 10.92 Selecting previously unselected package libk5crypto3:amd64. [2021-07-14T07:15:32.450Z] #27 10.92 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-07-14T07:15:32.450Z] #27 10.93 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:32.450Z] #27 10.99 Selecting previously unselected package libkrb5-3:amd64. [2021-07-14T07:15:32.450Z] #27 10.99 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-07-14T07:15:32.450Z] #27 10.99 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:32.450Z] #27 11.11 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-07-14T07:15:32.450Z] #27 11.11 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-07-14T07:15:32.450Z] #27 11.12 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:32.450Z] #27 11.19 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-07-14T07:15:32.450Z] #27 11.19 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-07-14T07:15:32.450Z] #27 11.20 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:15:32.450Z] #27 11.26 Selecting previously unselected package libsasl2-2:amd64. [2021-07-14T07:15:32.450Z] #27 11.26 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-07-14T07:15:32.450Z] #27 11.26 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:15:32.451Z] #27 11.33 Selecting previously unselected package libldap-common. [2021-07-14T07:15:32.451Z] #27 11.33 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-07-14T07:15:32.451Z] #27 11.35 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:15:32.451Z] #27 11.43 Selecting previously unselected package libldap-2.4-2:amd64. [2021-07-14T07:15:32.451Z] #27 11.43 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-07-14T07:15:32.451Z] #27 11.43 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:15:32.451Z] #27 11.51 Selecting previously unselected package libnghttp2-14:amd64. [2021-07-14T07:15:32.451Z] #27 11.51 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-07-14T07:15:32.451Z] #27 11.51 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-07-14T07:15:32.451Z] #27 11.57 Selecting previously unselected package libpsl5:amd64. [2021-07-14T07:15:32.451Z] #27 11.57 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-07-14T07:15:32.451Z] #27 11.58 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-07-14T07:15:32.451Z] #27 11.65 Selecting previously unselected package librtmp1:amd64. [2021-07-14T07:15:32.451Z] #27 11.65 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-07-14T07:15:32.451Z] #27 11.66 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-07-14T07:15:32.451Z] #27 11.72 Selecting previously unselected package libssh2-1:amd64. [2021-07-14T07:15:32.451Z] #27 11.72 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-07-14T07:15:32.451Z] #27 11.73 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-07-14T07:15:32.451Z] #27 11.82 Selecting previously unselected package libcurl4:amd64. [2021-07-14T07:15:32.451Z] #27 11.82 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-07-14T07:15:32.451Z] #27 11.83 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-07-14T07:15:32.451Z] #27 12.08 Selecting previously unselected package curl. [2021-07-14T07:15:32.451Z] #27 12.08 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-07-14T07:15:32.451Z] #27 12.09 Unpacking curl (7.64.0-4+deb10u2) ... [2021-07-14T07:15:32.451Z] #27 12.40 Selecting previously unselected package libonig5:amd64. [2021-07-14T07:15:32.451Z] #27 12.40 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-07-14T07:15:32.451Z] #27 12.40 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-07-14T07:15:32.451Z] #27 12.47 Selecting previously unselected package libjq1:amd64. [2021-07-14T07:15:32.451Z] #27 12.47 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-07-14T07:15:32.451Z] #27 12.48 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-14T07:15:32.451Z] #27 12.53 Selecting previously unselected package jq. [2021-07-14T07:15:32.451Z] #27 12.53 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-07-14T07:15:32.451Z] #27 12.53 Unpacking jq (1.5+dfsg-2+b1) ... [2021-07-14T07:15:32.451Z] #27 12.64 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-07-14T07:15:32.451Z] #27 12.66 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-07-14T07:15:32.451Z] #27 12.68 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-07-14T07:15:32.451Z] #27 12.85 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-07-14T07:15:32.451Z] #27 12.87 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:15:32.451Z] #27 12.88 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:32.451Z] #27 12.91 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:15:32.451Z] #27 12.92 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-07-14T07:15:32.451Z] #27 12.93 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:32.451Z] #27 12.95 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:15:32.451Z] #27 12.96 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-07-14T07:15:32.451Z] #27 12.98 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:32.451Z] #27 12.99 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-07-14T07:15:32.451Z] #27 13.03 Setting up libonig5:amd64 (6.9.1-1) ... [2021-07-14T07:15:32.451Z] #27 13.05 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-14T07:15:32.451Z] #27 13.06 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:15:32.451Z] #27 13.07 Setting up ca-certificates (20200601~deb10u2) ... [2021-07-14T07:15:32.451Z] #27 13.74 Updating certificates in /etc/ssl/certs... [2021-07-14T07:15:32.451Z] #27 14.82 137 added, 0 removed; done. [2021-07-14T07:15:32.451Z] #27 14.93 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-07-14T07:15:32.451Z] #27 14.94 Setting up jq (1.5+dfsg-2+b1) ... [2021-07-14T07:15:32.451Z] #27 14.96 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-07-14T07:15:32.451Z] #27 14.97 Setting up curl (7.64.0-4+deb10u2) ... [2021-07-14T07:15:32.451Z] #27 14.99 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:15:32.451Z] #27 15.01 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-07-14T07:15:32.451Z] #27 15.02 Updating certificates in /etc/ssl/certs... [2021-07-14T07:15:32.451Z] #27 15.74 0 added, 0 removed; done. [2021-07-14T07:15:32.451Z] #27 15.74 Running hooks in /etc/ca-certificates/update.d... [2021-07-14T07:15:32.451Z] #27 15.74 done. [2021-07-14T07:15:32.451Z] #27 DONE 19.9s [2021-07-14T07:15:32.451Z] [2021-07-14T07:15:32.451Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-07-14T07:15:32.451Z] #28 sha256:24f383e3b64582ac481d8507a43c648ef427f6f9528a21903227a4121c272a61 [2021-07-14T07:15:32.451Z] #28 DONE 0.2s [2021-07-14T07:15:32.451Z] [2021-07-14T07:15:32.451Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:15:32.451Z] #29 sha256:cabe56b7fb01f9a693e1c7184d3f16ccab20f61bde61e0bdda1da9fb2c9aa18f [2021-07-14T07:15:32.515Z] #17 93.38 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2021-07-14T07:15:32.515Z] #17 93.38 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.31.1-16_amd64.deb ... [2021-07-14T07:15:32.515Z] #17 93.39 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16) ... [2021-07-14T07:15:32.523Z] #29 1.181 [2021-07-14T07:15:32.630Z] #29 2.012 ######### 13.4% ########################### 37.8% ######################################### 57.6% ####################################################### 77.4% ###################################################################### 97.3% ######################################################################## 100.0% [2021-07-14T07:15:32.630Z] #29 2.537 [2021-07-14T07:15:32.691Z] #26 extracting sha256:310b368da98207b4fd030cc969461bfba1ea7c73fc5da1f015e05570d3eb2510 2.7s done [2021-07-14T07:15:32.889Z] #29 2.663 ##################################################### 74.0% ######################################################################## 100.0% [2021-07-14T07:15:32.889Z] #29 2.792 [2021-07-14T07:15:33.044Z] #29 1.300 ########## 15.0% ################# 24.1% #################### 28.8% ############################################# 63.7% ######################################################################## 100.0% [2021-07-14T07:15:33.044Z] #29 1.823 [2021-07-14T07:15:33.150Z] #29 2.920 ############################################## 64.1% ######################################################################## 100.0% [2021-07-14T07:15:33.150Z] #29 3.034 [2021-07-14T07:15:33.266Z] #26 ... [2021-07-14T07:15:33.266Z] [2021-07-14T07:15:33.266Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:33.266Z] #9 sha256:e3431a805fa5fd73fbc4825d04f700fa2318f0db6a35561deec332111840ae16 [2021-07-14T07:15:33.266Z] #9 extracting sha256:310b368da98207b4fd030cc969461bfba1ea7c73fc5da1f015e05570d3eb2510 2.7s done [2021-07-14T07:15:33.266Z] #9 sha256:c31a19a8a6841af41513223b2701373734838fc000bd6928b9c55613c3c79d53 32.51MB / 62.62MB 6.3s [2021-07-14T07:15:33.266Z] #9 sha256:0721d51a8f1728abb2176ce59281053969faaeaad57d2e7a689ed55b564f6102 79.69MB / 99.63MB 6.3s [2021-07-14T07:15:33.266Z] #9 sha256:b2ef610e58eb2b903586208b5314539a8348afd2b4339af5323bf76b2c102bce 155B / 155B 5.4s done [2021-07-14T07:15:33.266Z] #9 sha256:c31a19a8a6841af41513223b2701373734838fc000bd6928b9c55613c3c79d53 52.43MB / 62.62MB 6.5s [2021-07-14T07:15:33.266Z] #9 sha256:c31a19a8a6841af41513223b2701373734838fc000bd6928b9c55613c3c79d53 62.62MB / 62.62MB 6.6s [2021-07-14T07:15:33.266Z] #9 sha256:0721d51a8f1728abb2176ce59281053969faaeaad57d2e7a689ed55b564f6102 87.03MB / 99.63MB 6.6s [2021-07-14T07:15:33.309Z] #29 1.936 ################################################################ 89.4%#29 ... [2021-07-14T07:15:33.309Z] [2021-07-14T07:15:33.309Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:33.309Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:33.309Z] #9 extracting sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 6.5s done [2021-07-14T07:15:33.309Z] #9 extracting sha256:5424e9528f06a92df2aa59bb2a4d9ce419eee3477a8e6753dce73682d2de4ed5 done [2021-07-14T07:15:33.309Z] #9 DONE 24.8s [2021-07-14T07:15:33.309Z] [2021-07-14T07:15:33.309Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:15:33.309Z] #29 sha256:51ea8a54726caa44922f467dbfa79a58d06ea831ce365f068b03dde3e8072f8d [2021-07-14T07:15:33.309Z] #29 1.936 ################################################################ 89.4% ######################################################################## 100.0% [2021-07-14T07:15:33.309Z] #29 2.035 [2021-07-14T07:15:33.337Z] #17 94.11 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2021-07-14T07:15:33.337Z] #17 94.11 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.31.1-16_amd64.deb ... [2021-07-14T07:15:33.337Z] #17 94.12 Unpacking binutils-powerpc64le-linux-gnu (2.31.1-16) ... [2021-07-14T07:15:33.534Z] #9 sha256:0721d51a8f1728abb2176ce59281053969faaeaad57d2e7a689ed55b564f6102 95.42MB / 99.63MB 6.8s [2021-07-14T07:15:33.572Z] #29 2.150 ######################################################### 79.3% ################################################################### 93.5% ######################################################################## 100.0% [2021-07-14T07:15:33.572Z] #29 2.425 [2021-07-14T07:15:33.668Z] #29 3.176 #### 6.5% ######################### 35.7% ####################################### 55.0% ##################################################### 74.5% ################################################################### 93.8% ######################################################################## 100.0% [2021-07-14T07:15:33.668Z] #29 3.669 [2021-07-14T07:15:33.901Z] #17 94.87 Selecting previously unselected package binutils-s390x-linux-gnu. [2021-07-14T07:15:33.901Z] #17 94.87 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.31.1-16_amd64.deb ... [2021-07-14T07:15:33.901Z] #17 94.88 Unpacking binutils-s390x-linux-gnu (2.31.1-16) ... [2021-07-14T07:15:34.366Z] #29 2.549 ## 3.6% ############### 22.0% ################################ 45.3% ###################################################### 75.5% ################################################################# 91.0% ######################################################################## 100.0% [2021-07-14T07:15:34.366Z] #29 3.172 [2021-07-14T07:15:34.464Z] #17 95.44 Selecting previously unselected package gcc-8-aarch64-linux-gnu-base:amd64. [2021-07-14T07:15:34.464Z] #17 95.45 Preparing to unpack .../011-gcc-8-aarch64-linux-gnu-base_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:15:34.464Z] #17 95.45 Unpacking gcc-8-aarch64-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-07-14T07:15:34.464Z] #17 95.51 Selecting previously unselected package cpp-8-aarch64-linux-gnu. [2021-07-14T07:15:34.464Z] #17 95.52 Preparing to unpack .../012-cpp-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:15:34.464Z] #17 95.52 Unpacking cpp-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:15:34.482Z] #9 extracting sha256:86422c44ee005c4d5ccb0e2fa32685229207b712728cd4b8c0ef97174f079df7 [2021-07-14T07:15:34.629Z] [2021-07-14T07:15:34.629Z] #29 ... [2021-07-14T07:15:34.629Z] [2021-07-14T07:15:34.629Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-07-14T07:15:34.629Z] #10 sha256:f31cfcb8c1cb97cf046c06b83c5851168f4dcf5a7db8e345826fe73a06071418 [2021-07-14T07:15:34.629Z] #10 DONE 1.3s [2021-07-14T07:15:34.629Z] [2021-07-14T07:15:34.630Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:15:34.630Z] #29 sha256:51ea8a54726caa44922f467dbfa79a58d06ea831ce365f068b03dde3e8072f8d [2021-07-14T07:15:34.837Z] #9 sha256:c31a19a8a6841af41513223b2701373734838fc000bd6928b9c55613c3c79d53 62.62MB / 62.62MB 7.7s done [2021-07-14T07:15:34.837Z] #9 extracting sha256:86422c44ee005c4d5ccb0e2fa32685229207b712728cd4b8c0ef97174f079df7 0.3s done [2021-07-14T07:15:34.997Z] #29 2.263 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-07-14T07:15:34.997Z] #29 2.349 [2021-07-14T07:15:35.416Z] #29 3.284 0.6% ## 4.0% ######## 12.1% ############# 18.7% ################## 25.1% #################### 28.7% ########################### 38.0% ############################## 42.6% #################################### 50.1% [2021-07-14T07:15:35.416Z] #29 ... [2021-07-14T07:15:35.416Z] [2021-07-14T07:15:35.416Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-07-14T07:15:35.416Z] #11 sha256:7480fd2adfdaf61134cac99f4388e3090592dd40cfe54920e780d975f3a98d84 [2021-07-14T07:15:35.416Z] #11 DONE 1.1s [2021-07-14T07:15:35.517Z] #29 2.496 ######## 12.3% ########## 14.7% ############### 21.8% #################################### 50.3% ####################################################### 76.6% ######################################################################## 100.0% [2021-07-14T07:15:35.517Z] #29 3.103 [2021-07-14T07:15:35.517Z] #29 3.214 ######################################################################## 100.0% [2021-07-14T07:15:35.572Z] Running on azwin-2-f94c20 in d:\jenkins\workspace\moby_PR-42636 [Pipeline] { [Pipeline] ws [2021-07-14T07:15:35.589Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-07-14T07:15:35.678Z] [2021-07-14T07:15:35.678Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:15:35.678Z] #29 sha256:51ea8a54726caa44922f467dbfa79a58d06ea831ce365f068b03dde3e8072f8d [2021-07-14T07:15:35.748Z] #29 3.784 ## 3.8% ###### 9.7% ########## 14.9% ############## 20.1% ################# 24.8% ###################### 30.7% ######################### 35.9% ############################# 41.1% ################################# 46.3% ##################################### 51.5% ######################################## 56.8% ############################################ 61.9% ################################################ 67.1% #################################################### 72.3% ####################################################### 77.6% ########################################################### 82.8% ############################################################### 88.0% ################################################################### 93.2% ###################################################################### 98.4% ######################################################################## 100.0% [2021-07-14T07:15:35.748Z] #29 5.668 [2021-07-14T07:15:35.777Z] #29 3.348 [2021-07-14T07:15:35.835Z] #17 96.71 Selecting previously unselected package gcc-8-arm-linux-gnueabi-base:amd64. [2021-07-14T07:15:35.835Z] #17 96.71 Preparing to unpack .../013-gcc-8-arm-linux-gnueabi-base_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:15:35.835Z] #17 96.72 Unpacking gcc-8-arm-linux-gnueabi-base:amd64 (8.3.0-2cross1) ... [2021-07-14T07:15:35.835Z] #17 96.81 Selecting previously unselected package cpp-8-arm-linux-gnueabi. [2021-07-14T07:15:35.835Z] #17 96.81 Preparing to unpack .../014-cpp-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:15:35.835Z] #17 96.82 Unpacking cpp-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-07-14T07:15:35.947Z] #29 3.284 0.6% ## 4.0% ######## 12.1% ############# 18.7% ################## 25.1% #################### 28.7% ########################### 38.0% ############################## 42.6% #################################### 50.1% ##################################### 51.7% ########################################## 59.4% [2021-07-14T07:15:35.947Z] #29 ... [2021-07-14T07:15:35.947Z] [2021-07-14T07:15:35.947Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-07-14T07:15:35.947Z] #31 sha256:7ea5a6e94bbcf2ec50043f17c621483c742661cb6177f3b748a1d68cc9976aa4 [2021-07-14T07:15:35.947Z] #31 DONE 0.3s [2021-07-14T07:15:35.947Z] [2021-07-14T07:15:35.947Z] #43 [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-07-14T07:15:35.947Z] #43 sha256:ceb87366b2e3b9593e5438d41a43e6e5c48348b90209b5afbd0c8d2b0458d500 [2021-07-14T07:15:35.947Z] #43 DONE 0.4s [2021-07-14T07:15:35.947Z] [2021-07-14T07:15:35.947Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:15:35.947Z] #29 sha256:51ea8a54726caa44922f467dbfa79a58d06ea831ce365f068b03dde3e8072f8d [2021-07-14T07:15:35.947Z] #29 3.284 0.6% ## 4.0% ######## 12.1% ############# 18.7% ################## 25.1% #################### 28.7% ########################### 38.0% ############################## 42.6% #################################### 50.1% ##################################### 51.7% ########################################## 59.4% ############################################## 64.2% [2021-07-14T07:15:35.947Z] #29 ... [2021-07-14T07:15:35.947Z] [2021-07-14T07:15:35.947Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-07-14T07:15:35.947Z] #39 sha256:88a63ed90c284f16bcd2b983c261ebeb7aaf63d03756e8a40c63e659865976db [2021-07-14T07:15:35.947Z] #39 DONE 0.5s [2021-07-14T07:15:35.947Z] [2021-07-14T07:15:35.947Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:15:35.947Z] #29 sha256:51ea8a54726caa44922f467dbfa79a58d06ea831ce365f068b03dde3e8072f8d [2021-07-14T07:15:36.007Z] #29 5.960 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-07-14T07:15:36.007Z] #29 6.045 [2021-07-14T07:15:36.038Z] #29 3.470 ############################################################# 85.3% ######################################################################## 100.0% [2021-07-14T07:15:36.038Z] #29 3.593 [2021-07-14T07:15:36.267Z] #29 6.116 ######################################################################## 100.0% [2021-07-14T07:15:36.267Z] #29 6.133 [2021-07-14T07:15:36.478Z] #29 3.284 0.6% ## 4.0% ######## 12.1% ############# 18.7% ################## 25.1% #################### 28.7% ########################### 38.0% ############################## 42.6% #################################### 50.1% ##################################### 51.7% ########################################## 59.4% ############################################## 64.2% ################################################## 70.3% ######################################################## 77.9% ########################################################## 80.8% ############################################################# 85.8% ################################################################# 90.9% ##################################################################### 96.1% ######################################################################## 100.0% [2021-07-14T07:15:36.526Z] #29 6.441 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-07-14T07:15:36.558Z] #29 3.701 ########### 15.7% ######################### 36.0% ####################################### 55.2% ##################################################### 74.6% ################################################################### 93.9% ######################################################################## 100.0% [2021-07-14T07:15:36.558Z] #29 4.239 [2021-07-14T07:15:36.738Z] #29 5.452 [2021-07-14T07:15:36.756Z] #9 ... [2021-07-14T07:15:36.756Z] [2021-07-14T07:15:36.756Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-14T07:15:36.756Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-07-14T07:15:36.756Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-07-14T07:15:36.756Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-07-14T07:15:36.756Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-07-14T07:15:36.756Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-07-14T07:15:36.756Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 6.6s done [2021-07-14T07:15:36.756Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.4s done [2021-07-14T07:15:36.756Z] #65 ... [2021-07-14T07:15:36.756Z] [2021-07-14T07:15:36.756Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:36.756Z] #9 sha256:e3431a805fa5fd73fbc4825d04f700fa2318f0db6a35561deec332111840ae16 [2021-07-14T07:15:36.786Z] #29 6.546 [2021-07-14T07:15:36.786Z] #29 6.692 0.6% ######################################################################## 100.0% [2021-07-14T07:15:36.786Z] #29 6.785 [2021-07-14T07:15:36.819Z] #29 4.363 [2021-07-14T07:15:36.819Z] #29 ... [2021-07-14T07:15:36.819Z] [2021-07-14T07:15:36.819Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:36.819Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:36.819Z] #9 extracting sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 10.7s done [2021-07-14T07:15:36.819Z] #9 extracting sha256:5424e9528f06a92df2aa59bb2a4d9ce419eee3477a8e6753dce73682d2de4ed5 done [2021-07-14T07:15:36.819Z] #9 DONE 33.8s [2021-07-14T07:15:36.819Z] [2021-07-14T07:15:36.819Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:15:36.819Z] #29 sha256:cabe56b7fb01f9a693e1c7184d3f16ccab20f61bde61e0bdda1da9fb2c9aa18f [2021-07-14T07:15:37.203Z] #17 98.12 Selecting previously unselected package gcc-8-arm-linux-gnueabihf-base:amd64. [2021-07-14T07:15:37.203Z] #17 98.12 Preparing to unpack .../015-gcc-8-arm-linux-gnueabihf-base_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:15:37.203Z] #17 98.13 Unpacking gcc-8-arm-linux-gnueabihf-base:amd64 (8.3.0-2cross1) ... [2021-07-14T07:15:37.203Z] #17 98.20 Selecting previously unselected package cpp-8-arm-linux-gnueabihf. [2021-07-14T07:15:37.203Z] #17 98.21 Preparing to unpack .../016-cpp-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:15:37.311Z] #29 5.908 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-07-14T07:15:37.312Z] #29 6.060 [2021-07-14T07:15:37.312Z] #29 6.159 ######################################################################## 100.0% [2021-07-14T07:15:37.353Z] The recommended git tool is: git [2021-07-14T07:15:37.357Z] #29 7.089 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-07-14T07:15:37.357Z] #29 7.181 [2021-07-14T07:15:37.460Z] #17 98.22 Unpacking cpp-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-07-14T07:15:37.573Z] #29 6.239 [2021-07-14T07:15:37.834Z] #29 6.708 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-07-14T07:15:38.097Z] #29 6.801 [2021-07-14T07:15:38.097Z] #29 6.911 ######################################################################## 100.0% [2021-07-14T07:15:38.097Z] #29 6.940 [2021-07-14T07:15:38.146Z] #9 sha256:0721d51a8f1728abb2176ce59281053969faaeaad57d2e7a689ed55b564f6102 99.63MB / 99.63MB 11.2s done [2021-07-14T07:15:38.146Z] #9 extracting sha256:9137877e0c26a439a8954003b21876b6059de852c839631e8cf6fda5bd36434c 0.1s [2021-07-14T07:15:38.198Z] #29 7.339 0.0% ####### 10.1% ################ 23.5% ################################# 47.1% ###################################### 53.0% ########################################### 60.4% ######################################################################## 100.0% [2021-07-14T07:15:38.199Z] #29 8.132 [2021-07-14T07:15:38.408Z] #9 extracting sha256:9137877e0c26a439a8954003b21876b6059de852c839631e8cf6fda5bd36434c 0.2s done [2021-07-14T07:15:38.459Z] #29 8.436 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-07-14T07:15:38.459Z] #29 8.537 [2021-07-14T07:15:38.635Z] #29 4.363 ## 3.7% ####### 9.9% ########## 15.1% ############## 19.7% ################ 23.1% #################### 28.2% ########################## 36.1% ############################# 41.3% ################################# 46.6% ##################################### 51.8% ######################################### 57.0% ############################################ 62.3% ################################################ 67.5% #################################################### 72.6% ####################################################### 77.7% ########################################################## 81.6% ################################################################ 89.4% #################################################################### 95.3% ##################################################################### 96.2% ######################################################################## 100.0% [2021-07-14T07:15:38.635Z] #29 6.331 [2021-07-14T07:15:38.669Z] #9 ... [2021-07-14T07:15:38.669Z] [2021-07-14T07:15:38.669Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:dcb20da8d9d73c9dab5059668852555c171d40cdec297da845da9c929b70e0b1 [2021-07-14T07:15:38.669Z] #26 sha256:6bea2fde2a5a61ab72f00e80ac4c7a387b5380c49725af25e9ab6aedac66def5 [2021-07-14T07:15:38.669Z] #26 DONE 12.0s [2021-07-14T07:15:38.674Z] #29 7.256 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-07-14T07:15:38.674Z] #29 ... [2021-07-14T07:15:38.674Z] [2021-07-14T07:15:38.674Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-07-14T07:15:38.674Z] #12 sha256:54eb229684e42938fafa5dd3195e197beda24b8a709a74d338874c98a70ea2df [2021-07-14T07:15:38.674Z] #12 DONE 3.1s [2021-07-14T07:15:38.674Z] [2021-07-14T07:15:38.674Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:15:38.674Z] #29 sha256:51ea8a54726caa44922f467dbfa79a58d06ea831ce365f068b03dde3e8072f8d [2021-07-14T07:15:38.674Z] #29 7.363 [2021-07-14T07:15:38.718Z] #29 8.658 ######################################################################## 100.0% [2021-07-14T07:15:38.718Z] #29 8.693 [2021-07-14T07:15:38.827Z] #17 99.56 Selecting previously unselected package gcc-8-powerpc64le-linux-gnu-base:amd64. [2021-07-14T07:15:38.827Z] #17 99.57 Preparing to unpack .../017-gcc-8-powerpc64le-linux-gnu-base_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:15:38.827Z] #17 99.57 Unpacking gcc-8-powerpc64le-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-07-14T07:15:38.827Z] #17 99.64 Selecting previously unselected package cpp-8-powerpc64le-linux-gnu. [2021-07-14T07:15:38.827Z] #17 99.65 Preparing to unpack .../018-cpp-8-powerpc64le-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:15:38.827Z] #17 99.65 Unpacking cpp-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:15:38.895Z] #29 6.536 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-07-14T07:15:38.895Z] #29 6.608 [2021-07-14T07:15:38.895Z] #29 6.677 ######################################################################## 100.0% [2021-07-14T07:15:38.931Z] [2021-07-14T07:15:38.931Z] #27 [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-07-14T07:15:38.931Z] #27 sha256:fb66fc075af2299aa8718936ecc9079baa3d961d0ed92e9d56de04fa8115b455 [2021-07-14T07:15:38.931Z] #27 ... [2021-07-14T07:15:38.931Z] [2021-07-14T07:15:38.931Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-07-14T07:15:38.931Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-07-14T07:15:38.931Z] #65 DONE 12.3s [2021-07-14T07:15:39.153Z] #29 6.692 [2021-07-14T07:15:39.153Z] #29 6.949 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-07-14T07:15:39.194Z] [2021-07-14T07:15:39.194Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:39.194Z] #9 sha256:e3431a805fa5fd73fbc4825d04f700fa2318f0db6a35561deec332111840ae16 [2021-07-14T07:15:39.291Z] #29 8.951 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-07-14T07:15:39.291Z] #29 9.018 [2021-07-14T07:15:39.291Z] #29 9.090 ######################################################################## 100.0% [2021-07-14T07:15:39.291Z] #29 9.108 [2021-07-14T07:15:39.291Z] #29 9.132 Download of images into '/build' complete. [2021-07-14T07:15:39.291Z] #29 9.132 Use something like the following to load the result into a Docker daemon: [2021-07-14T07:15:39.291Z] #29 9.132 tar -cC '/build' . | docker load [2021-07-14T07:15:39.291Z] #29 DONE 9.2s [2021-07-14T07:15:39.291Z] [2021-07-14T07:15:39.291Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:39.291Z] #9 sha256:8cfbb4990e790dc2e303f70f5b75dc0efc89842a225c994f84141b8eeb09f331 [2021-07-14T07:15:39.291Z] #9 extracting sha256:73162799ee0283baa9372d983a556faf2598f97aa1989829327114a48df4e80d 9.0s done [2021-07-14T07:15:39.412Z] #29 7.006 [2021-07-14T07:15:39.458Z] #9 extracting sha256:785171b903c4d81c5b7539417a7b05f4a9bc6a35840595233bf4e369d8aee387 0.1s [2021-07-14T07:15:39.550Z] #9 extracting sha256:5424e9528f06a92df2aa59bb2a4d9ce419eee3477a8e6753dce73682d2de4ed5 [2021-07-14T07:15:39.671Z] #29 7.160 0.3% ######################################################################## 100.0% [2021-07-14T07:15:39.671Z] #29 7.251 [2021-07-14T07:15:39.671Z] #29 7.477 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-07-14T07:15:39.728Z] #29 7.497 0.7% ######### 13.5% ############## 19.5% ############### 21.9% ################## 26.1% ############################# 41.2% ################################# 47.1% ########################################### 60.4% ########################################################### 82.2% ######################################################################## 100.0% [2021-07-14T07:15:39.728Z] #29 8.569 [2021-07-14T07:15:39.809Z] #9 extracting sha256:5424e9528f06a92df2aa59bb2a4d9ce419eee3477a8e6753dce73682d2de4ed5 0.0s done [2021-07-14T07:15:39.809Z] #9 DONE 35.2s [2021-07-14T07:15:39.930Z] #29 7.541 [2021-07-14T07:15:39.989Z] #29 8.972 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-07-14T07:15:40.068Z] [2021-07-14T07:15:40.068Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-07-14T07:15:40.068Z] #10 sha256:f31cfcb8c1cb97cf046c06b83c5851168f4dcf5a7db8e345826fe73a06071418 [2021-07-14T07:15:40.196Z] #17 101.1 Selecting previously unselected package gcc-8-s390x-linux-gnu-base:amd64. [2021-07-14T07:15:40.196Z] #17 101.1 Preparing to unpack .../019-gcc-8-s390x-linux-gnu-base_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:15:40.196Z] #17 101.1 Unpacking gcc-8-s390x-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-07-14T07:15:40.251Z] #29 9.074 [2021-07-14T07:15:40.251Z] #29 9.117 ######################################################################## 100.0% [2021-07-14T07:15:40.251Z] #29 9.162 [2021-07-14T07:15:40.447Z] #29 7.652 #### 6.5% ######################## 34.6% ##################################### 52.8% ########################################## 59.3% ###################################################### 75.1% ######################################################################## 100.0% [2021-07-14T07:15:40.447Z] #29 8.142 [2021-07-14T07:15:40.453Z] #17 101.2 Selecting previously unselected package cpp-8-s390x-linux-gnu. [2021-07-14T07:15:40.453Z] #17 101.2 Preparing to unpack .../020-cpp-8-s390x-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:15:40.453Z] #17 101.2 Unpacking cpp-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:15:40.705Z] #29 8.354 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-07-14T07:15:40.824Z] #29 9.399 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-07-14T07:15:40.824Z] #29 9.507 [2021-07-14T07:15:40.824Z] #29 9.602 ######################################################################## 100.0% [2021-07-14T07:15:40.824Z] #29 9.622 [2021-07-14T07:15:40.824Z] #29 9.644 Download of images into '/build' complete. [2021-07-14T07:15:40.824Z] #29 9.644 Use something like the following to load the result into a Docker daemon: [2021-07-14T07:15:40.824Z] #29 9.644 tar -cC '/build' . | docker load [2021-07-14T07:15:40.964Z] #29 8.407 [2021-07-14T07:15:40.964Z] #29 8.457 ######################################################################## 100.0% [2021-07-14T07:15:40.964Z] #29 8.480 [2021-07-14T07:15:40.964Z] #29 8.650 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-07-14T07:15:40.964Z] #29 8.700 [2021-07-14T07:15:41.087Z] #29 DONE 9.8s [2021-07-14T07:15:41.087Z] [2021-07-14T07:15:41.087Z] #46 [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-07-14T07:15:41.087Z] #46 sha256:45330e458c197afe6b953285f43fed9ea5d21cd484f7b632a40659860e483bdd [2021-07-14T07:15:41.087Z] #46 4.531 + RM_GOPATH=0 [2021-07-14T07:15:41.087Z] #46 4.531 + TMP_GOPATH= [2021-07-14T07:15:41.087Z] #46 4.531 + : /build [2021-07-14T07:15:41.087Z] #46 4.531 + '[' -z '' ']' [2021-07-14T07:15:41.087Z] #46 4.531 ++ mktemp -d [2021-07-14T07:15:41.087Z] #46 4.531 + export GOPATH=/tmp/tmp.zHqQRBYyhX [2021-07-14T07:15:41.087Z] #46 4.531 + GOPATH=/tmp/tmp.zHqQRBYyhX [2021-07-14T07:15:41.087Z] #46 4.531 + RM_GOPATH=1 [2021-07-14T07:15:41.087Z] #46 4.531 + case "$(go env GOARCH)" in [2021-07-14T07:15:41.087Z] #46 4.532 ++ go env GOARCH [2021-07-14T07:15:41.087Z] #46 4.538 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:41.087Z] #46 4.538 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:41.087Z] #46 4.539 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:41.087Z] #46 4.540 + dir=/tmp/install [2021-07-14T07:15:41.087Z] #46 4.540 + bin=vndr [2021-07-14T07:15:41.087Z] #46 4.540 + shift [2021-07-14T07:15:41.087Z] #46 4.540 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-07-14T07:15:41.087Z] #46 4.540 + . /tmp/install/vndr.installer [2021-07-14T07:15:41.087Z] #46 4.540 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-14T07:15:41.087Z] #46 4.540 + install_vndr [2021-07-14T07:15:41.087Z] #46 4.540 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-07-14T07:15:41.087Z] #46 4.540 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.zHqQRBYyhX/src/github.com/LK4D4/vndr [2021-07-14T07:15:41.087Z] #46 4.540 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-14T07:15:41.087Z] #46 4.543 Cloning into '/tmp/tmp.zHqQRBYyhX/src/github.com/LK4D4/vndr'... [2021-07-14T07:15:41.087Z] #46 4.881 + cd /tmp/tmp.zHqQRBYyhX/src/github.com/LK4D4/vndr [2021-07-14T07:15:41.087Z] #46 4.881 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-14T07:15:41.087Z] #46 4.881 + go build -buildmode=pie -v -o /build/vndr . [2021-07-14T07:15:41.087Z] #46 5.169 internal/unsafeheader [2021-07-14T07:15:41.087Z] #46 5.189 runtime/internal/atomic [2021-07-14T07:15:41.087Z] #46 5.195 internal/cpu [2021-07-14T07:15:41.087Z] #46 5.267 runtime/internal/sys [2021-07-14T07:15:41.087Z] #46 5.323 runtime/internal/math [2021-07-14T07:15:41.087Z] #46 5.347 internal/bytealg [2021-07-14T07:15:41.087Z] #46 5.351 internal/race [2021-07-14T07:15:41.087Z] #46 5.395 sync/atomic [2021-07-14T07:15:41.087Z] #46 5.472 unicode [2021-07-14T07:15:41.087Z] #46 5.641 runtime [2021-07-14T07:15:41.222Z] #29 8.749 ######################################################################## 100.0% [2021-07-14T07:15:41.222Z] #29 8.771 [2021-07-14T07:15:41.222Z] #29 8.781 Download of images into '/build' complete. [2021-07-14T07:15:41.222Z] #29 8.781 Use something like the following to load the result into a Docker daemon: [2021-07-14T07:15:41.222Z] #29 8.781 tar -cC '/build' . | docker load [2021-07-14T07:15:41.389Z] #9 extracting sha256:785171b903c4d81c5b7539417a7b05f4a9bc6a35840595233bf4e369d8aee387 1.8s done [2021-07-14T07:15:41.447Z] #10 DONE 1.4s [2021-07-14T07:15:41.447Z] [2021-07-14T07:15:41.447Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-07-14T07:15:41.447Z] #11 sha256:7480fd2adfdaf61134cac99f4388e3090592dd40cfe54920e780d975f3a98d84 [2021-07-14T07:15:41.652Z] #9 extracting sha256:c31a19a8a6841af41513223b2701373734838fc000bd6928b9c55613c3c79d53 [2021-07-14T07:15:41.825Z] #17 102.4 Selecting previously unselected package cpp-aarch64-linux-gnu. [2021-07-14T07:15:41.825Z] #17 102.4 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-07-14T07:15:41.825Z] #17 102.4 Unpacking cpp-aarch64-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:15:41.825Z] #17 102.5 Selecting previously unselected package cpp-arm-linux-gnueabi. [2021-07-14T07:15:41.825Z] #17 102.5 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ... [2021-07-14T07:15:41.825Z] #17 102.5 Unpacking cpp-arm-linux-gnueabi (4:8.3.0-1) ... [2021-07-14T07:15:41.825Z] #17 102.5 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2021-07-14T07:15:41.825Z] #17 102.5 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ... [2021-07-14T07:15:41.825Z] #17 102.5 Unpacking cpp-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-07-14T07:15:41.825Z] #17 102.6 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2021-07-14T07:15:41.825Z] #17 102.6 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-07-14T07:15:41.825Z] #17 102.6 Unpacking cpp-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:15:41.825Z] #17 102.6 Selecting previously unselected package cpp-s390x-linux-gnu. [2021-07-14T07:15:41.825Z] #17 102.6 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-07-14T07:15:41.825Z] #17 102.6 Unpacking cpp-s390x-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:15:41.825Z] #17 102.7 Selecting previously unselected package cross-config. [2021-07-14T07:15:41.825Z] #17 102.7 Preparing to unpack .../026-cross-config_2.6.15-3_all.deb ... [2021-07-14T07:15:41.825Z] #17 102.7 Unpacking cross-config (2.6.15-3) ... [2021-07-14T07:15:41.825Z] #17 102.7 Selecting previously unselected package gcc-8-cross-base. [2021-07-14T07:15:41.825Z] #17 102.8 Preparing to unpack .../027-gcc-8-cross-base_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:41.825Z] #17 102.8 Unpacking gcc-8-cross-base (8.3.0-2cross1) ... [2021-07-14T07:15:41.825Z] #17 102.8 Selecting previously unselected package libc6-arm64-cross. [2021-07-14T07:15:41.825Z] #17 102.8 Preparing to unpack .../028-libc6-arm64-cross_2.28-7cross1_all.deb ... [2021-07-14T07:15:41.825Z] #17 102.8 Unpacking libc6-arm64-cross (2.28-7cross1) ... [2021-07-14T07:15:42.035Z] #46 6.396 unicode/utf8 [2021-07-14T07:15:42.083Z] #17 103.1 Selecting previously unselected package libgcc1-arm64-cross. [2021-07-14T07:15:42.083Z] #17 103.1 Preparing to unpack .../029-libgcc1-arm64-cross_1%3a8.3.0-2cross1_all.deb ... [2021-07-14T07:15:42.083Z] #17 103.1 Unpacking libgcc1-arm64-cross (1:8.3.0-2cross1) ... [2021-07-14T07:15:42.083Z] #17 103.2 Selecting previously unselected package libgomp1-arm64-cross. [2021-07-14T07:15:42.083Z] #17 103.2 Preparing to unpack .../030-libgomp1-arm64-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:42.158Z] #29 DONE 9.9s [2021-07-14T07:15:42.158Z] [2021-07-14T07:15:42.158Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-07-14T07:15:42.158Z] #10 sha256:f31cfcb8c1cb97cf046c06b83c5851168f4dcf5a7db8e345826fe73a06071418 [2021-07-14T07:15:42.296Z] #46 6.576 math/bits [2021-07-14T07:15:42.296Z] #46 6.819 math [2021-07-14T07:15:42.339Z] #17 103.2 Unpacking libgomp1-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:15:42.339Z] #17 103.2 Selecting previously unselected package libitm1-arm64-cross. [2021-07-14T07:15:42.339Z] #17 103.2 Preparing to unpack .../031-libitm1-arm64-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:42.339Z] #17 103.2 Unpacking libitm1-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:15:42.339Z] #17 103.3 Selecting previously unselected package libatomic1-arm64-cross. [2021-07-14T07:15:42.339Z] #17 103.3 Preparing to unpack .../032-libatomic1-arm64-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:42.339Z] #17 103.3 Unpacking libatomic1-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:15:42.339Z] #17 103.4 Selecting previously unselected package libstdc++6-arm64-cross. [2021-07-14T07:15:42.339Z] #17 103.4 Preparing to unpack .../033-libstdc++6-arm64-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:42.339Z] #17 103.4 Unpacking libstdc++6-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:15:42.382Z] #11 DONE 1.1s [2021-07-14T07:15:42.418Z] #10 DONE 5.4s [2021-07-14T07:15:42.418Z] [2021-07-14T07:15:42.418Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-07-14T07:15:42.418Z] #11 sha256:7480fd2adfdaf61134cac99f4388e3090592dd40cfe54920e780d975f3a98d84 [2021-07-14T07:15:42.616Z] #17 103.6 Selecting previously unselected package libasan5-arm64-cross. [2021-07-14T07:15:42.616Z] #17 103.6 Preparing to unpack .../034-libasan5-arm64-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:42.616Z] #17 103.6 Unpacking libasan5-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:15:42.644Z] [2021-07-14T07:15:42.644Z] #59 [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-07-14T07:15:42.644Z] #59 sha256:00251ed5df4929c7ec20d81b2a9f0b04d6b87123bae2da643434ec805cbff5d8 [2021-07-14T07:15:42.903Z] #59 ... [2021-07-14T07:15:42.903Z] [2021-07-14T07:15:42.903Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-07-14T07:15:42.903Z] #39 sha256:88a63ed90c284f16bcd2b983c261ebeb7aaf63d03756e8a40c63e659865976db [2021-07-14T07:15:42.903Z] #39 DONE 0.4s [2021-07-14T07:15:42.903Z] [2021-07-14T07:15:42.903Z] #40 [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-07-14T07:15:42.903Z] #40 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:15:42.929Z] #17 103.7 Selecting previously unselected package liblsan0-arm64-cross. [2021-07-14T07:15:42.929Z] #17 103.7 Preparing to unpack .../035-liblsan0-arm64-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:42.929Z] #17 103.7 Unpacking liblsan0-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:15:42.929Z] #17 103.8 Selecting previously unselected package libtsan0-arm64-cross. [2021-07-14T07:15:42.929Z] #17 103.8 Preparing to unpack .../036-libtsan0-arm64-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:42.929Z] #17 103.8 Unpacking libtsan0-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:15:42.929Z] #17 104.0 Selecting previously unselected package libubsan1-arm64-cross. [2021-07-14T07:15:42.988Z] #11 DONE 0.9s [2021-07-14T07:15:43.163Z] #40 ... [2021-07-14T07:15:43.163Z] [2021-07-14T07:15:43.163Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-07-14T07:15:43.163Z] #31 sha256:7ea5a6e94bbcf2ec50043f17c621483c742661cb6177f3b748a1d68cc9976aa4 [2021-07-14T07:15:43.163Z] #31 DONE 0.6s [2021-07-14T07:15:43.163Z] [2021-07-14T07:15:43.163Z] #43 [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-07-14T07:15:43.163Z] #43 sha256:ceb87366b2e3b9593e5438d41a43e6e5c48348b90209b5afbd0c8d2b0458d500 [2021-07-14T07:15:43.163Z] #43 DONE 0.6s [2021-07-14T07:15:43.163Z] [2021-07-14T07:15:43.163Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:15:43.163Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:15:43.195Z] #17 104.0 Preparing to unpack .../037-libubsan1-arm64-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:43.195Z] #17 104.0 Unpacking libubsan1-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:15:43.195Z] #17 104.0 Selecting previously unselected package libgcc-8-dev-arm64-cross. [2021-07-14T07:15:43.195Z] #17 104.0 Preparing to unpack .../038-libgcc-8-dev-arm64-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:43.195Z] #17 104.0 Unpacking libgcc-8-dev-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:15:43.248Z] [2021-07-14T07:15:43.248Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-07-14T07:15:43.248Z] #31 sha256:7ea5a6e94bbcf2ec50043f17c621483c742661cb6177f3b748a1d68cc9976aa4 [2021-07-14T07:15:43.248Z] #31 DONE 0.1s [2021-07-14T07:15:43.248Z] [2021-07-14T07:15:43.248Z] #32 [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-07-14T07:15:43.248Z] #32 sha256:e5a47005f578bbeec018e89af2d3942afbe4d492ad54425cac9a1a2acaffc2ab [2021-07-14T07:15:43.452Z] #17 104.4 Selecting previously unselected package gcc-8-aarch64-linux-gnu. [2021-07-14T07:15:43.452Z] #17 104.5 Preparing to unpack .../039-gcc-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:15:43.452Z] #17 104.5 Unpacking gcc-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:15:43.518Z] #32 ... [2021-07-14T07:15:43.518Z] [2021-07-14T07:15:43.518Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-07-14T07:15:43.518Z] #39 sha256:88a63ed90c284f16bcd2b983c261ebeb7aaf63d03756e8a40c63e659865976db [2021-07-14T07:15:43.518Z] #39 DONE 0.4s [2021-07-14T07:15:43.518Z] [2021-07-14T07:15:43.518Z] #43 [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-07-14T07:15:43.518Z] #43 sha256:ceb87366b2e3b9593e5438d41a43e6e5c48348b90209b5afbd0c8d2b0458d500 [2021-07-14T07:15:43.518Z] #43 DONE 0.4s [2021-07-14T07:15:43.518Z] [2021-07-14T07:15:43.518Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:15:43.518Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:15:43.602Z] #9 extracting sha256:c31a19a8a6841af41513223b2701373734838fc000bd6928b9c55613c3c79d53 2.0s done [2021-07-14T07:15:44.186Z] #9 ... [2021-07-14T07:15:44.186Z] [2021-07-14T07:15:44.186Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-07-14T07:15:44.186Z] #64 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-07-14T07:15:44.186Z] #64 DONE 2.7s [2021-07-14T07:15:44.449Z] [2021-07-14T07:15:44.449Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:44.449Z] #9 sha256:e3431a805fa5fd73fbc4825d04f700fa2318f0db6a35561deec332111840ae16 [2021-07-14T07:15:44.449Z] #9 extracting sha256:0721d51a8f1728abb2176ce59281053969faaeaad57d2e7a689ed55b564f6102 [2021-07-14T07:15:45.353Z] #17 105.9 Selecting previously unselected package gcc-aarch64-linux-gnu. [2021-07-14T07:15:45.353Z] #17 105.9 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-07-14T07:15:45.353Z] #17 105.9 Unpacking gcc-aarch64-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:15:45.353Z] #17 106.1 Selecting previously unselected package linux-libc-dev-arm64-cross. [2021-07-14T07:15:45.353Z] #17 106.1 Preparing to unpack .../041-linux-libc-dev-arm64-cross_4.19.20-1cross1_all.deb ... [2021-07-14T07:15:45.353Z] #17 106.1 Unpacking linux-libc-dev-arm64-cross (4.19.20-1cross1) ... [2021-07-14T07:15:45.610Z] #17 106.5 Selecting previously unselected package libc6-dev-arm64-cross. [2021-07-14T07:15:45.610Z] #17 106.5 Preparing to unpack .../042-libc6-dev-arm64-cross_2.28-7cross1_all.deb ... [2021-07-14T07:15:45.610Z] #17 106.5 Unpacking libc6-dev-arm64-cross (2.28-7cross1) ... [2021-07-14T07:15:45.622Z] #46 ... [2021-07-14T07:15:45.622Z] [2021-07-14T07:15:45.622Z] #59 [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-07-14T07:15:45.622Z] #59 sha256:0f6d5e6b9cca6d8ee7b1f2c90f76748e1bd96dc3a5017e095449224f37e0d117 [2021-07-14T07:15:45.622Z] #59 5.533 + RM_GOPATH=0 [2021-07-14T07:15:45.622Z] #59 5.533 + TMP_GOPATH= [2021-07-14T07:15:45.622Z] #59 5.533 + : /build [2021-07-14T07:15:45.622Z] #59 5.533 + '[' -z '' ']' [2021-07-14T07:15:45.622Z] #59 5.536 ++ mktemp -d [2021-07-14T07:15:45.622Z] #59 5.536 + export GOPATH=/tmp/tmp.LcmDicjepP [2021-07-14T07:15:45.622Z] #59 5.536 + GOPATH=/tmp/tmp.LcmDicjepP [2021-07-14T07:15:45.622Z] #59 5.536 + RM_GOPATH=1 [2021-07-14T07:15:45.622Z] #59 5.536 + case "$(go env GOARCH)" in [2021-07-14T07:15:45.622Z] #59 5.539 ++ go env GOARCH [2021-07-14T07:15:45.622Z] #59 5.546 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:45.622Z] #59 5.546 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:45.622Z] #59 5.546 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:45.622Z] #59 5.550 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-07-14T07:15:45.622Z] #59 5.552 + dir=/tmp/install [2021-07-14T07:15:45.622Z] #59 5.552 + bin=rootlesskit [2021-07-14T07:15:45.622Z] #59 5.552 + shift [2021-07-14T07:15:45.622Z] #59 5.552 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-07-14T07:15:45.622Z] #59 5.552 + . /tmp/install/rootlesskit.installer [2021-07-14T07:15:45.622Z] #59 5.552 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-07-14T07:15:45.622Z] #59 5.552 + install_rootlesskit [2021-07-14T07:15:45.622Z] #59 5.552 + case "$1" in [2021-07-14T07:15:45.622Z] #59 5.552 + export CGO_ENABLED=0 [2021-07-14T07:15:45.622Z] #59 5.552 + CGO_ENABLED=0 [2021-07-14T07:15:45.622Z] #59 5.552 + _install_rootlesskit [2021-07-14T07:15:45.622Z] #59 5.552 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-07-14T07:15:45.622Z] #59 5.552 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.LcmDicjepP/src/github.com/rootless-containers/rootlesskit [2021-07-14T07:15:45.622Z] #59 5.552 Cloning into '/tmp/tmp.LcmDicjepP/src/github.com/rootless-containers/rootlesskit'... [2021-07-14T07:15:45.622Z] #59 7.442 + cd /tmp/tmp.LcmDicjepP/src/github.com/rootless-containers/rootlesskit [2021-07-14T07:15:45.622Z] #59 7.442 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-07-14T07:15:45.622Z] #59 7.442 + export GO111MODULE=on [2021-07-14T07:15:45.622Z] #59 7.442 + GO111MODULE=on [2021-07-14T07:15:45.622Z] #59 7.442 + export GOPROXY=https://proxy.golang.org [2021-07-14T07:15:45.622Z] #59 7.442 + GOPROXY=https://proxy.golang.org [2021-07-14T07:15:45.622Z] #59 7.442 + for f in rootlesskit rootlesskit-docker-proxy [2021-07-14T07:15:45.622Z] #59 7.442 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-07-14T07:15:45.622Z] #59 8.521 go: downloading github.com/pkg/errors v0.9.1 [2021-07-14T07:15:45.622Z] #59 8.548 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-07-14T07:15:45.622Z] #59 8.627 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-07-14T07:15:45.622Z] #59 9.500 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-07-14T07:15:45.622Z] #59 ... [2021-07-14T07:15:45.622Z] [2021-07-14T07:15:45.622Z] #48 [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-07-14T07:15:45.622Z] #48 sha256:5c155caf07b095cd27706b3547d7defc0bbb93f62fe541d2b3755351b4ad9e13 [2021-07-14T07:15:45.622Z] #48 7.567 + RM_GOPATH=0 [2021-07-14T07:15:45.622Z] #48 7.567 + TMP_GOPATH= [2021-07-14T07:15:45.622Z] #48 7.567 + : /build [2021-07-14T07:15:45.622Z] #48 7.567 + '[' -z '' ']' [2021-07-14T07:15:45.622Z] #48 7.567 ++ mktemp -d [2021-07-14T07:15:45.622Z] #48 7.567 + export GOPATH=/tmp/tmp.F1n243vfyv [2021-07-14T07:15:45.622Z] #48 7.567 + GOPATH=/tmp/tmp.F1n243vfyv [2021-07-14T07:15:45.622Z] #48 7.567 + RM_GOPATH=1 [2021-07-14T07:15:45.622Z] #48 7.567 + case "$(go env GOARCH)" in [2021-07-14T07:15:45.622Z] #48 7.567 ++ go env GOARCH [2021-07-14T07:15:45.622Z] #48 7.583 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:45.622Z] #48 7.583 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:45.622Z] #48 7.583 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:45.622Z] #48 7.583 + dir=/tmp/install [2021-07-14T07:15:45.622Z] #48 7.583 + bin=gotestsum [2021-07-14T07:15:45.622Z] #48 7.583 + shift [2021-07-14T07:15:45.622Z] #48 7.583 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-07-14T07:15:45.622Z] #48 7.583 + . /tmp/install/gotestsum.installer [2021-07-14T07:15:45.622Z] #48 7.583 ++ : v0.5.3 [2021-07-14T07:15:45.622Z] #48 7.583 + install_gotestsum [2021-07-14T07:15:45.622Z] #48 7.583 + set -e [2021-07-14T07:15:45.622Z] #48 7.583 + export GO111MODULE=on [2021-07-14T07:15:45.622Z] #48 7.583 + GO111MODULE=on [2021-07-14T07:15:45.622Z] #48 7.583 + GOBIN=/build [2021-07-14T07:15:45.622Z] #48 7.583 + go get gotest.tools/gotestsum@v0.5.3 [2021-07-14T07:15:45.622Z] #48 8.357 go: downloading gotest.tools/gotestsum v0.5.3 [2021-07-14T07:15:45.622Z] #48 10.17 go: downloading github.com/fatih/color v1.9.0 [2021-07-14T07:15:45.622Z] #48 10.17 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-07-14T07:15:45.622Z] #48 10.23 go: downloading github.com/pkg/errors v0.9.1 [2021-07-14T07:15:45.883Z] #48 10.27 go: downloading github.com/spf13/pflag v1.0.3 [2021-07-14T07:15:45.883Z] #48 ... [2021-07-14T07:15:45.883Z] [2021-07-14T07:15:45.883Z] #56 [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-07-14T07:15:45.883Z] #56 sha256:74b25419bda146acb1324497e0de2f7282812392f4f248a320eaaf103c051506 [2021-07-14T07:15:45.883Z] #56 6.545 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:15:45.883Z] #56 6.575 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:15:45.883Z] #56 6.575 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:15:45.883Z] #56 7.080 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:15:45.883Z] #56 8.696 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:15:45.883Z] #56 ... [2021-07-14T07:15:45.883Z] [2021-07-14T07:15:45.883Z] #36 [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-07-14T07:15:45.883Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:15:45.883Z] #36 7.274 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:15:45.883Z] #36 7.274 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:15:45.883Z] #36 7.274 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:15:45.883Z] #36 8.126 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:15:45.883Z] #36 10.09 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:15:46.145Z] #36 ... [2021-07-14T07:15:46.145Z] [2021-07-14T07:15:46.145Z] #24 [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-07-14T07:15:46.145Z] #24 sha256:c40be3cebb52380c149a6558d0571985fdb9b526132b59457227a1549dcdeee0 [2021-07-14T07:15:46.145Z] #24 5.948 + RM_GOPATH=0 [2021-07-14T07:15:46.145Z] #24 5.948 + TMP_GOPATH= [2021-07-14T07:15:46.145Z] #24 5.948 + : /build [2021-07-14T07:15:46.145Z] #24 5.948 + '[' -z '' ']' [2021-07-14T07:15:46.145Z] #24 5.948 ++ mktemp -d [2021-07-14T07:15:46.145Z] #24 5.948 + export GOPATH=/tmp/tmp.R9b9YSz5VK [2021-07-14T07:15:46.145Z] #24 5.948 + GOPATH=/tmp/tmp.R9b9YSz5VK [2021-07-14T07:15:46.145Z] #24 5.948 + RM_GOPATH=1 [2021-07-14T07:15:46.145Z] #24 5.948 + case "$(go env GOARCH)" in [2021-07-14T07:15:46.145Z] #24 5.948 ++ go env GOARCH [2021-07-14T07:15:46.145Z] #24 5.958 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:46.145Z] #24 5.958 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:46.145Z] #24 5.958 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:46.145Z] #24 5.962 Install docker/cli version 17.06.2-ce from stable [2021-07-14T07:15:46.145Z] #24 5.965 + dir=/tmp/install [2021-07-14T07:15:46.145Z] #24 5.965 + bin=dockercli [2021-07-14T07:15:46.145Z] #24 5.965 + shift [2021-07-14T07:15:46.145Z] #24 5.965 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-07-14T07:15:46.145Z] #24 5.965 + . /tmp/install/dockercli.installer [2021-07-14T07:15:46.145Z] #24 5.965 ++ : stable [2021-07-14T07:15:46.145Z] #24 5.965 ++ : 17.06.2-ce [2021-07-14T07:15:46.145Z] #24 5.965 + install_dockercli [2021-07-14T07:15:46.145Z] #24 5.965 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-07-14T07:15:46.145Z] #24 5.965 ++ uname -m [2021-07-14T07:15:46.145Z] #24 5.965 + arch=x86_64 [2021-07-14T07:15:46.145Z] #24 5.965 + '[' x86_64 '!=' x86_64 ']' [2021-07-14T07:15:46.145Z] #24 5.965 + url=https://download.docker.com/linux/static [2021-07-14T07:15:46.145Z] #24 5.965 + tar -xz docker/docker [2021-07-14T07:15:46.145Z] #24 5.976 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-07-14T07:15:46.145Z] #24 ... [2021-07-14T07:15:46.145Z] [2021-07-14T07:15:46.145Z] #34 [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-07-14T07:15:46.145Z] #34 sha256:84169e06b340e5546c3db39509599fef01733b637b3cc0568d491b33e98f96e1 [2021-07-14T07:15:46.145Z] #34 6.865 Install go-toml version v1.8.1 [2021-07-14T07:15:46.145Z] #34 7.501 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-07-14T07:15:46.145Z] #34 9.963 github.com/pelletier/go-toml [2021-07-14T07:15:46.172Z] #17 107.2 Selecting previously unselected package libstdc++-8-dev-arm64-cross. [2021-07-14T07:15:46.172Z] #17 107.2 Preparing to unpack .../043-libstdc++-8-dev-arm64-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:46.172Z] #17 107.2 Unpacking libstdc++-8-dev-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:15:46.407Z] #34 ... [2021-07-14T07:15:46.407Z] [2021-07-14T07:15:46.407Z] #52 [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-07-14T07:15:46.407Z] #52 sha256:fc1c17164ef0e30817b476dc51015fd01ddc11b875a5cf5b8964f765303d349b [2021-07-14T07:15:46.407Z] #52 7.669 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-14T07:15:46.407Z] #52 7.670 + RM_GOPATH=0 [2021-07-14T07:15:46.407Z] #52 7.670 + TMP_GOPATH= [2021-07-14T07:15:46.407Z] #52 7.670 + : /build [2021-07-14T07:15:46.407Z] #52 7.670 + '[' -z '' ']' [2021-07-14T07:15:46.407Z] #52 7.670 ++ mktemp -d [2021-07-14T07:15:46.407Z] #52 7.670 + export GOPATH=/tmp/tmp.LUJj5xuAXh [2021-07-14T07:15:46.407Z] #52 7.670 + GOPATH=/tmp/tmp.LUJj5xuAXh [2021-07-14T07:15:46.407Z] #52 7.670 + RM_GOPATH=1 [2021-07-14T07:15:46.407Z] #52 7.670 + case "$(go env GOARCH)" in [2021-07-14T07:15:46.407Z] #52 7.670 ++ go env GOARCH [2021-07-14T07:15:46.407Z] #52 7.670 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:46.407Z] #52 7.670 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:46.407Z] #52 7.670 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:46.407Z] #52 7.670 + dir=/tmp/install [2021-07-14T07:15:46.407Z] #52 7.670 + bin=shfmt [2021-07-14T07:15:46.407Z] #52 7.670 + shift [2021-07-14T07:15:46.407Z] #52 7.670 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-07-14T07:15:46.407Z] #52 7.670 + . /tmp/install/shfmt.installer [2021-07-14T07:15:46.407Z] #52 7.670 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-14T07:15:46.407Z] #52 7.670 + install_shfmt [2021-07-14T07:15:46.407Z] #52 7.670 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-07-14T07:15:46.407Z] #52 7.670 + git clone https://github.com/mvdan/sh.git /tmp/tmp.LUJj5xuAXh/src/github.com/mvdan/sh [2021-07-14T07:15:46.407Z] #52 7.719 Cloning into '/tmp/tmp.LUJj5xuAXh/src/github.com/mvdan/sh'... [2021-07-14T07:15:46.407Z] #52 ... [2021-07-14T07:15:46.407Z] [2021-07-14T07:15:46.407Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:15:46.407Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:15:46.407Z] #44 8.916 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:15:46.407Z] #44 9.121 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:15:46.407Z] #44 9.121 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:15:46.407Z] #44 9.503 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-07-14T07:15:46.407Z] #44 10.22 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:15:46.687Z] #44 ... [2021-07-14T07:15:46.687Z] [2021-07-14T07:15:46.687Z] #32 [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-07-14T07:15:46.687Z] #32 sha256:e5a47005f578bbeec018e89af2d3942afbe4d492ad54425cac9a1a2acaffc2ab [2021-07-14T07:15:46.687Z] #32 6.522 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-07-14T07:15:46.687Z] #32 6.531 Cloning into '.'... [2021-07-14T07:15:46.736Z] #17 107.7 Selecting previously unselected package g++-8-aarch64-linux-gnu. [2021-07-14T07:15:46.736Z] #17 107.7 Preparing to unpack .../044-g++-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:15:46.736Z] #17 107.7 Unpacking g++-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:15:46.949Z] #32 ... [2021-07-14T07:15:46.949Z] [2021-07-14T07:15:46.949Z] #50 [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-07-14T07:15:46.949Z] #50 sha256:f25386ae4fce9e769da1fb0ef63f927d9223c9e6be2b128faf437d5a9a6f5112 [2021-07-14T07:15:46.949Z] #50 7.122 + RM_GOPATH=0 [2021-07-14T07:15:46.949Z] #50 7.122 + TMP_GOPATH= [2021-07-14T07:15:46.949Z] #50 7.122 + : /build [2021-07-14T07:15:46.949Z] #50 7.122 + '[' -z '' ']' [2021-07-14T07:15:46.949Z] #50 7.122 ++ mktemp -d [2021-07-14T07:15:46.949Z] #50 7.122 + export GOPATH=/tmp/tmp.RWsfE4TFI3 [2021-07-14T07:15:46.949Z] #50 7.122 + GOPATH=/tmp/tmp.RWsfE4TFI3 [2021-07-14T07:15:46.949Z] #50 7.122 + RM_GOPATH=1 [2021-07-14T07:15:46.949Z] #50 7.122 + case "$(go env GOARCH)" in [2021-07-14T07:15:46.949Z] #50 7.122 ++ go env GOARCH [2021-07-14T07:15:46.949Z] #50 7.139 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:46.949Z] #50 7.139 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:46.949Z] #50 7.139 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:46.949Z] #50 7.145 + dir=/tmp/install [2021-07-14T07:15:46.949Z] #50 7.145 + bin=golangci_lint [2021-07-14T07:15:46.949Z] #50 7.145 + shift [2021-07-14T07:15:46.949Z] #50 7.145 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-07-14T07:15:46.949Z] #50 7.145 + . /tmp/install/golangci_lint.installer [2021-07-14T07:15:46.949Z] #50 7.145 ++ : v1.23.8 [2021-07-14T07:15:46.949Z] #50 7.145 + install_golangci_lint [2021-07-14T07:15:46.949Z] #50 7.145 + set -e [2021-07-14T07:15:46.949Z] #50 7.145 + export GO111MODULE=on [2021-07-14T07:15:46.949Z] #50 7.145 + GO111MODULE=on [2021-07-14T07:15:46.949Z] #50 7.145 + GOBIN=/build [2021-07-14T07:15:46.949Z] #50 7.145 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-07-14T07:15:46.949Z] #50 7.876 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-07-14T07:15:46.949Z] #50 ... [2021-07-14T07:15:46.949Z] [2021-07-14T07:15:46.949Z] #40 [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-07-14T07:15:46.949Z] #40 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:15:46.949Z] #40 7.324 + git clone https://github.com/docker/distribution.git . [2021-07-14T07:15:46.949Z] #40 7.324 Cloning into '.'... [2021-07-14T07:15:46.949Z] #40 ... [2021-07-14T07:15:46.949Z] [2021-07-14T07:15:46.949Z] #48 [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-07-14T07:15:46.949Z] #48 sha256:5c155caf07b095cd27706b3547d7defc0bbb93f62fe541d2b3755351b4ad9e13 [2021-07-14T07:15:46.949Z] #48 10.59 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-07-14T07:15:46.949Z] #48 10.59 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-07-14T07:15:46.949Z] #48 10.75 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-07-14T07:15:46.949Z] #48 10.87 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-07-14T07:15:46.949Z] #48 10.88 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-07-14T07:15:46.949Z] #48 11.33 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-07-14T07:15:47.374Z] #44 ... [2021-07-14T07:15:47.374Z] [2021-07-14T07:15:47.374Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-07-14T07:15:47.374Z] #12 sha256:54eb229684e42938fafa5dd3195e197beda24b8a709a74d338874c98a70ea2df [2021-07-14T07:15:47.374Z] #12 DONE 4.3s [2021-07-14T07:15:47.374Z] [2021-07-14T07:15:47.374Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:15:47.374Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:15:48.104Z] #17 109.0 Selecting previously unselected package g++-aarch64-linux-gnu. [2021-07-14T07:15:48.104Z] #17 109.0 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-07-14T07:15:48.104Z] #17 109.0 Unpacking g++-aarch64-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:15:48.104Z] #17 109.0 Selecting previously unselected package patch. [2021-07-14T07:15:48.104Z] #17 109.0 Preparing to unpack .../046-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-07-14T07:15:48.104Z] #17 109.0 Unpacking patch (2.7.6-3+deb10u1) ... [2021-07-14T07:15:48.104Z] #17 109.1 Selecting previously unselected package dpkg-dev. [2021-07-14T07:15:48.104Z] #17 ... [2021-07-14T07:15:48.104Z] [2021-07-14T07:15:48.104Z] #47 [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-07-14T07:15:48.104Z] #47 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:15:48.104Z] #47 121.1 + dpkg --print-architecture [2021-07-14T07:15:48.104Z] #47 121.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-07-14T07:15:48.338Z] #48 ... [2021-07-14T07:15:48.338Z] [2021-07-14T07:15:48.338Z] #24 [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-07-14T07:15:48.338Z] #24 sha256:c40be3cebb52380c149a6558d0571985fdb9b526132b59457227a1549dcdeee0 [2021-07-14T07:15:48.338Z] #24 12.25 + mkdir -p /build [2021-07-14T07:15:48.338Z] #24 12.25 + mv docker/docker /build/ [2021-07-14T07:15:48.338Z] #24 12.25 + rmdir docker [2021-07-14T07:15:48.338Z] #24 DONE 12.7s [2021-07-14T07:15:48.361Z] #47 121.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-07-14T07:15:48.361Z] #47 121.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-07-14T07:15:48.600Z] [2021-07-14T07:15:48.600Z] #46 [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-07-14T07:15:48.600Z] #46 sha256:45330e458c197afe6b953285f43fed9ea5d21cd484f7b632a40659860e483bdd [2021-07-14T07:15:48.600Z] #46 10.26 encoding [2021-07-14T07:15:48.600Z] #46 10.39 unicode/utf16 [2021-07-14T07:15:48.600Z] #46 10.64 container/list [2021-07-14T07:15:48.600Z] #46 11.47 crypto/internal/subtle [2021-07-14T07:15:48.600Z] #46 11.59 crypto/subtle [2021-07-14T07:15:48.600Z] #46 11.79 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-07-14T07:15:48.600Z] #46 11.94 internal/nettrace [2021-07-14T07:15:48.600Z] #46 12.11 runtime/cgo [2021-07-14T07:15:48.600Z] #46 ... [2021-07-14T07:15:48.600Z] [2021-07-14T07:15:48.600Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:15:48.600Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:15:48.600Z] #13 7.369 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:15:48.600Z] #13 7.459 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:15:48.600Z] #13 7.460 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:15:48.600Z] #13 7.460 Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-07-14T07:15:48.600Z] #13 8.565 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:15:48.862Z] #13 ... [2021-07-14T07:15:48.862Z] [2021-07-14T07:15:48.862Z] #59 [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-07-14T07:15:48.862Z] #59 sha256:0f6d5e6b9cca6d8ee7b1f2c90f76748e1bd96dc3a5017e095449224f37e0d117 [2021-07-14T07:15:48.862Z] #59 12.60 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-07-14T07:15:49.435Z] #59 13.64 go: downloading github.com/google/uuid v1.2.0 [2021-07-14T07:15:49.435Z] #59 13.71 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-07-14T07:15:49.435Z] #59 13.78 go: downloading github.com/moby/vpnkit v0.5.0 [2021-07-14T07:15:49.435Z] #59 13.80 go: downloading github.com/gofrs/flock v0.8.0 [2021-07-14T07:15:49.435Z] #59 13.91 go: downloading github.com/gorilla/mux v1.8.0 [2021-07-14T07:15:50.007Z] #59 14.36 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-07-14T07:15:50.011Z] #13 2.970 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-07-14T07:15:50.011Z] #13 3.068 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:15:50.011Z] #13 3.071 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:15:50.011Z] #13 3.074 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:15:50.109Z] #44 ... [2021-07-14T07:15:50.109Z] [2021-07-14T07:15:50.109Z] #34 [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-07-14T07:15:50.109Z] #34 sha256:2b0292c63a91f12405e57c17602e6c5dc251225326353d5bf989d71a13417d16 [2021-07-14T07:15:50.109Z] #34 5.905 Install go-toml version v1.8.1 [2021-07-14T07:15:50.109Z] #34 ... [2021-07-14T07:15:50.109Z] [2021-07-14T07:15:50.109Z] #24 [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-07-14T07:15:50.109Z] #24 sha256:224114ccece4f96447aa18fc6544f2184ee03f59b92aa43a659a7a12c6f818c6 [2021-07-14T07:15:50.109Z] #24 6.007 + RM_GOPATH=0 [2021-07-14T07:15:50.109Z] #24 6.007 + TMP_GOPATH= [2021-07-14T07:15:50.109Z] #24 6.007 + : /build [2021-07-14T07:15:50.109Z] #24 6.007 + '[' -z '' ']' [2021-07-14T07:15:50.109Z] #24 6.007 ++ mktemp -d [2021-07-14T07:15:50.109Z] #24 6.007 + export GOPATH=/tmp/tmp.OKEDsiYttB [2021-07-14T07:15:50.109Z] #24 6.007 + GOPATH=/tmp/tmp.OKEDsiYttB [2021-07-14T07:15:50.109Z] #24 6.007 + RM_GOPATH=1 [2021-07-14T07:15:50.109Z] #24 6.007 + case "$(go env GOARCH)" in [2021-07-14T07:15:50.109Z] #24 6.013 ++ go env GOARCH [2021-07-14T07:15:50.109Z] #24 6.016 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:50.109Z] #24 6.016 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:50.109Z] #24 6.017 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:50.109Z] #24 6.017 + dir=/tmp/install [2021-07-14T07:15:50.109Z] #24 6.018 + bin=dockercli [2021-07-14T07:15:50.109Z] #24 6.018 + shift [2021-07-14T07:15:50.109Z] #24 6.018 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-07-14T07:15:50.109Z] #24 6.018 + . /tmp/install/dockercli.installer [2021-07-14T07:15:50.109Z] #24 6.018 ++ : stable [2021-07-14T07:15:50.109Z] #24 6.018 ++ : 17.06.2-ce [2021-07-14T07:15:50.109Z] #24 6.018 + install_dockercli [2021-07-14T07:15:50.109Z] #24 6.018 Install docker/cli version 17.06.2-ce from stable [2021-07-14T07:15:50.109Z] #24 6.018 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-07-14T07:15:50.109Z] #24 6.018 ++ uname -m [2021-07-14T07:15:50.109Z] #24 6.019 + arch=x86_64 [2021-07-14T07:15:50.109Z] #24 6.019 + '[' x86_64 '!=' x86_64 ']' [2021-07-14T07:15:50.109Z] #24 6.019 + url=https://download.docker.com/linux/static [2021-07-14T07:15:50.109Z] #24 6.020 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-07-14T07:15:50.109Z] #24 6.020 + tar -xz docker/docker [2021-07-14T07:15:50.109Z] #24 ... [2021-07-14T07:15:50.109Z] [2021-07-14T07:15:50.109Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-07-14T07:15:50.109Z] #12 sha256:54eb229684e42938fafa5dd3195e197beda24b8a709a74d338874c98a70ea2df [2021-07-14T07:15:50.109Z] #12 DONE 6.7s [2021-07-14T07:15:50.109Z] [2021-07-14T07:15:50.109Z] #32 [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-07-14T07:15:50.109Z] #32 sha256:e5a47005f578bbeec018e89af2d3942afbe4d492ad54425cac9a1a2acaffc2ab [2021-07-14T07:15:50.109Z] #32 6.630 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-07-14T07:15:50.109Z] #32 6.631 Cloning into '.'... [2021-07-14T07:15:50.234Z] #9 extracting sha256:0721d51a8f1728abb2176ce59281053969faaeaad57d2e7a689ed55b564f6102 4.9s done [2021-07-14T07:15:50.234Z] #9 ... [2021-07-14T07:15:50.234Z] [2021-07-14T07:15:50.234Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-07-14T07:15:50.234Z] #66 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-07-14T07:15:50.234Z] #66 DONE 5.3s [2021-07-14T07:15:50.234Z] [2021-07-14T07:15:50.234Z] #27 [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-07-14T07:15:50.234Z] #27 sha256:fb66fc075af2299aa8718936ecc9079baa3d961d0ed92e9d56de04fa8115b455 [2021-07-14T07:15:50.234Z] #27 3.887 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:15:50.234Z] #27 3.887 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:15:50.234Z] #27 3.913 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:15:50.234Z] #27 4.128 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-07-14T07:15:50.234Z] #27 4.407 Get:5 http://security.debian.org/debian-security buster/updates/main arm64 Packages [288 kB] [2021-07-14T07:15:50.234Z] #27 5.121 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-07-14T07:15:50.234Z] #27 6.686 Fetched 8277 kB in 3s (2715 kB/s) [2021-07-14T07:15:50.234Z] #27 6.686 Reading package lists... [2021-07-14T07:15:50.234Z] #27 8.418 Reading package lists... [2021-07-14T07:15:50.234Z] #27 10.18 Building dependency tree... [2021-07-14T07:15:50.235Z] #27 11.04 The following additional packages will be installed: [2021-07-14T07:15:50.235Z] #27 11.04 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-07-14T07:15:50.235Z] #27 11.04 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-07-14T07:15:50.235Z] #27 11.04 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-07-14T07:15:50.235Z] #27 11.04 Suggested packages: [2021-07-14T07:15:50.235Z] #27 11.04 krb5-doc krb5-user [2021-07-14T07:15:50.235Z] #27 11.04 Recommended packages: [2021-07-14T07:15:50.235Z] #27 11.04 krb5-locales publicsuffix libsasl2-modules [2021-07-14T07:15:50.235Z] #27 ... [2021-07-14T07:15:50.235Z] [2021-07-14T07:15:50.235Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.6-buster@sha256:777d13e40bc15456dceac9b37f926bd7b4c237645da9ff8e3c94d7a4916a909b [2021-07-14T07:15:50.235Z] #9 sha256:e3431a805fa5fd73fbc4825d04f700fa2318f0db6a35561deec332111840ae16 [2021-07-14T07:15:50.235Z] #9 extracting sha256:b2ef610e58eb2b903586208b5314539a8348afd2b4339af5323bf76b2c102bce done [2021-07-14T07:15:50.235Z] #9 DONE 23.4s [2021-07-14T07:15:50.235Z] [2021-07-14T07:15:50.235Z] #27 [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-07-14T07:15:50.235Z] #27 sha256:fb66fc075af2299aa8718936ecc9079baa3d961d0ed92e9d56de04fa8115b455 [2021-07-14T07:15:50.235Z] #27 11.37 The following NEW packages will be installed: [2021-07-14T07:15:50.235Z] #27 11.37 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-07-14T07:15:50.235Z] #27 11.37 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-07-14T07:15:50.235Z] #27 11.37 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-07-14T07:15:50.235Z] #27 11.37 libssh2-1 libssl1.1 openssl [2021-07-14T07:15:50.499Z] #27 11.80 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:15:50.499Z] #27 11.80 Need to get 4777 kB of archives. [2021-07-14T07:15:50.499Z] #27 11.80 After this operation, 11.5 MB of additional disk space will be used. [2021-07-14T07:15:50.499Z] #27 11.80 Get:1 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u6 [1382 kB] [2021-07-14T07:15:50.580Z] #59 14.99 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-07-14T07:15:50.580Z] #59 15.08 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-07-14T07:15:50.761Z] #27 11.97 Get:2 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1d-0+deb10u6 [823 kB] [2021-07-14T07:15:50.761Z] #27 11.99 Get:3 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-07-14T07:15:50.761Z] #27 11.99 Get:4 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB] [2021-07-14T07:15:50.761Z] #27 11.99 Get:5 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB] [2021-07-14T07:15:50.761Z] #27 12.00 Get:6 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB] [2021-07-14T07:15:50.761Z] #27 12.00 Get:7 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB] [2021-07-14T07:15:50.761Z] #27 12.00 Get:8 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB] [2021-07-14T07:15:50.761Z] #27 12.04 Get:9 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB] [2021-07-14T07:15:50.761Z] #27 12.04 Get:10 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB] [2021-07-14T07:15:50.761Z] #27 12.05 Get:11 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-07-14T07:15:50.761Z] #27 12.05 Get:12 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB] [2021-07-14T07:15:50.761Z] #27 12.05 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB] [2021-07-14T07:15:50.761Z] #27 12.05 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB] [2021-07-14T07:15:50.761Z] #27 12.05 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB] [2021-07-14T07:15:50.761Z] #27 12.06 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB] [2021-07-14T07:15:50.761Z] #27 12.07 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u2 [312 kB] [2021-07-14T07:15:50.761Z] #27 12.07 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u2 [260 kB] [2021-07-14T07:15:50.761Z] #27 12.08 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-07-14T07:15:50.761Z] #27 12.08 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-07-14T07:15:50.761Z] #27 12.08 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-07-14T07:15:50.984Z] #13 3.976 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] [2021-07-14T07:15:51.024Z] #27 ... [2021-07-14T07:15:51.024Z] [2021-07-14T07:15:51.024Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-07-14T07:15:51.024Z] #10 sha256:9466df46ba512352c4f6de704ab27d30d32e8f17cae56f496e9971395f38ef9e [2021-07-14T07:15:51.024Z] #10 DONE 0.9s [2021-07-14T07:15:51.024Z] [2021-07-14T07:15:51.024Z] #27 [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-07-14T07:15:51.024Z] #27 sha256:fb66fc075af2299aa8718936ecc9079baa3d961d0ed92e9d56de04fa8115b455 [2021-07-14T07:15:51.024Z] #27 12.45 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:15:51.288Z] #27 12.50 Fetched 4777 kB in 1s (7057 kB/s) [2021-07-14T07:15:51.288Z] #27 12.56 Selecting previously unselected package libssl1.1:arm64. [2021-07-14T07:15:51.288Z] #27 12.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 ... 6670 files and directories currently installed.) [2021-07-14T07:15:51.288Z] #27 12.58 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_arm64.deb ... [2021-07-14T07:15:51.288Z] #27 12.59 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u6) ... [2021-07-14T07:15:51.550Z] #27 12.77 Selecting previously unselected package openssl. [2021-07-14T07:15:51.551Z] #27 12.77 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_arm64.deb ... [2021-07-14T07:15:51.551Z] #27 12.78 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-07-14T07:15:51.551Z] #27 12.92 Selecting previously unselected package ca-certificates. [2021-07-14T07:15:51.551Z] #27 12.92 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-07-14T07:15:51.551Z] #27 12.92 Unpacking ca-certificates (20200601~deb10u2) ... [2021-07-14T07:15:51.816Z] #27 ... [2021-07-14T07:15:51.816Z] [2021-07-14T07:15:51.816Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-07-14T07:15:51.816Z] #11 sha256:fea5c863463561afdd17d9d3e1a5367e2c270c059b61f363d0af926a9e035e3c [2021-07-14T07:15:51.816Z] #11 DONE 0.9s [2021-07-14T07:15:51.816Z] [2021-07-14T07:15:51.816Z] #27 [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-07-14T07:15:51.816Z] #27 sha256:fb66fc075af2299aa8718936ecc9079baa3d961d0ed92e9d56de04fa8115b455 [2021-07-14T07:15:51.816Z] #27 13.20 Selecting previously unselected package libkeyutils1:arm64. [2021-07-14T07:15:51.816Z] #27 13.20 Preparing to unpack .../03-libkeyutils1_1.6-6_arm64.deb ... [2021-07-14T07:15:51.816Z] #27 13.21 Unpacking libkeyutils1:arm64 (1.6-6) ... [2021-07-14T07:15:51.816Z] #27 13.27 Selecting previously unselected package libkrb5support0:arm64. [2021-07-14T07:15:52.079Z] #27 13.27 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_arm64.deb ... [2021-07-14T07:15:52.079Z] #27 13.29 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-07-14T07:15:52.079Z] #27 13.37 Selecting previously unselected package libk5crypto3:arm64. [2021-07-14T07:15:52.079Z] #27 13.37 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_arm64.deb ... [2021-07-14T07:15:52.079Z] #27 13.37 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-07-14T07:15:52.079Z] #27 ... [2021-07-14T07:15:52.079Z] [2021-07-14T07:15:52.079Z] #43 [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-07-14T07:15:52.080Z] #43 sha256:8fb48157f2d34b5edbabb9bac9e100c4526fe449a642b481531d0bf62e305f0d [2021-07-14T07:15:52.080Z] #43 DONE 0.3s [2021-07-14T07:15:52.080Z] [2021-07-14T07:15:52.080Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-07-14T07:15:52.080Z] #31 sha256:1a4a4b17226fe0e7fefe08708a1cebd8bd7d72d306449723750eaace67acb31b [2021-07-14T07:15:52.080Z] #31 DONE 0.3s [2021-07-14T07:15:52.080Z] [2021-07-14T07:15:52.080Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-07-14T07:15:52.080Z] #39 sha256:de3af72e39b73242989f16fc06aca50c6f9e46b477716ea287977c704a02a2ef [2021-07-14T07:15:52.080Z] #39 DONE 0.3s [2021-07-14T07:15:52.080Z] [2021-07-14T07:15:52.080Z] #27 [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-07-14T07:15:52.080Z] #27 sha256:fb66fc075af2299aa8718936ecc9079baa3d961d0ed92e9d56de04fa8115b455 [2021-07-14T07:15:52.080Z] #27 13.46 Selecting previously unselected package libkrb5-3:arm64. [2021-07-14T07:15:52.080Z] #27 13.46 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_arm64.deb ... [2021-07-14T07:15:52.080Z] #27 13.47 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-07-14T07:15:52.343Z] #27 13.60 Selecting previously unselected package libgssapi-krb5-2:arm64. [2021-07-14T07:15:52.343Z] #27 13.60 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ... [2021-07-14T07:15:52.343Z] #27 13.60 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-07-14T07:15:52.343Z] #27 13.70 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-07-14T07:15:52.343Z] #27 13.70 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-07-14T07:15:52.343Z] #27 13.71 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:15:52.343Z] #27 13.81 Selecting previously unselected package libsasl2-2:arm64. [2021-07-14T07:15:52.343Z] #27 13.81 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ... [2021-07-14T07:15:52.363Z] #13 ... [2021-07-14T07:15:52.363Z] [2021-07-14T07:15:52.363Z] #46 [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-07-14T07:15:52.363Z] #46 sha256:ea7f20defe8df5e33a2fd1d5d092cd89194e26a2ac9659ecae17cd75b67eebfa [2021-07-14T07:15:52.363Z] #46 5.345 + RM_GOPATH=0 [2021-07-14T07:15:52.363Z] #46 5.348 + TMP_GOPATH= [2021-07-14T07:15:52.363Z] #46 5.348 + : /build [2021-07-14T07:15:52.363Z] #46 5.348 + '[' -z '' ']' [2021-07-14T07:15:52.363Z] #46 5.348 ++ mktemp -d [2021-07-14T07:15:52.363Z] #46 5.348 + export GOPATH=/tmp/tmp.iifKK4t2t8 [2021-07-14T07:15:52.363Z] #46 5.348 + GOPATH=/tmp/tmp.iifKK4t2t8 [2021-07-14T07:15:52.363Z] #46 5.348 + RM_GOPATH=1 [2021-07-14T07:15:52.363Z] #46 5.348 + case "$(go env GOARCH)" in [2021-07-14T07:15:52.363Z] #46 5.348 ++ go env GOARCH [2021-07-14T07:15:52.363Z] #46 5.352 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:52.363Z] #46 5.359 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:52.363Z] #46 5.359 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:52.363Z] #46 5.359 + dir=/tmp/install [2021-07-14T07:15:52.363Z] #46 5.359 + bin=vndr [2021-07-14T07:15:52.363Z] #46 5.359 + shift [2021-07-14T07:15:52.363Z] #46 5.359 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-07-14T07:15:52.363Z] #46 5.359 + . /tmp/install/vndr.installer [2021-07-14T07:15:52.363Z] #46 5.359 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-14T07:15:52.363Z] #46 5.359 + install_vndr [2021-07-14T07:15:52.363Z] #46 5.359 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-07-14T07:15:52.363Z] #46 5.359 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.iifKK4t2t8/src/github.com/LK4D4/vndr [2021-07-14T07:15:52.363Z] #46 5.359 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-14T07:15:52.363Z] #46 5.368 Cloning into '/tmp/tmp.iifKK4t2t8/src/github.com/LK4D4/vndr'... [2021-07-14T07:15:52.363Z] #46 5.980 + cd /tmp/tmp.iifKK4t2t8/src/github.com/LK4D4/vndr [2021-07-14T07:15:52.363Z] #46 5.980 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-14T07:15:52.363Z] #46 6.006 + go build -buildmode=pie -v -o /build/vndr . [2021-07-14T07:15:52.363Z] #46 7.956 internal/unsafeheader [2021-07-14T07:15:52.363Z] #46 8.012 internal/cpu [2021-07-14T07:15:52.363Z] #46 8.149 runtime/internal/atomic [2021-07-14T07:15:52.363Z] #46 8.585 runtime/internal/sys [2021-07-14T07:15:52.363Z] #46 8.901 runtime/internal/math [2021-07-14T07:15:52.363Z] #46 9.129 internal/race [2021-07-14T07:15:52.363Z] #46 9.148 internal/bytealg [2021-07-14T07:15:52.363Z] #46 9.483 sync/atomic [2021-07-14T07:15:52.363Z] #46 9.731 unicode [2021-07-14T07:15:52.607Z] #27 13.81 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:15:52.607Z] #27 13.92 Selecting previously unselected package libldap-common. [2021-07-14T07:15:52.607Z] #27 13.93 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-07-14T07:15:52.607Z] #27 13.93 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:15:52.607Z] #27 14.04 Selecting previously unselected package libldap-2.4-2:arm64. [2021-07-14T07:15:52.607Z] #27 14.04 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ... [2021-07-14T07:15:52.622Z] #46 ... [2021-07-14T07:15:52.622Z] [2021-07-14T07:15:52.622Z] #56 [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-07-14T07:15:52.622Z] #56 sha256:74b25419bda146acb1324497e0de2f7282812392f4f248a320eaaf103c051506 [2021-07-14T07:15:52.622Z] #56 6.548 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:15:52.622Z] #56 6.650 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:15:52.622Z] #56 6.722 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:15:52.622Z] #56 7.447 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:15:52.622Z] #56 9.547 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:15:52.622Z] #56 ... [2021-07-14T07:15:52.622Z] [2021-07-14T07:15:52.622Z] #48 [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-07-14T07:15:52.622Z] #48 sha256:480e0707d3e1a15af27073ed2722b341da17bdf5d0e72071ac52f45e32e2919a [2021-07-14T07:15:52.622Z] #48 4.829 + RM_GOPATH=0 [2021-07-14T07:15:52.622Z] #48 4.829 + TMP_GOPATH= [2021-07-14T07:15:52.622Z] #48 4.829 + : /build [2021-07-14T07:15:52.622Z] #48 4.829 + '[' -z '' ']' [2021-07-14T07:15:52.622Z] #48 4.836 ++ mktemp -d [2021-07-14T07:15:52.622Z] #48 4.836 + export GOPATH=/tmp/tmp.skJjjDf8gL [2021-07-14T07:15:52.622Z] #48 4.836 + GOPATH=/tmp/tmp.skJjjDf8gL [2021-07-14T07:15:52.622Z] #48 4.836 + RM_GOPATH=1 [2021-07-14T07:15:52.622Z] #48 4.836 + case "$(go env GOARCH)" in [2021-07-14T07:15:52.622Z] #48 4.836 ++ go env GOARCH [2021-07-14T07:15:52.622Z] #48 4.838 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:52.622Z] #48 4.838 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:52.622Z] #48 4.840 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:52.622Z] #48 4.840 + dir=/tmp/install [2021-07-14T07:15:52.622Z] #48 4.840 + bin=gotestsum [2021-07-14T07:15:52.622Z] #48 4.840 + shift [2021-07-14T07:15:52.622Z] #48 4.840 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-07-14T07:15:52.622Z] #48 4.840 + . /tmp/install/gotestsum.installer [2021-07-14T07:15:52.622Z] #48 4.840 ++ : v0.5.3 [2021-07-14T07:15:52.622Z] #48 4.840 + install_gotestsum [2021-07-14T07:15:52.622Z] #48 4.840 + set -e [2021-07-14T07:15:52.622Z] #48 4.840 + export GO111MODULE=on [2021-07-14T07:15:52.622Z] #48 4.840 + GO111MODULE=on [2021-07-14T07:15:52.622Z] #48 4.840 + GOBIN=/build [2021-07-14T07:15:52.622Z] #48 4.840 + go get gotest.tools/gotestsum@v0.5.3 [2021-07-14T07:15:52.622Z] #48 5.268 go: downloading gotest.tools/gotestsum v0.5.3 [2021-07-14T07:15:52.622Z] #48 7.174 go: downloading github.com/fatih/color v1.9.0 [2021-07-14T07:15:52.622Z] #48 7.178 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-07-14T07:15:52.622Z] #48 7.231 go: downloading github.com/pkg/errors v0.9.1 [2021-07-14T07:15:52.622Z] #48 7.255 go: downloading github.com/spf13/pflag v1.0.3 [2021-07-14T07:15:52.622Z] #48 7.628 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-07-14T07:15:52.622Z] #48 7.647 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-07-14T07:15:52.622Z] #48 7.926 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-07-14T07:15:52.622Z] #48 7.997 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-07-14T07:15:52.622Z] #48 8.229 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-07-14T07:15:52.622Z] #48 9.042 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-07-14T07:15:52.873Z] #27 14.05 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:15:52.873Z] #27 14.17 Selecting previously unselected package libnghttp2-14:arm64. [2021-07-14T07:15:52.873Z] #27 14.17 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ... [2021-07-14T07:15:52.873Z] #27 14.18 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-07-14T07:15:52.873Z] #27 14.31 Selecting previously unselected package libpsl5:arm64. [2021-07-14T07:15:52.873Z] #27 14.31 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ... [2021-07-14T07:15:52.881Z] #48 ... [2021-07-14T07:15:52.881Z] [2021-07-14T07:15:52.881Z] #24 [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-07-14T07:15:52.881Z] #24 sha256:34f84c38543caea6a8c7378f219f099e4e315618d0497ce54a0fde3260d7752c [2021-07-14T07:15:52.881Z] #24 6.269 + RM_GOPATH=0 [2021-07-14T07:15:52.881Z] #24 6.269 + TMP_GOPATH= [2021-07-14T07:15:52.881Z] #24 6.269 + : /build [2021-07-14T07:15:52.881Z] #24 6.269 + '[' -z '' ']' [2021-07-14T07:15:52.881Z] #24 6.269 ++ mktemp -d [2021-07-14T07:15:52.881Z] #24 6.269 + export GOPATH=/tmp/tmp.9CFXlzFxJl [2021-07-14T07:15:52.881Z] #24 6.269 + GOPATH=/tmp/tmp.9CFXlzFxJl [2021-07-14T07:15:52.881Z] #24 6.269 + RM_GOPATH=1 [2021-07-14T07:15:52.881Z] #24 6.269 + case "$(go env GOARCH)" in [2021-07-14T07:15:52.881Z] #24 6.269 ++ go env GOARCH [2021-07-14T07:15:52.881Z] #24 6.434 Install docker/cli version 17.06.2-ce from stable [2021-07-14T07:15:52.881Z] #24 6.436 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:52.881Z] #24 6.436 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:52.881Z] #24 6.436 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:52.881Z] #24 6.436 + dir=/tmp/install [2021-07-14T07:15:52.881Z] #24 6.436 + bin=dockercli [2021-07-14T07:15:52.881Z] #24 6.436 + shift [2021-07-14T07:15:52.881Z] #24 6.436 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-07-14T07:15:52.881Z] #24 6.436 + . /tmp/install/dockercli.installer [2021-07-14T07:15:52.881Z] #24 6.436 ++ : stable [2021-07-14T07:15:52.881Z] #24 6.436 ++ : 17.06.2-ce [2021-07-14T07:15:52.881Z] #24 6.436 + install_dockercli [2021-07-14T07:15:52.881Z] #24 6.436 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-07-14T07:15:52.881Z] #24 6.464 ++ uname -m [2021-07-14T07:15:52.881Z] #24 6.486 + arch=x86_64 [2021-07-14T07:15:52.881Z] #24 6.486 + '[' x86_64 '!=' x86_64 ']' [2021-07-14T07:15:52.881Z] #24 6.486 + url=https://download.docker.com/linux/static [2021-07-14T07:15:52.881Z] #24 6.486 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-07-14T07:15:52.881Z] #24 6.493 + tar -xz docker/docker [2021-07-14T07:15:52.881Z] #24 ... [2021-07-14T07:15:52.881Z] [2021-07-14T07:15:52.881Z] #34 [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-07-14T07:15:52.881Z] #34 sha256:8b6e004995965c6b2cac837bbadacb7351167056d057ca2aaf0a852e5167ef73 [2021-07-14T07:15:52.881Z] #34 5.199 Install go-toml version v1.8.1 [2021-07-14T07:15:52.881Z] #34 5.904 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-07-14T07:15:52.881Z] #34 9.163 github.com/pelletier/go-toml [2021-07-14T07:15:53.140Z] #27 14.32 Unpacking libpsl5:arm64 (0.20.2-2) ... [2021-07-14T07:15:53.140Z] #27 14.44 Selecting previously unselected package librtmp1:arm64. [2021-07-14T07:15:53.140Z] #27 14.44 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ... [2021-07-14T07:15:53.140Z] #27 14.44 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-07-14T07:15:53.140Z] #27 14.55 Selecting previously unselected package libssh2-1:arm64. [2021-07-14T07:15:53.141Z] #34 ... [2021-07-14T07:15:53.141Z] [2021-07-14T07:15:53.141Z] #52 [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-07-14T07:15:53.141Z] #52 sha256:6dc438d704d09bc4d187dd21845b7e1ca2a5a818831fc102b0ba430dffee9ea2 [2021-07-14T07:15:53.141Z] #52 4.976 + RM_GOPATH=0 [2021-07-14T07:15:53.141Z] #52 4.976 + TMP_GOPATH= [2021-07-14T07:15:53.141Z] #52 4.976 + : /build [2021-07-14T07:15:53.141Z] #52 4.976 + '[' -z '' ']' [2021-07-14T07:15:53.141Z] #52 4.976 ++ mktemp -d [2021-07-14T07:15:53.141Z] #52 4.976 + export GOPATH=/tmp/tmp.Hsg4O8jz1I [2021-07-14T07:15:53.141Z] #52 4.976 + GOPATH=/tmp/tmp.Hsg4O8jz1I [2021-07-14T07:15:53.141Z] #52 4.976 + RM_GOPATH=1 [2021-07-14T07:15:53.141Z] #52 4.976 + case "$(go env GOARCH)" in [2021-07-14T07:15:53.141Z] #52 4.979 ++ go env GOARCH [2021-07-14T07:15:53.141Z] #52 4.986 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:53.141Z] #52 4.986 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:53.141Z] #52 4.986 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:53.141Z] #52 4.988 + dir=/tmp/install [2021-07-14T07:15:53.141Z] #52 4.988 + bin=shfmt [2021-07-14T07:15:53.141Z] #52 4.988 + shift [2021-07-14T07:15:53.141Z] #52 4.988 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-07-14T07:15:53.141Z] #52 4.988 + . /tmp/install/shfmt.installer [2021-07-14T07:15:53.141Z] #52 4.988 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-14T07:15:53.141Z] #52 4.988 + install_shfmt [2021-07-14T07:15:53.141Z] #52 4.988 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-07-14T07:15:53.141Z] #52 4.988 + git clone https://github.com/mvdan/sh.git /tmp/tmp.Hsg4O8jz1I/src/github.com/mvdan/sh [2021-07-14T07:15:53.141Z] #52 4.988 Cloning into '/tmp/tmp.Hsg4O8jz1I/src/github.com/mvdan/sh'... [2021-07-14T07:15:53.141Z] #52 4.988 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-14T07:15:53.402Z] #32 ... [2021-07-14T07:15:53.402Z] [2021-07-14T07:15:53.402Z] #48 [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-07-14T07:15:53.402Z] #48 sha256:7943e3491baf7552411ba0245e6d5d98ac869f7de90c87c2672a9eecd140a270 [2021-07-14T07:15:53.402Z] #48 6.783 + RM_GOPATH=0 [2021-07-14T07:15:53.402Z] #48 6.783 + TMP_GOPATH= [2021-07-14T07:15:53.402Z] #48 6.783 + : /build [2021-07-14T07:15:53.402Z] #48 6.783 + '[' -z '' ']' [2021-07-14T07:15:53.402Z] #48 6.783 ++ mktemp -d [2021-07-14T07:15:53.402Z] #48 6.783 + export GOPATH=/tmp/tmp.hRvsyzJbmc [2021-07-14T07:15:53.402Z] #48 6.783 + GOPATH=/tmp/tmp.hRvsyzJbmc [2021-07-14T07:15:53.402Z] #48 6.783 + RM_GOPATH=1 [2021-07-14T07:15:53.402Z] #48 6.783 + case "$(go env GOARCH)" in [2021-07-14T07:15:53.402Z] #48 6.783 ++ go env GOARCH [2021-07-14T07:15:53.402Z] #48 6.803 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:53.402Z] #48 6.803 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:53.402Z] #48 6.803 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:53.402Z] #48 6.803 + dir=/tmp/install [2021-07-14T07:15:53.402Z] #48 6.803 + bin=gotestsum [2021-07-14T07:15:53.402Z] #48 6.803 + shift [2021-07-14T07:15:53.402Z] #48 6.803 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-07-14T07:15:53.402Z] #48 6.803 + . /tmp/install/gotestsum.installer [2021-07-14T07:15:53.402Z] #48 6.803 ++ : v0.5.3 [2021-07-14T07:15:53.402Z] #48 6.803 + install_gotestsum [2021-07-14T07:15:53.402Z] #48 6.803 + set -e [2021-07-14T07:15:53.402Z] #48 6.803 + export GO111MODULE=on [2021-07-14T07:15:53.402Z] #48 6.803 + GO111MODULE=on [2021-07-14T07:15:53.402Z] #48 6.803 + GOBIN=/build [2021-07-14T07:15:53.402Z] #48 6.803 + go get gotest.tools/gotestsum@v0.5.3 [2021-07-14T07:15:53.402Z] #48 7.848 go: downloading gotest.tools/gotestsum v0.5.3 [2021-07-14T07:15:53.402Z] #48 ... [2021-07-14T07:15:53.402Z] [2021-07-14T07:15:53.402Z] #36 [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-07-14T07:15:53.402Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:15:53.402Z] #36 7.889 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:15:53.402Z] #36 8.000 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:15:53.402Z] #36 8.000 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:15:53.402Z] #36 9.964 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:15:53.402Z] #36 ... [2021-07-14T07:15:53.402Z] [2021-07-14T07:15:53.402Z] #59 [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-07-14T07:15:53.402Z] #59 sha256:7a198749b2bdaccc5cf49ad5cd23ca6014e8d334e367d2f75ce13fd8703e4662 [2021-07-14T07:15:53.402Z] #59 6.354 + RM_GOPATH=0 [2021-07-14T07:15:53.402Z] #59 6.354 + TMP_GOPATH= [2021-07-14T07:15:53.402Z] #59 6.354 + : /build [2021-07-14T07:15:53.402Z] #59 6.354 + '[' -z '' ']' [2021-07-14T07:15:53.402Z] #59 6.354 ++ mktemp -d [2021-07-14T07:15:53.402Z] #59 6.363 + export GOPATH=/tmp/tmp.SaTBbzvJZJ [2021-07-14T07:15:53.402Z] #59 6.363 + GOPATH=/tmp/tmp.SaTBbzvJZJ [2021-07-14T07:15:53.402Z] #59 6.363 + RM_GOPATH=1 [2021-07-14T07:15:53.402Z] #59 6.363 + case "$(go env GOARCH)" in [2021-07-14T07:15:53.402Z] #59 6.363 ++ go env GOARCH [2021-07-14T07:15:53.402Z] #59 6.367 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-07-14T07:15:53.402Z] #59 6.368 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:53.402Z] #59 6.368 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:53.402Z] #59 6.368 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:53.402Z] #59 6.368 + dir=/tmp/install [2021-07-14T07:15:53.402Z] #59 6.368 + bin=rootlesskit [2021-07-14T07:15:53.402Z] #59 6.368 + shift [2021-07-14T07:15:53.402Z] #59 6.368 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-07-14T07:15:53.402Z] #59 6.368 + . /tmp/install/rootlesskit.installer [2021-07-14T07:15:53.402Z] #59 6.368 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-07-14T07:15:53.402Z] #59 6.368 + install_rootlesskit [2021-07-14T07:15:53.402Z] #59 6.368 + case "$1" in [2021-07-14T07:15:53.402Z] #59 6.368 + export CGO_ENABLED=0 [2021-07-14T07:15:53.402Z] #59 6.368 + CGO_ENABLED=0 [2021-07-14T07:15:53.402Z] #59 6.368 + _install_rootlesskit [2021-07-14T07:15:53.402Z] #59 6.368 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-07-14T07:15:53.402Z] #59 6.368 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.SaTBbzvJZJ/src/github.com/rootless-containers/rootlesskit [2021-07-14T07:15:53.402Z] #59 6.374 Cloning into '/tmp/tmp.SaTBbzvJZJ/src/github.com/rootless-containers/rootlesskit'... [2021-07-14T07:15:53.405Z] #52 ... [2021-07-14T07:15:53.405Z] [2021-07-14T07:15:53.405Z] #32 [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-07-14T07:15:53.405Z] #32 sha256:e5a47005f578bbeec018e89af2d3942afbe4d492ad54425cac9a1a2acaffc2ab [2021-07-14T07:15:53.405Z] #32 5.557 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-07-14T07:15:53.405Z] #32 5.562 Cloning into '.'... [2021-07-14T07:15:53.405Z] #32 ... [2021-07-14T07:15:53.405Z] [2021-07-14T07:15:53.405Z] #36 [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-07-14T07:15:53.405Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:15:53.405Z] #36 6.737 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:15:53.405Z] #36 6.787 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:15:53.405Z] #36 6.787 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:15:53.405Z] #36 7.587 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:15:53.405Z] #36 9.868 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:15:53.576Z] #27 14.56 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ... [2021-07-14T07:15:53.576Z] #27 14.57 Unpacking libssh2-1:arm64 (1.8.0-2.1) ... [2021-07-14T07:15:53.576Z] #27 14.76 Selecting previously unselected package libcurl4:arm64. [2021-07-14T07:15:53.576Z] #27 14.76 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_arm64.deb ... [2021-07-14T07:15:53.576Z] #27 14.76 Unpacking libcurl4:arm64 (7.64.0-4+deb10u2) ... [2021-07-14T07:15:53.576Z] #27 14.87 Selecting previously unselected package curl. [2021-07-14T07:15:53.576Z] #27 14.87 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_arm64.deb ... [2021-07-14T07:15:53.576Z] #27 14.89 Unpacking curl (7.64.0-4+deb10u2) ... [2021-07-14T07:15:53.662Z] #59 ... [2021-07-14T07:15:53.662Z] [2021-07-14T07:15:53.662Z] #40 [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-07-14T07:15:53.662Z] #40 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:15:53.662Z] #40 6.823 + git clone https://github.com/docker/distribution.git . [2021-07-14T07:15:53.662Z] #40 6.830 Cloning into '.'... [2021-07-14T07:15:53.662Z] #40 ... [2021-07-14T07:15:53.662Z] [2021-07-14T07:15:53.662Z] #46 [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-07-14T07:15:53.662Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:15:53.662Z] #46 7.169 + RM_GOPATH=0 [2021-07-14T07:15:53.662Z] #46 7.172 + TMP_GOPATH= [2021-07-14T07:15:53.662Z] #46 7.172 + : /build [2021-07-14T07:15:53.662Z] #46 7.172 + '[' -z '' ']' [2021-07-14T07:15:53.662Z] #46 7.175 ++ mktemp -d [2021-07-14T07:15:53.662Z] #46 7.175 + export GOPATH=/tmp/tmp.HgeIPkllAZ [2021-07-14T07:15:53.662Z] #46 7.175 + GOPATH=/tmp/tmp.HgeIPkllAZ [2021-07-14T07:15:53.662Z] #46 7.175 + RM_GOPATH=1 [2021-07-14T07:15:53.662Z] #46 7.175 + case "$(go env GOARCH)" in [2021-07-14T07:15:53.662Z] #46 7.175 ++ go env GOARCH [2021-07-14T07:15:53.662Z] #46 7.195 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:53.662Z] #46 7.195 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:53.662Z] #46 7.200 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:53.662Z] #46 7.207 + dir=/tmp/install [2021-07-14T07:15:53.662Z] #46 7.208 + bin=vndr [2021-07-14T07:15:53.662Z] #46 7.208 + shift [2021-07-14T07:15:53.662Z] #46 7.208 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-07-14T07:15:53.662Z] #46 7.208 + . /tmp/install/vndr.installer [2021-07-14T07:15:53.662Z] #46 7.208 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-14T07:15:53.662Z] #46 7.208 + install_vndr [2021-07-14T07:15:53.662Z] #46 7.208 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-07-14T07:15:53.662Z] #46 7.208 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-14T07:15:53.662Z] #46 7.208 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.HgeIPkllAZ/src/github.com/LK4D4/vndr [2021-07-14T07:15:53.662Z] #46 7.287 Cloning into '/tmp/tmp.HgeIPkllAZ/src/github.com/LK4D4/vndr'... [2021-07-14T07:15:53.662Z] #46 8.396 + cd /tmp/tmp.HgeIPkllAZ/src/github.com/LK4D4/vndr [2021-07-14T07:15:53.662Z] #46 8.401 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-14T07:15:53.662Z] #46 8.439 + go build -buildmode=pie -v -o /build/vndr . [2021-07-14T07:15:53.662Z] #46 10.05 internal/unsafeheader [2021-07-14T07:15:53.662Z] #46 10.12 internal/cpu [2021-07-14T07:15:53.662Z] #46 10.20 runtime/internal/atomic [2021-07-14T07:15:53.668Z] #36 ... [2021-07-14T07:15:53.668Z] [2021-07-14T07:15:53.668Z] #50 [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-07-14T07:15:53.668Z] #50 sha256:881803e4c9b3fe60559596b749fbe452cc6c1f6426e641f05f48f0a1df60f760 [2021-07-14T07:15:53.668Z] #50 5.475 + RM_GOPATH=0 [2021-07-14T07:15:53.668Z] #50 5.475 + TMP_GOPATH= [2021-07-14T07:15:53.668Z] #50 5.475 + : /build [2021-07-14T07:15:53.668Z] #50 5.475 + '[' -z '' ']' [2021-07-14T07:15:53.668Z] #50 5.475 ++ mktemp -d [2021-07-14T07:15:53.668Z] #50 5.477 + export GOPATH=/tmp/tmp.zwTdqG236O [2021-07-14T07:15:53.668Z] #50 5.477 + GOPATH=/tmp/tmp.zwTdqG236O [2021-07-14T07:15:53.668Z] #50 5.477 + RM_GOPATH=1 [2021-07-14T07:15:53.668Z] #50 5.478 + case "$(go env GOARCH)" in [2021-07-14T07:15:53.668Z] #50 5.482 ++ go env GOARCH [2021-07-14T07:15:53.668Z] #50 5.493 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:53.668Z] #50 5.493 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:53.668Z] #50 5.493 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:53.668Z] #50 5.494 + dir=/tmp/install [2021-07-14T07:15:53.668Z] #50 5.494 + bin=golangci_lint [2021-07-14T07:15:53.668Z] #50 5.494 + shift [2021-07-14T07:15:53.668Z] #50 5.494 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-07-14T07:15:53.668Z] #50 5.494 + . /tmp/install/golangci_lint.installer [2021-07-14T07:15:53.668Z] #50 5.494 ++ : v1.23.8 [2021-07-14T07:15:53.668Z] #50 5.494 + install_golangci_lint [2021-07-14T07:15:53.668Z] #50 5.494 + set -e [2021-07-14T07:15:53.668Z] #50 5.494 + export GO111MODULE=on [2021-07-14T07:15:53.668Z] #50 5.494 + GO111MODULE=on [2021-07-14T07:15:53.668Z] #50 5.494 + GOBIN=/build [2021-07-14T07:15:53.668Z] #50 5.494 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-07-14T07:15:53.668Z] #50 6.698 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-07-14T07:15:53.668Z] #50 ... [2021-07-14T07:15:53.668Z] [2021-07-14T07:15:53.668Z] #59 [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-07-14T07:15:53.668Z] #59 sha256:00251ed5df4929c7ec20d81b2a9f0b04d6b87123bae2da643434ec805cbff5d8 [2021-07-14T07:15:53.668Z] #59 6.179 + RM_GOPATH=0 [2021-07-14T07:15:53.668Z] #59 6.179 + TMP_GOPATH= [2021-07-14T07:15:53.668Z] #59 6.179 + : /build [2021-07-14T07:15:53.668Z] #59 6.179 + '[' -z '' ']' [2021-07-14T07:15:53.668Z] #59 6.179 ++ mktemp -d [2021-07-14T07:15:53.668Z] #59 6.195 + export GOPATH=/tmp/tmp.IgstEEfwXB [2021-07-14T07:15:53.668Z] #59 6.195 + GOPATH=/tmp/tmp.IgstEEfwXB [2021-07-14T07:15:53.668Z] #59 6.195 + RM_GOPATH=1 [2021-07-14T07:15:53.668Z] #59 6.195 + case "$(go env GOARCH)" in [2021-07-14T07:15:53.668Z] #59 6.195 ++ go env GOARCH [2021-07-14T07:15:53.668Z] #59 6.278 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:53.668Z] #59 6.279 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:53.668Z] #59 6.279 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:53.668Z] #59 6.296 + dir=/tmp/install [2021-07-14T07:15:53.668Z] #59 6.296 + bin=rootlesskit [2021-07-14T07:15:53.668Z] #59 6.296 + shift [2021-07-14T07:15:53.668Z] #59 6.296 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-07-14T07:15:53.668Z] #59 6.296 + . /tmp/install/rootlesskit.installer [2021-07-14T07:15:53.668Z] #59 6.296 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-07-14T07:15:53.668Z] #59 6.296 + install_rootlesskit [2021-07-14T07:15:53.668Z] #59 6.296 + case "$1" in [2021-07-14T07:15:53.668Z] #59 6.296 + export CGO_ENABLED=0 [2021-07-14T07:15:53.668Z] #59 6.296 + CGO_ENABLED=0 [2021-07-14T07:15:53.668Z] #59 6.296 + _install_rootlesskit [2021-07-14T07:15:53.668Z] #59 6.296 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-07-14T07:15:53.668Z] #59 6.296 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.IgstEEfwXB/src/github.com/rootless-containers/rootlesskit [2021-07-14T07:15:53.668Z] #59 6.296 Cloning into '/tmp/tmp.IgstEEfwXB/src/github.com/rootless-containers/rootlesskit'... [2021-07-14T07:15:53.668Z] #59 6.296 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-07-14T07:15:53.668Z] #59 10.91 + cd /tmp/tmp.IgstEEfwXB/src/github.com/rootless-containers/rootlesskit [2021-07-14T07:15:53.668Z] #59 10.91 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-07-14T07:15:53.668Z] #59 10.95 + export GO111MODULE=on [2021-07-14T07:15:53.668Z] #59 10.95 + GO111MODULE=on [2021-07-14T07:15:53.668Z] #59 10.95 + export GOPROXY=https://proxy.golang.org [2021-07-14T07:15:53.668Z] #59 10.95 + GOPROXY=https://proxy.golang.org [2021-07-14T07:15:53.668Z] #59 10.95 + for f in rootlesskit rootlesskit-docker-proxy [2021-07-14T07:15:53.668Z] #59 10.95 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-07-14T07:15:53.855Z] #27 15.22 Selecting previously unselected package libonig5:arm64. [2021-07-14T07:15:53.855Z] #27 15.22 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ... [2021-07-14T07:15:53.855Z] #27 15.23 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-07-14T07:15:53.855Z] #27 15.32 Selecting previously unselected package libjq1:arm64. [2021-07-14T07:15:53.855Z] #27 15.32 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-07-14T07:15:53.886Z] #59 ... [2021-07-14T07:15:53.886Z] [2021-07-14T07:15:53.886Z] #52 [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-07-14T07:15:53.886Z] #52 sha256:fc1c17164ef0e30817b476dc51015fd01ddc11b875a5cf5b8964f765303d349b [2021-07-14T07:15:53.886Z] #52 18.34 + cd /tmp/tmp.LUJj5xuAXh/src/github.com/mvdan/sh [2021-07-14T07:15:53.886Z] #52 18.34 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-14T07:15:53.886Z] #52 18.50 + GO111MODULE=on [2021-07-14T07:15:53.886Z] #52 18.50 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-07-14T07:15:53.921Z] #46 10.63 runtime/internal/sys [2021-07-14T07:15:53.921Z] #46 ... [2021-07-14T07:15:53.921Z] [2021-07-14T07:15:53.921Z] #56 [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-07-14T07:15:53.921Z] #56 sha256:74b25419bda146acb1324497e0de2f7282812392f4f248a320eaaf103c051506 [2021-07-14T07:15:53.921Z] #56 7.892 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:15:53.921Z] #56 8.000 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:15:53.921Z] #56 8.000 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:15:53.921Z] #56 9.535 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:15:53.921Z] #56 ... [2021-07-14T07:15:53.921Z] [2021-07-14T07:15:53.921Z] #52 [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-07-14T07:15:53.921Z] #52 sha256:1fcffa1c17963bdb209b286da05fe4022278d59ff947f38e35617ff7b3b80ffe [2021-07-14T07:15:53.921Z] #52 6.425 + RM_GOPATH=0 [2021-07-14T07:15:53.921Z] #52 6.438 + TMP_GOPATH= [2021-07-14T07:15:53.921Z] #52 6.438 + : /build [2021-07-14T07:15:53.921Z] #52 6.438 + '[' -z '' ']' [2021-07-14T07:15:53.921Z] #52 6.438 ++ mktemp -d [2021-07-14T07:15:53.921Z] #52 6.438 + export GOPATH=/tmp/tmp.oIrVyMQqmH [2021-07-14T07:15:53.921Z] #52 6.438 + GOPATH=/tmp/tmp.oIrVyMQqmH [2021-07-14T07:15:53.921Z] #52 6.438 + RM_GOPATH=1 [2021-07-14T07:15:53.921Z] #52 6.438 + case "$(go env GOARCH)" in [2021-07-14T07:15:53.921Z] #52 6.438 ++ go env GOARCH [2021-07-14T07:15:53.921Z] #52 6.454 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:53.921Z] #52 6.454 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:53.921Z] #52 6.454 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:53.921Z] #52 6.456 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-14T07:15:53.921Z] #52 6.456 + dir=/tmp/install [2021-07-14T07:15:53.921Z] #52 6.456 + bin=shfmt [2021-07-14T07:15:53.921Z] #52 6.456 + shift [2021-07-14T07:15:53.921Z] #52 6.456 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-07-14T07:15:53.921Z] #52 6.456 + . /tmp/install/shfmt.installer [2021-07-14T07:15:53.921Z] #52 6.456 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-14T07:15:53.921Z] #52 6.456 + install_shfmt [2021-07-14T07:15:53.921Z] #52 6.456 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-07-14T07:15:53.921Z] #52 6.456 + git clone https://github.com/mvdan/sh.git /tmp/tmp.oIrVyMQqmH/src/github.com/mvdan/sh [2021-07-14T07:15:53.921Z] #52 6.461 Cloning into '/tmp/tmp.oIrVyMQqmH/src/github.com/mvdan/sh'... [2021-07-14T07:15:53.926Z] #59 ... [2021-07-14T07:15:53.926Z] [2021-07-14T07:15:53.926Z] #56 [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-07-14T07:15:53.926Z] #56 sha256:74b25419bda146acb1324497e0de2f7282812392f4f248a320eaaf103c051506 [2021-07-14T07:15:53.926Z] #56 11.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:15:54.120Z] #27 15.33 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-07-14T07:15:54.120Z] #27 15.40 Selecting previously unselected package jq. [2021-07-14T07:15:54.120Z] #27 15.41 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-07-14T07:15:54.120Z] #27 15.41 Unpacking jq (1.5+dfsg-2+b1) ... [2021-07-14T07:15:54.120Z] #27 15.59 Setting up libkeyutils1:arm64 (1.6-6) ... [2021-07-14T07:15:54.182Z] #52 ... [2021-07-14T07:15:54.182Z] [2021-07-14T07:15:54.182Z] #50 [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-07-14T07:15:54.182Z] #50 sha256:337219f212bc588e04357e028bc09785c029067e744c58f7e1646250861891af [2021-07-14T07:15:54.182Z] #50 6.301 + RM_GOPATH=0 [2021-07-14T07:15:54.182Z] #50 6.301 + TMP_GOPATH= [2021-07-14T07:15:54.182Z] #50 6.301 + : /build [2021-07-14T07:15:54.182Z] #50 6.301 + '[' -z '' ']' [2021-07-14T07:15:54.182Z] #50 6.301 ++ mktemp -d [2021-07-14T07:15:54.182Z] #50 6.308 + export GOPATH=/tmp/tmp.PDpdFXNN4r [2021-07-14T07:15:54.182Z] #50 6.308 + GOPATH=/tmp/tmp.PDpdFXNN4r [2021-07-14T07:15:54.182Z] #50 6.308 + RM_GOPATH=1 [2021-07-14T07:15:54.182Z] #50 6.308 + case "$(go env GOARCH)" in [2021-07-14T07:15:54.182Z] #50 6.313 ++ go env GOARCH [2021-07-14T07:15:54.182Z] #50 6.334 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:54.182Z] #50 6.334 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:15:54.182Z] #50 6.334 ++ dirname /tmp/install/install.sh [2021-07-14T07:15:54.182Z] #50 6.334 + dir=/tmp/install [2021-07-14T07:15:54.182Z] #50 6.334 + bin=golangci_lint [2021-07-14T07:15:54.182Z] #50 6.334 + shift [2021-07-14T07:15:54.182Z] #50 6.334 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-07-14T07:15:54.182Z] #50 6.334 + . /tmp/install/golangci_lint.installer [2021-07-14T07:15:54.182Z] #50 6.334 ++ : v1.23.8 [2021-07-14T07:15:54.182Z] #50 6.334 + install_golangci_lint [2021-07-14T07:15:54.182Z] #50 6.334 + set -e [2021-07-14T07:15:54.182Z] #50 6.334 + export GO111MODULE=on [2021-07-14T07:15:54.182Z] #50 6.334 + GO111MODULE=on [2021-07-14T07:15:54.182Z] #50 6.334 + GOBIN=/build [2021-07-14T07:15:54.182Z] #50 6.334 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-07-14T07:15:54.182Z] #50 7.377 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-07-14T07:15:54.182Z] #50 ... [2021-07-14T07:15:54.182Z] [2021-07-14T07:15:54.182Z] #46 [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-07-14T07:15:54.182Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:15:54.182Z] #46 10.90 runtime/internal/math [2021-07-14T07:15:54.182Z] #46 10.95 internal/race [2021-07-14T07:15:54.182Z] #46 11.11 internal/bytealg [2021-07-14T07:15:54.182Z] #46 11.16 sync/atomic [2021-07-14T07:15:54.385Z] #27 15.62 Setting up libpsl5:arm64 (0.20.2-2) ... [2021-07-14T07:15:54.385Z] #27 15.65 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u6) ... [2021-07-14T07:15:54.385Z] #27 ... [2021-07-14T07:15:54.385Z] [2021-07-14T07:15:54.385Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-07-14T07:15:54.385Z] #12 sha256:44035b2e94483e4f3323b841b4973cd0c01b684bdcd96f1acd91455ab01ed9c5 [2021-07-14T07:15:54.385Z] #12 DONE 2.6s [2021-07-14T07:15:54.652Z] [2021-07-14T07:15:54.652Z] #27 [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-07-14T07:15:54.652Z] #27 sha256:fb66fc075af2299aa8718936ecc9079baa3d961d0ed92e9d56de04fa8115b455 [2021-07-14T07:15:54.652Z] #27 15.96 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ... [2021-07-14T07:15:54.652Z] #27 15.98 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:15:54.652Z] #27 16.00 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ... [2021-07-14T07:15:54.652Z] #27 16.02 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:15:54.652Z] #27 16.04 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ... [2021-07-14T07:15:54.652Z] #27 16.05 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ... [2021-07-14T07:15:54.652Z] #27 16.07 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ... [2021-07-14T07:15:54.652Z] #27 16.08 Setting up libssh2-1:arm64 (1.8.0-2.1) ... [2021-07-14T07:15:54.652Z] #27 16.10 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ... [2021-07-14T07:15:54.652Z] #27 16.12 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-07-14T07:15:54.750Z] #46 11.64 unicode [2021-07-14T07:15:54.910Z] #47 ... [2021-07-14T07:15:54.910Z] [2021-07-14T07:15:54.910Z] #17 [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-07-14T07:15:54.910Z] #17 sha256:2ca173c8aef8efacc6bd403f5bfba52049372afbf55f6326ce465978cea592c1 [2021-07-14T07:15:54.910Z] #17 109.1 Selecting previously unselected package dpkg-dev. [2021-07-14T07:15:54.910Z] #17 109.1 Preparing to unpack .../047-dpkg-dev_1.19.7_all.deb ... [2021-07-14T07:15:54.910Z] #17 109.1 Unpacking dpkg-dev (1.19.7) ... [2021-07-14T07:15:54.910Z] #17 109.4 Selecting previously unselected package libconfig-inifiles-perl. [2021-07-14T07:15:54.910Z] #17 109.4 Preparing to unpack .../048-libconfig-inifiles-perl_3.000001-1_all.deb ... [2021-07-14T07:15:54.910Z] #17 109.4 Unpacking libconfig-inifiles-perl (3.000001-1) ... [2021-07-14T07:15:54.910Z] #17 109.5 Selecting previously unselected package libio-string-perl. [2021-07-14T07:15:54.910Z] #17 109.5 Preparing to unpack .../049-libio-string-perl_1.08-3_all.deb ... [2021-07-14T07:15:54.910Z] #17 109.5 Unpacking libio-string-perl (1.08-3) ... [2021-07-14T07:15:54.910Z] #17 109.5 Selecting previously unselected package libicu63:amd64. [2021-07-14T07:15:54.910Z] #17 109.5 Preparing to unpack .../050-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-07-14T07:15:54.911Z] #17 109.6 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-14T07:15:54.911Z] #17 111.3 Selecting previously unselected package libxml2:amd64. [2021-07-14T07:15:54.911Z] #17 111.3 Preparing to unpack .../051-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ... [2021-07-14T07:15:54.911Z] #17 111.3 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-07-14T07:15:54.911Z] #17 111.5 Selecting previously unselected package libxml-namespacesupport-perl. [2021-07-14T07:15:54.911Z] #17 111.5 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1_all.deb ... [2021-07-14T07:15:54.911Z] #17 111.5 Unpacking libxml-namespacesupport-perl (1.12-1) ... [2021-07-14T07:15:54.911Z] #17 111.6 Selecting previously unselected package libxml-sax-base-perl. [2021-07-14T07:15:54.911Z] #17 111.6 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1_all.deb ... [2021-07-14T07:15:54.911Z] #17 111.6 Unpacking libxml-sax-base-perl (1.09-1) ... [2021-07-14T07:15:54.911Z] #17 111.6 Selecting previously unselected package libxml-sax-perl. [2021-07-14T07:15:54.911Z] #17 111.6 Preparing to unpack .../054-libxml-sax-perl_1.00+dfsg-1_all.deb ... [2021-07-14T07:15:54.911Z] #17 111.6 Unpacking libxml-sax-perl (1.00+dfsg-1) ... [2021-07-14T07:15:54.911Z] #17 111.7 Selecting previously unselected package libxml-libxml-perl. [2021-07-14T07:15:54.911Z] #17 111.7 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-1_amd64.deb ... [2021-07-14T07:15:54.911Z] #17 111.7 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ... [2021-07-14T07:15:54.911Z] #17 111.9 Selecting previously unselected package libxml-simple-perl. [2021-07-14T07:15:54.911Z] #17 111.9 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2021-07-14T07:15:54.911Z] #17 111.9 Unpacking libxml-simple-perl (2.25-1) ... [2021-07-14T07:15:54.911Z] #17 111.9 Selecting previously unselected package libyaml-perl. [2021-07-14T07:15:54.911Z] #17 111.9 Preparing to unpack .../057-libyaml-perl_1.27-1_all.deb ... [2021-07-14T07:15:54.911Z] #17 111.9 Unpacking libyaml-perl (1.27-1) ... [2021-07-14T07:15:54.911Z] #17 112.0 Selecting previously unselected package libconfig-auto-perl. [2021-07-14T07:15:54.911Z] #17 112.0 Preparing to unpack .../058-libconfig-auto-perl_0.44-1_all.deb ... [2021-07-14T07:15:54.911Z] #17 112.0 Unpacking libconfig-auto-perl (0.44-1) ... [2021-07-14T07:15:54.911Z] #17 112.1 Selecting previously unselected package libfile-which-perl. [2021-07-14T07:15:54.911Z] #17 112.1 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2021-07-14T07:15:54.911Z] #17 112.1 Unpacking libfile-which-perl (1.23-1) ... [2021-07-14T07:15:54.911Z] #17 112.1 Selecting previously unselected package libfile-homedir-perl. [2021-07-14T07:15:54.911Z] #17 112.1 Preparing to unpack .../060-libfile-homedir-perl_1.004-1_all.deb ... [2021-07-14T07:15:54.911Z] #17 112.1 Unpacking libfile-homedir-perl (1.004-1) ... [2021-07-14T07:15:54.911Z] #17 112.2 Selecting previously unselected package libdebian-dpkgcross-perl. [2021-07-14T07:15:54.911Z] #17 112.2 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.15-3_all.deb ... [2021-07-14T07:15:54.911Z] #17 112.2 Unpacking libdebian-dpkgcross-perl (2.6.15-3) ... [2021-07-14T07:15:54.911Z] #17 112.3 Selecting previously unselected package dpkg-cross. [2021-07-14T07:15:54.911Z] #17 112.3 Preparing to unpack .../062-dpkg-cross_2.6.15-3_all.deb ... [2021-07-14T07:15:54.911Z] #17 112.3 Unpacking dpkg-cross (2.6.15-3) ... [2021-07-14T07:15:54.911Z] #17 112.3 Selecting previously unselected package crossbuild-essential-arm64. [2021-07-14T07:15:54.911Z] #17 112.3 Preparing to unpack .../063-crossbuild-essential-arm64_12.6_all.deb ... [2021-07-14T07:15:54.911Z] #17 112.3 Unpacking crossbuild-essential-arm64 (12.6) ... [2021-07-14T07:15:54.911Z] #17 112.4 Selecting previously unselected package libc6-armel-cross. [2021-07-14T07:15:54.911Z] #17 112.4 Preparing to unpack .../064-libc6-armel-cross_2.28-7cross1_all.deb ... [2021-07-14T07:15:54.911Z] #17 112.4 Unpacking libc6-armel-cross (2.28-7cross1) ... [2021-07-14T07:15:54.911Z] #17 112.6 Selecting previously unselected package libgcc1-armel-cross. [2021-07-14T07:15:54.911Z] #17 112.7 Preparing to unpack .../065-libgcc1-armel-cross_1%3a8.3.0-2cross1_all.deb ... [2021-07-14T07:15:54.911Z] #17 112.7 Unpacking libgcc1-armel-cross (1:8.3.0-2cross1) ... [2021-07-14T07:15:54.911Z] #17 112.7 Selecting previously unselected package libgomp1-armel-cross. [2021-07-14T07:15:54.911Z] #17 112.7 Preparing to unpack .../066-libgomp1-armel-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:54.911Z] #17 112.7 Unpacking libgomp1-armel-cross (8.3.0-2cross1) ... [2021-07-14T07:15:54.911Z] #17 112.8 Selecting previously unselected package libatomic1-armel-cross. [2021-07-14T07:15:54.911Z] #17 112.8 Preparing to unpack .../067-libatomic1-armel-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:54.911Z] #17 112.8 Unpacking libatomic1-armel-cross (8.3.0-2cross1) ... [2021-07-14T07:15:54.911Z] #17 112.8 Selecting previously unselected package libstdc++6-armel-cross. [2021-07-14T07:15:54.911Z] #17 112.8 Preparing to unpack .../068-libstdc++6-armel-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:54.911Z] #17 112.8 Unpacking libstdc++6-armel-cross (8.3.0-2cross1) ... [2021-07-14T07:15:54.911Z] #17 113.0 Selecting previously unselected package libasan5-armel-cross. [2021-07-14T07:15:54.911Z] #17 113.0 Preparing to unpack .../069-libasan5-armel-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:54.911Z] #17 113.0 Unpacking libasan5-armel-cross (8.3.0-2cross1) ... [2021-07-14T07:15:54.911Z] #17 113.1 Selecting previously unselected package libubsan1-armel-cross. [2021-07-14T07:15:54.911Z] #17 113.1 Preparing to unpack .../070-libubsan1-armel-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:54.911Z] #17 113.1 Unpacking libubsan1-armel-cross (8.3.0-2cross1) ... [2021-07-14T07:15:54.911Z] #17 113.2 Selecting previously unselected package libgcc-8-dev-armel-cross. [2021-07-14T07:15:54.911Z] #17 113.2 Preparing to unpack .../071-libgcc-8-dev-armel-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:54.911Z] #17 113.2 Unpacking libgcc-8-dev-armel-cross (8.3.0-2cross1) ... [2021-07-14T07:15:54.911Z] #17 113.4 Selecting previously unselected package gcc-8-arm-linux-gnueabi. [2021-07-14T07:15:54.911Z] #17 113.4 Preparing to unpack .../072-gcc-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:15:54.911Z] #17 113.4 Unpacking gcc-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-07-14T07:15:54.911Z] #17 114.8 Selecting previously unselected package gcc-arm-linux-gnueabi. [2021-07-14T07:15:54.911Z] #17 114.8 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ... [2021-07-14T07:15:54.911Z] #17 114.8 Unpacking gcc-arm-linux-gnueabi (4:8.3.0-1) ... [2021-07-14T07:15:54.911Z] #17 114.9 Selecting previously unselected package linux-libc-dev-armel-cross. [2021-07-14T07:15:54.911Z] #17 114.9 Preparing to unpack .../074-linux-libc-dev-armel-cross_4.19.20-1cross1_all.deb ... [2021-07-14T07:15:54.911Z] #17 114.9 Unpacking linux-libc-dev-armel-cross (4.19.20-1cross1) ... [2021-07-14T07:15:54.911Z] #17 115.4 Selecting previously unselected package libc6-dev-armel-cross. [2021-07-14T07:15:54.911Z] #17 115.4 Preparing to unpack .../075-libc6-dev-armel-cross_2.28-7cross1_all.deb ... [2021-07-14T07:15:54.911Z] #17 115.4 Unpacking libc6-dev-armel-cross (2.28-7cross1) ... [2021-07-14T07:15:54.917Z] #27 16.15 Setting up libonig5:arm64 (6.9.1-1) ... [2021-07-14T07:15:54.917Z] #27 16.18 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-07-14T07:15:54.917Z] #27 16.20 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ... [2021-07-14T07:15:54.917Z] #27 16.23 Setting up ca-certificates (20200601~deb10u2) ... [2021-07-14T07:15:55.169Z] #17 116.0 Selecting previously unselected package libstdc++-8-dev-armel-cross. [2021-07-14T07:15:55.169Z] #17 116.0 Preparing to unpack .../076-libstdc++-8-dev-armel-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:55.169Z] #17 116.0 Unpacking libstdc++-8-dev-armel-cross (8.3.0-2cross1) ... [2021-07-14T07:15:55.273Z] #52 19.48 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-07-14T07:15:55.273Z] #52 19.48 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-07-14T07:15:55.273Z] #52 19.52 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-07-14T07:15:55.319Z] #46 12.22 runtime [2021-07-14T07:15:55.733Z] #17 116.6 Selecting previously unselected package g++-8-arm-linux-gnueabi. [2021-07-14T07:15:55.733Z] #17 116.6 Preparing to unpack .../077-g++-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:15:55.733Z] #17 116.6 Unpacking g++-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-07-14T07:15:56.362Z] #52 ... [2021-07-14T07:15:56.362Z] [2021-07-14T07:15:56.362Z] #56 [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-07-14T07:15:56.362Z] #56 sha256:74b25419bda146acb1324497e0de2f7282812392f4f248a320eaaf103c051506 [2021-07-14T07:15:56.362Z] #56 10.65 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:15:56.362Z] #56 ... [2021-07-14T07:15:56.362Z] [2021-07-14T07:15:56.362Z] #59 [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-07-14T07:15:56.362Z] #59 sha256:0f6d5e6b9cca6d8ee7b1f2c90f76748e1bd96dc3a5017e095449224f37e0d117 [2021-07-14T07:15:56.362Z] #59 20.41 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-07-14T07:15:56.362Z] #59 20.50 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-07-14T07:15:56.935Z] #59 ... [2021-07-14T07:15:56.935Z] [2021-07-14T07:15:56.935Z] #34 [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-07-14T07:15:56.935Z] #34 sha256:84169e06b340e5546c3db39509599fef01733b637b3cc0568d491b33e98f96e1 [2021-07-14T07:15:56.935Z] #34 17.78 github.com/pelletier/go-toml/cmd/tomll [2021-07-14T07:15:56.935Z] #34 DONE 21.4s [2021-07-14T07:15:57.102Z] #17 118.0 Selecting previously unselected package g++-arm-linux-gnueabi. [2021-07-14T07:15:57.102Z] #17 118.0 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ... [2021-07-14T07:15:57.102Z] #17 118.0 Unpacking g++-arm-linux-gnueabi (4:8.3.0-1) ... [2021-07-14T07:15:57.102Z] #17 118.0 Selecting previously unselected package crossbuild-essential-armel. [2021-07-14T07:15:57.102Z] #17 118.0 Preparing to unpack .../079-crossbuild-essential-armel_12.6_all.deb ... [2021-07-14T07:15:57.102Z] #17 118.1 Unpacking crossbuild-essential-armel (12.6) ... [2021-07-14T07:15:57.102Z] #17 118.1 Selecting previously unselected package libc6-armhf-cross. [2021-07-14T07:15:57.196Z] [2021-07-14T07:15:57.196Z] #52 [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-07-14T07:15:57.196Z] #52 sha256:fc1c17164ef0e30817b476dc51015fd01ddc11b875a5cf5b8964f765303d349b [2021-07-14T07:15:57.196Z] #52 21.63 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-07-14T07:15:57.359Z] #17 118.1 Preparing to unpack .../080-libc6-armhf-cross_2.28-7cross1_all.deb ... [2021-07-14T07:15:57.359Z] #17 118.1 Unpacking libc6-armhf-cross (2.28-7cross1) ... [2021-07-14T07:15:57.359Z] #17 118.4 Selecting previously unselected package libgcc1-armhf-cross. [2021-07-14T07:15:57.615Z] #17 118.4 Preparing to unpack .../081-libgcc1-armhf-cross_1%3a8.3.0-2cross1_all.deb ... [2021-07-14T07:15:57.615Z] #17 118.4 Unpacking libgcc1-armhf-cross (1:8.3.0-2cross1) ... [2021-07-14T07:15:57.615Z] #17 118.4 Selecting previously unselected package libgomp1-armhf-cross. [2021-07-14T07:15:57.615Z] #17 118.4 Preparing to unpack .../082-libgomp1-armhf-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:57.615Z] #17 118.4 Unpacking libgomp1-armhf-cross (8.3.0-2cross1) ... [2021-07-14T07:15:57.615Z] #17 118.5 Selecting previously unselected package libatomic1-armhf-cross. [2021-07-14T07:15:57.615Z] #17 118.5 Preparing to unpack .../083-libatomic1-armhf-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:57.615Z] #17 118.6 Unpacking libatomic1-armhf-cross (8.3.0-2cross1) ... [2021-07-14T07:15:57.615Z] #17 118.6 Selecting previously unselected package libstdc++6-armhf-cross. [2021-07-14T07:15:57.615Z] #17 118.6 Preparing to unpack .../084-libstdc++6-armhf-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:57.615Z] #17 118.6 Unpacking libstdc++6-armhf-cross (8.3.0-2cross1) ... [2021-07-14T07:15:57.615Z] #17 118.7 Selecting previously unselected package libasan5-armhf-cross. [2021-07-14T07:15:57.770Z] #52 ... [2021-07-14T07:15:57.770Z] [2021-07-14T07:15:57.770Z] #36 [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-07-14T07:15:57.770Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:15:57.770Z] #36 12.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:15:57.770Z] #36 22.18 Fetched 8454 kB in 15s (558 kB/s) [2021-07-14T07:15:57.770Z] #36 22.18 Reading package lists... [2021-07-14T07:15:57.770Z] #36 ... [2021-07-14T07:15:57.770Z] [2021-07-14T07:15:57.770Z] #50 [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-07-14T07:15:57.770Z] #50 sha256:f25386ae4fce9e769da1fb0ef63f927d9223c9e6be2b128faf437d5a9a6f5112 [2021-07-14T07:15:57.770Z] #50 16.86 go: downloading github.com/fatih/color v1.7.0 [2021-07-14T07:15:57.770Z] #50 16.93 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-07-14T07:15:57.770Z] #50 16.95 go: downloading github.com/pkg/errors v0.8.1 [2021-07-14T07:15:57.770Z] #50 16.99 go: downloading github.com/spf13/cobra v0.0.5 [2021-07-14T07:15:57.770Z] #50 17.07 go: downloading github.com/spf13/pflag v1.0.5 [2021-07-14T07:15:57.770Z] #50 17.35 go: downloading github.com/spf13/viper v1.6.1 [2021-07-14T07:15:57.770Z] #50 17.81 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-07-14T07:15:57.770Z] #50 17.86 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-07-14T07:15:57.770Z] #50 17.95 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-07-14T07:15:57.770Z] #50 17.95 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-07-14T07:15:57.770Z] #50 18.81 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-07-14T07:15:57.770Z] #50 19.05 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-07-14T07:15:57.856Z] #46 ... [2021-07-14T07:15:57.857Z] [2021-07-14T07:15:57.857Z] #24 [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-07-14T07:15:57.857Z] #24 sha256:224114ccece4f96447aa18fc6544f2184ee03f59b92aa43a659a7a12c6f818c6 [2021-07-14T07:15:57.857Z] #24 13.99 + mkdir -p /build [2021-07-14T07:15:57.857Z] #24 13.99 + mv docker/docker /build/ [2021-07-14T07:15:57.857Z] #24 14.00 + rmdir docker [2021-07-14T07:15:57.857Z] #24 DONE 14.3s [2021-07-14T07:15:57.857Z] [2021-07-14T07:15:57.857Z] #59 [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-07-14T07:15:57.857Z] #59 sha256:7a198749b2bdaccc5cf49ad5cd23ca6014e8d334e367d2f75ce13fd8703e4662 [2021-07-14T07:15:57.857Z] #59 12.05 + cd /tmp/tmp.SaTBbzvJZJ/src/github.com/rootless-containers/rootlesskit [2021-07-14T07:15:57.857Z] #59 12.05 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-07-14T07:15:57.857Z] #59 12.08 + export GO111MODULE=on [2021-07-14T07:15:57.857Z] #59 12.08 + GO111MODULE=on [2021-07-14T07:15:57.857Z] #59 12.08 + export GOPROXY=https://proxy.golang.org [2021-07-14T07:15:57.857Z] #59 12.08 + GOPROXY=https://proxy.golang.org [2021-07-14T07:15:57.857Z] #59 12.08 + for f in rootlesskit rootlesskit-docker-proxy [2021-07-14T07:15:57.857Z] #59 12.08 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-07-14T07:15:57.857Z] #59 13.52 go: downloading github.com/pkg/errors v0.9.1 [2021-07-14T07:15:57.857Z] #59 13.56 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-07-14T07:15:57.857Z] #59 13.64 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-07-14T07:15:57.857Z] #59 14.36 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-07-14T07:15:57.871Z] #17 118.7 Preparing to unpack .../085-libasan5-armhf-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:57.871Z] #17 118.7 Unpacking libasan5-armhf-cross (8.3.0-2cross1) ... [2021-07-14T07:15:58.032Z] #50 ... [2021-07-14T07:15:58.032Z] [2021-07-14T07:15:58.032Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:15:58.032Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:15:58.032Z] #44 12.21 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:15:58.032Z] #44 14.44 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:15:58.032Z] #44 16.63 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-07-14T07:15:58.128Z] #17 118.9 Selecting previously unselected package libubsan1-armhf-cross. [2021-07-14T07:15:58.128Z] #17 118.9 Preparing to unpack .../086-libubsan1-armhf-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:58.128Z] #17 118.9 Unpacking libubsan1-armhf-cross (8.3.0-2cross1) ... [2021-07-14T07:15:58.128Z] #17 119.0 Selecting previously unselected package libgcc-8-dev-armhf-cross. [2021-07-14T07:15:58.128Z] #17 119.0 Preparing to unpack .../087-libgcc-8-dev-armhf-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:15:58.128Z] #17 119.0 Unpacking libgcc-8-dev-armhf-cross (8.3.0-2cross1) ... [2021-07-14T07:15:58.128Z] #17 119.2 Selecting previously unselected package gcc-8-arm-linux-gnueabihf. [2021-07-14T07:15:58.314Z] #27 19.34 Updating certificates in /etc/ssl/certs... [2021-07-14T07:15:58.332Z] #44 ... [2021-07-14T07:15:58.332Z] [2021-07-14T07:15:58.332Z] #56 [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-07-14T07:15:58.332Z] #56 sha256:74b25419bda146acb1324497e0de2f7282812392f4f248a320eaaf103c051506 [2021-07-14T07:15:58.332Z] #56 21.71 Fetched 8454 kB in 16s (538 kB/s) [2021-07-14T07:15:58.387Z] #17 119.2 Preparing to unpack .../088-gcc-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:15:58.387Z] #17 119.2 Unpacking gcc-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-07-14T07:15:59.195Z] #56 ... [2021-07-14T07:15:59.195Z] [2021-07-14T07:15:59.195Z] #40 [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-07-14T07:15:59.195Z] #40 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:15:59.195Z] #40 5.148 + git clone https://github.com/docker/distribution.git . [2021-07-14T07:15:59.195Z] #40 5.150 Cloning into '.'... [2021-07-14T07:15:59.195Z] #40 ... [2021-07-14T07:15:59.195Z] [2021-07-14T07:15:59.195Z] #34 [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-07-14T07:15:59.195Z] #34 sha256:8b6e004995965c6b2cac837bbadacb7351167056d057ca2aaf0a852e5167ef73 [2021-07-14T07:15:59.195Z] #34 15.94 github.com/pelletier/go-toml/cmd/tomll [2021-07-14T07:15:59.195Z] #34 ... [2021-07-14T07:15:59.195Z] [2021-07-14T07:15:59.195Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:15:59.195Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:15:59.195Z] #44 6.153 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:15:59.195Z] #44 6.202 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:15:59.195Z] #44 6.205 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:15:59.195Z] #44 6.748 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-07-14T07:15:59.195Z] #44 7.207 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:15:59.195Z] #44 9.566 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:15:59.195Z] #44 10.69 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:15:59.195Z] #44 12.54 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-07-14T07:15:59.283Z] #56 21.71 Reading package lists... [2021-07-14T07:15:59.283Z] #56 ... [2021-07-14T07:15:59.283Z] [2021-07-14T07:15:59.283Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:15:59.283Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:15:59.283Z] #13 10.45 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:15:59.283Z] #13 12.58 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:15:59.283Z] #13 14.53 Get:8 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] [2021-07-14T07:15:59.283Z] #13 ... [2021-07-14T07:15:59.283Z] [2021-07-14T07:15:59.283Z] #48 [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-07-14T07:15:59.283Z] #48 sha256:5c155caf07b095cd27706b3547d7defc0bbb93f62fe541d2b3755351b4ad9e13 [2021-07-14T07:15:59.283Z] #48 13.79 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-07-14T07:15:59.454Z] #44 ... [2021-07-14T07:15:59.454Z] [2021-07-14T07:15:59.454Z] #52 [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-07-14T07:15:59.454Z] #52 sha256:6dc438d704d09bc4d187dd21845b7e1ca2a5a818831fc102b0ba430dffee9ea2 [2021-07-14T07:15:59.454Z] #52 15.51 + cd /tmp/tmp.Hsg4O8jz1I/src/github.com/mvdan/sh [2021-07-14T07:15:59.454Z] #52 15.51 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-14T07:15:59.454Z] #52 15.65 + GO111MODULE=on [2021-07-14T07:15:59.454Z] #52 15.65 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-07-14T07:15:59.544Z] #48 ... [2021-07-14T07:15:59.544Z] [2021-07-14T07:15:59.544Z] #50 [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-07-14T07:15:59.544Z] #50 sha256:f25386ae4fce9e769da1fb0ef63f927d9223c9e6be2b128faf437d5a9a6f5112 [2021-07-14T07:15:59.544Z] #50 22.85 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-07-14T07:15:59.544Z] #50 22.85 go: downloading github.com/stretchr/testify v1.4.0 [2021-07-14T07:15:59.544Z] #50 23.02 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-07-14T07:15:59.544Z] #50 23.16 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-07-14T07:15:59.544Z] #50 23.24 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-07-14T07:15:59.544Z] #50 23.32 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-07-14T07:15:59.544Z] #50 23.70 go: downloading github.com/magiconair/properties v1.8.1 [2021-07-14T07:15:59.544Z] #50 23.70 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-07-14T07:15:59.544Z] #50 23.70 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-07-14T07:15:59.544Z] #50 23.85 go: downloading github.com/spf13/afero v1.1.2 [2021-07-14T07:15:59.544Z] #50 23.92 go: downloading github.com/spf13/cast v1.3.0 [2021-07-14T07:15:59.544Z] #50 23.92 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-07-14T07:15:59.757Z] #17 120.5 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2021-07-14T07:15:59.757Z] #17 120.5 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ... [2021-07-14T07:15:59.757Z] #17 120.5 Unpacking gcc-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-07-14T07:15:59.757Z] #17 120.6 Selecting previously unselected package linux-libc-dev-armhf-cross. [2021-07-14T07:15:59.757Z] #17 120.6 Preparing to unpack .../090-linux-libc-dev-armhf-cross_4.19.20-1cross1_all.deb ... [2021-07-14T07:15:59.757Z] #17 120.6 Unpacking linux-libc-dev-armhf-cross (4.19.20-1cross1) ... [2021-07-14T07:15:59.766Z] #59 ... [2021-07-14T07:15:59.767Z] [2021-07-14T07:15:59.767Z] #34 [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-07-14T07:15:59.767Z] #34 sha256:2b0292c63a91f12405e57c17602e6c5dc251225326353d5bf989d71a13417d16 [2021-07-14T07:15:59.767Z] #34 6.694 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-07-14T07:15:59.767Z] #34 10.62 github.com/pelletier/go-toml [2021-07-14T07:15:59.825Z] #50 24.18 go: downloading github.com/subosito/gotenv v1.2.0 [2021-07-14T07:15:59.825Z] #50 24.18 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-07-14T07:15:59.825Z] #50 24.18 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-07-14T07:16:00.023Z] #52 ... [2021-07-14T07:16:00.023Z] [2021-07-14T07:16:00.023Z] #24 [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-07-14T07:16:00.023Z] #24 sha256:34f84c38543caea6a8c7378f219f099e4e315618d0497ce54a0fde3260d7752c [2021-07-14T07:16:00.023Z] #24 14.60 + mkdir -p /build [2021-07-14T07:16:00.023Z] #24 14.60 + mv docker/docker /build/ [2021-07-14T07:16:00.023Z] #24 14.61 + rmdir docker [2021-07-14T07:16:00.023Z] #24 DONE 17.4s [2021-07-14T07:16:00.023Z] [2021-07-14T07:16:00.023Z] #52 [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-07-14T07:16:00.023Z] #52 sha256:6dc438d704d09bc4d187dd21845b7e1ca2a5a818831fc102b0ba430dffee9ea2 [2021-07-14T07:16:00.023Z] #52 17.41 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-07-14T07:16:00.023Z] #52 17.44 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-07-14T07:16:00.023Z] #52 17.51 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-07-14T07:16:00.026Z] #34 ... [2021-07-14T07:16:00.026Z] [2021-07-14T07:16:00.026Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:00.026Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:00.026Z] #13 2.323 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-07-14T07:16:00.026Z] #13 2.451 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:16:00.026Z] #13 2.451 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:16:00.026Z] #13 2.451 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:16:00.026Z] #13 3.250 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] [2021-07-14T07:16:00.026Z] #13 5.149 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:16:00.026Z] #13 7.094 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:16:00.026Z] #13 9.433 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:16:00.026Z] #13 ... [2021-07-14T07:16:00.026Z] [2021-07-14T07:16:00.026Z] #46 [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-07-14T07:16:00.026Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:16:00.026Z] #46 16.25 unicode/utf8 [2021-07-14T07:16:00.026Z] #46 17.06 math/bits [2021-07-14T07:16:00.340Z] #17 121.3 Selecting previously unselected package libc6-dev-armhf-cross. [2021-07-14T07:16:00.340Z] #17 121.3 Preparing to unpack .../091-libc6-dev-armhf-cross_2.28-7cross1_all.deb ... [2021-07-14T07:16:00.400Z] #50 24.50 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-07-14T07:16:00.400Z] #50 24.50 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-07-14T07:16:00.400Z] #50 24.64 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-07-14T07:16:00.400Z] #50 24.79 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-07-14T07:16:00.400Z] #50 24.79 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-07-14T07:16:00.400Z] #50 25.02 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-07-14T07:16:00.400Z] #50 25.02 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-07-14T07:16:00.400Z] #50 25.02 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-07-14T07:16:00.596Z] #17 121.5 Unpacking libc6-dev-armhf-cross (2.28-7cross1) ... [2021-07-14T07:16:00.597Z] #52 ... [2021-07-14T07:16:00.597Z] [2021-07-14T07:16:00.597Z] #34 [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-07-14T07:16:00.597Z] #34 sha256:8b6e004995965c6b2cac837bbadacb7351167056d057ca2aaf0a852e5167ef73 [2021-07-14T07:16:00.597Z] #34 DONE 18.0s [2021-07-14T07:16:00.597Z] [2021-07-14T07:16:00.597Z] #46 [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-07-14T07:16:00.597Z] #46 sha256:ea7f20defe8df5e33a2fd1d5d092cd89194e26a2ac9659ecae17cd75b67eebfa [2021-07-14T07:16:00.597Z] #46 10.27 runtime [2021-07-14T07:16:00.597Z] #46 12.86 unicode/utf8 [2021-07-14T07:16:00.597Z] #46 13.60 math/bits [2021-07-14T07:16:00.597Z] #46 14.25 math [2021-07-14T07:16:00.597Z] #46 16.64 encoding [2021-07-14T07:16:00.597Z] #46 16.93 unicode/utf16 [2021-07-14T07:16:00.597Z] #46 17.07 container/list [2021-07-14T07:16:00.597Z] #46 17.55 crypto/internal/subtle [2021-07-14T07:16:00.597Z] #46 17.75 crypto/subtle [2021-07-14T07:16:00.597Z] #46 17.84 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-07-14T07:16:00.597Z] #46 18.08 internal/nettrace [2021-07-14T07:16:00.662Z] #50 25.18 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-07-14T07:16:00.662Z] #50 25.22 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-07-14T07:16:00.855Z] #46 18.38 runtime/cgo [2021-07-14T07:16:00.908Z] #27 ... [2021-07-14T07:16:00.908Z] [2021-07-14T07:16:00.908Z] #46 [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-07-14T07:16:00.908Z] #46 sha256:85f709a69448fd8fb146e7e8e89b1c7d0542c5c1fa53adde4c4bcf1f2e07a3d6 [2021-07-14T07:16:00.908Z] #46 4.021 + RM_GOPATH=0 [2021-07-14T07:16:00.908Z] #46 4.026 + TMP_GOPATH= [2021-07-14T07:16:00.908Z] #46 4.026 + : /build [2021-07-14T07:16:00.908Z] #46 4.026 + '[' -z '' ']' [2021-07-14T07:16:00.908Z] #46 4.026 ++ mktemp -d [2021-07-14T07:16:00.908Z] #46 4.026 + export GOPATH=/tmp/tmp.gnUsWLnDPd [2021-07-14T07:16:00.908Z] #46 4.026 + GOPATH=/tmp/tmp.gnUsWLnDPd [2021-07-14T07:16:00.908Z] #46 4.026 + RM_GOPATH=1 [2021-07-14T07:16:00.908Z] #46 4.026 + case "$(go env GOARCH)" in [2021-07-14T07:16:00.908Z] #46 4.026 ++ go env GOARCH [2021-07-14T07:16:00.908Z] #46 4.082 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:00.908Z] #46 4.082 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:00.908Z] #46 4.088 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-14T07:16:00.908Z] #46 4.089 ++ dirname /tmp/install/install.sh [2021-07-14T07:16:00.908Z] #46 4.089 + dir=/tmp/install [2021-07-14T07:16:00.908Z] #46 4.089 + bin=vndr [2021-07-14T07:16:00.908Z] #46 4.089 + shift [2021-07-14T07:16:00.908Z] #46 4.089 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-07-14T07:16:00.908Z] #46 4.089 + . /tmp/install/vndr.installer [2021-07-14T07:16:00.908Z] #46 4.089 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-14T07:16:00.908Z] #46 4.089 + install_vndr [2021-07-14T07:16:00.908Z] #46 4.089 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-07-14T07:16:00.908Z] #46 4.089 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.gnUsWLnDPd/src/github.com/LK4D4/vndr [2021-07-14T07:16:00.908Z] #46 4.093 Cloning into '/tmp/tmp.gnUsWLnDPd/src/github.com/LK4D4/vndr'... [2021-07-14T07:16:00.908Z] #46 4.536 + cd /tmp/tmp.gnUsWLnDPd/src/github.com/LK4D4/vndr [2021-07-14T07:16:00.908Z] #46 4.539 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-07-14T07:16:00.908Z] #46 4.569 + go build -buildmode=pie -v -o /build/vndr . [2021-07-14T07:16:00.908Z] #46 5.798 internal/unsafeheader [2021-07-14T07:16:00.908Z] #46 5.826 runtime/internal/sys [2021-07-14T07:16:00.908Z] #46 5.889 runtime/internal/atomic [2021-07-14T07:16:00.908Z] #46 5.894 internal/cpu [2021-07-14T07:16:00.908Z] #46 5.981 internal/race [2021-07-14T07:16:00.908Z] #46 6.185 sync/atomic [2021-07-14T07:16:00.908Z] #46 6.250 runtime/internal/math [2021-07-14T07:16:00.908Z] #46 6.432 unicode [2021-07-14T07:16:00.908Z] #46 6.893 unicode/utf8 [2021-07-14T07:16:00.908Z] #46 7.146 math/bits [2021-07-14T07:16:00.908Z] #46 7.211 internal/bytealg [2021-07-14T07:16:00.908Z] #46 7.703 math [2021-07-14T07:16:00.908Z] #46 8.011 encoding [2021-07-14T07:16:00.908Z] #46 8.059 unicode/utf16 [2021-07-14T07:16:00.908Z] #46 8.840 runtime [2021-07-14T07:16:00.908Z] #46 8.912 container/list [2021-07-14T07:16:00.930Z] #50 25.38 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-07-14T07:16:00.930Z] #50 25.43 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-07-14T07:16:00.930Z] #50 25.53 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-07-14T07:16:00.962Z] #46 17.53 math [2021-07-14T07:16:01.114Z] #46 ... [2021-07-14T07:16:01.114Z] [2021-07-14T07:16:01.114Z] #59 [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-07-14T07:16:01.114Z] #59 sha256:00251ed5df4929c7ec20d81b2a9f0b04d6b87123bae2da643434ec805cbff5d8 [2021-07-14T07:16:01.114Z] #59 12.62 go: downloading github.com/pkg/errors v0.9.1 [2021-07-14T07:16:01.114Z] #59 12.63 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-07-14T07:16:01.114Z] #59 12.74 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-07-14T07:16:01.114Z] #59 13.21 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-07-14T07:16:01.114Z] #59 17.12 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-07-14T07:16:01.114Z] #59 18.14 go: downloading github.com/google/uuid v1.2.0 [2021-07-14T07:16:01.114Z] #59 18.21 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-07-14T07:16:01.114Z] #59 18.25 go: downloading github.com/gofrs/flock v0.8.0 [2021-07-14T07:16:01.114Z] #59 18.25 go: downloading github.com/moby/vpnkit v0.5.0 [2021-07-14T07:16:01.114Z] #59 18.39 go: downloading github.com/gorilla/mux v1.8.0 [2021-07-14T07:16:01.114Z] #59 18.70 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-07-14T07:16:01.114Z] #59 ... [2021-07-14T07:16:01.114Z] [2021-07-14T07:16:01.114Z] #40 [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-07-14T07:16:01.114Z] #40 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:16:01.158Z] #17 122.3 Selecting previously unselected package libstdc++-8-dev-armhf-cross. [2021-07-14T07:16:01.171Z] #46 9.411 crypto/internal/subtle [2021-07-14T07:16:01.190Z] #50 25.61 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-07-14T07:16:01.229Z] #46 ... [2021-07-14T07:16:01.229Z] [2021-07-14T07:16:01.229Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:01.229Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:01.229Z] #44 7.609 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:16:01.229Z] #44 7.729 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:16:01.229Z] #44 7.729 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:16:01.229Z] #44 8.252 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-07-14T07:16:01.229Z] #44 9.544 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:16:01.229Z] #44 11.50 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:16:01.229Z] #44 13.48 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:16:01.229Z] #44 15.91 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-07-14T07:16:01.229Z] #44 ... [2021-07-14T07:16:01.229Z] [2021-07-14T07:16:01.229Z] #50 [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-07-14T07:16:01.229Z] #50 sha256:337219f212bc588e04357e028bc09785c029067e744c58f7e1646250861891af [2021-07-14T07:16:01.229Z] #50 18.15 go: downloading github.com/fatih/color v1.7.0 [2021-07-14T07:16:01.229Z] #50 18.17 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-07-14T07:16:01.415Z] #17 122.3 Preparing to unpack .../092-libstdc++-8-dev-armhf-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:01.415Z] #17 122.4 Unpacking libstdc++-8-dev-armhf-cross (8.3.0-2cross1) ... [2021-07-14T07:16:01.488Z] #50 18.26 go: downloading github.com/pkg/errors v0.8.1 [2021-07-14T07:16:01.488Z] #50 18.27 go: downloading github.com/spf13/cobra v0.0.5 [2021-07-14T07:16:01.488Z] #50 18.29 go: downloading github.com/spf13/pflag v1.0.5 [2021-07-14T07:16:01.748Z] #50 18.63 go: downloading github.com/spf13/viper v1.6.1 [2021-07-14T07:16:01.750Z] #46 9.818 crypto/subtle [2021-07-14T07:16:01.750Z] #46 9.954 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-07-14T07:16:01.750Z] #46 ... [2021-07-14T07:16:01.750Z] [2021-07-14T07:16:01.750Z] #50 [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-07-14T07:16:01.750Z] #50 sha256:65eb8a504e721a0d13311dcfbcd2de595047b774349cd6d33c95272b70bc4ed9 [2021-07-14T07:16:01.750Z] #50 4.205 + RM_GOPATH=0 [2021-07-14T07:16:01.750Z] #50 4.205 + TMP_GOPATH= [2021-07-14T07:16:01.750Z] #50 4.205 + : /build [2021-07-14T07:16:01.750Z] #50 4.205 + '[' -z '' ']' [2021-07-14T07:16:01.750Z] #50 4.205 ++ mktemp -d [2021-07-14T07:16:01.750Z] #50 4.205 + export GOPATH=/tmp/tmp.mnktB19LEC [2021-07-14T07:16:01.750Z] #50 4.205 + GOPATH=/tmp/tmp.mnktB19LEC [2021-07-14T07:16:01.750Z] #50 4.205 + RM_GOPATH=1 [2021-07-14T07:16:01.750Z] #50 4.205 + case "$(go env GOARCH)" in [2021-07-14T07:16:01.750Z] #50 4.207 ++ go env GOARCH [2021-07-14T07:16:01.750Z] #50 4.232 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:01.750Z] #50 4.232 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:01.750Z] #50 4.232 ++ dirname /tmp/install/install.sh [2021-07-14T07:16:01.750Z] #50 4.248 + dir=/tmp/install [2021-07-14T07:16:01.750Z] #50 4.248 + bin=golangci_lint [2021-07-14T07:16:01.750Z] #50 4.248 + shift [2021-07-14T07:16:01.750Z] #50 4.248 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-07-14T07:16:01.750Z] #50 4.248 + . /tmp/install/golangci_lint.installer [2021-07-14T07:16:01.750Z] #50 4.248 ++ : v1.23.8 [2021-07-14T07:16:01.750Z] #50 4.248 + install_golangci_lint [2021-07-14T07:16:01.750Z] #50 4.248 + set -e [2021-07-14T07:16:01.750Z] #50 4.248 + export GO111MODULE=on [2021-07-14T07:16:01.750Z] #50 4.248 + GO111MODULE=on [2021-07-14T07:16:01.750Z] #50 4.248 + GOBIN=/build [2021-07-14T07:16:01.750Z] #50 4.248 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-07-14T07:16:01.750Z] #50 4.670 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-07-14T07:16:01.761Z] #50 26.28 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-07-14T07:16:01.761Z] #50 26.28 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-07-14T07:16:01.761Z] #50 26.28 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-07-14T07:16:01.799Z] using credential docker-jenkins-github-credentials [2021-07-14T07:16:01.875Z] Cloning the remote Git repository [2021-07-14T07:16:01.875Z] Cloning with configured refspecs honoured and without tags [2021-07-14T07:16:01.917Z] #40 18.19 Checking out files: 80% (1366/1696) Checking out files: 81% (1374/1696) Checking out files: 82% (1391/1696) Checking out files: 83% (1408/1696) Checking out files: 84% (1425/1696) Checking out files: 85% (1442/1696) Checking out files: 86% (1459/1696) Checking out files: 87% (1476/1696) Checking out files: 88% (1493/1696) Checking out files: 89% (1510/1696) Checking out files: 90% (1527/1696) Checking out files: 91% (1544/1696) Checking out files: 92% (1561/1696) Checking out files: 93% (1578/1696) Checking out files: 94% (1595/1696) Checking out files: 95% (1612/1696) Checking out files: 96% (1629/1696) Checking out files: 97% (1646/1696) Checking out files: 98% (1663/1696) Checking out files: 99% (1680/1696) Checking out files: 100% (1696/1696) Checking out files: 100% (1696/1696), done. [2021-07-14T07:16:01.917Z] #40 18.80 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-07-14T07:16:02.007Z] #50 19.00 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-07-14T07:16:02.014Z] #50 ... [2021-07-14T07:16:02.014Z] [2021-07-14T07:16:02.014Z] #48 [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-07-14T07:16:02.014Z] #48 sha256:f709f3634ad4286254553f969695cb8eef5b80b25c7c00dc0c19036208a835fb [2021-07-14T07:16:02.014Z] #48 4.370 + RM_GOPATH=0 [2021-07-14T07:16:02.014Z] #48 4.370 + TMP_GOPATH= [2021-07-14T07:16:02.014Z] #48 4.370 + : /build [2021-07-14T07:16:02.014Z] #48 4.370 + '[' -z '' ']' [2021-07-14T07:16:02.014Z] #48 4.370 ++ mktemp -d [2021-07-14T07:16:02.014Z] #48 4.389 + export GOPATH=/tmp/tmp.scXNNgHHEV [2021-07-14T07:16:02.014Z] #48 4.389 + GOPATH=/tmp/tmp.scXNNgHHEV [2021-07-14T07:16:02.014Z] #48 4.389 + RM_GOPATH=1 [2021-07-14T07:16:02.014Z] #48 4.389 + case "$(go env GOARCH)" in [2021-07-14T07:16:02.014Z] #48 4.389 ++ go env GOARCH [2021-07-14T07:16:02.014Z] #48 4.405 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:02.014Z] #48 4.405 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:02.014Z] #48 4.405 ++ dirname /tmp/install/install.sh [2021-07-14T07:16:02.014Z] #48 4.405 + dir=/tmp/install [2021-07-14T07:16:02.014Z] #48 4.405 + bin=gotestsum [2021-07-14T07:16:02.014Z] #48 4.405 + shift [2021-07-14T07:16:02.014Z] #48 4.405 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-07-14T07:16:02.014Z] #48 4.405 + . /tmp/install/gotestsum.installer [2021-07-14T07:16:02.014Z] #48 4.405 ++ : v0.5.3 [2021-07-14T07:16:02.014Z] #48 4.405 + install_gotestsum [2021-07-14T07:16:02.014Z] #48 4.405 + set -e [2021-07-14T07:16:02.014Z] #48 4.405 + export GO111MODULE=on [2021-07-14T07:16:02.014Z] #48 4.405 + GO111MODULE=on [2021-07-14T07:16:02.014Z] #48 4.405 + GOBIN=/build [2021-07-14T07:16:02.014Z] #48 4.405 + go get gotest.tools/gotestsum@v0.5.3 [2021-07-14T07:16:02.014Z] #48 5.165 go: downloading gotest.tools/gotestsum v0.5.3 [2021-07-14T07:16:02.014Z] #48 7.003 go: downloading github.com/fatih/color v1.9.0 [2021-07-14T07:16:02.014Z] #48 7.026 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-07-14T07:16:02.014Z] #48 7.027 go: downloading github.com/pkg/errors v0.9.1 [2021-07-14T07:16:02.014Z] #48 7.029 go: downloading github.com/spf13/pflag v1.0.3 [2021-07-14T07:16:02.014Z] #48 8.639 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-07-14T07:16:02.014Z] #48 8.641 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-07-14T07:16:02.014Z] #48 8.711 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-07-14T07:16:02.014Z] #48 8.996 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-07-14T07:16:02.014Z] #48 9.069 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-07-14T07:16:02.014Z] #48 9.467 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-07-14T07:16:02.014Z] #48 9.511 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-07-14T07:16:02.014Z] #48 ... [2021-07-14T07:16:02.014Z] [2021-07-14T07:16:02.014Z] #34 [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-07-14T07:16:02.014Z] #34 sha256:89e785ff1fbab688a273907cc44390021a918e2666369a8a3572f075fd7e1157 [2021-07-14T07:16:02.014Z] #34 4.589 Install go-toml version v1.8.1 [2021-07-14T07:16:02.014Z] #34 5.274 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-07-14T07:16:02.014Z] #34 7.902 github.com/pelletier/go-toml [2021-07-14T07:16:02.266Z] #50 19.08 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-07-14T07:16:02.266Z] #50 19.15 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-07-14T07:16:02.266Z] #50 19.22 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-07-14T07:16:02.279Z] #34 ... [2021-07-14T07:16:02.279Z] [2021-07-14T07:16:02.279Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:02.279Z] #44 sha256:3225650fb49e7c9ad14d1ca550de9bdff5977160ad77860f694e28aa876ba055 [2021-07-14T07:16:02.279Z] #44 5.309 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:16:02.279Z] #44 5.351 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:16:02.279Z] #44 5.352 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:16:02.279Z] #44 5.926 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-07-14T07:16:02.279Z] #44 6.351 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-07-14T07:16:02.279Z] #44 8.187 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [288 kB] [2021-07-14T07:16:02.279Z] #44 8.540 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-07-14T07:16:02.279Z] #44 9.930 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-07-14T07:16:02.279Z] #44 ... [2021-07-14T07:16:02.279Z] [2021-07-14T07:16:02.279Z] #59 [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-07-14T07:16:02.279Z] #59 sha256:bb7bfaaecbfd12933046f05c7ccf7477219be077f396e06b26ffd09806e394ae [2021-07-14T07:16:02.279Z] #59 4.690 + RM_GOPATH=0 [2021-07-14T07:16:02.279Z] #59 4.690 + TMP_GOPATH= [2021-07-14T07:16:02.279Z] #59 4.691 + : /build [2021-07-14T07:16:02.279Z] #59 4.691 + '[' -z '' ']' [2021-07-14T07:16:02.279Z] #59 4.691 ++ mktemp -d [2021-07-14T07:16:02.279Z] #59 4.691 + export GOPATH=/tmp/tmp.dO6N4R4nPQ [2021-07-14T07:16:02.279Z] #59 4.691 + GOPATH=/tmp/tmp.dO6N4R4nPQ [2021-07-14T07:16:02.279Z] #59 4.691 + RM_GOPATH=1 [2021-07-14T07:16:02.279Z] #59 4.691 + case "$(go env GOARCH)" in [2021-07-14T07:16:02.279Z] #59 4.695 ++ go env GOARCH [2021-07-14T07:16:02.279Z] #59 4.727 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:02.279Z] #59 4.727 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:02.279Z] #59 4.729 ++ dirname /tmp/install/install.sh [2021-07-14T07:16:02.279Z] #59 4.735 + dir=/tmp/install [2021-07-14T07:16:02.279Z] #59 4.735 + bin=rootlesskit [2021-07-14T07:16:02.279Z] #59 4.735 + shift [2021-07-14T07:16:02.279Z] #59 4.735 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-07-14T07:16:02.279Z] #59 4.735 + . /tmp/install/rootlesskit.installer [2021-07-14T07:16:02.279Z] #59 4.735 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-07-14T07:16:02.279Z] #59 4.735 + install_rootlesskit [2021-07-14T07:16:02.279Z] #59 4.735 + case "$1" in [2021-07-14T07:16:02.279Z] #59 4.735 + export CGO_ENABLED=0 [2021-07-14T07:16:02.279Z] #59 4.735 + CGO_ENABLED=0 [2021-07-14T07:16:02.279Z] #59 4.735 + _install_rootlesskit [2021-07-14T07:16:02.279Z] #59 4.735 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-07-14T07:16:02.279Z] #59 4.735 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.dO6N4R4nPQ/src/github.com/rootless-containers/rootlesskit [2021-07-14T07:16:02.279Z] #59 4.738 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-07-14T07:16:02.279Z] #59 4.750 Cloning into '/tmp/tmp.dO6N4R4nPQ/src/github.com/rootless-containers/rootlesskit'... [2021-07-14T07:16:02.279Z] #59 8.879 + cd /tmp/tmp.dO6N4R4nPQ/src/github.com/rootless-containers/rootlesskit [2021-07-14T07:16:02.279Z] #59 8.879 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-07-14T07:16:02.279Z] #59 8.911 + export GO111MODULE=on [2021-07-14T07:16:02.279Z] #59 8.913 + GO111MODULE=on [2021-07-14T07:16:02.279Z] #59 8.915 + export GOPROXY=https://proxy.golang.org [2021-07-14T07:16:02.279Z] #59 8.915 + GOPROXY=https://proxy.golang.org [2021-07-14T07:16:02.279Z] #59 8.916 + for f in rootlesskit rootlesskit-docker-proxy [2021-07-14T07:16:02.279Z] #59 8.916 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-07-14T07:16:02.279Z] #59 10.61 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-07-14T07:16:02.334Z] #50 26.59 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-07-14T07:16:02.334Z] #50 26.59 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-07-14T07:16:02.334Z] #50 26.73 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-07-14T07:16:02.334Z] #50 26.85 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-07-14T07:16:02.559Z] #59 10.61 go: downloading github.com/pkg/errors v0.9.1 [2021-07-14T07:16:02.559Z] #59 10.61 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-07-14T07:16:02.559Z] #59 ... [2021-07-14T07:16:02.559Z] [2021-07-14T07:16:02.559Z] #56 [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-07-14T07:16:02.559Z] #56 sha256:96a8621d1b193c7b54efb6f90aee3fbceaddb11f99e4ef8b37b74fa037c2abd5 [2021-07-14T07:16:02.559Z] #56 5.166 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:16:02.559Z] #56 5.233 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:16:02.559Z] #56 5.233 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:16:02.559Z] #56 6.005 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-07-14T07:16:02.559Z] #56 7.673 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [288 kB] [2021-07-14T07:16:02.559Z] #56 8.809 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-07-14T07:16:02.780Z] #17 123.7 Selecting previously unselected package g++-8-arm-linux-gnueabihf. [2021-07-14T07:16:02.780Z] #17 123.7 Preparing to unpack .../093-g++-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:16:02.780Z] #17 123.7 Unpacking g++-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-07-14T07:16:02.823Z] #56 ... [2021-07-14T07:16:02.823Z] [2021-07-14T07:16:02.823Z] #40 [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-07-14T07:16:02.823Z] #40 sha256:8b50b12a0ce0c7a83b81c2e3108ab0bca94e7bc77c2b92097fda2546d563fa91 [2021-07-14T07:16:02.823Z] #40 4.661 + git clone https://github.com/docker/distribution.git . [2021-07-14T07:16:02.823Z] #40 4.661 Cloning into '.'... [2021-07-14T07:16:02.823Z] #40 ... [2021-07-14T07:16:02.823Z] [2021-07-14T07:16:02.823Z] #36 [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-07-14T07:16:02.823Z] #36 sha256:883bb1ea40b3c256595d0433b13b827e35f76a921b7d2e33e3ad01c0d1295360 [2021-07-14T07:16:02.823Z] #36 5.356 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:16:02.823Z] #36 5.375 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:16:02.823Z] #36 5.376 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:16:02.823Z] #36 6.203 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-07-14T07:16:02.823Z] #36 7.507 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [288 kB] [2021-07-14T07:16:02.823Z] #36 8.731 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-07-14T07:16:02.855Z] #40 ... [2021-07-14T07:16:02.855Z] [2021-07-14T07:16:02.855Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:02.855Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:02.855Z] #13 5.927 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:16:02.855Z] #13 7.760 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:16:02.855Z] #13 10.18 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:16:02.855Z] #13 ... [2021-07-14T07:16:02.855Z] [2021-07-14T07:16:02.855Z] #59 [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-07-14T07:16:02.855Z] #59 sha256:00251ed5df4929c7ec20d81b2a9f0b04d6b87123bae2da643434ec805cbff5d8 [2021-07-14T07:16:02.855Z] #59 19.70 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-07-14T07:16:02.855Z] #59 19.82 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-07-14T07:16:02.906Z] #50 27.35 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-07-14T07:16:02.906Z] #50 27.40 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-07-14T07:16:02.906Z] #50 27.45 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-07-14T07:16:02.906Z] #50 27.51 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-07-14T07:16:03.088Z] #36 ... [2021-07-14T07:16:03.088Z] [2021-07-14T07:16:03.088Z] #24 [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-07-14T07:16:03.088Z] #24 sha256:3854bbdd32a4b3ba19a61d470a5e075058a71b7db565389f42d199fbe33f9cde [2021-07-14T07:16:03.088Z] #24 3.745 + RM_GOPATH=0 [2021-07-14T07:16:03.088Z] #24 3.745 + TMP_GOPATH= [2021-07-14T07:16:03.088Z] #24 3.745 + : /build [2021-07-14T07:16:03.088Z] #24 3.745 + '[' -z '' ']' [2021-07-14T07:16:03.088Z] #24 3.745 ++ mktemp -d [2021-07-14T07:16:03.088Z] #24 3.747 + export GOPATH=/tmp/tmp.boUvMjyr9d [2021-07-14T07:16:03.088Z] #24 3.747 + GOPATH=/tmp/tmp.boUvMjyr9d [2021-07-14T07:16:03.088Z] #24 3.747 + RM_GOPATH=1 [2021-07-14T07:16:03.088Z] #24 3.747 + case "$(go env GOARCH)" in [2021-07-14T07:16:03.088Z] #24 3.747 ++ go env GOARCH [2021-07-14T07:16:03.088Z] #24 3.786 Install docker/cli version 17.06.2-ce from stable [2021-07-14T07:16:03.088Z] #24 3.788 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:03.088Z] #24 3.788 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:03.088Z] #24 3.788 ++ dirname /tmp/install/install.sh [2021-07-14T07:16:03.088Z] #24 3.788 + dir=/tmp/install [2021-07-14T07:16:03.088Z] #24 3.788 + bin=dockercli [2021-07-14T07:16:03.088Z] #24 3.788 + shift [2021-07-14T07:16:03.088Z] #24 3.788 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-07-14T07:16:03.088Z] #24 3.788 + . /tmp/install/dockercli.installer [2021-07-14T07:16:03.088Z] #24 3.788 ++ : stable [2021-07-14T07:16:03.088Z] #24 3.788 ++ : 17.06.2-ce [2021-07-14T07:16:03.088Z] #24 3.788 + install_dockercli [2021-07-14T07:16:03.088Z] #24 3.788 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-07-14T07:16:03.088Z] #24 3.788 ++ uname -m [2021-07-14T07:16:03.088Z] #24 3.798 + arch=aarch64 [2021-07-14T07:16:03.088Z] #24 3.798 + '[' aarch64 '!=' x86_64 ']' [2021-07-14T07:16:03.088Z] #24 3.798 + '[' aarch64 '!=' s390x ']' [2021-07-14T07:16:03.088Z] #24 3.798 + '[' aarch64 '!=' armhf ']' [2021-07-14T07:16:03.088Z] #24 3.798 + build_dockercli [2021-07-14T07:16:03.088Z] #24 3.798 + git clone https://github.com/docker/docker-ce /tmp/tmp.boUvMjyr9d/tmp/docker-ce [2021-07-14T07:16:03.088Z] #24 3.798 Cloning into '/tmp/tmp.boUvMjyr9d/tmp/docker-ce'... [2021-07-14T07:16:03.088Z] #24 ... [2021-07-14T07:16:03.088Z] [2021-07-14T07:16:03.088Z] #32 [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-07-14T07:16:03.088Z] #32 sha256:e3f73a48408205ebe7a62826dcb4d661d2c10dd57a550c36d5cf1e6cfbd1a0a6 [2021-07-14T07:16:03.088Z] #32 4.642 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-07-14T07:16:03.088Z] #32 4.645 Cloning into '.'... [2021-07-14T07:16:03.088Z] #32 ... [2021-07-14T07:16:03.088Z] [2021-07-14T07:16:03.088Z] #52 [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-07-14T07:16:03.088Z] #52 sha256:8102ff429acea55addbd6be835cda71ff4e3cb95cc3094273c353ef42e7ee300 [2021-07-14T07:16:03.088Z] #52 2.994 + RM_GOPATH=0 [2021-07-14T07:16:03.088Z] #52 2.994 + TMP_GOPATH= [2021-07-14T07:16:03.088Z] #52 2.994 + : /build [2021-07-14T07:16:03.088Z] #52 2.994 + '[' -z '' ']' [2021-07-14T07:16:03.088Z] #52 2.995 ++ mktemp -d [2021-07-14T07:16:03.088Z] #52 3.000 + export GOPATH=/tmp/tmp.cj3LqOkEUC [2021-07-14T07:16:03.088Z] #52 3.000 + GOPATH=/tmp/tmp.cj3LqOkEUC [2021-07-14T07:16:03.088Z] #52 3.000 + RM_GOPATH=1 [2021-07-14T07:16:03.088Z] #52 3.000 + case "$(go env GOARCH)" in [2021-07-14T07:16:03.088Z] #52 3.000 ++ go env GOARCH [2021-07-14T07:16:03.088Z] #52 3.020 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:03.088Z] #52 3.020 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:03.088Z] #52 3.020 ++ dirname /tmp/install/install.sh [2021-07-14T07:16:03.088Z] #52 3.022 + dir=/tmp/install [2021-07-14T07:16:03.088Z] #52 3.022 + bin=shfmt [2021-07-14T07:16:03.088Z] #52 3.022 + shift [2021-07-14T07:16:03.088Z] #52 3.022 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-07-14T07:16:03.088Z] #52 3.022 + . /tmp/install/shfmt.installer [2021-07-14T07:16:03.088Z] #52 3.022 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-14T07:16:03.088Z] #52 3.023 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-14T07:16:03.088Z] #52 3.028 + install_shfmt [2021-07-14T07:16:03.088Z] #52 3.028 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-07-14T07:16:03.088Z] #52 3.028 + git clone https://github.com/mvdan/sh.git /tmp/tmp.cj3LqOkEUC/src/github.com/mvdan/sh [2021-07-14T07:16:03.088Z] #52 3.028 Cloning into '/tmp/tmp.cj3LqOkEUC/src/github.com/mvdan/sh'... [2021-07-14T07:16:03.088Z] #52 8.879 + cd /tmp/tmp.cj3LqOkEUC/src/github.com/mvdan/sh [2021-07-14T07:16:03.088Z] #52 8.879 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-14T07:16:03.088Z] #52 8.973 + GO111MODULE=on [2021-07-14T07:16:03.088Z] #52 8.975 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-07-14T07:16:03.088Z] #52 10.25 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-07-14T07:16:03.088Z] #52 10.28 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-07-14T07:16:03.088Z] #52 10.34 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-07-14T07:16:03.168Z] #50 27.54 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-07-14T07:16:03.168Z] #50 27.58 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-07-14T07:16:03.213Z] #50 19.90 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-07-14T07:16:03.213Z] #50 20.17 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-07-14T07:16:02.065Z] Cloning repository https://github.com/moby/moby.git [2021-07-14T07:16:02.459Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-07-14T07:16:03.352Z] #52 ... [2021-07-14T07:16:03.352Z] [2021-07-14T07:16:03.352Z] #27 [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-07-14T07:16:03.352Z] #27 sha256:fb66fc075af2299aa8718936ecc9079baa3d961d0ed92e9d56de04fa8115b455 [2021-07-14T07:16:03.352Z] #27 24.22 137 added, 0 removed; done. [2021-07-14T07:16:03.352Z] #27 24.47 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ... [2021-07-14T07:16:03.352Z] #27 24.50 Setting up jq (1.5+dfsg-2+b1) ... [2021-07-14T07:16:03.352Z] #27 24.55 Setting up libcurl4:arm64 (7.64.0-4+deb10u2) ... [2021-07-14T07:16:03.352Z] #27 24.58 Setting up curl (7.64.0-4+deb10u2) ... [2021-07-14T07:16:03.352Z] #27 24.60 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:16:03.352Z] #27 24.70 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-07-14T07:16:03.352Z] #27 24.72 Updating certificates in /etc/ssl/certs... [2021-07-14T07:16:03.431Z] #50 ... [2021-07-14T07:16:03.431Z] [2021-07-14T07:16:03.431Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:03.431Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:03.432Z] #13 24.77 Fetched 8987 kB in 18s (510 kB/s) [2021-07-14T07:16:03.474Z] #50 ... [2021-07-14T07:16:03.474Z] [2021-07-14T07:16:03.474Z] #48 [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-07-14T07:16:03.474Z] #48 sha256:7943e3491baf7552411ba0245e6d5d98ac869f7de90c87c2672a9eecd140a270 [2021-07-14T07:16:03.474Z] #48 10.33 go: downloading github.com/fatih/color v1.9.0 [2021-07-14T07:16:03.474Z] #48 10.35 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-07-14T07:16:03.474Z] #48 10.39 go: downloading github.com/pkg/errors v0.9.1 [2021-07-14T07:16:03.474Z] #48 10.39 go: downloading github.com/spf13/pflag v1.0.3 [2021-07-14T07:16:03.474Z] #48 10.75 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-07-14T07:16:03.475Z] #48 10.82 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-07-14T07:16:03.475Z] #48 10.99 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-07-14T07:16:03.475Z] #48 11.19 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-07-14T07:16:03.475Z] #48 11.19 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-07-14T07:16:03.475Z] #48 12.12 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-07-14T07:16:03.475Z] #48 14.08 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-07-14T07:16:03.734Z] #48 ... [2021-07-14T07:16:03.734Z] [2021-07-14T07:16:03.734Z] #59 [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-07-14T07:16:03.734Z] #59 sha256:7a198749b2bdaccc5cf49ad5cd23ca6014e8d334e367d2f75ce13fd8703e4662 [2021-07-14T07:16:03.734Z] #59 17.96 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-07-14T07:16:03.734Z] #59 18.62 go: downloading github.com/google/uuid v1.2.0 [2021-07-14T07:16:03.734Z] #59 18.71 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-07-14T07:16:03.734Z] #59 18.79 go: downloading github.com/moby/vpnkit v0.5.0 [2021-07-14T07:16:03.734Z] #59 18.92 go: downloading github.com/gofrs/flock v0.8.0 [2021-07-14T07:16:03.734Z] #59 19.06 go: downloading github.com/gorilla/mux v1.8.0 [2021-07-14T07:16:03.734Z] #59 19.29 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-07-14T07:16:03.734Z] #59 19.76 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-07-14T07:16:03.734Z] #59 19.98 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-07-14T07:16:03.793Z] #59 ... [2021-07-14T07:16:03.794Z] [2021-07-14T07:16:03.794Z] #48 [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-07-14T07:16:03.794Z] #48 sha256:480e0707d3e1a15af27073ed2722b341da17bdf5d0e72071ac52f45e32e2919a [2021-07-14T07:16:03.794Z] #48 11.37 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-07-14T07:16:04.053Z] #48 ... [2021-07-14T07:16:04.053Z] [2021-07-14T07:16:04.053Z] #40 [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-07-14T07:16:04.053Z] #40 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:16:04.053Z] #40 20.70 + 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-07-14T07:16:04.053Z] #40 ... [2021-07-14T07:16:04.053Z] [2021-07-14T07:16:04.053Z] #36 [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-07-14T07:16:04.053Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:16:04.053Z] #36 11.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:16:04.157Z] #17 124.8 Selecting previously unselected package g++-arm-linux-gnueabihf. [2021-07-14T07:16:04.157Z] #17 124.8 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ... [2021-07-14T07:16:04.157Z] #17 124.8 Unpacking g++-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-07-14T07:16:04.157Z] #17 125.0 Selecting previously unselected package crossbuild-essential-armhf. [2021-07-14T07:16:04.157Z] #17 125.0 Preparing to unpack .../095-crossbuild-essential-armhf_12.6_all.deb ... [2021-07-14T07:16:04.157Z] #17 125.2 Unpacking crossbuild-essential-armhf (12.6) ... [2021-07-14T07:16:04.312Z] #36 ... [2021-07-14T07:16:04.312Z] [2021-07-14T07:16:04.312Z] #52 [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-07-14T07:16:04.312Z] #52 sha256:6dc438d704d09bc4d187dd21845b7e1ca2a5a818831fc102b0ba430dffee9ea2 [2021-07-14T07:16:04.312Z] #52 20.55 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-07-14T07:16:04.413Z] #17 ... [2021-07-14T07:16:04.413Z] [2021-07-14T07:16:04.413Z] #57 [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-07-14T07:16:04.413Z] #57 sha256:1bde2a96696be84db5ac4170337e7c0bccb9973a2db7712329ac978eba2b156b [2021-07-14T07:16:04.413Z] #57 135.2 + /build/golangci-lint --version [2021-07-14T07:16:04.413Z] #57 135.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-07-14T07:16:04.413Z] #57 DONE 139.2s [2021-07-14T07:16:04.413Z] [2021-07-14T07:16:04.413Z] #47 [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-07-14T07:16:04.413Z] #47 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:16:04.413Z] #47 DONE 137.3s [2021-07-14T07:16:04.413Z] [2021-07-14T07:16:04.413Z] #17 [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-07-14T07:16:04.413Z] #17 sha256:2ca173c8aef8efacc6bd403f5bfba52049372afbf55f6326ce465978cea592c1 [2021-07-14T07:16:04.413Z] #17 125.2 Selecting previously unselected package libc6-ppc64el-cross. [2021-07-14T07:16:04.413Z] #17 125.2 Preparing to unpack .../096-libc6-ppc64el-cross_2.28-7cross1_all.deb ... [2021-07-14T07:16:04.413Z] #17 125.2 Unpacking libc6-ppc64el-cross (2.28-7cross1) ... [2021-07-14T07:16:04.670Z] #59 ... [2021-07-14T07:16:04.670Z] [2021-07-14T07:16:04.670Z] #34 [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-07-14T07:16:04.670Z] #34 sha256:2b0292c63a91f12405e57c17602e6c5dc251225326353d5bf989d71a13417d16 [2021-07-14T07:16:04.670Z] #34 18.65 github.com/pelletier/go-toml/cmd/tomll [2021-07-14T07:16:04.670Z] #34 DONE 21.4s [2021-07-14T07:16:04.670Z] [2021-07-14T07:16:04.670Z] #56 [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-07-14T07:16:04.670Z] #56 sha256:74b25419bda146acb1324497e0de2f7282812392f4f248a320eaaf103c051506 [2021-07-14T07:16:04.670Z] #56 11.47 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:16:04.670Z] #56 13.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:16:04.670Z] #56 ... [2021-07-14T07:16:04.670Z] [2021-07-14T07:16:04.670Z] #46 [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-07-14T07:16:04.670Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:16:04.670Z] #46 21.08 encoding [2021-07-14T07:16:04.670Z] #46 21.15 unicode/utf16 [2021-07-14T07:16:04.670Z] #46 21.47 container/list [2021-07-14T07:16:04.671Z] #17 125.5 Selecting previously unselected package libgcc1-ppc64el-cross. [2021-07-14T07:16:04.671Z] #17 125.5 Preparing to unpack .../097-libgcc1-ppc64el-cross_1%3a8.3.0-2cross1_all.deb ... [2021-07-14T07:16:04.671Z] #17 125.5 Unpacking libgcc1-ppc64el-cross (1:8.3.0-2cross1) ... [2021-07-14T07:16:04.671Z] #17 125.6 Selecting previously unselected package libgomp1-ppc64el-cross. [2021-07-14T07:16:04.671Z] #17 125.6 Preparing to unpack .../098-libgomp1-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:04.671Z] #17 125.6 Unpacking libgomp1-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:04.671Z] #17 125.7 Selecting previously unselected package libitm1-ppc64el-cross. [2021-07-14T07:16:04.671Z] #17 125.7 Preparing to unpack .../099-libitm1-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:04.671Z] #17 125.7 Unpacking libitm1-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:04.671Z] #17 125.7 Selecting previously unselected package libatomic1-ppc64el-cross. [2021-07-14T07:16:04.671Z] #17 125.7 Preparing to unpack .../100-libatomic1-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:04.671Z] #17 125.7 Unpacking libatomic1-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:04.750Z] #27 ... [2021-07-14T07:16:04.751Z] [2021-07-14T07:16:04.751Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:04.751Z] #13 sha256:0a5c4f9d7f4bd4487ee5b1fc84c7c8e464816e238d705348cc2476c73e010007 [2021-07-14T07:16:04.751Z] #13 3.070 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:16:04.751Z] #13 3.073 Get:2 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-07-14T07:16:04.751Z] #13 3.130 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:16:04.751Z] #13 3.131 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:16:04.751Z] #13 3.909 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-07-14T07:16:04.751Z] #13 5.934 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [288 kB] [2021-07-14T07:16:04.751Z] #13 6.869 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-07-14T07:16:04.751Z] #13 8.230 Get:8 http://deb.debian.org/debian buster-backports/main arm64 Packages [481 kB] [2021-07-14T07:16:04.751Z] #13 ... [2021-07-14T07:16:04.751Z] [2021-07-14T07:16:04.751Z] #34 [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-07-14T07:16:04.751Z] #34 sha256:89e785ff1fbab688a273907cc44390021a918e2666369a8a3572f075fd7e1157 [2021-07-14T07:16:04.751Z] #34 12.52 github.com/pelletier/go-toml/cmd/tomll [2021-07-14T07:16:04.927Z] #17 125.8 Selecting previously unselected package libstdc++6-ppc64el-cross. [2021-07-14T07:16:04.927Z] #17 125.8 Preparing to unpack .../101-libstdc++6-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:04.927Z] #17 125.8 Unpacking libstdc++6-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:04.927Z] #17 125.9 Selecting previously unselected package libasan5-ppc64el-cross. [2021-07-14T07:16:04.927Z] #17 125.9 Preparing to unpack .../102-libasan5-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:04.927Z] #17 125.9 Unpacking libasan5-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:04.929Z] #46 ... [2021-07-14T07:16:04.929Z] [2021-07-14T07:16:04.929Z] #36 [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-07-14T07:16:04.929Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:16:04.929Z] #36 11.82 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:16:04.929Z] #36 13.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:16:04.929Z] #36 ... [2021-07-14T07:16:04.929Z] [2021-07-14T07:16:04.929Z] #52 [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-07-14T07:16:04.929Z] #52 sha256:1fcffa1c17963bdb209b286da05fe4022278d59ff947f38e35617ff7b3b80ffe [2021-07-14T07:16:04.929Z] #52 18.28 + cd /tmp/tmp.oIrVyMQqmH/src/github.com/mvdan/sh [2021-07-14T07:16:04.929Z] #52 18.28 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-07-14T07:16:04.929Z] #52 18.40 + GO111MODULE=on [2021-07-14T07:16:04.929Z] #52 18.40 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-07-14T07:16:04.929Z] #52 19.34 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-07-14T07:16:04.929Z] #52 19.35 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-07-14T07:16:04.929Z] #52 19.37 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-07-14T07:16:04.929Z] #52 21.02 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-07-14T07:16:05.186Z] #17 126.0 Selecting previously unselected package liblsan0-ppc64el-cross. [2021-07-14T07:16:05.186Z] #17 126.0 Preparing to unpack .../103-liblsan0-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:05.186Z] #17 126.0 Unpacking liblsan0-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:05.186Z] #17 126.1 Selecting previously unselected package libtsan0-ppc64el-cross. [2021-07-14T07:16:05.186Z] #17 126.1 Preparing to unpack .../104-libtsan0-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:05.186Z] #17 126.1 Unpacking libtsan0-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:05.186Z] #17 126.3 Selecting previously unselected package libubsan1-ppc64el-cross. [2021-07-14T07:16:05.186Z] #17 126.3 Preparing to unpack .../105-libubsan1-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:05.186Z] #17 126.3 Unpacking libubsan1-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:05.445Z] #17 126.3 Selecting previously unselected package libquadmath0-ppc64el-cross. [2021-07-14T07:16:05.445Z] #17 126.3 Preparing to unpack .../106-libquadmath0-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:05.445Z] #17 126.3 Unpacking libquadmath0-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:05.445Z] #17 126.4 Selecting previously unselected package libgcc-8-dev-ppc64el-cross. [2021-07-14T07:16:05.445Z] #17 126.4 Preparing to unpack .../107-libgcc-8-dev-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:05.445Z] #17 126.4 Unpacking libgcc-8-dev-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:03.448Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:16:03.448Z] > git --version # timeout=10 [2021-07-14T07:16:03.494Z] > git --version # 'git version 2.24.1.windows.2' [2021-07-14T07:16:03.495Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:16:03.498Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:16:05.693Z] #52 23.31 runtime [2021-07-14T07:16:06.011Z] #17 126.7 Selecting previously unselected package gcc-8-powerpc64le-linux-gnu. [2021-07-14T07:16:06.011Z] #17 126.7 Preparing to unpack .../108-gcc-8-powerpc64le-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:16:06.011Z] #17 126.7 Unpacking gcc-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:16:06.838Z] #52 ... [2021-07-14T07:16:06.838Z] [2021-07-14T07:16:06.838Z] #40 [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-07-14T07:16:06.838Z] #40 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:16:06.838Z] #40 23.16 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-07-14T07:16:06.939Z] #17 127.7 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2021-07-14T07:16:06.939Z] #17 127.8 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-07-14T07:16:06.939Z] #17 127.8 Unpacking gcc-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:16:06.939Z] #17 127.8 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2021-07-14T07:16:06.939Z] #17 127.8 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_4.19.20-1cross1_all.deb ... [2021-07-14T07:16:06.939Z] #17 127.8 Unpacking linux-libc-dev-ppc64el-cross (4.19.20-1cross1) ... [2021-07-14T07:16:06.939Z] #17 128.0 Selecting previously unselected package libc6-dev-ppc64el-cross. [2021-07-14T07:16:06.939Z] #17 128.0 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.28-7cross1_all.deb ... [2021-07-14T07:16:06.939Z] #17 128.0 Unpacking libc6-dev-ppc64el-cross (2.28-7cross1) ... [2021-07-14T07:16:07.503Z] #17 128.3 Selecting previously unselected package libstdc++-8-dev-ppc64el-cross. [2021-07-14T07:16:07.503Z] #17 128.3 Preparing to unpack .../112-libstdc++-8-dev-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:07.503Z] #17 128.3 Unpacking libstdc++-8-dev-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:07.503Z] #17 128.6 Selecting previously unselected package g++-8-powerpc64le-linux-gnu. [2021-07-14T07:16:07.760Z] #17 128.6 Preparing to unpack .../113-g++-8-powerpc64le-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:16:07.760Z] #17 128.6 Unpacking g++-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:16:08.229Z] #52 ... [2021-07-14T07:16:08.229Z] [2021-07-14T07:16:08.229Z] #50 [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-07-14T07:16:08.229Z] #50 sha256:881803e4c9b3fe60559596b749fbe452cc6c1f6426e641f05f48f0a1df60f760 [2021-07-14T07:16:08.229Z] #50 22.27 go: downloading github.com/fatih/color v1.7.0 [2021-07-14T07:16:08.229Z] #50 22.29 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-07-14T07:16:08.229Z] #50 22.33 go: downloading github.com/pkg/errors v0.8.1 [2021-07-14T07:16:08.229Z] #50 22.39 go: downloading github.com/spf13/cobra v0.0.5 [2021-07-14T07:16:08.229Z] #50 22.40 go: downloading github.com/spf13/pflag v1.0.5 [2021-07-14T07:16:08.229Z] #50 22.68 go: downloading github.com/spf13/viper v1.6.1 [2021-07-14T07:16:08.229Z] #50 23.01 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-07-14T07:16:08.229Z] #50 23.04 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-07-14T07:16:08.229Z] #50 23.10 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-07-14T07:16:08.229Z] #50 23.13 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-07-14T07:16:08.229Z] #50 23.88 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-07-14T07:16:08.229Z] #50 23.99 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-07-14T07:16:08.323Z] #17 129.2 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2021-07-14T07:16:08.323Z] #17 129.2 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-07-14T07:16:08.323Z] #17 129.2 Unpacking g++-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:16:08.323Z] #17 129.3 Selecting previously unselected package crossbuild-essential-ppc64el. [2021-07-14T07:16:08.323Z] #17 129.3 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.6_all.deb ... [2021-07-14T07:16:08.323Z] #17 129.3 Unpacking crossbuild-essential-ppc64el (12.6) ... [2021-07-14T07:16:08.323Z] #17 129.3 Selecting previously unselected package libc6-s390x-cross. [2021-07-14T07:16:08.323Z] #17 129.3 Preparing to unpack .../116-libc6-s390x-cross_2.28-7cross1_all.deb ... [2021-07-14T07:16:08.323Z] #17 129.3 Unpacking libc6-s390x-cross (2.28-7cross1) ... [2021-07-14T07:16:08.580Z] #17 129.4 Selecting previously unselected package libgcc1-s390x-cross. [2021-07-14T07:16:08.580Z] #17 129.5 Preparing to unpack .../117-libgcc1-s390x-cross_1%3a8.3.0-2cross1_all.deb ... [2021-07-14T07:16:08.580Z] #17 129.5 Unpacking libgcc1-s390x-cross (1:8.3.0-2cross1) ... [2021-07-14T07:16:08.580Z] #17 129.5 Selecting previously unselected package libgomp1-s390x-cross. [2021-07-14T07:16:08.580Z] #17 129.5 Preparing to unpack .../118-libgomp1-s390x-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:08.580Z] #17 129.5 Unpacking libgomp1-s390x-cross (8.3.0-2cross1) ... [2021-07-14T07:16:08.580Z] #17 129.5 Selecting previously unselected package libitm1-s390x-cross. [2021-07-14T07:16:08.580Z] #17 129.5 Preparing to unpack .../119-libitm1-s390x-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:08.580Z] #17 129.5 Unpacking libitm1-s390x-cross (8.3.0-2cross1) ... [2021-07-14T07:16:08.580Z] #17 129.6 Selecting previously unselected package libatomic1-s390x-cross. [2021-07-14T07:16:08.580Z] #17 129.6 Preparing to unpack .../120-libatomic1-s390x-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:08.580Z] #17 129.6 Unpacking libatomic1-s390x-cross (8.3.0-2cross1) ... [2021-07-14T07:16:08.580Z] #17 129.6 Selecting previously unselected package libstdc++6-s390x-cross. [2021-07-14T07:16:08.580Z] #17 129.6 Preparing to unpack .../121-libstdc++6-s390x-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:08.580Z] #17 129.6 Unpacking libstdc++6-s390x-cross (8.3.0-2cross1) ... [2021-07-14T07:16:08.733Z] #13 24.77 Reading package lists... [2021-07-14T07:16:08.734Z] #13 ... [2021-07-14T07:16:08.734Z] [2021-07-14T07:16:08.734Z] #50 [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-07-14T07:16:08.734Z] #50 sha256:f25386ae4fce9e769da1fb0ef63f927d9223c9e6be2b128faf437d5a9a6f5112 [2021-07-14T07:16:08.734Z] #50 28.04 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-07-14T07:16:08.734Z] #50 28.27 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-07-14T07:16:08.734Z] #50 28.42 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-07-14T07:16:08.734Z] #50 28.52 go: downloading github.com/ultraware/funlen v0.0.2 [2021-07-14T07:16:08.734Z] #50 28.60 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-07-14T07:16:08.734Z] #50 28.60 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-07-14T07:16:08.734Z] #50 28.66 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-07-14T07:16:08.734Z] #50 29.55 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-07-14T07:16:08.734Z] #50 29.57 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-07-14T07:16:08.734Z] #50 29.64 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-07-14T07:16:08.734Z] #50 29.70 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-07-14T07:16:08.734Z] #50 29.84 go: downloading github.com/stretchr/objx v0.2.0 [2021-07-14T07:16:08.734Z] #50 29.88 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-07-14T07:16:08.734Z] #50 29.96 go: downloading golang.org/x/text v0.3.2 [2021-07-14T07:16:08.743Z] #40 25.06 + 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-07-14T07:16:08.837Z] #17 129.7 Selecting previously unselected package libasan5-s390x-cross. [2021-07-14T07:16:08.837Z] #17 129.7 Preparing to unpack .../122-libasan5-s390x-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:08.837Z] #17 129.7 Unpacking libasan5-s390x-cross (8.3.0-2cross1) ... [2021-07-14T07:16:08.837Z] #17 129.8 Selecting previously unselected package libubsan1-s390x-cross. [2021-07-14T07:16:08.837Z] #17 129.8 Preparing to unpack .../123-libubsan1-s390x-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:08.837Z] #17 129.8 Unpacking libubsan1-s390x-cross (8.3.0-2cross1) ... [2021-07-14T07:16:08.837Z] #17 129.8 Selecting previously unselected package libgcc-8-dev-s390x-cross. [2021-07-14T07:16:08.837Z] #17 129.8 Preparing to unpack .../124-libgcc-8-dev-s390x-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:08.837Z] #17 129.8 Unpacking libgcc-8-dev-s390x-cross (8.3.0-2cross1) ... [2021-07-14T07:16:08.837Z] #17 129.9 Selecting previously unselected package gcc-8-s390x-linux-gnu. [2021-07-14T07:16:09.094Z] #17 129.9 Preparing to unpack .../125-gcc-8-s390x-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:16:09.094Z] #17 129.9 Unpacking gcc-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:16:09.606Z] #50 27.09 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-07-14T07:16:09.606Z] #50 27.10 go: downloading github.com/stretchr/testify v1.4.0 [2021-07-14T07:16:09.606Z] #50 27.28 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-07-14T07:16:09.606Z] #50 27.35 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-07-14T07:16:09.656Z] #17 130.5 Selecting previously unselected package gcc-s390x-linux-gnu. [2021-07-14T07:16:09.656Z] #17 130.5 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-07-14T07:16:09.656Z] #17 130.5 Unpacking gcc-s390x-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:16:09.656Z] #17 130.6 Selecting previously unselected package linux-libc-dev-s390x-cross. [2021-07-14T07:16:09.656Z] #17 130.6 Preparing to unpack .../127-linux-libc-dev-s390x-cross_4.19.20-1cross1_all.deb ... [2021-07-14T07:16:09.656Z] #17 130.6 Unpacking linux-libc-dev-s390x-cross (4.19.20-1cross1) ... [2021-07-14T07:16:09.865Z] #50 27.45 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-07-14T07:16:09.913Z] #17 130.7 Selecting previously unselected package libc6-dev-s390x-cross. [2021-07-14T07:16:09.913Z] #17 130.7 Preparing to unpack .../128-libc6-dev-s390x-cross_2.28-7cross1_all.deb ... [2021-07-14T07:16:09.913Z] #17 130.7 Unpacking libc6-dev-s390x-cross (2.28-7cross1) ... [2021-07-14T07:16:10.069Z] #34 ... [2021-07-14T07:16:10.069Z] [2021-07-14T07:16:10.069Z] #56 [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-07-14T07:16:10.069Z] #56 sha256:96a8621d1b193c7b54efb6f90aee3fbceaddb11f99e4ef8b37b74fa037c2abd5 [2021-07-14T07:16:10.069Z] #56 17.60 Fetched 8277 kB in 12s (667 kB/s) [2021-07-14T07:16:10.118Z] #50 ... [2021-07-14T07:16:10.118Z] [2021-07-14T07:16:10.118Z] #46 [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-07-14T07:16:10.118Z] #46 sha256:45330e458c197afe6b953285f43fed9ea5d21cd484f7b632a40659860e483bdd [2021-07-14T07:16:10.118Z] #46 24.25 vendor/golang.org/x/crypto/internal/subtle [2021-07-14T07:16:10.118Z] #46 ... [2021-07-14T07:16:10.118Z] [2021-07-14T07:16:10.118Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:10.118Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:10.118Z] #13 24.77 Reading package lists... [2021-07-14T07:16:10.118Z] #13 ... [2021-07-14T07:16:10.118Z] [2021-07-14T07:16:10.118Z] #40 [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-07-14T07:16:10.118Z] #40 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:16:10.118Z] #40 24.00 Checking out files: 92% (1576/1696) Checking out files: 93% (1578/1696) Checking out files: 94% (1595/1696) Checking out files: 95% (1612/1696) Checking out files: 96% (1629/1696) Checking out files: 97% (1646/1696) Checking out files: 98% (1663/1696) Checking out files: 99% (1680/1696) Checking out files: 100% (1696/1696) Checking out files: 100% (1696/1696), done. [2021-07-14T07:16:10.118Z] #40 24.00 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-07-14T07:16:10.118Z] #40 26.34 + 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-07-14T07:16:10.125Z] #50 27.49 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-07-14T07:16:10.170Z] #17 131.0 Selecting previously unselected package libstdc++-8-dev-s390x-cross. [2021-07-14T07:16:10.170Z] #17 131.0 Preparing to unpack .../129-libstdc++-8-dev-s390x-cross_8.3.0-2cross1_all.deb ... [2021-07-14T07:16:10.170Z] #17 131.0 Unpacking libstdc++-8-dev-s390x-cross (8.3.0-2cross1) ... [2021-07-14T07:16:10.170Z] #17 131.3 Selecting previously unselected package g++-8-s390x-linux-gnu. [2021-07-14T07:16:10.379Z] #40 ... [2021-07-14T07:16:10.379Z] [2021-07-14T07:16:10.379Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:10.379Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:10.384Z] #50 27.82 go: downloading github.com/magiconair/properties v1.8.1 [2021-07-14T07:16:10.384Z] #50 27.82 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-07-14T07:16:10.384Z] #50 27.91 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-07-14T07:16:10.384Z] #50 27.98 go: downloading github.com/spf13/afero v1.1.2 [2021-07-14T07:16:10.427Z] #17 131.3 Preparing to unpack .../130-g++-8-s390x-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-07-14T07:16:10.427Z] #17 131.3 Unpacking g++-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:16:10.643Z] #50 28.16 go: downloading github.com/spf13/cast v1.3.0 [2021-07-14T07:16:10.643Z] #50 28.22 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-07-14T07:16:10.643Z] #50 28.23 go: downloading github.com/subosito/gotenv v1.2.0 [2021-07-14T07:16:10.643Z] #50 28.29 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-07-14T07:16:10.643Z] #50 28.36 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-07-14T07:16:10.664Z] #56 17.60 Reading package lists... [2021-07-14T07:16:10.664Z] #56 ... [2021-07-14T07:16:10.664Z] [2021-07-14T07:16:10.664Z] #34 [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-07-14T07:16:10.664Z] #34 sha256:89e785ff1fbab688a273907cc44390021a918e2666369a8a3572f075fd7e1157 [2021-07-14T07:16:10.664Z] #34 DONE 18.6s [2021-07-14T07:16:10.664Z] [2021-07-14T07:16:10.664Z] #27 [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-07-14T07:16:10.664Z] #27 sha256:fb66fc075af2299aa8718936ecc9079baa3d961d0ed92e9d56de04fa8115b455 [2021-07-14T07:16:10.664Z] #27 29.81 0 added, 0 removed; done. [2021-07-14T07:16:10.664Z] #27 29.81 Running hooks in /etc/ca-certificates/update.d... [2021-07-14T07:16:10.664Z] #27 29.81 done. [2021-07-14T07:16:10.664Z] #27 DONE 31.9s [2021-07-14T07:16:10.664Z] [2021-07-14T07:16:10.664Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-07-14T07:16:10.664Z] #28 sha256:add3bee79a094c63470b4bb32a8863bc02340cb346d72747915b56747c8c5b71 [2021-07-14T07:16:10.664Z] #28 DONE 0.2s [2021-07-14T07:16:10.664Z] [2021-07-14T07:16:10.664Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:10.664Z] #13 sha256:0a5c4f9d7f4bd4487ee5b1fc84c7c8e464816e238d705348cc2476c73e010007 [2021-07-14T07:16:10.664Z] #13 15.98 Fetched 8804 kB in 13s (669 kB/s) [2021-07-14T07:16:10.903Z] #50 28.49 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-07-14T07:16:10.903Z] #50 28.62 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-07-14T07:16:10.950Z] #13 31.65 Reading package lists... [2021-07-14T07:16:10.950Z] #13 ... [2021-07-14T07:16:10.950Z] [2021-07-14T07:16:10.950Z] #52 [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-07-14T07:16:10.950Z] #52 sha256:fc1c17164ef0e30817b476dc51015fd01ddc11b875a5cf5b8964f765303d349b [2021-07-14T07:16:10.950Z] #52 25.18 runtime [2021-07-14T07:16:10.950Z] #52 ... [2021-07-14T07:16:10.950Z] [2021-07-14T07:16:10.950Z] #36 [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-07-14T07:16:10.950Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:16:10.950Z] #36 22.18 Reading package lists... [2021-07-14T07:16:10.950Z] #36 29.23 Reading package lists... [2021-07-14T07:16:10.989Z] #17 131.8 Selecting previously unselected package g++-s390x-linux-gnu. [2021-07-14T07:16:10.989Z] #17 131.8 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-07-14T07:16:10.989Z] #17 131.8 Unpacking g++-s390x-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:16:10.989Z] #17 131.9 Selecting previously unselected package crossbuild-essential-s390x. [2021-07-14T07:16:10.989Z] #17 131.9 Preparing to unpack .../132-crossbuild-essential-s390x_12.6_all.deb ... [2021-07-14T07:16:10.989Z] #17 131.9 Unpacking crossbuild-essential-s390x (12.6) ... [2021-07-14T07:16:10.989Z] #17 132.0 Setting up libconfig-inifiles-perl (3.000001-1) ... [2021-07-14T07:16:10.989Z] #17 132.0 Setting up libfile-which-perl (1.23-1) ... [2021-07-14T07:16:10.989Z] #17 132.0 Setting up binutils-arm-linux-gnueabi (2.31.1-16) ... [2021-07-14T07:16:10.989Z] #17 132.0 Setting up libc6-armhf-cross (2.28-7cross1) ... [2021-07-14T07:16:10.989Z] #17 132.0 Setting up binutils-s390x-linux-gnu (2.31.1-16) ... [2021-07-14T07:16:10.989Z] #17 132.0 Setting up libmagic-mgc (1:5.35-4+deb10u2) ... [2021-07-14T07:16:10.989Z] #17 132.0 Setting up gcc-8-arm-linux-gnueabi-base:amd64 (8.3.0-2cross1) ... [2021-07-14T07:16:10.989Z] #17 132.0 Setting up gcc-8-cross-base (8.3.0-2cross1) ... [2021-07-14T07:16:10.989Z] #17 132.1 Setting up libc6-ppc64el-cross (2.28-7cross1) ... [2021-07-14T07:16:11.245Z] #17 132.1 Setting up libc6-s390x-cross (2.28-7cross1) ... [2021-07-14T07:16:11.245Z] #17 132.1 Setting up gcc-8-s390x-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-07-14T07:16:11.245Z] #17 132.1 Setting up libatomic1-s390x-cross (8.3.0-2cross1) ... [2021-07-14T07:16:11.245Z] #17 132.1 Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ... [2021-07-14T07:16:11.245Z] #17 132.1 Setting up libxml-namespacesupport-perl (1.12-1) ... [2021-07-14T07:16:11.245Z] #17 132.2 Setting up binutils-aarch64-linux-gnu (2.31.1-16) ... [2021-07-14T07:16:11.245Z] #17 132.2 Setting up file (1:5.35-4+deb10u2) ... [2021-07-14T07:16:11.245Z] #17 132.2 Setting up libatomic1-armhf-cross (8.3.0-2cross1) ... [2021-07-14T07:16:11.245Z] #17 132.2 Setting up libgomp1-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:11.245Z] #17 132.2 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-07-14T07:16:11.245Z] #17 132.2 Setting up libyaml-perl (1.27-1) ... [2021-07-14T07:16:11.245Z] #17 132.3 Setting up cpp-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-07-14T07:16:11.245Z] #17 132.3 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-14T07:16:11.245Z] #17 132.3 Setting up gcc-8-aarch64-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-07-14T07:16:11.472Z] #50 28.82 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-07-14T07:16:11.473Z] #50 28.87 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-07-14T07:16:11.473Z] #50 28.92 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-07-14T07:16:11.473Z] #50 28.97 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-07-14T07:16:11.473Z] #50 29.00 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-07-14T07:16:11.473Z] #50 29.08 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-07-14T07:16:11.473Z] #50 29.19 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-07-14T07:16:11.501Z] #17 132.3 Setting up linux-libc-dev-armel-cross (4.19.20-1cross1) ... [2021-07-14T07:16:11.501Z] #17 132.3 Setting up libxml-sax-base-perl (1.09-1) ... [2021-07-14T07:16:11.501Z] #17 132.3 Setting up libio-string-perl (1.08-3) ... [2021-07-14T07:16:11.501Z] #17 132.3 Setting up linux-libc-dev-s390x-cross (4.19.20-1cross1) ... [2021-07-14T07:16:11.501Z] #17 132.4 Setting up cross-config (2.6.15-3) ... [2021-07-14T07:16:11.501Z] #17 132.5 Setting up cpp-arm-linux-gnueabi (4:8.3.0-1) ... [2021-07-14T07:16:11.501Z] #17 132.5 Setting up libgcc1-armhf-cross (1:8.3.0-2cross1) ... [2021-07-14T07:16:11.501Z] #17 132.5 Setting up cpp-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:16:11.521Z] #36 35.20 Building dependency tree... [2021-07-14T07:16:11.521Z] #36 ... [2021-07-14T07:16:11.521Z] [2021-07-14T07:16:11.521Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:11.521Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:11.521Z] #44 25.64 Fetched 8457 kB in 17s (499 kB/s) [2021-07-14T07:16:11.521Z] #44 25.64 Reading package lists... [2021-07-14T07:16:11.735Z] #50 29.25 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-07-14T07:16:11.756Z] #17 132.6 Setting up gcc-8-arm-linux-gnueabihf-base:amd64 (8.3.0-2cross1) ... [2021-07-14T07:16:11.757Z] #17 132.6 Setting up xz-utils (5.2.4-1) ... [2021-07-14T07:16:11.757Z] #17 132.6 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-07-14T07:16:11.757Z] #17 132.6 Setting up libc6-arm64-cross (2.28-7cross1) ... [2021-07-14T07:16:11.757Z] #17 132.6 Setting up patch (2.7.6-3+deb10u1) ... [2021-07-14T07:16:11.757Z] #17 132.6 Setting up linux-libc-dev-armhf-cross (4.19.20-1cross1) ... [2021-07-14T07:16:11.757Z] #17 132.6 Setting up cpp-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:16:11.757Z] #17 132.6 Setting up libitm1-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:16:11.757Z] #17 132.7 Setting up libitm1-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:11.757Z] #17 132.7 Setting up linux-libc-dev-arm64-cross (4.19.20-1cross1) ... [2021-07-14T07:16:11.757Z] #17 132.7 Setting up libc6-armel-cross (2.28-7cross1) ... [2021-07-14T07:16:11.757Z] #17 132.7 Setting up libitm1-s390x-cross (8.3.0-2cross1) ... [2021-07-14T07:16:11.757Z] #17 132.7 Setting up libatomic1-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:11.757Z] #17 132.7 Setting up libc6-dev-s390x-cross (2.28-7cross1) ... [2021-07-14T07:16:11.757Z] #17 132.7 Setting up linux-libc-dev-ppc64el-cross (4.19.20-1cross1) ... [2021-07-14T07:16:11.757Z] #17 132.8 Setting up binutils-powerpc64le-linux-gnu (2.31.1-16) ... [2021-07-14T07:16:11.757Z] #17 132.8 Setting up libc6-dev-armel-cross (2.28-7cross1) ... [2021-07-14T07:16:11.757Z] #17 132.8 Setting up libfile-homedir-perl (1.004-1) ... [2021-07-14T07:16:11.757Z] #17 132.8 Setting up binutils-arm-linux-gnueabihf (2.31.1-16) ... [2021-07-14T07:16:11.757Z] #17 132.8 Setting up libgomp1-s390x-cross (8.3.0-2cross1) ... [2021-07-14T07:16:11.757Z] #17 132.8 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-07-14T07:16:11.757Z] #17 132.8 Setting up liblocale-gettext-perl (1.07-3+b4) ... [2021-07-14T07:16:11.757Z] #17 132.8 Setting up gcc-8-powerpc64le-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-07-14T07:16:11.757Z] #17 132.9 Setting up libgcc1-s390x-cross (1:8.3.0-2cross1) ... [2021-07-14T07:16:11.757Z] #17 132.9 Setting up libatomic1-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:16:11.782Z] #44 32.05 Reading package lists... [2021-07-14T07:16:11.782Z] #44 ... [2021-07-14T07:16:11.782Z] [2021-07-14T07:16:11.782Z] #50 [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-07-14T07:16:11.782Z] #50 sha256:f25386ae4fce9e769da1fb0ef63f927d9223c9e6be2b128faf437d5a9a6f5112 [2021-07-14T07:16:11.782Z] #50 36.10 go: downloading github.com/gobwas/glob v0.2.3 [2021-07-14T07:16:11.782Z] #50 36.18 go: downloading github.com/kisielk/gotool v1.0.0 [2021-07-14T07:16:11.782Z] #50 36.20 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-07-14T07:16:11.995Z] #50 29.37 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-07-14T07:16:11.995Z] #50 29.43 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-07-14T07:16:11.995Z] #50 29.49 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-07-14T07:16:11.995Z] #50 29.59 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-07-14T07:16:11.995Z] #50 ... [2021-07-14T07:16:11.995Z] [2021-07-14T07:16:11.995Z] #46 [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-07-14T07:16:11.995Z] #46 sha256:ea7f20defe8df5e33a2fd1d5d092cd89194e26a2ac9659ecae17cd75b67eebfa [2021-07-14T07:16:11.995Z] #46 29.52 vendor/golang.org/x/crypto/internal/subtle [2021-07-14T07:16:12.013Z] #17 132.9 Setting up cpp-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-07-14T07:16:12.014Z] #17 132.9 Setting up libgcc1-arm64-cross (1:8.3.0-2cross1) ... [2021-07-14T07:16:12.014Z] #17 132.9 Setting up libgomp1-armhf-cross (8.3.0-2cross1) ... [2021-07-14T07:16:12.014Z] #17 132.9 Setting up libgcc1-ppc64el-cross (1:8.3.0-2cross1) ... [2021-07-14T07:16:12.014Z] #17 132.9 Setting up libgomp1-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:16:12.014Z] #17 133.0 Setting up libgomp1-armel-cross (8.3.0-2cross1) ... [2021-07-14T07:16:12.014Z] #17 133.0 Setting up libc6-dev-ppc64el-cross (2.28-7cross1) ... [2021-07-14T07:16:12.014Z] #17 133.0 Setting up cpp-s390x-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:16:12.014Z] #17 133.0 Setting up libquadmath0-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:12.014Z] #17 133.0 Setting up libstdc++6-s390x-cross (8.3.0-2cross1) ... [2021-07-14T07:16:12.014Z] #17 133.0 Setting up libc6-dev-armhf-cross (2.28-7cross1) ... [2021-07-14T07:16:12.014Z] #17 133.0 Setting up cpp-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:16:12.014Z] #17 133.0 Setting up libasan5-s390x-cross (8.3.0-2cross1) ... [2021-07-14T07:16:12.014Z] #17 133.1 Setting up libc6-dev-arm64-cross (2.28-7cross1) ... [2021-07-14T07:16:12.014Z] #17 133.1 Setting up libatomic1-armel-cross (8.3.0-2cross1) ... [2021-07-14T07:16:12.014Z] #17 133.1 Setting up libxml-sax-perl (1.00+dfsg-1) ... [2021-07-14T07:16:12.042Z] #50 36.33 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-07-14T07:16:12.042Z] #50 36.35 go: downloading github.com/gogo/protobuf v1.2.1 [2021-07-14T07:16:12.061Z] #13 15.98 Reading package lists... [2021-07-14T07:16:12.061Z] #13 ... [2021-07-14T07:16:12.061Z] [2021-07-14T07:16:12.061Z] #46 [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-07-14T07:16:12.061Z] #46 sha256:85f709a69448fd8fb146e7e8e89b1c7d0542c5c1fa53adde4c4bcf1f2e07a3d6 [2021-07-14T07:16:12.061Z] #46 10.16 internal/nettrace [2021-07-14T07:16:12.061Z] #46 10.31 vendor/golang.org/x/crypto/internal/subtle [2021-07-14T07:16:12.061Z] #46 10.38 runtime/cgo [2021-07-14T07:16:12.061Z] #46 ... [2021-07-14T07:16:12.061Z] [2021-07-14T07:16:12.061Z] #40 [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-07-14T07:16:12.061Z] #40 sha256:8b50b12a0ce0c7a83b81c2e3108ab0bca94e7bc77c2b92097fda2546d563fa91 [2021-07-14T07:16:12.061Z] #40 13.96 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-07-14T07:16:12.061Z] #40 14.80 + 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-07-14T07:16:12.270Z] #17 133.2 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2021-07-14T07:16:12.270Z] #17 133.2 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2021-07-14T07:16:12.270Z] #17 133.3 [2021-07-14T07:16:12.270Z] #17 133.3 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2021-07-14T07:16:12.526Z] #17 133.4 Setting up dpkg-dev (1.19.7) ... [2021-07-14T07:16:12.526Z] #17 133.4 Setting up libstdc++6-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:16:12.526Z] #17 133.4 Setting up libgcc1-armel-cross (1:8.3.0-2cross1) ... [2021-07-14T07:16:12.526Z] #17 133.5 Setting up cpp-aarch64-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:16:12.526Z] #17 133.5 Setting up libstdc++6-armhf-cross (8.3.0-2cross1) ... [2021-07-14T07:16:12.526Z] #17 133.5 Setting up libubsan1-armhf-cross (8.3.0-2cross1) ... [2021-07-14T07:16:12.526Z] #17 133.6 Setting up libstdc++6-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:12.526Z] #17 133.6 Setting up libxml-libxml-perl (2.0134+dfsg-1) ... [2021-07-14T07:16:12.526Z] #17 133.6 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2021-07-14T07:16:12.782Z] #17 133.7 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2021-07-14T07:16:12.782Z] #17 133.8 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2021-07-14T07:16:12.782Z] #17 133.9 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2021-07-14T07:16:12.934Z] #40 ... [2021-07-14T07:16:12.934Z] [2021-07-14T07:16:12.934Z] #50 [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-07-14T07:16:12.934Z] #50 sha256:337219f212bc588e04357e028bc09785c029067e744c58f7e1646250861891af [2021-07-14T07:16:12.934Z] #50 23.86 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-07-14T07:16:12.934Z] #50 23.86 go: downloading github.com/stretchr/testify v1.4.0 [2021-07-14T07:16:12.934Z] #50 24.07 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-07-14T07:16:12.934Z] #50 24.11 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-07-14T07:16:12.934Z] #50 24.15 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-07-14T07:16:12.934Z] #50 24.26 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-07-14T07:16:12.934Z] #50 24.57 go: downloading github.com/magiconair/properties v1.8.1 [2021-07-14T07:16:12.934Z] #50 24.60 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-07-14T07:16:12.934Z] #50 24.68 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-07-14T07:16:12.934Z] #50 24.73 go: downloading github.com/spf13/afero v1.1.2 [2021-07-14T07:16:12.934Z] #50 24.85 go: downloading github.com/spf13/cast v1.3.0 [2021-07-14T07:16:12.934Z] #50 24.88 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-07-14T07:16:12.934Z] #50 24.91 go: downloading github.com/subosito/gotenv v1.2.0 [2021-07-14T07:16:12.934Z] #50 24.92 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-07-14T07:16:12.934Z] #50 25.05 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-07-14T07:16:12.934Z] #50 25.11 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-07-14T07:16:12.934Z] #50 25.41 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-07-14T07:16:12.934Z] #50 25.44 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-07-14T07:16:12.934Z] #50 25.54 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-07-14T07:16:12.934Z] #50 25.67 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-07-14T07:16:12.934Z] #50 25.73 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-07-14T07:16:12.934Z] #50 25.75 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-07-14T07:16:12.934Z] #50 25.80 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-07-14T07:16:12.934Z] #50 25.89 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-07-14T07:16:12.934Z] #50 26.11 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-07-14T07:16:12.934Z] #50 26.22 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-07-14T07:16:12.934Z] #50 26.25 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-07-14T07:16:12.934Z] #50 26.40 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-07-14T07:16:12.934Z] #50 26.50 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-07-14T07:16:12.934Z] #50 26.94 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-07-14T07:16:12.934Z] #50 26.97 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-07-14T07:16:12.934Z] #50 27.01 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-07-14T07:16:12.934Z] #50 27.15 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-07-14T07:16:12.934Z] #50 27.19 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-07-14T07:16:12.934Z] #50 27.35 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-07-14T07:16:12.934Z] #50 27.38 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-07-14T07:16:12.934Z] #50 27.89 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-07-14T07:16:12.934Z] #50 27.97 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-07-14T07:16:12.934Z] #50 28.09 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-07-14T07:16:12.934Z] #50 28.13 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-07-14T07:16:12.934Z] #50 28.18 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-07-14T07:16:12.934Z] #50 28.26 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-07-14T07:16:12.934Z] #50 28.51 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-07-14T07:16:12.934Z] #50 28.78 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-07-14T07:16:12.934Z] #50 28.78 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-07-14T07:16:12.934Z] #50 28.84 go: downloading github.com/ultraware/funlen v0.0.2 [2021-07-14T07:16:12.934Z] #50 28.89 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-07-14T07:16:12.934Z] #50 28.89 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-07-14T07:16:12.934Z] #50 28.98 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-07-14T07:16:12.934Z] #50 29.79 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-07-14T07:16:12.934Z] #50 29.79 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-07-14T07:16:12.934Z] #50 29.90 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-07-14T07:16:13.035Z] #40 ... [2021-07-14T07:16:13.035Z] [2021-07-14T07:16:13.035Z] #59 [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-07-14T07:16:13.035Z] #59 sha256:bb7bfaaecbfd12933046f05c7ccf7477219be077f396e06b26ffd09806e394ae [2021-07-14T07:16:13.035Z] #59 11.05 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-07-14T07:16:13.035Z] #59 11.06 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-07-14T07:16:13.035Z] #59 12.53 go: downloading github.com/google/uuid v1.2.0 [2021-07-14T07:16:13.035Z] #59 12.53 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-07-14T07:16:13.035Z] #59 12.78 go: downloading github.com/moby/vpnkit v0.5.0 [2021-07-14T07:16:13.035Z] #59 13.22 go: downloading github.com/gofrs/flock v0.8.0 [2021-07-14T07:16:13.035Z] #59 13.51 go: downloading github.com/gorilla/mux v1.8.0 [2021-07-14T07:16:13.035Z] #59 14.19 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-07-14T07:16:13.035Z] #59 15.46 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-07-14T07:16:13.035Z] #59 17.29 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-07-14T07:16:13.035Z] #59 19.72 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-07-14T07:16:13.035Z] #59 20.33 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-07-14T07:16:13.037Z] #17 133.9 Setting up cpp-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-07-14T07:16:13.037Z] #17 134.0 Setting up cpp-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:16:13.037Z] #17 134.0 Setting up liblsan0-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.037Z] #17 134.0 Setting up libubsan1-s390x-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.037Z] #17 134.0 Setting up libubsan1-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.037Z] #17 134.0 Setting up libasan5-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.037Z] #17 134.0 Setting up libubsan1-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.037Z] #17 134.0 Setting up libtsan0-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.037Z] #17 134.0 Setting up libstdc++6-armel-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.037Z] #17 134.1 Setting up libasan5-armhf-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.037Z] #17 134.1 Setting up liblsan0-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.037Z] #17 134.1 Setting up libasan5-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.037Z] #17 134.1 Setting up libasan5-armel-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.193Z] #50 30.01 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-07-14T07:16:13.193Z] #50 30.07 go: downloading github.com/stretchr/objx v0.2.0 [2021-07-14T07:16:13.193Z] #50 30.08 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-07-14T07:16:13.293Z] #17 134.1 Setting up libtsan0-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.1 Setting up libgcc-8-dev-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.1 Setting up libubsan1-armel-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.1 Setting up libxml-simple-perl (2.25-1) ... [2021-07-14T07:16:13.293Z] #17 134.1 Setting up libgcc-8-dev-armhf-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.2 Setting up libgcc-8-dev-s390x-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.2 Setting up libstdc++-8-dev-armhf-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.2 Setting up gcc-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.2 Setting up gcc-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-07-14T07:16:13.293Z] #17 134.2 Setting up libgcc-8-dev-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.2 Setting up gcc-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.2 Setting up libconfig-auto-perl (0.44-1) ... [2021-07-14T07:16:13.293Z] #17 134.2 Setting up g++-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.3 Setting up libgcc-8-dev-armel-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.3 Setting up libstdc++-8-dev-arm64-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.3 Setting up gcc-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.3 Setting up gcc-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.3 Setting up libstdc++-8-dev-s390x-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.3 Setting up g++-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.3 Setting up libstdc++-8-dev-ppc64el-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.3 Setting up libdebian-dpkgcross-perl (2.6.15-3) ... [2021-07-14T07:16:13.293Z] #17 134.4 Setting up gcc-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:16:13.293Z] #17 134.4 Setting up g++-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-07-14T07:16:13.293Z] #17 134.4 Setting up gcc-aarch64-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:16:13.293Z] #17 134.4 Setting up g++-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:16:13.428Z] #50 37.70 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-07-14T07:16:13.428Z] #50 37.85 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-07-14T07:16:13.428Z] #50 37.96 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-07-14T07:16:13.452Z] #50 30.26 go: downloading golang.org/x/text v0.3.2 [2021-07-14T07:16:13.549Z] #17 134.4 Setting up libstdc++-8-dev-armel-cross (8.3.0-2cross1) ... [2021-07-14T07:16:13.549Z] #17 134.4 Setting up g++-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-07-14T07:16:13.549Z] #17 134.4 Setting up gcc-s390x-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:16:13.549Z] #17 134.4 Setting up gcc-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:16:13.549Z] #17 134.5 Setting up gcc-arm-linux-gnueabi (4:8.3.0-1) ... [2021-07-14T07:16:13.549Z] #17 134.5 Setting up g++-aarch64-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:16:13.549Z] #17 134.5 Setting up dpkg-cross (2.6.15-3) ... [2021-07-14T07:16:13.549Z] #17 134.5 Setting up g++-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:16:13.549Z] #17 134.5 Setting up g++-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-07-14T07:16:13.549Z] #17 134.5 Setting up g++-s390x-linux-gnu (4:8.3.0-1) ... [2021-07-14T07:16:13.549Z] #17 134.6 Setting up crossbuild-essential-armhf (12.6) ... [2021-07-14T07:16:13.549Z] #17 134.6 Setting up g++-arm-linux-gnueabi (4:8.3.0-1) ... [2021-07-14T07:16:13.549Z] #17 134.6 Setting up crossbuild-essential-arm64 (12.6) ... [2021-07-14T07:16:13.549Z] #17 134.6 Setting up crossbuild-essential-s390x (12.6) ... [2021-07-14T07:16:13.549Z] #17 134.6 Setting up crossbuild-essential-ppc64el (12.6) ... [2021-07-14T07:16:13.549Z] #17 134.6 Setting up crossbuild-essential-armel (12.6) ... [2021-07-14T07:16:13.618Z] #59 ... [2021-07-14T07:16:13.618Z] [2021-07-14T07:16:13.618Z] #32 [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-07-14T07:16:13.618Z] #32 sha256:e3f73a48408205ebe7a62826dcb4d661d2c10dd57a550c36d5cf1e6cfbd1a0a6 [2021-07-14T07:16:13.689Z] #50 ... [2021-07-14T07:16:13.689Z] [2021-07-14T07:16:13.689Z] #56 [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-07-14T07:16:13.689Z] #56 sha256:74b25419bda146acb1324497e0de2f7282812392f4f248a320eaaf103c051506 [2021-07-14T07:16:13.689Z] #56 21.71 Reading package lists... [2021-07-14T07:16:13.689Z] #56 28.50 Reading package lists... [2021-07-14T07:16:13.689Z] #56 34.62 Building dependency tree... [2021-07-14T07:16:13.689Z] #56 37.48 The following additional packages will be installed: [2021-07-14T07:16:13.689Z] #56 37.49 libbtrfs0 [2021-07-14T07:16:13.689Z] #56 37.63 The following NEW packages will be installed: [2021-07-14T07:16:13.689Z] #56 37.64 libbtrfs-dev libbtrfs0 [2021-07-14T07:16:13.689Z] #56 38.04 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:16:13.689Z] #56 38.04 Need to get 119 kB of archives. [2021-07-14T07:16:13.689Z] #56 38.04 After this operation, 387 kB of additional disk space will be used. [2021-07-14T07:16:13.689Z] #56 38.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-07-14T07:16:13.689Z] #56 38.04 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-07-14T07:16:13.806Z] #17 134.6 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:16:13.883Z] #32 21.43 Checking out files: 87% (1334/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-07-14T07:16:13.883Z] #32 21.84 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-07-14T07:16:13.883Z] #32 ... [2021-07-14T07:16:13.883Z] [2021-07-14T07:16:13.883Z] #52 [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-07-14T07:16:13.883Z] #52 sha256:8102ff429acea55addbd6be835cda71ff4e3cb95cc3094273c353ef42e7ee300 [2021-07-14T07:16:13.883Z] #52 12.12 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-07-14T07:16:13.883Z] #52 16.27 runtime [2021-07-14T07:16:13.953Z] #56 ... [2021-07-14T07:16:13.953Z] [2021-07-14T07:16:13.953Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:13.953Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:13.953Z] #44 32.05 Reading package lists... [2021-07-14T07:16:14.147Z] #52 ... [2021-07-14T07:16:14.147Z] [2021-07-14T07:16:14.147Z] #56 [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-07-14T07:16:14.147Z] #56 sha256:96a8621d1b193c7b54efb6f90aee3fbceaddb11f99e4ef8b37b74fa037c2abd5 [2021-07-14T07:16:14.147Z] #56 17.60 Reading package lists... [2021-07-14T07:16:14.737Z] #17 DONE 135.8s [2021-07-14T07:16:14.737Z] [2021-07-14T07:16:14.737Z] #63 [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-07-14T07:16:14.737Z] #63 sha256:44f42d3845a1206a73a8419be0e535dd4fc0de965b0b4bf937943705330bfd22 [2021-07-14T07:16:15.290Z] #46 ... [2021-07-14T07:16:15.290Z] [2021-07-14T07:16:15.290Z] #59 [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-07-14T07:16:15.290Z] #59 sha256:00251ed5df4929c7ec20d81b2a9f0b04d6b87123bae2da643434ec805cbff5d8 [2021-07-14T07:16:15.290Z] #59 22.50 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-07-14T07:16:15.290Z] #59 26.30 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-07-14T07:16:15.290Z] #59 ... [2021-07-14T07:16:15.290Z] [2021-07-14T07:16:15.290Z] #50 [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-07-14T07:16:15.290Z] #50 sha256:881803e4c9b3fe60559596b749fbe452cc6c1f6426e641f05f48f0a1df60f760 [2021-07-14T07:16:15.290Z] #50 30.04 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-07-14T07:16:15.290Z] #50 30.15 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-07-14T07:16:15.290Z] #50 30.26 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-07-14T07:16:15.290Z] #50 30.38 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-07-14T07:16:15.290Z] #50 30.45 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-07-14T07:16:15.290Z] #50 30.60 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-07-14T07:16:15.290Z] #50 30.65 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-07-14T07:16:15.290Z] #50 31.23 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-07-14T07:16:15.290Z] #50 31.42 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-07-14T07:16:15.290Z] #50 31.45 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-07-14T07:16:15.290Z] #50 31.56 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-07-14T07:16:15.290Z] #50 31.64 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-07-14T07:16:15.290Z] #50 31.71 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-07-14T07:16:15.290Z] #50 32.05 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-07-14T07:16:15.290Z] #50 32.11 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-07-14T07:16:15.290Z] #50 32.19 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-07-14T07:16:15.290Z] #50 32.31 go: downloading github.com/ultraware/funlen v0.0.2 [2021-07-14T07:16:15.290Z] #50 32.32 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-07-14T07:16:15.290Z] #50 32.33 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-07-14T07:16:15.290Z] #50 32.43 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-07-14T07:16:15.360Z] #50 ... [2021-07-14T07:16:15.360Z] [2021-07-14T07:16:15.360Z] #46 [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-07-14T07:16:15.360Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:16:15.360Z] #46 22.26 crypto/internal/subtle [2021-07-14T07:16:15.360Z] #46 22.50 crypto/subtle [2021-07-14T07:16:15.360Z] #46 22.59 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-07-14T07:16:15.360Z] #46 22.72 internal/nettrace [2021-07-14T07:16:15.360Z] #46 22.91 runtime/cgo [2021-07-14T07:16:15.860Z] #50 33.23 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-07-14T07:16:15.860Z] #50 33.26 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-07-14T07:16:15.860Z] #50 33.36 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-07-14T07:16:15.860Z] #50 33.39 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-07-14T07:16:15.860Z] #50 33.47 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-07-14T07:16:15.860Z] #50 ... [2021-07-14T07:16:15.861Z] [2021-07-14T07:16:15.861Z] #56 [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-07-14T07:16:15.861Z] #56 sha256:74b25419bda146acb1324497e0de2f7282812392f4f248a320eaaf103c051506 [2021-07-14T07:16:15.861Z] #56 23.36 Fetched 8454 kB in 17s (492 kB/s) [2021-07-14T07:16:15.861Z] #56 23.36 Reading package lists... [2021-07-14T07:16:15.922Z] #44 38.42 Building dependency tree... [2021-07-14T07:16:15.928Z] #46 32.83 vendor/golang.org/x/crypto/internal/subtle [2021-07-14T07:16:16.120Z] #56 29.11 Reading package lists... [2021-07-14T07:16:16.120Z] #56 ... [2021-07-14T07:16:16.120Z] [2021-07-14T07:16:16.120Z] #50 [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-07-14T07:16:16.120Z] #50 sha256:881803e4c9b3fe60559596b749fbe452cc6c1f6426e641f05f48f0a1df60f760 [2021-07-14T07:16:16.120Z] #50 33.48 go: downloading github.com/stretchr/objx v0.2.0 [2021-07-14T07:16:16.120Z] #50 33.61 go: downloading golang.org/x/text v0.3.2 [2021-07-14T07:16:16.120Z] #50 ... [2021-07-14T07:16:16.120Z] [2021-07-14T07:16:16.120Z] #36 [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-07-14T07:16:16.120Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:16:16.120Z] #36 23.73 Fetched 8454 kB in 17s (490 kB/s) [2021-07-14T07:16:16.120Z] #36 23.73 Reading package lists... [2021-07-14T07:16:16.184Z] #44 ... [2021-07-14T07:16:16.184Z] [2021-07-14T07:16:16.184Z] #56 [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-07-14T07:16:16.184Z] #56 sha256:74b25419bda146acb1324497e0de2f7282812392f4f248a320eaaf103c051506 [2021-07-14T07:16:16.184Z] #56 39.08 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:16:16.184Z] #56 39.25 Fetched 119 kB in 0s (387 kB/s) [2021-07-14T07:16:16.184Z] #56 39.36 Selecting previously unselected package libbtrfs0. [2021-07-14T07:16:16.184Z] #56 39.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-07-14T07:16:16.184Z] #56 39.42 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-07-14T07:16:16.184Z] #56 39.48 Unpacking libbtrfs0 (4.20.1-2) ... [2021-07-14T07:16:16.184Z] #56 39.60 Selecting previously unselected package libbtrfs-dev. [2021-07-14T07:16:16.184Z] #56 39.60 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-07-14T07:16:16.184Z] #56 39.61 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:16:16.184Z] #56 39.94 Setting up libbtrfs0 (4.20.1-2) ... [2021-07-14T07:16:16.184Z] #56 39.97 Setting up libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:16:16.184Z] #56 39.99 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:16:16.184Z] #56 DONE 40.5s [2021-07-14T07:16:16.184Z] [2021-07-14T07:16:16.184Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:16.184Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:16.184Z] #13 31.65 Reading package lists... [2021-07-14T07:16:16.379Z] #36 29.43 Reading package lists... [2021-07-14T07:16:16.379Z] #36 ... [2021-07-14T07:16:16.379Z] [2021-07-14T07:16:16.379Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:16.379Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:16.379Z] #13 20.66 Fetched 8987 kB in 18s (501 kB/s) [2021-07-14T07:16:16.379Z] #13 20.66 Reading package lists... [2021-07-14T07:16:16.629Z] #63 ... [2021-07-14T07:16:16.629Z] [2021-07-14T07:16:16.629Z] #18 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-07-14T07:16:16.629Z] #18 sha256:02c03e30192eeb7a4fcffb9f1585510504ec51793f8428a994344a340bb717cc [2021-07-14T07:16:16.629Z] #18 DONE 1.6s [2021-07-14T07:16:16.629Z] [2021-07-14T07:16:16.629Z] #31 [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-07-14T07:16:16.629Z] #31 sha256:87e57cbe54e73e0e4d7f02ba8405a53290b37e47d335e4bc3097587f054d0460 [2021-07-14T07:16:16.629Z] #31 1.428 + RM_GOPATH=0 [2021-07-14T07:16:16.630Z] #31 1.428 + TMP_GOPATH= [2021-07-14T07:16:16.630Z] #31 1.428 + : /build [2021-07-14T07:16:16.630Z] #31 1.428 + '[' -z '' ']' [2021-07-14T07:16:16.630Z] #31 1.429 ++ mktemp -d [2021-07-14T07:16:16.630Z] #31 1.430 + export GOPATH=/tmp/tmp.FijDZ3n3uW [2021-07-14T07:16:16.630Z] #31 1.430 + GOPATH=/tmp/tmp.FijDZ3n3uW [2021-07-14T07:16:16.630Z] #31 1.430 + RM_GOPATH=1 [2021-07-14T07:16:16.630Z] #31 1.430 + case "$(go env GOARCH)" in [2021-07-14T07:16:16.630Z] #31 1.430 ++ go env GOARCH [2021-07-14T07:16:16.630Z] #31 1.435 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:16.630Z] #31 1.435 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:16.630Z] #31 1.437 Install docker/cli version 17.06.2-ce from stable [2021-07-14T07:16:16.630Z] #31 1.437 ++ dirname /tmp/install/install.sh [2021-07-14T07:16:16.630Z] #31 1.437 + dir=/tmp/install [2021-07-14T07:16:16.630Z] #31 1.437 + bin=dockercli [2021-07-14T07:16:16.630Z] #31 1.437 + shift [2021-07-14T07:16:16.630Z] #31 1.437 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-07-14T07:16:16.630Z] #31 1.437 + . /tmp/install/dockercli.installer [2021-07-14T07:16:16.630Z] #31 1.437 ++ : stable [2021-07-14T07:16:16.630Z] #31 1.437 ++ : 17.06.2-ce [2021-07-14T07:16:16.630Z] #31 1.437 + install_dockercli [2021-07-14T07:16:16.630Z] #31 1.437 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-07-14T07:16:16.630Z] #31 1.438 ++ uname -m [2021-07-14T07:16:16.630Z] #31 1.439 + arch=x86_64 [2021-07-14T07:16:16.630Z] #31 1.439 + '[' x86_64 '!=' x86_64 ']' [2021-07-14T07:16:16.630Z] #31 1.439 + url=https://download.docker.com/linux/static [2021-07-14T07:16:16.630Z] #31 1.439 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-07-14T07:16:16.630Z] #31 1.443 + tar -xz docker/docker [2021-07-14T07:16:16.637Z] #13 26.88 Reading package lists... [2021-07-14T07:16:16.637Z] #13 ... [2021-07-14T07:16:16.637Z] [2021-07-14T07:16:16.637Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:16.637Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:16.637Z] #44 23.58 Fetched 8457 kB in 18s (478 kB/s) [2021-07-14T07:16:16.637Z] #44 23.58 Reading package lists... [2021-07-14T07:16:17.207Z] #44 29.58 Reading package lists... [2021-07-14T07:16:17.207Z] #44 ... [2021-07-14T07:16:17.207Z] [2021-07-14T07:16:17.207Z] #56 [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-07-14T07:16:17.207Z] #56 sha256:74b25419bda146acb1324497e0de2f7282812392f4f248a320eaaf103c051506 [2021-07-14T07:16:17.207Z] #56 29.11 Reading package lists... [2021-07-14T07:16:17.832Z] #13 37.82 Building dependency tree... [2021-07-14T07:16:17.834Z] #46 ... [2021-07-14T07:16:17.835Z] [2021-07-14T07:16:17.835Z] #52 [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-07-14T07:16:17.835Z] #52 sha256:1fcffa1c17963bdb209b286da05fe4022278d59ff947f38e35617ff7b3b80ffe [2021-07-14T07:16:17.835Z] #52 24.49 runtime [2021-07-14T07:16:17.835Z] #52 ... [2021-07-14T07:16:17.835Z] [2021-07-14T07:16:17.835Z] #56 [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-07-14T07:16:17.835Z] #56 sha256:74b25419bda146acb1324497e0de2f7282812392f4f248a320eaaf103c051506 [2021-07-14T07:16:17.835Z] #56 24.51 Fetched 8454 kB in 17s (497 kB/s) [2021-07-14T07:16:17.835Z] #56 24.51 Reading package lists... [2021-07-14T07:16:18.093Z] #56 30.05 Reading package lists... [2021-07-14T07:16:18.093Z] #56 ... [2021-07-14T07:16:18.093Z] [2021-07-14T07:16:18.093Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:18.093Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:18.093Z] #13 19.44 Fetched 8987 kB in 17s (518 kB/s) [2021-07-14T07:16:18.093Z] #13 19.44 Reading package lists... [2021-07-14T07:16:18.093Z] #13 25.59 Reading package lists... [2021-07-14T07:16:18.093Z] #13 ... [2021-07-14T07:16:18.093Z] [2021-07-14T07:16:18.093Z] #59 [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-07-14T07:16:18.093Z] #59 sha256:7a198749b2bdaccc5cf49ad5cd23ca6014e8d334e367d2f75ce13fd8703e4662 [2021-07-14T07:16:18.093Z] #59 24.93 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-07-14T07:16:18.093Z] #59 25.02 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-07-14T07:16:18.354Z] #59 ... [2021-07-14T07:16:18.354Z] [2021-07-14T07:16:18.354Z] #36 [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-07-14T07:16:18.354Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:16:18.354Z] #36 25.07 Fetched 8454 kB in 18s (480 kB/s) [2021-07-14T07:16:18.354Z] #36 25.07 Reading package lists... [2021-07-14T07:16:18.354Z] #36 30.60 Reading package lists... [2021-07-14T07:16:18.354Z] #36 ... [2021-07-14T07:16:18.354Z] [2021-07-14T07:16:18.354Z] #56 [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-07-14T07:16:18.354Z] #56 sha256:74b25419bda146acb1324497e0de2f7282812392f4f248a320eaaf103c051506 [2021-07-14T07:16:18.354Z] #56 30.05 Reading package lists... [2021-07-14T07:16:18.400Z] #56 34.89 Building dependency tree... [2021-07-14T07:16:18.618Z] #56 35.42 Building dependency tree... [2021-07-14T07:16:18.618Z] #56 ... [2021-07-14T07:16:18.618Z] [2021-07-14T07:16:18.618Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:18.618Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:18.618Z] #44 25.03 Fetched 8457 kB in 18s (478 kB/s) [2021-07-14T07:16:18.618Z] #44 25.03 Reading package lists... [2021-07-14T07:16:18.673Z] #56 22.49 Reading package lists... [2021-07-14T07:16:19.188Z] #44 31.00 Reading package lists... [2021-07-14T07:16:19.188Z] #44 ... [2021-07-14T07:16:19.188Z] [2021-07-14T07:16:19.188Z] #36 [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-07-14T07:16:19.188Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:16:19.188Z] #36 30.60 Reading package lists... [2021-07-14T07:16:19.251Z] #56 26.62 Building dependency tree... [2021-07-14T07:16:19.251Z] #56 ... [2021-07-14T07:16:19.251Z] [2021-07-14T07:16:19.251Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:16:19.251Z] #29 sha256:f24272940629bdd9da354a6b44fde6e28e47730e889964c8e74978d867b69770 [2021-07-14T07:16:19.251Z] #29 3.037 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-07-14T07:16:19.251Z] #29 3.345 [2021-07-14T07:16:19.252Z] #29 3.670 0.0% ### 5.0% ##### 7.2% ###### 9.2% ######### 13.0% ########### 16.4% ############## 19.6% ################# 23.7% ################### 26.8% ###################### 30.9% ######################### 35.5% ############################# 40.4% ################################# 46.6% ####################################### 55.3% ########################################### 61.0% ############################################## 64.1% ################################################ 68.0% ##################################################### 74.6% ########################################################## 80.6% ############################################################ 84.1% ################################################################ 90.3% ##################################################################### 96.9% ######################################################################## 100.0% [2021-07-14T07:16:19.252Z] #29 6.483 [2021-07-14T07:16:19.252Z] #29 6.763 0.2% ###################### 30.8% ###################################### 52.8% ############################################################# 84.8% ######################################################################## 100.0% [2021-07-14T07:16:19.252Z] #29 7.467 [2021-07-14T07:16:19.252Z] #29 7.752 #=#=# ################# 24.9% ############################## 42.2% ########################################## 58.4% ######################################################### 80.5% ######################################################################## 100.0% [2021-07-14T07:16:19.252Z] #29 ... [2021-07-14T07:16:19.252Z] [2021-07-14T07:16:19.252Z] #36 [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-07-14T07:16:19.252Z] #36 sha256:883bb1ea40b3c256595d0433b13b827e35f76a921b7d2e33e3ad01c0d1295360 [2021-07-14T07:16:19.252Z] #36 17.53 Fetched 8277 kB in 12s (678 kB/s) [2021-07-14T07:16:19.252Z] #36 17.53 Reading package lists... [2021-07-14T07:16:19.252Z] #36 22.06 Reading package lists... [2021-07-14T07:16:19.252Z] #36 26.41 Building dependency tree... [2021-07-14T07:16:19.515Z] #36 ... [2021-07-14T07:16:19.515Z] [2021-07-14T07:16:19.515Z] #50 [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-07-14T07:16:19.515Z] #50 sha256:65eb8a504e721a0d13311dcfbcd2de595047b774349cd6d33c95272b70bc4ed9 [2021-07-14T07:16:19.515Z] #50 23.39 go: downloading github.com/fatih/color v1.7.0 [2021-07-14T07:16:19.515Z] #50 23.39 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-07-14T07:16:19.515Z] #50 23.54 go: downloading github.com/pkg/errors v0.8.1 [2021-07-14T07:16:19.515Z] #50 23.66 go: downloading github.com/spf13/cobra v0.0.5 [2021-07-14T07:16:19.515Z] #50 23.67 go: downloading github.com/spf13/pflag v1.0.5 [2021-07-14T07:16:19.515Z] #50 23.76 go: downloading github.com/spf13/viper v1.6.1 [2021-07-14T07:16:19.515Z] #50 24.16 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-07-14T07:16:19.515Z] #50 24.28 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-07-14T07:16:19.515Z] #50 24.40 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-07-14T07:16:19.515Z] #50 24.50 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-07-14T07:16:19.515Z] #50 25.00 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-07-14T07:16:19.515Z] #50 25.14 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-07-14T07:16:19.515Z] #50 25.48 go: downloading github.com/stretchr/testify v1.4.0 [2021-07-14T07:16:19.515Z] #50 26.13 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-07-14T07:16:19.515Z] #50 26.14 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-07-14T07:16:19.515Z] #50 26.28 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-07-14T07:16:19.515Z] #50 26.31 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-07-14T07:16:19.515Z] #50 26.87 go: downloading github.com/magiconair/properties v1.8.1 [2021-07-14T07:16:19.515Z] #50 26.89 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-07-14T07:16:19.515Z] #50 27.06 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-07-14T07:16:19.515Z] #50 27.24 go: downloading github.com/spf13/afero v1.1.2 [2021-07-14T07:16:19.515Z] #50 27.44 go: downloading github.com/spf13/cast v1.3.0 [2021-07-14T07:16:19.515Z] #50 27.52 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-07-14T07:16:19.515Z] #50 27.56 go: downloading github.com/subosito/gotenv v1.2.0 [2021-07-14T07:16:19.515Z] #50 27.63 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-07-14T07:16:19.516Z] #50 27.68 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-07-14T07:16:19.747Z] #13 40.83 The following additional packages will be installed: [2021-07-14T07:16:19.748Z] #13 40.84 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-07-14T07:16:19.748Z] #13 40.85 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-07-14T07:16:19.748Z] #13 40.85 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-07-14T07:16:19.748Z] #13 40.85 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2021-07-14T07:16:19.748Z] #13 40.85 mingw-w64-x86-64-dev [2021-07-14T07:16:19.748Z] #13 40.86 Suggested packages: [2021-07-14T07:16:19.748Z] #13 40.87 gcc-8-locales seccomp wine64 [2021-07-14T07:16:19.903Z] #31 4.463 + mkdir -p /build [2021-07-14T07:16:19.903Z] #31 4.465 + mv docker/docker /build/ [2021-07-14T07:16:19.903Z] #31 4.466 + rmdir docker [2021-07-14T07:16:19.903Z] #31 DONE 5.1s [2021-07-14T07:16:19.903Z] [2021-07-14T07:16:19.903Z] #19 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:19.903Z] #19 sha256:79b75809a970c6277af16117ce4e1148947523c4fb48f35e691448c3368daac5 [2021-07-14T07:16:19.903Z] #19 1.534 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-07-14T07:16:19.903Z] #19 1.538 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:16:19.903Z] #19 1.568 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:16:19.903Z] #19 1.571 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:16:19.903Z] #19 1.975 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [481 kB] [2021-07-14T07:16:19.903Z] #19 2.055 Get:6 http://deb.debian.org/debian buster-backports/main armhf Packages [476 kB] [2021-07-14T07:16:19.903Z] #19 2.133 Get:7 http://deb.debian.org/debian buster-backports/main armel Packages [453 kB] [2021-07-14T07:16:19.903Z] #19 2.177 Get:8 http://deb.debian.org/debian buster-backports/main ppc64el Packages [470 kB] [2021-07-14T07:16:19.903Z] #19 2.269 Get:9 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] [2021-07-14T07:16:19.903Z] #19 2.310 Get:10 http://deb.debian.org/debian buster-backports/main s390x Packages [449 kB] [2021-07-14T07:16:19.903Z] #19 3.109 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB] [2021-07-14T07:16:20.093Z] #50 28.04 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-07-14T07:16:20.093Z] #50 28.16 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-07-14T07:16:20.093Z] #50 28.21 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-07-14T07:16:20.093Z] #50 28.26 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-07-14T07:16:20.093Z] #50 ... [2021-07-14T07:16:20.093Z] [2021-07-14T07:16:20.093Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:20.093Z] #44 sha256:3225650fb49e7c9ad14d1ca550de9bdff5977160ad77860f694e28aa876ba055 [2021-07-14T07:16:20.093Z] #44 18.06 Fetched 8280 kB in 13s (638 kB/s) [2021-07-14T07:16:20.093Z] #44 18.06 Reading package lists... [2021-07-14T07:16:20.301Z] #56 37.55 The following additional packages will be installed: [2021-07-14T07:16:20.301Z] #56 37.56 libbtrfs0 [2021-07-14T07:16:20.301Z] #56 37.75 The following NEW packages will be installed: [2021-07-14T07:16:20.301Z] #56 37.75 libbtrfs-dev libbtrfs0 [2021-07-14T07:16:20.362Z] #44 24.66 Reading package lists... [2021-07-14T07:16:20.362Z] #44 ... [2021-07-14T07:16:20.362Z] [2021-07-14T07:16:20.362Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:16:20.362Z] #29 sha256:f24272940629bdd9da354a6b44fde6e28e47730e889964c8e74978d867b69770 [2021-07-14T07:16:20.362Z] #29 8.759 [2021-07-14T07:16:20.383Z] #36 36.10 Building dependency tree... [2021-07-14T07:16:20.468Z] #19 4.260 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-07-14T07:16:20.691Z] #13 41.95 The following NEW packages will be installed: [2021-07-14T07:16:20.691Z] #13 41.95 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-07-14T07:16:20.691Z] #13 41.96 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-07-14T07:16:20.691Z] #13 41.96 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-07-14T07:16:20.691Z] #13 41.96 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-07-14T07:16:20.691Z] #13 41.96 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-07-14T07:16:20.691Z] #13 41.96 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-07-14T07:16:20.691Z] #13 41.97 The following packages will be upgraded: [2021-07-14T07:16:20.691Z] #13 41.97 libseccomp2 [2021-07-14T07:16:20.868Z] #56 38.16 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:16:20.868Z] #56 38.16 Need to get 119 kB of archives. [2021-07-14T07:16:20.868Z] #56 38.16 After this operation, 387 kB of additional disk space will be used. [2021-07-14T07:16:20.868Z] #56 38.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-07-14T07:16:20.868Z] #56 38.16 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-07-14T07:16:20.952Z] #13 42.37 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:16:20.952Z] #13 42.37 Need to get 77.8 MB of archives. [2021-07-14T07:16:20.952Z] #13 42.37 After this operation, 487 MB of additional disk space will be used. [2021-07-14T07:16:20.952Z] #13 42.37 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-07-14T07:16:20.814Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:16:20.890Z] > git config --add remote.origin.fetch +refs/pull/42636/head:refs/remotes/origin/PR-42636 # timeout=10 [2021-07-14T07:16:20.933Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:16:21.131Z] Fetching without tags [2021-07-14T07:16:21.213Z] #13 42.37 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-07-14T07:16:21.213Z] #13 42.38 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-07-14T07:16:21.213Z] #13 42.55 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-07-14T07:16:21.474Z] #13 42.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-07-14T07:16:21.474Z] #13 42.77 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-07-14T07:16:21.474Z] #13 42.78 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-07-14T07:16:21.474Z] #13 42.79 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-07-14T07:16:21.804Z] #56 39.16 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:16:21.804Z] #56 39.28 Fetched 119 kB in 0s (418 kB/s) [2021-07-14T07:16:21.804Z] #56 39.37 Selecting previously unselected package libbtrfs0. [2021-07-14T07:16:21.804Z] #56 39.37 (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 ... 15421 files and directories currently installed.) [2021-07-14T07:16:21.804Z] #56 39.44 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-07-14T07:16:21.804Z] #56 39.47 Unpacking libbtrfs0 (4.20.1-2) ... [2021-07-14T07:16:21.826Z] Merging remotes/origin/master commit 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 into PR head commit 84df737f500a7d0074e97ea60bdfc02e5fe9be9f [2021-07-14T07:16:21.838Z] #19 5.362 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:16:21.952Z] #29 9.033 0.0% ### 5.2% ###### 9.3% ####### 10.0% ########### 15.7% ############### 22.1% ################## 26.2% ####################### 32.0% ########################## 37.5% ############################## 41.7% ################################## 48.0% ####################################### 54.4% ############################################ 61.9% ################################################ 67.7% ##################################################### 74.0% ######################################################## 78.9% ########################################################### 82.6% ############################################################### 88.4% ################################################################# 91.0% #################################################################### 95.2% ###################################################################### 97.6% ######################################################################## 100.0% [2021-07-14T07:16:22.047Z] #13 43.24 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-07-14T07:16:22.047Z] #13 ... [2021-07-14T07:16:22.047Z] [2021-07-14T07:16:22.047Z] #36 [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-07-14T07:16:22.047Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:16:22.047Z] #36 35.20 Building dependency tree... [2021-07-14T07:16:22.047Z] #36 38.01 The following additional packages will be installed: [2021-07-14T07:16:22.047Z] #36 38.03 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-07-14T07:16:22.047Z] #36 38.03 Suggested packages: [2021-07-14T07:16:22.047Z] #36 38.03 cmake-doc ninja-build lrzip [2021-07-14T07:16:22.047Z] #36 38.03 Recommended packages: [2021-07-14T07:16:22.047Z] #36 38.03 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-07-14T07:16:22.047Z] #36 39.00 The following NEW packages will be installed: [2021-07-14T07:16:22.047Z] #36 39.00 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-07-14T07:16:22.047Z] #36 39.00 vim-common xxd [2021-07-14T07:16:22.047Z] #36 39.37 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:16:22.047Z] #36 39.37 Need to get 14.9 MB of archives. [2021-07-14T07:16:22.047Z] #36 39.37 After this operation, 61.8 MB of additional disk space will be used. [2021-07-14T07:16:22.047Z] #36 39.37 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-07-14T07:16:22.047Z] #36 39.38 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-07-14T07:16:22.047Z] #36 39.38 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-07-14T07:16:22.047Z] #36 39.51 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-07-14T07:16:22.047Z] #36 40.33 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB] [2021-07-14T07:16:22.047Z] #36 40.38 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-07-14T07:16:22.047Z] #36 40.40 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-07-14T07:16:22.047Z] #36 40.41 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-07-14T07:16:22.047Z] #36 40.42 Get:9 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB] [2021-07-14T07:16:22.047Z] #36 40.43 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-07-14T07:16:22.047Z] #36 41.77 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:16:22.047Z] #36 41.97 Fetched 14.9 MB in 2s (9032 kB/s) [2021-07-14T07:16:22.047Z] #36 42.06 Selecting previously unselected package xxd. [2021-07-14T07:16:22.047Z] #36 42.06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-07-14T07:16:22.047Z] #36 42.13 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-07-14T07:16:22.047Z] #36 42.14 Unpacking xxd (2:8.1.0875-5) ... [2021-07-14T07:16:22.047Z] #36 42.32 Selecting previously unselected package vim-common. [2021-07-14T07:16:22.047Z] #36 42.34 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-07-14T07:16:22.047Z] #36 42.38 Unpacking vim-common (2:8.1.0875-5) ... [2021-07-14T07:16:22.047Z] #36 42.73 Selecting previously unselected package cmake-data. [2021-07-14T07:16:22.047Z] #36 42.76 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-07-14T07:16:22.047Z] #36 42.77 Unpacking cmake-data (3.13.4-1) ... [2021-07-14T07:16:22.047Z] #36 45.39 Selecting previously unselected package libicu63:amd64. [2021-07-14T07:16:22.047Z] #36 45.41 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-07-14T07:16:22.047Z] #36 45.42 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-14T07:16:22.062Z] #56 39.59 Selecting previously unselected package libbtrfs-dev. [2021-07-14T07:16:22.062Z] #56 39.59 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-07-14T07:16:22.062Z] #56 39.60 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:16:22.299Z] #36 39.12 The following additional packages will be installed: [2021-07-14T07:16:22.299Z] #36 39.13 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-07-14T07:16:22.299Z] #36 39.15 Suggested packages: [2021-07-14T07:16:22.299Z] #36 39.17 cmake-doc ninja-build lrzip [2021-07-14T07:16:22.299Z] #36 39.17 Recommended packages: [2021-07-14T07:16:22.299Z] #36 39.17 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-07-14T07:16:22.308Z] #36 ... [2021-07-14T07:16:22.308Z] [2021-07-14T07:16:22.308Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:22.308Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:22.308Z] #13 43.54 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-07-14T07:16:22.308Z] #13 43.54 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-07-14T07:16:22.321Z] #56 39.85 Setting up libbtrfs0 (4.20.1-2) ... [2021-07-14T07:16:22.321Z] #56 39.88 Setting up libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:16:22.321Z] #56 39.89 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:16:22.401Z] #19 6.113 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB] [2021-07-14T07:16:22.530Z] #29 11.72 [2021-07-14T07:16:22.659Z] #19 ... [2021-07-14T07:16:22.659Z] [2021-07-14T07:16:22.659Z] #63 [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-07-14T07:16:22.659Z] #63 sha256:44f42d3845a1206a73a8419be0e535dd4fc0de965b0b4bf937943705330bfd22 [2021-07-14T07:16:22.659Z] #63 2.143 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:16:22.659Z] #63 2.175 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:16:22.659Z] #63 2.175 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:16:22.659Z] #63 2.532 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-07-14T07:16:22.659Z] #63 3.157 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:16:22.659Z] #63 4.035 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-07-14T07:16:22.659Z] #63 4.881 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-07-14T07:16:22.659Z] #63 5.715 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB] [2021-07-14T07:16:22.659Z] #63 6.730 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB] [2021-07-14T07:16:22.659Z] #63 7.268 Get:10 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB] [2021-07-14T07:16:22.659Z] #63 7.277 Get:11 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [287 kB] [2021-07-14T07:16:22.659Z] #63 7.308 Get:12 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:16:22.659Z] #63 7.312 Get:13 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [288 kB] [2021-07-14T07:16:22.659Z] #63 7.339 Get:14 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB] [2021-07-14T07:16:22.659Z] #63 7.358 Get:15 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-07-14T07:16:22.659Z] #63 7.367 Get:16 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB] [2021-07-14T07:16:22.659Z] #63 7.368 Get:17 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB] [2021-07-14T07:16:22.659Z] #63 7.368 Get:18 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:16:22.659Z] #63 7.369 Get:19 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-07-14T07:16:22.659Z] #63 7.369 Get:20 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB] [2021-07-14T07:16:22.659Z] #63 7.383 Get:21 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-07-14T07:16:23.234Z] #36 39.92 The following NEW packages will be installed: [2021-07-14T07:16:23.234Z] #36 39.95 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-07-14T07:16:23.234Z] #36 39.95 vim-common xxd [2021-07-14T07:16:23.257Z] #56 DONE 40.6s [2021-07-14T07:16:23.257Z] [2021-07-14T07:16:23.257Z] #57 [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-07-14T07:16:23.257Z] #57 sha256:e377271ea2f249c1287c5e2abc02d055021569e6c6c5a766b9ba103396bd91c9 [2021-07-14T07:16:23.492Z] #36 40.34 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:16:23.492Z] #36 40.34 Need to get 14.9 MB of archives. [2021-07-14T07:16:23.492Z] #36 40.34 After this operation, 61.8 MB of additional disk space will be used. [2021-07-14T07:16:23.492Z] #36 40.34 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-07-14T07:16:23.492Z] #36 40.35 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-07-14T07:16:23.492Z] #36 40.36 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-07-14T07:16:23.802Z] #36 40.53 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-07-14T07:16:24.029Z] #63 ... [2021-07-14T07:16:24.029Z] [2021-07-14T07:16:24.029Z] #66 [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-07-14T07:16:24.029Z] #66 sha256:f0cfdb907134c9e1fbebd14709e71d65790d0026555ac54ee9203024f6642a40 [2021-07-14T07:16:24.029Z] #66 1.940 + RM_GOPATH=0 [2021-07-14T07:16:24.029Z] #66 1.940 + TMP_GOPATH= [2021-07-14T07:16:24.029Z] #66 1.940 + : /build [2021-07-14T07:16:24.029Z] #66 1.940 + '[' -z '' ']' [2021-07-14T07:16:24.029Z] #66 1.940 ++ mktemp -d [2021-07-14T07:16:24.029Z] #66 1.940 + export GOPATH=/tmp/tmp.qnSkOCisj2 [2021-07-14T07:16:24.029Z] #66 1.940 + GOPATH=/tmp/tmp.qnSkOCisj2 [2021-07-14T07:16:24.029Z] #66 1.940 + RM_GOPATH=1 [2021-07-14T07:16:24.029Z] #66 1.940 + case "$(go env GOARCH)" in [2021-07-14T07:16:24.029Z] #66 1.940 ++ go env GOARCH [2021-07-14T07:16:24.029Z] #66 1.953 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:24.029Z] #66 1.953 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:24.029Z] #66 1.953 ++ dirname /tmp/install/install.sh [2021-07-14T07:16:24.029Z] #66 1.953 + dir=/tmp/install [2021-07-14T07:16:24.029Z] #66 1.953 + bin=rootlesskit [2021-07-14T07:16:24.029Z] #66 1.953 + shift [2021-07-14T07:16:24.029Z] #66 1.953 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-07-14T07:16:24.029Z] #66 1.953 + . /tmp/install/rootlesskit.installer [2021-07-14T07:16:24.029Z] #66 1.953 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-07-14T07:16:24.029Z] #66 1.953 + install_rootlesskit [2021-07-14T07:16:24.029Z] #66 1.953 + case "$1" in [2021-07-14T07:16:24.029Z] #66 1.953 + export CGO_ENABLED=0 [2021-07-14T07:16:24.029Z] #66 1.953 + CGO_ENABLED=0 [2021-07-14T07:16:24.029Z] #66 1.953 + _install_rootlesskit [2021-07-14T07:16:24.029Z] #66 1.955 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-07-14T07:16:24.029Z] #66 1.955 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-07-14T07:16:24.029Z] #66 1.955 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.qnSkOCisj2/src/github.com/rootless-containers/rootlesskit [2021-07-14T07:16:24.029Z] #66 1.956 Cloning into '/tmp/tmp.qnSkOCisj2/src/github.com/rootless-containers/rootlesskit'... [2021-07-14T07:16:24.029Z] #66 4.075 + cd /tmp/tmp.qnSkOCisj2/src/github.com/rootless-containers/rootlesskit [2021-07-14T07:16:24.029Z] #66 4.077 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-07-14T07:16:24.029Z] #66 4.085 + export GO111MODULE=on [2021-07-14T07:16:24.029Z] #66 4.085 + GO111MODULE=on [2021-07-14T07:16:24.029Z] #66 4.085 + export GOPROXY=https://proxy.golang.org [2021-07-14T07:16:24.029Z] #66 4.085 + GOPROXY=https://proxy.golang.org [2021-07-14T07:16:24.029Z] #66 4.086 + for f in rootlesskit rootlesskit-docker-proxy [2021-07-14T07:16:24.029Z] #66 4.086 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-07-14T07:16:24.029Z] #66 5.423 go: downloading github.com/pkg/errors v0.9.1 [2021-07-14T07:16:24.029Z] #66 5.426 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-07-14T07:16:24.029Z] #66 5.460 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-07-14T07:16:24.029Z] #66 5.729 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-07-14T07:16:24.029Z] #66 7.235 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-07-14T07:16:24.029Z] #66 7.492 go: downloading github.com/google/uuid v1.2.0 [2021-07-14T07:16:24.029Z] #66 7.497 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-07-14T07:16:24.029Z] #66 7.510 go: downloading github.com/moby/vpnkit v0.5.0 [2021-07-14T07:16:24.029Z] #66 7.545 go: downloading github.com/gofrs/flock v0.8.0 [2021-07-14T07:16:24.029Z] #66 7.746 go: downloading github.com/gorilla/mux v1.8.0 [2021-07-14T07:16:24.029Z] #66 7.846 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-07-14T07:16:24.029Z] #66 7.943 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-07-14T07:16:24.029Z] #66 8.010 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-07-14T07:16:24.029Z] #66 8.804 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-07-14T07:16:24.029Z] #66 ... [2021-07-14T07:16:24.029Z] [2021-07-14T07:16:24.029Z] #19 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:24.029Z] #19 sha256:79b75809a970c6277af16117ce4e1148947523c4fb48f35e691448c3368daac5 [2021-07-14T07:16:24.029Z] #19 6.609 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-07-14T07:16:24.029Z] #19 7.201 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-07-14T07:16:24.029Z] #19 7.729 Get:17 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB] [2021-07-14T07:16:24.029Z] #19 7.730 Get:18 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [287 kB] [2021-07-14T07:16:24.029Z] #19 7.753 Get:19 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-07-14T07:16:21.048Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:16:21.167Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:16:21.167Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:16:21.169Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:16:21.933Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:16:21.981Z] > git checkout -f 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [2021-07-14T07:16:24.193Z] #57 1.245 + RM_GOPATH=0 [2021-07-14T07:16:24.193Z] #57 1.245 + TMP_GOPATH= [2021-07-14T07:16:24.193Z] #57 1.245 + : /build [2021-07-14T07:16:24.193Z] #57 1.245 + '[' -z '' ']' [2021-07-14T07:16:24.193Z] #57 1.245 ++ mktemp -d [2021-07-14T07:16:24.223Z] #13 ... [2021-07-14T07:16:24.223Z] [2021-07-14T07:16:24.223Z] #46 [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-07-14T07:16:24.223Z] #46 sha256:45330e458c197afe6b953285f43fed9ea5d21cd484f7b632a40659860e483bdd [2021-07-14T07:16:24.223Z] #46 38.41 internal/reflectlite [2021-07-14T07:16:24.223Z] #46 38.42 sync [2021-07-14T07:16:24.223Z] #46 39.86 internal/testlog [2021-07-14T07:16:24.223Z] #46 40.27 github.com/LK4D4/vndr/godl/singleflight [2021-07-14T07:16:24.223Z] #46 40.64 math/rand [2021-07-14T07:16:24.223Z] #46 41.60 internal/singleflight [2021-07-14T07:16:24.223Z] #46 42.10 sort [2021-07-14T07:16:24.223Z] #46 42.10 errors [2021-07-14T07:16:24.223Z] #46 42.54 io [2021-07-14T07:16:24.223Z] #46 43.55 strconv [2021-07-14T07:16:24.223Z] #46 43.61 bytes [2021-07-14T07:16:24.223Z] #46 45.75 strings [2021-07-14T07:16:24.223Z] #46 47.32 reflect [2021-07-14T07:16:24.223Z] #46 ... [2021-07-14T07:16:24.223Z] [2021-07-14T07:16:24.223Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:24.223Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:24.223Z] #44 41.52 The following additional packages will be installed: [2021-07-14T07:16:24.223Z] #44 41.52 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-07-14T07:16:24.223Z] #44 41.52 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-07-14T07:16:24.223Z] #44 41.52 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-07-14T07:16:24.223Z] #44 41.53 python3.7-minimal [2021-07-14T07:16:24.223Z] #44 41.55 Suggested packages: [2021-07-14T07:16:24.223Z] #44 41.55 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-07-14T07:16:24.223Z] #44 41.55 python3.7-doc binfmt-support [2021-07-14T07:16:24.223Z] #44 42.77 The following NEW packages will be installed: [2021-07-14T07:16:24.223Z] #44 42.79 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-07-14T07:16:24.223Z] #44 42.80 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-07-14T07:16:24.223Z] #44 42.81 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-07-14T07:16:24.223Z] #44 42.81 python3.7-minimal [2021-07-14T07:16:24.223Z] #44 43.29 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:16:24.223Z] #44 43.29 Need to get 6695 kB of archives. [2021-07-14T07:16:24.223Z] #44 43.29 After this operation, 33.1 MB of additional disk space will be used. [2021-07-14T07:16:24.223Z] #44 43.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-07-14T07:16:24.223Z] #44 43.39 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-07-14T07:16:24.223Z] #44 43.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-07-14T07:16:24.223Z] #44 43.59 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-07-14T07:16:24.223Z] #44 43.60 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-07-14T07:16:24.223Z] #44 43.71 Get:6 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-07-14T07:16:24.223Z] #44 43.76 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-07-14T07:16:24.223Z] #44 43.80 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-07-14T07:16:24.223Z] #44 43.81 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-07-14T07:16:24.223Z] #44 43.81 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-07-14T07:16:24.223Z] #44 43.88 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-07-14T07:16:24.223Z] #44 43.90 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] [2021-07-14T07:16:24.223Z] #44 43.91 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB] [2021-07-14T07:16:24.223Z] #44 43.93 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-07-14T07:16:24.223Z] #44 43.94 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-07-14T07:16:24.223Z] #44 43.95 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-07-14T07:16:24.223Z] #44 45.23 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:16:24.223Z] #44 45.54 Fetched 6695 kB in 1s (5678 kB/s) [2021-07-14T07:16:24.223Z] #44 45.64 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-07-14T07:16:24.223Z] #44 45.64 (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 ... 15421 files and directories currently installed.) [2021-07-14T07:16:24.223Z] #44 45.72 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:16:24.223Z] #44 45.72 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:24.223Z] #44 46.48 Selecting previously unselected package python3.7-minimal. [2021-07-14T07:16:24.223Z] #44 46.48 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:16:24.223Z] #44 46.50 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:16:24.223Z] #44 47.98 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:24.223Z] #44 48.01 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:16:24.286Z] #19 7.765 Get:20 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:16:24.286Z] #19 7.786 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB] [2021-07-14T07:16:24.286Z] #19 7.805 Get:22 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [288 kB] [2021-07-14T07:16:24.286Z] #19 7.824 Get:23 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-07-14T07:16:24.286Z] #19 7.834 Get:24 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:16:24.286Z] #19 7.841 Get:25 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB] [2021-07-14T07:16:24.286Z] #19 7.841 Get:26 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB] [2021-07-14T07:16:24.286Z] #19 7.841 Get:27 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB] [2021-07-14T07:16:24.286Z] #19 7.842 Get:28 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-07-14T07:16:24.453Z] #57 1.246 + export GOPATH=/tmp/tmp.E8ABahcRAo [2021-07-14T07:16:24.453Z] #57 1.246 + GOPATH=/tmp/tmp.E8ABahcRAo [2021-07-14T07:16:24.453Z] #57 1.246 + RM_GOPATH=1 [2021-07-14T07:16:24.453Z] #57 1.246 + case "$(go env GOARCH)" in [2021-07-14T07:16:24.453Z] #57 1.248 ++ go env GOARCH [2021-07-14T07:16:24.453Z] #57 1.272 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:24.453Z] #57 1.272 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:24.453Z] #57 1.273 ++ dirname /tmp/install/install.sh [2021-07-14T07:16:24.453Z] #57 1.280 + dir=/tmp/install [2021-07-14T07:16:24.453Z] #57 1.287 + bin=containerd [2021-07-14T07:16:24.453Z] #57 1.287 + shift [2021-07-14T07:16:24.453Z] #57 1.287 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-07-14T07:16:24.453Z] #57 1.287 + . /tmp/install/containerd.installer [2021-07-14T07:16:24.453Z] #57 1.287 ++ set -e [2021-07-14T07:16:24.453Z] #57 1.288 ++ : 0e8719f54c6dc6571fc1170da75a85e86c17636b [2021-07-14T07:16:24.453Z] #57 1.288 + install_containerd [2021-07-14T07:16:24.453Z] #57 1.295 + echo 'Install containerd version 0e8719f54c6dc6571fc1170da75a85e86c17636b' [2021-07-14T07:16:24.453Z] #57 1.295 Install containerd version 0e8719f54c6dc6571fc1170da75a85e86c17636b [2021-07-14T07:16:24.453Z] #57 1.295 + git clone https://github.com/containerd/containerd.git /tmp/tmp.E8ABahcRAo/src/github.com/containerd/containerd [2021-07-14T07:16:24.453Z] #57 1.297 Cloning into '/tmp/tmp.E8ABahcRAo/src/github.com/containerd/containerd'... [2021-07-14T07:16:24.484Z] #44 ... [2021-07-14T07:16:24.484Z] [2021-07-14T07:16:24.484Z] #52 [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-07-14T07:16:24.484Z] #52 sha256:fc1c17164ef0e30817b476dc51015fd01ddc11b875a5cf5b8964f765303d349b [2021-07-14T07:16:24.484Z] #52 49.00 internal/oserror [2021-07-14T07:16:24.746Z] #52 49.05 reflect [2021-07-14T07:16:24.746Z] #52 49.09 syscall [2021-07-14T07:16:24.760Z] #36 41.50 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB] [2021-07-14T07:16:24.760Z] #36 41.58 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-07-14T07:16:24.760Z] #36 41.62 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-07-14T07:16:24.760Z] #36 41.63 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-07-14T07:16:24.760Z] #36 41.64 Get:9 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB] [2021-07-14T07:16:24.760Z] #36 41.65 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-07-14T07:16:24.775Z] #29 12.01 #=#=# 1.0% # 2.1% ## 3.4% ### 4.4% ### 5.5% #### 6.8% ##### 7.7% ###### 8.9% ####### 9.9% ######## 11.4% ######### 12.9% ########## 14.1% ########## 14.5% ########### 15.8% ############ 17.3% [2021-07-14T07:16:24.775Z] #29 ... [2021-07-14T07:16:24.775Z] [2021-07-14T07:16:24.775Z] #32 [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-07-14T07:16:24.775Z] #32 sha256:e3f73a48408205ebe7a62826dcb4d661d2c10dd57a550c36d5cf1e6cfbd1a0a6 [2021-07-14T07:16:24.775Z] #32 22.67 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-07-14T07:16:24.850Z] #19 ... [2021-07-14T07:16:24.850Z] [2021-07-14T07:16:24.850Z] #43 [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-07-14T07:16:24.850Z] #43 sha256:4e03796d85905bc2b5261025e8074858b4350035fe03a8695d9e07fcc59c7d0e [2021-07-14T07:16:24.850Z] #43 1.893 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:16:24.850Z] #43 1.911 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:16:24.850Z] #43 2.059 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:16:24.850Z] #43 2.365 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB] [2021-07-14T07:16:24.850Z] #43 3.038 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB] [2021-07-14T07:16:24.850Z] #43 3.880 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:16:24.850Z] #43 4.875 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-07-14T07:16:24.850Z] #43 5.587 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-07-14T07:16:24.850Z] #43 6.619 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-07-14T07:16:24.850Z] #43 7.129 Get:10 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB] [2021-07-14T07:16:24.850Z] #43 7.134 Get:11 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-07-14T07:16:24.850Z] #43 7.143 Get:12 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [288 kB] [2021-07-14T07:16:24.850Z] #43 7.170 Get:13 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB] [2021-07-14T07:16:24.850Z] #43 7.191 Get:14 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [287 kB] [2021-07-14T07:16:24.850Z] #43 7.230 Get:15 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:16:24.850Z] #43 7.264 Get:16 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB] [2021-07-14T07:16:24.850Z] #43 7.266 Get:17 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB] [2021-07-14T07:16:24.850Z] #43 7.266 Get:18 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:16:24.850Z] #43 7.267 Get:19 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-07-14T07:16:24.850Z] #43 7.268 Get:20 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB] [2021-07-14T07:16:24.850Z] #43 7.268 Get:21 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-07-14T07:16:25.021Z] #36 ... [2021-07-14T07:16:25.021Z] [2021-07-14T07:16:25.021Z] #56 [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-07-14T07:16:25.021Z] #56 sha256:74b25419bda146acb1324497e0de2f7282812392f4f248a320eaaf103c051506 [2021-07-14T07:16:25.021Z] #56 35.42 Building dependency tree... [2021-07-14T07:16:25.021Z] #56 38.39 The following additional packages will be installed: [2021-07-14T07:16:25.021Z] #56 38.41 libbtrfs0 [2021-07-14T07:16:25.021Z] #56 38.59 The following NEW packages will be installed: [2021-07-14T07:16:25.021Z] #56 38.61 libbtrfs-dev libbtrfs0 [2021-07-14T07:16:25.021Z] #56 39.07 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:16:25.021Z] #56 39.07 Need to get 119 kB of archives. [2021-07-14T07:16:25.021Z] #56 39.07 After this operation, 387 kB of additional disk space will be used. [2021-07-14T07:16:25.021Z] #56 39.07 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-07-14T07:16:25.021Z] #56 39.08 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-07-14T07:16:25.021Z] #56 40.07 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:16:25.021Z] #56 40.25 Fetched 119 kB in 0s (326 kB/s) [2021-07-14T07:16:25.021Z] #56 40.37 Selecting previously unselected package libbtrfs0. [2021-07-14T07:16:25.021Z] #56 40.37 (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 ... 15421 files and directories currently installed.) [2021-07-14T07:16:25.021Z] #56 40.47 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-07-14T07:16:25.021Z] #56 40.50 Unpacking libbtrfs0 (4.20.1-2) ... [2021-07-14T07:16:25.021Z] #56 40.61 Selecting previously unselected package libbtrfs-dev. [2021-07-14T07:16:25.021Z] #56 40.63 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-07-14T07:16:25.021Z] #56 40.64 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:16:25.021Z] #56 40.93 Setting up libbtrfs0 (4.20.1-2) ... [2021-07-14T07:16:25.021Z] #56 40.96 Setting up libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:16:25.021Z] #56 40.99 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:16:25.021Z] #56 DONE 42.0s [2021-07-14T07:16:25.021Z] [2021-07-14T07:16:25.021Z] #57 [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-07-14T07:16:25.021Z] #57 sha256:9b1efea61ebbbba22390056f49bebd72dba35358cb5c732a4aa98abdc11c67fe [2021-07-14T07:16:25.039Z] #32 ... [2021-07-14T07:16:25.039Z] [2021-07-14T07:16:25.039Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:16:25.039Z] #29 sha256:f24272940629bdd9da354a6b44fde6e28e47730e889964c8e74978d867b69770 [2021-07-14T07:16:25.303Z] #29 12.01 #=#=# 1.0% # 2.1% ## 3.4% ### 4.4% ### 5.5% #### 6.8% ##### 7.7% ###### 8.9% ####### 9.9% ######## 11.4% ######### 12.9% ########## 14.1% ########## 14.5% ########### 15.8% ############ 17.3% ############ 17.3% ############# 19.3% ############### 21.2% ################ 22.8% [2021-07-14T07:16:25.303Z] #29 ... [2021-07-14T07:16:25.303Z] [2021-07-14T07:16:25.303Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:25.303Z] #13 sha256:0a5c4f9d7f4bd4487ee5b1fc84c7c8e464816e238d705348cc2476c73e010007 [2021-07-14T07:16:25.303Z] #13 15.98 Reading package lists... [2021-07-14T07:16:25.303Z] #13 21.12 Reading package lists... [2021-07-14T07:16:25.303Z] #13 26.16 Building dependency tree... [2021-07-14T07:16:25.303Z] #13 28.81 The following additional packages will be installed: [2021-07-14T07:16:25.303Z] #13 28.81 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-07-14T07:16:25.303Z] #13 28.81 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-07-14T07:16:25.303Z] #13 28.82 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-07-14T07:16:25.303Z] #13 28.82 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2021-07-14T07:16:25.303Z] #13 28.82 mingw-w64-x86-64-dev [2021-07-14T07:16:25.303Z] #13 28.82 Suggested packages: [2021-07-14T07:16:25.303Z] #13 28.83 gcc-8-locales seccomp wine64 [2021-07-14T07:16:25.303Z] #13 29.83 The following NEW packages will be installed: [2021-07-14T07:16:25.303Z] #13 29.83 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-07-14T07:16:25.303Z] #13 29.83 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-07-14T07:16:25.303Z] #13 29.84 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-07-14T07:16:25.303Z] #13 29.84 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-07-14T07:16:25.303Z] #13 29.84 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-07-14T07:16:25.303Z] #13 29.84 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-07-14T07:16:25.303Z] #13 29.85 The following packages will be upgraded: [2021-07-14T07:16:25.303Z] #13 29.86 libseccomp2 [2021-07-14T07:16:25.303Z] #13 30.22 1 upgraded, 25 newly installed, 0 to remove and 1 not upgraded. [2021-07-14T07:16:25.303Z] #13 30.22 Need to get 73.4 MB of archives. [2021-07-14T07:16:25.303Z] #13 30.22 After this operation, 472 MB of additional disk space will be used. [2021-07-14T07:16:25.303Z] #13 30.22 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] [2021-07-14T07:16:25.303Z] #13 30.22 Get:2 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.4.4-1~bpo10+1 [44.2 kB] [2021-07-14T07:16:25.303Z] #13 30.25 Get:3 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.4.4-1~bpo10+1 [73.8 kB] [2021-07-14T07:16:25.303Z] #13 30.71 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] [2021-07-14T07:16:25.303Z] #13 ... [2021-07-14T07:16:25.303Z] [2021-07-14T07:16:25.303Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:16:25.303Z] #29 sha256:f24272940629bdd9da354a6b44fde6e28e47730e889964c8e74978d867b69770 [2021-07-14T07:16:25.405Z] Merge succeeded, producing 09d565e98d12a750b532a4e45f143063569730ac [2021-07-14T07:16:25.405Z] Checking out Revision 09d565e98d12a750b532a4e45f143063569730ac (PR-42636) [2021-07-14T07:16:25.415Z] #43 ... [2021-07-14T07:16:25.415Z] [2021-07-14T07:16:25.415Z] #66 [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-07-14T07:16:25.415Z] #66 sha256:f0cfdb907134c9e1fbebd14709e71d65790d0026555ac54ee9203024f6642a40 [2021-07-14T07:16:25.415Z] #66 10.45 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-07-14T07:16:26.132Z] #52 ... [2021-07-14T07:16:26.132Z] [2021-07-14T07:16:26.132Z] #57 [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-07-14T07:16:26.132Z] #57 sha256:3dd5791a67567ba26079945bdaf41831e2291dc22c96d196f82aa14e2d935d2f [2021-07-14T07:16:26.132Z] #57 3.064 + RM_GOPATH=0 [2021-07-14T07:16:26.132Z] #57 3.064 + TMP_GOPATH= [2021-07-14T07:16:26.132Z] #57 3.065 + : /build [2021-07-14T07:16:26.132Z] #57 3.065 + '[' -z '' ']' [2021-07-14T07:16:26.132Z] #57 3.065 ++ mktemp -d [2021-07-14T07:16:26.132Z] #57 3.075 + export GOPATH=/tmp/tmp.nQpES2ut5l [2021-07-14T07:16:26.132Z] #57 3.083 + GOPATH=/tmp/tmp.nQpES2ut5l [2021-07-14T07:16:26.132Z] #57 3.083 + RM_GOPATH=1 [2021-07-14T07:16:26.132Z] #57 3.083 + case "$(go env GOARCH)" in [2021-07-14T07:16:26.132Z] #57 3.084 ++ go env GOARCH [2021-07-14T07:16:26.132Z] #57 3.099 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:26.132Z] #57 3.099 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:26.132Z] #57 3.100 ++ dirname /tmp/install/install.sh [2021-07-14T07:16:26.132Z] #57 3.102 + dir=/tmp/install [2021-07-14T07:16:26.132Z] #57 3.102 + bin=containerd [2021-07-14T07:16:26.132Z] #57 3.102 + shift [2021-07-14T07:16:26.132Z] #57 3.103 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-07-14T07:16:26.132Z] #57 3.103 + . /tmp/install/containerd.installer [2021-07-14T07:16:26.132Z] #57 3.103 ++ set -e [2021-07-14T07:16:26.132Z] #57 3.103 ++ : 0e8719f54c6dc6571fc1170da75a85e86c17636b [2021-07-14T07:16:26.132Z] #57 3.104 + install_containerd [2021-07-14T07:16:26.132Z] #57 3.106 + echo 'Install containerd version 0e8719f54c6dc6571fc1170da75a85e86c17636b' [2021-07-14T07:16:26.132Z] #57 3.107 Install containerd version 0e8719f54c6dc6571fc1170da75a85e86c17636b [2021-07-14T07:16:26.132Z] #57 3.107 + git clone https://github.com/containerd/containerd.git /tmp/tmp.nQpES2ut5l/src/github.com/containerd/containerd [2021-07-14T07:16:26.132Z] #57 3.111 Cloning into '/tmp/tmp.nQpES2ut5l/src/github.com/containerd/containerd'... [2021-07-14T07:16:26.394Z] #57 ... [2021-07-14T07:16:26.394Z] [2021-07-14T07:16:26.394Z] #32 [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-07-14T07:16:26.394Z] #32 sha256:e5a47005f578bbeec018e89af2d3942afbe4d492ad54425cac9a1a2acaffc2ab [2021-07-14T07:16:26.394Z] #32 44.33 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-07-14T07:16:26.394Z] #32 44.62 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-07-14T07:16:26.394Z] #32 44.95 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-07-14T07:16:26.404Z] #57 1.209 + RM_GOPATH=0 [2021-07-14T07:16:26.404Z] #57 1.209 + TMP_GOPATH= [2021-07-14T07:16:26.404Z] #57 1.209 + : /build [2021-07-14T07:16:26.404Z] #57 1.209 + '[' -z '' ']' [2021-07-14T07:16:26.404Z] #57 1.209 ++ mktemp -d [2021-07-14T07:16:26.404Z] #57 1.211 + export GOPATH=/tmp/tmp.TeGE5Vw8pa [2021-07-14T07:16:26.404Z] #57 1.212 + GOPATH=/tmp/tmp.TeGE5Vw8pa [2021-07-14T07:16:26.404Z] #57 1.212 + RM_GOPATH=1 [2021-07-14T07:16:26.404Z] #57 1.213 + case "$(go env GOARCH)" in [2021-07-14T07:16:26.404Z] #57 1.215 ++ go env GOARCH [2021-07-14T07:16:26.404Z] #57 1.261 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:26.404Z] #57 1.262 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:26.404Z] #57 1.263 ++ dirname /tmp/install/install.sh [2021-07-14T07:16:26.404Z] #57 1.277 + dir=/tmp/install [2021-07-14T07:16:26.404Z] #57 1.278 + bin=containerd [2021-07-14T07:16:26.404Z] #57 1.278 + shift [2021-07-14T07:16:26.404Z] #57 1.278 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-07-14T07:16:26.404Z] #57 1.278 + . /tmp/install/containerd.installer [2021-07-14T07:16:26.404Z] #57 1.278 ++ set -e [2021-07-14T07:16:26.404Z] #57 1.279 ++ : 0e8719f54c6dc6571fc1170da75a85e86c17636b [2021-07-14T07:16:26.404Z] #57 1.279 + install_containerd [2021-07-14T07:16:26.404Z] #57 1.280 + echo 'Install containerd version 0e8719f54c6dc6571fc1170da75a85e86c17636b' [2021-07-14T07:16:26.404Z] #57 1.280 Install containerd version 0e8719f54c6dc6571fc1170da75a85e86c17636b [2021-07-14T07:16:26.404Z] #57 1.280 + git clone https://github.com/containerd/containerd.git /tmp/tmp.TeGE5Vw8pa/src/github.com/containerd/containerd [2021-07-14T07:16:26.404Z] #57 1.283 Cloning into '/tmp/tmp.TeGE5Vw8pa/src/github.com/containerd/containerd'... [2021-07-14T07:16:24.273Z] > git remote # timeout=10 [2021-07-14T07:16:24.346Z] > git config --get remote.origin.url # timeout=10 [2021-07-14T07:16:24.389Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:16:24.390Z] > git merge 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 # timeout=10 [2021-07-14T07:16:25.321Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-07-14T07:16:25.438Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:16:25.482Z] > git checkout -f 09d565e98d12a750b532a4e45f143063569730ac # timeout=10 [2021-07-14T07:16:27.742Z] #57 ... [2021-07-14T07:16:27.742Z] [2021-07-14T07:16:27.742Z] #36 [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-07-14T07:16:27.742Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:16:27.742Z] #36 29.43 Reading package lists... [2021-07-14T07:16:27.742Z] #36 35.38 Building dependency tree... [2021-07-14T07:16:27.742Z] #36 38.05 The following additional packages will be installed: [2021-07-14T07:16:27.742Z] #36 38.08 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-07-14T07:16:27.742Z] #36 38.09 Suggested packages: [2021-07-14T07:16:27.742Z] #36 38.09 cmake-doc ninja-build lrzip [2021-07-14T07:16:27.742Z] #36 38.09 Recommended packages: [2021-07-14T07:16:27.742Z] #36 38.09 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-07-14T07:16:27.742Z] #36 38.86 The following NEW packages will be installed: [2021-07-14T07:16:27.742Z] #36 38.87 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-07-14T07:16:27.742Z] #36 38.88 vim-common xxd [2021-07-14T07:16:27.742Z] #36 39.28 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:16:27.742Z] #36 39.28 Need to get 14.9 MB of archives. [2021-07-14T07:16:27.742Z] #36 39.28 After this operation, 61.8 MB of additional disk space will be used. [2021-07-14T07:16:27.742Z] #36 39.28 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-07-14T07:16:27.742Z] #36 39.29 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-07-14T07:16:27.742Z] #36 39.29 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-07-14T07:16:27.742Z] #36 39.43 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-07-14T07:16:27.742Z] #36 40.16 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB] [2021-07-14T07:16:27.742Z] #36 40.24 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-07-14T07:16:27.742Z] #36 40.28 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-07-14T07:16:27.742Z] #36 40.29 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-07-14T07:16:27.742Z] #36 40.30 Get:9 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB] [2021-07-14T07:16:27.742Z] #36 40.31 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-07-14T07:16:27.742Z] #36 41.99 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:16:27.742Z] #36 42.21 Fetched 14.9 MB in 2s (9624 kB/s) [2021-07-14T07:16:27.742Z] #36 42.32 Selecting previously unselected package xxd. [2021-07-14T07:16:27.742Z] #36 42.32 (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 ... 15421 files and directories currently installed.) [2021-07-14T07:16:27.742Z] #36 42.38 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-07-14T07:16:27.742Z] #36 42.40 Unpacking xxd (2:8.1.0875-5) ... [2021-07-14T07:16:27.742Z] #36 42.60 Selecting previously unselected package vim-common. [2021-07-14T07:16:27.742Z] #36 42.60 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-07-14T07:16:27.742Z] #36 42.65 Unpacking vim-common (2:8.1.0875-5) ... [2021-07-14T07:16:27.742Z] #36 43.05 Selecting previously unselected package cmake-data. [2021-07-14T07:16:27.742Z] #36 43.05 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-07-14T07:16:27.742Z] #36 43.07 Unpacking cmake-data (3.13.4-1) ... [2021-07-14T07:16:27.742Z] #36 ... [2021-07-14T07:16:27.742Z] [2021-07-14T07:16:27.742Z] #32 [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-07-14T07:16:27.742Z] #32 sha256:e5a47005f578bbeec018e89af2d3942afbe4d492ad54425cac9a1a2acaffc2ab [2021-07-14T07:16:27.742Z] #32 40.92 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-07-14T07:16:27.742Z] #32 41.67 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-07-14T07:16:27.742Z] #32 42.05 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-07-14T07:16:28.002Z] #32 ... [2021-07-14T07:16:28.002Z] [2021-07-14T07:16:28.002Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:28.002Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:28.002Z] #44 29.58 Reading package lists... [2021-07-14T07:16:28.002Z] #44 35.18 Building dependency tree... [2021-07-14T07:16:28.002Z] #44 37.87 The following additional packages will be installed: [2021-07-14T07:16:28.002Z] #44 37.88 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-07-14T07:16:28.002Z] #44 37.88 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-07-14T07:16:28.002Z] #44 37.89 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-07-14T07:16:28.002Z] #44 37.89 python3.7-minimal [2021-07-14T07:16:28.002Z] #44 37.90 Suggested packages: [2021-07-14T07:16:28.002Z] #44 37.90 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-07-14T07:16:28.002Z] #44 37.90 python3.7-doc binfmt-support [2021-07-14T07:16:28.002Z] #44 39.11 The following NEW packages will be installed: [2021-07-14T07:16:28.002Z] #44 39.11 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-07-14T07:16:28.002Z] #44 39.12 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-07-14T07:16:28.002Z] #44 39.12 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-07-14T07:16:28.002Z] #44 39.12 python3.7-minimal [2021-07-14T07:16:28.002Z] #44 39.67 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:16:28.002Z] #44 39.67 Need to get 6695 kB of archives. [2021-07-14T07:16:28.002Z] #44 39.67 After this operation, 33.1 MB of additional disk space will be used. [2021-07-14T07:16:28.002Z] #44 39.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-07-14T07:16:28.002Z] #44 39.71 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-07-14T07:16:28.002Z] #44 39.90 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-07-14T07:16:28.002Z] #44 39.90 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-07-14T07:16:28.002Z] #44 39.93 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-07-14T07:16:28.002Z] #44 40.16 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-07-14T07:16:28.002Z] #44 40.26 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-07-14T07:16:28.002Z] #44 40.26 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-07-14T07:16:28.002Z] #44 40.26 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-07-14T07:16:28.002Z] #44 40.32 Get:10 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-07-14T07:16:28.002Z] #44 40.35 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-07-14T07:16:28.002Z] #44 40.37 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] [2021-07-14T07:16:28.002Z] #44 40.37 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB] [2021-07-14T07:16:28.002Z] #44 40.41 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-07-14T07:16:28.002Z] #44 40.48 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-07-14T07:16:28.002Z] #44 40.49 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-07-14T07:16:28.002Z] #44 41.74 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:16:28.002Z] #44 41.91 Fetched 6695 kB in 1s (4936 kB/s) [2021-07-14T07:16:28.002Z] #44 41.98 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-07-14T07:16:28.002Z] #44 41.98 (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 ... 15421 files and directories currently installed.) [2021-07-14T07:16:28.002Z] #44 42.05 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:16:28.002Z] #44 42.06 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:28.002Z] #44 42.82 Selecting previously unselected package python3.7-minimal. [2021-07-14T07:16:28.002Z] #44 42.82 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:16:28.002Z] #44 42.86 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:16:28.002Z] #44 44.33 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:28.002Z] #44 44.39 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:16:28.049Z] #29 12.01 #=#=# 1.0% # 2.1% ## 3.4% ### 4.4% ### 5.5% #### 6.8% ##### 7.7% ###### 8.9% ####### 9.9% ######## 11.4% ######### 12.9% ########## 14.1% ########## 14.5% ########### 15.8% ############ 17.3% ############ 17.3% ############# 19.3% ############### 21.2% ################ 22.8% ################# 24.8% ################### 27.0% ##################### 29.5% ###################### 31.0% ####################### 32.5% ####################### 33.0% ######################### 35.3% ########################## 36.9% ############################ 39.1% ############################# 41.0% ############################### 43.8% ################################ 45.7% ################################# 46.2% ################################## 47.4% ################################### 48.6% ################################### 48.6% ################################### 49.7% #################################### 51.0% ##################################### 52.8% ###################################### 53.9% ####################################### 54.9% [2021-07-14T07:16:28.049Z] #29 ... [2021-07-14T07:16:28.049Z] [2021-07-14T07:16:28.049Z] #46 [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-07-14T07:16:28.049Z] #46 sha256:85f709a69448fd8fb146e7e8e89b1c7d0542c5c1fa53adde4c4bcf1f2e07a3d6 [2021-07-14T07:16:28.049Z] #46 26.28 internal/reflectlite [2021-07-14T07:16:28.049Z] #46 26.29 sync [2021-07-14T07:16:28.049Z] #46 27.99 internal/testlog [2021-07-14T07:16:28.049Z] #46 27.99 github.com/LK4D4/vndr/godl/singleflight [2021-07-14T07:16:28.049Z] #46 27.99 math/rand [2021-07-14T07:16:28.049Z] #46 28.54 internal/singleflight [2021-07-14T07:16:28.049Z] #46 28.72 sort [2021-07-14T07:16:28.049Z] #46 28.73 errors [2021-07-14T07:16:28.049Z] #46 29.37 io [2021-07-14T07:16:28.049Z] #46 29.37 strconv [2021-07-14T07:16:28.049Z] #46 29.37 internal/oserror [2021-07-14T07:16:28.049Z] #46 30.15 syscall [2021-07-14T07:16:28.049Z] #46 30.89 path [2021-07-14T07:16:28.049Z] #46 32.04 vendor/golang.org/x/net/dns/dnsmessage [2021-07-14T07:16:28.049Z] #46 32.30 bytes [2021-07-14T07:16:28.049Z] #46 34.50 strings [2021-07-14T07:16:28.049Z] #46 34.90 reflect [2021-07-14T07:16:28.279Z] #44 ... [2021-07-14T07:16:28.279Z] [2021-07-14T07:16:28.279Z] #36 [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-07-14T07:16:28.280Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:16:28.280Z] #36 45.80 Selecting previously unselected package libicu63:amd64. [2021-07-14T07:16:28.280Z] #36 45.83 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-07-14T07:16:28.280Z] #36 45.85 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-14T07:16:28.311Z] #32 ... [2021-07-14T07:16:28.311Z] [2021-07-14T07:16:28.311Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:28.311Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:28.311Z] #44 52.20 Selecting previously unselected package python3-minimal. [2021-07-14T07:16:28.311Z] #44 52.20 (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 ... 15661 files and directories currently installed.) [2021-07-14T07:16:28.311Z] #44 52.27 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-07-14T07:16:28.311Z] #44 52.27 Unpacking python3-minimal (3.7.3-1) ... [2021-07-14T07:16:28.311Z] #44 52.37 Selecting previously unselected package libmpdec2:amd64. [2021-07-14T07:16:28.311Z] #44 52.38 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-07-14T07:16:28.311Z] #44 52.38 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-07-14T07:16:28.315Z] #46 ... [2021-07-14T07:16:28.315Z] [2021-07-14T07:16:28.315Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:16:28.315Z] #29 sha256:f24272940629bdd9da354a6b44fde6e28e47730e889964c8e74978d867b69770 [2021-07-14T07:16:28.571Z] #44 52.54 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-07-14T07:16:28.571Z] #44 52.56 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:16:28.571Z] #44 52.57 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:29.241Z] #36 ... [2021-07-14T07:16:29.241Z] [2021-07-14T07:16:29.241Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:29.241Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:29.241Z] #13 26.88 Reading package lists... [2021-07-14T07:16:29.241Z] #13 32.84 Building dependency tree... [2021-07-14T07:16:29.241Z] #13 35.51 The following additional packages will be installed: [2021-07-14T07:16:29.241Z] #13 35.51 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-07-14T07:16:29.241Z] #13 35.51 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-07-14T07:16:29.241Z] #13 35.52 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-07-14T07:16:29.241Z] #13 35.52 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2021-07-14T07:16:29.241Z] #13 35.52 mingw-w64-x86-64-dev [2021-07-14T07:16:29.241Z] #13 35.52 Suggested packages: [2021-07-14T07:16:29.241Z] #13 35.52 gcc-8-locales seccomp wine64 [2021-07-14T07:16:29.241Z] #13 36.84 The following NEW packages will be installed: [2021-07-14T07:16:29.241Z] #13 36.85 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-07-14T07:16:29.241Z] #13 36.85 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-07-14T07:16:29.241Z] #13 36.85 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-07-14T07:16:29.241Z] #13 36.85 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-07-14T07:16:29.241Z] #13 36.85 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-07-14T07:16:29.241Z] #13 36.85 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-07-14T07:16:29.241Z] #13 36.86 The following packages will be upgraded: [2021-07-14T07:16:29.241Z] #13 36.87 libseccomp2 [2021-07-14T07:16:29.241Z] #13 37.37 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:16:29.241Z] #13 37.37 Need to get 77.8 MB of archives. [2021-07-14T07:16:29.241Z] #13 37.37 After this operation, 487 MB of additional disk space will be used. [2021-07-14T07:16:29.241Z] #13 37.37 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-07-14T07:16:29.241Z] #13 37.37 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-07-14T07:16:29.241Z] #13 37.39 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-07-14T07:16:29.241Z] #13 37.56 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-07-14T07:16:29.241Z] #13 37.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-07-14T07:16:29.241Z] #13 37.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-07-14T07:16:29.241Z] #13 37.84 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-07-14T07:16:29.241Z] #13 37.84 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-07-14T07:16:29.241Z] #13 38.24 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-07-14T07:16:29.241Z] #13 38.56 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-07-14T07:16:29.241Z] #13 38.58 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-07-14T07:16:29.241Z] #13 41.65 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-07-14T07:16:29.694Z] #57 ... [2021-07-14T07:16:29.694Z] [2021-07-14T07:16:29.694Z] #50 [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-07-14T07:16:29.694Z] #50 sha256:337219f212bc588e04357e028bc09785c029067e744c58f7e1646250861891af [2021-07-14T07:16:29.694Z] #50 36.18 go: downloading github.com/gobwas/glob v0.2.3 [2021-07-14T07:16:29.694Z] #50 36.18 go: downloading github.com/kisielk/gotool v1.0.0 [2021-07-14T07:16:29.694Z] #50 36.34 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-07-14T07:16:29.694Z] #50 36.36 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-07-14T07:16:29.694Z] #50 36.37 go: downloading github.com/gogo/protobuf v1.2.1 [2021-07-14T07:16:29.694Z] #50 37.74 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-07-14T07:16:29.694Z] #50 37.89 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-07-14T07:16:29.694Z] #50 38.20 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-07-14T07:16:29.694Z] #50 ... [2021-07-14T07:16:29.694Z] [2021-07-14T07:16:29.694Z] #32 [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-07-14T07:16:29.694Z] #32 sha256:e5a47005f578bbeec018e89af2d3942afbe4d492ad54425cac9a1a2acaffc2ab [2021-07-14T07:16:29.694Z] #32 45.29 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-07-14T07:16:29.694Z] #32 45.58 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-07-14T07:16:29.694Z] #32 46.05 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-07-14T07:16:29.809Z] #13 ... [2021-07-14T07:16:29.809Z] [2021-07-14T07:16:29.809Z] #52 [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-07-14T07:16:29.809Z] #52 sha256:6dc438d704d09bc4d187dd21845b7e1ca2a5a818831fc102b0ba430dffee9ea2 [2021-07-14T07:16:29.809Z] #52 47.33 sort [2021-07-14T07:16:29.809Z] #52 47.35 io [2021-07-14T07:16:29.955Z] #44 ... [2021-07-14T07:16:29.955Z] [2021-07-14T07:16:29.955Z] #48 [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-07-14T07:16:29.955Z] #48 sha256:5c155caf07b095cd27706b3547d7defc0bbb93f62fe541d2b3755351b4ad9e13 [2021-07-14T07:16:29.955Z] #48 DONE 54.4s [2021-07-14T07:16:29.955Z] [2021-07-14T07:16:29.955Z] #36 [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-07-14T07:16:29.955Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:16:29.955Z] #36 52.58 Selecting previously unselected package libxml2:amd64. [2021-07-14T07:16:29.955Z] #36 52.58 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ... [2021-07-14T07:16:29.955Z] #36 52.59 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-07-14T07:16:29.955Z] #36 53.15 Selecting previously unselected package libarchive13:amd64. [2021-07-14T07:16:29.955Z] #36 53.15 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-07-14T07:16:29.955Z] #36 53.17 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-07-14T07:16:29.955Z] #36 53.46 Selecting previously unselected package libjsoncpp1:amd64. [2021-07-14T07:16:29.955Z] #36 53.47 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-07-14T07:16:29.955Z] #36 53.48 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-07-14T07:16:29.955Z] #36 53.66 Selecting previously unselected package librhash0:amd64. [2021-07-14T07:16:29.955Z] #36 53.68 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-07-14T07:16:29.955Z] #36 53.69 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-07-14T07:16:29.955Z] #36 53.87 Selecting previously unselected package libuv1:amd64. [2021-07-14T07:16:29.955Z] #36 53.87 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ... [2021-07-14T07:16:29.955Z] #36 53.88 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ... [2021-07-14T07:16:29.955Z] #36 54.45 Selecting previously unselected package cmake. [2021-07-14T07:16:29.955Z] #36 54.46 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-07-14T07:16:29.955Z] #36 54.46 Unpacking cmake (3.13.4-1) ... [2021-07-14T07:16:29.960Z] #32 ... [2021-07-14T07:16:29.960Z] [2021-07-14T07:16:29.960Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:29.960Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:29.960Z] #44 31.00 Reading package lists... [2021-07-14T07:16:29.960Z] #44 36.71 Building dependency tree... [2021-07-14T07:16:29.960Z] #44 39.75 The following additional packages will be installed: [2021-07-14T07:16:29.960Z] #44 39.78 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-07-14T07:16:29.960Z] #44 39.78 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-07-14T07:16:29.960Z] #44 39.78 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-07-14T07:16:29.960Z] #44 39.78 python3.7-minimal [2021-07-14T07:16:29.960Z] #44 39.78 Suggested packages: [2021-07-14T07:16:29.960Z] #44 39.79 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-07-14T07:16:29.960Z] #44 39.79 python3.7-doc binfmt-support [2021-07-14T07:16:29.960Z] #44 41.17 The following NEW packages will be installed: [2021-07-14T07:16:29.960Z] #44 41.19 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-07-14T07:16:29.960Z] #44 41.19 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-07-14T07:16:29.960Z] #44 41.20 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-07-14T07:16:29.960Z] #44 41.20 python3.7-minimal [2021-07-14T07:16:29.960Z] #44 41.84 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:16:29.960Z] #44 41.84 Need to get 6695 kB of archives. [2021-07-14T07:16:29.960Z] #44 41.84 After this operation, 33.1 MB of additional disk space will be used. [2021-07-14T07:16:29.960Z] #44 41.84 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-07-14T07:16:29.960Z] #44 41.89 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-07-14T07:16:29.960Z] #44 42.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-07-14T07:16:29.960Z] #44 42.17 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-07-14T07:16:29.960Z] #44 42.18 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-07-14T07:16:29.960Z] #44 42.37 Get:6 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-07-14T07:16:29.960Z] #44 42.39 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-07-14T07:16:29.960Z] #44 42.40 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-07-14T07:16:29.960Z] #44 42.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-07-14T07:16:29.960Z] #44 42.42 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-07-14T07:16:29.960Z] #44 42.52 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-07-14T07:16:29.960Z] #44 42.55 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] [2021-07-14T07:16:29.960Z] #44 42.55 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB] [2021-07-14T07:16:29.960Z] #44 42.58 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-07-14T07:16:29.960Z] #44 42.59 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-07-14T07:16:29.960Z] #44 42.60 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-07-14T07:16:29.960Z] #44 43.84 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:16:29.960Z] #44 44.05 Fetched 6695 kB in 1s (5164 kB/s) [2021-07-14T07:16:29.960Z] #44 44.15 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-07-14T07:16:29.960Z] #44 44.15 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-07-14T07:16:29.960Z] #44 44.23 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:16:29.960Z] #44 44.24 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:29.960Z] #44 45.03 Selecting previously unselected package python3.7-minimal. [2021-07-14T07:16:29.960Z] #44 45.03 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:16:29.960Z] #44 45.05 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:16:30.219Z] #44 46.58 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:30.219Z] #44 46.67 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:16:30.219Z] #44 ... [2021-07-14T07:16:30.219Z] [2021-07-14T07:16:30.219Z] #36 [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-07-14T07:16:30.219Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:16:30.219Z] #36 43.56 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:16:30.219Z] #36 43.74 Fetched 14.9 MB in 2s (7553 kB/s) [2021-07-14T07:16:30.219Z] #36 43.83 Selecting previously unselected package xxd. [2021-07-14T07:16:30.219Z] #36 43.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 ... 15421 files and directories currently installed.) [2021-07-14T07:16:30.219Z] #36 43.92 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-07-14T07:16:30.219Z] #36 43.94 Unpacking xxd (2:8.1.0875-5) ... [2021-07-14T07:16:30.219Z] #36 44.13 Selecting previously unselected package vim-common. [2021-07-14T07:16:30.219Z] #36 44.15 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-07-14T07:16:30.219Z] #36 44.20 Unpacking vim-common (2:8.1.0875-5) ... [2021-07-14T07:16:30.219Z] #36 44.55 Selecting previously unselected package cmake-data. [2021-07-14T07:16:30.219Z] #36 44.55 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-07-14T07:16:30.219Z] #36 44.56 Unpacking cmake-data (3.13.4-1) ... [2021-07-14T07:16:30.257Z] #29 12.01 #=#=# 1.0% # 2.1% ## 3.4% ### 4.4% ### 5.5% #### 6.8% ##### 7.7% ###### 8.9% ####### 9.9% ######## 11.4% ######### 12.9% ########## 14.1% ########## 14.5% ########### 15.8% ############ 17.3% ############ 17.3% ############# 19.3% ############### 21.2% ################ 22.8% ################# 24.8% ################### 27.0% ##################### 29.5% ###################### 31.0% ####################### 32.5% ####################### 33.0% ######################### 35.3% ########################## 36.9% ############################ 39.1% ############################# 41.0% ############################### 43.8% ################################ 45.7% ################################# 46.2% ################################## 47.4% ################################### 48.6% ################################### 48.6% ################################### 49.7% #################################### 51.0% ##################################### 52.8% ###################################### 53.9% ####################################### 54.9% ######################################## 55.9% ######################################## 56.5% ######################################### 57.5% ########################################## 58.8% ########################################## 59.5% ########################################### 59.7% ########################################### 61.1% ############################################ 62.1% ############################################# 63.0% ############################################# 63.4% ############################################### 65.4% ################################################# 68.1% ################################################# 68.6% # [2021-07-14T07:16:30.257Z] #29 ... [2021-07-14T07:16:30.257Z] [2021-07-14T07:16:30.257Z] #50 [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-07-14T07:16:30.257Z] #50 sha256:65eb8a504e721a0d13311dcfbcd2de595047b774349cd6d33c95272b70bc4ed9 [2021-07-14T07:16:30.257Z] #50 28.47 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-07-14T07:16:30.257Z] #50 28.59 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-07-14T07:16:30.257Z] #50 28.73 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-07-14T07:16:30.257Z] #50 29.01 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-07-14T07:16:30.257Z] #50 29.06 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-07-14T07:16:30.257Z] #50 29.16 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-07-14T07:16:30.257Z] #50 29.51 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-07-14T07:16:30.257Z] #50 29.68 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-07-14T07:16:30.257Z] #50 29.69 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-07-14T07:16:30.257Z] #50 29.76 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-07-14T07:16:30.257Z] #50 30.16 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-07-14T07:16:30.257Z] #50 30.18 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-07-14T07:16:30.257Z] #50 30.28 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-07-14T07:16:30.257Z] #50 30.36 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-07-14T07:16:30.257Z] #50 30.44 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-07-14T07:16:30.257Z] #50 30.46 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-07-14T07:16:30.257Z] #50 30.87 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-07-14T07:16:30.257Z] #50 30.97 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-07-14T07:16:30.257Z] #50 31.06 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-07-14T07:16:30.257Z] #50 31.15 go: downloading github.com/ultraware/funlen v0.0.2 [2021-07-14T07:16:30.257Z] #50 31.22 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-07-14T07:16:30.257Z] #50 31.27 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-07-14T07:16:30.257Z] #50 33.27 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-07-14T07:16:30.257Z] #50 36.44 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-07-14T07:16:30.257Z] #50 36.45 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-07-14T07:16:30.257Z] #50 36.47 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-07-14T07:16:30.257Z] #50 36.47 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-07-14T07:16:30.257Z] #50 37.59 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-07-14T07:16:30.257Z] #50 37.59 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-07-14T07:16:30.257Z] #50 37.65 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-07-14T07:16:30.257Z] #50 38.07 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-07-14T07:16:30.257Z] #50 ... [2021-07-14T07:16:30.257Z] [2021-07-14T07:16:30.257Z] #56 [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-07-14T07:16:30.257Z] #56 sha256:96a8621d1b193c7b54efb6f90aee3fbceaddb11f99e4ef8b37b74fa037c2abd5 [2021-07-14T07:16:30.257Z] #56 28.53 The following additional packages will be installed: [2021-07-14T07:16:30.257Z] #56 28.53 libbtrfs0 [2021-07-14T07:16:30.257Z] #56 28.66 The following NEW packages will be installed: [2021-07-14T07:16:30.257Z] #56 28.68 libbtrfs-dev libbtrfs0 [2021-07-14T07:16:30.257Z] #56 29.08 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2021-07-14T07:16:30.257Z] #56 29.08 Need to get 119 kB of archives. [2021-07-14T07:16:30.257Z] #56 29.08 After this operation, 387 kB of additional disk space will be used. [2021-07-14T07:16:30.257Z] #56 29.08 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-07-14T07:16:30.257Z] #56 29.08 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-07-14T07:16:30.257Z] #56 30.40 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:16:30.257Z] #56 30.58 Fetched 119 kB in 0s (414 kB/s) [2021-07-14T07:16:30.257Z] #56 30.82 Selecting previously unselected package libbtrfs0. [2021-07-14T07:16:30.257Z] #56 30.82 (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 ... 15394 files and directories currently installed.) [2021-07-14T07:16:30.257Z] #56 30.87 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... [2021-07-14T07:16:30.257Z] #56 30.90 Unpacking libbtrfs0 (4.20.1-2) ... [2021-07-14T07:16:30.257Z] #56 31.03 Selecting previously unselected package libbtrfs-dev. [2021-07-14T07:16:30.257Z] #56 31.04 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-07-14T07:16:30.257Z] #56 31.05 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:16:30.257Z] #56 31.27 Setting up libbtrfs0 (4.20.1-2) ... [2021-07-14T07:16:30.257Z] #56 31.30 Setting up libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:16:30.257Z] #56 31.32 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:16:30.477Z] #36 47.53 Selecting previously unselected package libicu63:amd64. [2021-07-14T07:16:30.584Z] #56 ... [2021-07-14T07:16:30.584Z] [2021-07-14T07:16:30.584Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:16:30.584Z] #29 sha256:f24272940629bdd9da354a6b44fde6e28e47730e889964c8e74978d867b69770 [2021-07-14T07:16:30.651Z] Running on azwin-2-192b50 in d:\jenkins\workspace\moby_PR-42636 [Pipeline] { [Pipeline] ws [2021-07-14T07:16:30.668Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-07-14T07:16:30.737Z] #36 47.53 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-07-14T07:16:30.737Z] #36 47.55 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-14T07:16:30.747Z] #52 48.38 bytes [2021-07-14T07:16:30.851Z] #29 12.01 #=#=# 1.0% # 2.1% ## 3.4% ### 4.4% ### 5.5% #### 6.8% ##### 7.7% ###### 8.9% ####### 9.9% ######## 11.4% ######### 12.9% ########## 14.1% ########## 14.5% ########### 15.8% ############ 17.3% ############ 17.3% ############# 19.3% ############### 21.2% ################ 22.8% ################# 24.8% ################### 27.0% ##################### 29.5% ###################### 31.0% ####################### 32.5% ####################### 33.0% ######################### 35.3% ########################## 36.9% ############################ 39.1% ############################# 41.0% ############################### 43.8% ################################ 45.7% ################################# 46.2% ################################## 47.4% ################################### 48.6% ################################### 48.6% ################################### 49.7% #################################### 51.0% ##################################### 52.8% ###################################### 53.9% ####################################### 54.9% ######################################## 55.9% ######################################## 56.5% ######################################### 57.5% ########################################## 58.8% ########################################## 59.5% ########################################### 59.7% ########################################### 61.1% ############################################ 62.1% ############################################# 63.0% ############################################# 63.4% ############################################### 65.4% ################################################# 68.1% ################################################# 68.6% ################################################## 69.5% ################################################### 71.7% #################################################### 73.6% [2021-07-14T07:16:30.852Z] #29 ... [2021-07-14T07:16:30.852Z] [2021-07-14T07:16:30.852Z] #36 [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-07-14T07:16:30.852Z] #36 sha256:883bb1ea40b3c256595d0433b13b827e35f76a921b7d2e33e3ad01c0d1295360 [2021-07-14T07:16:30.852Z] #36 28.77 The following additional packages will be installed: [2021-07-14T07:16:30.852Z] #36 28.78 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-07-14T07:16:30.852Z] #36 28.78 Suggested packages: [2021-07-14T07:16:30.852Z] #36 28.78 cmake-doc ninja-build lrzip [2021-07-14T07:16:30.852Z] #36 28.78 Recommended packages: [2021-07-14T07:16:30.852Z] #36 28.78 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-07-14T07:16:30.852Z] #36 29.42 The following NEW packages will be installed: [2021-07-14T07:16:30.852Z] #36 29.46 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-07-14T07:16:30.852Z] #36 29.46 vim-common xxd [2021-07-14T07:16:30.852Z] #36 29.82 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2021-07-14T07:16:30.852Z] #36 29.82 Need to get 14.2 MB of archives. [2021-07-14T07:16:30.852Z] #36 29.82 After this operation, 60.0 MB of additional disk space will be used. [2021-07-14T07:16:30.852Z] #36 29.82 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-07-14T07:16:30.852Z] #36 29.83 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-07-14T07:16:30.852Z] #36 29.85 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] [2021-07-14T07:16:30.852Z] #36 29.97 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-07-14T07:16:30.852Z] #36 30.59 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u2 [625 kB] [2021-07-14T07:16:30.852Z] #36 30.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] [2021-07-14T07:16:30.852Z] #36 30.63 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] [2021-07-14T07:16:30.852Z] #36 30.65 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] [2021-07-14T07:16:30.852Z] #36 30.65 Get:9 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 libuv1 arm64 1.24.1-1+deb10u1 [105 kB] [2021-07-14T07:16:30.852Z] #36 30.66 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] [2021-07-14T07:16:30.852Z] #36 31.81 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:16:30.852Z] #36 32.45 Fetched 14.2 MB in 1s (11.0 MB/s) [2021-07-14T07:16:30.852Z] #36 34.61 Selecting previously unselected package xxd. [2021-07-14T07:16:30.852Z] #36 34.61 (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 ... 15394 files and directories currently installed.) [2021-07-14T07:16:30.852Z] #36 34.71 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-07-14T07:16:30.852Z] #36 35.61 Unpacking xxd (2:8.1.0875-5) ... [2021-07-14T07:16:30.852Z] #36 ... [2021-07-14T07:16:30.852Z] [2021-07-14T07:16:30.852Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:16:30.852Z] #29 sha256:f24272940629bdd9da354a6b44fde6e28e47730e889964c8e74978d867b69770 [2021-07-14T07:16:31.117Z] #29 12.01 #=#=# 1.0% # 2.1% ## 3.4% ### 4.4% ### 5.5% #### 6.8% ##### 7.7% ###### 8.9% ####### 9.9% ######## 11.4% ######### 12.9% ########## 14.1% ########## 14.5% ########### 15.8% ############ 17.3% ############ 17.3% ############# 19.3% ############### 21.2% ################ 22.8% ################# 24.8% ################### 27.0% ##################### 29.5% ###################### 31.0% ####################### 32.5% ####################### 33.0% ######################### 35.3% ########################## 36.9% ############################ 39.1% ############################# 41.0% ############################### 43.8% ################################ 45.7% ################################# 46.2% ################################## 47.4% ################################### 48.6% ################################### 48.6% ################################### 49.7% #################################### 51.0% ##################################### 52.8% ###################################### 53.9% ####################################### 54.9% ######################################## 55.9% ######################################## 56.5% ######################################### 57.5% ########################################## 58.8% ########################################## 59.5% ########################################### 59.7% ########################################### 61.1% ############################################ 62.1% ############################################# 63.0% ############################################# 63.4% ############################################### 65.4% ################################################# 68.1% ################################################# 68.6% ################################################## 69.5% ################################################### 71.7% #################################################### 73.6% #################################################### 73.6% ##################################################### 74.6% ###################################################### 76.4% [2021-07-14T07:16:31.117Z] #29 ... [2021-07-14T07:16:31.117Z] [2021-07-14T07:16:31.117Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:31.117Z] #44 sha256:3225650fb49e7c9ad14d1ca550de9bdff5977160ad77860f694e28aa876ba055 [2021-07-14T07:16:31.117Z] #44 24.66 Reading package lists... [2021-07-14T07:16:31.117Z] #44 29.27 Building dependency tree... [2021-07-14T07:16:31.117Z] #44 31.51 The following additional packages will be installed: [2021-07-14T07:16:31.117Z] #44 31.51 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-07-14T07:16:31.117Z] #44 31.52 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-07-14T07:16:31.117Z] #44 31.52 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-07-14T07:16:31.117Z] #44 31.52 python3.7-minimal [2021-07-14T07:16:31.117Z] #44 31.52 Suggested packages: [2021-07-14T07:16:31.117Z] #44 31.53 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-07-14T07:16:31.117Z] #44 31.53 python3.7-doc binfmt-support [2021-07-14T07:16:31.117Z] #44 32.29 The following NEW packages will be installed: [2021-07-14T07:16:31.117Z] #44 32.29 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-07-14T07:16:31.117Z] #44 32.29 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-07-14T07:16:31.117Z] #44 32.29 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-07-14T07:16:31.117Z] #44 32.29 python3.7-minimal [2021-07-14T07:16:31.117Z] #44 32.85 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded. [2021-07-14T07:16:31.117Z] #44 32.85 Need to get 6095 kB of archives. [2021-07-14T07:16:31.117Z] #44 32.85 After this operation, 32.3 MB of additional disk space will be used. [2021-07-14T07:16:31.117Z] #44 32.85 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB] [2021-07-14T07:16:31.117Z] #44 32.91 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB] [2021-07-14T07:16:31.117Z] #44 33.09 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2021-07-14T07:16:31.117Z] #44 33.15 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2021-07-14T07:16:31.117Z] #44 33.15 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB] [2021-07-14T07:16:31.117Z] #44 33.29 Get:6 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [588 kB] [2021-07-14T07:16:31.117Z] #44 33.40 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB] [2021-07-14T07:16:31.117Z] #44 33.46 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2021-07-14T07:16:31.117Z] #44 33.49 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2021-07-14T07:16:31.117Z] #44 33.51 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] [2021-07-14T07:16:31.117Z] #44 33.65 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-07-14T07:16:31.117Z] #44 33.89 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-six all 1.12.0-1 [15.7 kB] [2021-07-14T07:16:31.117Z] #44 33.91 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-protobuf arm64 3.6.1.3-2 [328 kB] [2021-07-14T07:16:31.117Z] #44 33.98 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-07-14T07:16:31.117Z] #44 34.03 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-07-14T07:16:31.117Z] #44 34.04 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-07-14T07:16:31.117Z] #44 35.92 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:16:31.117Z] #44 37.36 Fetched 6095 kB in 1s (4161 kB/s) [2021-07-14T07:16:31.117Z] #44 ... [2021-07-14T07:16:31.117Z] [2021-07-14T07:16:31.117Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:16:31.117Z] #29 sha256:f24272940629bdd9da354a6b44fde6e28e47730e889964c8e74978d867b69770 [2021-07-14T07:16:31.318Z] #52 48.69 internal/oserror [2021-07-14T07:16:31.318Z] #52 48.85 syscall [2021-07-14T07:16:31.577Z] #52 ... [2021-07-14T07:16:31.577Z] [2021-07-14T07:16:31.577Z] #50 [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-07-14T07:16:31.577Z] #50 sha256:881803e4c9b3fe60559596b749fbe452cc6c1f6426e641f05f48f0a1df60f760 [2021-07-14T07:16:31.577Z] #50 39.11 go: downloading github.com/gobwas/glob v0.2.3 [2021-07-14T07:16:31.577Z] #50 39.12 go: downloading github.com/kisielk/gotool v1.0.0 [2021-07-14T07:16:31.577Z] #50 39.22 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-07-14T07:16:31.577Z] #50 39.31 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-07-14T07:16:31.577Z] #50 39.36 go: downloading github.com/gogo/protobuf v1.2.1 [2021-07-14T07:16:31.577Z] #50 40.71 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-07-14T07:16:31.577Z] #50 41.12 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-07-14T07:16:31.577Z] #50 41.48 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-07-14T07:16:31.577Z] #50 ... [2021-07-14T07:16:31.577Z] [2021-07-14T07:16:31.577Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:31.577Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:31.577Z] #13 43.85 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-07-14T07:16:31.577Z] #13 43.86 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-07-14T07:16:31.577Z] #13 43.88 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-07-14T07:16:31.577Z] #13 43.88 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-07-14T07:16:31.577Z] #13 43.89 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-07-14T07:16:31.577Z] #13 43.90 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-07-14T07:16:31.577Z] #13 43.91 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-07-14T07:16:31.577Z] #13 43.95 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-07-14T07:16:31.577Z] #13 43.97 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-07-14T07:16:31.577Z] #13 44.01 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-07-14T07:16:31.577Z] #13 44.02 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-07-14T07:16:31.577Z] #13 44.10 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-07-14T07:16:31.577Z] #13 44.12 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-07-14T07:16:31.577Z] #13 44.12 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-07-14T07:16:31.672Z] #36 ... [2021-07-14T07:16:31.672Z] [2021-07-14T07:16:31.672Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:31.672Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:31.672Z] #13 25.59 Reading package lists... [2021-07-14T07:16:31.672Z] #13 31.80 Building dependency tree... [2021-07-14T07:16:31.672Z] #13 35.36 The following additional packages will be installed: [2021-07-14T07:16:31.672Z] #13 35.36 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-07-14T07:16:31.672Z] #13 35.36 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-07-14T07:16:31.672Z] #13 35.36 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-07-14T07:16:31.672Z] #13 35.36 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2021-07-14T07:16:31.672Z] #13 35.36 mingw-w64-x86-64-dev [2021-07-14T07:16:31.672Z] #13 35.43 Suggested packages: [2021-07-14T07:16:31.672Z] #13 35.43 gcc-8-locales seccomp wine64 [2021-07-14T07:16:31.672Z] #13 36.72 The following NEW packages will be installed: [2021-07-14T07:16:31.672Z] #13 36.73 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-07-14T07:16:31.672Z] #13 36.73 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-07-14T07:16:31.672Z] #13 36.73 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-07-14T07:16:31.672Z] #13 36.73 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-07-14T07:16:31.672Z] #13 36.74 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-07-14T07:16:31.672Z] #13 36.75 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-07-14T07:16:31.672Z] #13 36.76 The following packages will be upgraded: [2021-07-14T07:16:31.672Z] #13 36.77 libseccomp2 [2021-07-14T07:16:31.672Z] #13 37.21 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:16:31.672Z] #13 37.21 Need to get 77.8 MB of archives. [2021-07-14T07:16:31.672Z] #13 37.21 After this operation, 487 MB of additional disk space will be used. [2021-07-14T07:16:31.672Z] #13 37.21 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-07-14T07:16:31.672Z] #13 37.21 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-07-14T07:16:31.672Z] #13 37.21 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-07-14T07:16:31.672Z] #13 37.35 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-07-14T07:16:31.672Z] #13 37.59 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-07-14T07:16:31.673Z] #13 37.61 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-07-14T07:16:31.673Z] #13 37.62 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-07-14T07:16:31.673Z] #13 37.64 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-07-14T07:16:31.673Z] #13 38.08 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-07-14T07:16:31.673Z] #13 38.38 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-07-14T07:16:31.673Z] #13 38.39 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-07-14T07:16:31.673Z] #13 41.56 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-07-14T07:16:31.673Z] #13 ... [2021-07-14T07:16:31.673Z] [2021-07-14T07:16:31.673Z] #52 [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-07-14T07:16:31.673Z] #52 sha256:1fcffa1c17963bdb209b286da05fe4022278d59ff947f38e35617ff7b3b80ffe [2021-07-14T07:16:31.673Z] #52 48.11 internal/reflectlite [2021-07-14T07:16:31.673Z] #52 48.11 internal/testlog [2021-07-14T07:16:32.033Z] The recommended git tool is: git [2021-07-14T07:16:32.146Z] #13 45.42 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:16:32.405Z] #13 45.59 Fetched 77.8 MB in 7s (11.0 MB/s) [2021-07-14T07:16:32.665Z] #13 45.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-07-14T07:16:32.665Z] #13 45.77 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-07-14T07:16:32.665Z] #13 45.79 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-07-14T07:16:32.947Z] #13 46.08 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-07-14T07:16:32.947Z] #13 46.23 Selecting previously unselected package binutils-mingw-w64-i686. [2021-07-14T07:16:33.050Z] #52 49.97 sort [2021-07-14T07:16:33.050Z] #52 49.97 errors [2021-07-14T07:16:33.206Z] #13 46.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-07-14T07:16:33.206Z] #13 46.35 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-07-14T07:16:33.206Z] #13 46.38 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-07-14T07:16:33.255Z] #36 57.32 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-14T07:16:33.255Z] #36 57.33 Setting up xxd (2:8.1.0875-5) ... [2021-07-14T07:16:33.255Z] #36 57.35 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ... [2021-07-14T07:16:33.255Z] #36 57.38 Setting up vim-common (2:8.1.0875-5) ... [2021-07-14T07:16:33.255Z] #36 57.44 Setting up librhash0:amd64 (1.3.8-1) ... [2021-07-14T07:16:33.255Z] #36 57.44 Setting up cmake-data (3.13.4-1) ... [2021-07-14T07:16:33.255Z] #36 57.47 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-07-14T07:16:33.255Z] #36 57.48 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-07-14T07:16:33.255Z] #36 57.50 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-07-14T07:16:33.255Z] #36 57.52 Setting up cmake (3.13.4-1) ... [2021-07-14T07:16:33.255Z] #36 57.54 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:16:33.255Z] #36 57.63 Processing triggers for mime-support (3.62) ... [2021-07-14T07:16:33.310Z] #52 50.34 io [2021-07-14T07:16:33.828Z] #36 DONE 58.3s [2021-07-14T07:16:33.828Z] [2021-07-14T07:16:33.828Z] #37 [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-07-14T07:16:33.828Z] #37 sha256:a9ad6ef83d9f110d9bd92193feb148e5ccfba0e4e375a5929ee2aeb547328aa3 [2021-07-14T07:16:34.691Z] #52 51.49 internal/oserror [2021-07-14T07:16:34.772Z] #37 ... [2021-07-14T07:16:34.772Z] [2021-07-14T07:16:34.772Z] #46 [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-07-14T07:16:34.772Z] #46 sha256:45330e458c197afe6b953285f43fed9ea5d21cd484f7b632a40659860e483bdd [2021-07-14T07:16:34.772Z] #46 49.05 bufio [2021-07-14T07:16:34.772Z] #46 50.87 syscall [2021-07-14T07:16:34.772Z] #46 59.10 internal/syscall/unix [2021-07-14T07:16:34.772Z] #46 ... [2021-07-14T07:16:34.772Z] [2021-07-14T07:16:34.772Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:34.772Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:34.772Z] #44 54.31 Selecting previously unselected package python3.7. [2021-07-14T07:16:34.772Z] #44 54.31 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:16:34.772Z] #44 54.31 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:34.772Z] #44 54.51 Selecting previously unselected package libpython3-stdlib:amd64. [2021-07-14T07:16:34.772Z] #44 54.51 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-07-14T07:16:34.772Z] #44 54.53 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-14T07:16:34.772Z] #44 54.64 Setting up python3-minimal (3.7.3-1) ... [2021-07-14T07:16:34.772Z] #44 56.16 Selecting previously unselected package python3. [2021-07-14T07:16:34.772Z] #44 56.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16073 files and directories currently installed.) [2021-07-14T07:16:34.772Z] #44 56.21 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ... [2021-07-14T07:16:34.772Z] #44 56.26 Unpacking python3 (3.7.3-1) ... [2021-07-14T07:16:34.772Z] #44 56.45 Selecting previously unselected package libprotobuf17:amd64. [2021-07-14T07:16:34.772Z] #44 56.45 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-07-14T07:16:34.772Z] #44 56.45 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-07-14T07:16:34.772Z] #44 57.15 Selecting previously unselected package python3-pkg-resources. [2021-07-14T07:16:34.772Z] #44 57.15 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-07-14T07:16:34.772Z] #44 57.16 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:16:34.772Z] #44 57.40 Selecting previously unselected package python3-six. [2021-07-14T07:16:34.772Z] #44 57.40 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-07-14T07:16:34.772Z] #44 57.40 Unpacking python3-six (1.12.0-1) ... [2021-07-14T07:16:34.772Z] #44 57.49 Selecting previously unselected package python3-protobuf. [2021-07-14T07:16:34.772Z] #44 57.50 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ... [2021-07-14T07:16:34.772Z] #44 57.59 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-07-14T07:16:34.772Z] #44 58.01 Selecting previously unselected package libnet1:amd64. [2021-07-14T07:16:34.772Z] #44 58.01 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-07-14T07:16:34.772Z] #44 58.03 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:16:34.772Z] #44 58.21 Selecting previously unselected package libnl-3-200:amd64. [2021-07-14T07:16:34.772Z] #44 58.21 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ... [2021-07-14T07:16:34.772Z] #44 58.25 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-07-14T07:16:34.772Z] #44 58.34 Selecting previously unselected package libprotobuf-c1:amd64. [2021-07-14T07:16:34.772Z] #44 58.34 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-07-14T07:16:34.772Z] #44 58.35 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-14T07:16:34.772Z] #44 58.46 Selecting previously unselected package criu. [2021-07-14T07:16:34.772Z] #44 58.46 Preparing to unpack .../8-criu_3.15-1_amd64.deb ... [2021-07-14T07:16:34.772Z] #44 58.47 Unpacking criu (3.15-1) ... [2021-07-14T07:16:34.895Z] #29 12.01 #=#=# 1.0% # 2.1% ## 3.4% ### 4.4% ### 5.5% #### 6.8% ##### 7.7% ###### 8.9% ####### 9.9% ######## 11.4% ######### 12.9% ########## 14.1% ########## 14.5% ########### 15.8% ############ 17.3% ############ 17.3% ############# 19.3% ############### 21.2% ################ 22.8% ################# 24.8% ################### 27.0% ##################### 29.5% ###################### 31.0% ####################### 32.5% ####################### 33.0% ######################### 35.3% ########################## 36.9% ############################ 39.1% ############################# 41.0% ############################### 43.8% ################################ 45.7% ################################# 46.2% ################################## 47.4% ################################### 48.6% ################################### 48.6% ################################### 49.7% #################################### 51.0% ##################################### 52.8% ###################################### 53.9% ####################################### 54.9% ######################################## 55.9% ######################################## 56.5% ######################################### 57.5% ########################################## 58.8% ########################################## 59.5% ########################################### 59.7% ########################################### 61.1% ############################################ 62.1% ############################################# 63.0% ############################################# 63.4% ############################################### 65.4% ################################################# 68.1% ################################################# 68.6% ################################################## 69.5% ################################################### 71.7% #################################################### 73.6% #################################################### 73.6% ##################################################### 74.6% ###################################################### 76.4% ####################################################### 77.1% ######################################################## 78.5% ######################################################### 80.1% ########################################################## 81.3% ########################################################### 82.0% ########################################################### 82.8% ############################################################ 83.7% ############################################################ 84.0% ############################################################ 84.7% ############################################################# 85.5% ############################################################## 86.4% ############################################################## 87.1% ############################################################## 87.2% ############################################################### 87.8% ############################################################### 88.6% ############################################################### 88.9% ################################################################ 89.8% ################################################################# 90.7% ################################################################# 91.4% ################################################################## 92.4% ################################################################### 93.3% ################################################################### 94.3% #################################################################### 94.9% ##################################################################### 96.2% ##################################################################### 96.7% ###################################################################### 98.1% ###################################################################### 98.1% ####################################################################### 98.8% ####################################################################### 99.8% ######################################################################## 100.0% [2021-07-14T07:16:34.895Z] #29 24.04 [2021-07-14T07:16:34.951Z] #52 51.61 syscall [2021-07-14T07:16:34.951Z] #52 51.67 bytes [2021-07-14T07:16:35.033Z] #44 59.24 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:16:35.033Z] #44 59.24 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-14T07:16:35.033Z] #44 59.25 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-07-14T07:16:35.033Z] #44 59.29 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-07-14T07:16:35.126Z] #13 ... [2021-07-14T07:16:35.126Z] [2021-07-14T07:16:35.126Z] #46 [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-07-14T07:16:35.126Z] #46 sha256:ea7f20defe8df5e33a2fd1d5d092cd89194e26a2ac9659ecae17cd75b67eebfa [2021-07-14T07:16:35.126Z] #46 42.75 internal/reflectlite [2021-07-14T07:16:35.126Z] #46 42.75 sync [2021-07-14T07:16:35.126Z] #46 44.15 internal/testlog [2021-07-14T07:16:35.126Z] #46 44.45 github.com/LK4D4/vndr/godl/singleflight [2021-07-14T07:16:35.126Z] #46 44.88 math/rand [2021-07-14T07:16:35.126Z] #46 45.93 internal/singleflight [2021-07-14T07:16:35.126Z] #46 46.38 sort [2021-07-14T07:16:35.126Z] #46 46.39 errors [2021-07-14T07:16:35.126Z] #46 46.89 io [2021-07-14T07:16:35.126Z] #46 47.58 strconv [2021-07-14T07:16:35.126Z] #46 48.82 bytes [2021-07-14T07:16:35.126Z] #46 50.84 strings [2021-07-14T07:16:35.126Z] #46 50.91 reflect [2021-07-14T07:16:35.295Z] #44 59.30 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-07-14T07:16:35.295Z] #44 59.31 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:35.295Z] #44 59.32 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-14T07:16:35.295Z] #44 59.34 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:35.386Z] #46 ... [2021-07-14T07:16:35.386Z] [2021-07-14T07:16:35.386Z] #48 [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-07-14T07:16:35.386Z] #48 sha256:480e0707d3e1a15af27073ed2722b341da17bdf5d0e72071ac52f45e32e2919a [2021-07-14T07:16:35.386Z] #48 DONE 52.9s [2021-07-14T07:16:35.386Z] [2021-07-14T07:16:35.386Z] #36 [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-07-14T07:16:35.386Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:16:35.386Z] #36 52.88 Selecting previously unselected package libxml2:amd64. [2021-07-14T07:16:35.386Z] #36 52.89 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ... [2021-07-14T07:16:35.386Z] #36 52.89 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-07-14T07:16:35.478Z] #29 ... [2021-07-14T07:16:35.478Z] [2021-07-14T07:16:35.478Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:35.478Z] #13 sha256:0a5c4f9d7f4bd4487ee5b1fc84c7c8e464816e238d705348cc2476c73e010007 [2021-07-14T07:16:35.478Z] #13 31.02 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-07-14T07:16:35.478Z] #13 31.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] [2021-07-14T07:16:35.478Z] #13 31.06 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] [2021-07-14T07:16:35.478Z] #13 31.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-07-14T07:16:35.478Z] #13 31.68 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-07-14T07:16:35.478Z] #13 32.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-07-14T07:16:35.478Z] #13 32.38 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB] [2021-07-14T07:16:35.478Z] #13 36.96 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB] [2021-07-14T07:16:35.478Z] #13 40.80 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2021-07-14T07:16:35.478Z] #13 40.88 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2021-07-14T07:16:35.478Z] #13 40.96 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] [2021-07-14T07:16:35.556Z] #44 ... [2021-07-14T07:16:35.556Z] [2021-07-14T07:16:35.556Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:35.556Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:35.556Z] #13 46.84 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-07-14T07:16:35.556Z] #13 49.25 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-07-14T07:16:35.556Z] #13 49.25 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-07-14T07:16:35.556Z] #13 49.25 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-07-14T07:16:35.556Z] #13 49.26 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-07-14T07:16:35.556Z] #13 49.26 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-07-14T07:16:35.556Z] #13 49.27 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-07-14T07:16:35.556Z] #13 49.29 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-07-14T07:16:35.556Z] #13 49.33 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-07-14T07:16:35.556Z] #13 49.34 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-07-14T07:16:35.556Z] #13 49.37 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-07-14T07:16:35.556Z] #13 49.37 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-07-14T07:16:35.556Z] #13 49.43 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-07-14T07:16:35.556Z] #13 49.47 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-07-14T07:16:35.556Z] #13 49.47 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-07-14T07:16:35.556Z] #13 50.52 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:16:35.556Z] #13 50.73 Fetched 77.8 MB in 7s (10.5 MB/s) [2021-07-14T07:16:35.556Z] #13 51.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 ... 15421 files and directories currently installed.) [2021-07-14T07:16:35.556Z] #13 51.34 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-07-14T07:16:35.556Z] #13 51.38 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-07-14T07:16:35.556Z] #13 51.58 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-07-14T07:16:35.556Z] #13 51.77 Selecting previously unselected package binutils-mingw-w64-i686. [2021-07-14T07:16:35.557Z] #13 51.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 ... 15421 files and directories currently installed.) [2021-07-14T07:16:35.557Z] #13 51.85 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-07-14T07:16:35.557Z] #13 51.86 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-07-14T07:16:35.557Z] #13 54.16 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-07-14T07:16:35.557Z] #13 54.16 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-07-14T07:16:35.557Z] #13 54.16 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-07-14T07:16:35.557Z] #13 56.67 Selecting previously unselected package binutils-mingw-w64. [2021-07-14T07:16:35.557Z] #13 56.68 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-07-14T07:16:35.557Z] #13 56.70 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-07-14T07:16:35.557Z] #13 56.87 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-07-14T07:16:35.557Z] #13 56.87 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-07-14T07:16:35.557Z] #13 56.87 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-07-14T07:16:35.745Z] #13 ... [2021-07-14T07:16:35.745Z] [2021-07-14T07:16:35.745Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:35.745Z] #44 sha256:3225650fb49e7c9ad14d1ca550de9bdff5977160ad77860f694e28aa876ba055 [2021-07-14T07:16:35.745Z] #44 42.43 Selecting previously unselected package libpython3.7-minimal:arm64. [2021-07-14T07:16:35.745Z] #44 42.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15394 files and directories currently installed.) [2021-07-14T07:16:35.745Z] #44 42.47 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2021-07-14T07:16:35.818Z] #13 57.03 Selecting previously unselected package dmsetup. [2021-07-14T07:16:35.818Z] #13 57.05 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-07-14T07:16:35.818Z] #13 57.05 Unpacking dmsetup (2:1.02.155-3) ... [2021-07-14T07:16:35.818Z] #13 57.23 Selecting previously unselected package mingw-w64-common. [2021-07-14T07:16:35.818Z] #13 57.23 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-07-14T07:16:36.079Z] #13 57.23 Unpacking mingw-w64-common (6.0.0-3) ... [2021-07-14T07:16:36.324Z] #44 ... [2021-07-14T07:16:36.324Z] [2021-07-14T07:16:36.324Z] #52 [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-07-14T07:16:36.324Z] #52 sha256:8102ff429acea55addbd6be835cda71ff4e3cb95cc3094273c353ef42e7ee300 [2021-07-14T07:16:36.324Z] #52 34.40 syscall [2021-07-14T07:16:36.324Z] #52 34.40 strconv [2021-07-14T07:16:36.324Z] #52 34.51 strings [2021-07-14T07:16:36.324Z] #52 34.51 text/tabwriter [2021-07-14T07:16:36.324Z] #52 37.19 bufio [2021-07-14T07:16:36.324Z] #52 38.10 regexp/syntax [2021-07-14T07:16:36.324Z] #52 38.10 reflect [2021-07-14T07:16:36.324Z] #52 39.48 internal/syscall/unix [2021-07-14T07:16:36.324Z] #52 39.50 time [2021-07-14T07:16:36.324Z] #52 39.74 internal/syscall/execenv [2021-07-14T07:16:36.324Z] #52 41.34 regexp [2021-07-14T07:16:36.324Z] #52 44.38 io/fs [2021-07-14T07:16:36.324Z] #52 44.40 internal/poll [2021-07-14T07:16:36.324Z] #52 44.41 context [2021-07-14T07:16:36.325Z] #36 53.83 Selecting previously unselected package libarchive13:amd64. [2021-07-14T07:16:36.325Z] #36 53.84 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-07-14T07:16:36.325Z] #36 53.87 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-07-14T07:16:36.329Z] #52 ... [2021-07-14T07:16:36.329Z] [2021-07-14T07:16:36.329Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:36.329Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:36.329Z] #13 44.05 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-07-14T07:16:36.329Z] #13 44.06 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-07-14T07:16:36.329Z] #13 44.07 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-07-14T07:16:36.330Z] #13 44.07 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-07-14T07:16:36.330Z] #13 44.09 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-07-14T07:16:36.330Z] #13 44.09 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-07-14T07:16:36.330Z] #13 44.11 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-07-14T07:16:36.330Z] #13 44.13 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-07-14T07:16:36.330Z] #13 44.15 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-07-14T07:16:36.330Z] #13 44.17 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-07-14T07:16:36.330Z] #13 44.18 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-07-14T07:16:36.330Z] #13 44.25 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-07-14T07:16:36.330Z] #13 44.27 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-07-14T07:16:36.330Z] #13 44.28 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-07-14T07:16:36.330Z] #13 45.40 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:16:36.330Z] #13 45.60 Fetched 77.8 MB in 7s (10.6 MB/s) [2021-07-14T07:16:36.330Z] #13 45.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-07-14T07:16:36.330Z] #13 45.78 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-07-14T07:16:36.330Z] #13 45.81 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-07-14T07:16:36.330Z] #13 46.02 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-07-14T07:16:36.330Z] #13 46.16 Selecting previously unselected package binutils-mingw-w64-i686. [2021-07-14T07:16:36.330Z] #13 46.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-07-14T07:16:36.330Z] #13 46.24 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-07-14T07:16:36.330Z] #13 46.25 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-07-14T07:16:36.451Z] Commit message: "Merge commit '22d6671db2f0f73eca064fe8a2b5d9fc199f88a4' into HEAD" [2021-07-14T07:16:36.593Z] #52 ... [2021-07-14T07:16:36.593Z] [2021-07-14T07:16:36.593Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:16:36.593Z] #29 sha256:f24272940629bdd9da354a6b44fde6e28e47730e889964c8e74978d867b69770 [2021-07-14T07:16:36.593Z] #29 25.02 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-07-14T07:16:36.593Z] #29 25.39 [2021-07-14T07:16:36.593Z] #29 25.60 0.2% ######################################################################## 100.0% [2021-07-14T07:16:36.593Z] #29 25.73 [2021-07-14T07:16:36.485Z] > git rev-list --no-walk 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [2021-07-14T07:16:36.897Z] #36 54.32 Selecting previously unselected package libjsoncpp1:amd64. [2021-07-14T07:16:36.897Z] #36 54.35 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-07-14T07:16:36.897Z] #36 54.36 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-07-14T07:16:36.897Z] #36 54.51 Selecting previously unselected package librhash0:amd64. [2021-07-14T07:16:36.897Z] #36 54.51 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-07-14T07:16:36.897Z] #36 54.51 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-07-14T07:16:37.157Z] #36 54.67 Selecting previously unselected package libuv1:amd64. [2021-07-14T07:16:37.157Z] #36 54.67 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ... [2021-07-14T07:16:37.157Z] #36 54.68 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-07-14T07:16:37.416Z] #36 54.83 Selecting previously unselected package cmake. [2021-07-14T07:16:37.416Z] #36 54.85 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-07-14T07:16:37.416Z] #36 54.86 Unpacking cmake (3.13.4-1) ... [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-07-14T07:16:37.774Z] #29 ... [2021-07-14T07:16:37.774Z] [2021-07-14T07:16:37.774Z] #56 [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-07-14T07:16:37.774Z] #56 sha256:96a8621d1b193c7b54efb6f90aee3fbceaddb11f99e4ef8b37b74fa037c2abd5 [2021-07-14T07:16:37.774Z] #56 DONE 45.9s [2021-07-14T07:16:37.774Z] [2021-07-14T07:16:37.774Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:16:37.774Z] #29 sha256:f24272940629bdd9da354a6b44fde6e28e47730e889964c8e74978d867b69770 [2021-07-14T07:16:37.774Z] #29 27.07 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-07-14T07:16:38.096Z] #29 ... [2021-07-14T07:16:38.096Z] [2021-07-14T07:16:38.096Z] #48 [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-07-14T07:16:38.096Z] #48 sha256:f709f3634ad4286254553f969695cb8eef5b80b25c7c00dc0c19036208a835fb [2021-07-14T07:16:38.096Z] #48 DONE 46.2s [2021-07-14T07:16:38.309Z] #13 ... [2021-07-14T07:16:38.309Z] [2021-07-14T07:16:38.309Z] #48 [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-07-14T07:16:38.309Z] #48 sha256:7943e3491baf7552411ba0245e6d5d98ac869f7de90c87c2672a9eecd140a270 [2021-07-14T07:16:38.309Z] #48 DONE 55.2s [2021-07-14T07:16:38.309Z] [2021-07-14T07:16:38.309Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:38.309Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:38.309Z] #13 48.60 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-07-14T07:16:38.377Z] [2021-07-14T07:16:38.377Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:38.377Z] #13 sha256:0a5c4f9d7f4bd4487ee5b1fc84c7c8e464816e238d705348cc2476c73e010007 [2021-07-14T07:16:38.377Z] #13 41.30 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] [2021-07-14T07:16:38.377Z] #13 41.37 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] [2021-07-14T07:16:38.377Z] #13 41.39 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u7 [110 kB] [2021-07-14T07:16:38.377Z] #13 41.41 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] [2021-07-14T07:16:38.377Z] #13 41.46 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] [2021-07-14T07:16:38.377Z] #13 41.52 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] [2021-07-14T07:16:38.377Z] #13 41.56 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] [2021-07-14T07:16:38.377Z] #13 41.75 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] [2021-07-14T07:16:38.377Z] #13 41.98 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] [2021-07-14T07:16:38.377Z] #13 42.05 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] [2021-07-14T07:16:38.377Z] #13 42.16 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u7 [322 kB] [2021-07-14T07:16:38.377Z] #13 43.64 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:16:38.377Z] #13 43.95 Fetched 73.4 MB in 12s (5950 kB/s) [2021-07-14T07:16:38.568Z] #13 48.63 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-07-14T07:16:38.568Z] #13 48.65 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-07-14T07:16:38.641Z] #13 44.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15394 files and directories currently installed.) [2021-07-14T07:16:38.641Z] #13 44.23 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_arm64.deb ... [2021-07-14T07:16:38.909Z] #13 44.31 Unpacking libseccomp2:arm64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-07-14T07:16:39.183Z] #13 44.70 Setting up libseccomp2:arm64 (2.4.4-1~bpo10+1) ... [2021-07-14T07:16:39.448Z] #13 45.13 Selecting previously unselected package binutils-mingw-w64-i686. [2021-07-14T07:16:39.467Z] #13 ... [2021-07-14T07:16:39.467Z] [2021-07-14T07:16:39.467Z] #37 [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-07-14T07:16:39.467Z] #37 sha256:a9ad6ef83d9f110d9bd92193feb148e5ccfba0e4e375a5929ee2aeb547328aa3 [2021-07-14T07:16:39.467Z] #37 5.580 + RM_GOPATH=0 [2021-07-14T07:16:39.467Z] #37 5.581 + TMP_GOPATH= [2021-07-14T07:16:39.467Z] #37 5.581 + : /build [2021-07-14T07:16:39.467Z] #37 5.582 + '[' -z '' ']' [2021-07-14T07:16:39.467Z] #37 5.583 ++ mktemp -d [2021-07-14T07:16:39.467Z] #37 5.586 + export GOPATH=/tmp/tmp.V1YK9kczkH [2021-07-14T07:16:39.467Z] #37 5.586 + GOPATH=/tmp/tmp.V1YK9kczkH [2021-07-14T07:16:39.467Z] #37 5.586 + RM_GOPATH=1 [2021-07-14T07:16:39.467Z] #37 5.586 + case "$(go env GOARCH)" in [2021-07-14T07:16:39.467Z] #37 5.587 ++ go env GOARCH [2021-07-14T07:16:39.467Z] #37 5.617 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:39.467Z] #37 5.617 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:39.467Z] #37 5.618 ++ dirname /tmp/install/install.sh [2021-07-14T07:16:39.467Z] #37 5.619 + dir=/tmp/install [2021-07-14T07:16:39.467Z] #37 5.619 + bin=tini [2021-07-14T07:16:39.467Z] #37 5.619 + shift [2021-07-14T07:16:39.467Z] #37 5.619 + '[' '!' -f /tmp/install/tini.installer ']' [2021-07-14T07:16:39.467Z] #37 5.619 + . /tmp/install/tini.installer [2021-07-14T07:16:39.467Z] #37 5.620 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-14T07:16:39.467Z] #37 5.620 + install_tini [2021-07-14T07:16:39.467Z] #37 5.621 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-07-14T07:16:39.467Z] #37 5.621 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-14T07:16:39.467Z] #37 5.622 + git clone https://github.com/krallin/tini.git /tmp/tmp.V1YK9kczkH/tini [2021-07-14T07:16:39.467Z] #37 5.633 Cloning into '/tmp/tmp.V1YK9kczkH/tini'... [2021-07-14T07:16:39.714Z] #13 45.13 (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 ... 15394 files and directories currently installed.) [2021-07-14T07:16:39.714Z] #13 45.24 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... [2021-07-14T07:16:39.714Z] #13 45.24 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-07-14T07:16:39.948Z] #13 ... [2021-07-14T07:16:39.948Z] [2021-07-14T07:16:39.948Z] #46 [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-07-14T07:16:39.948Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:16:39.948Z] #46 46.52 sync [2021-07-14T07:16:39.948Z] #46 46.52 internal/reflectlite [2021-07-14T07:16:39.948Z] #46 48.00 internal/testlog [2021-07-14T07:16:39.948Z] #46 48.45 github.com/LK4D4/vndr/godl/singleflight [2021-07-14T07:16:39.948Z] #46 48.69 math/rand [2021-07-14T07:16:39.948Z] #46 49.93 internal/singleflight [2021-07-14T07:16:39.948Z] #46 49.94 errors [2021-07-14T07:16:39.948Z] #46 50.24 sort [2021-07-14T07:16:39.948Z] #46 50.35 io [2021-07-14T07:16:39.948Z] #46 51.60 bytes [2021-07-14T07:16:39.948Z] #46 51.67 strings [2021-07-14T07:16:39.948Z] #46 53.93 strconv [2021-07-14T07:16:39.948Z] #46 54.85 bufio [2021-07-14T07:16:39.948Z] #46 56.59 syscall [2021-07-14T07:16:39.948Z] #46 ... [2021-07-14T07:16:39.948Z] [2021-07-14T07:16:39.948Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:39.948Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:39.948Z] #44 50.70 Selecting previously unselected package python3-minimal. [2021-07-14T07:16:39.948Z] #44 50.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 ... 15661 files and directories currently installed.) [2021-07-14T07:16:39.948Z] #44 50.76 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-07-14T07:16:39.948Z] #44 50.77 Unpacking python3-minimal (3.7.3-1) ... [2021-07-14T07:16:39.948Z] #44 50.90 Selecting previously unselected package libmpdec2:amd64. [2021-07-14T07:16:39.948Z] #44 50.92 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-07-14T07:16:39.948Z] #44 50.95 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-07-14T07:16:39.948Z] #44 51.11 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-07-14T07:16:39.948Z] #44 51.12 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:16:39.948Z] #44 51.13 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:39.948Z] #44 52.73 Selecting previously unselected package python3.7. [2021-07-14T07:16:39.948Z] #44 52.74 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:16:39.948Z] #44 52.74 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:39.948Z] #44 52.93 Selecting previously unselected package libpython3-stdlib:amd64. [2021-07-14T07:16:39.948Z] #44 52.95 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-07-14T07:16:39.948Z] #44 52.97 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-14T07:16:39.948Z] #44 53.07 Setting up python3-minimal (3.7.3-1) ... [2021-07-14T07:16:39.948Z] #44 54.71 Selecting previously unselected package python3. [2021-07-14T07:16:39.948Z] #44 54.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16073 files and directories currently installed.) [2021-07-14T07:16:39.948Z] #44 54.82 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ... [2021-07-14T07:16:39.948Z] #44 54.87 Unpacking python3 (3.7.3-1) ... [2021-07-14T07:16:39.948Z] #44 55.09 Selecting previously unselected package libprotobuf17:amd64. [2021-07-14T07:16:39.948Z] #44 55.09 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-07-14T07:16:39.948Z] #44 55.10 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-07-14T07:16:39.948Z] #44 56.23 Selecting previously unselected package python3-pkg-resources. [2021-07-14T07:16:39.948Z] #44 56.24 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-07-14T07:16:39.948Z] #44 56.25 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:16:39.948Z] #44 56.45 Selecting previously unselected package python3-six. [2021-07-14T07:16:39.980Z] #13 ... [2021-07-14T07:16:39.980Z] [2021-07-14T07:16:39.980Z] #46 [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-07-14T07:16:39.980Z] #46 sha256:85f709a69448fd8fb146e7e8e89b1c7d0542c5c1fa53adde4c4bcf1f2e07a3d6 [2021-07-14T07:16:39.980Z] #46 38.10 bufio [2021-07-14T07:16:39.980Z] #46 38.23 regexp/syntax [2021-07-14T07:16:39.980Z] #46 39.08 internal/syscall/unix [2021-07-14T07:16:39.980Z] #46 39.69 time [2021-07-14T07:16:39.980Z] #46 40.11 hash/crc32 [2021-07-14T07:16:39.980Z] #46 41.30 vendor/golang.org/x/text/transform [2021-07-14T07:16:39.980Z] #46 43.36 regexp [2021-07-14T07:16:39.980Z] #46 43.88 io/fs [2021-07-14T07:16:39.980Z] #46 43.90 internal/poll [2021-07-14T07:16:39.980Z] #46 44.28 internal/fmtsort [2021-07-14T07:16:39.980Z] #46 44.82 encoding/binary [2021-07-14T07:16:39.980Z] #46 44.87 context [2021-07-14T07:16:39.980Z] #46 46.73 github.com/LK4D4/vndr/versioned [2021-07-14T07:16:39.980Z] #46 47.19 os [2021-07-14T07:16:39.980Z] #46 47.61 encoding/base64 [2021-07-14T07:16:39.980Z] #46 47.63 crypto/cipher [2021-07-14T07:16:39.980Z] #46 47.63 crypto/sha512 [2021-07-14T07:16:39.980Z] #46 ... [2021-07-14T07:16:39.980Z] [2021-07-14T07:16:39.980Z] #57 [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-07-14T07:16:39.980Z] #57 sha256:736e7a0ca3e6ae67d3616995c38f45ab45e9d68e0e116e58fc8b65833ed0b432 [2021-07-14T07:16:39.980Z] #57 1.999 + RM_GOPATH=0 [2021-07-14T07:16:39.980Z] #57 1.999 + TMP_GOPATH= [2021-07-14T07:16:39.980Z] #57 2.000 + : /build [2021-07-14T07:16:39.980Z] #57 2.000 + '[' -z '' ']' [2021-07-14T07:16:39.980Z] #57 2.003 ++ mktemp -d [2021-07-14T07:16:39.980Z] #57 2.035 + export GOPATH=/tmp/tmp.VsQRMbBVa1 [2021-07-14T07:16:39.980Z] #57 2.035 + GOPATH=/tmp/tmp.VsQRMbBVa1 [2021-07-14T07:16:39.980Z] #57 2.035 + RM_GOPATH=1 [2021-07-14T07:16:39.980Z] #57 2.035 + case "$(go env GOARCH)" in [2021-07-14T07:16:39.980Z] #57 2.035 ++ go env GOARCH [2021-07-14T07:16:39.980Z] #57 2.071 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:39.980Z] #57 2.071 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:39.980Z] #57 2.071 ++ dirname /tmp/install/install.sh [2021-07-14T07:16:39.980Z] #57 2.071 + dir=/tmp/install [2021-07-14T07:16:39.980Z] #57 2.071 + bin=containerd [2021-07-14T07:16:39.980Z] #57 2.071 + shift [2021-07-14T07:16:39.980Z] #57 2.071 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-07-14T07:16:39.980Z] #57 2.071 + . /tmp/install/containerd.installer [2021-07-14T07:16:39.980Z] #57 2.071 ++ set -e [2021-07-14T07:16:39.980Z] #57 2.071 ++ : 0e8719f54c6dc6571fc1170da75a85e86c17636b [2021-07-14T07:16:39.980Z] #57 2.071 + install_containerd [2021-07-14T07:16:39.980Z] #57 2.074 Install containerd version 0e8719f54c6dc6571fc1170da75a85e86c17636b [2021-07-14T07:16:39.980Z] #57 2.074 + echo 'Install containerd version 0e8719f54c6dc6571fc1170da75a85e86c17636b' [2021-07-14T07:16:39.980Z] #57 2.076 + git clone https://github.com/containerd/containerd.git /tmp/tmp.VsQRMbBVa1/src/github.com/containerd/containerd [2021-07-14T07:16:39.980Z] #57 2.082 Cloning into '/tmp/tmp.VsQRMbBVa1/src/github.com/containerd/containerd'... [2021-07-14T07:16:40.039Z] #37 6.299 + cd /tmp/tmp.V1YK9kczkH/tini [2021-07-14T07:16:40.207Z] #44 56.48 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-07-14T07:16:40.207Z] #44 56.49 Unpacking python3-six (1.12.0-1) ... [2021-07-14T07:16:40.207Z] #44 56.58 Selecting previously unselected package python3-protobuf. [2021-07-14T07:16:40.207Z] #44 56.60 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ... [2021-07-14T07:16:40.207Z] #44 56.60 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-07-14T07:16:40.208Z] + docker version [2021-07-14T07:16:40.302Z] #37 6.303 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-14T07:16:40.302Z] #37 6.309 + cmake . [2021-07-14T07:16:40.339Z] #66 ... [2021-07-14T07:16:40.339Z] [2021-07-14T07:16:40.339Z] #63 [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-07-14T07:16:40.339Z] #63 sha256:44f42d3845a1206a73a8419be0e535dd4fc0de965b0b4bf937943705330bfd22 [2021-07-14T07:16:40.339Z] #63 25.22 Fetched 48.3 MB in 23s (2072 kB/s) [2021-07-14T07:16:40.708Z] #36 57.73 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-14T07:16:40.708Z] #36 57.75 Setting up xxd (2:8.1.0875-5) ... [2021-07-14T07:16:40.708Z] #36 57.77 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ... [2021-07-14T07:16:40.708Z] #36 57.79 Setting up vim-common (2:8.1.0875-5) ... [2021-07-14T07:16:40.708Z] #36 57.85 Setting up librhash0:amd64 (1.3.8-1) ... [2021-07-14T07:16:40.708Z] #36 57.88 Setting up cmake-data (3.13.4-1) ... [2021-07-14T07:16:40.708Z] #36 57.91 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-07-14T07:16:40.708Z] #36 57.93 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-07-14T07:16:40.708Z] #36 57.95 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-07-14T07:16:40.708Z] #36 57.97 Setting up cmake (3.13.4-1) ... [2021-07-14T07:16:40.708Z] #36 57.98 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:16:40.708Z] #36 58.04 Processing triggers for mime-support (3.62) ... [2021-07-14T07:16:40.777Z] #44 57.04 Selecting previously unselected package libnet1:amd64. [2021-07-14T07:16:40.777Z] #44 57.04 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-07-14T07:16:40.777Z] #44 57.05 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:16:40.777Z] #44 57.23 Selecting previously unselected package libnl-3-200:amd64. [2021-07-14T07:16:40.777Z] #44 57.23 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ... [2021-07-14T07:16:40.777Z] #44 57.23 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-07-14T07:16:40.876Z] #37 6.833 -- The C compiler identification is GNU 8.3.0 [2021-07-14T07:16:40.876Z] #37 6.886 -- Check for working C compiler: /usr/bin/cc [2021-07-14T07:16:40.968Z] #36 DONE 58.5s [2021-07-14T07:16:40.968Z] [2021-07-14T07:16:40.968Z] #37 [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-07-14T07:16:40.968Z] #37 sha256:fa4f0bb895cda49541b0c9cfed2d9361bc6cab2550ad38b334db963e003bcaa8 [2021-07-14T07:16:41.036Z] #44 57.40 Selecting previously unselected package libprotobuf-c1:amd64. [2021-07-14T07:16:41.036Z] #44 57.40 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-07-14T07:16:41.036Z] #44 57.41 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-14T07:16:41.036Z] #44 57.51 Selecting previously unselected package criu. [2021-07-14T07:16:41.295Z] #44 57.52 Preparing to unpack .../8-criu_3.15-1_amd64.deb ... [2021-07-14T07:16:41.295Z] #44 57.52 Unpacking criu (3.15-1) ... [2021-07-14T07:16:41.449Z] #37 7.638 -- Check for working C compiler: /usr/bin/cc -- works [2021-07-14T07:16:41.449Z] #37 7.646 -- Detecting C compiler ABI info [2021-07-14T07:16:41.554Z] #44 ... [2021-07-14T07:16:41.554Z] [2021-07-14T07:16:41.554Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:41.554Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:41.554Z] #13 51.60 Selecting previously unselected package binutils-mingw-w64. [2021-07-14T07:16:41.554Z] #13 51.60 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-07-14T07:16:41.554Z] #13 51.61 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-07-14T07:16:41.554Z] #13 51.75 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-07-14T07:16:41.554Z] #13 51.75 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-07-14T07:16:41.554Z] #13 51.76 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-07-14T07:16:41.813Z] #13 51.94 Selecting previously unselected package dmsetup. [2021-07-14T07:16:41.813Z] #13 51.95 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-07-14T07:16:41.813Z] #13 51.95 Unpacking dmsetup (2:1.02.155-3) ... [2021-07-14T07:16:41.907Z] #37 ... [2021-07-14T07:16:41.907Z] [2021-07-14T07:16:41.907Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:41.907Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:41.907Z] #44 48.70 Selecting previously unselected package python3-minimal. [2021-07-14T07:16:41.907Z] #44 48.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 ... 15661 files and directories currently installed.) [2021-07-14T07:16:41.907Z] #44 48.75 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-07-14T07:16:41.907Z] #44 48.75 Unpacking python3-minimal (3.7.3-1) ... [2021-07-14T07:16:41.907Z] #44 48.91 Selecting previously unselected package libmpdec2:amd64. [2021-07-14T07:16:41.907Z] #44 48.91 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-07-14T07:16:41.907Z] #44 49.01 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-07-14T07:16:41.907Z] #44 49.16 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-07-14T07:16:41.907Z] #44 49.16 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:16:41.907Z] #44 49.17 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:41.907Z] #44 51.04 Selecting previously unselected package python3.7. [2021-07-14T07:16:41.907Z] #44 51.04 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:16:41.907Z] #44 51.05 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:41.907Z] #44 51.24 Selecting previously unselected package libpython3-stdlib:amd64. [2021-07-14T07:16:41.907Z] #44 51.26 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-07-14T07:16:41.907Z] #44 51.27 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-14T07:16:41.907Z] #44 51.46 Setting up python3-minimal (3.7.3-1) ... [2021-07-14T07:16:41.907Z] #44 53.72 Selecting previously unselected package python3. [2021-07-14T07:16:41.907Z] #44 53.72 (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 ... 16073 files and directories currently installed.) [2021-07-14T07:16:41.907Z] #44 53.77 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ... [2021-07-14T07:16:41.907Z] #44 53.78 Unpacking python3 (3.7.3-1) ... [2021-07-14T07:16:41.907Z] #44 53.95 Selecting previously unselected package libprotobuf17:amd64. [2021-07-14T07:16:41.907Z] #44 53.96 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-07-14T07:16:41.907Z] #44 53.97 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-07-14T07:16:41.907Z] #44 54.61 Selecting previously unselected package python3-pkg-resources. [2021-07-14T07:16:41.907Z] #44 54.61 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-07-14T07:16:41.907Z] #44 54.61 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:16:41.907Z] #44 54.81 Selecting previously unselected package python3-six. [2021-07-14T07:16:41.907Z] #44 54.81 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-07-14T07:16:41.907Z] #44 54.82 Unpacking python3-six (1.12.0-1) ... [2021-07-14T07:16:41.907Z] #44 54.89 Selecting previously unselected package python3-protobuf. [2021-07-14T07:16:41.907Z] #44 54.90 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ... [2021-07-14T07:16:41.907Z] #44 54.94 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-07-14T07:16:41.907Z] #44 55.38 Selecting previously unselected package libnet1:amd64. [2021-07-14T07:16:41.907Z] #44 55.39 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-07-14T07:16:41.907Z] #44 55.41 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:16:41.907Z] #44 55.53 Selecting previously unselected package libnl-3-200:amd64. [2021-07-14T07:16:41.907Z] #44 55.53 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ... [2021-07-14T07:16:41.907Z] #44 55.54 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-07-14T07:16:41.907Z] #44 55.68 Selecting previously unselected package libprotobuf-c1:amd64. [2021-07-14T07:16:41.907Z] #44 55.68 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-07-14T07:16:41.907Z] #44 55.70 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-14T07:16:41.907Z] #44 55.79 Selecting previously unselected package criu. [2021-07-14T07:16:41.907Z] #44 55.80 Preparing to unpack .../8-criu_3.15-1_amd64.deb ... [2021-07-14T07:16:41.907Z] #44 55.82 Unpacking criu (3.15-1) ... [2021-07-14T07:16:41.907Z] #44 56.50 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:16:41.907Z] #44 56.52 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-14T07:16:41.907Z] #44 56.53 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-07-14T07:16:41.907Z] #44 56.55 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-07-14T07:16:41.907Z] #44 56.56 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-07-14T07:16:41.907Z] #44 56.58 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:41.907Z] #44 56.59 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-14T07:16:41.907Z] #44 56.60 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:41.907Z] #44 ... [2021-07-14T07:16:41.907Z] [2021-07-14T07:16:41.907Z] #37 [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-07-14T07:16:41.907Z] #37 sha256:fa4f0bb895cda49541b0c9cfed2d9361bc6cab2550ad38b334db963e003bcaa8 [2021-07-14T07:16:41.907Z] #37 1.028 + RM_GOPATH=0 [2021-07-14T07:16:41.907Z] #37 1.028 + TMP_GOPATH= [2021-07-14T07:16:41.907Z] #37 1.028 + : /build [2021-07-14T07:16:41.907Z] #37 1.028 + '[' -z '' ']' [2021-07-14T07:16:41.907Z] #37 1.029 ++ mktemp -d [2021-07-14T07:16:41.907Z] #37 1.037 + export GOPATH=/tmp/tmp.Kqbw6xZ8fw [2021-07-14T07:16:41.907Z] #37 1.038 + GOPATH=/tmp/tmp.Kqbw6xZ8fw [2021-07-14T07:16:41.907Z] #37 1.038 + RM_GOPATH=1 [2021-07-14T07:16:41.907Z] #37 1.039 + case "$(go env GOARCH)" in [2021-07-14T07:16:41.907Z] #37 1.043 ++ go env GOARCH [2021-07-14T07:16:41.907Z] #37 1.073 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:41.920Z] #57 ... [2021-07-14T07:16:41.920Z] [2021-07-14T07:16:41.920Z] #50 [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-07-14T07:16:41.920Z] #50 sha256:65eb8a504e721a0d13311dcfbcd2de595047b774349cd6d33c95272b70bc4ed9 [2021-07-14T07:16:41.920Z] #50 40.11 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-07-14T07:16:41.920Z] #50 40.20 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-07-14T07:16:41.920Z] #50 40.24 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-07-14T07:16:41.920Z] #50 41.50 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-07-14T07:16:41.920Z] #50 41.53 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-07-14T07:16:41.920Z] #50 41.57 go: downloading github.com/stretchr/objx v0.2.0 [2021-07-14T07:16:41.920Z] #50 42.24 go: downloading golang.org/x/text v0.3.2 [2021-07-14T07:16:41.920Z] #50 42.46 go: downloading github.com/gobwas/glob v0.2.3 [2021-07-14T07:16:41.920Z] #50 43.00 go: downloading github.com/kisielk/gotool v1.0.0 [2021-07-14T07:16:41.920Z] #50 44.85 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-07-14T07:16:41.920Z] #50 45.49 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-07-14T07:16:41.920Z] #50 47.25 go: downloading github.com/gogo/protobuf v1.2.1 [2021-07-14T07:16:41.920Z] #50 ... [2021-07-14T07:16:41.920Z] [2021-07-14T07:16:41.920Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:16:41.920Z] #29 sha256:f24272940629bdd9da354a6b44fde6e28e47730e889964c8e74978d867b69770 [2021-07-14T07:16:41.920Z] #29 27.62 [2021-07-14T07:16:41.920Z] #29 27.88 0.4% ######################################################################## 100.0% [2021-07-14T07:16:41.920Z] #29 28.11 [2021-07-14T07:16:41.920Z] #29 29.64 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-07-14T07:16:41.920Z] #29 29.96 [2021-07-14T07:16:42.025Z] #37 8.218 -- Detecting C compiler ABI info - done [2021-07-14T07:16:42.025Z] #37 8.272 -- Detecting C compile features [2021-07-14T07:16:42.072Z] #13 52.11 Selecting previously unselected package mingw-w64-common. [2021-07-14T07:16:42.072Z] #13 52.13 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-07-14T07:16:42.072Z] #13 52.14 Unpacking mingw-w64-common (6.0.0-3) ... [2021-07-14T07:16:42.167Z] #37 1.080 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:42.167Z] #37 1.082 ++ dirname /tmp/install/install.sh [2021-07-14T07:16:42.167Z] #37 1.088 + dir=/tmp/install [2021-07-14T07:16:42.167Z] #37 1.090 + bin=tini [2021-07-14T07:16:42.167Z] #37 1.090 + shift [2021-07-14T07:16:42.167Z] #37 1.090 + '[' '!' -f /tmp/install/tini.installer ']' [2021-07-14T07:16:42.167Z] #37 1.091 + . /tmp/install/tini.installer [2021-07-14T07:16:42.167Z] #37 1.091 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-14T07:16:42.167Z] #37 1.091 + install_tini [2021-07-14T07:16:42.167Z] #37 1.091 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-07-14T07:16:42.167Z] #37 1.092 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-14T07:16:42.167Z] #37 1.092 + git clone https://github.com/krallin/tini.git /tmp/tmp.Kqbw6xZ8fw/tini [2021-07-14T07:16:42.167Z] #37 1.094 Cloning into '/tmp/tmp.Kqbw6xZ8fw/tini'... [2021-07-14T07:16:42.968Z] #37 ... [2021-07-14T07:16:42.968Z] [2021-07-14T07:16:42.968Z] #52 [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-07-14T07:16:42.968Z] #52 sha256:fc1c17164ef0e30817b476dc51015fd01ddc11b875a5cf5b8964f765303d349b [2021-07-14T07:16:42.968Z] #52 57.28 time [2021-07-14T07:16:42.968Z] #52 61.32 encoding/binary [2021-07-14T07:16:42.968Z] #52 63.48 context [2021-07-14T07:16:42.968Z] #52 63.70 encoding/base64 [2021-07-14T07:16:42.968Z] #52 64.53 internal/poll [2021-07-14T07:16:42.968Z] #52 64.69 io/fs [2021-07-14T07:16:42.968Z] #52 66.09 golang.org/x/sys/unix [2021-07-14T07:16:42.968Z] #52 67.24 os [2021-07-14T07:16:42.968Z] #52 ... [2021-07-14T07:16:42.968Z] [2021-07-14T07:16:42.968Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:42.968Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:42.968Z] #13 62.48 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-07-14T07:16:42.968Z] #13 62.51 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-07-14T07:16:42.968Z] #13 62.52 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-07-14T07:16:43.114Z] #37 1.840 + cd /tmp/tmp.Kqbw6xZ8fw/tini [2021-07-14T07:16:43.114Z] #37 1.841 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-14T07:16:43.114Z] #37 1.851 + cmake . [2021-07-14T07:16:43.373Z] #37 2.420 -- The C compiler identification is GNU 8.3.0 [2021-07-14T07:16:43.373Z] #37 ... [2021-07-14T07:16:43.373Z] [2021-07-14T07:16:43.373Z] #52 [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-07-14T07:16:43.373Z] #52 sha256:6dc438d704d09bc4d187dd21845b7e1ca2a5a818831fc102b0ba430dffee9ea2 [2021-07-14T07:16:43.373Z] #52 50.82 strconv [2021-07-14T07:16:43.373Z] #52 55.09 reflect [2021-07-14T07:16:43.373Z] #52 57.41 time [2021-07-14T07:16:43.373Z] #52 ... [2021-07-14T07:16:43.373Z] [2021-07-14T07:16:43.373Z] #37 [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-07-14T07:16:43.373Z] #37 sha256:fa4f0bb895cda49541b0c9cfed2d9361bc6cab2550ad38b334db963e003bcaa8 [2021-07-14T07:16:43.373Z] #37 2.500 -- Check for working C compiler: /usr/bin/cc [2021-07-14T07:16:43.450Z] #13 ... [2021-07-14T07:16:43.450Z] [2021-07-14T07:16:43.450Z] #36 [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-07-14T07:16:43.450Z] #36 sha256:64fff9f52c9529e0d6984039a31140fa7e4db232d1c82e55e80357c4264d1390 [2021-07-14T07:16:43.450Z] #36 54.16 Selecting previously unselected package libxml2:amd64. [2021-07-14T07:16:43.450Z] #36 54.17 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ... [2021-07-14T07:16:43.450Z] #36 54.17 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-07-14T07:16:43.450Z] #36 55.00 Selecting previously unselected package libarchive13:amd64. [2021-07-14T07:16:43.450Z] #36 55.01 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-07-14T07:16:43.450Z] #36 55.02 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-07-14T07:16:43.450Z] #36 55.43 Selecting previously unselected package libjsoncpp1:amd64. [2021-07-14T07:16:43.450Z] #36 55.44 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-07-14T07:16:43.450Z] #36 55.45 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-07-14T07:16:43.450Z] #36 55.80 Selecting previously unselected package librhash0:amd64. [2021-07-14T07:16:43.450Z] #36 55.82 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-07-14T07:16:43.450Z] #36 55.83 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-07-14T07:16:43.450Z] #36 56.08 Selecting previously unselected package libuv1:amd64. [2021-07-14T07:16:43.450Z] #36 56.09 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ... [2021-07-14T07:16:43.450Z] #36 56.11 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ... [2021-07-14T07:16:43.450Z] #36 56.49 Selecting previously unselected package cmake. [2021-07-14T07:16:43.450Z] #36 56.50 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-07-14T07:16:43.450Z] #36 56.56 Unpacking cmake (3.13.4-1) ... [2021-07-14T07:16:43.450Z] #36 59.24 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-14T07:16:43.450Z] #36 59.27 Setting up xxd (2:8.1.0875-5) ... [2021-07-14T07:16:43.450Z] #36 59.29 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ... [2021-07-14T07:16:43.450Z] #36 59.32 Setting up vim-common (2:8.1.0875-5) ... [2021-07-14T07:16:43.450Z] #36 59.34 Setting up librhash0:amd64 (1.3.8-1) ... [2021-07-14T07:16:43.450Z] #36 59.36 Setting up cmake-data (3.13.4-1) ... [2021-07-14T07:16:43.450Z] #36 59.39 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-07-14T07:16:43.450Z] #36 59.40 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-07-14T07:16:43.450Z] #36 59.44 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-07-14T07:16:43.450Z] #36 59.46 Setting up cmake (3.13.4-1) ... [2021-07-14T07:16:43.450Z] #36 59.48 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:16:43.450Z] #36 59.56 Processing triggers for mime-support (3.62) ... [2021-07-14T07:16:43.450Z] #36 DONE 60.1s [2021-07-14T07:16:43.450Z] [2021-07-14T07:16:43.450Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:43.450Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:43.450Z] #44 58.17 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:16:43.450Z] #44 58.19 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-14T07:16:43.450Z] #44 58.20 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-07-14T07:16:43.450Z] #44 58.23 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-07-14T07:16:43.450Z] #44 58.25 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-07-14T07:16:43.450Z] #44 58.26 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:43.450Z] #44 58.29 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-14T07:16:43.450Z] #44 58.32 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:43.789Z] #29 30.21 0.0% ### 4.4% ###### 8.5% ######### 12.9% ############ 17.9% ################ 23.4% #################### 28.9% ####################### 32.6% ########################## 36.4% ############################ 39.9% ############################### 43.9% ################################## 47.9% #################################### 50.6% ####################################### 54.2% ######################################### 57.8% ########################################### 60.5% ############################################ 62.4% ############################################### 65.7% ################################################### 71.9% ##################################################### 73.8% ###################################################### 76.1% ########################################################## 81.4% ############################################################## 87.1% ################################################################ 90.0% ################################################################### 93.6% #################################################################### 95.1% ######################################################################## 100.0% [2021-07-14T07:16:43.789Z] #29 33.00 [2021-07-14T07:16:44.314Z] #37 3.178 -- Check for working C compiler: /usr/bin/cc -- works [2021-07-14T07:16:44.314Z] #37 3.189 -- Detecting C compiler ABI info [2021-07-14T07:16:44.883Z] #13 ... [2021-07-14T07:16:44.883Z] [2021-07-14T07:16:44.883Z] #46 [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-07-14T07:16:44.883Z] #46 sha256:45330e458c197afe6b953285f43fed9ea5d21cd484f7b632a40659860e483bdd [2021-07-14T07:16:44.883Z] #46 59.45 time [2021-07-14T07:16:44.883Z] #46 59.75 internal/fmtsort [2021-07-14T07:16:44.883Z] #46 60.54 internal/syscall/execenv [2021-07-14T07:16:44.883Z] #46 60.73 path [2021-07-14T07:16:44.883Z] #46 61.31 regexp/syntax [2021-07-14T07:16:44.883Z] #46 66.04 internal/poll [2021-07-14T07:16:44.883Z] #46 66.06 regexp [2021-07-14T07:16:44.883Z] #46 68.74 os [2021-07-14T07:16:44.884Z] #37 3.903 -- Detecting C compiler ABI info - done [2021-07-14T07:16:44.884Z] #37 3.945 -- Detecting C compile features [2021-07-14T07:16:45.144Z] #46 ... [2021-07-14T07:16:45.144Z] [2021-07-14T07:16:45.144Z] #37 [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-07-14T07:16:45.144Z] #37 sha256:a9ad6ef83d9f110d9bd92193feb148e5ccfba0e4e375a5929ee2aeb547328aa3 [2021-07-14T07:16:45.144Z] #37 10.14 -- Detecting C compile features - done [2021-07-14T07:16:45.144Z] #37 10.19 -- Performing Test HAS_BUILTIN_FORTIFY [2021-07-14T07:16:45.144Z] #37 10.42 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-07-14T07:16:45.144Z] #37 10.53 -- Configuring done [2021-07-14T07:16:45.144Z] #37 10.54 -- Generating done [2021-07-14T07:16:45.144Z] #37 10.55 -- Build files have been written to: /tmp/tmp.V1YK9kczkH/tini [2021-07-14T07:16:45.144Z] #37 10.55 + make tini-static [2021-07-14T07:16:45.144Z] #37 11.04 Scanning dependencies of target tini-static [2021-07-14T07:16:45.144Z] #37 11.15 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-07-14T07:16:45.187Z] #29 34.07 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-07-14T07:16:45.187Z] #29 34.39 [2021-07-14T07:16:45.456Z] #29 34.57 ######################################################################## 100.0% [2021-07-14T07:16:45.720Z] #29 34.72 [2021-07-14T07:16:46.086Z] #37 12.28 [100%] Linking C executable tini-static [2021-07-14T07:16:46.265Z] #37 ... [2021-07-14T07:16:46.265Z] [2021-07-14T07:16:46.265Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:46.265Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:46.265Z] #13 49.15 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-07-14T07:16:46.265Z] #13 49.15 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-07-14T07:16:46.265Z] #13 49.17 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-07-14T07:16:46.265Z] #13 51.82 Selecting previously unselected package binutils-mingw-w64. [2021-07-14T07:16:46.265Z] #13 51.83 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-07-14T07:16:46.265Z] #13 51.84 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-07-14T07:16:46.265Z] #13 51.99 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-07-14T07:16:46.265Z] #13 52.01 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-07-14T07:16:46.265Z] #13 52.02 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-07-14T07:16:46.265Z] #13 52.19 Selecting previously unselected package dmsetup. [2021-07-14T07:16:46.265Z] #13 52.19 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-07-14T07:16:46.265Z] #13 52.19 Unpacking dmsetup (2:1.02.155-3) ... [2021-07-14T07:16:46.265Z] #13 52.38 Selecting previously unselected package mingw-w64-common. [2021-07-14T07:16:46.265Z] #13 52.38 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-07-14T07:16:46.265Z] #13 52.39 Unpacking mingw-w64-common (6.0.0-3) ... [2021-07-14T07:16:46.265Z] #13 57.95 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-07-14T07:16:46.265Z] #13 57.95 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-07-14T07:16:46.265Z] #13 57.96 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-07-14T07:16:46.265Z] #13 ... [2021-07-14T07:16:46.265Z] [2021-07-14T07:16:46.265Z] #52 [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-07-14T07:16:46.265Z] #52 sha256:6dc438d704d09bc4d187dd21845b7e1ca2a5a818831fc102b0ba430dffee9ea2 [2021-07-14T07:16:46.265Z] #52 63.67 context [2021-07-14T07:16:46.298Z] #29 35.50 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-07-14T07:16:46.562Z] #29 35.84 [2021-07-14T07:16:46.562Z] #29 ... [2021-07-14T07:16:46.562Z] [2021-07-14T07:16:46.562Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:46.562Z] #44 sha256:3225650fb49e7c9ad14d1ca550de9bdff5977160ad77860f694e28aa876ba055 [2021-07-14T07:16:46.562Z] #44 44.50 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:46.562Z] #44 45.94 Selecting previously unselected package python3.7-minimal. [2021-07-14T07:16:46.562Z] #44 45.94 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2021-07-14T07:16:46.562Z] #44 45.95 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:16:46.562Z] #44 47.91 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:46.562Z] #44 47.96 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:16:46.562Z] #44 52.30 Selecting previously unselected package python3-minimal. [2021-07-14T07:16:46.562Z] #44 52.30 (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 ... 15634 files and directories currently installed.) [2021-07-14T07:16:46.562Z] #44 52.35 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2021-07-14T07:16:46.562Z] #44 52.37 Unpacking python3-minimal (3.7.3-1) ... [2021-07-14T07:16:46.562Z] #44 52.53 Selecting previously unselected package libmpdec2:arm64. [2021-07-14T07:16:46.562Z] #44 52.53 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2021-07-14T07:16:46.562Z] #44 52.55 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2021-07-14T07:16:46.562Z] #44 52.70 Selecting previously unselected package libpython3.7-stdlib:arm64. [2021-07-14T07:16:46.562Z] #44 52.71 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ... [2021-07-14T07:16:46.562Z] #44 52.72 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:46.562Z] #44 54.17 Selecting previously unselected package python3.7. [2021-07-14T07:16:46.562Z] #44 54.23 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ... [2021-07-14T07:16:46.562Z] #44 54.24 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:46.657Z] #37 12.89 [100%] Built target tini-static [2021-07-14T07:16:46.832Z] #44 54.64 Selecting previously unselected package libpython3-stdlib:arm64. [2021-07-14T07:16:46.832Z] #44 54.64 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2021-07-14T07:16:46.832Z] #44 54.66 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2021-07-14T07:16:46.832Z] #44 ... [2021-07-14T07:16:46.832Z] [2021-07-14T07:16:46.832Z] #36 [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-07-14T07:16:46.832Z] #36 sha256:883bb1ea40b3c256595d0433b13b827e35f76a921b7d2e33e3ad01c0d1295360 [2021-07-14T07:16:46.832Z] #36 44.83 Selecting previously unselected package vim-common. [2021-07-14T07:16:46.832Z] #36 44.83 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-07-14T07:16:46.832Z] #36 45.47 Unpacking vim-common (2:8.1.0875-5) ... [2021-07-14T07:16:46.832Z] #36 46.52 Selecting previously unselected package cmake-data. [2021-07-14T07:16:46.832Z] #36 46.52 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-07-14T07:16:46.832Z] #36 46.52 Unpacking cmake-data (3.13.4-1) ... [2021-07-14T07:16:46.832Z] #36 50.34 Selecting previously unselected package libicu63:arm64. [2021-07-14T07:16:46.832Z] #36 50.37 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-07-14T07:16:46.832Z] #36 50.41 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-07-14T07:16:46.832Z] #36 54.03 Selecting previously unselected package libxml2:arm64. [2021-07-14T07:16:46.832Z] #36 54.03 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_arm64.deb ... [2021-07-14T07:16:46.832Z] #36 54.06 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u2) ... [2021-07-14T07:16:46.832Z] #36 54.62 Selecting previously unselected package libarchive13:arm64. [2021-07-14T07:16:46.832Z] #36 54.62 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... [2021-07-14T07:16:46.832Z] #36 54.63 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-07-14T07:16:46.832Z] #36 54.95 Selecting previously unselected package libjsoncpp1:arm64. [2021-07-14T07:16:46.832Z] #36 54.96 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... [2021-07-14T07:16:46.832Z] #36 54.99 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... [2021-07-14T07:16:46.832Z] #36 ... [2021-07-14T07:16:46.832Z] [2021-07-14T07:16:46.832Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:16:46.832Z] #29 sha256:f24272940629bdd9da354a6b44fde6e28e47730e889964c8e74978d867b69770 [2021-07-14T07:16:46.832Z] #29 36.00 ######################################################################## 100.0% [2021-07-14T07:16:46.832Z] #29 36.11 [2021-07-14T07:16:46.834Z] #52 64.44 internal/syscall/unix [2021-07-14T07:16:46.884Z] #63 25.22 Reading package lists... [2021-07-14T07:16:46.884Z] #63 ... [2021-07-14T07:16:46.884Z] [2021-07-14T07:16:46.884Z] #19 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:46.884Z] #19 sha256:79b75809a970c6277af16117ce4e1148947523c4fb48f35e691448c3368daac5 [2021-07-14T07:16:46.884Z] #19 27.12 Fetched 51.2 MB in 26s (1982 kB/s) [2021-07-14T07:16:46.918Z] #37 12.96 + mkdir -p /build [2021-07-14T07:16:46.918Z] #37 12.96 + cp tini-static /build/docker-init [2021-07-14T07:16:47.094Z] #52 64.76 internal/poll [2021-07-14T07:16:47.094Z] #52 ... [2021-07-14T07:16:47.094Z] [2021-07-14T07:16:47.094Z] #46 [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-07-14T07:16:47.094Z] #46 sha256:ea7f20defe8df5e33a2fd1d5d092cd89194e26a2ac9659ecae17cd75b67eebfa [2021-07-14T07:16:47.094Z] #46 54.71 bufio [2021-07-14T07:16:47.094Z] #46 56.65 syscall [2021-07-14T07:16:47.094Z] #46 64.17 internal/fmtsort [2021-07-14T07:16:47.094Z] #46 64.52 internal/syscall/unix [2021-07-14T07:16:47.097Z] #29 36.19 Download of images into '/build' complete. [2021-07-14T07:16:47.097Z] #29 36.19 Use something like the following to load the result into a Docker daemon: [2021-07-14T07:16:47.097Z] #29 36.19 tar -cC '/build' . | docker load [2021-07-14T07:16:47.179Z] #37 DONE 13.4s [2021-07-14T07:16:47.179Z] [2021-07-14T07:16:47.179Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:47.179Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:47.179Z] #13 68.39 Selecting previously unselected package gcc-mingw-w64-base. [2021-07-14T07:16:47.179Z] #13 68.40 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-07-14T07:16:47.179Z] #13 68.41 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:16:47.179Z] #13 68.67 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-07-14T07:16:47.354Z] #46 64.85 internal/syscall/execenv [2021-07-14T07:16:47.354Z] #46 64.87 internal/poll [2021-07-14T07:16:47.354Z] #46 ... [2021-07-14T07:16:47.354Z] [2021-07-14T07:16:47.354Z] #37 [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-07-14T07:16:47.354Z] #37 sha256:fa4f0bb895cda49541b0c9cfed2d9361bc6cab2550ad38b334db963e003bcaa8 [2021-07-14T07:16:47.354Z] #37 6.203 -- Detecting C compile features - done [2021-07-14T07:16:47.354Z] #37 6.229 -- Performing Test HAS_BUILTIN_FORTIFY [2021-07-14T07:16:47.354Z] #37 6.464 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-07-14T07:16:47.354Z] #37 6.565 -- Configuring done [2021-07-14T07:16:47.440Z] #13 68.69 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-07-14T07:16:47.440Z] #13 68.72 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:16:47.614Z] #37 6.579 -- Generating done [2021-07-14T07:16:47.614Z] #37 6.611 -- Build files have been written to: /tmp/tmp.Kqbw6xZ8fw/tini [2021-07-14T07:16:47.614Z] #37 6.615 + make tini-static [2021-07-14T07:16:47.650Z] #44 ... [2021-07-14T07:16:47.650Z] [2021-07-14T07:16:47.650Z] #52 [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-07-14T07:16:47.650Z] #52 sha256:1fcffa1c17963bdb209b286da05fe4022278d59ff947f38e35617ff7b3b80ffe [2021-07-14T07:16:47.650Z] #52 53.81 strconv [2021-07-14T07:16:47.650Z] #52 58.03 reflect [2021-07-14T07:16:47.650Z] #52 61.12 time [2021-07-14T07:16:47.650Z] #52 ... [2021-07-14T07:16:47.650Z] [2021-07-14T07:16:47.650Z] #37 [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-07-14T07:16:47.650Z] #37 sha256:3726f19badd054e8df323d51c0c8e803c9cef03440f3b9e40253d7cc4efca4cb [2021-07-14T07:16:47.650Z] #37 1.086 + RM_GOPATH=0 [2021-07-14T07:16:47.650Z] #37 1.086 + TMP_GOPATH= [2021-07-14T07:16:47.650Z] #37 1.088 + : /build [2021-07-14T07:16:47.650Z] #37 1.088 + '[' -z '' ']' [2021-07-14T07:16:47.650Z] #37 1.090 ++ mktemp -d [2021-07-14T07:16:47.650Z] #37 1.092 + export GOPATH=/tmp/tmp.S8eUVugPO0 [2021-07-14T07:16:47.650Z] #37 1.093 + GOPATH=/tmp/tmp.S8eUVugPO0 [2021-07-14T07:16:47.650Z] #37 1.093 + RM_GOPATH=1 [2021-07-14T07:16:47.650Z] #37 1.093 + case "$(go env GOARCH)" in [2021-07-14T07:16:47.650Z] #37 1.094 ++ go env GOARCH [2021-07-14T07:16:47.650Z] #37 1.120 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:47.650Z] #37 1.121 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:16:47.650Z] #37 1.130 ++ dirname /tmp/install/install.sh [2021-07-14T07:16:47.650Z] #37 1.131 + dir=/tmp/install [2021-07-14T07:16:47.650Z] #37 1.136 + bin=tini [2021-07-14T07:16:47.650Z] #37 1.136 + shift [2021-07-14T07:16:47.650Z] #37 1.136 + '[' '!' -f /tmp/install/tini.installer ']' [2021-07-14T07:16:47.650Z] #37 1.137 + . /tmp/install/tini.installer [2021-07-14T07:16:47.650Z] #37 1.137 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-14T07:16:47.650Z] #37 1.137 + install_tini [2021-07-14T07:16:47.650Z] #37 1.139 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-07-14T07:16:47.650Z] #37 1.139 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-14T07:16:47.650Z] #37 1.139 + git clone https://github.com/krallin/tini.git /tmp/tmp.S8eUVugPO0/tini [2021-07-14T07:16:47.650Z] #37 1.141 Cloning into '/tmp/tmp.S8eUVugPO0/tini'... [2021-07-14T07:16:47.650Z] #37 1.888 + cd /tmp/tmp.S8eUVugPO0/tini [2021-07-14T07:16:47.650Z] #37 1.888 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-14T07:16:47.650Z] #37 1.902 + cmake . [2021-07-14T07:16:47.650Z] #37 2.522 -- The C compiler identification is GNU 8.3.0 [2021-07-14T07:16:47.650Z] #37 2.592 -- Check for working C compiler: /usr/bin/cc [2021-07-14T07:16:47.650Z] #37 3.113 -- Check for working C compiler: /usr/bin/cc -- works [2021-07-14T07:16:47.650Z] #37 3.120 -- Detecting C compiler ABI info [2021-07-14T07:16:47.650Z] #37 3.731 -- Detecting C compiler ABI info - done [2021-07-14T07:16:47.650Z] #37 3.769 -- Detecting C compile features [2021-07-14T07:16:48.183Z] #37 7.023 Scanning dependencies of target tini-static [2021-07-14T07:16:48.183Z] #37 7.222 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-07-14T07:16:48.816Z] Client: [2021-07-14T07:16:48.816Z] Version: 20.10.6 [2021-07-14T07:16:48.816Z] API version: 1.41 [2021-07-14T07:16:48.816Z] Go version: go1.16.3 [2021-07-14T07:16:48.816Z] Git commit: 370c289 [2021-07-14T07:16:48.816Z] Built: Fri Apr 9 22:49:36 2021 [2021-07-14T07:16:48.816Z] OS/Arch: windows/amd64 [2021-07-14T07:16:48.816Z] Context: default [2021-07-14T07:16:48.816Z] Experimental: true [2021-07-14T07:16:48.816Z] [2021-07-14T07:16:48.816Z] Server: Docker Engine - Community [2021-07-14T07:16:48.816Z] Engine: [2021-07-14T07:16:48.816Z] Version: 20.10.6 [2021-07-14T07:16:48.816Z] API version: 1.41 (minimum version 1.24) [2021-07-14T07:16:48.816Z] Go version: go1.13.15 [2021-07-14T07:16:48.816Z] Git commit: 8728dd2 [2021-07-14T07:16:48.816Z] Built: Fri Apr 9 22:45:40 2021 [2021-07-14T07:16:48.816Z] OS/Arch: windows/amd64 [2021-07-14T07:16:48.816Z] Experimental: true [2021-07-14T07:16:49.029Z] #37 5.618 -- Detecting C compile features - done [2021-07-14T07:16:49.030Z] #37 5.675 -- Performing Test HAS_BUILTIN_FORTIFY [2021-07-14T07:16:49.030Z] #37 5.927 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-07-14T07:16:49.289Z] #37 5.997 -- Configuring done [2021-07-14T07:16:49.289Z] #37 6.026 -- Generating done [2021-07-14T07:16:49.289Z] #37 6.027 -- Build files have been written to: /tmp/tmp.S8eUVugPO0/tini [2021-07-14T07:16:49.289Z] #37 6.043 + make tini-static [Pipeline] sh [2021-07-14T07:16:49.549Z] #37 6.409 Scanning dependencies of target tini-static [2021-07-14T07:16:49.549Z] #37 ... [2021-07-14T07:16:49.549Z] [2021-07-14T07:16:49.549Z] #52 [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-07-14T07:16:49.549Z] #52 sha256:1fcffa1c17963bdb209b286da05fe4022278d59ff947f38e35617ff7b3b80ffe [2021-07-14T07:16:49.549Z] #52 66.54 context [2021-07-14T07:16:49.562Z] #37 8.452 [100%] Linking C executable tini-static [2021-07-14T07:16:49.793Z] #29 ... [2021-07-14T07:16:49.793Z] [2021-07-14T07:16:49.793Z] #52 [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-07-14T07:16:49.793Z] #52 sha256:8102ff429acea55addbd6be835cda71ff4e3cb95cc3094273c353ef42e7ee300 [2021-07-14T07:16:49.793Z] #52 47.49 os [2021-07-14T07:16:49.793Z] #52 49.43 golang.org/x/sys/unix [2021-07-14T07:16:49.793Z] #52 50.98 path/filepath [2021-07-14T07:16:49.793Z] #52 50.99 mvdan.cc/sh/v3/fileutil [2021-07-14T07:16:49.793Z] #52 50.99 fmt [2021-07-14T07:16:49.793Z] #52 53.12 io/ioutil [2021-07-14T07:16:49.793Z] #52 54.99 flag [2021-07-14T07:16:49.793Z] #52 54.99 github.com/pkg/diff [2021-07-14T07:16:49.793Z] #52 54.99 encoding/json [2021-07-14T07:16:49.793Z] #52 56.21 go/token [2021-07-14T07:16:49.793Z] #52 56.78 mvdan.cc/editorconfig [2021-07-14T07:16:49.793Z] #52 57.10 go/scanner [2021-07-14T07:16:49.793Z] #52 ... [2021-07-14T07:16:49.793Z] [2021-07-14T07:16:49.793Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:49.793Z] #13 sha256:0a5c4f9d7f4bd4487ee5b1fc84c7c8e464816e238d705348cc2476c73e010007 [2021-07-14T07:16:49.793Z] #13 47.58 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-07-14T07:16:49.793Z] #13 47.58 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... [2021-07-14T07:16:49.793Z] #13 47.60 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-07-14T07:16:49.793Z] #13 49.88 Selecting previously unselected package binutils-mingw-w64. [2021-07-14T07:16:49.793Z] #13 49.88 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-07-14T07:16:49.793Z] #13 49.91 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-07-14T07:16:49.793Z] #13 50.10 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-07-14T07:16:49.793Z] #13 50.11 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-07-14T07:16:49.793Z] #13 50.12 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-07-14T07:16:49.793Z] #13 50.35 Selecting previously unselected package dmsetup. [2021-07-14T07:16:49.793Z] #13 50.36 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... [2021-07-14T07:16:49.793Z] #13 50.37 Unpacking dmsetup (2:1.02.155-3) ... [2021-07-14T07:16:49.793Z] #13 50.62 Selecting previously unselected package mingw-w64-common. [2021-07-14T07:16:49.793Z] #13 50.62 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-07-14T07:16:49.793Z] #13 50.65 Unpacking mingw-w64-common (6.0.0-3) ... [2021-07-14T07:16:49.821Z] #37 9.043 [100%] Built target tini-static [2021-07-14T07:16:49.986Z] #13 ... [2021-07-14T07:16:49.986Z] [2021-07-14T07:16:49.987Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:49.987Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:49.987Z] #44 64.63 Setting up python3 (3.7.3-1) ... [2021-07-14T07:16:49.987Z] #44 65.28 Setting up python3-six (1.12.0-1) ... [2021-07-14T07:16:49.987Z] #44 66.30 Setting up python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:16:49.987Z] #44 67.75 Setting up python3-protobuf (3.6.1.3-2) ... [2021-07-14T07:16:49.987Z] #44 71.08 Setting up criu (3.15-1) ... [2021-07-14T07:16:49.987Z] #44 73.01 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:16:49.987Z] #44 73.17 Processing triggers for mime-support (3.62) ... [2021-07-14T07:16:49.987Z] #44 DONE 73.7s [2021-07-14T07:16:49.987Z] [2021-07-14T07:16:49.987Z] #46 [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-07-14T07:16:49.987Z] #46 sha256:45330e458c197afe6b953285f43fed9ea5d21cd484f7b632a40659860e483bdd [2021-07-14T07:16:49.987Z] #46 70.02 github.com/LK4D4/vndr/versioned [2021-07-14T07:16:49.987Z] #46 70.20 hash/crc32 [2021-07-14T07:16:49.987Z] #46 70.72 crypto/ed25519/internal/edwards25519 [2021-07-14T07:16:49.987Z] #46 73.07 fmt [2021-07-14T07:16:49.987Z] #46 73.51 path/filepath [2021-07-14T07:16:50.057Z] #13 ... [2021-07-14T07:16:50.057Z] [2021-07-14T07:16:50.057Z] #52 [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-07-14T07:16:50.057Z] #52 sha256:8102ff429acea55addbd6be835cda71ff4e3cb95cc3094273c353ef42e7ee300 [2021-07-14T07:16:50.057Z] #52 58.21 go/ast [2021-07-14T07:16:50.057Z] #52 58.24 mvdan.cc/sh/v3/syntax [2021-07-14T07:16:50.081Z] #37 9.125 + mkdir -p /build [2021-07-14T07:16:50.081Z] #37 9.128 + cp tini-static /build/docker-init [2021-07-14T07:16:50.159Z] #19 27.12 Reading package lists... [2021-07-14T07:16:50.159Z] #19 ... [2021-07-14T07:16:50.159Z] [2021-07-14T07:16:50.159Z] #63 [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-07-14T07:16:50.159Z] #63 sha256:44f42d3845a1206a73a8419be0e535dd4fc0de965b0b4bf937943705330bfd22 [2021-07-14T07:16:50.159Z] #63 25.22 Reading package lists... [2021-07-14T07:16:50.356Z] + docker info [2021-07-14T07:16:50.558Z] #46 75.06 internal/lazyregexp [2021-07-14T07:16:50.655Z] #37 DONE 9.7s [2021-07-14T07:16:50.655Z] [2021-07-14T07:16:50.655Z] #52 [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-07-14T07:16:50.655Z] #52 sha256:6dc438d704d09bc4d187dd21845b7e1ca2a5a818831fc102b0ba430dffee9ea2 [2021-07-14T07:16:50.655Z] #52 67.65 os [2021-07-14T07:16:50.655Z] #52 68.02 encoding/binary [2021-07-14T07:16:50.723Z] #63 35.24 Reading package lists... [2021-07-14T07:16:50.723Z] #63 ... [2021-07-14T07:16:50.723Z] [2021-07-14T07:16:50.723Z] #43 [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-07-14T07:16:50.723Z] #43 sha256:4e03796d85905bc2b5261025e8074858b4350035fe03a8695d9e07fcc59c7d0e [2021-07-14T07:16:50.723Z] #43 25.70 Fetched 48.3 MB in 24s (2009 kB/s) [2021-07-14T07:16:50.723Z] #43 25.70 Reading package lists... [2021-07-14T07:16:50.928Z] #52 67.50 internal/poll [2021-07-14T07:16:51.034Z] #52 ... [2021-07-14T07:16:51.034Z] [2021-07-14T07:16:51.034Z] #46 [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-07-14T07:16:51.034Z] #46 sha256:85f709a69448fd8fb146e7e8e89b1c7d0542c5c1fa53adde4c4bcf1f2e07a3d6 [2021-07-14T07:16:51.034Z] #46 48.99 crypto/ed25519/internal/edwards25519 [2021-07-14T07:16:51.034Z] #46 49.03 crypto/md5 [2021-07-14T07:16:51.034Z] #46 49.67 crypto/aes [2021-07-14T07:16:51.034Z] #46 50.65 crypto/des [2021-07-14T07:16:51.034Z] #46 51.76 crypto/sha1 [2021-07-14T07:16:51.034Z] #46 51.96 crypto/sha256 [2021-07-14T07:16:51.034Z] #46 52.60 encoding/pem [2021-07-14T07:16:51.034Z] #46 53.02 vendor/golang.org/x/crypto/chacha20 [2021-07-14T07:16:51.034Z] #46 53.54 vendor/golang.org/x/crypto/poly1305 [2021-07-14T07:16:51.034Z] #46 53.67 fmt [2021-07-14T07:16:51.034Z] #46 53.77 internal/lazyregexp [2021-07-14T07:16:51.034Z] #46 54.40 net [2021-07-14T07:16:51.034Z] #46 54.47 os/exec [2021-07-14T07:16:51.034Z] #46 54.73 vendor/golang.org/x/crypto/chacha20poly1305 [2021-07-14T07:16:51.035Z] #46 56.73 go/token [2021-07-14T07:16:51.035Z] #46 56.73 net/url [2021-07-14T07:16:51.035Z] #46 56.73 flag [2021-07-14T07:16:51.035Z] #46 57.79 go/scanner [2021-07-14T07:16:51.035Z] #46 57.88 text/template/parse [2021-07-14T07:16:51.035Z] #46 58.34 log [2021-07-14T07:16:51.035Z] #46 58.83 go/ast [2021-07-14T07:16:51.035Z] #46 ... [2021-07-14T07:16:51.035Z] [2021-07-14T07:16:51.035Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:51.035Z] #44 sha256:3225650fb49e7c9ad14d1ca550de9bdff5977160ad77860f694e28aa876ba055 [2021-07-14T07:16:51.035Z] #44 55.05 Setting up python3-minimal (3.7.3-1) ... [2021-07-14T07:16:51.035Z] #44 58.76 Selecting previously unselected package python3. [2021-07-14T07:16:51.035Z] #44 58.76 (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 ... 16046 files and directories currently installed.) [2021-07-14T07:16:51.035Z] #44 58.83 Preparing to unpack .../0-python3_3.7.3-1_arm64.deb ... [2021-07-14T07:16:51.130Z] #46 75.45 io/ioutil [2021-07-14T07:16:51.187Z] #52 ... [2021-07-14T07:16:51.187Z] [2021-07-14T07:16:51.187Z] #46 [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-07-14T07:16:51.187Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:16:51.187Z] #46 58.13 reflect [2021-07-14T07:16:51.187Z] #46 64.30 internal/syscall/unix [2021-07-14T07:16:51.187Z] #46 64.64 time [2021-07-14T07:16:51.298Z] #44 59.14 Unpacking python3 (3.7.3-1) ... [2021-07-14T07:16:51.391Z] #46 75.94 crypto/sha256 [2021-07-14T07:16:51.446Z] #46 ... [2021-07-14T07:16:51.446Z] [2021-07-14T07:16:51.446Z] #37 [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-07-14T07:16:51.446Z] #37 sha256:3726f19badd054e8df323d51c0c8e803c9cef03440f3b9e40253d7cc4efca4cb [2021-07-14T07:16:51.446Z] #37 6.568 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-07-14T07:16:51.446Z] #37 7.946 [100%] Linking C executable tini-static [2021-07-14T07:16:51.706Z] #37 8.498 [100%] Built target tini-static [2021-07-14T07:16:51.706Z] #37 8.604 + mkdir -p /build [2021-07-14T07:16:51.879Z] #44 ... [2021-07-14T07:16:51.879Z] [2021-07-14T07:16:51.879Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-07-14T07:16:51.879Z] #29 sha256:f24272940629bdd9da354a6b44fde6e28e47730e889964c8e74978d867b69770 [2021-07-14T07:16:51.879Z] #29 DONE 40.9s [2021-07-14T07:16:51.879Z] [2021-07-14T07:16:51.879Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:51.879Z] #44 sha256:3225650fb49e7c9ad14d1ca550de9bdff5977160ad77860f694e28aa876ba055 [2021-07-14T07:16:51.879Z] #44 59.69 Selecting previously unselected package libprotobuf17:arm64. [2021-07-14T07:16:51.879Z] #44 59.69 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_arm64.deb ... [2021-07-14T07:16:51.879Z] #44 59.71 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... [2021-07-14T07:16:51.965Z] #37 8.614 + cp tini-static /build/docker-init [2021-07-14T07:16:52.142Z] #44 ... [2021-07-14T07:16:52.142Z] [2021-07-14T07:16:52.142Z] #36 [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-07-14T07:16:52.142Z] #36 sha256:883bb1ea40b3c256595d0433b13b827e35f76a921b7d2e33e3ad01c0d1295360 [2021-07-14T07:16:52.142Z] #36 55.26 Selecting previously unselected package librhash0:arm64. [2021-07-14T07:16:52.142Z] #36 55.26 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... [2021-07-14T07:16:52.142Z] #36 55.38 Unpacking librhash0:arm64 (1.3.8-1) ... [2021-07-14T07:16:52.142Z] #36 58.90 Selecting previously unselected package libuv1:arm64. [2021-07-14T07:16:52.142Z] #36 58.91 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_arm64.deb ... [2021-07-14T07:16:52.142Z] #36 58.93 Unpacking libuv1:arm64 (1.24.1-1+deb10u1) ... [2021-07-14T07:16:52.142Z] #36 59.13 Selecting previously unselected package cmake. [2021-07-14T07:16:52.142Z] #36 59.14 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... [2021-07-14T07:16:52.142Z] #36 59.76 Unpacking cmake (3.13.4-1) ... [2021-07-14T07:16:52.225Z] #37 DONE 9.1s [2021-07-14T07:16:52.225Z] [2021-07-14T07:16:52.225Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:52.225Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:52.225Z] #44 64.30 Setting up python3 (3.7.3-1) ... [2021-07-14T07:16:52.225Z] #44 65.08 Setting up python3-six (1.12.0-1) ... [2021-07-14T07:16:52.225Z] #44 66.15 Setting up python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:16:52.225Z] #44 67.66 Setting up python3-protobuf (3.6.1.3-2) ... [2021-07-14T07:16:52.335Z] #46 76.74 vendor/golang.org/x/net/dns/dnsmessage [2021-07-14T07:16:52.723Z] #36 ... [2021-07-14T07:16:52.723Z] [2021-07-14T07:16:52.723Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:52.723Z] #44 sha256:3225650fb49e7c9ad14d1ca550de9bdff5977160ad77860f694e28aa876ba055 [2021-07-14T07:16:52.723Z] #44 60.40 Selecting previously unselected package python3-pkg-resources. [2021-07-14T07:16:52.723Z] #44 60.40 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-07-14T07:16:52.723Z] #44 60.41 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:16:52.723Z] #44 60.64 Selecting previously unselected package python3-six. [2021-07-14T07:16:52.989Z] #44 60.64 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-07-14T07:16:52.989Z] #44 60.65 Unpacking python3-six (1.12.0-1) ... [2021-07-14T07:16:53.188Z] #52 70.58 encoding/base64 [2021-07-14T07:16:53.279Z] #46 77.84 flag [2021-07-14T07:16:53.567Z] #44 61.34 Selecting previously unselected package python3-protobuf. [2021-07-14T07:16:53.567Z] #44 61.34 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_arm64.deb ... [2021-07-14T07:16:53.567Z] #44 61.36 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-07-14T07:16:53.606Z] #44 ... [2021-07-14T07:16:53.606Z] [2021-07-14T07:16:53.606Z] #52 [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-07-14T07:16:53.606Z] #52 sha256:1fcffa1c17963bdb209b286da05fe4022278d59ff947f38e35617ff7b3b80ffe [2021-07-14T07:16:53.606Z] #52 70.44 internal/syscall/execenv [2021-07-14T07:16:53.756Z] #52 71.39 golang.org/x/sys/unix [2021-07-14T07:16:53.836Z] #44 61.82 Selecting previously unselected package libnet1:arm64. [2021-07-14T07:16:53.865Z] #52 70.60 path [2021-07-14T07:16:53.996Z] #43 35.36 Reading package lists... [2021-07-14T07:16:53.996Z] #43 ... [2021-07-14T07:16:53.996Z] [2021-07-14T07:16:53.996Z] #19 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:53.996Z] #19 sha256:79b75809a970c6277af16117ce4e1148947523c4fb48f35e691448c3368daac5 [2021-07-14T07:16:53.996Z] #19 27.12 Reading package lists... [2021-07-14T07:16:54.099Z] #44 61.86 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-07-14T07:16:54.099Z] #44 61.87 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:16:54.099Z] #44 ... [2021-07-14T07:16:54.099Z] [2021-07-14T07:16:54.099Z] #50 [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-07-14T07:16:54.099Z] #50 sha256:65eb8a504e721a0d13311dcfbcd2de595047b774349cd6d33c95272b70bc4ed9 [2021-07-14T07:16:54.099Z] #50 52.19 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-07-14T07:16:54.099Z] #50 52.37 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-07-14T07:16:54.099Z] #50 52.43 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-07-14T07:16:54.099Z] #50 ... [2021-07-14T07:16:54.099Z] [2021-07-14T07:16:54.100Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:54.100Z] #44 sha256:3225650fb49e7c9ad14d1ca550de9bdff5977160ad77860f694e28aa876ba055 [2021-07-14T07:16:54.124Z] #52 70.98 encoding/binary [2021-07-14T07:16:54.380Z] #44 62.10 Selecting previously unselected package libnl-3-200:arm64. [2021-07-14T07:16:54.380Z] #44 62.12 Preparing to unpack .../6-libnl-3-200_3.4.0-1_arm64.deb ... [2021-07-14T07:16:54.380Z] #44 62.22 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-07-14T07:16:54.383Z] #52 71.17 io/fs [2021-07-14T07:16:54.693Z] #52 ... [2021-07-14T07:16:54.693Z] [2021-07-14T07:16:54.693Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:54.693Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:54.693Z] #44 62.15 Setting up python3 (3.7.3-1) ... [2021-07-14T07:16:54.693Z] #44 62.80 Setting up python3-six (1.12.0-1) ... [2021-07-14T07:16:54.693Z] #44 63.85 Setting up python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:16:54.693Z] #44 65.24 Setting up python3-protobuf (3.6.1.3-2) ... [2021-07-14T07:16:54.693Z] #44 68.97 Setting up criu (3.15-1) ... [2021-07-14T07:16:54.693Z] #44 70.86 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:16:54.693Z] #44 70.96 Processing triggers for mime-support (3.62) ... [2021-07-14T07:16:54.693Z] #44 DONE 71.3s [2021-07-14T07:16:54.693Z] [2021-07-14T07:16:54.693Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:54.693Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:54.693Z] #13 64.22 Selecting previously unselected package gcc-mingw-w64-base. [2021-07-14T07:16:54.693Z] #13 64.24 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-07-14T07:16:54.693Z] #13 64.25 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:16:54.693Z] #13 64.57 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-07-14T07:16:54.693Z] #13 64.58 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-07-14T07:16:54.693Z] #13 64.58 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:16:54.705Z] #44 62.42 Selecting previously unselected package libprotobuf-c1:arm64. [2021-07-14T07:16:54.705Z] #44 62.44 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-07-14T07:16:54.761Z] Running on azwin-2-192b51 in d:\jenkins\workspace\moby_PR-42636 [Pipeline] { [Pipeline] ws [2021-07-14T07:16:54.778Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-07-14T07:16:54.969Z] #44 62.88 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-07-14T07:16:55.195Z] #46 79.55 go/token [2021-07-14T07:16:55.233Z] #44 ... [2021-07-14T07:16:55.233Z] [2021-07-14T07:16:55.233Z] #36 [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-07-14T07:16:55.233Z] #36 sha256:883bb1ea40b3c256595d0433b13b827e35f76a921b7d2e33e3ad01c0d1295360 [2021-07-14T07:16:55.233Z] #36 61.79 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-07-14T07:16:55.233Z] #36 61.82 Setting up xxd (2:8.1.0875-5) ... [2021-07-14T07:16:55.233Z] #36 61.84 Setting up libuv1:arm64 (1.24.1-1+deb10u1) ... [2021-07-14T07:16:55.233Z] #36 61.89 Setting up vim-common (2:8.1.0875-5) ... [2021-07-14T07:16:55.233Z] #36 61.94 Setting up librhash0:arm64 (1.3.8-1) ... [2021-07-14T07:16:55.233Z] #36 61.98 Setting up cmake-data (3.13.4-1) ... [2021-07-14T07:16:55.233Z] #36 62.02 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u2) ... [2021-07-14T07:16:55.233Z] #36 62.06 Setting up libjsoncpp1:arm64 (1.7.4-3) ... [2021-07-14T07:16:55.233Z] #36 62.09 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... [2021-07-14T07:16:55.233Z] #36 62.11 Setting up cmake (3.13.4-1) ... [2021-07-14T07:16:55.233Z] #36 62.14 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:16:55.233Z] #36 62.26 Processing triggers for mime-support (3.62) ... [2021-07-14T07:16:55.233Z] #36 DONE 63.4s [2021-07-14T07:16:55.385Z] using credential docker-jenkins-github-credentials [2021-07-14T07:16:55.456Z] Cloning the remote Git repository [2021-07-14T07:16:55.456Z] Cloning with configured refspecs honoured and without tags [2021-07-14T07:16:55.498Z] [2021-07-14T07:16:55.498Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:55.498Z] #44 sha256:3225650fb49e7c9ad14d1ca550de9bdff5977160ad77860f694e28aa876ba055 [2021-07-14T07:16:55.498Z] #44 63.19 Selecting previously unselected package criu. [2021-07-14T07:16:55.498Z] #44 63.19 Preparing to unpack .../8-criu_3.15-1_arm64.deb ... [2021-07-14T07:16:55.498Z] #44 63.21 Unpacking criu (3.15-1) ... [2021-07-14T07:16:55.761Z] #52 72.46 os [2021-07-14T07:16:55.761Z] #52 72.59 encoding/base64 [2021-07-14T07:16:55.637Z] Cloning repository https://github.com/moby/moby.git [2021-07-14T07:16:56.080Z] #44 64.03 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:16:56.080Z] #44 64.08 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-07-14T07:16:56.140Z] #46 80.42 go/scanner [2021-07-14T07:16:56.343Z] #44 64.12 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-07-14T07:16:56.343Z] #44 64.21 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... [2021-07-14T07:16:56.343Z] #44 64.24 Setting up libmpdec2:arm64 (2.4.2-2) ... [2021-07-14T07:16:56.343Z] #44 64.26 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:56.343Z] #44 64.28 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2021-07-14T07:16:56.523Z] The recommended git tool is: git [2021-07-14T07:16:56.607Z] #44 64.33 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:16:56.700Z] #52 73.46 golang.org/x/sys/unix [2021-07-14T07:16:56.728Z] #46 ... [2021-07-14T07:16:56.728Z] [2021-07-14T07:16:56.728Z] #52 [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-07-14T07:16:56.728Z] #52 sha256:fc1c17164ef0e30817b476dc51015fd01ddc11b875a5cf5b8964f765303d349b [2021-07-14T07:16:56.728Z] #52 71.27 fmt [2021-07-14T07:16:56.728Z] #52 75.08 golang.org/x/crypto/ssh/terminal [2021-07-14T07:16:56.728Z] #52 75.53 encoding/json [2021-07-14T07:16:56.728Z] #52 76.59 flag [2021-07-14T07:16:56.728Z] #52 78.19 github.com/pkg/diff [2021-07-14T07:16:56.728Z] #52 79.53 go/token [2021-07-14T07:16:56.728Z] #52 80.39 go/scanner [2021-07-14T07:16:56.728Z] #52 81.14 mvdan.cc/editorconfig [2021-07-14T07:16:56.990Z] #52 ... [2021-07-14T07:16:56.990Z] [2021-07-14T07:16:56.990Z] #46 [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-07-14T07:16:56.990Z] #46 sha256:45330e458c197afe6b953285f43fed9ea5d21cd484f7b632a40659860e483bdd [2021-07-14T07:16:56.990Z] #46 81.40 net/url [2021-07-14T07:16:56.990Z] #46 81.49 go/ast [2021-07-14T07:16:57.269Z] #52 ... [2021-07-14T07:16:57.269Z] [2021-07-14T07:16:57.269Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:16:57.269Z] #44 sha256:32d273d0a331f45169fb71cf76dfadc17e2dfbe42a57834f44e0a74149475f89 [2021-07-14T07:16:57.269Z] #44 71.45 Setting up criu (3.15-1) ... [2021-07-14T07:16:57.269Z] #44 73.28 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:16:57.269Z] #44 73.36 Processing triggers for mime-support (3.62) ... [2021-07-14T07:16:57.269Z] #44 DONE 73.8s [2021-07-14T07:16:57.530Z] [2021-07-14T07:16:57.530Z] #46 [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-07-14T07:16:57.530Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:16:57.530Z] #46 70.48 internal/fmtsort [2021-07-14T07:16:57.530Z] #46 71.02 path [2021-07-14T07:16:57.530Z] #46 71.38 regexp/syntax [2021-07-14T07:16:57.530Z] #46 71.45 io/fs [2021-07-14T07:16:57.530Z] #46 72.47 os [2021-07-14T07:16:57.982Z] #13 ... [2021-07-14T07:16:57.982Z] [2021-07-14T07:16:57.982Z] #46 [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-07-14T07:16:57.982Z] #46 sha256:ea7f20defe8df5e33a2fd1d5d092cd89194e26a2ac9659ecae17cd75b67eebfa [2021-07-14T07:16:57.982Z] #46 65.10 path [2021-07-14T07:16:57.982Z] #46 66.04 io/fs [2021-07-14T07:16:57.982Z] #46 67.26 regexp/syntax [2021-07-14T07:16:57.982Z] #46 67.43 os [2021-07-14T07:16:57.982Z] #46 71.49 fmt [2021-07-14T07:16:57.982Z] #46 73.60 path/filepath [2021-07-14T07:16:57.982Z] #46 74.78 regexp [2021-07-14T07:16:57.982Z] #46 75.55 flag [2021-07-14T07:16:56.021Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-07-14T07:16:56.793Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:16:56.793Z] > git --version # timeout=10 [2021-07-14T07:16:56.835Z] > git --version # 'git version 2.24.1.windows.2' [2021-07-14T07:16:56.835Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:16:56.838Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:16:58.100Z] #46 ... [2021-07-14T07:16:58.100Z] [2021-07-14T07:16:58.100Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:16:58.100Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:16:58.100Z] #13 58.25 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-07-14T07:16:58.100Z] #13 58.25 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-07-14T07:16:58.100Z] #13 58.27 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-07-14T07:16:58.100Z] #13 64.15 Selecting previously unselected package gcc-mingw-w64-base. [2021-07-14T07:16:58.100Z] #13 64.15 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-07-14T07:16:58.100Z] #13 64.17 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:16:58.100Z] #13 64.33 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-07-14T07:16:58.100Z] #13 64.34 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-07-14T07:16:58.100Z] #13 64.37 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:16:58.907Z] #46 83.05 text/template/parse [2021-07-14T07:16:59.043Z] #13 ... [2021-07-14T07:16:59.043Z] [2021-07-14T07:16:59.043Z] #46 [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-07-14T07:16:59.043Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:16:59.043Z] #46 76.08 regexp [2021-07-14T07:16:59.250Z] #19 37.47 Reading package lists... [2021-07-14T07:16:59.250Z] #19 ... [2021-07-14T07:16:59.250Z] [2021-07-14T07:16:59.250Z] #66 [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-07-14T07:16:59.250Z] #66 sha256:f0cfdb907134c9e1fbebd14709e71d65790d0026555ac54ee9203024f6642a40 [2021-07-14T07:16:59.250Z] #66 44.25 + for f in rootlesskit rootlesskit-docker-proxy [2021-07-14T07:16:59.250Z] #66 44.25 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-07-14T07:16:59.889Z] #46 76.99 go/token [2021-07-14T07:16:59.981Z] #46 76.72 fmt [2021-07-14T07:17:00.149Z] #46 77.83 go/scanner [2021-07-14T07:17:00.408Z] #46 77.88 internal/lazyregexp [2021-07-14T07:17:00.667Z] #46 78.14 net/url [2021-07-14T07:17:01.457Z] #46 85.75 go/parser [2021-07-14T07:17:01.605Z] #46 79.02 go/ast [2021-07-14T07:17:01.937Z] #44 ... [2021-07-14T07:17:01.938Z] [2021-07-14T07:17:01.938Z] #52 [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-07-14T07:17:01.938Z] #52 sha256:8102ff429acea55addbd6be835cda71ff4e3cb95cc3094273c353ef42e7ee300 [2021-07-14T07:17:01.938Z] #52 59.21 golang.org/x/crypto/ssh/terminal [2021-07-14T07:17:01.938Z] #52 66.64 mvdan.cc/sh/v3/cmd/shfmt [2021-07-14T07:17:01.938Z] #52 ... [2021-07-14T07:17:01.938Z] [2021-07-14T07:17:01.938Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:17:01.938Z] #44 sha256:3225650fb49e7c9ad14d1ca550de9bdff5977160ad77860f694e28aa876ba055 [2021-07-14T07:17:01.938Z] #44 69.15 Setting up python3 (3.7.3-1) ... [2021-07-14T07:17:01.938Z] #44 ... [2021-07-14T07:17:01.938Z] [2021-07-14T07:17:01.938Z] #46 [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-07-14T07:17:01.938Z] #46 sha256:85f709a69448fd8fb146e7e8e89b1c7d0542c5c1fa53adde4c4bcf1f2e07a3d6 [2021-07-14T07:17:01.938Z] #46 59.59 encoding/xml [2021-07-14T07:17:01.938Z] #46 64.87 text/template [2021-07-14T07:17:01.938Z] #46 66.10 go/parser [2021-07-14T07:17:01.938Z] #46 66.98 math/big [2021-07-14T07:17:01.938Z] #46 ... [2021-07-14T07:17:01.938Z] [2021-07-14T07:17:01.938Z] #37 [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-07-14T07:17:01.938Z] #37 sha256:50c4eb7858c27778d934a686e36e5e83b4ff6fcfccecb647fe54b14c4a0efc75 [2021-07-14T07:17:01.938Z] #37 1.360 + RM_GOPATH=0 [2021-07-14T07:17:01.938Z] #37 1.360 + TMP_GOPATH= [2021-07-14T07:17:01.938Z] #37 1.360 + : /build [2021-07-14T07:17:01.938Z] #37 1.360 + '[' -z '' ']' [2021-07-14T07:17:01.938Z] #37 1.361 ++ mktemp -d [2021-07-14T07:17:01.938Z] #37 1.363 + export GOPATH=/tmp/tmp.9cM0XxHSoX [2021-07-14T07:17:01.938Z] #37 1.363 + GOPATH=/tmp/tmp.9cM0XxHSoX [2021-07-14T07:17:01.938Z] #37 1.364 + RM_GOPATH=1 [2021-07-14T07:17:01.938Z] #37 1.364 + case "$(go env GOARCH)" in [2021-07-14T07:17:01.938Z] #37 1.364 ++ go env GOARCH [2021-07-14T07:17:01.938Z] #37 1.391 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:17:01.938Z] #37 1.391 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:17:01.938Z] #37 1.392 ++ dirname /tmp/install/install.sh [2021-07-14T07:17:01.938Z] #37 1.395 + dir=/tmp/install [2021-07-14T07:17:01.938Z] #37 1.395 + bin=tini [2021-07-14T07:17:01.938Z] #37 1.395 + shift [2021-07-14T07:17:01.938Z] #37 1.396 + '[' '!' -f /tmp/install/tini.installer ']' [2021-07-14T07:17:01.938Z] #37 1.396 + . /tmp/install/tini.installer [2021-07-14T07:17:01.938Z] #37 1.396 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-14T07:17:01.938Z] #37 1.396 + install_tini [2021-07-14T07:17:01.938Z] #37 1.396 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-07-14T07:17:01.938Z] #37 1.396 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-14T07:17:01.938Z] #37 1.396 + git clone https://github.com/krallin/tini.git /tmp/tmp.9cM0XxHSoX/tini [2021-07-14T07:17:01.938Z] #37 1.399 Cloning into '/tmp/tmp.9cM0XxHSoX/tini'... [2021-07-14T07:17:01.938Z] #37 2.206 + cd /tmp/tmp.9cM0XxHSoX/tini [2021-07-14T07:17:01.938Z] #37 2.206 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-14T07:17:01.938Z] #37 2.232 + cmake . [2021-07-14T07:17:01.938Z] #37 2.975 -- The C compiler identification is GNU 8.3.0 [2021-07-14T07:17:01.938Z] #37 3.088 -- Check for working C compiler: /usr/bin/cc [2021-07-14T07:17:01.938Z] #37 3.921 -- Check for working C compiler: /usr/bin/cc -- works [2021-07-14T07:17:01.938Z] #37 3.925 -- Detecting C compiler ABI info [2021-07-14T07:17:01.938Z] #37 4.770 -- Detecting C compiler ABI info - done [2021-07-14T07:17:01.938Z] #37 4.833 -- Detecting C compile features [2021-07-14T07:17:02.042Z] #46 ... [2021-07-14T07:17:02.042Z] [2021-07-14T07:17:02.042Z] #57 [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-07-14T07:17:02.042Z] #57 sha256:3dd5791a67567ba26079945bdaf41831e2291dc22c96d196f82aa14e2d935d2f [2021-07-14T07:17:02.042Z] #57 43.30 Checking out files: 53% (2179/4075) Checking out files: 54% (2201/4075) Checking out files: 55% (2242/4075) Checking out files: 56% (2282/4075) Checking out files: 57% (2323/4075) Checking out files: 58% (2364/4075) Checking out files: 59% (2405/4075) Checking out files: 60% (2445/4075) Checking out files: 61% (2486/4075) Checking out files: 62% (2527/4075) Checking out files: 63% (2568/4075) Checking out files: 64% (2608/4075) Checking out files: 65% (2649/4075) Checking out files: 66% (2690/4075) Checking out files: 67% (2731/4075) Checking out files: 68% (2771/4075) Checking out files: 69% (2812/4075) Checking out files: 70% (2853/4075) Checking out files: 71% (2894/4075) Checking out files: 72% (2934/4075) Checking out files: 73% (2975/4075) Checking out files: 74% (3016/4075) Checking out files: 75% (3057/4075) Checking out files: 76% (3097/4075) Checking out files: 77% (3138/4075) Checking out files: 78% (3179/4075) Checking out files: 79% (3220/4075) Checking out files: 80% (3260/4075) Checking out files: 81% (3301/4075) Checking out files: 82% (3342/4075) Checking out files: 83% (3383/4075) Checking out files: 84% (3423/4075) Checking out files: 85% (3464/4075) Checking out files: 86% (3505/4075) Checking out files: 87% (3546/4075) Checking out files: 88% (3586/4075) Checking out files: 89% (3627/4075) Checking out files: 90% (3668/4075) Checking out files: 91% (3709/4075) Checking out files: 92% (3749/4075) Checking out files: 93% (3790/4075) Checking out files: 94% (3831/4075) Checking out files: 95% (3872/4075) Checking out files: 96% (3912/4075) Checking out files: 97% (3953/4075) Checking out files: 98% (3994/4075) Checking out files: 99% (4035/4075) Checking out files: 100% (4075/4075) Checking out files: 100% (4075/4075), done. [2021-07-14T07:17:02.042Z] #57 44.48 + cd /tmp/tmp.nQpES2ut5l/src/github.com/containerd/containerd [2021-07-14T07:17:02.042Z] #57 44.49 + git checkout -q 0e8719f54c6dc6571fc1170da75a85e86c17636b [2021-07-14T07:17:02.042Z] #57 45.25 + export 'BUILDTAGS=netgo osusergo static_build' [2021-07-14T07:17:02.042Z] #57 45.25 + BUILDTAGS='netgo osusergo static_build' [2021-07-14T07:17:02.042Z] #57 45.25 + export EXTRA_FLAGS=-buildmode=pie [2021-07-14T07:17:02.042Z] #57 45.25 + EXTRA_FLAGS=-buildmode=pie [2021-07-14T07:17:02.042Z] #57 45.26 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-07-14T07:17:02.042Z] #57 45.26 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-07-14T07:17:02.042Z] #57 45.26 + '[' '' = dynamic ']' [2021-07-14T07:17:02.042Z] #57 45.26 + make [2021-07-14T07:17:02.174Z] #46 79.73 text/template/parse [2021-07-14T07:17:02.517Z] #46 79.25 path/filepath [2021-07-14T07:17:02.978Z] #37 7.642 -- Detecting C compile features - done [2021-07-14T07:17:02.979Z] #37 7.734 -- Performing Test HAS_BUILTIN_FORTIFY [2021-07-14T07:17:02.979Z] #37 ... [2021-07-14T07:17:02.979Z] [2021-07-14T07:17:02.979Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:17:02.979Z] #44 sha256:3225650fb49e7c9ad14d1ca550de9bdff5977160ad77860f694e28aa876ba055 [2021-07-14T07:17:02.986Z] #57 46.66 + bin/ctr [2021-07-14T07:17:03.301Z] #44 70.93 Setting up python3-six (1.12.0-1) ...#44 ... [2021-07-14T07:17:03.301Z] [2021-07-14T07:17:03.301Z] #52 [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-07-14T07:17:03.301Z] #52 sha256:8102ff429acea55addbd6be835cda71ff4e3cb95cc3094273c353ef42e7ee300 [2021-07-14T07:17:03.301Z] #52 DONE 71.3s [2021-07-14T07:17:03.301Z] [2021-07-14T07:17:03.301Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:17:03.301Z] #44 sha256:3225650fb49e7c9ad14d1ca550de9bdff5977160ad77860f694e28aa876ba055 [2021-07-14T07:17:03.301Z] #44 70.93 Setting up python3-six (1.12.0-1) ... [2021-07-14T07:17:03.454Z] #46 80.40 internal/lazyregexp [2021-07-14T07:17:03.565Z] #44 ... [2021-07-14T07:17:03.565Z] [2021-07-14T07:17:03.565Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:17:03.565Z] #13 sha256:0a5c4f9d7f4bd4487ee5b1fc84c7c8e464816e238d705348cc2476c73e010007 [2021-07-14T07:17:03.565Z] #13 59.14 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-07-14T07:17:03.565Z] #13 59.17 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-07-14T07:17:03.565Z] #13 59.19 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-07-14T07:17:03.565Z] #13 65.63 Selecting previously unselected package gcc-mingw-w64-base. [2021-07-14T07:17:03.565Z] #13 65.65 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-07-14T07:17:03.565Z] #13 65.66 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:03.565Z] #13 65.85 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-07-14T07:17:03.565Z] #13 65.86 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-07-14T07:17:03.565Z] #13 65.86 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:03.712Z] #46 80.53 flag [2021-07-14T07:17:03.831Z] #13 ... [2021-07-14T07:17:03.831Z] [2021-07-14T07:17:03.831Z] #37 [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-07-14T07:17:03.831Z] #37 sha256:50c4eb7858c27778d934a686e36e5e83b4ff6fcfccecb647fe54b14c4a0efc75 [2021-07-14T07:17:03.831Z] #37 7.993 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-07-14T07:17:03.831Z] #37 8.295 -- Configuring done [2021-07-14T07:17:03.831Z] #37 8.335 -- Generating done [2021-07-14T07:17:03.831Z] #37 8.358 -- Build files have been written to: /tmp/tmp.9cM0XxHSoX/tini [2021-07-14T07:17:03.831Z] #37 8.358 + make tini-static [2021-07-14T07:17:03.971Z] #46 80.71 go/token [2021-07-14T07:17:04.079Z] #46 ... [2021-07-14T07:17:04.079Z] [2021-07-14T07:17:04.079Z] #57 [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-07-14T07:17:04.079Z] #57 sha256:e377271ea2f249c1287c5e2abc02d055021569e6c6c5a766b9ba103396bd91c9 [2021-07-14T07:17:04.093Z] #37 8.756 Scanning dependencies of target tini-static [2021-07-14T07:17:04.093Z] #37 8.813 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-07-14T07:17:04.520Z] #66 ... [2021-07-14T07:17:04.520Z] [2021-07-14T07:17:04.520Z] #43 [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-07-14T07:17:04.520Z] #43 sha256:4e03796d85905bc2b5261025e8074858b4350035fe03a8695d9e07fcc59c7d0e [2021-07-14T07:17:04.520Z] #43 35.36 Reading package lists... [2021-07-14T07:17:04.520Z] #43 45.21 Building dependency tree... [2021-07-14T07:17:04.520Z] #43 48.14 The following additional packages will be installed: [2021-07-14T07:17:04.520Z] #43 48.15 cmake-data libarchive13 libjsoncpp1 librhash0 libuv1 xxd [2021-07-14T07:17:04.520Z] #43 48.16 Suggested packages: [2021-07-14T07:17:04.520Z] #43 48.16 cmake-doc ninja-build lrzip [2021-07-14T07:17:04.520Z] #43 48.16 Recommended packages: [2021-07-14T07:17:04.520Z] #43 48.16 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-07-14T07:17:04.520Z] #43 48.56 The following NEW packages will be installed: [2021-07-14T07:17:04.520Z] #43 48.57 cmake cmake-data libarchive13 libjsoncpp1 librhash0 libuv1 vim-common xxd [2021-07-14T07:17:04.520Z] #43 48.88 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:17:04.520Z] #43 48.88 Need to get 5913 kB of archives. [2021-07-14T07:17:04.520Z] #43 48.88 After this operation, 27.4 MB of additional disk space will be used. [2021-07-14T07:17:04.520Z] #43 48.88 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-07-14T07:17:04.520Z] #43 48.90 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-07-14T07:17:04.520Z] #43 48.90 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-07-14T07:17:04.520Z] #43 49.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-07-14T07:17:04.520Z] #43 49.04 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-07-14T07:17:04.520Z] #43 49.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-07-14T07:17:04.520Z] #43 49.06 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB] [2021-07-14T07:17:04.520Z] #43 49.08 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-07-14T07:17:04.598Z] #57 40.90 Checking out files: 50% (2049/4075) Checking out files: 51% (2079/4075) Checking out files: 52% (2119/4075) Checking out files: 53% (2160/4075) Checking out files: 54% (2201/4075) Checking out files: 55% (2242/4075) Checking out files: 56% (2282/4075) Checking out files: 57% (2323/4075) Checking out files: 58% (2364/4075) Checking out files: 59% (2405/4075) Checking out files: 60% (2445/4075) Checking out files: 61% (2486/4075) Checking out files: 62% (2527/4075) Checking out files: 63% (2568/4075) Checking out files: 64% (2608/4075) Checking out files: 65% (2649/4075) Checking out files: 66% (2690/4075) Checking out files: 67% (2731/4075) Checking out files: 68% (2771/4075) Checking out files: 69% (2812/4075) Checking out files: 70% (2853/4075) Checking out files: 71% (2894/4075) Checking out files: 72% (2934/4075) Checking out files: 73% (2975/4075) Checking out files: 74% (3016/4075) Checking out files: 75% (3057/4075) Checking out files: 76% (3097/4075) Checking out files: 77% (3138/4075) Checking out files: 78% (3179/4075) Checking out files: 79% (3220/4075) Checking out files: 80% (3260/4075) Checking out files: 81% (3301/4075) Checking out files: 82% (3342/4075) Checking out files: 83% (3383/4075) Checking out files: 84% (3423/4075) Checking out files: 85% (3464/4075) Checking out files: 86% (3505/4075) Checking out files: 87% (3546/4075) Checking out files: 88% (3586/4075) Checking out files: 89% (3627/4075) [2021-07-14T07:17:04.598Z] #57 ... [2021-07-14T07:17:04.598Z] [2021-07-14T07:17:04.598Z] #52 [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-07-14T07:17:04.598Z] #52 sha256:6dc438d704d09bc4d187dd21845b7e1ca2a5a818831fc102b0ba430dffee9ea2 [2021-07-14T07:17:04.598Z] #52 72.27 fmt [2021-07-14T07:17:04.598Z] #52 76.08 encoding/json [2021-07-14T07:17:04.598Z] #52 79.02 github.com/pkg/diff [2021-07-14T07:17:04.598Z] #52 80.35 go/ast [2021-07-14T07:17:04.598Z] #52 81.08 golang.org/x/crypto/ssh/terminal [2021-07-14T07:17:04.778Z] #43 50.06 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:17:04.857Z] #52 ... [2021-07-14T07:17:04.857Z] [2021-07-14T07:17:04.857Z] #57 [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-07-14T07:17:04.857Z] #57 sha256:e377271ea2f249c1287c5e2abc02d055021569e6c6c5a766b9ba103396bd91c9 [2021-07-14T07:17:04.906Z] #46 81.65 net/url [2021-07-14T07:17:04.906Z] #46 81.74 go/scanner [2021-07-14T07:17:05.116Z] #57 40.90 Checking out files: 50% (2049/4075) Checking out files: 51% (2079/4075) Checking out files: 52% (2119/4075) Checking out files: 53% (2160/4075) Checking out files: 54% (2201/4075) Checking out files: 55% (2242/4075) Checking out files: 56% (2282/4075) Checking out files: 57% (2323/4075) Checking out files: 58% (2364/4075) Checking out files: 59% (2405/4075) Checking out files: 60% (2445/4075) Checking out files: 61% (2486/4075) Checking out files: 62% (2527/4075) Checking out files: 63% (2568/4075) Checking out files: 64% (2608/4075) Checking out files: 65% (2649/4075) Checking out files: 66% (2690/4075) Checking out files: 67% (2731/4075) Checking out files: 68% (2771/4075) Checking out files: 69% (2812/4075) Checking out files: 70% (2853/4075) Checking out files: 71% (2894/4075) Checking out files: 72% (2934/4075) Checking out files: 73% (2975/4075) Checking out files: 74% (3016/4075) Checking out files: 75% (3057/4075) Checking out files: 76% (3097/4075) Checking out files: 77% (3138/4075) Checking out files: 78% (3179/4075) Checking out files: 79% (3220/4075) Checking out files: 80% (3260/4075) Checking out files: 81% (3301/4075) Checking out files: 82% (3342/4075) Checking out files: 83% (3383/4075) Checking out files: 84% (3423/4075) Checking out files: 85% (3464/4075) Checking out files: 86% (3505/4075) Checking out files: 87% (3546/4075) Checking out files: 88% (3586/4075) Checking out files: 89% (3627/4075) Checking out files: 90% (3668/4075) Checking out files: 91% (3709/4075) Checking out files: 92% (3749/4075) Checking out files: 93% (3790/4075) Checking out files: 93% (3805/4075) Checking out files: 94% (3831/4075) Checking out files: 95% (3872/4075) Checking out files: 96% (3912/4075) Checking out files: 97% (3953/4075) Checking out files: 98% (3994/4075) Checking out files: 99% (4035/4075) Checking out files: 100% (4075/4075) Checking out files: 100% (4075/4075), done. [2021-07-14T07:17:05.116Z] #57 42.10 + cd /tmp/tmp.E8ABahcRAo/src/github.com/containerd/containerd [2021-07-14T07:17:05.116Z] #57 42.11 + git checkout -q 0e8719f54c6dc6571fc1170da75a85e86c17636b [2021-07-14T07:17:05.236Z] Client: [2021-07-14T07:17:05.236Z] Context: default [2021-07-14T07:17:05.236Z] Debug Mode: false [2021-07-14T07:17:05.236Z] Plugins: [2021-07-14T07:17:05.236Z] app: Docker Application (Docker Inc., v0.8.0) [2021-07-14T07:17:05.236Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-07-14T07:17:05.236Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-07-14T07:17:05.236Z] [2021-07-14T07:17:05.236Z] Server: [2021-07-14T07:17:05.236Z] Containers: 0 [2021-07-14T07:17:05.236Z] Running: 0 [2021-07-14T07:17:05.236Z] Paused: 0 [2021-07-14T07:17:05.236Z] Stopped: 0 [2021-07-14T07:17:05.236Z] Images: 0 [2021-07-14T07:17:05.236Z] Server Version: 20.10.6 [2021-07-14T07:17:05.236Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-07-14T07:17:05.236Z] Windows: [2021-07-14T07:17:05.236Z] LCOW: [2021-07-14T07:17:05.236Z] Logging Driver: json-file [2021-07-14T07:17:05.236Z] Plugins: [2021-07-14T07:17:05.236Z] Volume: local [2021-07-14T07:17:05.236Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-07-14T07:17:05.236Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-07-14T07:17:05.236Z] Swarm: inactive [2021-07-14T07:17:05.236Z] Default Isolation: process [2021-07-14T07:17:05.236Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-07-14T07:17:05.236Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879) [2021-07-14T07:17:05.236Z] OSType: windows [2021-07-14T07:17:05.236Z] Architecture: x86_64 [2021-07-14T07:17:05.236Z] CPUs: 4 [2021-07-14T07:17:05.236Z] Total Memory: 32GiB [2021-07-14T07:17:05.236Z] Name: azwin-2-f94c20 [2021-07-14T07:17:05.236Z] ID: RLME:2MWS:TYGR:XP2V:HYXJ:JAQI:V4NR:BCD6:RTRS:BBVD:TZQ6:Q2X3 [2021-07-14T07:17:05.236Z] Docker Root Dir: D:\docker [2021-07-14T07:17:05.236Z] Debug Mode: false [2021-07-14T07:17:05.236Z] Registry: https://index.docker.io/v1/ [2021-07-14T07:17:05.236Z] Labels: [2021-07-14T07:17:05.236Z] Experimental: true [2021-07-14T07:17:05.236Z] Insecure Registries: [2021-07-14T07:17:05.236Z] 10.0.0.4:5000 [2021-07-14T07:17:05.236Z] 127.0.0.0/8 [2021-07-14T07:17:05.236Z] Registry Mirrors: [2021-07-14T07:17:05.236Z] http://10.0.0.4:5000/ [2021-07-14T07:17:05.236Z] Live Restore Enabled: false [2021-07-14T07:17:05.236Z] Product License: Community Engine [2021-07-14T07:17:05.236Z] [2021-07-14T07:17:05.341Z] #43 ... [2021-07-14T07:17:05.341Z] [2021-07-14T07:17:05.341Z] #66 [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-07-14T07:17:05.341Z] #66 sha256:f0cfdb907134c9e1fbebd14709e71d65790d0026555ac54ee9203024f6642a40 [2021-07-14T07:17:05.341Z] #66 DONE 50.5s [2021-07-14T07:17:05.341Z] [2021-07-14T07:17:05.341Z] #67 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-07-14T07:17:05.341Z] #67 sha256:2337eb9a9d2572c04b567120b5de718e7a2785acfa6cc7c4dfb8a65fd4478c3a [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-07-14T07:17:05.485Z] #37 10.42 [100%] Linking C executable tini-static [2021-07-14T07:17:05.905Z] #67 DONE 0.3s [2021-07-14T07:17:05.905Z] [2021-07-14T07:17:05.905Z] #43 [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-07-14T07:17:05.905Z] #43 sha256:4e03796d85905bc2b5261025e8074858b4350035fe03a8695d9e07fcc59c7d0e [2021-07-14T07:17:05.905Z] #43 50.60 Fetched 5913 kB in 1s (8161 kB/s) [2021-07-14T07:17:05.905Z] #43 50.83 Selecting previously unselected package xxd. [2021-07-14T07:17:05.905Z] #43 50.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 ... 29521 files and directories currently installed.) [2021-07-14T07:17:05.905Z] #43 50.86 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-07-14T07:17:05.905Z] #43 ... [2021-07-14T07:17:05.905Z] [2021-07-14T07:17:05.905Z] #68 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-07-14T07:17:05.905Z] #68 sha256:c68aeba44c5a0b5f0ec47ee95d2cf4c00788b66f9d74dd0bafe6fb92242e1e31 [2021-07-14T07:17:05.905Z] #68 DONE 0.2s [2021-07-14T07:17:05.905Z] [2021-07-14T07:17:05.905Z] #43 [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-07-14T07:17:05.905Z] #43 sha256:4e03796d85905bc2b5261025e8074858b4350035fe03a8695d9e07fcc59c7d0e [2021-07-14T07:17:05.905Z] #43 51.01 Unpacking xxd (2:8.1.0875-5) ... [2021-07-14T07:17:06.061Z] #37 10.92 [100%] Built target tini-static [2021-07-14T07:17:06.061Z] #37 10.99 + mkdir -p /build [2021-07-14T07:17:06.162Z] #43 51.17 Selecting previously unselected package vim-common. [2021-07-14T07:17:06.162Z] #43 51.17 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-07-14T07:17:06.162Z] #43 51.29 Unpacking vim-common (2:8.1.0875-5) ... [2021-07-14T07:17:06.282Z] #46 82.95 go/ast [2021-07-14T07:17:06.282Z] #46 83.33 text/template/parse [2021-07-14T07:17:06.289Z] #57 ... [2021-07-14T07:17:06.289Z] [2021-07-14T07:17:06.289Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:17:06.289Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:17:06.289Z] #13 87.66 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-07-14T07:17:06.325Z] #37 10.99 + cp tini-static /build/docker-init [2021-07-14T07:17:06.420Z] #43 51.59 Selecting previously unselected package cmake-data. [2021-07-14T07:17:06.420Z] #43 51.61 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-07-14T07:17:06.420Z] #43 51.63 Unpacking cmake-data (3.13.4-1) ... [2021-07-14T07:17:06.495Z] #57 43.61 + export 'BUILDTAGS=netgo osusergo static_build' [2021-07-14T07:17:06.549Z] #13 87.66 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-07-14T07:17:06.549Z] #13 87.67 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:06.590Z] #37 DONE 11.4s [2021-07-14T07:17:06.590Z] [2021-07-14T07:17:06.590Z] #44 [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 chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && 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-07-14T07:17:06.590Z] #44 sha256:3225650fb49e7c9ad14d1ca550de9bdff5977160ad77860f694e28aa876ba055 [2021-07-14T07:17:06.590Z] #44 72.57 Setting up python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:17:06.590Z] #44 74.49 Setting up python3-protobuf (3.6.1.3-2) ... [2021-07-14T07:17:06.754Z] #57 43.61 + BUILDTAGS='netgo osusergo static_build' [2021-07-14T07:17:06.754Z] #57 43.61 + export EXTRA_FLAGS=-buildmode=pie [2021-07-14T07:17:06.754Z] #57 43.61 + EXTRA_FLAGS=-buildmode=pie [2021-07-14T07:17:06.754Z] #57 43.61 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-07-14T07:17:06.754Z] #57 43.61 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-07-14T07:17:06.754Z] #57 43.61 + '[' '' = dynamic ']' [2021-07-14T07:17:06.754Z] #57 43.61 + make [2021-07-14T07:17:06.849Z] #46 ... [2021-07-14T07:17:06.849Z] [2021-07-14T07:17:06.849Z] #57 [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-07-14T07:17:06.849Z] #57 sha256:9b1efea61ebbbba22390056f49bebd72dba35358cb5c732a4aa98abdc11c67fe [2021-07-14T07:17:07.120Z] #13 ... [2021-07-14T07:17:07.120Z] [2021-07-14T07:17:07.120Z] #52 [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-07-14T07:17:07.120Z] #52 sha256:fc1c17164ef0e30817b476dc51015fd01ddc11b875a5cf5b8964f765303d349b [2021-07-14T07:17:07.120Z] #52 81.67 go/ast [2021-07-14T07:17:07.120Z] #52 82.18 mvdan.cc/sh/v3/fileutil [2021-07-14T07:17:07.120Z] #52 82.35 text/tabwriter [2021-07-14T07:17:07.120Z] #52 83.00 mvdan.cc/sh/v3/syntax [2021-07-14T07:17:07.120Z] #52 89.67 mvdan.cc/sh/v3/cmd/shfmt [2021-07-14T07:17:07.381Z] #52 ... [2021-07-14T07:17:07.381Z] [2021-07-14T07:17:07.381Z] #46 [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-07-14T07:17:07.381Z] #46 sha256:45330e458c197afe6b953285f43fed9ea5d21cd484f7b632a40659860e483bdd [2021-07-14T07:17:07.381Z] #46 87.37 text/template [2021-07-14T07:17:07.381Z] #46 89.43 log [2021-07-14T07:17:07.381Z] #46 90.09 encoding/xml [2021-07-14T07:17:07.885Z] #57 41.72 Checking out files: 50% (2067/4075) Checking out files: 51% (2079/4075) Checking out files: 52% (2119/4075) Checking out files: 53% (2160/4075) Checking out files: 54% (2201/4075) Checking out files: 55% (2242/4075) Checking out files: 56% (2282/4075) Checking out files: 57% (2323/4075) Checking out files: 58% (2364/4075) Checking out files: 59% (2405/4075) Checking out files: 60% (2445/4075) Checking out files: 61% (2486/4075) Checking out files: 62% (2527/4075) Checking out files: 63% (2568/4075) Checking out files: 64% (2608/4075) Checking out files: 65% (2649/4075) Checking out files: 66% (2690/4075) Checking out files: 67% (2731/4075) Checking out files: 68% (2771/4075) Checking out files: 69% (2812/4075) Checking out files: 70% (2853/4075) Checking out files: 71% (2894/4075) Checking out files: 72% (2934/4075) Checking out files: 73% (2975/4075) Checking out files: 74% (3016/4075) Checking out files: 75% (3057/4075) Checking out files: 76% (3097/4075) Checking out files: 77% (3138/4075) Checking out files: 78% (3179/4075) Checking out files: 79% (3220/4075) Checking out files: 80% (3260/4075) Checking out files: 81% (3301/4075) Checking out files: 82% (3342/4075) Checking out files: 83% (3383/4075) Checking out files: 84% (3423/4075) Checking out files: 85% (3464/4075) Checking out files: 86% (3505/4075) Checking out files: 87% (3546/4075) Checking out files: 88% (3586/4075) Checking out files: 89% (3627/4075) Checking out files: 90% (3668/4075) Checking out files: 91% (3709/4075) Checking out files: 92% (3749/4075) Checking out files: 93% (3790/4075) Checking out files: 94% (3831/4075) Checking out files: 95% (3872/4075) Checking out files: 96% (3912/4075) Checking out files: 97% (3953/4075) Checking out files: 98% (3994/4075) Checking out files: 99% (4035/4075) Checking out files: 100% (4075/4075) Checking out files: 100% (4075/4075), done. [2021-07-14T07:17:07.885Z] #57 42.90 + cd /tmp/tmp.TeGE5Vw8pa/src/github.com/containerd/containerd [2021-07-14T07:17:07.952Z] #46 92.35 go/doc [2021-07-14T07:17:08.132Z] #57 45.14 + bin/ctr [2021-07-14T07:17:08.144Z] #57 42.90 + git checkout -q 0e8719f54c6dc6571fc1170da75a85e86c17636b [2021-07-14T07:17:08.321Z] #43 ... [2021-07-14T07:17:08.321Z] [2021-07-14T07:17:08.321Z] #63 [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-07-14T07:17:08.321Z] #63 sha256:44f42d3845a1206a73a8419be0e535dd4fc0de965b0b4bf937943705330bfd22 [2021-07-14T07:17:08.321Z] #63 35.24 Reading package lists... [2021-07-14T07:17:08.321Z] #63 44.70 Building dependency tree... [2021-07-14T07:17:08.321Z] #63 48.20 The following additional packages will be installed: [2021-07-14T07:17:08.321Z] #63 48.20 libbtrfs0 [2021-07-14T07:17:08.321Z] #63 48.36 The following NEW packages will be installed: [2021-07-14T07:17:08.321Z] #63 48.37 libbtrfs-dev libbtrfs0 [2021-07-14T07:17:08.321Z] #63 48.80 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:17:08.321Z] #63 48.80 Need to get 119 kB of archives. [2021-07-14T07:17:08.321Z] #63 48.80 After this operation, 387 kB of additional disk space will be used. [2021-07-14T07:17:08.321Z] #63 48.80 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-07-14T07:17:08.321Z] #63 48.81 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-07-14T07:17:08.321Z] #63 49.77 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:17:08.321Z] #63 50.17 Fetched 119 kB in 0s (341 kB/s) [2021-07-14T07:17:08.321Z] #63 50.51 Selecting previously unselected package libbtrfs0. [2021-07-14T07:17:08.321Z] #63 50.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 ... 29521 files and directories currently installed.) [2021-07-14T07:17:08.321Z] #63 50.60 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-07-14T07:17:08.321Z] #63 50.83 Unpacking libbtrfs0 (4.20.1-2) ... [2021-07-14T07:17:08.321Z] #63 51.05 Selecting previously unselected package libbtrfs-dev. [2021-07-14T07:17:08.321Z] #63 51.05 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-07-14T07:17:08.321Z] #63 51.06 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:17:08.321Z] #63 51.34 Setting up libbtrfs0 (4.20.1-2) ... [2021-07-14T07:17:08.321Z] #63 51.38 Setting up libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:17:08.321Z] #63 51.40 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:17:08.321Z] #63 DONE 53.1s [2021-07-14T07:17:08.321Z] [2021-07-14T07:17:08.321Z] #43 [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-07-14T07:17:08.321Z] #43 sha256:4e03796d85905bc2b5261025e8074858b4350035fe03a8695d9e07fcc59c7d0e [2021-07-14T07:17:08.321Z] #43 53.07 Selecting previously unselected package libarchive13:amd64. [2021-07-14T07:17:08.321Z] #43 53.08 Preparing to unpack .../3-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-07-14T07:17:08.321Z] #43 53.11 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-07-14T07:17:08.321Z] #43 53.26 Selecting previously unselected package libjsoncpp1:amd64. [2021-07-14T07:17:08.321Z] #43 53.27 Preparing to unpack .../4-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-07-14T07:17:08.321Z] #43 53.29 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-07-14T07:17:08.321Z] #43 53.40 Selecting previously unselected package librhash0:amd64. [2021-07-14T07:17:08.321Z] #43 53.40 Preparing to unpack .../5-librhash0_1.3.8-1_amd64.deb ... [2021-07-14T07:17:08.321Z] #43 53.41 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-07-14T07:17:08.321Z] #43 53.56 Selecting previously unselected package libuv1:amd64. [2021-07-14T07:17:08.321Z] #43 53.57 Preparing to unpack .../6-libuv1_1.24.1-1+deb10u1_amd64.deb ... [2021-07-14T07:17:08.321Z] #43 53.59 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ... [2021-07-14T07:17:08.578Z] #43 53.72 Selecting previously unselected package cmake. [2021-07-14T07:17:08.578Z] #43 53.73 Preparing to unpack .../7-cmake_3.13.4-1_amd64.deb ... [2021-07-14T07:17:08.578Z] #43 53.73 Unpacking cmake (3.13.4-1) ... [2021-07-14T07:17:08.894Z] #46 ... [2021-07-14T07:17:08.894Z] [2021-07-14T07:17:08.894Z] #52 [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-07-14T07:17:08.894Z] #52 sha256:fc1c17164ef0e30817b476dc51015fd01ddc11b875a5cf5b8964f765303d349b [2021-07-14T07:17:08.894Z] #52 DONE 93.5s [2021-07-14T07:17:09.141Z] #43 54.41 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-07-14T07:17:09.141Z] #43 54.43 Setting up xxd (2:8.1.0875-5) ... [2021-07-14T07:17:09.141Z] #43 54.44 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ... [2021-07-14T07:17:09.141Z] #43 54.46 Setting up vim-common (2:8.1.0875-5) ... [2021-07-14T07:17:09.155Z] [2021-07-14T07:17:09.155Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:17:09.155Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:17:09.400Z] #43 54.48 Setting up librhash0:amd64 (1.3.8-1) ... [2021-07-14T07:17:09.400Z] #43 54.50 Setting up cmake-data (3.13.4-1) ... [2021-07-14T07:17:09.400Z] #43 54.52 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-07-14T07:17:09.400Z] #43 54.53 Setting up cmake (3.13.4-1) ... [2021-07-14T07:17:09.400Z] #43 54.55 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:17:09.400Z] #43 54.59 Processing triggers for mime-support (3.62) ... [2021-07-14T07:17:09.547Z] #57 44.40 + export 'BUILDTAGS=netgo osusergo static_build' [2021-07-14T07:17:09.547Z] #57 44.40 + BUILDTAGS='netgo osusergo static_build' [2021-07-14T07:17:09.547Z] #57 44.40 + export EXTRA_FLAGS=-buildmode=pie [2021-07-14T07:17:09.547Z] #57 44.40 + EXTRA_FLAGS=-buildmode=pie [2021-07-14T07:17:09.547Z] #57 44.40 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-07-14T07:17:09.547Z] #57 44.40 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-07-14T07:17:09.547Z] #57 44.40 + '[' '' = dynamic ']' [2021-07-14T07:17:09.547Z] #57 44.40 + make [2021-07-14T07:17:09.815Z] #57 ... [2021-07-14T07:17:09.815Z] [2021-07-14T07:17:09.815Z] #52 [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-07-14T07:17:09.815Z] #52 sha256:1fcffa1c17963bdb209b286da05fe4022278d59ff947f38e35617ff7b3b80ffe [2021-07-14T07:17:09.815Z] #52 76.77 fmt [2021-07-14T07:17:09.815Z] #52 80.62 encoding/json [2021-07-14T07:17:09.815Z] #52 81.49 flag [2021-07-14T07:17:09.815Z] #52 83.04 github.com/pkg/diff [2021-07-14T07:17:09.815Z] #52 84.29 go/ast [2021-07-14T07:17:09.815Z] #52 85.97 golang.org/x/crypto/ssh/terminal [2021-07-14T07:17:09.923Z] #44 77.55 Setting up criu (3.15-1) ... [2021-07-14T07:17:09.966Z] #43 DONE 55.2s [2021-07-14T07:17:09.966Z] [2021-07-14T07:17:09.966Z] #44 [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-07-14T07:17:09.966Z] #44 sha256:f833fce44e23f582af878e0acba90f7c2548b95f043baade9aefb150b25eb987 [2021-07-14T07:17:10.386Z] #52 87.26 io/ioutil [2021-07-14T07:17:10.646Z] #52 ... [2021-07-14T07:17:10.646Z] [2021-07-14T07:17:10.646Z] #46 [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-07-14T07:17:10.646Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:17:10.646Z] #46 87.65 go/parser [2021-07-14T07:17:10.646Z] #46 87.67 text/template [2021-07-14T07:17:10.897Z] #44 0.861 + RM_GOPATH=0 [2021-07-14T07:17:10.897Z] #44 0.861 + TMP_GOPATH= [2021-07-14T07:17:10.897Z] #44 0.861 + : /build [2021-07-14T07:17:10.897Z] #44 0.861 + '[' -z '' ']' [2021-07-14T07:17:10.897Z] #44 0.861 ++ mktemp -d [2021-07-14T07:17:10.897Z] #44 0.863 + export GOPATH=/tmp/tmp.j7kdsY696Y [2021-07-14T07:17:10.897Z] #44 0.863 + GOPATH=/tmp/tmp.j7kdsY696Y [2021-07-14T07:17:10.897Z] #44 0.863 + RM_GOPATH=1 [2021-07-14T07:17:10.897Z] #44 0.863 + case "$(go env GOARCH)" in [2021-07-14T07:17:10.897Z] #44 0.863 ++ go env GOARCH [2021-07-14T07:17:10.897Z] #44 0.872 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:17:10.897Z] #44 0.872 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:17:10.897Z] #44 0.874 ++ dirname /tmp/install/install.sh [2021-07-14T07:17:10.897Z] #44 0.875 + dir=/tmp/install [2021-07-14T07:17:10.897Z] #44 0.876 + bin=tini [2021-07-14T07:17:10.897Z] #44 0.876 + shift [2021-07-14T07:17:10.897Z] #44 0.876 + '[' '!' -f /tmp/install/tini.installer ']' [2021-07-14T07:17:10.897Z] #44 0.876 + . /tmp/install/tini.installer [2021-07-14T07:17:10.897Z] #44 0.877 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-14T07:17:10.897Z] #44 0.877 + install_tini [2021-07-14T07:17:10.897Z] #44 0.877 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-07-14T07:17:10.897Z] #44 0.877 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-14T07:17:10.897Z] #44 0.878 + git clone https://github.com/krallin/tini.git /tmp/tmp.j7kdsY696Y/tini [2021-07-14T07:17:10.897Z] #44 0.879 Cloning into '/tmp/tmp.j7kdsY696Y/tini'... [2021-07-14T07:17:11.460Z] #44 1.234 + cd /tmp/tmp.j7kdsY696Y/tini [2021-07-14T07:17:11.460Z] #44 1.235 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-07-14T07:17:11.460Z] #44 1.239 + cmake . [2021-07-14T07:17:11.460Z] #44 1.358 -- The C compiler identification is GNU 8.3.0 [2021-07-14T07:17:11.460Z] #44 1.387 -- Check for working C compiler: /usr/bin/cc [2021-07-14T07:17:11.468Z] #57 ... [2021-07-14T07:17:11.468Z] [2021-07-14T07:17:11.468Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:17:11.468Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:17:11.468Z] #13 84.28 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-07-14T07:17:11.468Z] #13 84.28 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-07-14T07:17:11.468Z] #13 84.29 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:11.707Z] #13 ... [2021-07-14T07:17:11.707Z] [2021-07-14T07:17:11.707Z] #46 [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-07-14T07:17:11.707Z] #46 sha256:45330e458c197afe6b953285f43fed9ea5d21cd484f7b632a40659860e483bdd [2021-07-14T07:17:11.707Z] #46 94.65 compress/flate [2021-07-14T07:17:11.707Z] #46 95.55 github.com/LK4D4/vndr/build [2021-07-14T07:17:11.717Z] #44 1.548 -- Check for working C compiler: /usr/bin/cc -- works [2021-07-14T07:17:11.717Z] #44 1.549 -- Detecting C compiler ABI info [2021-07-14T07:17:11.717Z] #44 1.682 -- Detecting C compiler ABI info - done [2021-07-14T07:17:11.717Z] #44 1.694 -- Detecting C compile features [2021-07-14T07:17:11.852Z] #44 79.44 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:17:11.852Z] #44 79.53 Processing triggers for mime-support (3.62) ... [2021-07-14T07:17:12.280Z] #44 2.183 -- Detecting C compile features - done [2021-07-14T07:17:12.280Z] #44 2.201 -- Performing Test HAS_BUILTIN_FORTIFY [2021-07-14T07:17:12.280Z] #44 2.285 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-07-14T07:17:12.537Z] #44 2.320 -- Configuring done [2021-07-14T07:17:12.537Z] #44 2.328 -- Generating done [2021-07-14T07:17:12.537Z] #44 2.329 -- Build files have been written to: /tmp/tmp.j7kdsY696Y/tini [2021-07-14T07:17:12.537Z] #44 2.333 + make tini-static [2021-07-14T07:17:12.537Z] #44 2.500 Scanning dependencies of target tini-static [2021-07-14T07:17:12.537Z] #44 2.539 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-07-14T07:17:12.650Z] #46 97.05 compress/gzip [2021-07-14T07:17:13.100Z] #44 2.876 [100%] Linking C executable tini-static [2021-07-14T07:17:13.100Z] #44 3.003 [100%] Built target tini-static [2021-07-14T07:17:13.100Z] #44 3.029 + mkdir -p /build [2021-07-14T07:17:13.100Z] #44 3.035 + cp tini-static /build/docker-init [2021-07-14T07:17:13.100Z] #44 ... [2021-07-14T07:17:13.100Z] [2021-07-14T07:17:13.100Z] #19 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:17:13.100Z] #19 sha256:79b75809a970c6277af16117ce4e1148947523c4fb48f35e691448c3368daac5 [2021-07-14T07:17:13.100Z] #19 37.47 Reading package lists... [2021-07-14T07:17:13.100Z] #19 46.84 Building dependency tree... [2021-07-14T07:17:13.100Z] #19 48.34 The following additional packages will be installed: [2021-07-14T07:17:13.100Z] #19 48.34 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-07-14T07:17:13.100Z] #19 48.35 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-07-14T07:17:13.100Z] #19 48.35 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-07-14T07:17:13.100Z] #19 48.35 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2021-07-14T07:17:13.100Z] #19 48.35 mingw-w64-x86-64-dev [2021-07-14T07:17:13.100Z] #19 48.35 Suggested packages: [2021-07-14T07:17:13.100Z] #19 48.35 gcc-8-locales seccomp wine64 [2021-07-14T07:17:13.100Z] #19 48.62 The following NEW packages will be installed: [2021-07-14T07:17:13.100Z] #19 48.63 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-07-14T07:17:13.100Z] #19 48.63 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-07-14T07:17:13.100Z] #19 48.63 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-07-14T07:17:13.100Z] #19 48.63 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-07-14T07:17:13.100Z] #19 48.63 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-07-14T07:17:13.100Z] #19 48.63 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-07-14T07:17:13.100Z] #19 48.64 The following packages will be upgraded: [2021-07-14T07:17:13.100Z] #19 48.64 libseccomp2 [2021-07-14T07:17:13.100Z] #19 48.95 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:17:13.100Z] #19 48.95 Need to get 77.8 MB of archives. [2021-07-14T07:17:13.100Z] #19 48.95 After this operation, 487 MB of additional disk space will be used. [2021-07-14T07:17:13.100Z] #19 48.95 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-07-14T07:17:13.100Z] #19 48.96 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-07-14T07:17:13.100Z] #19 48.97 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-07-14T07:17:13.100Z] #19 49.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-07-14T07:17:13.100Z] #19 49.19 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-07-14T07:17:13.100Z] #19 49.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-07-14T07:17:13.100Z] #19 49.19 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-07-14T07:17:13.100Z] #19 49.22 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-07-14T07:17:13.100Z] #19 49.35 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-07-14T07:17:13.100Z] #19 49.40 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-07-14T07:17:13.100Z] #19 49.41 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-07-14T07:17:13.100Z] #19 50.78 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-07-14T07:17:13.100Z] #19 51.37 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-07-14T07:17:13.100Z] #19 51.37 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-07-14T07:17:13.100Z] #19 51.38 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-07-14T07:17:13.101Z] #19 51.38 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-07-14T07:17:13.101Z] #19 51.38 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-07-14T07:17:13.101Z] #19 51.38 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-07-14T07:17:13.101Z] #19 51.38 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-07-14T07:17:13.101Z] #19 51.38 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-07-14T07:17:13.101Z] #19 51.39 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-07-14T07:17:13.101Z] #19 51.39 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-07-14T07:17:13.101Z] #19 51.40 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-07-14T07:17:13.101Z] #19 51.41 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-07-14T07:17:13.101Z] #19 51.41 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-07-14T07:17:13.101Z] #19 51.41 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-07-14T07:17:13.101Z] #19 51.96 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:17:13.101Z] #19 52.16 Fetched 77.8 MB in 3s (28.4 MB/s) [2021-07-14T07:17:13.101Z] #19 52.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 ... 29521 files and directories currently installed.) [2021-07-14T07:17:13.101Z] #19 52.25 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-07-14T07:17:13.101Z] #19 52.26 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-07-14T07:17:13.101Z] #19 52.42 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-07-14T07:17:13.101Z] #19 52.53 Selecting previously unselected package binutils-mingw-w64-i686. [2021-07-14T07:17:13.101Z] #19 52.53 (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 ... 29521 files and directories currently installed.) [2021-07-14T07:17:13.101Z] #19 52.55 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-07-14T07:17:13.101Z] #19 52.56 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-07-14T07:17:13.101Z] #19 53.04 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-07-14T07:17:13.101Z] #19 53.05 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-07-14T07:17:13.101Z] #19 53.13 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-07-14T07:17:13.101Z] #19 53.80 Selecting previously unselected package binutils-mingw-w64. [2021-07-14T07:17:13.101Z] #19 53.81 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-07-14T07:17:13.101Z] #19 53.82 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-07-14T07:17:13.101Z] #19 53.90 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-07-14T07:17:13.101Z] #19 53.91 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-07-14T07:17:13.101Z] #19 53.91 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:13.101Z] #19 54.03 Selecting previously unselected package dmsetup. [2021-07-14T07:17:13.101Z] #19 54.03 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-07-14T07:17:13.101Z] #19 54.04 Unpacking dmsetup (2:1.02.155-3) ... [2021-07-14T07:17:13.101Z] #19 54.12 Selecting previously unselected package mingw-w64-common. [2021-07-14T07:17:13.101Z] #19 54.13 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-07-14T07:17:13.101Z] #19 54.13 Unpacking mingw-w64-common (6.0.0-3) ... [2021-07-14T07:17:13.101Z] #19 55.80 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-07-14T07:17:13.101Z] #19 55.81 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-07-14T07:17:13.101Z] #19 55.81 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-07-14T07:17:13.222Z] #46 97.77 net [2021-07-14T07:17:13.250Z] #44 DONE 81.1s [2021-07-14T07:17:13.250Z] [2021-07-14T07:17:13.250Z] #46 [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-07-14T07:17:13.250Z] #46 sha256:85f709a69448fd8fb146e7e8e89b1c7d0542c5c1fa53adde4c4bcf1f2e07a3d6 [2021-07-14T07:17:13.250Z] #46 72.09 go/doc [2021-07-14T07:17:13.250Z] #46 72.65 vendor/golang.org/x/text/unicode/norm [2021-07-14T07:17:13.250Z] #46 77.37 github.com/LK4D4/vndr/build [2021-07-14T07:17:13.250Z] #46 79.08 vendor/golang.org/x/crypto/cryptobyte [2021-07-14T07:17:13.250Z] #46 81.15 mime [2021-07-14T07:17:13.733Z] Fetching without tags [2021-07-14T07:17:14.166Z] #46 98.38 vendor/golang.org/x/sys/cpu [2021-07-14T07:17:14.427Z] #46 98.85 vendor/golang.org/x/crypto/chacha20poly1305 [2021-07-14T07:17:14.449Z] Merging remotes/origin/master commit 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 into PR head commit 84df737f500a7d0074e97ea60bdfc02e5fe9be9f [2021-07-14T07:17:14.489Z] #19 57.76 Selecting previously unselected package gcc-mingw-w64-base. [2021-07-14T07:17:14.489Z] #19 57.77 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-07-14T07:17:14.489Z] #19 57.78 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:14.489Z] #19 57.98 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-07-14T07:17:14.489Z] #19 57.98 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-07-14T07:17:14.489Z] #19 58.08 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:14.489Z] #19 ... [2021-07-14T07:17:14.489Z] [2021-07-14T07:17:14.489Z] #44 [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-07-14T07:17:14.489Z] #44 sha256:f833fce44e23f582af878e0acba90f7c2548b95f043baade9aefb150b25eb987 [2021-07-14T07:17:14.489Z] #44 DONE 4.6s [2021-07-14T07:17:14.489Z] [2021-07-14T07:17:14.489Z] #64 [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-07-14T07:17:14.489Z] #64 sha256:437851ac574ace05896a83ddeed03a4cd4a722c455bf90e8b55943769a156c54 [2021-07-14T07:17:14.489Z] #64 0.708 + RM_GOPATH=0 [2021-07-14T07:17:14.489Z] #64 0.708 + TMP_GOPATH= [2021-07-14T07:17:14.489Z] #64 0.708 + : /build [2021-07-14T07:17:14.489Z] #64 0.708 + '[' -z '' ']' [2021-07-14T07:17:14.489Z] #64 0.709 ++ mktemp -d [2021-07-14T07:17:14.489Z] #64 0.714 + export GOPATH=/tmp/tmp.OGGJd6H6Lg [2021-07-14T07:17:14.489Z] #64 0.715 + GOPATH=/tmp/tmp.OGGJd6H6Lg [2021-07-14T07:17:14.489Z] #64 0.715 + RM_GOPATH=1 [2021-07-14T07:17:14.489Z] #64 0.715 + case "$(go env GOARCH)" in [2021-07-14T07:17:14.489Z] #64 0.715 ++ go env GOARCH [2021-07-14T07:17:14.489Z] #64 0.719 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:17:14.489Z] #64 0.719 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:17:14.489Z] #64 0.720 ++ dirname /tmp/install/install.sh [2021-07-14T07:17:14.489Z] #64 0.720 + dir=/tmp/install [2021-07-14T07:17:14.489Z] #64 0.721 + bin=containerd [2021-07-14T07:17:14.489Z] #64 0.721 + shift [2021-07-14T07:17:14.489Z] #64 0.721 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-07-14T07:17:14.489Z] #64 0.721 + . /tmp/install/containerd.installer [2021-07-14T07:17:14.489Z] #64 0.721 ++ set -e [2021-07-14T07:17:14.489Z] #64 0.721 ++ : 0e8719f54c6dc6571fc1170da75a85e86c17636b [2021-07-14T07:17:14.489Z] #64 0.721 + install_containerd [2021-07-14T07:17:14.489Z] #64 0.722 + echo 'Install containerd version 0e8719f54c6dc6571fc1170da75a85e86c17636b' [2021-07-14T07:17:14.489Z] #64 0.722 Install containerd version 0e8719f54c6dc6571fc1170da75a85e86c17636b [2021-07-14T07:17:14.489Z] #64 0.722 + git clone https://github.com/containerd/containerd.git /tmp/tmp.OGGJd6H6Lg/src/github.com/containerd/containerd [2021-07-14T07:17:14.489Z] #64 0.724 Cloning into '/tmp/tmp.OGGJd6H6Lg/src/github.com/containerd/containerd'... [2021-07-14T07:17:14.835Z] #46 91.35 encoding/xml [2021-07-14T07:17:15.371Z] #46 99.87 vendor/golang.org/x/crypto/curve25519 [2021-07-14T07:17:13.431Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:17:13.492Z] > git config --add remote.origin.fetch +refs/pull/42636/head:refs/remotes/origin/PR-42636 # timeout=10 [2021-07-14T07:17:13.534Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:17:13.649Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:17:13.766Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:17:13.766Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:17:13.768Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:17:14.549Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:17:14.590Z] > git checkout -f 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [2021-07-14T07:17:15.720Z] #13 ... [2021-07-14T07:17:15.720Z] [2021-07-14T07:17:15.720Z] #52 [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-07-14T07:17:15.720Z] #52 sha256:6dc438d704d09bc4d187dd21845b7e1ca2a5a818831fc102b0ba430dffee9ea2 [2021-07-14T07:17:15.720Z] #52 82.48 io/ioutil [2021-07-14T07:17:15.720Z] #52 82.78 mvdan.cc/editorconfig [2021-07-14T07:17:15.720Z] #52 83.79 mvdan.cc/sh/v3/fileutil [2021-07-14T07:17:15.720Z] #52 83.94 text/tabwriter [2021-07-14T07:17:15.720Z] #52 84.43 mvdan.cc/sh/v3/syntax [2021-07-14T07:17:15.720Z] #52 90.06 mvdan.cc/sh/v3/cmd/shfmt [2021-07-14T07:17:15.720Z] #52 ... [2021-07-14T07:17:15.720Z] [2021-07-14T07:17:15.720Z] #46 [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-07-14T07:17:15.720Z] #46 sha256:ea7f20defe8df5e33a2fd1d5d092cd89194e26a2ac9659ecae17cd75b67eebfa [2021-07-14T07:17:15.720Z] #46 83.59 go/parser [2021-07-14T07:17:15.720Z] #46 84.06 text/template [2021-07-14T07:17:15.720Z] #46 87.73 log [2021-07-14T07:17:15.720Z] #46 88.38 encoding/xml [2021-07-14T07:17:15.720Z] #46 88.43 go/doc [2021-07-14T07:17:15.720Z] #46 91.90 github.com/LK4D4/vndr/build [2021-07-14T07:17:15.814Z] #46 ... [2021-07-14T07:17:15.814Z] [2021-07-14T07:17:15.814Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:17:15.814Z] #13 sha256:0a5c4f9d7f4bd4487ee5b1fc84c7c8e464816e238d705348cc2476c73e010007 [2021-07-14T07:17:15.814Z] #13 81.25 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-07-14T07:17:15.814Z] #13 81.26 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... [2021-07-14T07:17:15.814Z] #13 81.26 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:15.942Z] #46 100.5 vendor/golang.org/x/crypto/hkdf [2021-07-14T07:17:15.980Z] #46 ... [2021-07-14T07:17:15.980Z] [2021-07-14T07:17:15.980Z] #52 [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-07-14T07:17:15.980Z] #52 sha256:6dc438d704d09bc4d187dd21845b7e1ca2a5a818831fc102b0ba430dffee9ea2 [2021-07-14T07:17:15.980Z] #52 DONE 93.5s [2021-07-14T07:17:15.980Z] [2021-07-14T07:17:15.980Z] #46 [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-07-14T07:17:15.980Z] #46 sha256:ea7f20defe8df5e33a2fd1d5d092cd89194e26a2ac9659ecae17cd75b67eebfa [2021-07-14T07:17:15.980Z] #46 93.46 github.com/LK4D4/vndr/versioned [2021-07-14T07:17:16.203Z] #46 100.7 vendor/golang.org/x/text/transform [2021-07-14T07:17:16.210Z] #46 92.70 go/doc [2021-07-14T07:17:16.238Z] #46 93.70 compress/flate [2021-07-14T07:17:17.146Z] #46 101.5 vendor/golang.org/x/text/unicode/bidi [2021-07-14T07:17:17.613Z] #46 94.90 hash/crc32 [2021-07-14T07:17:17.872Z] #46 95.44 crypto/ed25519 [2021-07-14T07:17:17.894Z] Merge succeeded, producing 9e0e72a03d456d715758787b3ce0e3e22218b036 [2021-07-14T07:17:17.894Z] Checking out Revision 9e0e72a03d456d715758787b3ce0e3e22218b036 (PR-42636) [2021-07-14T07:17:18.111Z] #46 ... [2021-07-14T07:17:18.111Z] [2021-07-14T07:17:18.112Z] #52 [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-07-14T07:17:18.112Z] #52 sha256:1fcffa1c17963bdb209b286da05fe4022278d59ff947f38e35617ff7b3b80ffe [2021-07-14T07:17:18.112Z] #52 87.72 mvdan.cc/editorconfig [2021-07-14T07:17:18.112Z] #52 88.54 mvdan.cc/sh/v3/fileutil [2021-07-14T07:17:18.112Z] #52 88.78 text/tabwriter [2021-07-14T07:17:18.112Z] #52 89.25 mvdan.cc/sh/v3/syntax [2021-07-14T07:17:18.112Z] #52 94.58 mvdan.cc/sh/v3/cmd/shfmt [2021-07-14T07:17:18.440Z] #46 95.80 crypto/rsa [2021-07-14T07:17:18.532Z] #46 102.9 vendor/golang.org/x/text/secure/bidirule [2021-07-14T07:17:18.532Z] #46 103.0 vendor/golang.org/x/text/unicode/norm [2021-07-14T07:17:16.918Z] > git remote # timeout=10 [2021-07-14T07:17:16.991Z] > git config --get remote.origin.url # timeout=10 [2021-07-14T07:17:17.032Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:17:17.033Z] > git merge 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 # timeout=10 [2021-07-14T07:17:17.782Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-07-14T07:17:17.924Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:17:17.967Z] > git checkout -f 9e0e72a03d456d715758787b3ce0e3e22218b036 # timeout=10 [2021-07-14T07:17:19.008Z] #46 96.48 crypto/dsa [2021-07-14T07:17:19.266Z] #46 96.85 crypto/x509/pkix [2021-07-14T07:17:19.490Z] #52 ... [2021-07-14T07:17:19.490Z] [2021-07-14T07:17:19.490Z] #46 [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-07-14T07:17:19.490Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:17:19.490Z] #46 96.25 github.com/LK4D4/vndr/build [2021-07-14T07:17:19.490Z] #46 96.43 github.com/LK4D4/vndr/versioned [2021-07-14T07:17:19.490Z] #46 96.52 compress/flate [2021-07-14T07:17:19.750Z] #64 10.96 + cd /tmp/tmp.OGGJd6H6Lg/src/github.com/containerd/containerd [2021-07-14T07:17:19.750Z] #64 10.96 + git checkout -q 0e8719f54c6dc6571fc1170da75a85e86c17636b [2021-07-14T07:17:19.750Z] #64 11.56 + export 'BUILDTAGS=netgo osusergo static_build' [2021-07-14T07:17:19.750Z] #64 11.56 + BUILDTAGS='netgo osusergo static_build' [2021-07-14T07:17:19.750Z] #64 11.56 + export EXTRA_FLAGS=-buildmode=pie [2021-07-14T07:17:19.750Z] #64 11.56 + EXTRA_FLAGS=-buildmode=pie [2021-07-14T07:17:19.750Z] #64 11.56 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-07-14T07:17:19.750Z] #64 11.56 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-07-14T07:17:19.750Z] #64 11.56 + '[' '' = dynamic ']' [2021-07-14T07:17:19.750Z] #64 11.56 + make [2021-07-14T07:17:19.834Z] #46 97.24 net [2021-07-14T07:17:19.835Z] #46 97.36 vendor/golang.org/x/crypto/chacha20 [2021-07-14T07:17:19.937Z] #46 ... [2021-07-14T07:17:19.937Z] [2021-07-14T07:17:19.937Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:17:19.937Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:17:19.937Z] #13 100.9 Selecting previously unselected package libapparmor1:amd64. [2021-07-14T07:17:19.937Z] #13 100.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-07-14T07:17:19.938Z] #13 100.9 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-07-14T07:17:19.938Z] #13 101.1 Selecting previously unselected package libapparmor-dev:amd64. [2021-07-14T07:17:19.938Z] #13 101.1 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-07-14T07:17:19.938Z] #13 101.1 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-07-14T07:17:19.938Z] #13 101.2 Selecting previously unselected package libbtrfs0. [2021-07-14T07:17:19.938Z] #13 101.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-07-14T07:17:19.938Z] #13 101.3 Unpacking libbtrfs0 (4.20.1-2) ... [2021-07-14T07:17:19.938Z] #13 101.3 Selecting previously unselected package libbtrfs-dev. [2021-07-14T07:17:19.938Z] #13 101.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-07-14T07:17:19.938Z] #13 101.3 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:17:20.007Z] #64 12.22 + bin/ctr [2021-07-14T07:17:20.201Z] using credential docker-jenkins-github-credentials [2021-07-14T07:17:20.211Z] #13 101.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-07-14T07:17:20.211Z] #13 101.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-07-14T07:17:20.211Z] #13 101.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:20.211Z] #13 101.5 Selecting previously unselected package libudev-dev:amd64. [2021-07-14T07:17:20.211Z] #13 101.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-07-14T07:17:20.211Z] #13 101.6 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-07-14T07:17:20.274Z] Cloning the remote Git repository [2021-07-14T07:17:20.274Z] Cloning with configured refspecs honoured and without tags [2021-07-14T07:17:20.402Z] #46 97.98 vendor/golang.org/x/crypto/poly1305 [2021-07-14T07:17:20.485Z] #13 101.8 Selecting previously unselected package libsepol1-dev:amd64. [2021-07-14T07:17:20.485Z] #13 101.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-07-14T07:17:20.485Z] #13 101.8 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-07-14T07:17:20.571Z] #64 ... [2021-07-14T07:17:20.571Z] [2021-07-14T07:17:20.571Z] #19 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:17:20.571Z] #19 sha256:79b75809a970c6277af16117ce4e1148947523c4fb48f35e691448c3368daac5 [2021-07-14T07:17:20.571Z] #19 63.95 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-07-14T07:17:20.571Z] #19 63.96 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-07-14T07:17:20.571Z] #19 63.96 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:20.746Z] #13 102.1 Selecting previously unselected package libpcre16-3:amd64. [2021-07-14T07:17:20.746Z] #13 102.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-07-14T07:17:20.746Z] #13 102.1 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-07-14T07:17:20.868Z] #46 ... [2021-07-14T07:17:20.868Z] [2021-07-14T07:17:20.868Z] #57 [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-07-14T07:17:20.868Z] #57 sha256:9b1efea61ebbbba22390056f49bebd72dba35358cb5c732a4aa98abdc11c67fe [2021-07-14T07:17:20.868Z] #57 45.86 + bin/ctr [2021-07-14T07:17:20.970Z] #46 98.42 vendor/golang.org/x/sys/cpu [2021-07-14T07:17:21.006Z] #13 102.3 Selecting previously unselected package libpcre32-3:amd64. [2021-07-14T07:17:21.006Z] #13 102.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-07-14T07:17:21.006Z] #13 102.3 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-07-14T07:17:21.127Z] #57 ... [2021-07-14T07:17:21.127Z] [2021-07-14T07:17:21.127Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:17:21.127Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:17:21.127Z] #13 84.42 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-07-14T07:17:21.127Z] #13 84.42 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-07-14T07:17:21.127Z] #13 84.43 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:21.255Z] #13 ... [2021-07-14T07:17:21.255Z] [2021-07-14T07:17:21.255Z] #57 [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-07-14T07:17:21.255Z] #57 sha256:736e7a0ca3e6ae67d3616995c38f45ab45e9d68e0e116e58fc8b65833ed0b432 [2021-07-14T07:17:21.255Z] #57 38.52 Checking out files: 48% (1984/4075) Checking out files: 49% (1997/4075) Checking out files: 50% (2038/4075) Checking out files: 51% (2079/4075) Checking out files: 52% (2119/4075) Checking out files: 53% (2160/4075) Checking out files: 54% (2201/4075) Checking out files: 55% (2242/4075) Checking out files: 56% (2282/4075) Checking out files: 57% (2323/4075) Checking out files: 58% (2364/4075) Checking out files: 59% (2405/4075) Checking out files: 60% (2445/4075) Checking out files: 61% (2486/4075) Checking out files: 62% (2527/4075) Checking out files: 63% (2568/4075) Checking out files: 64% (2608/4075) Checking out files: 65% (2649/4075) Checking out files: 66% (2690/4075) Checking out files: 67% (2731/4075) Checking out files: 68% (2771/4075) Checking out files: 69% (2812/4075) Checking out files: 70% (2853/4075) Checking out files: 71% (2894/4075) Checking out files: 72% (2934/4075) Checking out files: 73% (2975/4075) Checking out files: 74% (3016/4075) Checking out files: 75% (3057/4075) Checking out files: 76% (3097/4075) Checking out files: 77% (3138/4075) Checking out files: 78% (3179/4075) Checking out files: 79% (3220/4075) Checking out files: 80% (3260/4075) Checking out files: 81% (3301/4075) Checking out files: 82% (3342/4075) Checking out files: 83% (3383/4075) Checking out files: 84% (3423/4075) Checking out files: 85% (3464/4075) Checking out files: 86% (3505/4075) Checking out files: 87% (3546/4075) Checking out files: 88% (3586/4075) Checking out files: 89% (3627/4075) Checking out files: 90% (3668/4075) Checking out files: 91% (3709/4075) Checking out files: 92% (3749/4075) Checking out files: 93% (3790/4075) Checking out files: 94% (3831/4075) Checking out files: 95% (3872/4075) Checking out files: 96% (3912/4075) Checking out files: 97% (3953/4075) Checking out files: 98% (3994/4075) Checking out files: 99% (4035/4075) Checking out files: 100% (4075/4075) Checking out files: 100% (4075/4075), done. [2021-07-14T07:17:21.255Z] #57 39.49 + cd /tmp/tmp.VsQRMbBVa1/src/github.com/containerd/containerd [2021-07-14T07:17:21.255Z] #57 39.49 + git checkout -q 0e8719f54c6dc6571fc1170da75a85e86c17636b [2021-07-14T07:17:21.255Z] #57 40.77 + export 'BUILDTAGS=netgo osusergo static_build' [2021-07-14T07:17:21.255Z] #57 40.78 + BUILDTAGS='netgo osusergo static_build' [2021-07-14T07:17:21.255Z] #57 40.78 + export EXTRA_FLAGS=-buildmode=pie [2021-07-14T07:17:21.255Z] #57 40.78 + EXTRA_FLAGS=-buildmode=pie [2021-07-14T07:17:21.255Z] #57 40.78 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-07-14T07:17:21.255Z] #57 40.78 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-07-14T07:17:21.255Z] #57 40.78 + '[' '' = dynamic ']' [2021-07-14T07:17:21.255Z] #57 40.78 + make [2021-07-14T07:17:21.255Z] #57 42.41 + bin/ctr [2021-07-14T07:17:21.266Z] #13 102.4 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-07-14T07:17:21.266Z] #13 102.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-07-14T07:17:21.266Z] #13 102.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-07-14T07:17:21.266Z] #13 102.5 Selecting previously unselected package libpcre3-dev:amd64. [2021-07-14T07:17:21.266Z] #13 102.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-07-14T07:17:21.266Z] #13 102.5 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-07-14T07:17:21.527Z] #13 102.9 Selecting previously unselected package libselinux1-dev:amd64. [2021-07-14T07:17:21.538Z] #46 98.95 vendor/golang.org/x/crypto/chacha20poly1305 [2021-07-14T07:17:21.788Z] #13 103.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-07-14T07:17:21.788Z] #13 103.0 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-07-14T07:17:21.788Z] #13 103.2 Selecting previously unselected package libdevmapper-dev:amd64. [2021-07-14T07:17:21.788Z] #13 103.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-07-14T07:17:22.049Z] #13 103.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:22.049Z] #13 103.3 Selecting previously unselected package libseccomp-dev:amd64. [2021-07-14T07:17:22.049Z] #13 103.3 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-07-14T07:17:22.049Z] #13 103.3 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-07-14T07:17:22.065Z] #13 ... [2021-07-14T07:17:22.065Z] [2021-07-14T07:17:22.065Z] #52 [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-07-14T07:17:22.065Z] #52 sha256:1fcffa1c17963bdb209b286da05fe4022278d59ff947f38e35617ff7b3b80ffe [2021-07-14T07:17:22.065Z] #52 DONE 98.7s [2021-07-14T07:17:22.065Z] [2021-07-14T07:17:22.065Z] #50 [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-07-14T07:17:22.065Z] #50 sha256:337219f212bc588e04357e028bc09785c029067e744c58f7e1646250861891af [2021-07-14T07:17:22.310Z] #13 103.4 Selecting previously unselected package libsystemd-dev:amd64. [2021-07-14T07:17:22.310Z] #13 103.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-07-14T07:17:22.310Z] #13 103.4 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-07-14T07:17:20.455Z] Cloning repository https://github.com/moby/moby.git [2021-07-14T07:17:20.847Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-07-14T07:17:21.724Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:17:21.724Z] > git --version # timeout=10 [2021-07-14T07:17:21.766Z] > git --version # 'git version 2.24.1.windows.2' [2021-07-14T07:17:21.767Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:17:21.770Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:17:22.324Z] #50 ... [2021-07-14T07:17:22.324Z] [2021-07-14T07:17:22.324Z] #46 [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-07-14T07:17:22.324Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:17:22.324Z] #46 99.11 crypto/rsa [2021-07-14T07:17:22.324Z] #46 99.35 crypto/dsa [2021-07-14T07:17:22.475Z] #46 99.85 vendor/golang.org/x/crypto/curve25519 [2021-07-14T07:17:22.572Z] #13 103.9 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-07-14T07:17:22.572Z] #13 103.9 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-07-14T07:17:22.572Z] #13 104.0 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-07-14T07:17:22.833Z] #13 104.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-07-14T07:17:22.833Z] #13 104.0 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-07-14T07:17:22.833Z] #13 104.1 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-07-14T07:17:22.833Z] #13 104.1 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:22.833Z] #13 104.1 Setting up libbtrfs0 (4.20.1-2) ... [2021-07-14T07:17:22.833Z] #13 104.1 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-07-14T07:17:22.833Z] #13 104.1 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-07-14T07:17:22.833Z] #13 104.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-07-14T07:17:22.833Z] #13 104.1 Setting up libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:17:22.833Z] #13 104.2 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-07-14T07:17:22.833Z] #13 104.2 Setting up mingw-w64-common (6.0.0-3) ... [2021-07-14T07:17:22.833Z] #13 104.2 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-07-14T07:17:22.833Z] #13 104.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-07-14T07:17:22.833Z] #13 104.2 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-07-14T07:17:22.833Z] #13 104.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:22.833Z] #13 104.2 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-07-14T07:17:23.044Z] #46 100.6 vendor/golang.org/x/crypto/hkdf [2021-07-14T07:17:23.044Z] #46 100.8 vendor/golang.org/x/text/transform [2021-07-14T07:17:23.094Z] #13 104.2 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-07-14T07:17:23.094Z] #13 104.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:23.094Z] #13 104.3 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-07-14T07:17:23.094Z] #13 104.3 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-07-14T07:17:23.094Z] #13 104.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-07-14T07:17:23.094Z] #13 104.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-07-14T07:17:23.094Z] #13 104.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:23.094Z] #13 104.3 Setting up dmsetup (2:1.02.155-3) ... [2021-07-14T07:17:23.094Z] #13 104.4 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:23.094Z] #13 104.4 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:23.094Z] #13 104.4 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:17:23.261Z] #46 100.1 crypto/x509/pkix [2021-07-14T07:17:23.612Z] #46 101.4 vendor/golang.org/x/text/unicode/bidi [2021-07-14T07:17:23.830Z] #46 100.7 vendor/golang.org/x/crypto/chacha20 [2021-07-14T07:17:23.830Z] #46 100.7 net [2021-07-14T07:17:24.399Z] #46 101.3 vendor/golang.org/x/crypto/poly1305 [2021-07-14T07:17:24.578Z] #57 ... [2021-07-14T07:17:24.578Z] [2021-07-14T07:17:24.578Z] #59 [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-07-14T07:17:24.578Z] #59 sha256:bb7bfaaecbfd12933046f05c7ccf7477219be077f396e06b26ffd09806e394ae [2021-07-14T07:17:24.578Z] #59 84.68 + for f in rootlesskit rootlesskit-docker-proxy [2021-07-14T07:17:24.578Z] #59 84.68 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-07-14T07:17:24.578Z] #59 DONE 92.3s [2021-07-14T07:17:24.578Z] [2021-07-14T07:17:24.578Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-07-14T07:17:24.578Z] #60 sha256:dbcf693454e27065f9da5a99b360fea5a0033e5c2e16a5c94fdb4dec12ed7283 [2021-07-14T07:17:24.578Z] #60 DONE 0.4s [2021-07-14T07:17:24.578Z] [2021-07-14T07:17:24.578Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-07-14T07:17:24.578Z] #61 sha256:72f6bae8bceac949beebd776264d14dfef359c25568c0894344b642754e7e76d [2021-07-14T07:17:24.746Z] #19 67.81 Selecting previously unselected package libapparmor1:amd64. [2021-07-14T07:17:24.746Z] #19 67.81 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-07-14T07:17:24.746Z] #19 67.82 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-07-14T07:17:24.746Z] #19 67.87 Selecting previously unselected package libapparmor-dev:amd64. [2021-07-14T07:17:24.746Z] #19 67.87 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-07-14T07:17:24.746Z] #19 67.88 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-07-14T07:17:24.746Z] #19 67.95 Selecting previously unselected package libbtrfs0. [2021-07-14T07:17:24.746Z] #19 67.96 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-07-14T07:17:24.746Z] #19 67.96 Unpacking libbtrfs0 (4.20.1-2) ... [2021-07-14T07:17:24.746Z] #19 68.01 Selecting previously unselected package libbtrfs-dev. [2021-07-14T07:17:24.746Z] #19 68.01 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-07-14T07:17:24.746Z] #19 68.02 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:17:24.746Z] #19 68.07 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-07-14T07:17:24.746Z] #19 68.07 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-07-14T07:17:24.746Z] #19 68.08 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:24.746Z] #19 68.14 Selecting previously unselected package libudev-dev:amd64. [2021-07-14T07:17:24.746Z] #19 68.14 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-07-14T07:17:24.746Z] #19 68.16 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-07-14T07:17:24.746Z] #19 68.23 Selecting previously unselected package libsepol1-dev:amd64. [2021-07-14T07:17:24.746Z] #19 68.24 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-07-14T07:17:24.746Z] #19 68.24 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-07-14T07:17:24.746Z] #19 68.35 Selecting previously unselected package libpcre16-3:amd64. [2021-07-14T07:17:24.746Z] #19 68.36 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-07-14T07:17:24.746Z] #19 68.36 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-07-14T07:17:24.746Z] #19 68.45 Selecting previously unselected package libpcre32-3:amd64. [2021-07-14T07:17:24.746Z] #19 68.46 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-07-14T07:17:24.846Z] #61 DONE 0.2s [2021-07-14T07:17:24.846Z] [2021-07-14T07:17:24.846Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:17:24.846Z] #13 sha256:0a5c4f9d7f4bd4487ee5b1fc84c7c8e464816e238d705348cc2476c73e010007 [2021-07-14T07:17:24.846Z] #13 90.30 Selecting previously unselected package libapparmor1:arm64. [2021-07-14T07:17:24.846Z] #13 90.32 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... [2021-07-14T07:17:24.846Z] #13 90.33 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2021-07-14T07:17:24.846Z] #13 90.47 Selecting previously unselected package libapparmor-dev:arm64. [2021-07-14T07:17:24.968Z] #46 101.9 vendor/golang.org/x/sys/cpu [2021-07-14T07:17:25.003Z] #19 68.46 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-07-14T07:17:25.003Z] #19 68.54 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-07-14T07:17:25.003Z] #19 68.55 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-07-14T07:17:25.003Z] #19 68.56 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-07-14T07:17:25.003Z] #19 68.61 Selecting previously unselected package libpcre3-dev:amd64. [2021-07-14T07:17:25.003Z] #19 68.62 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-07-14T07:17:25.003Z] #19 68.62 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-07-14T07:17:25.012Z] #13 DONE 106.1s [2021-07-14T07:17:25.012Z] [2021-07-14T07:17:25.012Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-07-14T07:17:25.012Z] #14 sha256:2e3649b65de75805334c728684ff03a8199a3b1b3e88023b97eeb333ab7cb9cb [2021-07-14T07:17:25.110Z] #13 90.48 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... [2021-07-14T07:17:25.110Z] #13 90.50 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2021-07-14T07:17:25.260Z] #19 68.77 Selecting previously unselected package libselinux1-dev:amd64. [2021-07-14T07:17:25.260Z] #19 68.78 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-07-14T07:17:25.260Z] #19 68.78 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-07-14T07:17:25.260Z] #19 68.89 Selecting previously unselected package libdevmapper-dev:amd64. [2021-07-14T07:17:25.260Z] #19 68.90 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-07-14T07:17:25.260Z] #19 68.90 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:25.260Z] #19 68.94 Selecting previously unselected package libseccomp-dev:amd64. [2021-07-14T07:17:25.260Z] #19 68.95 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-07-14T07:17:25.260Z] #19 68.96 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-07-14T07:17:25.374Z] #13 90.91 Selecting previously unselected package libbtrfs0. [2021-07-14T07:17:25.374Z] #13 90.91 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... [2021-07-14T07:17:25.374Z] #13 90.91 Unpacking libbtrfs0 (4.20.1-2) ... [2021-07-14T07:17:25.517Z] #19 69.02 Selecting previously unselected package libsystemd-dev:amd64. [2021-07-14T07:17:25.517Z] #19 69.03 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-07-14T07:17:25.517Z] #19 69.03 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-07-14T07:17:25.517Z] #19 69.25 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-07-14T07:17:25.517Z] #19 69.26 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-07-14T07:17:25.518Z] #46 103.0 vendor/golang.org/x/text/secure/bidirule [2021-07-14T07:17:25.518Z] #46 ... [2021-07-14T07:17:25.518Z] [2021-07-14T07:17:25.518Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:17:25.518Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:17:25.518Z] #13 98.94 Selecting previously unselected package libapparmor1:amd64. [2021-07-14T07:17:25.535Z] #46 102.4 vendor/golang.org/x/crypto/chacha20poly1305 [2021-07-14T07:17:25.638Z] #13 91.07 Selecting previously unselected package libbtrfs-dev. [2021-07-14T07:17:25.638Z] #13 91.07 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... [2021-07-14T07:17:25.638Z] #13 91.08 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:17:25.638Z] #13 91.24 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-07-14T07:17:25.638Z] #13 91.24 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... [2021-07-14T07:17:25.638Z] #13 91.25 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-07-14T07:17:25.775Z] #19 69.28 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-07-14T07:17:25.775Z] #19 69.29 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-07-14T07:17:25.775Z] #19 69.30 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-07-14T07:17:25.775Z] #19 69.31 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-07-14T07:17:25.775Z] #19 69.33 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:25.775Z] #19 69.34 Setting up libbtrfs0 (4.20.1-2) ... [2021-07-14T07:17:25.775Z] #19 69.35 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-07-14T07:17:25.775Z] #19 69.36 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-07-14T07:17:25.775Z] #19 69.38 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-07-14T07:17:25.775Z] #19 69.39 Setting up libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:17:25.775Z] #19 69.40 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-07-14T07:17:25.775Z] #19 69.42 Setting up mingw-w64-common (6.0.0-3) ... [2021-07-14T07:17:25.775Z] #19 69.43 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-07-14T07:17:25.775Z] #19 69.44 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-07-14T07:17:25.775Z] #19 69.45 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-07-14T07:17:25.775Z] #19 69.46 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:25.775Z] #19 69.48 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-07-14T07:17:25.775Z] #19 69.48 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-07-14T07:17:25.776Z] #13 98.95 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-07-14T07:17:25.776Z] #13 98.95 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-07-14T07:17:25.776Z] #13 99.05 Selecting previously unselected package libapparmor-dev:amd64. [2021-07-14T07:17:25.776Z] #13 99.05 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-07-14T07:17:25.776Z] #13 99.07 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-07-14T07:17:25.902Z] #13 91.38 Selecting previously unselected package libudev-dev:arm64. [2021-07-14T07:17:25.902Z] #13 91.39 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_arm64.deb ... [2021-07-14T07:17:25.902Z] #13 91.43 Unpacking libudev-dev:arm64 (241-7~deb10u7) ... [2021-07-14T07:17:26.034Z] #19 69.49 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:26.034Z] #19 69.50 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-07-14T07:17:26.034Z] #19 69.50 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-07-14T07:17:26.034Z] #19 69.51 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-07-14T07:17:26.034Z] #19 69.52 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-07-14T07:17:26.034Z] #19 69.53 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:26.034Z] #19 69.54 Setting up dmsetup (2:1.02.155-3) ... [2021-07-14T07:17:26.034Z] #19 69.56 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:26.034Z] #19 69.58 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:26.034Z] #19 69.59 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:17:26.036Z] #13 99.21 Selecting previously unselected package libbtrfs0. [2021-07-14T07:17:26.036Z] #13 99.23 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-07-14T07:17:26.036Z] #13 99.24 Unpacking libbtrfs0 (4.20.1-2) ... [2021-07-14T07:17:26.036Z] #13 99.29 Selecting previously unselected package libbtrfs-dev. [2021-07-14T07:17:26.036Z] #13 99.29 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-07-14T07:17:26.036Z] #13 99.30 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:17:26.183Z] #13 91.61 Selecting previously unselected package libsepol1-dev:arm64. [2021-07-14T07:17:26.183Z] #13 91.61 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... [2021-07-14T07:17:26.183Z] #13 91.63 Unpacking libsepol1-dev:arm64 (2.8-1) ... [2021-07-14T07:17:26.295Z] #13 99.41 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-07-14T07:17:26.295Z] #13 99.41 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-07-14T07:17:26.295Z] #13 99.42 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:26.295Z] #13 99.51 Selecting previously unselected package libudev-dev:amd64. [2021-07-14T07:17:26.295Z] #13 99.53 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-07-14T07:17:26.295Z] #13 99.55 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-07-14T07:17:26.466Z] #13 91.94 Selecting previously unselected package libpcre16-3:arm64. [2021-07-14T07:17:26.466Z] #13 91.95 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... [2021-07-14T07:17:26.466Z] #13 91.95 Unpacking libpcre16-3:arm64 (2:8.39-12) ... [2021-07-14T07:17:26.466Z] #13 ... [2021-07-14T07:17:26.466Z] [2021-07-14T07:17:26.466Z] #46 [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-07-14T07:17:26.466Z] #46 sha256:85f709a69448fd8fb146e7e8e89b1c7d0542c5c1fa53adde4c4bcf1f2e07a3d6 [2021-07-14T07:17:26.466Z] #46 84.75 net/textproto [2021-07-14T07:17:26.466Z] #46 84.76 vendor/golang.org/x/net/http/httpproxy [2021-07-14T07:17:26.466Z] #46 84.76 crypto/x509 [2021-07-14T07:17:26.466Z] #46 85.98 vendor/golang.org/x/net/http/httpguts [2021-07-14T07:17:26.466Z] #46 85.99 mime/multipart [2021-07-14T07:17:26.466Z] #46 88.29 crypto/tls [2021-07-14T07:17:26.466Z] #46 92.58 net/http/httptrace [2021-07-14T07:17:26.466Z] #46 92.68 net/http [2021-07-14T07:17:26.470Z] #46 103.4 vendor/golang.org/x/crypto/curve25519 [2021-07-14T07:17:26.554Z] #13 99.68 Selecting previously unselected package libsepol1-dev:amd64. [2021-07-14T07:17:26.554Z] #13 99.69 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-07-14T07:17:26.554Z] #13 99.69 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-07-14T07:17:26.554Z] #13 99.92 Selecting previously unselected package libpcre16-3:amd64. [2021-07-14T07:17:26.729Z] #46 ... [2021-07-14T07:17:26.729Z] [2021-07-14T07:17:26.729Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:17:26.729Z] #13 sha256:0a5c4f9d7f4bd4487ee5b1fc84c7c8e464816e238d705348cc2476c73e010007 [2021-07-14T07:17:26.729Z] #13 92.22 Selecting previously unselected package libpcre32-3:arm64. [2021-07-14T07:17:26.729Z] #13 92.22 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... [2021-07-14T07:17:26.729Z] #13 92.23 Unpacking libpcre32-3:arm64 (2:8.39-12) ... [2021-07-14T07:17:26.814Z] #13 99.92 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-07-14T07:17:26.814Z] #13 99.93 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-07-14T07:17:26.992Z] #13 92.40 Selecting previously unselected package libpcrecpp0v5:arm64. [2021-07-14T07:17:26.992Z] #13 92.41 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... [2021-07-14T07:17:26.992Z] #13 92.42 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-07-14T07:17:26.992Z] #13 92.55 Selecting previously unselected package libpcre3-dev:arm64. [2021-07-14T07:17:26.992Z] #13 92.55 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... [2021-07-14T07:17:26.992Z] #13 92.56 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... [2021-07-14T07:17:27.073Z] #13 100.1 Selecting previously unselected package libpcre32-3:amd64. [2021-07-14T07:17:27.073Z] #13 100.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-07-14T07:17:27.073Z] #13 100.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-07-14T07:17:27.073Z] #13 100.3 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-07-14T07:17:27.073Z] #13 100.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-07-14T07:17:27.073Z] #13 100.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-07-14T07:17:27.082Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-07-14T07:17:27.082Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-400f0206\powershellScript.ps1'; exit $LASTEXITCODE; [2021-07-14T07:17:27.082Z] ---------------------------------------------------------------------------- [2021-07-14T07:17:27.082Z] [2021-07-14T07:17:27.082Z] INFO: executeCI.ps1 starting at Wed Jul 14 07:17:25 CUT 2021 [2021-07-14T07:17:27.082Z] [2021-07-14T07:17:27.082Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-07-14T07:17:27.082Z] INFO: Running git version 2.24.1.windows.2 [2021-07-14T07:17:27.082Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-07-14T07:17:27.082Z] INFO: Environment variables: [2021-07-14T07:17:27.082Z] [2021-07-14T07:17:27.082Z] Name Value [2021-07-14T07:17:27.082Z] ---- ----- [2021-07-14T07:17:27.082Z] ALLUSERSPROFILE C:\ProgramData [2021-07-14T07:17:27.082Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-07-14T07:17:27.082Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-07-14T07:17:27.082Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-07-14T07:17:27.082Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-07-14T07:17:27.082Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-07-14T07:17:27.082Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-07-14T07:17:27.082Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-07-14T07:17:27.082Z] BRANCH_NAME PR-42636 [2021-07-14T07:17:27.082Z] BUILD_DISPLAY_NAME #2 [2021-07-14T07:17:27.082Z] BUILD_ID 2 [2021-07-14T07:17:27.082Z] BUILD_NUMBER 2 [2021-07-14T07:17:27.082Z] BUILD_TAG jenkins-moby-PR-42636-2 [2021-07-14T07:17:27.082Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/2/ [2021-07-14T07:17:27.082Z] CHANGE_AUTHOR thaJeztah [2021-07-14T07:17:27.082Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-07-14T07:17:27.082Z] CHANGE_BRANCH update_containerd [2021-07-14T07:17:27.082Z] CHANGE_FORK thaJeztah/docker [2021-07-14T07:17:27.082Z] CHANGE_ID 42636 [2021-07-14T07:17:27.082Z] CHANGE_TARGET master [2021-07-14T07:17:27.082Z] CHANGE_TITLE Update containerd binary and vendor to v1.5.3 [2021-07-14T07:17:27.082Z] CHANGE_URL https://github.com/moby/moby/pull/42636 [2021-07-14T07:17:27.082Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-07-14T07:17:27.082Z] CommonProgramFiles C:\Program Files\Common Files [2021-07-14T07:17:27.082Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-07-14T07:17:27.082Z] CommonProgramW6432 C:\Program Files\Common Files [2021-07-14T07:17:27.082Z] COMPUTERNAME azwin-2-f94c20 [2021-07-14T07:17:27.082Z] ComSpec C:\Windows\system32\cmd.exe [2021-07-14T07:17:27.083Z] ConfigSequenceNumber 0 [2021-07-14T07:17:27.083Z] DOCKER_BUILDKIT 0 [2021-07-14T07:17:27.083Z] DOCKER_DUT_DEBUG 1 [2021-07-14T07:17:27.083Z] DOCKER_EXPERIMENTAL 1 [2021-07-14T07:17:27.083Z] DOCKER_GRAPHDRIVER overlay2 [2021-07-14T07:17:27.083Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-07-14T07:17:27.083Z] EXECUTOR_NUMBER 0 [2021-07-14T07:17:27.083Z] FQDN azwin-2-f94c20.westus.cloudapp.azure.com [2021-07-14T07:17:27.083Z] GIT_BRANCH PR-42636 [2021-07-14T07:17:27.083Z] GIT_COMMIT 09d565e98d12a750b532a4e45f143063569730ac [2021-07-14T07:17:27.083Z] GIT_PREVIOUS_COMMIT 84df737f500a7d0074e97ea60bdfc02e5fe9be9f [2021-07-14T07:17:27.083Z] GIT_URL https://github.com/moby/moby.git [2021-07-14T07:17:27.083Z] HUDSON_COOKIE 0f4ca4b3-577c-4307-a733-e9eb36c97e20 [2021-07-14T07:17:27.083Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-07-14T07:17:27.083Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-07-14T07:17:27.083Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-07-14T07:17:27.083Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-07-14T07:17:27.083Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-07-14T07:17:27.083Z] JENKINS_NODE_COOKIE 27a17547-45f3-4e89-9763-f141839323c5 [2021-07-14T07:17:27.083Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-07-14T07:17:27.083Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-07-14T07:17:27.083Z] JOB_BASE_NAME PR-42636 [2021-07-14T07:17:27.083Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/display/redirect [2021-07-14T07:17:27.083Z] JOB_NAME moby/PR-42636 [2021-07-14T07:17:27.083Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/ [2021-07-14T07:17:27.083Z] library.jps.version master [2021-07-14T07:17:27.083Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-07-14T07:17:27.083Z] NODE_LABELS amd64 azure azwin-2-f94c20 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-07-14T07:17:27.083Z] NODE_NAME azwin-2-f94c20 [2021-07-14T07:17:27.083Z] NUMBER_OF_PROCESSORS 4 [2021-07-14T07:17:27.083Z] OS Windows_NT [2021-07-14T07:17:27.083Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-07-14T07:17:27.083Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-07-14T07:17:27.083Z] PROCESSOR_ARCHITECTURE AMD64 [2021-07-14T07:17:27.083Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-07-14T07:17:27.083Z] PROCESSOR_LEVEL 6 [2021-07-14T07:17:27.083Z] PROCESSOR_REVISION 5504 [2021-07-14T07:17:27.083Z] ProgramData C:\ProgramData [2021-07-14T07:17:27.083Z] ProgramFiles C:\Program Files [2021-07-14T07:17:27.083Z] ProgramFiles(x86) C:\Program Files (x86) [2021-07-14T07:17:27.083Z] ProgramW6432 C:\Program Files [2021-07-14T07:17:27.083Z] PROMPT $P$G [2021-07-14T07:17:27.083Z] PSExecutionPolicyPreference Bypass [2021-07-14T07:17:27.083Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-07-14T07:17:27.083Z] PUBLIC C:\Users\Public [2021-07-14T07:17:27.083Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/2/display/redirect?page=artif... [2021-07-14T07:17:27.083Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/2/display/redirect?page=changes [2021-07-14T07:17:27.083Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/2/display/redirect [2021-07-14T07:17:27.083Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/2/display/redirect?page=tests [2021-07-14T07:17:27.083Z] SKIP_VALIDATION_TESTS 1 [2021-07-14T07:17:27.083Z] SOURCES_DRIVE d [2021-07-14T07:17:27.083Z] SOURCES_SUBDIR gopath [2021-07-14T07:17:27.083Z] STAGE_NAME Run tests [2021-07-14T07:17:27.083Z] SystemDrive C: [2021-07-14T07:17:27.083Z] SystemRoot C:\Windows [2021-07-14T07:17:27.083Z] TEMP C:\Windows\TEMP [2021-07-14T07:17:27.083Z] TESTDEBUG 0 [2021-07-14T07:17:27.083Z] TESTRUN_DRIVE d [2021-07-14T07:17:27.083Z] TESTRUN_SUBDIR CI [2021-07-14T07:17:27.083Z] TIMEOUT 120m [2021-07-14T07:17:27.083Z] TMP C:\Windows\TEMP [2021-07-14T07:17:27.083Z] USERDOMAIN WORKGROUP [2021-07-14T07:17:27.083Z] USERNAME azwin-2-f94c20$ [2021-07-14T07:17:27.083Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-07-14T07:17:27.083Z] windir C:\Windows [2021-07-14T07:17:27.083Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-07-14T07:17:27.083Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-07-14T07:17:27.083Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-07-14T07:17:27.083Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-07-14T07:17:27.083Z] [2021-07-14T07:17:27.083Z] [2021-07-14T07:17:27.083Z] [2021-07-14T07:17:27.083Z] INFO: Sources under d:\gopath\... [2021-07-14T07:17:27.083Z] INFO: Test run under d:\CI\... [2021-07-14T07:17:27.083Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-07-14T07:17:27.083Z] INFO: docker/docker repository was found [2021-07-14T07:17:27.332Z] #13 100.4 Selecting previously unselected package libpcre3-dev:amd64. [2021-07-14T07:17:27.332Z] #13 100.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-07-14T07:17:27.332Z] #13 100.4 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-07-14T07:17:27.407Z] #46 104.1 vendor/golang.org/x/crypto/hkdf [2021-07-14T07:17:27.407Z] #46 104.3 vendor/golang.org/x/text/transform [2021-07-14T07:17:27.549Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-07-14T07:17:27.549Z] ltsc2019: Pulling from windows/servercore [2021-07-14T07:17:27.549Z] 4612f6d0b889: Pulling fs layer [2021-07-14T07:17:27.549Z] f143c6fed32d: Pulling fs layer [2021-07-14T07:17:27.568Z] #13 92.95 Selecting previously unselected package libselinux1-dev:arm64. [2021-07-14T07:17:27.568Z] #13 92.95 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... [2021-07-14T07:17:27.568Z] #13 92.97 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... [2021-07-14T07:17:27.592Z] #13 100.8 Selecting previously unselected package libselinux1-dev:amd64. [2021-07-14T07:17:27.592Z] #13 100.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-07-14T07:17:27.592Z] #13 100.9 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-07-14T07:17:27.832Z] #13 93.26 Selecting previously unselected package libdevmapper-dev:arm64. [2021-07-14T07:17:27.832Z] #13 93.27 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... [2021-07-14T07:17:27.832Z] #13 93.29 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... [2021-07-14T07:17:27.832Z] #13 93.42 Selecting previously unselected package libseccomp-dev:arm64. [2021-07-14T07:17:27.832Z] #13 93.43 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_arm64.deb ... [2021-07-14T07:17:27.832Z] #13 93.44 Unpacking libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ... [2021-07-14T07:17:27.851Z] #13 101.1 Selecting previously unselected package libdevmapper-dev:amd64. [2021-07-14T07:17:27.851Z] #13 101.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-07-14T07:17:27.851Z] #13 101.1 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:27.975Z] #46 104.8 vendor/golang.org/x/text/unicode/bidi [2021-07-14T07:17:28.096Z] #13 93.57 Selecting previously unselected package libsystemd-dev:arm64. [2021-07-14T07:17:28.096Z] #13 93.57 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_arm64.deb ... [2021-07-14T07:17:28.096Z] #13 93.58 Unpacking libsystemd-dev:arm64 (241-7~deb10u7) ... [2021-07-14T07:17:28.110Z] #13 101.2 Selecting previously unselected package libseccomp-dev:amd64. [2021-07-14T07:17:28.110Z] #13 101.2 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-07-14T07:17:28.110Z] #13 101.2 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-07-14T07:17:28.110Z] #13 101.3 Selecting previously unselected package libsystemd-dev:amd64. [2021-07-14T07:17:28.110Z] #13 101.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-07-14T07:17:28.110Z] #13 101.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-07-14T07:17:28.316Z] #14 ... [2021-07-14T07:17:28.316Z] [2021-07-14T07:17:28.316Z] #59 [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-07-14T07:17:28.316Z] #59 sha256:0f6d5e6b9cca6d8ee7b1f2c90f76748e1bd96dc3a5017e095449224f37e0d117 [2021-07-14T07:17:28.316Z] #59 107.5 + for f in rootlesskit rootlesskit-docker-proxy [2021-07-14T07:17:28.316Z] #59 107.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-07-14T07:17:28.316Z] #59 DONE 112.6s [2021-07-14T07:17:28.316Z] [2021-07-14T07:17:28.316Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-07-14T07:17:28.316Z] #60 sha256:819b424833e4a9a9e501dc8c1764ed1eb2694a088d43b0a76588dbcbb1385f3c [2021-07-14T07:17:28.316Z] #60 DONE 0.1s [2021-07-14T07:17:28.316Z] [2021-07-14T07:17:28.316Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-07-14T07:17:28.316Z] #61 sha256:07f4ff7339acd3cefac73a68d17f5a9d55fd521f311a4da60642d7359daf1ac0 [2021-07-14T07:17:28.542Z] #46 ... [2021-07-14T07:17:28.542Z] [2021-07-14T07:17:28.542Z] #13 [runtime-dev-cross-false 2/2] 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/buster-backports libsystemd-dev libudev-dev [2021-07-14T07:17:28.542Z] #13 sha256:7af9587b85ec8f51544bd1fdefc057074fc38f90e7991d1b6522ac0e77f13136 [2021-07-14T07:17:28.542Z] #13 98.70 Selecting previously unselected package libapparmor1:amd64. [2021-07-14T07:17:28.542Z] #13 98.70 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-07-14T07:17:28.542Z] #13 98.71 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-07-14T07:17:28.542Z] #13 98.79 Selecting previously unselected package libapparmor-dev:amd64. [2021-07-14T07:17:28.542Z] #13 98.80 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-07-14T07:17:28.561Z] #19 DONE 72.0s [2021-07-14T07:17:28.561Z] [2021-07-14T07:17:28.561Z] #64 [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-07-14T07:17:28.561Z] #64 sha256:437851ac574ace05896a83ddeed03a4cd4a722c455bf90e8b55943769a156c54 [2021-07-14T07:17:28.561Z] #64 ... [2021-07-14T07:17:28.561Z] [2021-07-14T07:17:28.561Z] #20 [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 [2021-07-14T07:17:28.561Z] #20 sha256:ae3410a4b1a7e5233bef9118e6d49375e12562b5e981fc6b67a547f3086de7b3 [2021-07-14T07:17:28.578Z] #61 DONE 0.2s [2021-07-14T07:17:28.578Z] [2021-07-14T07:17:28.578Z] #54 [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-07-14T07:17:28.578Z] #54 sha256:91b4ffea1cc8b16a1e6f538889afb5da04a0efad7a04339a8bad627839a9a3a5 [2021-07-14T07:17:28.578Z] #54 3.234 + RM_GOPATH=0 [2021-07-14T07:17:28.578Z] #54 3.234 + TMP_GOPATH= [2021-07-14T07:17:28.578Z] #54 3.234 + : /build [2021-07-14T07:17:28.578Z] #54 3.234 + '[' -z '' ']' [2021-07-14T07:17:28.578Z] #54 3.240 ++ mktemp -d [2021-07-14T07:17:28.578Z] #54 3.246 + export GOPATH=/tmp/tmp.S3QfNFmbdD [2021-07-14T07:17:28.578Z] #54 3.246 + GOPATH=/tmp/tmp.S3QfNFmbdD [2021-07-14T07:17:28.578Z] #54 3.246 + RM_GOPATH=1 [2021-07-14T07:17:28.578Z] #54 3.246 + case "$(go env GOARCH)" in [2021-07-14T07:17:28.578Z] #54 3.246 ++ go env GOARCH [2021-07-14T07:17:28.578Z] #54 3.266 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:17:28.578Z] #54 3.266 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:17:28.578Z] #54 3.266 ++ dirname /tmp/install/install.sh [2021-07-14T07:17:28.578Z] #54 3.267 + dir=/tmp/install [2021-07-14T07:17:28.578Z] #54 3.267 + bin=runc [2021-07-14T07:17:28.578Z] #54 3.267 + shift [2021-07-14T07:17:28.578Z] #54 3.267 + '[' '!' -f /tmp/install/runc.installer ']' [2021-07-14T07:17:28.578Z] #54 3.267 + . /tmp/install/runc.installer [2021-07-14T07:17:28.578Z] #54 3.267 ++ : 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-07-14T07:17:28.578Z] #54 3.267 + install_runc [2021-07-14T07:17:28.578Z] #54 3.268 + grep -q '^3\.10\.0.*\.el7\.' [2021-07-14T07:17:28.578Z] #54 3.298 + uname -r [2021-07-14T07:17:28.578Z] #54 3.298 + RUNC_BUILDTAGS='seccomp ' [2021-07-14T07:17:28.578Z] #54 3.298 + echo 'Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )' [2021-07-14T07:17:28.578Z] #54 3.298 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.S3QfNFmbdD/src/github.com/opencontainers/runc [2021-07-14T07:17:28.578Z] #54 3.298 Cloning into '/tmp/tmp.S3QfNFmbdD/src/github.com/opencontainers/runc'... [2021-07-14T07:17:28.578Z] #54 3.300 Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp ) [2021-07-14T07:17:28.643Z] Commit message: "Merge commit '22d6671db2f0f73eca064fe8a2b5d9fc199f88a4' into HEAD" [2021-07-14T07:17:28.673Z] #13 94.13 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... [2021-07-14T07:17:28.673Z] #13 94.17 Setting up libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ... [2021-07-14T07:17:28.673Z] #13 94.22 Setting up libapparmor1:arm64 (2.13.2-10) ... [2021-07-14T07:17:28.673Z] #13 94.24 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-07-14T07:17:28.673Z] #13 94.26 Setting up libpcre16-3:arm64 (2:8.39-12) ... [2021-07-14T07:17:28.673Z] #13 94.28 Setting up libsepol1-dev:arm64 (2.8-1) ... [2021-07-14T07:17:28.673Z] #13 94.30 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:28.673Z] #13 94.34 Setting up libbtrfs0 (4.20.1-2) ... [2021-07-14T07:17:28.678Z] #13 101.8 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-07-14T07:17:28.678Z] #13 101.8 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-07-14T07:17:28.678Z] #13 101.8 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-07-14T07:17:28.678Z] #13 101.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-07-14T07:17:28.678Z] #13 101.8 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-07-14T07:17:28.678Z] #13 101.9 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-07-14T07:17:28.678Z] #13 101.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:28.678Z] #13 101.9 Setting up libbtrfs0 (4.20.1-2) ... [2021-07-14T07:17:28.678Z] #13 101.9 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-07-14T07:17:28.678Z] #13 101.9 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-07-14T07:17:28.678Z] #13 101.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-07-14T07:17:28.678Z] #13 101.9 Setting up libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:17:28.678Z] #13 102.0 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-07-14T07:17:28.678Z] #13 102.0 Setting up mingw-w64-common (6.0.0-3) ... [2021-07-14T07:17:28.678Z] #13 102.0 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-07-14T07:17:28.678Z] #13 102.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-07-14T07:17:28.678Z] #13 102.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-07-14T07:17:28.678Z] #13 102.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:28.678Z] #13 102.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-07-14T07:17:28.678Z] #13 102.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-07-14T07:17:28.678Z] #13 102.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:28.678Z] #13 102.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-07-14T07:17:28.801Z] #13 98.81 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-07-14T07:17:28.801Z] #13 98.94 Selecting previously unselected package libbtrfs0. [2021-07-14T07:17:28.801Z] #13 98.95 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-07-14T07:17:28.801Z] #13 98.95 Unpacking libbtrfs0 (4.20.1-2) ... [2021-07-14T07:17:28.801Z] #13 99.00 Selecting previously unselected package libbtrfs-dev. [2021-07-14T07:17:28.801Z] #13 99.00 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-07-14T07:17:28.801Z] #13 99.01 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:17:28.839Z] #54 ... [2021-07-14T07:17:28.839Z] [2021-07-14T07:17:28.839Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-07-14T07:17:28.839Z] #14 sha256:2e3649b65de75805334c728684ff03a8199a3b1b3e88023b97eeb333ab7cb9cb [2021-07-14T07:17:28.839Z] #14 DONE 3.9s [2021-07-14T07:17:28.839Z] [2021-07-14T07:17:28.839Z] #15 [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-07-14T07:17:28.839Z] #15 sha256:01a755dff0cad524a1c3dbf793d6da1966eef965a9fa9bcdcd636a6edf1c8b55 [2021-07-14T07:17:28.675Z] > git rev-list --no-walk 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [2021-07-14T07:17:28.937Z] #13 94.35 Setting up libpcre32-3:arm64 (2:8.39-12) ... [2021-07-14T07:17:28.937Z] #13 94.39 Setting up libudev-dev:arm64 (241-7~deb10u7) ... [2021-07-14T07:17:28.937Z] #13 94.43 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-07-14T07:17:28.937Z] #13 94.45 Setting up libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:17:28.937Z] #13 94.48 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2021-07-14T07:17:28.937Z] #13 94.50 Setting up mingw-w64-common (6.0.0-3) ... [2021-07-14T07:17:28.937Z] #13 94.53 Setting up libsystemd-dev:arm64 (241-7~deb10u7) ... [2021-07-14T07:17:28.937Z] #13 94.55 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-07-14T07:17:28.937Z] #13 94.56 Setting up libpcre3-dev:arm64 (2:8.39-12) ... [2021-07-14T07:17:28.937Z] #13 102.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-07-14T07:17:28.937Z] #13 102.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-07-14T07:17:28.937Z] #13 102.1 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-07-14T07:17:28.937Z] #13 102.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:28.937Z] #13 102.1 Setting up dmsetup (2:1.02.155-3) ... [2021-07-14T07:17:28.937Z] #13 102.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:28.937Z] #13 102.2 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:28.937Z] #13 102.2 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:17:29.060Z] #13 99.10 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-07-14T07:17:29.060Z] #13 99.10 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-07-14T07:17:29.060Z] #13 99.11 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:29.060Z] #13 99.17 Selecting previously unselected package libudev-dev:amd64. [2021-07-14T07:17:29.060Z] #13 99.17 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-07-14T07:17:29.060Z] #13 99.19 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-07-14T07:17:29.060Z] #13 99.32 Selecting previously unselected package libsepol1-dev:amd64. [2021-07-14T07:17:29.060Z] #13 99.32 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-07-14T07:17:29.061Z] #13 99.32 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-07-14T07:17:29.202Z] #13 94.58 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:29.202Z] #13 94.61 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-07-14T07:17:29.202Z] #13 94.62 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-07-14T07:17:29.202Z] #13 94.64 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:29.202Z] #13 94.66 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-07-14T07:17:29.202Z] #13 94.67 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-07-14T07:17:29.202Z] #13 94.69 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-07-14T07:17:29.202Z] #13 94.70 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... [2021-07-14T07:17:29.202Z] #13 94.72 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... [2021-07-14T07:17:29.202Z] #13 94.74 Setting up dmsetup (2:1.02.155-3) ... [2021-07-14T07:17:29.202Z] #13 94.76 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... [2021-07-14T07:17:29.202Z] #13 94.78 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-07-14T07:17:29.467Z] #13 94.80 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:17:29.505Z] #13 DONE 102.9s [2021-07-14T07:17:29.505Z] [2021-07-14T07:17:29.505Z] #46 [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-07-14T07:17:29.505Z] #46 sha256:ea7f20defe8df5e33a2fd1d5d092cd89194e26a2ac9659ecae17cd75b67eebfa [2021-07-14T07:17:29.505Z] #46 103.3 vendor/golang.org/x/text/unicode/norm [2021-07-14T07:17:29.505Z] #46 107.0 vendor/golang.org/x/net/idna [2021-07-14T07:17:29.629Z] #13 99.55 Selecting previously unselected package libpcre16-3:amd64. [2021-07-14T07:17:29.629Z] #13 99.55 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-07-14T07:17:29.629Z] #13 99.56 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-07-14T07:17:29.629Z] #13 99.70 Selecting previously unselected package libpcre32-3:amd64. [2021-07-14T07:17:29.629Z] #13 99.70 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-07-14T07:17:29.629Z] #13 99.71 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-07-14T07:17:29.731Z] #13 DONE 95.2s [2021-07-14T07:17:29.731Z] [2021-07-14T07:17:29.731Z] #50 [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-07-14T07:17:29.731Z] #50 sha256:65eb8a504e721a0d13311dcfbcd2de595047b774349cd6d33c95272b70bc4ed9 [2021-07-14T07:17:29.731Z] #50 ... [2021-07-14T07:17:29.731Z] [2021-07-14T07:17:29.731Z] #54 [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-07-14T07:17:29.731Z] #54 sha256:cc96a8594ae173b1f1b1dc228dcdd71a64fd1124fa279ab9186380e45a6208f9 [2021-07-14T07:17:29.888Z] #13 99.87 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-07-14T07:17:29.888Z] #13 99.88 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-07-14T07:17:29.888Z] #13 99.88 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-07-14T07:17:29.888Z] #13 100.0 Selecting previously unselected package libpcre3-dev:amd64. [2021-07-14T07:17:29.888Z] #13 100.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-07-14T07:17:29.888Z] #13 100.1 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-07-14T07:17:29.936Z] #20 1.293 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-07-14T07:17:29.936Z] #20 1.327 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-07-14T07:17:29.936Z] #20 1.328 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-07-14T07:17:29.936Z] #20 1.330 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-07-14T07:17:29.936Z] #20 1.468 Get:5 http://deb.debian.org/debian buster-backports/main s390x Packages [449 kB] [2021-07-14T07:17:29.936Z] #20 1.497 Get:6 http://deb.debian.org/debian buster-backports/main ppc64el Packages [470 kB] [2021-07-14T07:17:29.936Z] #20 1.527 Get:7 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] [2021-07-14T07:17:29.936Z] #20 1.548 Get:8 http://deb.debian.org/debian buster-backports/main armhf Packages [476 kB] [2021-07-14T07:17:29.936Z] #20 1.572 Get:9 http://deb.debian.org/debian buster-backports/main armel Packages [453 kB] [2021-07-14T07:17:29.936Z] #20 1.598 Get:10 http://deb.debian.org/debian buster-backports/main arm64 Packages [481 kB] [2021-07-14T07:17:30.407Z] #13 100.4 Selecting previously unselected package libselinux1-dev:amd64. [2021-07-14T07:17:30.407Z] #13 100.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-07-14T07:17:30.407Z] #13 100.5 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-07-14T07:17:30.407Z] #13 100.7 Selecting previously unselected package libdevmapper-dev:amd64. [2021-07-14T07:17:30.666Z] #13 100.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-07-14T07:17:30.666Z] #13 100.7 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:30.666Z] #13 100.8 Selecting previously unselected package libseccomp-dev:amd64. [2021-07-14T07:17:30.666Z] #13 100.8 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-07-14T07:17:30.666Z] #13 100.8 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-07-14T07:17:30.666Z] #13 100.9 Selecting previously unselected package libsystemd-dev:amd64. [2021-07-14T07:17:30.666Z] #13 100.9 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-07-14T07:17:30.867Z] #20 2.615 Fetched 2862 kB in 2s (1814 kB/s) [2021-07-14T07:17:30.925Z] #13 100.9 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-07-14T07:17:31.131Z] #54 1.582 + RM_GOPATH=0 [2021-07-14T07:17:31.131Z] #54 1.582 + TMP_GOPATH= [2021-07-14T07:17:31.131Z] #54 1.582 + : /build [2021-07-14T07:17:31.131Z] #54 1.582 + '[' -z '' ']' [2021-07-14T07:17:31.131Z] #54 1.582 ++ mktemp -d [2021-07-14T07:17:31.131Z] #54 1.595 + export GOPATH=/tmp/tmp.UGvE2XaCdA [2021-07-14T07:17:31.131Z] #54 1.595 + GOPATH=/tmp/tmp.UGvE2XaCdA [2021-07-14T07:17:31.131Z] #54 1.595 + RM_GOPATH=1 [2021-07-14T07:17:31.131Z] #54 1.595 + case "$(go env GOARCH)" in [2021-07-14T07:17:31.131Z] #54 1.595 ++ go env GOARCH [2021-07-14T07:17:31.131Z] #54 1.607 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:17:31.131Z] #54 1.607 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:17:31.185Z] #13 101.4 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-07-14T07:17:31.185Z] #13 101.4 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-07-14T07:17:31.185Z] #13 101.4 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-07-14T07:17:31.185Z] #13 101.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-07-14T07:17:31.185Z] #13 101.4 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-07-14T07:17:31.185Z] #13 101.5 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-07-14T07:17:31.185Z] #13 101.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:31.185Z] #13 101.5 Setting up libbtrfs0 (4.20.1-2) ... [2021-07-14T07:17:31.399Z] #54 1.608 ++ dirname /tmp/install/install.sh [2021-07-14T07:17:31.399Z] #54 1.612 + dir=/tmp/install [2021-07-14T07:17:31.399Z] #54 1.614 + bin=runc [2021-07-14T07:17:31.399Z] #54 1.616 + shift [2021-07-14T07:17:31.399Z] #54 1.617 + '[' '!' -f /tmp/install/runc.installer ']' [2021-07-14T07:17:31.399Z] #54 1.618 + . /tmp/install/runc.installer [2021-07-14T07:17:31.399Z] #54 1.620 ++ : 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-07-14T07:17:31.399Z] #54 1.620 + install_runc [2021-07-14T07:17:31.399Z] #54 1.621 + uname -r [2021-07-14T07:17:31.399Z] #54 1.622 + grep -q '^3\.10\.0.*\.el7\.' [2021-07-14T07:17:31.399Z] #54 1.649 + RUNC_BUILDTAGS='seccomp ' [2021-07-14T07:17:31.399Z] #54 1.649 + echo 'Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )' [2021-07-14T07:17:31.399Z] #54 1.649 Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp ) [2021-07-14T07:17:31.399Z] #54 1.650 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.UGvE2XaCdA/src/github.com/opencontainers/runc [2021-07-14T07:17:31.399Z] #54 1.653 Cloning into '/tmp/tmp.UGvE2XaCdA/src/github.com/opencontainers/runc'... [2021-07-14T07:17:31.411Z] #46 ... [2021-07-14T07:17:31.411Z] [2021-07-14T07:17:31.411Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-07-14T07:17:31.411Z] #14 sha256:2e3649b65de75805334c728684ff03a8199a3b1b3e88023b97eeb333ab7cb9cb [2021-07-14T07:17:31.411Z] #14 DONE 1.6s [2021-07-14T07:17:31.411Z] [2021-07-14T07:17:31.412Z] #54 [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-07-14T07:17:31.412Z] #54 sha256:abb50e531a324c2494e1c69c6eb65dcdc6486ab7fd2059b523956a7c1fa37e2e [2021-07-14T07:17:31.412Z] #54 1.523 + RM_GOPATH=0 [2021-07-14T07:17:31.412Z] #54 1.523 + TMP_GOPATH= [2021-07-14T07:17:31.412Z] #54 1.523 + : /build [2021-07-14T07:17:31.412Z] #54 1.523 + '[' -z '' ']' [2021-07-14T07:17:31.412Z] #54 1.524 ++ mktemp -d [2021-07-14T07:17:31.412Z] #54 1.526 + export GOPATH=/tmp/tmp.C63HofZa8P [2021-07-14T07:17:31.412Z] #54 1.527 + GOPATH=/tmp/tmp.C63HofZa8P [2021-07-14T07:17:31.412Z] #54 1.527 + RM_GOPATH=1 [2021-07-14T07:17:31.412Z] #54 1.527 + case "$(go env GOARCH)" in [2021-07-14T07:17:31.412Z] #54 1.528 ++ go env GOARCH [2021-07-14T07:17:31.412Z] #54 1.559 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:17:31.412Z] #54 1.559 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:17:31.412Z] #54 1.560 ++ dirname /tmp/install/install.sh [2021-07-14T07:17:31.412Z] #54 1.565 + dir=/tmp/install [2021-07-14T07:17:31.412Z] #54 1.565 + bin=runc [2021-07-14T07:17:31.412Z] #54 1.565 + shift [2021-07-14T07:17:31.412Z] #54 1.566 + '[' '!' -f /tmp/install/runc.installer ']' [2021-07-14T07:17:31.412Z] #54 1.566 + . /tmp/install/runc.installer [2021-07-14T07:17:31.412Z] #54 1.566 ++ : 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-07-14T07:17:31.412Z] #54 1.566 + install_runc [2021-07-14T07:17:31.412Z] #54 1.567 + grep -q '^3\.10\.0.*\.el7\.' [2021-07-14T07:17:31.412Z] #54 1.571 + uname -r [2021-07-14T07:17:31.412Z] #54 1.574 + RUNC_BUILDTAGS='seccomp ' [2021-07-14T07:17:31.412Z] #54 1.574 + echo 'Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )' [2021-07-14T07:17:31.412Z] #54 1.574 Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp ) [2021-07-14T07:17:31.412Z] #54 1.575 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.C63HofZa8P/src/github.com/opencontainers/runc [2021-07-14T07:17:31.412Z] #54 1.591 Cloning into '/tmp/tmp.C63HofZa8P/src/github.com/opencontainers/runc'... [2021-07-14T07:17:31.443Z] #13 101.5 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-07-14T07:17:31.444Z] #13 101.5 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-07-14T07:17:31.444Z] #13 101.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-07-14T07:17:31.444Z] #13 101.6 Setting up libbtrfs-dev (4.20.1-2) ... [2021-07-14T07:17:31.444Z] #13 101.6 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-07-14T07:17:31.444Z] #13 101.6 Setting up mingw-w64-common (6.0.0-3) ... [2021-07-14T07:17:31.444Z] #13 101.6 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-07-14T07:17:31.444Z] #13 101.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-07-14T07:17:31.444Z] #13 101.6 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-07-14T07:17:31.444Z] #13 101.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:31.444Z] #13 101.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-07-14T07:17:31.444Z] #13 101.7 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-07-14T07:17:31.444Z] #13 101.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-07-14T07:17:31.703Z] #13 101.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-07-14T07:17:31.703Z] #13 101.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-07-14T07:17:31.703Z] #13 101.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-07-14T07:17:31.703Z] #13 101.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-07-14T07:17:31.703Z] #13 101.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:31.703Z] #13 101.8 Setting up dmsetup (2:1.02.155-3) ... [2021-07-14T07:17:31.703Z] #13 101.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:31.703Z] #13 101.8 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-07-14T07:17:31.703Z] #13 101.8 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:17:32.033Z] + docker version [2021-07-14T07:17:32.356Z] #54 ... [2021-07-14T07:17:32.357Z] [2021-07-14T07:17:32.357Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-07-14T07:17:32.357Z] #14 sha256:7f76075df363f311c69e79ee1899a4732c2873ce8ab9ef5c9a2292431d6092ac [2021-07-14T07:17:32.357Z] #14 DONE 2.5s [2021-07-14T07:17:32.357Z] [2021-07-14T07:17:32.357Z] #32 [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-07-14T07:17:32.357Z] #32 sha256:e3f73a48408205ebe7a62826dcb4d661d2c10dd57a550c36d5cf1e6cfbd1a0a6 [2021-07-14T07:17:32.357Z] #32 DONE 100.1s [2021-07-14T07:17:32.357Z] [2021-07-14T07:17:32.357Z] #15 [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-07-14T07:17:32.357Z] #15 sha256:ae8828c147d6c3e4a22a8f45dbc10904de419808f4fe09f48f75953500b94574 [2021-07-14T07:17:32.639Z] #13 DONE 102.8s [2021-07-14T07:17:32.639Z] [2021-07-14T07:17:32.639Z] #46 [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-07-14T07:17:32.639Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:17:32.639Z] #46 106.6 vendor/golang.org/x/text/secure/bidirule [2021-07-14T07:17:32.639Z] #46 107.0 vendor/golang.org/x/text/unicode/norm [2021-07-14T07:17:32.794Z] #54 ... [2021-07-14T07:17:32.794Z] [2021-07-14T07:17:32.794Z] #15 [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-07-14T07:17:32.794Z] #15 sha256:01a755dff0cad524a1c3dbf793d6da1966eef965a9fa9bcdcd636a6edf1c8b55 [2021-07-14T07:17:32.794Z] #15 DONE 1.2s [2021-07-14T07:17:32.794Z] [2021-07-14T07:17:32.794Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-07-14T07:17:32.794Z] #16 sha256:70cd9adaffc438637136dcc9ee5c7461e62ccdf7187b51d2bcf88ae8b7fd2d91 [2021-07-14T07:17:33.055Z] #15 ... [2021-07-14T07:17:33.055Z] [2021-07-14T07:17:33.055Z] #46 [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-07-14T07:17:33.055Z] #46 sha256:45330e458c197afe6b953285f43fed9ea5d21cd484f7b632a40659860e483bdd [2021-07-14T07:17:33.055Z] #46 106.9 vendor/golang.org/x/net/idna [2021-07-14T07:17:33.055Z] #46 108.7 vendor/golang.org/x/net/http2/hpack [2021-07-14T07:17:33.055Z] #46 110.1 mime [2021-07-14T07:17:33.055Z] #46 111.4 mime/quotedprintable [2021-07-14T07:17:33.055Z] #46 111.8 net/http/internal [2021-07-14T07:17:33.055Z] #46 114.6 crypto/tls [2021-07-14T07:17:33.317Z] #46 ... [2021-07-14T07:17:33.317Z] [2021-07-14T07:17:33.317Z] #15 [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-07-14T07:17:33.317Z] #15 sha256:01a755dff0cad524a1c3dbf793d6da1966eef965a9fa9bcdcd636a6edf1c8b55 [2021-07-14T07:17:33.317Z] #15 DONE 4.6s [2021-07-14T07:17:33.317Z] [2021-07-14T07:17:33.317Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-07-14T07:17:33.317Z] #16 sha256:70cd9adaffc438637136dcc9ee5c7461e62ccdf7187b51d2bcf88ae8b7fd2d91 [2021-07-14T07:17:33.363Z] #16 0.987 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-07-14T07:17:33.623Z] #16 DONE 1.3s [2021-07-14T07:17:33.623Z] [2021-07-14T07:17:33.623Z] #46 [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-07-14T07:17:33.623Z] #46 sha256:ea7f20defe8df5e33a2fd1d5d092cd89194e26a2ac9659ecae17cd75b67eebfa [2021-07-14T07:17:33.623Z] #46 110.0 vendor/golang.org/x/net/http2/hpack [2021-07-14T07:17:34.192Z] #46 111.9 mime [2021-07-14T07:17:34.547Z] #46 ... [2021-07-14T07:17:34.547Z] [2021-07-14T07:17:34.547Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-07-14T07:17:34.547Z] #14 sha256:2e3649b65de75805334c728684ff03a8199a3b1b3e88023b97eeb333ab7cb9cb [2021-07-14T07:17:34.547Z] #14 DONE 1.8s [2021-07-14T07:17:34.547Z] [2021-07-14T07:17:34.547Z] #46 [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-07-14T07:17:34.547Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:17:34.547Z] #46 111.5 vendor/golang.org/x/net/idna [2021-07-14T07:17:34.921Z] #15 DONE 2.6s [2021-07-14T07:17:34.921Z] [2021-07-14T07:17:34.921Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-07-14T07:17:34.921Z] #16 sha256:97a9c8d4a688834412e48c0ee22f7c9ea426fa480a1782af6a7c4f00eca95b96 [2021-07-14T07:17:35.130Z] #46 ... [2021-07-14T07:17:35.130Z] [2021-07-14T07:17:35.130Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-07-14T07:17:35.130Z] #17 sha256:e3d592bc66c077dde6c9997418b0a86f2889d2589129f58b7ffd303aa343dab4 [2021-07-14T07:17:35.130Z] #17 DONE 1.2s [2021-07-14T07:17:35.130Z] [2021-07-14T07:17:35.130Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-07-14T07:17:35.130Z] #18 sha256:f3bf4503ae065cc32c88b6d28c9bf599c2aa906d84e4dc54ec2ed46d586cadb6 [2021-07-14T07:17:35.926Z] #46 ... [2021-07-14T07:17:35.926Z] [2021-07-14T07:17:35.926Z] #15 [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-07-14T07:17:35.926Z] #15 sha256:01a755dff0cad524a1c3dbf793d6da1966eef965a9fa9bcdcd636a6edf1c8b55 [2021-07-14T07:17:35.926Z] #15 DONE 1.4s [2021-07-14T07:17:35.926Z] [2021-07-14T07:17:35.926Z] #54 [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-07-14T07:17:35.926Z] #54 sha256:88219efd5e314fb5934301e89e9ed6bb5ba93b2aad2d324548ab9e24c10e6752 [2021-07-14T07:17:35.926Z] #54 1.704 + RM_GOPATH=0 [2021-07-14T07:17:35.926Z] #54 1.704 + TMP_GOPATH= [2021-07-14T07:17:35.926Z] #54 1.704 + : /build [2021-07-14T07:17:35.926Z] #54 1.704 + '[' -z '' ']' [2021-07-14T07:17:35.926Z] #54 1.705 ++ mktemp -d [2021-07-14T07:17:35.926Z] #54 1.712 + export GOPATH=/tmp/tmp.vQoooZwNdL [2021-07-14T07:17:35.926Z] #54 1.713 + GOPATH=/tmp/tmp.vQoooZwNdL [2021-07-14T07:17:35.926Z] #54 1.713 + RM_GOPATH=1 [2021-07-14T07:17:35.926Z] #54 1.714 + case "$(go env GOARCH)" in [2021-07-14T07:17:35.926Z] #54 1.715 ++ go env GOARCH [2021-07-14T07:17:35.926Z] #54 1.759 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:17:35.926Z] #54 1.759 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:17:35.926Z] #54 1.759 ++ dirname /tmp/install/install.sh [2021-07-14T07:17:35.926Z] #54 1.763 + dir=/tmp/install [2021-07-14T07:17:35.926Z] #54 1.763 + bin=runc [2021-07-14T07:17:35.926Z] #54 1.764 + shift [2021-07-14T07:17:35.926Z] #54 1.764 + '[' '!' -f /tmp/install/runc.installer ']' [2021-07-14T07:17:35.926Z] #54 1.764 + . /tmp/install/runc.installer [2021-07-14T07:17:35.927Z] #54 1.764 ++ : 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-07-14T07:17:35.927Z] #54 1.765 + install_runc [2021-07-14T07:17:35.927Z] #54 1.767 + grep -q '^3\.10\.0.*\.el7\.' [2021-07-14T07:17:35.927Z] #54 1.769 + uname -r [2021-07-14T07:17:35.927Z] #54 1.770 + RUNC_BUILDTAGS='seccomp ' [2021-07-14T07:17:35.927Z] #54 1.770 + echo 'Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )' [2021-07-14T07:17:35.927Z] #54 1.770 Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp ) [2021-07-14T07:17:35.927Z] #54 1.771 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.vQoooZwNdL/src/github.com/opencontainers/runc [2021-07-14T07:17:35.927Z] #54 1.773 Cloning into '/tmp/tmp.vQoooZwNdL/src/github.com/opencontainers/runc'... [2021-07-14T07:17:36.120Z] #20 2.615 Reading package lists... [2021-07-14T07:17:36.149Z] f143c6fed32d: Verifying Checksum [2021-07-14T07:17:36.149Z] f143c6fed32d: Download complete [2021-07-14T07:17:36.317Z] #16 1.435 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-07-14T07:17:36.513Z] #18 DONE 1.3s [2021-07-14T07:17:36.513Z] [2021-07-14T07:17:36.513Z] #59 [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-07-14T07:17:36.513Z] #59 sha256:00251ed5df4929c7ec20d81b2a9f0b04d6b87123bae2da643434ec805cbff5d8 [2021-07-14T07:17:36.513Z] #59 111.6 + for f in rootlesskit rootlesskit-docker-proxy [2021-07-14T07:17:36.513Z] #59 111.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-07-14T07:17:36.581Z] #16 DONE 1.6s [2021-07-14T07:17:36.581Z] [2021-07-14T07:17:36.581Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-07-14T07:17:36.581Z] #17 sha256:8bb629ad163dc7f6d4b9e28b0c08142b9f26be1800b51bdfe2558c134f1148d3 [2021-07-14T07:17:37.305Z] #54 ... [2021-07-14T07:17:37.305Z] [2021-07-14T07:17:37.305Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-07-14T07:17:37.305Z] #16 sha256:70cd9adaffc438637136dcc9ee5c7461e62ccdf7187b51d2bcf88ae8b7fd2d91 [2021-07-14T07:17:37.305Z] #16 1.106 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-07-14T07:17:37.305Z] #16 DONE 1.3s [2021-07-14T07:17:37.305Z] [2021-07-14T07:17:37.305Z] #46 [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-07-14T07:17:37.305Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:17:37.305Z] #46 114.2 vendor/golang.org/x/net/http2/hpack [2021-07-14T07:17:37.449Z] #59 ... [2021-07-14T07:17:37.449Z] [2021-07-14T07:17:37.449Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-07-14T07:17:37.449Z] #19 sha256:a4542bff8ff7df2c135e32506bd67314f24b3e2fde95bdac410e69115241430e [2021-07-14T07:17:37.449Z] #19 DONE 1.2s [2021-07-14T07:17:37.529Z] #16 3.406 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-07-14T07:17:37.529Z] #16 DONE 3.7s [2021-07-14T07:17:37.529Z] [2021-07-14T07:17:37.529Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-07-14T07:17:37.529Z] #17 sha256:e3d592bc66c077dde6c9997418b0a86f2889d2589129f58b7ffd303aa343dab4 [2021-07-14T07:17:37.707Z] [2021-07-14T07:17:37.707Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:17:37.707Z] #20 sha256:f04c662d24b8b5c571e6ab470d5e053c58e500948a39c697e97c9bea6f6c39b4 [2021-07-14T07:17:37.753Z] Client: Mirantis Container Runtime [2021-07-14T07:17:37.753Z] Version: 20.10.0 [2021-07-14T07:17:37.753Z] API version: 1.41 [2021-07-14T07:17:37.753Z] Go version: go1.13.15 [2021-07-14T07:17:37.753Z] Git commit: 6ee42dc [2021-07-14T07:17:37.753Z] Built: 03/11/2021 13:24:56 [2021-07-14T07:17:37.753Z] OS/Arch: windows/amd64 [2021-07-14T07:17:37.753Z] Context: default [2021-07-14T07:17:37.753Z] Experimental: true [2021-07-14T07:17:37.753Z] [2021-07-14T07:17:37.753Z] Server: Mirantis Container Runtime [2021-07-14T07:17:37.753Z] Engine: [2021-07-14T07:17:37.753Z] Version: 20.10.0 [2021-07-14T07:17:37.753Z] API version: 1.41 (minimum version 1.24) [2021-07-14T07:17:37.753Z] Go version: go1.13.15 [2021-07-14T07:17:37.753Z] Git commit: 1e08f21e79 [2021-07-14T07:17:37.753Z] Built: 03/11/2021 13:23:32 [2021-07-14T07:17:37.753Z] OS/Arch: windows/amd64 [2021-07-14T07:17:37.753Z] Experimental: true [2021-07-14T07:17:38.004Z] #17 DONE 1.7s [2021-07-14T07:17:38.004Z] [2021-07-14T07:17:38.004Z] #46 [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-07-14T07:17:38.004Z] #46 sha256:85f709a69448fd8fb146e7e8e89b1c7d0542c5c1fa53adde4c4bcf1f2e07a3d6 [2021-07-14T07:17:38.004Z] #46 101.7 github.com/LK4D4/vndr/godl [2021-07-14T07:17:38.004Z] #46 102.4 github.com/LK4D4/vndr [2021-07-14T07:17:38.272Z] #46 DONE 106.3s [2021-07-14T07:17:38.272Z] [2021-07-14T07:17:38.272Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-07-14T07:17:38.272Z] #18 sha256:ef1133719bba31dc7963a0168057c9cb1433eaf2de00385cd5a13296ceb7c97c [Pipeline] sh [2021-07-14T07:17:38.411Z] Fetching without tags [2021-07-14T07:17:38.683Z] #46 ... [2021-07-14T07:17:38.683Z] [2021-07-14T07:17:38.683Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-07-14T07:17:38.683Z] #17 sha256:e3d592bc66c077dde6c9997418b0a86f2889d2589129f58b7ffd303aa343dab4 [2021-07-14T07:17:38.683Z] #17 DONE 1.2s [2021-07-14T07:17:38.683Z] [2021-07-14T07:17:38.683Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-07-14T07:17:38.683Z] #18 sha256:f3bf4503ae065cc32c88b6d28c9bf599c2aa906d84e4dc54ec2ed46d586cadb6 [2021-07-14T07:17:39.083Z] #20 1.403 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:17:39.083Z] #20 1.437 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:17:39.083Z] #20 1.441 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:17:39.083Z] #20 1.441 Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-07-14T07:17:39.227Z] + docker info [2021-07-14T07:17:39.340Z] Merging remotes/origin/master commit 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 into PR head commit 84df737f500a7d0074e97ea60bdfc02e5fe9be9f [2021-07-14T07:17:39.446Z] #17 DONE 2.1s [2021-07-14T07:17:39.446Z] [2021-07-14T07:17:39.446Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-07-14T07:17:39.446Z] #18 sha256:f3bf4503ae065cc32c88b6d28c9bf599c2aa906d84e4dc54ec2ed46d586cadb6 [2021-07-14T07:17:39.618Z] #18 DONE 1.1s [2021-07-14T07:17:39.618Z] [2021-07-14T07:17:39.618Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-07-14T07:17:39.618Z] #19 sha256:a4542bff8ff7df2c135e32506bd67314f24b3e2fde95bdac410e69115241430e [2021-07-14T07:17:39.651Z] #20 2.108 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:17:38.123Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:17:38.178Z] > git config --add remote.origin.fetch +refs/pull/42636/head:refs/remotes/origin/PR-42636 # timeout=10 [2021-07-14T07:17:38.218Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:17:38.328Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-07-14T07:17:38.442Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-07-14T07:17:38.443Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:17:38.447Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42636/head:refs/remotes/origin/PR-42636 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-07-14T07:17:39.445Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:17:39.486Z] > git checkout -f 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [2021-07-14T07:17:40.202Z] #18 DONE 2.0s [2021-07-14T07:17:40.202Z] [2021-07-14T07:17:40.202Z] #54 [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-07-14T07:17:40.202Z] #54 sha256:cc96a8594ae173b1f1b1dc228dcdd71a64fd1124fa279ab9186380e45a6208f9 [2021-07-14T07:17:40.202Z] #54 9.035 + cd /tmp/tmp.UGvE2XaCdA/src/github.com/opencontainers/runc [2021-07-14T07:17:40.202Z] #54 9.035 + git checkout -q 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-07-14T07:17:40.202Z] #54 9.461 + '[' -z '' ']' [2021-07-14T07:17:40.202Z] #54 9.461 + target=static [2021-07-14T07:17:40.202Z] #54 9.461 + make 'BUILDTAGS=seccomp ' static [2021-07-14T07:17:40.202Z] #54 9.789 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o runc . [2021-07-14T07:17:41.001Z] #19 DONE 1.2s [2021-07-14T07:17:41.001Z] [2021-07-14T07:17:41.001Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:17:41.001Z] #20 sha256:f04c662d24b8b5c571e6ab470d5e053c58e500948a39c697e97c9bea6f6c39b4 [2021-07-14T07:17:41.028Z] #20 3.556 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:17:41.287Z] #20 ... [2021-07-14T07:17:41.287Z] [2021-07-14T07:17:41.287Z] #59 [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-07-14T07:17:41.287Z] #59 sha256:00251ed5df4929c7ec20d81b2a9f0b04d6b87123bae2da643434ec805cbff5d8 [2021-07-14T07:17:41.287Z] #59 DONE 118.7s [2021-07-14T07:17:41.287Z] [2021-07-14T07:17:41.287Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-07-14T07:17:41.287Z] #60 sha256:057368fae90aa0557dd970d97c6ff64ede3aacefcb771f42e8ce3c766349bdda [2021-07-14T07:17:41.287Z] #60 DONE 0.1s [2021-07-14T07:17:41.287Z] [2021-07-14T07:17:41.287Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-07-14T07:17:41.287Z] #61 sha256:d885f375908a37ce0aa6e2f71c525df37d38bd0b3545ce5d1f1d8c8878560d0e [2021-07-14T07:17:41.287Z] #61 DONE 0.0s [2021-07-14T07:17:41.287Z] [2021-07-14T07:17:41.287Z] #46 [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-07-14T07:17:41.287Z] #46 sha256:ea7f20defe8df5e33a2fd1d5d092cd89194e26a2ac9659ecae17cd75b67eebfa [2021-07-14T07:17:41.287Z] #46 114.2 mime/quotedprintable [2021-07-14T07:17:41.287Z] #46 114.6 net/http/internal [2021-07-14T07:17:41.287Z] #46 117.3 mime/multipart [2021-07-14T07:17:41.287Z] #46 117.4 crypto/tls [2021-07-14T07:17:41.362Z] #18 DONE 2.2s [2021-07-14T07:17:41.362Z] [2021-07-14T07:17:41.362Z] #54 [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-07-14T07:17:41.362Z] #54 sha256:91b4ffea1cc8b16a1e6f538889afb5da04a0efad7a04339a8bad627839a9a3a5 [2021-07-14T07:17:41.362Z] #54 11.81 + cd /tmp/tmp.S3QfNFmbdD/src/github.com/opencontainers/runc [2021-07-14T07:17:41.362Z] #54 11.81 + git checkout -q 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-07-14T07:17:41.362Z] #54 12.24 + '[' -z '' ']' [2021-07-14T07:17:41.362Z] #54 12.24 + target=static [2021-07-14T07:17:41.362Z] #54 12.24 + make 'BUILDTAGS=seccomp ' static [2021-07-14T07:17:41.362Z] #54 12.71 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o runc . [2021-07-14T07:17:42.131Z] #54 ... [2021-07-14T07:17:42.131Z] [2021-07-14T07:17:42.131Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-07-14T07:17:42.131Z] #19 sha256:159d898faca9a89f1966740702788d2c1f1b7b948d1260f1077e392de5e09789 [2021-07-14T07:17:42.131Z] #19 DONE 1.6s [2021-07-14T07:17:42.131Z] [2021-07-14T07:17:42.131Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:17:42.131Z] #20 sha256:5f95df2b529065c420f9590f5e568d9ec3a6a1ed6cc0c3310577e56fea4ee56c [2021-07-14T07:17:42.382Z] #20 1.539 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-07-14T07:17:42.382Z] #20 1.584 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:17:42.382Z] #20 1.592 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:17:42.382Z] #20 1.592 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:17:42.727Z] #20 7.846 Reading package lists... [2021-07-14T07:17:42.843Z] Merge succeeded, producing a9f6c49bceea7300bcdc9813e7ec56eab922d515 [2021-07-14T07:17:42.843Z] Checking out Revision a9f6c49bceea7300bcdc9813e7ec56eab922d515 (PR-42636) [2021-07-14T07:17:42.951Z] #20 2.177 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] [2021-07-14T07:17:42.951Z] #20 ... [2021-07-14T07:17:42.951Z] [2021-07-14T07:17:42.951Z] #59 [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-07-14T07:17:42.951Z] #59 sha256:7a198749b2bdaccc5cf49ad5cd23ca6014e8d334e367d2f75ce13fd8703e4662 [2021-07-14T07:17:42.951Z] #59 112.5 + for f in rootlesskit rootlesskit-docker-proxy [2021-07-14T07:17:42.951Z] #59 112.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-07-14T07:17:42.951Z] #59 DONE 119.9s [2021-07-14T07:17:42.951Z] [2021-07-14T07:17:42.951Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-07-14T07:17:42.951Z] #60 sha256:50c1a5851021a6d2eec777cf1a556ee94883c27ac3d251135a76b634b85a2bf9 [2021-07-14T07:17:42.951Z] #60 DONE 0.1s [2021-07-14T07:17:42.984Z] #20 13.45 Building dependency tree... [2021-07-14T07:17:41.885Z] > git remote # timeout=10 [2021-07-14T07:17:41.948Z] > git config --get remote.origin.url # timeout=10 [2021-07-14T07:17:41.987Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-07-14T07:17:41.989Z] > git merge 22d6671db2f0f73eca064fe8a2b5d9fc199f88a4 # timeout=10 [2021-07-14T07:17:42.751Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-07-14T07:17:42.873Z] > git config core.sparsecheckout # timeout=10 [2021-07-14T07:17:42.914Z] > git checkout -f a9f6c49bceea7300bcdc9813e7ec56eab922d515 # timeout=10 [2021-07-14T07:17:43.189Z] #46 ... [2021-07-14T07:17:43.189Z] [2021-07-14T07:17:43.189Z] #54 [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-07-14T07:17:43.189Z] #54 sha256:abb50e531a324c2494e1c69c6eb65dcdc6486ab7fd2059b523956a7c1fa37e2e [2021-07-14T07:17:43.189Z] #54 13.16 + cd /tmp/tmp.C63HofZa8P/src/github.com/opencontainers/runc [2021-07-14T07:17:43.189Z] #54 13.16 + git checkout -q 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-07-14T07:17:43.189Z] #54 13.49 + '[' -z '' ']' [2021-07-14T07:17:43.189Z] #54 13.50 + target=static [2021-07-14T07:17:43.189Z] #54 13.50 + make 'BUILDTAGS=seccomp ' static [2021-07-14T07:17:43.213Z] [2021-07-14T07:17:43.213Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-07-14T07:17:43.213Z] #61 sha256:4f44f4b2b72b137c8e503a4d5dcca9478420c1bbd0c7386d337567d78340467f [2021-07-14T07:17:43.213Z] #61 DONE 0.1s [2021-07-14T07:17:43.213Z] [2021-07-14T07:17:43.213Z] #46 [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-07-14T07:17:43.213Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:17:43.213Z] #46 116.2 mime [2021-07-14T07:17:43.213Z] #46 118.5 mime/quotedprintable [2021-07-14T07:17:43.213Z] #46 118.8 net/http/internal [2021-07-14T07:17:43.240Z] #20 14.70 Reading state information... [2021-07-14T07:17:43.448Z] #54 13.83 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o runc . [2021-07-14T07:17:43.530Z] #20 1.662 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-07-14T07:17:43.795Z] #20 1.828 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:17:43.795Z] #20 1.833 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:17:43.795Z] #20 2.002 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:17:43.804Z] #20 15.60 The following additional packages will be installed: [2021-07-14T07:17:43.911Z] #54 ... [2021-07-14T07:17:43.911Z] [2021-07-14T07:17:43.911Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-07-14T07:17:43.911Z] #19 sha256:a4542bff8ff7df2c135e32506bd67314f24b3e2fde95bdac410e69115241430e [2021-07-14T07:17:43.911Z] #19 DONE 2.3s [2021-07-14T07:17:43.911Z] [2021-07-14T07:17:43.911Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:17:43.911Z] #20 sha256:f04c662d24b8b5c571e6ab470d5e053c58e500948a39c697e97c9bea6f6c39b4 [2021-07-14T07:17:44.058Z] #20 2.176 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [481 kB] [2021-07-14T07:17:44.061Z] #20 15.60 gcc-8-base:arm64 gcc-8-base:armel gcc-8-base:armhf gcc-8-base:ppc64el [2021-07-14T07:17:44.061Z] #20 15.60 gcc-8-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2021-07-14T07:17:44.061Z] #20 15.60 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2021-07-14T07:17:44.061Z] #20 15.60 libc6:ppc64el libc6:s390x libgcc1:arm64 libgcc1:armel libgcc1:armhf [2021-07-14T07:17:44.061Z] #20 15.60 libgcc1:ppc64el libgcc1:s390x [2021-07-14T07:17:44.061Z] #20 15.61 Suggested packages: [2021-07-14T07:17:44.061Z] #20 15.61 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2021-07-14T07:17:44.061Z] #20 15.61 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2021-07-14T07:17:44.061Z] #20 15.61 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2021-07-14T07:17:44.061Z] #20 15.61 libc-l10n:s390x locales:s390x [2021-07-14T07:17:44.061Z] #20 15.61 Recommended packages: [2021-07-14T07:17:44.061Z] #20 15.61 libidn2-0:arm64 libidn2-0:armel libidn2-0:armhf libidn2-0:ppc64el [2021-07-14T07:17:44.061Z] #20 15.61 libidn2-0:s390x [2021-07-14T07:17:44.318Z] #20 15.81 The following NEW packages will be installed: [2021-07-14T07:17:44.318Z] #20 15.81 gcc-8-base:arm64 gcc-8-base:armel gcc-8-base:armhf gcc-8-base:ppc64el [2021-07-14T07:17:44.318Z] #20 15.81 gcc-8-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2021-07-14T07:17:44.318Z] #20 15.81 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2021-07-14T07:17:44.318Z] #20 15.81 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2021-07-14T07:17:44.318Z] #20 15.81 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2021-07-14T07:17:44.318Z] #20 15.81 libc6:ppc64el libc6:s390x libgcc1:arm64 libgcc1:armel libgcc1:armhf [2021-07-14T07:17:44.318Z] #20 15.82 libgcc1:ppc64el libgcc1:s390x [2021-07-14T07:17:44.575Z] #20 16.15 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:17:44.575Z] #20 16.15 Need to get 15.0 MB of archives. [2021-07-14T07:17:44.575Z] #20 16.15 After this operation, 68.1 MB of additional disk space will be used. [2021-07-14T07:17:44.575Z] #20 16.15 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main armel gcc-8-base armel 8.3.0-6 [191 kB] [2021-07-14T07:17:44.575Z] #20 16.16 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main armhf gcc-8-base armhf 8.3.0-6 [191 kB] [2021-07-14T07:17:44.575Z] #20 16.16 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-8-base ppc64el 8.3.0-6 [191 kB] [2021-07-14T07:17:44.575Z] #20 16.17 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-8-base s390x 8.3.0-6 [191 kB] [2021-07-14T07:17:44.575Z] #20 16.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-8-base arm64 8.3.0-6 [191 kB] [2021-07-14T07:17:44.575Z] #20 16.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgcc1 s390x 1:8.3.0-6 [24.8 kB] [2021-07-14T07:17:44.575Z] #20 16.18 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libc6 s390x 2.28-10 [2505 kB] [2021-07-14T07:17:44.576Z] #20 16.26 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2021-07-14T07:17:44.576Z] #20 16.26 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2021-07-14T07:17:44.576Z] #20 16.26 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgcc1 ppc64el 1:8.3.0-6 [30.2 kB] [2021-07-14T07:17:44.576Z] #20 16.26 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libc6 ppc64el 2.28-10 [2887 kB] [2021-07-14T07:17:44.576Z] #20 16.33 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2021-07-14T07:17:44.576Z] #20 16.35 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2021-07-14T07:17:44.576Z] #20 16.36 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main armhf libgcc1 armhf 1:8.3.0-6 [37.2 kB] [2021-07-14T07:17:44.591Z] #46 ... [2021-07-14T07:17:44.591Z] [2021-07-14T07:17:44.591Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:17:44.591Z] #20 sha256:f04c662d24b8b5c571e6ab470d5e053c58e500948a39c697e97c9bea6f6c39b4 [2021-07-14T07:17:44.591Z] #20 3.814 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:17:44.636Z] #20 2.859 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-07-14T07:17:44.832Z] #20 16.36 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main armhf libc6 armhf 2.28-10 [2390 kB] [2021-07-14T07:17:44.832Z] #20 16.41 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main armhf libapparmor1 armhf 2.13.2-10 [89.6 kB] [2021-07-14T07:17:44.832Z] #20 16.44 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main armhf libapparmor-dev armhf 2.13.2-10 [132 kB] [2021-07-14T07:17:44.832Z] #20 16.44 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main armel libgcc1 armel 1:8.3.0-6 [38.4 kB] [2021-07-14T07:17:44.832Z] #20 16.44 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main armel libc6 armel 2.28-10 [2399 kB] [2021-07-14T07:17:44.832Z] #20 16.48 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main armel libapparmor1 armel 2.13.2-10 [90.3 kB] [2021-07-14T07:17:44.832Z] #20 16.48 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main armel libapparmor-dev armel 2.13.2-10 [133 kB] [2021-07-14T07:17:44.832Z] #20 16.48 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgcc1 arm64 1:8.3.0-6 [34.4 kB] [2021-07-14T07:17:44.832Z] #20 16.49 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libc6 arm64 2.28-10 [2521 kB] [2021-07-14T07:17:44.832Z] #20 16.52 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2021-07-14T07:17:44.832Z] #20 16.55 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2021-07-14T07:17:45.588Z] #20 3.807 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [288 kB] [2021-07-14T07:17:45.763Z] #20 17.09 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:17:45.763Z] #20 17.26 Fetched 15.0 MB in 1s (22.7 MB/s) [2021-07-14T07:17:45.763Z] #20 17.31 Selecting previously unselected package gcc-8-base:armhf. [2021-07-14T07:17:45.763Z] #20 17.31 (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 ... 37546 files and directories currently installed.) [2021-07-14T07:17:45.763Z] #20 17.36 Preparing to unpack .../00-gcc-8-base_8.3.0-6_armhf.deb ... [2021-07-14T07:17:45.763Z] #20 17.36 Unpacking gcc-8-base:armhf (8.3.0-6) ... [2021-07-14T07:17:45.763Z] #20 17.44 Selecting previously unselected package gcc-8-base:ppc64el. [2021-07-14T07:17:45.763Z] #20 17.44 Preparing to unpack .../01-gcc-8-base_8.3.0-6_ppc64el.deb ... [2021-07-14T07:17:45.763Z] #20 17.45 Unpacking gcc-8-base:ppc64el (8.3.0-6) ... [2021-07-14T07:17:45.763Z] #20 17.51 Selecting previously unselected package gcc-8-base:s390x. [2021-07-14T07:17:45.763Z] #20 17.51 Preparing to unpack .../02-gcc-8-base_8.3.0-6_s390x.deb ... [2021-07-14T07:17:45.763Z] #20 17.51 Unpacking gcc-8-base:s390x (8.3.0-6) ... [2021-07-14T07:17:45.763Z] #20 17.58 Selecting previously unselected package gcc-8-base:arm64. [2021-07-14T07:17:45.967Z] #20 5.029 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:17:46.021Z] #20 17.58 Preparing to unpack .../03-gcc-8-base_8.3.0-6_arm64.deb ... [2021-07-14T07:17:46.021Z] #20 17.59 Unpacking gcc-8-base:arm64 (8.3.0-6) ... [2021-07-14T07:17:46.021Z] #20 17.64 Selecting previously unselected package gcc-8-base:armel. [2021-07-14T07:17:46.021Z] #20 17.65 Preparing to unpack .../04-gcc-8-base_8.3.0-6_armel.deb ... [2021-07-14T07:17:46.021Z] #20 17.66 Unpacking gcc-8-base:armel (8.3.0-6) ... [2021-07-14T07:17:46.021Z] #20 17.72 Selecting previously unselected package libgcc1:arm64. [2021-07-14T07:17:46.278Z] #20 17.72 Preparing to unpack .../05-libgcc1_1%3a8.3.0-6_arm64.deb ... [2021-07-14T07:17:46.278Z] #20 17.73 Unpacking libgcc1:arm64 (1:8.3.0-6) ... [2021-07-14T07:17:46.278Z] #20 17.80 Selecting previously unselected package libc6:arm64. [2021-07-14T07:17:46.278Z] #20 17.81 Preparing to unpack .../06-libc6_2.28-10_arm64.deb ... [2021-07-14T07:17:46.278Z] #20 18.00 Unpacking libc6:arm64 (2.28-10) ... [2021-07-14T07:17:46.461Z] #20 2.491 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:17:46.461Z] #20 2.492 Get:2 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-07-14T07:17:46.461Z] #20 2.706 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:17:46.461Z] #20 2.737 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:17:46.461Z] #20 ... [2021-07-14T07:17:46.461Z] [2021-07-14T07:17:46.461Z] #46 [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-07-14T07:17:46.462Z] #46 sha256:45330e458c197afe6b953285f43fed9ea5d21cd484f7b632a40659860e483bdd [2021-07-14T07:17:46.462Z] #46 120.8 net/http/httptrace [2021-07-14T07:17:46.462Z] #46 121.0 net/http [2021-07-14T07:17:46.723Z] #46 ... [2021-07-14T07:17:46.723Z] [2021-07-14T07:17:46.723Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:17:46.723Z] #20 sha256:f04c662d24b8b5c571e6ab470d5e053c58e500948a39c697e97c9bea6f6c39b4 [2021-07-14T07:17:46.723Z] #20 3.065 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:17:46.842Z] #20 18.46 Selecting previously unselected package libapparmor1:arm64. [2021-07-14T07:17:46.842Z] #20 18.46 Preparing to unpack .../07-libapparmor1_2.13.2-10_arm64.deb ... [2021-07-14T07:17:46.842Z] #20 18.47 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2021-07-14T07:17:46.842Z] #20 18.52 Selecting previously unselected package libapparmor-dev:arm64. [2021-07-14T07:17:46.842Z] #20 18.53 Preparing to unpack .../08-libapparmor-dev_2.13.2-10_arm64.deb ... [2021-07-14T07:17:46.842Z] #20 18.53 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2021-07-14T07:17:46.842Z] #20 18.60 Selecting previously unselected package libgcc1:armel. [2021-07-14T07:17:46.903Z] #20 6.350 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:17:46.985Z] #20 4.862 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-07-14T07:17:47.098Z] #20 18.60 Preparing to unpack .../09-libgcc1_1%3a8.3.0-6_armel.deb ... [2021-07-14T07:17:47.098Z] #20 18.61 Unpacking libgcc1:armel (1:8.3.0-6) ... [2021-07-14T07:17:47.098Z] #20 18.69 Selecting previously unselected package libc6:armel. [2021-07-14T07:17:47.098Z] #20 18.69 Preparing to unpack .../10-libc6_2.28-10_armel.deb ... [2021-07-14T07:17:47.355Z] #20 18.90 Unpacking libc6:armel (2.28-10) ... [2021-07-14T07:17:47.564Z] #20 ... [2021-07-14T07:17:47.564Z] [2021-07-14T07:17:47.564Z] #24 [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-07-14T07:17:47.564Z] #24 sha256:3854bbdd32a4b3ba19a61d470a5e075058a71b7db565389f42d199fbe33f9cde [2021-07-14T07:17:47.612Z] #20 19.33 Selecting previously unselected package libapparmor1:armel. [2021-07-14T07:17:47.668Z] #20 4.071 Get:6 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] [2021-07-14T07:17:47.869Z] #20 19.34 Preparing to unpack .../11-libapparmor1_2.13.2-10_armel.deb ... [2021-07-14T07:17:47.869Z] #20 19.35 Unpacking libapparmor1:armel (2.13.2-10) ... [2021-07-14T07:17:47.869Z] #20 19.40 Selecting previously unselected package libapparmor-dev:armel. [2021-07-14T07:17:47.869Z] #20 19.40 Preparing to unpack .../12-libapparmor-dev_2.13.2-10_armel.deb ... [2021-07-14T07:17:47.869Z] #20 19.41 Unpacking libapparmor-dev:armel (2.13.2-10) ... [2021-07-14T07:17:47.869Z] #20 19.49 Selecting previously unselected package libgcc1:armhf. [2021-07-14T07:17:47.869Z] #20 19.49 Preparing to unpack .../13-libgcc1_1%3a8.3.0-6_armhf.deb ... [2021-07-14T07:17:47.869Z] #20 19.49 Unpacking libgcc1:armhf (1:8.3.0-6) ... [2021-07-14T07:17:47.869Z] #20 19.57 Selecting previously unselected package libc6:armhf. [2021-07-14T07:17:47.869Z] #20 19.57 Preparing to unpack .../14-libc6_2.28-10_armhf.deb ... [2021-07-14T07:17:48.126Z] #20 19.74 Unpacking libc6:armhf (2.28-10) ... [2021-07-14T07:17:48.639Z] #20 20.18 Selecting previously unselected package libapparmor1:armhf. [2021-07-14T07:17:48.639Z] #20 20.19 Preparing to unpack .../15-libapparmor1_2.13.2-10_armhf.deb ... [2021-07-14T07:17:48.639Z] #20 20.19 Unpacking libapparmor1:armhf (2.13.2-10) ... [2021-07-14T07:17:48.639Z] #20 20.25 Selecting previously unselected package libapparmor-dev:armhf. [2021-07-14T07:17:48.639Z] #20 20.26 Preparing to unpack .../16-libapparmor-dev_2.13.2-10_armhf.deb ... [2021-07-14T07:17:48.639Z] #20 20.26 Unpacking libapparmor-dev:armhf (2.13.2-10) ... [2021-07-14T07:17:48.639Z] #20 20.34 Selecting previously unselected package libgcc1:ppc64el. [2021-07-14T07:17:48.639Z] #20 20.34 Preparing to unpack .../17-libgcc1_1%3a8.3.0-6_ppc64el.deb ... [2021-07-14T07:17:48.639Z] #20 20.38 Unpacking libgcc1:ppc64el (1:8.3.0-6) ... [2021-07-14T07:17:48.639Z] #20 20.45 Selecting previously unselected package libc6:ppc64el. [2021-07-14T07:17:48.896Z] #20 20.45 Preparing to unpack .../18-libc6_2.28-10_ppc64el.deb ... [2021-07-14T07:17:49.056Z] #20 5.311 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:17:49.153Z] #20 20.66 Unpacking libc6:ppc64el (2.28-10) ... [2021-07-14T07:17:49.410Z] #20 21.18 Selecting previously unselected package libapparmor1:ppc64el. [2021-07-14T07:17:49.667Z] #20 21.19 Preparing to unpack .../19-libapparmor1_2.13.2-10_ppc64el.deb ... [2021-07-14T07:17:49.667Z] #20 21.19 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2021-07-14T07:17:49.667Z] #20 21.25 Selecting previously unselected package libapparmor-dev:ppc64el. [2021-07-14T07:17:49.667Z] #20 21.25 Preparing to unpack .../20-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2021-07-14T07:17:49.667Z] #20 21.25 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2021-07-14T07:17:49.667Z] #20 21.32 Selecting previously unselected package libgcc1:s390x. [2021-07-14T07:17:49.667Z] #20 21.32 Preparing to unpack .../21-libgcc1_1%3a8.3.0-6_s390x.deb ... [2021-07-14T07:17:49.667Z] #20 21.33 Unpacking libgcc1:s390x (1:8.3.0-6) ... [2021-07-14T07:17:49.667Z] #20 21.40 Selecting previously unselected package libc6:s390x. [2021-07-14T07:17:49.667Z] #20 21.40 Preparing to unpack .../22-libc6_2.28-10_s390x.deb ... [2021-07-14T07:17:49.924Z] #20 21.61 Unpacking libc6:s390x (2.28-10) ... [2021-07-14T07:17:50.001Z] #20 6.553 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:17:50.476Z] #24 115.6 Checking out files: 26% (3082/11569) Checking out files: 27% (3124/11569) Checking out files: 28% (3240/11569) Checking out files: 29% (3356/11569) Checking out files: 30% (3471/11569) Checking out files: 31% (3587/11569) Checking out files: 32% (3703/11569) Checking out files: 33% (3818/11569) Checking out files: 34% (3934/11569) Checking out files: 35% (4050/11569) Checking out files: 36% (4165/11569) Checking out files: 37% (4281/11569) Checking out files: 38% (4397/11569) Checking out files: 39% (4512/11569) Checking out files: 40% (4628/11569) Checking out files: 41% (4744/11569) Checking out files: 42% (4859/11569) Checking out files: 43% (4975/11569) Checking out files: 44% (5091/11569) Checking out files: 45% (5207/11569) Checking out files: 46% (5322/11569) Checking out files: 47% (5438/11569) Checking out files: 47% (5449/11569) Checking out files: 48% (5554/11569) Checking out files: 49% (5669/11569) Checking out files: 50% (5785/11569) Checking out files: 51% (5901/11569) Checking out files: 52% (6016/11569) Checking out files: 53% (6132/11569) Checking out files: 54% (6248/11569) Checking out files: 55% (6363/11569) Checking out files: 56% (6479/11569) Checking out files: 57% (6595/11569) Checking out files: 58% (6711/11569) Checking out files: 59% (6826/11569) Checking out files: 60% (6942/11569) Checking out files: 61% (7058/11569) Checking out files: 62% (7173/11569) Checking out files: 63% (7289/11569) Checking out files: 64% (7405/11569) Checking out files: 65% (7520/11569) Checking out files: 66% (7636/11569) Checking out files: 67% (7752/11569) Checking out files: 68% (7867/11569) Checking out files: 69% (7983/11569) Checking out files: 70% (8099/11569) Checking out files: 71% (8214/11569) Checking out files: 72% (8330/11569) Checking out files: 73% (8446/11569) Checking out files: 74% (8562/11569) Checking out files: 74% (8630/11569) Checking out files: 75% (8677/11569) Checking out files: 76% (8793/11569) Checking out files: 77% (8909/11569) Checking out files: 78% (9024/11569) Checking out files: 79% (9140/11569) Checking out files: 80% (9256/11569) Checking out files: 81% (9371/11569) Checking out files: 82% (9487/11569) Checking out files: 83% (9603/11569) Checking out files: 84% (9718/11569) Checking out files: 85% (9834/11569) Checking out files: 86% (9950/11569) Checking out files: 87% (10066/11569) Checking out files: 88% (10181/11569) Checking out files: 89% (10297/11569) Checking out files: 90% (10413/11569) Checking out files: 91% (10528/11569) Checking out files: 92% (10644/11569) Checking out files: 93% (10760/11569) Checking out files: 94% (10875/11569) Checking out files: 95% (10991/11569) Checking out files: 96% (11107/11569) Checking out files: 97% (11222/11569) Checking out files: 98% (11338/11569) Checking out files: 99% (11454/11569) Checking out files: 100% (11569/11569) Checking out files: 100% (11569/11569), done. [2021-07-14T07:17:50.476Z] #24 118.7 + cd /tmp/tmp.boUvMjyr9d/tmp/docker-ce [2021-07-14T07:17:50.476Z] #24 118.7 + git checkout -q v17.06.2-ce [2021-07-14T07:17:50.487Z] #20 22.06 Selecting previously unselected package libapparmor1:s390x. [2021-07-14T07:17:50.487Z] #20 22.06 Preparing to unpack .../23-libapparmor1_2.13.2-10_s390x.deb ... [2021-07-14T07:17:50.487Z] #20 22.06 Unpacking libapparmor1:s390x (2.13.2-10) ... [2021-07-14T07:17:50.487Z] #20 22.12 Selecting previously unselected package libapparmor-dev:s390x. [2021-07-14T07:17:50.487Z] #20 22.13 Preparing to unpack .../24-libapparmor-dev_2.13.2-10_s390x.deb ... [2021-07-14T07:17:50.487Z] #20 22.13 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2021-07-14T07:17:50.744Z] #20 22.22 Setting up gcc-8-base:arm64 (8.3.0-6) ... [2021-07-14T07:17:50.744Z] #20 22.24 Setting up gcc-8-base:armel (8.3.0-6) ... [2021-07-14T07:17:50.744Z] #20 22.25 Setting up gcc-8-base:armhf (8.3.0-6) ... [2021-07-14T07:17:50.744Z] #20 22.27 Setting up gcc-8-base:ppc64el (8.3.0-6) ... [2021-07-14T07:17:50.744Z] #20 22.28 Setting up gcc-8-base:s390x (8.3.0-6) ... [2021-07-14T07:17:50.744Z] #20 22.29 Setting up libc6:arm64 (2.28-10) ... [2021-07-14T07:17:51.090Z] #20 ... [2021-07-14T07:17:51.090Z] [2021-07-14T07:17:51.090Z] #54 [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-07-14T07:17:51.090Z] #54 sha256:88219efd5e314fb5934301e89e9ed6bb5ba93b2aad2d324548ab9e24c10e6752 [2021-07-14T07:17:51.090Z] #54 13.01 + cd /tmp/tmp.vQoooZwNdL/src/github.com/opencontainers/runc [2021-07-14T07:17:51.090Z] #54 13.01 + git checkout -q 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-07-14T07:17:51.090Z] #54 13.48 + '[' -z '' ']' [2021-07-14T07:17:51.090Z] #54 13.48 + target=static [2021-07-14T07:17:51.090Z] #54 13.48 + make 'BUILDTAGS=seccomp ' static [2021-07-14T07:17:51.090Z] #54 13.88 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o runc . [2021-07-14T07:17:51.501Z] Client: [2021-07-14T07:17:51.502Z] Context: default [2021-07-14T07:17:51.502Z] Debug Mode: false [2021-07-14T07:17:51.502Z] Plugins: [2021-07-14T07:17:51.502Z] app: Docker Application (Docker Inc., v0.8.0) [2021-07-14T07:17:51.502Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-07-14T07:17:51.502Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-07-14T07:17:51.502Z] [2021-07-14T07:17:51.502Z] Server: [2021-07-14T07:17:51.502Z] Containers: 0 [2021-07-14T07:17:51.502Z] Running: 0 [2021-07-14T07:17:51.502Z] Paused: 0 [2021-07-14T07:17:51.502Z] Stopped: 0 [2021-07-14T07:17:51.502Z] Images: 0 [2021-07-14T07:17:51.502Z] Server Version: 20.10.0 [2021-07-14T07:17:51.502Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-07-14T07:17:51.502Z] Windows: [2021-07-14T07:17:51.502Z] LCOW: [2021-07-14T07:17:51.502Z] Logging Driver: json-file [2021-07-14T07:17:51.502Z] Plugins: [2021-07-14T07:17:51.502Z] Volume: local [2021-07-14T07:17:51.502Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-07-14T07:17:51.502Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-07-14T07:17:51.502Z] Swarm: inactive [2021-07-14T07:17:51.502Z] Default Isolation: process [2021-07-14T07:17:51.502Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-07-14T07:17:51.502Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-07-14T07:17:51.502Z] OSType: windows [2021-07-14T07:17:51.502Z] Architecture: x86_64 [2021-07-14T07:17:51.502Z] CPUs: 4 [2021-07-14T07:17:51.502Z] Total Memory: 32GiB [2021-07-14T07:17:51.502Z] Name: azwin-2-192b50 [2021-07-14T07:17:51.502Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-07-14T07:17:51.502Z] Docker Root Dir: D:\docker [2021-07-14T07:17:51.502Z] Debug Mode: false [2021-07-14T07:17:51.502Z] Registry: https://index.docker.io/v1/ [2021-07-14T07:17:51.502Z] Labels: [2021-07-14T07:17:51.502Z] Experimental: true [2021-07-14T07:17:51.502Z] Insecure Registries: [2021-07-14T07:17:51.502Z] 10.0.0.4:5000 [2021-07-14T07:17:51.502Z] 127.0.0.0/8 [2021-07-14T07:17:51.502Z] Registry Mirrors: [2021-07-14T07:17:51.502Z] http://10.0.0.4:5000/ [2021-07-14T07:17:51.502Z] Live Restore Enabled: false [2021-07-14T07:17:51.502Z] [Pipeline] } [Pipeline] // stage [2021-07-14T07:17:51.656Z] #54 ... [2021-07-14T07:17:51.656Z] [2021-07-14T07:17:51.656Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:17:51.656Z] #20 sha256:f04c662d24b8b5c571e6ab470d5e053c58e500948a39c697e97c9bea6f6c39b4 [2021-07-14T07:17:51.656Z] #20 10.85 Fetched 8987 kB in 10s (940 kB/s) [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-07-14T07:17:52.112Z] #20 23.51 Setting up libc6:armel (2.28-10) ... [2021-07-14T07:17:53.042Z] #20 24.74 Setting up libc6:armhf (2.28-10) ... [2021-07-14T07:17:53.422Z] #54 ... [2021-07-14T07:17:53.423Z] [2021-07-14T07:17:53.423Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:17:53.423Z] #20 sha256:f04c662d24b8b5c571e6ab470d5e053c58e500948a39c697e97c9bea6f6c39b4 [2021-07-14T07:17:53.423Z] #20 5.341 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:17:53.423Z] #20 6.661 Get:8 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] [2021-07-14T07:17:53.423Z] #20 11.40 Fetched 8987 kB in 10s (879 kB/s) [2021-07-14T07:17:53.423Z] #20 11.40 Reading package lists... [2021-07-14T07:17:53.619Z] Commit message: "Merge commit '22d6671db2f0f73eca064fe8a2b5d9fc199f88a4' into HEAD" [2021-07-14T07:17:53.798Z] #24 121.6 + mkdir -p /tmp/tmp.boUvMjyr9d/src/github.com/docker [2021-07-14T07:17:53.798Z] #24 121.6 + mv components/cli /tmp/tmp.boUvMjyr9d/src/github.com/docker/cli [2021-07-14T07:17:53.798Z] #24 121.6 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-07-14T07:17:53.651Z] > git rev-list --no-walk 84df737f500a7d0074e97ea60bdfc02e5fe9be9f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2021-07-14T07:17:54.419Z] #20 25.97 Setting up libc6:ppc64el (2.28-10) ... [Pipeline] sh [2021-07-14T07:17:54.938Z] #20 10.85 Reading package lists... [2021-07-14T07:17:54.938Z] #20 ... [2021-07-14T07:17:54.938Z] [2021-07-14T07:17:54.938Z] #46 [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-07-14T07:17:54.938Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:17:54.938Z] #46 121.8 crypto/tls [2021-07-14T07:17:54.938Z] #46 128.0 net/http/httptrace [2021-07-14T07:17:54.938Z] #46 128.2 net/http [2021-07-14T07:17:55.196Z] #46 ... [2021-07-14T07:17:55.196Z] [2021-07-14T07:17:55.197Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:17:55.197Z] #20 sha256:f04c662d24b8b5c571e6ab470d5e053c58e500948a39c697e97c9bea6f6c39b4 [2021-07-14T07:17:55.197Z] #20 10.85 Reading package lists... [2021-07-14T07:17:55.295Z] #20 ... [2021-07-14T07:17:55.295Z] [2021-07-14T07:17:55.295Z] #46 [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-07-14T07:17:55.295Z] #46 sha256:45330e458c197afe6b953285f43fed9ea5d21cd484f7b632a40659860e483bdd [2021-07-14T07:17:55.295Z] #46 133.3 github.com/LK4D4/vndr/godl [2021-07-14T07:17:55.295Z] #46 134.0 github.com/LK4D4/vndr [2021-07-14T07:17:55.295Z] #46 DONE 138.9s [2021-07-14T07:17:55.295Z] [2021-07-14T07:17:55.295Z] #32 [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-07-14T07:17:55.295Z] #32 sha256:e5a47005f578bbeec018e89af2d3942afbe4d492ad54425cac9a1a2acaffc2ab [2021-07-14T07:17:55.295Z] #32 DONE 138.6s [2021-07-14T07:17:55.295Z] [2021-07-14T07:17:55.295Z] #57 [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-07-14T07:17:55.295Z] #57 sha256:3dd5791a67567ba26079945bdaf41831e2291dc22c96d196f82aa14e2d935d2f [2021-07-14T07:17:55.295Z] #57 ... [2021-07-14T07:17:55.295Z] [2021-07-14T07:17:55.295Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:17:55.295Z] #20 sha256:f04c662d24b8b5c571e6ab470d5e053c58e500948a39c697e97c9bea6f6c39b4 [2021-07-14T07:17:55.295Z] #20 11.21 Fetched 8987 kB in 9s (1001 kB/s) [2021-07-14T07:17:55.786Z] #20 27.19 Setting up libc6:s390x (2.28-10) ... [2021-07-14T07:17:56.708Z] #20 15.14 Reading package lists... [2021-07-14T07:17:56.715Z] #20 28.38 Setting up libapparmor1:arm64 (2.13.2-10) ... [2021-07-14T07:17:56.715Z] #20 28.39 Setting up libapparmor1:armel (2.13.2-10) ... [2021-07-14T07:17:56.715Z] #20 28.40 Setting up libapparmor1:armhf (2.13.2-10) ... [2021-07-14T07:17:56.715Z] #20 28.42 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2021-07-14T07:17:56.715Z] #20 28.43 Setting up libapparmor1:s390x (2.13.2-10) ... [2021-07-14T07:17:56.715Z] #20 28.45 Setting up libgcc1:arm64 (1:8.3.0-6) ... [2021-07-14T07:17:56.715Z] #20 28.46 Setting up libgcc1:armel (1:8.3.0-6) ... [2021-07-14T07:17:56.715Z] #20 28.48 Setting up libgcc1:armhf (1:8.3.0-6) ... [2021-07-14T07:17:56.715Z] #20 28.50 Setting up libgcc1:ppc64el (1:8.3.0-6) ... [2021-07-14T07:17:56.715Z] #20 28.51 Setting up libgcc1:s390x (1:8.3.0-6) ... [2021-07-14T07:17:56.973Z] #20 28.52 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2021-07-14T07:17:56.973Z] #20 28.54 Setting up libapparmor-dev:armel (2.13.2-10) ... [2021-07-14T07:17:56.973Z] #20 28.55 Setting up libapparmor-dev:armhf (2.13.2-10) ... [2021-07-14T07:17:56.973Z] #20 28.56 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2021-07-14T07:17:56.973Z] #20 28.58 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2021-07-14T07:17:56.973Z] #20 28.59 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:17:57.275Z] #20 18.85 Building dependency tree... [2021-07-14T07:17:57.534Z] #20 ... [2021-07-14T07:17:57.534Z] [2021-07-14T07:17:57.534Z] #46 [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-07-14T07:17:57.534Z] #46 sha256:ea7f20defe8df5e33a2fd1d5d092cd89194e26a2ac9659ecae17cd75b67eebfa [2021-07-14T07:17:57.534Z] #46 125.0 net/http/httptrace [2021-07-14T07:17:57.534Z] #46 125.2 net/http [2021-07-14T07:17:57.535Z] #20 DONE 29.2s [2021-07-14T07:17:57.535Z] [2021-07-14T07:17:57.535Z] #61 [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-07-14T07:17:57.535Z] #61 sha256:f37b5f948d4aadb62754bfff7ec43892a331de2ef140f97d302da401a0f9d93c [2021-07-14T07:17:57.721Z] + docker version [2021-07-14T07:17:57.845Z] #20 11.21 Reading package lists... [2021-07-14T07:17:58.030Z] #24 ... [2021-07-14T07:17:58.030Z] [2021-07-14T07:17:58.030Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:17:58.030Z] #20 sha256:5f95df2b529065c420f9590f5e568d9ec3a6a1ed6cc0c3310577e56fea4ee56c [2021-07-14T07:17:58.030Z] #20 6.796 Fetched 8804 kB in 5s (1635 kB/s) [2021-07-14T07:17:58.030Z] #20 6.796 Reading package lists... [2021-07-14T07:17:58.030Z] #20 9.214 Reading package lists... [2021-07-14T07:17:58.030Z] #20 11.39 Building dependency tree... [2021-07-14T07:17:58.030Z] #20 12.26 libcap2-bin is already the newest version (1:2.25-2). [2021-07-14T07:17:58.030Z] #20 12.26 The following additional packages will be installed: [2021-07-14T07:17:58.030Z] #20 12.27 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-07-14T07:17:58.030Z] #20 12.27 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-07-14T07:17:58.030Z] #20 12.27 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-07-14T07:17:58.030Z] #20 12.27 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-07-14T07:17:58.030Z] #20 12.27 python3.7 python3.7-minimal vim-runtime xxd [2021-07-14T07:17:58.030Z] #20 12.27 Suggested packages: [2021-07-14T07:17:58.030Z] #20 12.27 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-07-14T07:17:58.030Z] #20 12.27 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-07-14T07:17:58.030Z] #20 12.27 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-07-14T07:17:58.030Z] #20 12.27 quota [2021-07-14T07:17:58.030Z] #20 12.27 Recommended packages: [2021-07-14T07:17:58.030Z] #20 12.27 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-07-14T07:17:58.030Z] #20 12.27 python3-keyrings.alt python3-xdg unzip [2021-07-14T07:17:58.030Z] #20 13.25 The following NEW packages will be installed: [2021-07-14T07:17:58.030Z] #20 13.25 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-07-14T07:17:58.030Z] #20 13.25 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-07-14T07:17:58.030Z] #20 13.25 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-07-14T07:17:58.030Z] #20 13.25 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-07-14T07:17:58.030Z] #20 13.25 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-07-14T07:17:58.030Z] #20 13.25 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-07-14T07:17:58.030Z] #20 13.25 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-07-14T07:17:58.030Z] #20 13.25 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-07-14T07:17:58.030Z] #20 13.25 xz-utils zip [2021-07-14T07:17:58.030Z] #20 13.57 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded. [2021-07-14T07:17:58.030Z] #20 13.57 Need to get 27.7 MB of archives. [2021-07-14T07:17:58.030Z] #20 13.57 After this operation, 114 MB of additional disk space will be used. [2021-07-14T07:17:58.030Z] #20 13.57 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] [2021-07-14T07:17:58.030Z] #20 13.57 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB] [2021-07-14T07:17:58.030Z] #20 13.60 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB] [2021-07-14T07:17:58.030Z] #20 13.67 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] [2021-07-14T07:17:58.030Z] #20 13.67 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] [2021-07-14T07:17:58.030Z] #20 13.68 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB] [2021-07-14T07:17:58.030Z] #20 13.72 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB] [2021-07-14T07:17:58.030Z] #20 13.73 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] [2021-07-14T07:17:58.030Z] #20 13.73 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] [2021-07-14T07:17:58.030Z] #20 13.74 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] [2021-07-14T07:17:58.030Z] #20 13.74 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] [2021-07-14T07:17:58.030Z] #20 13.74 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] [2021-07-14T07:17:58.030Z] #20 13.74 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-07-14T07:17:58.030Z] #20 13.75 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] [2021-07-14T07:17:58.030Z] #20 13.75 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] [2021-07-14T07:17:58.030Z] #20 13.75 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] [2021-07-14T07:17:58.030Z] #20 13.79 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] [2021-07-14T07:17:58.030Z] #20 13.79 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] [2021-07-14T07:17:58.030Z] #20 13.80 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] [2021-07-14T07:17:58.030Z] #20 13.81 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] [2021-07-14T07:17:58.030Z] #20 13.81 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] [2021-07-14T07:17:58.030Z] #20 13.81 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] [2021-07-14T07:17:58.030Z] #20 13.83 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] [2021-07-14T07:17:58.030Z] #20 13.83 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] [2021-07-14T07:17:58.030Z] #20 13.84 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] [2021-07-14T07:17:58.030Z] #20 13.84 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] [2021-07-14T07:17:58.030Z] #20 13.85 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] [2021-07-14T07:17:58.030Z] #20 13.85 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] [2021-07-14T07:17:58.030Z] #20 13.86 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] [2021-07-14T07:17:58.030Z] #20 14.30 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] [2021-07-14T07:17:58.030Z] #20 14.31 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] [2021-07-14T07:17:58.030Z] #20 14.31 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] [2021-07-14T07:17:58.030Z] #20 14.31 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] [2021-07-14T07:17:58.030Z] #20 14.32 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] [2021-07-14T07:17:58.030Z] #20 14.32 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB] [2021-07-14T07:17:58.030Z] #20 14.33 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] [2021-07-14T07:17:58.030Z] #20 14.37 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-07-14T07:17:58.030Z] #20 14.38 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] [2021-07-14T07:17:58.030Z] #20 14.38 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] [2021-07-14T07:17:58.030Z] #20 14.39 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-07-14T07:17:58.030Z] #20 14.39 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] [2021-07-14T07:17:58.030Z] #20 14.40 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-07-14T07:17:58.030Z] #20 14.40 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB] [2021-07-14T07:17:58.030Z] #20 14.45 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] [2021-07-14T07:17:58.030Z] #20 14.49 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] [2021-07-14T07:17:58.030Z] #20 14.49 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-07-14T07:17:58.030Z] #20 14.79 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] [2021-07-14T07:17:58.030Z] #20 14.83 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] [2021-07-14T07:17:58.030Z] #20 14.86 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] [2021-07-14T07:17:58.030Z] #20 15.57 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:17:58.030Z] #20 15.72 Fetched 27.7 MB in 2s (17.7 MB/s) [2021-07-14T07:17:58.030Z] #20 15.78 Selecting previously unselected package pigz. [2021-07-14T07:17:58.030Z] #20 15.78 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23419 files and directories currently installed.) [2021-07-14T07:17:58.030Z] #20 15.87 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... [2021-07-14T07:17:58.030Z] #20 15.88 Unpacking pigz (2.4-1) ... [2021-07-14T07:17:58.030Z] #20 15.99 Selecting previously unselected package libpython3.7-minimal:arm64. [2021-07-14T07:17:58.030Z] #20 15.99 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2021-07-14T07:17:58.030Z] #20 16.00 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2021-07-14T07:17:58.294Z] #20 16.43 Selecting previously unselected package python3.7-minimal. [2021-07-14T07:17:58.294Z] #20 16.44 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ... [2021-07-14T07:17:58.294Z] #20 16.50 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:17:58.470Z] #46 ... [2021-07-14T07:17:58.470Z] [2021-07-14T07:17:58.470Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:17:58.470Z] #20 sha256:f04c662d24b8b5c571e6ab470d5e053c58e500948a39c697e97c9bea6f6c39b4 [2021-07-14T07:17:58.470Z] #20 20.79 libcap2-bin is already the newest version (1:2.25-2). [2021-07-14T07:17:58.470Z] #20 20.79 The following additional packages will be installed: [2021-07-14T07:17:58.470Z] #20 20.79 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-07-14T07:17:58.470Z] #20 20.79 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-07-14T07:17:58.470Z] #20 20.79 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-07-14T07:17:58.470Z] #20 20.79 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-07-14T07:17:58.470Z] #20 20.79 python3.7 python3.7-minimal vim-runtime xxd [2021-07-14T07:17:58.470Z] #20 20.79 Suggested packages: [2021-07-14T07:17:58.470Z] #20 20.80 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-07-14T07:17:58.470Z] #20 20.80 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-07-14T07:17:58.470Z] #20 20.80 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-07-14T07:17:58.470Z] #20 20.80 quota [2021-07-14T07:17:58.470Z] #20 20.80 Recommended packages: [2021-07-14T07:17:58.470Z] #20 20.80 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-07-14T07:17:58.470Z] #20 20.80 python3-keyrings.alt python3-xdg unzip [2021-07-14T07:17:58.872Z] #20 17.14 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ... [2021-07-14T07:17:58.901Z] #61 1.425 + RM_GOPATH=0 [2021-07-14T07:17:58.901Z] #61 1.425 + TMP_GOPATH= [2021-07-14T07:17:58.901Z] #61 1.425 + : /build [2021-07-14T07:17:58.901Z] #61 ... [2021-07-14T07:17:58.901Z] [2021-07-14T07:17:58.901Z] #21 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-07-14T07:17:58.901Z] #21 sha256:d686d9824b7e60faae03cdef264e1b00f076decb1c9900cb69419f3158483b2f [2021-07-14T07:17:58.901Z] #21 DONE 1.5s [2021-07-14T07:17:58.901Z] [2021-07-14T07:17:58.901Z] #61 [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-07-14T07:17:58.901Z] #61 sha256:f37b5f948d4aadb62754bfff7ec43892a331de2ef140f97d302da401a0f9d93c [2021-07-14T07:17:58.901Z] #61 1.425 + '[' -z '' ']' [2021-07-14T07:17:58.901Z] #61 1.426 ++ mktemp -d [2021-07-14T07:17:58.901Z] #61 1.430 + export GOPATH=/tmp/tmp.a6w93mHZQX [2021-07-14T07:17:58.901Z] #61 1.430 + GOPATH=/tmp/tmp.a6w93mHZQX [2021-07-14T07:17:58.901Z] #61 1.430 + RM_GOPATH=1 [2021-07-14T07:17:58.901Z] #61 1.430 + case "$(go env GOARCH)" in [2021-07-14T07:17:58.901Z] #61 1.431 ++ go env GOARCH [2021-07-14T07:17:58.901Z] #61 1.436 + export GO_BUILDMODE=-buildmode=pie [2021-07-14T07:17:58.901Z] #61 1.436 + GO_BUILDMODE=-buildmode=pie [2021-07-14T07:17:58.901Z] #61 1.436 ++ dirname /tmp/install/install.sh [2021-07-14T07:17:58.901Z] #61 1.437 + dir=/tmp/install [2021-07-14T07:17:58.901Z] #61 1.438 + bin=runc [2021-07-14T07:17:58.901Z] #61 1.438 + shift [2021-07-14T07:17:58.901Z] #61 1.438 + '[' '!' -f /tmp/install/runc.installer ']' [2021-07-14T07:17:58.901Z] #61 1.438 + . /tmp/install/runc.installer [2021-07-14T07:17:58.901Z] #61 1.438 ++ : 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-07-14T07:17:58.901Z] #61 1.439 + install_runc [2021-07-14T07:17:58.901Z] #61 1.439 + grep -q '^3\.10\.0.*\.el7\.' [2021-07-14T07:17:58.901Z] #61 1.440 + uname -r [2021-07-14T07:17:58.901Z] #61 1.441 + RUNC_BUILDTAGS='seccomp ' [2021-07-14T07:17:58.901Z] #61 1.442 + echo 'Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )' [2021-07-14T07:17:58.901Z] #61 1.442 Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp ) [2021-07-14T07:17:58.901Z] #61 1.442 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.a6w93mHZQX/src/github.com/opencontainers/runc [2021-07-14T07:17:58.901Z] #61 1.444 Cloning into '/tmp/tmp.a6w93mHZQX/src/github.com/opencontainers/runc'... [2021-07-14T07:17:59.136Z] #20 17.18 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:17:59.647Z] #20 14.62 Reading package lists... [2021-07-14T07:17:59.906Z] #20 18.48 Building dependency tree... [2021-07-14T07:18:00.268Z] #61 ... [2021-07-14T07:18:00.268Z] [2021-07-14T07:18:00.268Z] #22 [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-07-14T07:18:00.268Z] #22 sha256:6111e18c16848b35a63ebfa7788362cfe4b58572bba1b130a7c9cdd89c107789 [2021-07-14T07:18:00.268Z] #22 DONE 1.3s [2021-07-14T07:18:00.373Z] #20 22.71 The following NEW packages will be installed: [2021-07-14T07:18:00.373Z] #20 22.72 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-07-14T07:18:00.373Z] #20 22.72 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-07-14T07:18:00.373Z] #20 22.72 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-07-14T07:18:00.373Z] #20 22.72 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-07-14T07:18:00.373Z] #20 22.72 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-07-14T07:18:00.373Z] #20 22.72 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-07-14T07:18:00.373Z] #20 22.72 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-07-14T07:18:00.373Z] #20 22.73 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-07-14T07:18:00.373Z] #20 22.73 xz-utils zip [2021-07-14T07:18:00.373Z] #20 23.06 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:18:00.373Z] #20 23.06 Need to get 28.6 MB of archives. [2021-07-14T07:18:00.373Z] #20 23.06 After this operation, 116 MB of additional disk space will be used. [2021-07-14T07:18:00.373Z] #20 23.06 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-07-14T07:18:00.525Z] [2021-07-14T07:18:00.525Z] #23 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-07-14T07:18:00.525Z] #23 sha256:ca3fe5df257e7189dc64665e8dc43775d389c94e0fdd800cd032c8ff7e43b3dc [2021-07-14T07:18:00.632Z] #20 23.06 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-07-14T07:18:00.632Z] #20 23.09 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-07-14T07:18:00.632Z] #20 23.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-07-14T07:18:00.632Z] #20 23.19 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-07-14T07:18:00.632Z] #20 23.20 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-07-14T07:18:00.632Z] #20 23.30 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-07-14T07:18:00.658Z] #20 14.38 Reading package lists... [2021-07-14T07:18:00.844Z] #20 20.25 libcap2-bin is already the newest version (1:2.25-2). [2021-07-14T07:18:00.844Z] #20 20.25 The following additional packages will be installed: [2021-07-14T07:18:00.891Z] #20 23.32 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-07-14T07:18:00.891Z] #20 23.32 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-07-14T07:18:00.891Z] #20 23.33 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-07-14T07:18:00.891Z] #20 23.33 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-07-14T07:18:00.891Z] #20 23.34 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-07-14T07:18:00.891Z] #20 23.34 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-07-14T07:18:00.891Z] #20 23.35 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-07-14T07:18:00.891Z] #20 23.35 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-07-14T07:18:00.891Z] #20 23.36 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-07-14T07:18:00.891Z] #20 23.37 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-07-14T07:18:00.891Z] #20 23.38 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-07-14T07:18:00.891Z] #20 23.40 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-07-14T07:18:00.891Z] #20 23.40 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-07-14T07:18:00.891Z] #20 23.41 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-07-14T07:18:00.891Z] #20 23.42 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-07-14T07:18:00.891Z] #20 23.44 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-07-14T07:18:00.891Z] #20 23.45 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-07-14T07:18:00.891Z] #20 23.46 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-07-14T07:18:00.891Z] #20 23.47 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-07-14T07:18:00.891Z] #20 23.47 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-07-14T07:18:00.891Z] #20 23.48 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-07-14T07:18:00.891Z] #20 23.48 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-07-14T07:18:01.064Z] #20 18.93 Selecting previously unselected package python3-minimal. [2021-07-14T07:18:01.064Z] #20 18.93 (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 ... 23668 files and directories currently installed.) [2021-07-14T07:18:01.064Z] #20 18.99 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... [2021-07-14T07:18:01.064Z] #20 19.00 Unpacking python3-minimal (3.7.3-1) ... [2021-07-14T07:18:01.064Z] #20 19.13 Selecting previously unselected package libmpdec2:arm64. [2021-07-14T07:18:01.064Z] #20 19.15 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... [2021-07-14T07:18:01.064Z] #20 19.17 Unpacking libmpdec2:arm64 (2.4.2-2) ... [2021-07-14T07:18:01.103Z] #20 20.25 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-07-14T07:18:01.103Z] #20 20.25 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-07-14T07:18:01.103Z] #20 20.26 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-07-14T07:18:01.103Z] #20 20.26 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-07-14T07:18:01.103Z] #20 20.26 python3.7 python3.7-minimal vim-runtime xxd [2021-07-14T07:18:01.103Z] #20 20.27 Suggested packages: [2021-07-14T07:18:01.103Z] #20 20.27 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-07-14T07:18:01.103Z] #20 20.27 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-07-14T07:18:01.103Z] #20 20.27 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-07-14T07:18:01.103Z] #20 20.27 quota [2021-07-14T07:18:01.103Z] #20 20.27 Recommended packages: [2021-07-14T07:18:01.103Z] #20 20.27 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-07-14T07:18:01.103Z] #20 20.27 python3-keyrings.alt python3-xdg unzip [2021-07-14T07:18:01.330Z] #20 19.36 Selecting previously unselected package libpython3.7-stdlib:arm64. [2021-07-14T07:18:01.330Z] #20 19.36 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ... [2021-07-14T07:18:01.330Z] #20 19.38 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:01.453Z] #23 1.014 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-07-14T07:18:01.453Z] #23 DONE 1.1s [2021-07-14T07:18:01.453Z] [2021-07-14T07:18:01.453Z] #64 [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-07-14T07:18:01.453Z] #64 sha256:437851ac574ace05896a83ddeed03a4cd4a722c455bf90e8b55943769a156c54 [2021-07-14T07:18:01.453Z] #64 ... [2021-07-14T07:18:01.453Z] [2021-07-14T07:18:01.453Z] #24 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-07-14T07:18:01.453Z] #24 sha256:ab44c9da54e51d7102bb6cb2abaedee8a0fc222f778914d41426c129bb06d26d [2021-07-14T07:18:01.459Z] #20 23.92 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-07-14T07:18:01.459Z] #20 23.92 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-07-14T07:18:01.459Z] #20 23.92 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-07-14T07:18:01.459Z] #20 23.92 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-07-14T07:18:01.459Z] #20 23.92 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-07-14T07:18:01.459Z] #20 23.98 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-07-14T07:18:01.459Z] #20 23.98 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-07-14T07:18:01.459Z] #20 24.07 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-07-14T07:18:01.459Z] #20 24.07 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-07-14T07:18:01.459Z] #20 24.08 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-07-14T07:18:01.459Z] #20 24.10 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-07-14T07:18:01.493Z] #20 17.30 Building dependency tree... [2021-07-14T07:18:01.718Z] #20 24.10 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-07-14T07:18:01.718Z] #20 24.12 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-07-14T07:18:01.718Z] #20 24.13 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-07-14T07:18:01.718Z] #20 24.19 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-07-14T07:18:01.718Z] #20 24.21 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-07-14T07:18:01.718Z] #20 24.22 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-07-14T07:18:01.755Z] #20 18.32 libcap2-bin is already the newest version (1:2.25-2). [2021-07-14T07:18:01.755Z] #20 18.32 The following additional packages will be installed: [2021-07-14T07:18:01.909Z] #20 20.14 Selecting previously unselected package python3.7. [2021-07-14T07:18:01.909Z] #20 20.16 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ... [2021-07-14T07:18:01.909Z] #20 20.18 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:01.977Z] #20 24.55 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-07-14T07:18:01.977Z] #20 24.60 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-07-14T07:18:01.977Z] #20 24.64 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-07-14T07:18:02.016Z] #20 18.32 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-07-14T07:18:02.016Z] #20 18.32 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-07-14T07:18:02.016Z] #20 18.32 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-07-14T07:18:02.016Z] #20 18.32 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-07-14T07:18:02.016Z] #20 18.32 python3.7 python3.7-minimal vim-runtime xxd [2021-07-14T07:18:02.016Z] #20 18.33 Suggested packages: [2021-07-14T07:18:02.016Z] #20 18.33 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-07-14T07:18:02.016Z] #20 18.33 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-07-14T07:18:02.016Z] #20 18.33 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-07-14T07:18:02.016Z] #20 18.33 quota [2021-07-14T07:18:02.016Z] #20 18.33 Recommended packages: [2021-07-14T07:18:02.016Z] #20 18.33 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-07-14T07:18:02.016Z] #20 18.33 python3-keyrings.alt python3-xdg unzip [2021-07-14T07:18:02.173Z] #20 20.32 Selecting previously unselected package libpython3-stdlib:arm64. [2021-07-14T07:18:02.173Z] #20 20.33 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... [2021-07-14T07:18:02.173Z] #20 20.35 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... [2021-07-14T07:18:02.173Z] #20 20.53 Setting up python3-minimal (3.7.3-1) ... [2021-07-14T07:18:02.363Z] Client: Mirantis Container Runtime [2021-07-14T07:18:02.363Z] Version: 20.10.0 [2021-07-14T07:18:02.363Z] API version: 1.41 [2021-07-14T07:18:02.363Z] Go version: go1.13.15 [2021-07-14T07:18:02.363Z] Git commit: 6ee42dc [2021-07-14T07:18:02.363Z] Built: 03/11/2021 13:24:56 [2021-07-14T07:18:02.363Z] OS/Arch: windows/amd64 [2021-07-14T07:18:02.363Z] Context: default [2021-07-14T07:18:02.363Z] Experimental: true [2021-07-14T07:18:02.363Z] [2021-07-14T07:18:02.363Z] Server: Mirantis Container Runtime [2021-07-14T07:18:02.363Z] Engine: [2021-07-14T07:18:02.363Z] Version: 20.10.0 [2021-07-14T07:18:02.363Z] API version: 1.41 (minimum version 1.24) [2021-07-14T07:18:02.363Z] Go version: go1.13.15 [2021-07-14T07:18:02.363Z] Git commit: 1e08f21e79 [2021-07-14T07:18:02.363Z] Built: 03/11/2021 13:23:32 [2021-07-14T07:18:02.363Z] OS/Arch: windows/amd64 [2021-07-14T07:18:02.363Z] Experimental: true [2021-07-14T07:18:02.385Z] #24 DONE 1.0s [2021-07-14T07:18:02.385Z] [2021-07-14T07:18:02.385Z] #64 [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-07-14T07:18:02.385Z] #64 sha256:437851ac574ace05896a83ddeed03a4cd4a722c455bf90e8b55943769a156c54 [2021-07-14T07:18:02.642Z] #64 ... [2021-07-14T07:18:02.642Z] [2021-07-14T07:18:02.642Z] #25 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-07-14T07:18:02.642Z] #25 sha256:4614482ff84479fb4403c60cbb06547f49cb231bbc6e4b018a13d2294ab981c7 [2021-07-14T07:18:02.927Z] #20 25.35 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:18:02.927Z] #20 25.47 Fetched 28.6 MB in 2s (15.4 MB/s) [2021-07-14T07:18:02.927Z] #20 25.55 Selecting previously unselected package pigz. [Pipeline] sh [2021-07-14T07:18:03.007Z] #20 22.17 The following NEW packages will be installed: [2021-07-14T07:18:03.007Z] #20 22.17 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-07-14T07:18:03.007Z] #20 22.17 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-07-14T07:18:03.007Z] #20 22.17 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-07-14T07:18:03.007Z] #20 22.17 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-07-14T07:18:03.007Z] #20 22.18 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-07-14T07:18:03.007Z] #20 22.18 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-07-14T07:18:03.007Z] #20 22.18 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-07-14T07:18:03.007Z] #20 22.18 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-07-14T07:18:03.007Z] #20 22.18 xz-utils zip [2021-07-14T07:18:03.007Z] #20 ... [2021-07-14T07:18:03.007Z] [2021-07-14T07:18:03.007Z] #46 [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-07-14T07:18:03.007Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:18:03.007Z] #46 139.9 github.com/LK4D4/vndr/godl [2021-07-14T07:18:03.189Z] #20 25.55 (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 ... 23446 files and directories currently installed.) [2021-07-14T07:18:03.189Z] #20 25.60 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-07-14T07:18:03.189Z] #20 25.60 Unpacking pigz (2.4-1) ... [2021-07-14T07:18:03.405Z] #20 19.57 The following NEW packages will be installed: [2021-07-14T07:18:03.405Z] #20 19.58 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-07-14T07:18:03.405Z] #20 19.58 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-07-14T07:18:03.405Z] #20 19.58 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-07-14T07:18:03.405Z] #20 19.58 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-07-14T07:18:03.405Z] #20 19.58 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-07-14T07:18:03.405Z] #20 19.58 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-07-14T07:18:03.405Z] #20 19.58 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-07-14T07:18:03.405Z] #20 19.58 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-07-14T07:18:03.405Z] #20 19.58 xz-utils zip [2021-07-14T07:18:03.405Z] #20 19.89 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:18:03.405Z] #20 19.89 Need to get 28.6 MB of archives. [2021-07-14T07:18:03.405Z] #20 19.89 After this operation, 116 MB of additional disk space will be used. [2021-07-14T07:18:03.405Z] #20 19.89 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-07-14T07:18:03.405Z] #20 19.90 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-07-14T07:18:03.405Z] #20 19.92 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-07-14T07:18:03.450Z] #20 25.79 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-07-14T07:18:03.450Z] #20 25.80 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:18:03.450Z] #20 25.81 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:03.570Z] #20 21.69 Selecting previously unselected package python3. [2021-07-14T07:18:03.571Z] #25 DONE 1.1s [2021-07-14T07:18:03.571Z] [2021-07-14T07:18:03.571Z] #26 [dev-systemd-false 6/25] RUN ldconfig [2021-07-14T07:18:03.571Z] #26 sha256:c202e64dc057eff987a775c93b4b5bfe3f6f8c2b89a4c23974b0a3c34017e3bc [2021-07-14T07:18:03.667Z] #20 20.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-07-14T07:18:03.667Z] #20 20.00 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-07-14T07:18:03.667Z] #20 20.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-07-14T07:18:03.667Z] #20 20.08 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-07-14T07:18:03.667Z] #20 20.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-07-14T07:18:03.667Z] #20 20.10 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-07-14T07:18:03.667Z] #20 20.10 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-07-14T07:18:03.667Z] #20 20.10 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-07-14T07:18:03.667Z] #20 20.10 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-07-14T07:18:03.667Z] #20 20.11 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-07-14T07:18:03.667Z] #20 20.11 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-07-14T07:18:03.667Z] #20 20.11 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-07-14T07:18:03.667Z] #20 20.12 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-07-14T07:18:03.667Z] #20 20.15 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-07-14T07:18:03.667Z] #20 20.15 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-07-14T07:18:03.667Z] #20 20.15 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-07-14T07:18:03.667Z] #20 20.17 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-07-14T07:18:03.834Z] #20 21.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24080 files and directories currently installed.) [2021-07-14T07:18:03.834Z] #20 21.81 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... [2021-07-14T07:18:03.834Z] #20 21.84 Unpacking python3 (3.7.3-1) ... [2021-07-14T07:18:03.834Z] #20 21.96 Selecting previously unselected package libip4tc0:arm64. [2021-07-14T07:18:03.834Z] #20 21.96 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... [2021-07-14T07:18:03.834Z] #20 21.99 Unpacking libip4tc0:arm64 (1.8.2-4) ... [2021-07-14T07:18:03.851Z] + docker info [2021-07-14T07:18:03.929Z] #20 20.17 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-07-14T07:18:03.929Z] #20 20.18 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-07-14T07:18:03.929Z] #20 20.20 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-07-14T07:18:03.929Z] #20 20.21 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-07-14T07:18:03.929Z] #20 20.21 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-07-14T07:18:03.929Z] #20 20.22 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-07-14T07:18:03.929Z] #20 20.23 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-07-14T07:18:03.929Z] #20 20.23 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-07-14T07:18:03.930Z] #20 20.23 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-07-14T07:18:03.944Z] #46 140.6 github.com/LK4D4/vndr [2021-07-14T07:18:04.061Z] #20 26.57 Selecting previously unselected package python3.7-minimal. [2021-07-14T07:18:04.061Z] #20 26.58 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:18:04.100Z] #20 22.12 Selecting previously unselected package libip6tc0:arm64. [2021-07-14T07:18:04.100Z] #20 22.12 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... [2021-07-14T07:18:04.100Z] #20 22.13 Unpacking libip6tc0:arm64 (1.8.2-4) ... [2021-07-14T07:18:04.100Z] #20 22.24 Selecting previously unselected package libiptc0:arm64. [2021-07-14T07:18:04.100Z] #20 22.26 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... [2021-07-14T07:18:04.100Z] #20 22.27 Unpacking libiptc0:arm64 (1.8.2-4) ... [2021-07-14T07:18:04.100Z] #20 ... [2021-07-14T07:18:04.100Z] [2021-07-14T07:18:04.100Z] #40 [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-07-14T07:18:04.100Z] #40 sha256:8b50b12a0ce0c7a83b81c2e3108ab0bca94e7bc77c2b92097fda2546d563fa91 [2021-07-14T07:18:04.100Z] #40 131.9 + dpkg --print-architecture [2021-07-14T07:18:04.333Z] #20 26.78 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:18:04.503Z] #20 20.70 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-07-14T07:18:04.503Z] #20 20.70 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-07-14T07:18:04.503Z] #20 20.70 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-07-14T07:18:04.503Z] #20 20.70 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-07-14T07:18:04.503Z] #20 20.70 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-07-14T07:18:04.503Z] #20 20.70 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-07-14T07:18:04.503Z] #20 20.71 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-07-14T07:18:04.503Z] #20 20.79 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-07-14T07:18:04.503Z] #20 20.80 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-07-14T07:18:04.503Z] #20 20.80 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-07-14T07:18:04.503Z] #20 20.81 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-07-14T07:18:04.503Z] #20 20.81 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-07-14T07:18:04.503Z] #20 20.82 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-07-14T07:18:04.503Z] #20 20.83 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-07-14T07:18:04.503Z] #20 20.88 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-07-14T07:18:04.503Z] #20 20.90 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-07-14T07:18:04.503Z] #20 20.91 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-07-14T07:18:04.594Z] #20 ... [2021-07-14T07:18:04.594Z] [2021-07-14T07:18:04.594Z] #46 [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-07-14T07:18:04.594Z] #46 sha256:ea7f20defe8df5e33a2fd1d5d092cd89194e26a2ac9659ecae17cd75b67eebfa [2021-07-14T07:18:04.594Z] #46 136.5 github.com/LK4D4/vndr/godl [2021-07-14T07:18:04.594Z] #46 137.1 github.com/LK4D4/vndr [2021-07-14T07:18:04.594Z] #46 DONE 142.0s [2021-07-14T07:18:04.594Z] [2021-07-14T07:18:04.594Z] #32 [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-07-14T07:18:04.594Z] #32 sha256:e5a47005f578bbeec018e89af2d3942afbe4d492ad54425cac9a1a2acaffc2ab [2021-07-14T07:18:04.594Z] #32 DONE 141.4s [2021-07-14T07:18:04.594Z] [2021-07-14T07:18:04.595Z] #50 [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-07-14T07:18:04.595Z] #50 sha256:881803e4c9b3fe60559596b749fbe452cc6c1f6426e641f05f48f0a1df60f760 [2021-07-14T07:18:04.765Z] #20 21.19 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-07-14T07:18:04.765Z] #20 21.22 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-07-14T07:18:04.765Z] #20 21.25 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-07-14T07:18:04.938Z] #26 DONE 1.1s [2021-07-14T07:18:04.938Z] [2021-07-14T07:18:04.938Z] #27 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:18:04.938Z] #27 sha256:308f748b0ae48cdfedb9b6015152347b652d965e7ffd458d9ff020b3072a435c [2021-07-14T07:18:05.531Z] #50 ... [2021-07-14T07:18:05.531Z] [2021-07-14T07:18:05.531Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:18:05.531Z] #20 sha256:f04c662d24b8b5c571e6ab470d5e053c58e500948a39c697e97c9bea6f6c39b4 [2021-07-14T07:18:05.531Z] #20 28.08 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:05.710Z] #20 21.88 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:18:05.710Z] #20 21.98 Fetched 28.6 MB in 2s (17.5 MB/s) [2021-07-14T07:18:05.710Z] #20 22.02 Selecting previously unselected package pigz. [2021-07-14T07:18:05.710Z] #20 22.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23446 files and directories currently installed.) [2021-07-14T07:18:05.710Z] #20 22.08 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-07-14T07:18:05.710Z] #20 22.09 Unpacking pigz (2.4-1) ... [2021-07-14T07:18:05.710Z] #20 22.18 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-07-14T07:18:05.790Z] #20 28.19 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:18:05.971Z] #20 22.20 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:18:05.971Z] #20 22.21 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:06.029Z] #40 DONE 133.9s [2021-07-14T07:18:06.029Z] [2021-07-14T07:18:06.029Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:18:06.029Z] #20 sha256:5f95df2b529065c420f9590f5e568d9ec3a6a1ed6cc0c3310577e56fea4ee56c [2021-07-14T07:18:06.029Z] #20 22.44 Selecting previously unselected package libnfnetlink0:arm64. [2021-07-14T07:18:06.029Z] #20 22.46 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-07-14T07:18:06.029Z] #20 22.75 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-07-14T07:18:06.029Z] #20 23.19 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-07-14T07:18:06.029Z] #20 23.21 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... [2021-07-14T07:18:06.029Z] #20 23.29 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-07-14T07:18:06.029Z] #20 23.51 Selecting previously unselected package libnftnl11:arm64. [2021-07-14T07:18:06.029Z] #20 23.53 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... [2021-07-14T07:18:06.029Z] #20 23.56 Unpacking libnftnl11:arm64 (1.1.2-2) ... [2021-07-14T07:18:06.233Z] #20 22.56 Selecting previously unselected package python3.7-minimal. [2021-07-14T07:18:06.233Z] #20 22.57 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:18:06.233Z] #20 22.59 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:18:06.297Z] #20 24.34 Selecting previously unselected package iptables. [2021-07-14T07:18:06.297Z] #20 24.37 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... [2021-07-14T07:18:06.297Z] #20 24.42 Unpacking iptables (1.8.2-4) ... [2021-07-14T07:18:06.309Z] #27 1.359 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-07-14T07:18:06.309Z] #27 1.382 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-07-14T07:18:06.309Z] #27 1.453 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-07-14T07:18:06.309Z] #27 1.456 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-07-14T07:18:06.309Z] #27 1.651 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB] [2021-07-14T07:18:06.309Z] #27 1.689 Get:6 http://deb.debian.org/debian buster-backports/main armel Packages [453 kB] [2021-07-14T07:18:06.309Z] #27 1.694 Get:7 http://deb.debian.org/debian buster-backports/main ppc64el Packages [470 kB] [2021-07-14T07:18:06.309Z] #27 1.708 Get:8 http://deb.debian.org/debian buster-backports/main s390x Packages [449 kB] [2021-07-14T07:18:06.479Z] #46 ... [2021-07-14T07:18:06.479Z] [2021-07-14T07:18:06.479Z] #32 [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-07-14T07:18:06.479Z] #32 sha256:e5a47005f578bbeec018e89af2d3942afbe4d492ad54425cac9a1a2acaffc2ab [2021-07-14T07:18:06.479Z] #32 DONE 143.3s [2021-07-14T07:18:06.566Z] #27 1.727 Get:9 http://deb.debian.org/debian buster-backports/main armhf Packages [476 kB] [2021-07-14T07:18:06.566Z] #27 1.742 Get:10 http://deb.debian.org/debian buster-backports/main arm64 Packages [481 kB] [2021-07-14T07:18:06.686Z] #20 24.74 Selecting previously unselected package xxd. [2021-07-14T07:18:06.686Z] #20 24.77 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... [2021-07-14T07:18:06.686Z] #20 24.81 Unpacking xxd (2:8.1.0875-5) ... [2021-07-14T07:18:06.686Z] #20 25.05 Selecting previously unselected package vim-common. [2021-07-14T07:18:06.738Z] [2021-07-14T07:18:06.738Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:18:06.738Z] #20 sha256:f04c662d24b8b5c571e6ab470d5e053c58e500948a39c697e97c9bea6f6c39b4 [2021-07-14T07:18:06.738Z] #20 22.52 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:18:06.738Z] #20 22.52 Need to get 28.6 MB of archives. [2021-07-14T07:18:06.738Z] #20 22.52 After this operation, 116 MB of additional disk space will be used. [2021-07-14T07:18:06.738Z] #20 22.52 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-07-14T07:18:06.738Z] #20 22.52 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-07-14T07:18:06.738Z] #20 22.55 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-07-14T07:18:06.738Z] #20 22.62 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-07-14T07:18:06.738Z] #20 22.63 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-07-14T07:18:06.738Z] #20 22.65 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-07-14T07:18:06.738Z] #20 22.75 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-07-14T07:18:06.738Z] #20 22.77 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-07-14T07:18:06.738Z] #20 22.77 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-07-14T07:18:06.738Z] #20 22.77 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-07-14T07:18:06.738Z] #20 22.78 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-07-14T07:18:06.738Z] #20 22.78 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-07-14T07:18:06.738Z] #20 22.79 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-07-14T07:18:06.738Z] #20 22.80 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-07-14T07:18:06.738Z] #20 22.80 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-07-14T07:18:06.738Z] #20 22.81 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-07-14T07:18:06.739Z] #20 22.83 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-07-14T07:18:06.739Z] #20 22.84 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-07-14T07:18:06.739Z] #20 22.85 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-07-14T07:18:06.739Z] #20 22.87 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-07-14T07:18:06.739Z] #20 22.87 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-07-14T07:18:06.739Z] #20 22.87 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-07-14T07:18:06.739Z] #20 22.91 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-07-14T07:18:06.739Z] #20 22.92 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-07-14T07:18:06.739Z] #20 22.93 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-07-14T07:18:06.739Z] #20 22.95 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-07-14T07:18:06.739Z] #20 22.96 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-07-14T07:18:06.739Z] #20 22.96 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-07-14T07:18:06.739Z] #20 22.96 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-07-14T07:18:06.739Z] #20 23.46 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-07-14T07:18:06.739Z] #20 23.47 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-07-14T07:18:06.739Z] #20 23.47 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-07-14T07:18:06.739Z] #20 23.47 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-07-14T07:18:06.739Z] #20 23.48 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-07-14T07:18:06.739Z] #20 23.49 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-07-14T07:18:06.739Z] #20 23.50 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-07-14T07:18:06.739Z] #20 23.58 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-07-14T07:18:06.739Z] #20 23.59 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-07-14T07:18:06.739Z] #20 23.60 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-07-14T07:18:06.739Z] #20 23.61 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-07-14T07:18:06.739Z] #20 23.62 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-07-14T07:18:06.739Z] #20 23.63 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-07-14T07:18:06.739Z] #20 23.64 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-07-14T07:18:06.739Z] #20 23.70 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-07-14T07:18:06.739Z] #20 23.73 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-07-14T07:18:06.739Z] #20 23.74 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-07-14T07:18:06.739Z] #20 24.15 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-07-14T07:18:06.739Z] #20 24.21 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-07-14T07:18:06.739Z] #20 24.25 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-07-14T07:18:06.739Z] #20 24.92 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:18:06.739Z] #20 25.35 Fetched 28.6 MB in 2s (14.3 MB/s) [2021-07-14T07:18:06.739Z] #20 25.44 Selecting previously unselected package pigz. [2021-07-14T07:18:06.739Z] #20 25.44 (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 ... 23446 files and directories currently installed.) [2021-07-14T07:18:06.739Z] #20 25.50 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-07-14T07:18:06.739Z] #20 25.69 Unpacking pigz (2.4-1) ... [2021-07-14T07:18:06.739Z] #20 25.83 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-07-14T07:18:06.739Z] #20 25.83 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:18:06.739Z] #20 25.84 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:06.806Z] #20 23.25 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:06.806Z] #20 23.26 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:18:06.982Z] #20 25.05 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-07-14T07:18:06.982Z] #20 25.09 Unpacking vim-common (2:8.1.0875-5) ... [2021-07-14T07:18:07.130Z] #27 2.401 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-07-14T07:18:07.284Z] #20 25.36 Selecting previously unselected package bash-completion. [2021-07-14T07:18:07.284Z] #20 25.37 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-07-14T07:18:07.308Z] #20 26.37 Selecting previously unselected package python3.7-minimal. [2021-07-14T07:18:07.308Z] #20 26.38 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:18:07.308Z] #20 26.40 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:18:07.387Z] #27 2.869 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-07-14T07:18:07.878Z] #20 ... [2021-07-14T07:18:07.878Z] [2021-07-14T07:18:07.878Z] #46 [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-07-14T07:18:07.878Z] #46 sha256:a1417761181b1e0ae3b5ef5732cde867142f94edffd5cc5caa60fab63212a162 [2021-07-14T07:18:07.878Z] #46 DONE 144.7s [2021-07-14T07:18:08.138Z] [2021-07-14T07:18:08.138Z] #54 [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-07-14T07:18:08.138Z] #54 sha256:88219efd5e314fb5934301e89e9ed6bb5ba93b2aad2d324548ab9e24c10e6752 [2021-07-14T07:18:08.138Z] #54 ... [2021-07-14T07:18:08.138Z] [2021-07-14T07:18:08.138Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:18:08.138Z] #20 sha256:f04c662d24b8b5c571e6ab470d5e053c58e500948a39c697e97c9bea6f6c39b4 [2021-07-14T07:18:08.319Z] #27 3.361 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB] [2021-07-14T07:18:08.345Z] #20 30.70 Selecting previously unselected package python3-minimal. [2021-07-14T07:18:08.345Z] #20 30.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 ... 23695 files and directories currently installed.) [2021-07-14T07:18:08.345Z] #20 30.75 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-07-14T07:18:08.345Z] #20 30.75 Unpacking python3-minimal (3.7.3-1) ... [2021-07-14T07:18:08.345Z] #20 30.82 Selecting previously unselected package libmpdec2:amd64. [2021-07-14T07:18:08.345Z] #20 30.83 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-07-14T07:18:08.345Z] #20 30.85 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-07-14T07:18:08.345Z] #20 30.92 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-07-14T07:18:08.345Z] #20 30.93 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:18:08.345Z] #20 30.93 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:08.400Z] #20 27.53 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:08.400Z] #20 27.56 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:18:08.576Z] #27 3.781 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB] [2021-07-14T07:18:08.724Z] #20 24.88 Selecting previously unselected package python3-minimal. [2021-07-14T07:18:08.724Z] #20 24.88 (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 ... 23695 files and directories currently installed.) [2021-07-14T07:18:08.724Z] #20 24.91 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-07-14T07:18:08.724Z] #20 24.92 Unpacking python3-minimal (3.7.3-1) ... [2021-07-14T07:18:08.724Z] #20 25.01 Selecting previously unselected package libmpdec2:amd64. [2021-07-14T07:18:08.724Z] #20 25.01 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-07-14T07:18:08.724Z] #20 25.03 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-07-14T07:18:08.724Z] #20 25.10 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-07-14T07:18:08.724Z] #20 25.11 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:18:08.724Z] #20 25.12 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:09.140Z] #27 4.305 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-07-14T07:18:09.281Z] #20 31.74 Selecting previously unselected package python3.7. [2021-07-14T07:18:09.281Z] #20 31.75 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:18:09.281Z] #20 31.76 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:09.281Z] #20 31.86 Selecting previously unselected package libpython3-stdlib:amd64. [2021-07-14T07:18:09.397Z] #27 4.713 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-07-14T07:18:09.540Z] #20 31.87 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-07-14T07:18:09.540Z] #20 31.89 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-14T07:18:09.540Z] #20 31.99 Setting up python3-minimal (3.7.3-1) ... [2021-07-14T07:18:09.669Z] #20 25.91 Selecting previously unselected package python3.7. [2021-07-14T07:18:09.669Z] #20 25.91 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:18:09.669Z] #20 25.91 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:09.669Z] #20 26.01 Selecting previously unselected package libpython3-stdlib:amd64. [2021-07-14T07:18:09.669Z] #20 26.01 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-07-14T07:18:09.669Z] #20 26.02 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-14T07:18:09.669Z] #20 26.08 Setting up python3-minimal (3.7.3-1) ... [2021-07-14T07:18:09.852Z] #20 28.01 Unpacking bash-completion (1:2.8-6) ... [2021-07-14T07:18:09.962Z] #27 5.169 Get:17 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB] [2021-07-14T07:18:09.962Z] #27 5.172 Get:18 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [288 kB] [2021-07-14T07:18:09.962Z] #27 5.193 Get:19 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-07-14T07:18:09.962Z] #27 5.205 Get:20 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB] [2021-07-14T07:18:09.962Z] #27 5.216 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [287 kB] [2021-07-14T07:18:09.962Z] #27 5.221 Get:22 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-07-14T07:18:09.962Z] #27 5.238 Get:23 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB] [2021-07-14T07:18:09.962Z] #27 5.239 Get:24 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-07-14T07:18:09.962Z] #27 5.240 Get:25 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB] [2021-07-14T07:18:09.962Z] #27 5.241 Get:26 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB] [2021-07-14T07:18:09.962Z] #27 5.241 Get:27 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-07-14T07:18:09.962Z] #27 5.242 Get:28 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-07-14T07:18:10.241Z] #20 26.71 Selecting previously unselected package python3. [2021-07-14T07:18:10.445Z] #20 29.85 Selecting previously unselected package python3-minimal. [2021-07-14T07:18:10.475Z] #20 32.86 Selecting previously unselected package python3. [2021-07-14T07:18:10.475Z] #20 32.86 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24107 files and directories currently installed.) [2021-07-14T07:18:10.475Z] #20 32.91 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-07-14T07:18:10.475Z] #20 32.92 Unpacking python3 (3.7.3-1) ... [2021-07-14T07:18:10.475Z] #20 33.02 Selecting previously unselected package libip4tc0:amd64. [2021-07-14T07:18:10.475Z] #20 33.02 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-07-14T07:18:10.475Z] #20 33.03 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:10.475Z] #20 33.12 Selecting previously unselected package libip6tc0:amd64. [2021-07-14T07:18:10.475Z] #20 33.12 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-07-14T07:18:10.482Z] #20 28.47 Selecting previously unselected package bzip2. [2021-07-14T07:18:10.482Z] #20 28.49 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... [2021-07-14T07:18:10.482Z] #20 28.50 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-07-14T07:18:10.482Z] #20 28.60 Selecting previously unselected package xz-utils. [2021-07-14T07:18:10.482Z] #20 28.61 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... [2021-07-14T07:18:10.482Z] #20 28.62 Unpacking xz-utils (5.2.4-1) ... [2021-07-14T07:18:10.503Z] #20 26.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24107 files and directories currently installed.) [2021-07-14T07:18:10.503Z] #20 26.76 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-07-14T07:18:10.503Z] #20 26.77 Unpacking python3 (3.7.3-1) ... [2021-07-14T07:18:10.503Z] #20 26.85 Selecting previously unselected package libip4tc0:amd64. [2021-07-14T07:18:10.503Z] #20 26.86 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-07-14T07:18:10.503Z] #20 26.87 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:10.503Z] #20 26.94 Selecting previously unselected package libip6tc0:amd64. [2021-07-14T07:18:10.503Z] #20 26.95 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-07-14T07:18:10.503Z] #20 26.95 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:10.503Z] #20 27.04 Selecting previously unselected package libiptc0:amd64. [2021-07-14T07:18:10.503Z] #20 27.05 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-07-14T07:18:10.718Z] #20 29.85 (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 ... 23695 files and directories currently installed.) [2021-07-14T07:18:10.718Z] #20 29.90 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-07-14T07:18:10.718Z] #20 29.91 Unpacking python3-minimal (3.7.3-1) ... [2021-07-14T07:18:10.718Z] #20 29.99 Selecting previously unselected package libmpdec2:amd64. [2021-07-14T07:18:10.718Z] #20 29.99 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-07-14T07:18:10.718Z] #20 30.01 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-07-14T07:18:10.718Z] #20 30.10 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-07-14T07:18:10.734Z] #20 33.13 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:10.734Z] #20 33.23 Selecting previously unselected package libiptc0:amd64. [2021-07-14T07:18:10.734Z] #20 33.23 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-07-14T07:18:10.734Z] #20 33.26 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:10.734Z] #20 33.35 Selecting previously unselected package libnfnetlink0:amd64. [2021-07-14T07:18:10.746Z] #20 28.89 Selecting previously unselected package apparmor. [2021-07-14T07:18:10.746Z] #20 28.90 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... [2021-07-14T07:18:10.746Z] #20 28.98 Unpacking apparmor (2.13.2-10) ... [2021-07-14T07:18:10.764Z] #20 27.06 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:10.764Z] #20 27.13 Selecting previously unselected package libnfnetlink0:amd64. [2021-07-14T07:18:10.764Z] #20 27.14 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-07-14T07:18:10.764Z] #20 27.15 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-07-14T07:18:10.764Z] #20 27.26 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-07-14T07:18:10.764Z] #20 27.26 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-07-14T07:18:10.764Z] #20 27.27 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-07-14T07:18:10.764Z] #20 27.32 Selecting previously unselected package libnftnl11:amd64. [2021-07-14T07:18:10.991Z] #20 30.10 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:18:10.991Z] #20 30.10 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:10.993Z] #20 33.35 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-07-14T07:18:10.993Z] #20 33.36 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-07-14T07:18:10.993Z] #20 33.40 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-07-14T07:18:10.993Z] #20 33.40 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-07-14T07:18:10.993Z] #20 33.40 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-07-14T07:18:10.993Z] #20 33.48 Selecting previously unselected package libnftnl11:amd64. [2021-07-14T07:18:10.993Z] #20 33.48 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-07-14T07:18:10.993Z] #20 33.48 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-07-14T07:18:10.993Z] #20 33.57 Selecting previously unselected package iptables. [2021-07-14T07:18:10.993Z] #20 33.57 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-07-14T07:18:10.993Z] #20 33.58 Unpacking iptables (1.8.2-4) ... [2021-07-14T07:18:11.026Z] #20 27.33 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-07-14T07:18:11.026Z] #20 27.33 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-07-14T07:18:11.026Z] #20 27.40 Selecting previously unselected package iptables. [2021-07-14T07:18:11.026Z] #20 27.40 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-07-14T07:18:11.026Z] #20 27.41 Unpacking iptables (1.8.2-4) ... [2021-07-14T07:18:11.252Z] #20 33.83 Selecting previously unselected package xxd. [2021-07-14T07:18:11.287Z] #20 27.65 Selecting previously unselected package xxd. [2021-07-14T07:18:11.287Z] #20 27.65 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-07-14T07:18:11.287Z] #20 27.65 Unpacking xxd (2:8.1.0875-5) ... [2021-07-14T07:18:11.287Z] #20 27.76 Selecting previously unselected package vim-common. [2021-07-14T07:18:11.287Z] #20 27.76 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-07-14T07:18:11.323Z] #20 29.35 Selecting previously unselected package aufs-tools. [2021-07-14T07:18:11.323Z] #20 29.35 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... [2021-07-14T07:18:11.323Z] #20 29.37 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-07-14T07:18:11.323Z] #20 29.52 Selecting previously unselected package libonig5:arm64. [2021-07-14T07:18:11.323Z] #20 29.53 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... [2021-07-14T07:18:11.323Z] #20 29.54 Unpacking libonig5:arm64 (6.9.1-1) ... [2021-07-14T07:18:11.510Z] #20 33.84 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-07-14T07:18:11.510Z] #20 33.84 Unpacking xxd (2:8.1.0875-5) ... [2021-07-14T07:18:11.510Z] #20 33.95 Selecting previously unselected package vim-common. [2021-07-14T07:18:11.510Z] #20 33.95 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-07-14T07:18:11.510Z] #20 34.00 Unpacking vim-common (2:8.1.0875-5) ... [2021-07-14T07:18:11.549Z] #20 27.78 Unpacking vim-common (2:8.1.0875-5) ... [2021-07-14T07:18:11.549Z] #20 27.90 Selecting previously unselected package bash-completion. [2021-07-14T07:18:11.549Z] #20 27.91 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-07-14T07:18:11.566Z] #20 30.91 Selecting previously unselected package python3.7. [2021-07-14T07:18:11.566Z] #20 30.91 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:18:11.566Z] #20 30.92 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:11.587Z] #20 29.67 Selecting previously unselected package libjq1:arm64. [2021-07-14T07:18:11.587Z] #20 29.68 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... [2021-07-14T07:18:11.587Z] #20 29.70 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-07-14T07:18:11.587Z] #20 29.80 Selecting previously unselected package jq. [2021-07-14T07:18:11.587Z] #20 29.80 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... [2021-07-14T07:18:11.587Z] #20 29.82 Unpacking jq (1.5+dfsg-2+b1) ... [2021-07-14T07:18:11.587Z] #20 29.92 Selecting previously unselected package libaio1:arm64. [2021-07-14T07:18:11.769Z] #20 34.15 Selecting previously unselected package bash-completion. [2021-07-14T07:18:11.769Z] #20 34.15 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-07-14T07:18:11.827Z] #20 31.03 Selecting previously unselected package libpython3-stdlib:amd64. [2021-07-14T07:18:11.827Z] #20 31.03 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-07-14T07:18:11.827Z] #20 31.04 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-14T07:18:11.827Z] #20 31.13 Setting up python3-minimal (3.7.3-1) ... [2021-07-14T07:18:11.850Z] #20 29.92 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... [2021-07-14T07:18:11.850Z] #20 29.94 Unpacking libaio1:arm64 (0.3.112-3) ... [2021-07-14T07:18:11.850Z] #20 30.04 Selecting previously unselected package libgpm2:arm64. [2021-07-14T07:18:11.850Z] #20 30.04 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... [2021-07-14T07:18:11.850Z] #20 30.05 Unpacking libgpm2:arm64 (1.20.7-5) ... [2021-07-14T07:18:11.850Z] #20 30.15 Selecting previously unselected package libicu63:arm64. [2021-07-14T07:18:12.114Z] #20 30.15 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... [2021-07-14T07:18:12.114Z] #20 30.17 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [2021-07-14T07:18:12.653Z] #20 31.84 Selecting previously unselected package python3. [2021-07-14T07:18:12.653Z] #20 31.84 (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 ... 24107 files and directories currently installed.) [2021-07-14T07:18:12.653Z] #20 31.90 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-07-14T07:18:12.653Z] #20 31.92 Unpacking python3 (3.7.3-1) ... [2021-07-14T07:18:12.653Z] #20 32.00 Selecting previously unselected package libip4tc0:amd64. [2021-07-14T07:18:12.653Z] #20 32.00 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-07-14T07:18:12.653Z] #20 32.02 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:12.653Z] #20 32.11 Selecting previously unselected package libip6tc0:amd64. [2021-07-14T07:18:12.912Z] #20 32.11 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-07-14T07:18:12.912Z] #20 32.12 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:12.912Z] #20 32.21 Selecting previously unselected package libiptc0:amd64. [2021-07-14T07:18:12.912Z] #20 32.21 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-07-14T07:18:12.912Z] #20 32.22 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:12.912Z] #20 32.29 Selecting previously unselected package libnfnetlink0:amd64. [2021-07-14T07:18:12.912Z] #20 32.30 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-07-14T07:18:12.912Z] #20 32.31 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-07-14T07:18:12.912Z] #20 32.36 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-07-14T07:18:13.121Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-07-14T07:18:13.121Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-5b85e18c\powershellScript.ps1'; exit $LASTEXITCODE; [2021-07-14T07:18:13.121Z] ---------------------------------------------------------------------------- [2021-07-14T07:18:13.121Z] [2021-07-14T07:18:13.121Z] INFO: executeCI.ps1 starting at Wed Jul 14 07:18:10 CUT 2021 [2021-07-14T07:18:13.121Z] [2021-07-14T07:18:13.121Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-07-14T07:18:13.121Z] INFO: Running git version 2.24.1.windows.2 [2021-07-14T07:18:13.121Z] INFO: Branch:fe_release Build:20295.1.210212-1600 [2021-07-14T07:18:13.121Z] INFO: Environment variables: [2021-07-14T07:18:13.121Z] [2021-07-14T07:18:13.121Z] Name Value [2021-07-14T07:18:13.121Z] ---- ----- [2021-07-14T07:18:13.121Z] ALLUSERSPROFILE C:\ProgramData [2021-07-14T07:18:13.121Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-07-14T07:18:13.121Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-07-14T07:18:13.121Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-07-14T07:18:13.121Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-07-14T07:18:13.121Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-07-14T07:18:13.121Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-07-14T07:18:13.121Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-07-14T07:18:13.121Z] BRANCH_NAME PR-42636 [2021-07-14T07:18:13.121Z] BUILD_DISPLAY_NAME #2 [2021-07-14T07:18:13.121Z] BUILD_ID 2 [2021-07-14T07:18:13.121Z] BUILD_NUMBER 2 [2021-07-14T07:18:13.121Z] BUILD_TAG jenkins-moby-PR-42636-2 [2021-07-14T07:18:13.121Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/2/ [2021-07-14T07:18:13.121Z] CHANGE_AUTHOR thaJeztah [2021-07-14T07:18:13.121Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-07-14T07:18:13.121Z] CHANGE_BRANCH update_containerd [2021-07-14T07:18:13.121Z] CHANGE_FORK thaJeztah/docker [2021-07-14T07:18:13.121Z] CHANGE_ID 42636 [2021-07-14T07:18:13.121Z] CHANGE_TARGET master [2021-07-14T07:18:13.121Z] CHANGE_TITLE Update containerd binary and vendor to v1.5.3 [2021-07-14T07:18:13.121Z] CHANGE_URL https://github.com/moby/moby/pull/42636 [2021-07-14T07:18:13.121Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-07-14T07:18:13.121Z] CommonProgramFiles C:\Program Files\Common Files [2021-07-14T07:18:13.121Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-07-14T07:18:13.121Z] CommonProgramW6432 C:\Program Files\Common Files [2021-07-14T07:18:13.121Z] COMPUTERNAME azwin-2-192b50 [2021-07-14T07:18:13.121Z] ComSpec C:\Windows\system32\cmd.exe [2021-07-14T07:18:13.121Z] ConfigSequenceNumber 0 [2021-07-14T07:18:13.121Z] DOCKER_BUILDKIT 0 [2021-07-14T07:18:13.121Z] DOCKER_DUT_DEBUG 1 [2021-07-14T07:18:13.121Z] DOCKER_EXPERIMENTAL 1 [2021-07-14T07:18:13.121Z] DOCKER_GRAPHDRIVER overlay2 [2021-07-14T07:18:13.121Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-07-14T07:18:13.121Z] EXECUTOR_NUMBER 0 [2021-07-14T07:18:13.121Z] FQDN azwin-2-192b50.westus.cloudapp.azure.com [2021-07-14T07:18:13.121Z] GIT_BRANCH PR-42636 [2021-07-14T07:18:13.121Z] GIT_COMMIT 9e0e72a03d456d715758787b3ce0e3e22218b036 [2021-07-14T07:18:13.121Z] GIT_PREVIOUS_COMMIT 84df737f500a7d0074e97ea60bdfc02e5fe9be9f [2021-07-14T07:18:13.121Z] GIT_URL https://github.com/moby/moby.git [2021-07-14T07:18:13.121Z] HUDSON_COOKIE df9f7e78-961a-48ef-9f06-09dd1c59f6d5 [2021-07-14T07:18:13.121Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-07-14T07:18:13.121Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-07-14T07:18:13.121Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-07-14T07:18:13.121Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-07-14T07:18:13.121Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-07-14T07:18:13.121Z] JENKINS_NODE_COOKIE 6adc03cf-b77e-4f8f-aceb-82ca361da5f8 [2021-07-14T07:18:13.121Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-07-14T07:18:13.121Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-07-14T07:18:13.121Z] JOB_BASE_NAME PR-42636 [2021-07-14T07:18:13.121Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/display/redirect [2021-07-14T07:18:13.121Z] JOB_NAME moby/PR-42636 [2021-07-14T07:18:13.121Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/ [2021-07-14T07:18:13.121Z] library.jps.version master [2021-07-14T07:18:13.121Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-07-14T07:18:13.121Z] NODE_LABELS amd64 azure azwin-2-192b50 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-07-14T07:18:13.121Z] NODE_NAME azwin-2-192b50 [2021-07-14T07:18:13.121Z] NUMBER_OF_PROCESSORS 4 [2021-07-14T07:18:13.121Z] OS Windows_NT [2021-07-14T07:18:13.121Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-07-14T07:18:13.121Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-07-14T07:18:13.121Z] PROCESSOR_ARCHITECTURE AMD64 [2021-07-14T07:18:13.121Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-07-14T07:18:13.121Z] PROCESSOR_LEVEL 6 [2021-07-14T07:18:13.121Z] PROCESSOR_REVISION 5504 [2021-07-14T07:18:13.121Z] ProgramData C:\ProgramData [2021-07-14T07:18:13.121Z] ProgramFiles C:\Program Files [2021-07-14T07:18:13.121Z] ProgramFiles(x86) C:\Program Files (x86) [2021-07-14T07:18:13.121Z] ProgramW6432 C:\Program Files [2021-07-14T07:18:13.121Z] PROMPT $P$G [2021-07-14T07:18:13.121Z] PSExecutionPolicyPreference Bypass [2021-07-14T07:18:13.121Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-07-14T07:18:13.121Z] PUBLIC C:\Users\Public [2021-07-14T07:18:13.121Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/2/display/redirect?page=artif... [2021-07-14T07:18:13.121Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/2/display/redirect?page=changes [2021-07-14T07:18:13.121Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/2/display/redirect [2021-07-14T07:18:13.121Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/2/display/redirect?page=tests [2021-07-14T07:18:13.121Z] SKIP_VALIDATION_TESTS 1 [2021-07-14T07:18:13.121Z] SOURCES_DRIVE d [2021-07-14T07:18:13.121Z] SOURCES_SUBDIR gopath [2021-07-14T07:18:13.121Z] STAGE_NAME Run tests [2021-07-14T07:18:13.121Z] SystemDrive C: [2021-07-14T07:18:13.121Z] SystemRoot C:\Windows [2021-07-14T07:18:13.121Z] TEMP C:\Windows\TEMP [2021-07-14T07:18:13.121Z] TESTDEBUG 0 [2021-07-14T07:18:13.121Z] TESTRUN_DRIVE d [2021-07-14T07:18:13.121Z] TESTRUN_SUBDIR CI [2021-07-14T07:18:13.121Z] TIMEOUT 120m [2021-07-14T07:18:13.121Z] TMP C:\Windows\TEMP [2021-07-14T07:18:13.121Z] USERDOMAIN WORKGROUP [2021-07-14T07:18:13.122Z] USERNAME azwin-2-192b50$ [2021-07-14T07:18:13.122Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-07-14T07:18:13.122Z] windir C:\Windows [2021-07-14T07:18:13.122Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore/insider [2021-07-14T07:18:13.122Z] WINDOWS_BASE_IMAGE_TAG 10.0.20295.1 [2021-07-14T07:18:13.122Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-07-14T07:18:13.122Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-07-14T07:18:13.122Z] [2021-07-14T07:18:13.122Z] [2021-07-14T07:18:13.122Z] [2021-07-14T07:18:13.122Z] INFO: Sources under d:\gopath\... [2021-07-14T07:18:13.122Z] INFO: Test run under d:\CI\... [2021-07-14T07:18:13.122Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-07-14T07:18:13.122Z] INFO: docker/docker repository was found [2021-07-14T07:18:13.122Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 from docker hub. This may take some time... [2021-07-14T07:18:13.170Z] #20 32.36 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-07-14T07:18:13.170Z] #20 32.37 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-07-14T07:18:13.170Z] #20 32.44 Selecting previously unselected package libnftnl11:amd64. [2021-07-14T07:18:13.170Z] #20 32.44 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-07-14T07:18:13.170Z] #20 32.45 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-07-14T07:18:13.235Z] #27 ... [2021-07-14T07:18:13.235Z] [2021-07-14T07:18:13.235Z] #61 [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-07-14T07:18:13.235Z] #61 sha256:f37b5f948d4aadb62754bfff7ec43892a331de2ef140f97d302da401a0f9d93c [2021-07-14T07:18:13.235Z] #61 5.488 + cd /tmp/tmp.a6w93mHZQX/src/github.com/opencontainers/runc [2021-07-14T07:18:13.235Z] #61 5.488 + git checkout -q 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-07-14T07:18:13.235Z] #61 5.675 + '[' -z '' ']' [2021-07-14T07:18:13.235Z] #61 5.675 + target=static [2021-07-14T07:18:13.235Z] #61 5.675 + make 'BUILDTAGS=seccomp ' static [2021-07-14T07:18:13.235Z] #61 5.820 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o runc . [2021-07-14T07:18:13.428Z] #20 32.53 Selecting previously unselected package iptables. [2021-07-14T07:18:13.428Z] #20 32.53 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-07-14T07:18:13.428Z] #20 32.54 Unpacking iptables (1.8.2-4) ... [2021-07-14T07:18:13.571Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-07-14T07:18:13.687Z] #20 32.82 Selecting previously unselected package xxd. [2021-07-14T07:18:13.687Z] #20 32.82 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-07-14T07:18:13.687Z] #20 32.83 Unpacking xxd (2:8.1.0875-5) ... [2021-07-14T07:18:13.687Z] #20 32.95 Selecting previously unselected package vim-common. [2021-07-14T07:18:13.687Z] #20 32.95 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-07-14T07:18:13.687Z] #20 32.98 Unpacking vim-common (2:8.1.0875-5) ... [2021-07-14T07:18:13.946Z] #20 33.17 Selecting previously unselected package bash-completion. [2021-07-14T07:18:13.946Z] #20 33.18 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-07-14T07:18:14.022Z] 29d5b6a226d2: Pulling fs layer [2021-07-14T07:18:14.041Z] #20 32.34 Selecting previously unselected package libnet1:arm64. [2021-07-14T07:18:14.041Z] #20 32.34 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-07-14T07:18:14.041Z] #20 32.35 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:18:14.111Z] #20 30.28 Unpacking bash-completion (1:2.8-6) ... [2021-07-14T07:18:14.111Z] #20 30.58 Selecting previously unselected package bzip2. [2021-07-14T07:18:14.303Z] #20 36.43 Unpacking bash-completion (1:2.8-6) ... [2021-07-14T07:18:14.303Z] #20 36.78 Selecting previously unselected package bzip2. [2021-07-14T07:18:14.303Z] #20 36.80 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-07-14T07:18:14.303Z] #20 36.81 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-07-14T07:18:14.338Z] #20 32.44 Selecting previously unselected package libnl-3-200:arm64. [2021-07-14T07:18:14.338Z] #20 32.45 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... [2021-07-14T07:18:14.338Z] #20 32.46 Unpacking libnl-3-200:arm64 (3.4.0-1) ... [2021-07-14T07:18:14.373Z] #20 30.58 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-07-14T07:18:14.373Z] #20 30.59 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-07-14T07:18:14.373Z] #20 30.65 Selecting previously unselected package xz-utils. [2021-07-14T07:18:14.373Z] #20 30.66 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-07-14T07:18:14.373Z] #20 30.67 Unpacking xz-utils (5.2.4-1) ... [2021-07-14T07:18:14.561Z] #20 36.88 Selecting previously unselected package xz-utils. [2021-07-14T07:18:14.561Z] #20 36.90 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-07-14T07:18:14.561Z] #20 36.91 Unpacking xz-utils (5.2.4-1) ... [2021-07-14T07:18:14.561Z] #20 37.07 Selecting previously unselected package apparmor. [2021-07-14T07:18:14.561Z] #20 37.08 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-07-14T07:18:14.561Z] #20 37.15 Unpacking apparmor (2.13.2-10) ... [2021-07-14T07:18:14.601Z] #20 32.59 Selecting previously unselected package libprotobuf-c1:arm64. [2021-07-14T07:18:14.601Z] #20 32.59 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... [2021-07-14T07:18:14.601Z] #20 32.60 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-07-14T07:18:14.601Z] #20 32.78 Selecting previously unselected package libreadline5:arm64. [2021-07-14T07:18:14.601Z] #20 32.79 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... [2021-07-14T07:18:14.601Z] #20 32.81 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-07-14T07:18:14.659Z] #20 30.84 Selecting previously unselected package apparmor. [2021-07-14T07:18:14.659Z] #20 30.85 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-07-14T07:18:14.659Z] #20 30.96 Unpacking apparmor (2.13.2-10) ... [2021-07-14T07:18:14.865Z] #20 32.93 Selecting previously unselected package net-tools. [2021-07-14T07:18:14.865Z] #20 32.95 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... [2021-07-14T07:18:14.865Z] #20 32.96 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-07-14T07:18:14.944Z] #20 31.28 Selecting previously unselected package aufs-tools. [2021-07-14T07:18:14.944Z] #20 31.28 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-07-14T07:18:14.944Z] #20 31.29 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-07-14T07:18:15.128Z] #20 37.48 Selecting previously unselected package aufs-tools. [2021-07-14T07:18:15.128Z] #20 37.48 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-07-14T07:18:15.128Z] #20 37.48 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-07-14T07:18:15.128Z] #20 37.60 Selecting previously unselected package libonig5:amd64. [2021-07-14T07:18:15.128Z] #20 37.60 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-07-14T07:18:15.128Z] #20 37.61 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-07-14T07:18:15.129Z] #20 33.15 Selecting previously unselected package patch. [2021-07-14T07:18:15.129Z] #20 33.15 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_arm64.deb ... [2021-07-14T07:18:15.129Z] #20 33.16 Unpacking patch (2.7.6-3+deb10u1) ... [2021-07-14T07:18:15.129Z] #20 33.37 Selecting previously unselected package python-pip-whl. [2021-07-14T07:18:15.210Z] #20 31.40 Selecting previously unselected package libonig5:amd64. [2021-07-14T07:18:15.210Z] #20 31.41 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-07-14T07:18:15.210Z] #20 31.42 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-07-14T07:18:15.210Z] #20 31.57 Selecting previously unselected package libjq1:amd64. [2021-07-14T07:18:15.210Z] #20 31.58 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-07-14T07:18:15.210Z] #20 31.58 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-14T07:18:15.210Z] #20 31.67 Selecting previously unselected package jq. [2021-07-14T07:18:15.386Z] #20 37.74 Selecting previously unselected package libjq1:amd64. [2021-07-14T07:18:15.386Z] #20 37.76 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-07-14T07:18:15.386Z] #20 37.76 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-14T07:18:15.386Z] #20 37.87 Selecting previously unselected package jq. [2021-07-14T07:18:15.386Z] #20 37.87 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-07-14T07:18:15.386Z] #20 37.88 Unpacking jq (1.5+dfsg-2+b1) ... [2021-07-14T07:18:15.391Z] #20 33.38 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-07-14T07:18:15.391Z] #20 33.39 Unpacking python-pip-whl (18.1-5) ... [2021-07-14T07:18:15.471Z] #20 31.68 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-07-14T07:18:15.471Z] #20 31.68 Unpacking jq (1.5+dfsg-2+b1) ... [2021-07-14T07:18:15.471Z] #20 31.77 Selecting previously unselected package libaio1:amd64. [2021-07-14T07:18:15.471Z] #20 31.78 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-07-14T07:18:15.471Z] #20 31.79 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-07-14T07:18:15.471Z] #20 31.87 Selecting previously unselected package libgpm2:amd64. [2021-07-14T07:18:15.471Z] #20 31.87 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-07-14T07:18:15.471Z] #20 31.89 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-07-14T07:18:15.645Z] #20 38.03 Selecting previously unselected package libaio1:amd64. [2021-07-14T07:18:15.645Z] #20 38.03 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-07-14T07:18:15.645Z] #20 38.03 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-07-14T07:18:15.645Z] #20 38.12 Selecting previously unselected package libgpm2:amd64. [2021-07-14T07:18:15.645Z] #20 38.12 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-07-14T07:18:15.645Z] #20 38.12 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-07-14T07:18:15.645Z] #20 38.19 Selecting previously unselected package libicu63:amd64. [2021-07-14T07:18:15.645Z] #20 38.21 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-07-14T07:18:15.645Z] #20 38.22 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-14T07:18:15.654Z] #20 33.76 Selecting previously unselected package python3-lib2to3. [2021-07-14T07:18:15.654Z] #20 33.76 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-07-14T07:18:15.654Z] #20 33.78 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-07-14T07:18:15.731Z] #20 31.93 Selecting previously unselected package libicu63:amd64. [2021-07-14T07:18:15.731Z] #20 31.93 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-07-14T07:18:15.731Z] #20 31.94 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-14T07:18:15.917Z] #20 34.00 Selecting previously unselected package python3-distutils. [2021-07-14T07:18:15.917Z] #20 34.00 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-07-14T07:18:15.917Z] #20 34.01 Unpacking python3-distutils (3.7.3-1) ... [2021-07-14T07:18:16.154Z] Client: [2021-07-14T07:18:16.154Z] Context: default [2021-07-14T07:18:16.154Z] Debug Mode: false [2021-07-14T07:18:16.154Z] Plugins: [2021-07-14T07:18:16.154Z] app: Docker Application (Docker Inc., v0.8.0) [2021-07-14T07:18:16.154Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-07-14T07:18:16.154Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-07-14T07:18:16.154Z] [2021-07-14T07:18:16.154Z] Server: [2021-07-14T07:18:16.154Z] Containers: 0 [2021-07-14T07:18:16.154Z] Running: 0 [2021-07-14T07:18:16.154Z] Paused: 0 [2021-07-14T07:18:16.154Z] Stopped: 0 [2021-07-14T07:18:16.154Z] Images: 0 [2021-07-14T07:18:16.154Z] Server Version: 20.10.0 [2021-07-14T07:18:16.154Z] Storage Driver: lcow (linux) windowsfilter (windows) [2021-07-14T07:18:16.154Z] LCOW: [2021-07-14T07:18:16.154Z] Windows: [2021-07-14T07:18:16.154Z] Logging Driver: json-file [2021-07-14T07:18:16.154Z] Plugins: [2021-07-14T07:18:16.154Z] Volume: local [2021-07-14T07:18:16.154Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-07-14T07:18:16.154Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-07-14T07:18:16.154Z] Swarm: inactive [2021-07-14T07:18:16.154Z] Default Isolation: process [2021-07-14T07:18:16.154Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-07-14T07:18:16.154Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-07-14T07:18:16.154Z] OSType: windows [2021-07-14T07:18:16.154Z] Architecture: x86_64 [2021-07-14T07:18:16.154Z] CPUs: 4 [2021-07-14T07:18:16.154Z] Total Memory: 32GiB [2021-07-14T07:18:16.154Z] Name: azwin-2-192b51 [2021-07-14T07:18:16.154Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-07-14T07:18:16.154Z] Docker Root Dir: D:\docker [2021-07-14T07:18:16.154Z] Debug Mode: false [2021-07-14T07:18:16.154Z] Registry: https://index.docker.io/v1/ [2021-07-14T07:18:16.154Z] Labels: [2021-07-14T07:18:16.154Z] Experimental: true [2021-07-14T07:18:16.154Z] Insecure Registries: [2021-07-14T07:18:16.154Z] 10.0.0.4:5000 [2021-07-14T07:18:16.154Z] 127.0.0.0/8 [2021-07-14T07:18:16.154Z] Registry Mirrors: [2021-07-14T07:18:16.154Z] http://10.0.0.4:5000/ [2021-07-14T07:18:16.154Z] Live Restore Enabled: false [2021-07-14T07:18:16.154Z] [2021-07-14T07:18:16.180Z] #20 34.21 Selecting previously unselected package python3-pip. [2021-07-14T07:18:16.180Z] #20 34.23 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-07-14T07:18:16.180Z] #20 34.24 Unpacking python3-pip (18.1-5) ... [2021-07-14T07:18:16.180Z] #20 34.44 Selecting previously unselected package python3-pkg-resources. [2021-07-14T07:18:16.180Z] #20 34.45 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-07-14T07:18:16.443Z] #20 34.46 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:18:16.443Z] #20 34.62 Selecting previously unselected package python3-setuptools. [2021-07-14T07:18:16.443Z] #20 34.63 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-07-14T07:18:16.443Z] #20 34.64 Unpacking python3-setuptools (40.8.0-1) ... [2021-07-14T07:18:16.481Z] #20 35.40 Unpacking bash-completion (1:2.8-6) ... [2021-07-14T07:18:16.481Z] #20 35.78 Selecting previously unselected package bzip2. [2021-07-14T07:18:16.481Z] #20 35.79 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-07-14T07:18:16.481Z] #20 35.80 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-07-14T07:18:16.481Z] #20 35.87 Selecting previously unselected package xz-utils. [2021-07-14T07:18:16.716Z] #20 34.90 Selecting previously unselected package python3-wheel. [2021-07-14T07:18:16.716Z] #20 34.92 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-07-14T07:18:16.716Z] #20 34.93 Unpacking python3-wheel (0.32.3-2) ... [2021-07-14T07:18:16.739Z] #20 35.88 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-07-14T07:18:16.739Z] #20 35.88 Unpacking xz-utils (5.2.4-1) ... [2021-07-14T07:18:16.739Z] #20 36.03 Selecting previously unselected package apparmor. [2021-07-14T07:18:16.739Z] #20 36.05 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-07-14T07:18:16.739Z] #20 36.10 Unpacking apparmor (2.13.2-10) ... [2021-07-14T07:18:16.980Z] #20 35.04 Selecting previously unselected package sudo. [2021-07-14T07:18:16.980Z] #20 35.05 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_arm64.deb ... [2021-07-14T07:18:16.980Z] #20 35.07 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-07-14T07:18:17.244Z] #20 35.43 Selecting previously unselected package thin-provisioning-tools. [2021-07-14T07:18:17.244Z] #20 35.43 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... [2021-07-14T07:18:17.244Z] #20 35.45 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-07-14T07:18:17.257Z] #20 36.44 Selecting previously unselected package aufs-tools. [2021-07-14T07:18:17.257Z] #20 36.46 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-07-14T07:18:17.257Z] #20 36.46 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-07-14T07:18:17.257Z] #20 36.57 Selecting previously unselected package libonig5:amd64. [2021-07-14T07:18:17.257Z] #20 36.58 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-07-14T07:18:17.257Z] #20 36.58 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-07-14T07:18:17.508Z] #20 35.60 Selecting previously unselected package uidmap. [2021-07-14T07:18:17.508Z] #20 35.61 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_arm64.deb ... [2021-07-14T07:18:17.508Z] #20 35.63 Unpacking uidmap (1:4.5-1.1) ... [2021-07-14T07:18:17.508Z] #20 35.75 Selecting previously unselected package vim-runtime. [2021-07-14T07:18:17.508Z] #20 35.75 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-07-14T07:18:17.508Z] #20 35.80 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-07-14T07:18:17.508Z] #20 35.84 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-07-14T07:18:17.508Z] #20 35.85 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-07-14T07:18:17.516Z] #20 36.70 Selecting previously unselected package libjq1:amd64. [2021-07-14T07:18:17.516Z] #20 36.71 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-07-14T07:18:17.516Z] #20 36.71 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-14T07:18:17.516Z] #20 36.81 Selecting previously unselected package jq. [2021-07-14T07:18:17.516Z] #20 36.82 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-07-14T07:18:17.516Z] #20 36.83 Unpacking jq (1.5+dfsg-2+b1) ... [2021-07-14T07:18:17.775Z] #20 36.91 Selecting previously unselected package libaio1:amd64. [2021-07-14T07:18:17.775Z] #20 36.91 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-07-14T07:18:17.775Z] #20 36.92 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-07-14T07:18:17.775Z] #20 36.97 Selecting previously unselected package libgpm2:amd64. [2021-07-14T07:18:17.775Z] #20 36.97 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-07-14T07:18:17.775Z] #20 36.98 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-07-14T07:18:17.775Z] #20 37.04 Selecting previously unselected package libicu63:amd64. [2021-07-14T07:18:17.775Z] #20 37.06 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-07-14T07:18:17.775Z] #20 37.06 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-14T07:18:18.928Z] #20 41.34 Selecting previously unselected package libnet1:amd64. [2021-07-14T07:18:18.928Z] #20 41.35 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-07-14T07:18:18.928Z] #20 41.35 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:18:18.928Z] #20 41.43 Selecting previously unselected package libnl-3-200:amd64. [2021-07-14T07:18:18.928Z] #20 41.43 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-07-14T07:18:18.928Z] #20 41.44 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-07-14T07:18:18.928Z] #20 41.57 Selecting previously unselected package libprotobuf-c1:amd64. [2021-07-14T07:18:19.034Z] #20 34.92 Selecting previously unselected package libnet1:amd64. [2021-07-14T07:18:19.034Z] #20 34.93 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-07-14T07:18:19.034Z] #20 34.93 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:18:19.034Z] #20 35.03 Selecting previously unselected package libnl-3-200:amd64. [2021-07-14T07:18:19.034Z] #20 35.04 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-07-14T07:18:19.034Z] #20 35.05 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-07-14T07:18:19.034Z] #20 35.13 Selecting previously unselected package libprotobuf-c1:amd64. [2021-07-14T07:18:19.034Z] #20 35.14 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-07-14T07:18:19.034Z] #20 35.15 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-14T07:18:19.034Z] #20 35.21 Selecting previously unselected package libreadline5:amd64. [2021-07-14T07:18:19.034Z] #20 35.22 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-07-14T07:18:19.034Z] #20 35.23 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-07-14T07:18:19.034Z] #20 35.33 Selecting previously unselected package net-tools. [2021-07-14T07:18:19.034Z] #20 35.33 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-07-14T07:18:19.034Z] #20 35.34 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-07-14T07:18:19.034Z] #20 35.52 Selecting previously unselected package patch. [2021-07-14T07:18:19.034Z] #20 35.52 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-07-14T07:18:19.034Z] #20 35.53 Unpacking patch (2.7.6-3+deb10u1) ... [2021-07-14T07:18:19.187Z] #20 41.57 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-07-14T07:18:19.187Z] #20 41.57 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-14T07:18:19.187Z] #20 41.63 Selecting previously unselected package libreadline5:amd64. [2021-07-14T07:18:19.187Z] #20 41.64 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-07-14T07:18:19.187Z] #20 41.64 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-07-14T07:18:19.187Z] #20 41.74 Selecting previously unselected package net-tools. [2021-07-14T07:18:19.187Z] #20 41.75 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-07-14T07:18:19.187Z] #20 41.76 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-07-14T07:18:19.296Z] #20 35.64 Selecting previously unselected package python-pip-whl. [2021-07-14T07:18:19.296Z] #20 35.64 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-07-14T07:18:19.296Z] #20 35.64 Unpacking python-pip-whl (18.1-5) ... [2021-07-14T07:18:19.446Z] #20 41.90 Selecting previously unselected package patch. [2021-07-14T07:18:19.446Z] #20 41.91 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-07-14T07:18:19.446Z] #20 41.92 Unpacking patch (2.7.6-3+deb10u1) ... [2021-07-14T07:18:19.704Z] #20 42.10 Selecting previously unselected package python-pip-whl. [2021-07-14T07:18:19.704Z] #20 42.10 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-07-14T07:18:19.704Z] #20 42.11 Unpacking python-pip-whl (18.1-5) ... [2021-07-14T07:18:19.782Z] #61 ... [2021-07-14T07:18:19.782Z] [2021-07-14T07:18:19.782Z] #64 [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-07-14T07:18:19.782Z] #64 sha256:437851ac574ace05896a83ddeed03a4cd4a722c455bf90e8b55943769a156c54 [2021-07-14T07:18:19.782Z] #64 61.95 + bin/containerd [2021-07-14T07:18:19.869Z] #20 36.10 Selecting previously unselected package python3-lib2to3. [2021-07-14T07:18:19.869Z] #20 36.11 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-07-14T07:18:19.869Z] #20 36.12 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-07-14T07:18:19.869Z] #20 36.24 Selecting previously unselected package python3-distutils. [2021-07-14T07:18:19.869Z] #20 36.24 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-07-14T07:18:19.869Z] #20 36.25 Unpacking python3-distutils (3.7.3-1) ... [2021-07-14T07:18:20.072Z] #20 38.15 Selecting previously unselected package vim. [2021-07-14T07:18:20.072Z] #20 38.16 Preparing to unpack .../38-vim_2%3a8.1.0875-5_arm64.deb ... [2021-07-14T07:18:20.072Z] #20 38.19 Unpacking vim (2:8.1.0875-5) ... [2021-07-14T07:18:20.132Z] #20 36.39 Selecting previously unselected package python3-pip. [2021-07-14T07:18:20.132Z] #20 36.41 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-07-14T07:18:20.132Z] #20 36.41 Unpacking python3-pip (18.1-5) ... [2021-07-14T07:18:20.132Z] #20 36.54 Selecting previously unselected package python3-pkg-resources. [2021-07-14T07:18:20.132Z] #20 36.54 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-07-14T07:18:20.132Z] #20 36.55 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:18:20.271Z] #20 42.59 Selecting previously unselected package python3-lib2to3. [2021-07-14T07:18:20.271Z] #20 42.60 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-07-14T07:18:20.271Z] #20 42.61 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-07-14T07:18:20.271Z] #20 42.73 Selecting previously unselected package python3-distutils. [2021-07-14T07:18:20.271Z] #20 42.75 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-07-14T07:18:20.271Z] #20 42.75 Unpacking python3-distutils (3.7.3-1) ... [2021-07-14T07:18:20.336Z] #20 38.55 Selecting previously unselected package xfsprogs. [2021-07-14T07:18:20.336Z] #20 38.56 Preparing to unpack .../39-xfsprogs_4.20.0-1_arm64.deb ... [2021-07-14T07:18:20.336Z] #20 38.57 Unpacking xfsprogs (4.20.0-1) ... [2021-07-14T07:18:20.394Z] #20 36.65 Selecting previously unselected package python3-setuptools. [2021-07-14T07:18:20.394Z] #20 36.67 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-07-14T07:18:20.394Z] #20 36.70 Unpacking python3-setuptools (40.8.0-1) ... [2021-07-14T07:18:20.394Z] #20 36.89 Selecting previously unselected package python3-wheel. [2021-07-14T07:18:20.530Z] #20 42.89 Selecting previously unselected package python3-pip. [2021-07-14T07:18:20.530Z] #20 42.91 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-07-14T07:18:20.530Z] #20 42.92 Unpacking python3-pip (18.1-5) ... [2021-07-14T07:18:20.530Z] #20 43.07 Selecting previously unselected package python3-pkg-resources. [2021-07-14T07:18:20.530Z] #20 43.07 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-07-14T07:18:20.530Z] #20 43.08 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:18:20.600Z] #20 38.94 Selecting previously unselected package zip. [2021-07-14T07:18:20.655Z] #20 36.89 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-07-14T07:18:20.655Z] #20 36.90 Unpacking python3-wheel (0.32.3-2) ... [2021-07-14T07:18:20.655Z] #20 36.96 Selecting previously unselected package sudo. [2021-07-14T07:18:20.655Z] #20 36.98 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-07-14T07:18:20.655Z] #20 36.99 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-07-14T07:18:20.789Z] #20 43.20 Selecting previously unselected package python3-setuptools. [2021-07-14T07:18:20.789Z] #20 43.21 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-07-14T07:18:20.789Z] #20 43.22 Unpacking python3-setuptools (40.8.0-1) ... [2021-07-14T07:18:20.864Z] #20 38.95 Preparing to unpack .../40-zip_3.0-11+b1_arm64.deb ... [2021-07-14T07:18:20.864Z] #20 38.96 Unpacking zip (3.0-11+b1) ... [2021-07-14T07:18:20.864Z] #20 39.20 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-07-14T07:18:20.864Z] #20 39.22 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-07-14T07:18:21.047Z] #20 43.40 Selecting previously unselected package python3-wheel. [2021-07-14T07:18:21.047Z] #20 43.41 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-07-14T07:18:21.047Z] #20 43.42 Unpacking python3-wheel (0.32.3-2) ... [2021-07-14T07:18:21.047Z] #20 43.49 Selecting previously unselected package sudo. [2021-07-14T07:18:21.047Z] #20 43.51 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-07-14T07:18:21.047Z] #20 43.52 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-07-14T07:18:21.065Z] #20 39.88 Selecting previously unselected package libnet1:amd64. [2021-07-14T07:18:21.065Z] #20 39.88 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-07-14T07:18:21.065Z] #20 39.89 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:18:21.065Z] #20 39.98 Selecting previously unselected package libnl-3-200:amd64. [2021-07-14T07:18:21.065Z] #20 40.00 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-07-14T07:18:21.065Z] #20 40.00 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-07-14T07:18:21.065Z] #20 40.08 Selecting previously unselected package libprotobuf-c1:amd64. [2021-07-14T07:18:21.065Z] #20 40.08 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-07-14T07:18:21.065Z] #20 40.09 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-14T07:18:21.065Z] #20 40.15 Selecting previously unselected package libreadline5:amd64. [2021-07-14T07:18:21.065Z] #20 40.15 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-07-14T07:18:21.065Z] #20 40.16 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-07-14T07:18:21.065Z] #20 40.26 Selecting previously unselected package net-tools. [2021-07-14T07:18:21.065Z] #20 40.27 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-07-14T07:18:21.065Z] #20 40.28 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-07-14T07:18:21.065Z] #20 40.43 Selecting previously unselected package patch. [2021-07-14T07:18:21.065Z] #20 40.43 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-07-14T07:18:21.065Z] #20 40.43 Unpacking patch (2.7.6-3+deb10u1) ... [2021-07-14T07:18:21.128Z] #20 39.25 Setting up libip6tc0:arm64 (1.8.2-4) ... [2021-07-14T07:18:21.128Z] #20 39.30 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... [2021-07-14T07:18:21.128Z] #20 39.32 Setting up libgpm2:arm64 (1.20.7-5) ... [2021-07-14T07:18:21.128Z] #20 39.35 Setting up libip4tc0:arm64 (1.8.2-4) ... [2021-07-14T07:18:21.128Z] #20 39.37 Setting up uidmap (1:4.5-1.1) ... [2021-07-14T07:18:21.128Z] #20 39.39 Setting up libnftnl11:arm64 (1.1.2-2) ... [2021-07-14T07:18:21.128Z] #20 39.40 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:18:21.128Z] #20 39.42 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-07-14T07:18:21.128Z] #20 39.44 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... [2021-07-14T07:18:21.128Z] #20 39.46 Setting up libicu63:arm64 (63.1-6+deb10u1) ... [2021-07-14T07:18:21.228Z] #20 37.51 Selecting previously unselected package thin-provisioning-tools. [2021-07-14T07:18:21.228Z] #20 37.52 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-07-14T07:18:21.228Z] #20 37.53 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-07-14T07:18:21.228Z] #20 37.77 Selecting previously unselected package uidmap. [2021-07-14T07:18:21.324Z] #20 40.53 Selecting previously unselected package python-pip-whl. [2021-07-14T07:18:21.324Z] #20 40.53 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-07-14T07:18:21.324Z] #20 40.54 Unpacking python-pip-whl (18.1-5) ... [2021-07-14T07:18:21.392Z] #20 39.48 Setting up xxd (2:8.1.0875-5) ... [2021-07-14T07:18:21.392Z] #20 39.50 Setting up zip (3.0-11+b1) ... [2021-07-14T07:18:21.392Z] #20 39.52 Setting up vim-common (2:8.1.0875-5) ... [2021-07-14T07:18:21.392Z] #20 39.55 Setting up bash-completion (1:2.8-6) ... [2021-07-14T07:18:21.490Z] #20 37.77 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-07-14T07:18:21.490Z] #20 37.78 Unpacking uidmap (1:4.5-1.1) ... [2021-07-14T07:18:21.490Z] #20 37.88 Selecting previously unselected package vim-runtime. [2021-07-14T07:18:21.490Z] #20 37.88 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-07-14T07:18:21.490Z] #20 37.90 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-07-14T07:18:21.490Z] #20 37.93 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-07-14T07:18:21.490Z] #20 37.94 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-07-14T07:18:21.615Z] #20 43.96 Selecting previously unselected package thin-provisioning-tools. [2021-07-14T07:18:21.615Z] #20 43.97 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-07-14T07:18:21.615Z] #20 43.98 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-07-14T07:18:21.873Z] #20 44.21 Selecting previously unselected package uidmap. [2021-07-14T07:18:21.873Z] #20 44.22 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-07-14T07:18:21.873Z] #20 44.23 Unpacking uidmap (1:4.5-1.1) ... [2021-07-14T07:18:21.873Z] #20 44.32 Selecting previously unselected package vim-runtime. [2021-07-14T07:18:21.873Z] #20 44.33 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-07-14T07:18:21.874Z] #20 44.36 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-07-14T07:18:21.874Z] #20 44.40 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-07-14T07:18:21.874Z] #20 44.41 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-07-14T07:18:21.893Z] #20 41.04 Selecting previously unselected package python3-lib2to3. [2021-07-14T07:18:21.893Z] #20 41.05 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-07-14T07:18:21.893Z] #20 41.06 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-07-14T07:18:21.893Z] #20 41.16 Selecting previously unselected package python3-distutils. [2021-07-14T07:18:21.893Z] #20 41.16 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-07-14T07:18:21.893Z] #20 41.17 Unpacking python3-distutils (3.7.3-1) ... [2021-07-14T07:18:22.152Z] #20 41.28 Selecting previously unselected package python3-pip. [2021-07-14T07:18:22.152Z] #20 41.28 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-07-14T07:18:22.152Z] #20 41.29 Unpacking python3-pip (18.1-5) ... [2021-07-14T07:18:22.152Z] #20 41.43 Selecting previously unselected package python3-pkg-resources. [2021-07-14T07:18:22.152Z] #20 41.43 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-07-14T07:18:22.152Z] #20 41.44 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:18:22.152Z] #20 41.55 Selecting previously unselected package python3-setuptools. [2021-07-14T07:18:22.411Z] #20 41.56 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-07-14T07:18:22.411Z] #20 41.56 Unpacking python3-setuptools (40.8.0-1) ... [2021-07-14T07:18:22.411Z] #20 41.77 Selecting previously unselected package python3-wheel. [2021-07-14T07:18:22.411Z] #20 41.78 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-07-14T07:18:22.411Z] #20 41.79 Unpacking python3-wheel (0.32.3-2) ... [2021-07-14T07:18:22.670Z] #20 41.85 Selecting previously unselected package sudo. [2021-07-14T07:18:22.670Z] #20 41.87 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-07-14T07:18:22.670Z] #20 41.88 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-07-14T07:18:22.929Z] #20 42.29 Selecting previously unselected package thin-provisioning-tools. [2021-07-14T07:18:22.929Z] #20 42.29 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-07-14T07:18:23.067Z] #64 ... [2021-07-14T07:18:23.067Z] [2021-07-14T07:18:23.067Z] #27 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:18:23.067Z] #27 sha256:308f748b0ae48cdfedb9b6015152347b652d965e7ffd458d9ff020b3072a435c [2021-07-14T07:18:23.067Z] #27 17.72 Fetched 51.2 MB in 17s (3082 kB/s) [2021-07-14T07:18:23.187Z] #20 42.30 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-07-14T07:18:23.187Z] #20 42.52 Selecting previously unselected package uidmap. [2021-07-14T07:18:23.187Z] #20 42.53 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-07-14T07:18:23.187Z] #20 42.54 Unpacking uidmap (1:4.5-1.1) ... [2021-07-14T07:18:23.446Z] #20 42.65 Selecting previously unselected package vim-runtime. [2021-07-14T07:18:23.446Z] #20 42.66 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-07-14T07:18:23.446Z] #20 42.70 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-07-14T07:18:23.446Z] #20 42.74 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-07-14T07:18:23.446Z] #20 42.75 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-07-14T07:18:24.405Z] #20 46.88 Selecting previously unselected package vim. [2021-07-14T07:18:24.405Z] #20 46.89 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-07-14T07:18:24.405Z] #20 46.91 Unpacking vim (2:8.1.0875-5) ... [2021-07-14T07:18:24.714Z] #20 42.49 Setting up libiptc0:arm64 (1.8.2-4) ... [2021-07-14T07:18:24.714Z] #20 42.53 Setting up xz-utils (5.2.4-1) ... [2021-07-14T07:18:24.714Z] #20 42.56 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-07-14T07:18:24.714Z] #20 42.60 Setting up patch (2.7.6-3+deb10u1) ... [2021-07-14T07:18:24.714Z] #20 42.62 Setting up sudo (1.8.27-1+deb10u3) ... [2021-07-14T07:18:24.714Z] #20 42.72 invoke-rc.d: could not determine current runlevel [2021-07-14T07:18:24.714Z] #20 42.74 invoke-rc.d: policy-rc.d denied execution of start. [2021-07-14T07:18:24.714Z] #20 42.75 Setting up pigz (2.4-1) ... [2021-07-14T07:18:24.714Z] #20 42.78 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-07-14T07:18:24.714Z] #20 42.81 Setting up libnl-3-200:arm64 (3.4.0-1) ... [2021-07-14T07:18:24.714Z] #20 42.86 Setting up python-pip-whl (18.1-5) ... [2021-07-14T07:18:24.714Z] #20 42.88 Setting up libmpdec2:arm64 (2.4.2-2) ... [2021-07-14T07:18:24.714Z] #20 42.90 Setting up vim-runtime (2:8.1.0875-5) ... [2021-07-14T07:18:24.792Z] #20 40.66 Selecting previously unselected package vim. [2021-07-14T07:18:24.792Z] #20 40.66 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-07-14T07:18:24.792Z] #20 40.68 Unpacking vim (2:8.1.0875-5) ... [2021-07-14T07:18:24.792Z] #20 41.12 Selecting previously unselected package xfsprogs. [2021-07-14T07:18:24.792Z] #20 41.13 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-07-14T07:18:24.792Z] #20 41.14 Unpacking xfsprogs (4.20.0-1) ... [2021-07-14T07:18:24.973Z] #20 47.41 Selecting previously unselected package xfsprogs. [2021-07-14T07:18:24.973Z] #20 47.42 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-07-14T07:18:24.973Z] #20 47.43 Unpacking xfsprogs (4.20.0-1) ... [2021-07-14T07:18:25.053Z] #20 41.54 Selecting previously unselected package zip. [2021-07-14T07:18:25.232Z] #20 47.79 Selecting previously unselected package zip. [2021-07-14T07:18:25.232Z] #20 47.80 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-07-14T07:18:25.232Z] #20 47.82 Unpacking zip (3.0-11+b1) ... [2021-07-14T07:18:25.291Z] #20 43.35 Setting up libaio1:arm64 (0.3.112-3) ... [2021-07-14T07:18:25.291Z] #20 43.36 Setting up libonig5:arm64 (6.9.1-1) ... [2021-07-14T07:18:25.291Z] #20 43.39 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:25.291Z] #20 43.41 Setting up vim (2:8.1.0875-5) ... [2021-07-14T07:18:25.291Z] #20 43.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-07-14T07:18:25.291Z] #20 43.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-07-14T07:18:25.291Z] #20 43.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-07-14T07:18:25.291Z] #20 43.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-07-14T07:18:25.291Z] #20 43.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-07-14T07:18:25.291Z] #20 43.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-07-14T07:18:25.291Z] #20 43.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-07-14T07:18:25.291Z] #20 43.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-07-14T07:18:25.291Z] #20 43.53 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... [2021-07-14T07:18:25.291Z] #20 43.55 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-07-14T07:18:25.291Z] #20 43.57 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... [2021-07-14T07:18:25.318Z] #20 41.54 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-07-14T07:18:25.318Z] #20 41.54 Unpacking zip (3.0-11+b1) ... [2021-07-14T07:18:25.318Z] #20 41.66 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-07-14T07:18:25.318Z] #20 41.68 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-07-14T07:18:25.318Z] #20 41.70 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:25.318Z] #20 41.71 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-07-14T07:18:25.318Z] #20 41.72 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-07-14T07:18:25.318Z] #20 41.73 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:25.318Z] #20 41.74 Setting up uidmap (1:4.5-1.1) ... [2021-07-14T07:18:25.318Z] #20 41.75 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-07-14T07:18:25.318Z] #20 41.77 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:18:25.490Z] #20 47.97 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-07-14T07:18:25.490Z] #20 47.99 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-07-14T07:18:25.490Z] #20 48.00 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:25.490Z] #20 48.01 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-07-14T07:18:25.490Z] #20 48.03 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-07-14T07:18:25.490Z] #20 48.04 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:25.490Z] #20 48.06 Setting up uidmap (1:4.5-1.1) ... [2021-07-14T07:18:25.490Z] #20 48.08 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-07-14T07:18:25.556Z] #20 43.60 Setting up jq (1.5+dfsg-2+b1) ... [2021-07-14T07:18:25.556Z] #20 43.64 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... [2021-07-14T07:18:25.556Z] #20 43.67 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:25.580Z] #20 41.78 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-07-14T07:18:25.580Z] #20 41.79 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-14T07:18:25.580Z] #20 41.80 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-14T07:18:25.580Z] #20 41.82 Setting up xxd (2:8.1.0875-5) ... [2021-07-14T07:18:25.580Z] #20 41.83 Setting up zip (3.0-11+b1) ... [2021-07-14T07:18:25.580Z] #20 41.84 Setting up vim-common (2:8.1.0875-5) ... [2021-07-14T07:18:25.580Z] #20 41.86 Setting up bash-completion (1:2.8-6) ... [2021-07-14T07:18:25.749Z] #20 48.09 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:18:25.749Z] #20 48.10 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-07-14T07:18:25.749Z] #20 48.12 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-14T07:18:25.749Z] #20 48.13 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-14T07:18:25.749Z] #20 48.14 Setting up xxd (2:8.1.0875-5) ... [2021-07-14T07:18:25.749Z] #20 48.15 Setting up zip (3.0-11+b1) ... [2021-07-14T07:18:25.749Z] #20 48.16 Setting up vim-common (2:8.1.0875-5) ... [2021-07-14T07:18:25.749Z] #20 48.20 Setting up bash-completion (1:2.8-6) ... [2021-07-14T07:18:25.976Z] #20 45.34 Selecting previously unselected package vim. [2021-07-14T07:18:25.976Z] #20 45.35 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-07-14T07:18:26.235Z] #20 45.36 Unpacking vim (2:8.1.0875-5) ... [2021-07-14T07:18:26.392Z] 29d5b6a226d2: Verifying Checksum [2021-07-14T07:18:26.392Z] 29d5b6a226d2: Download complete [2021-07-14T07:18:26.493Z] #20 45.82 Selecting previously unselected package xfsprogs. [2021-07-14T07:18:26.493Z] #20 45.83 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-07-14T07:18:26.493Z] #20 45.83 Unpacking xfsprogs (4.20.0-1) ... [2021-07-14T07:18:26.752Z] #20 46.21 Selecting previously unselected package zip. [2021-07-14T07:18:26.752Z] #20 46.21 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-07-14T07:18:27.011Z] #20 46.22 Unpacking zip (3.0-11+b1) ... [2021-07-14T07:18:27.011Z] #20 46.46 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-07-14T07:18:27.270Z] #20 46.48 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-07-14T07:18:27.270Z] #20 46.49 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:27.270Z] #20 46.51 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-07-14T07:18:27.270Z] #20 46.53 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-07-14T07:18:27.270Z] #20 46.55 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:27.270Z] #20 46.56 Setting up uidmap (1:4.5-1.1) ... [2021-07-14T07:18:27.270Z] #20 46.57 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-07-14T07:18:27.270Z] #20 46.59 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:18:27.270Z] #20 46.60 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-07-14T07:18:27.270Z] #20 46.61 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-14T07:18:27.270Z] #20 46.63 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-07-14T07:18:27.270Z] #20 46.64 Setting up xxd (2:8.1.0875-5) ... [2021-07-14T07:18:27.270Z] #20 46.65 Setting up zip (3.0-11+b1) ... [2021-07-14T07:18:27.270Z] #20 46.67 Setting up vim-common (2:8.1.0875-5) ... [2021-07-14T07:18:27.486Z] #20 45.75 Setting up iptables (1.8.2-4) ... [2021-07-14T07:18:27.486Z] #20 45.79 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-07-14T07:18:27.486Z] #20 45.82 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-07-14T07:18:27.529Z] #20 46.70 Setting up bash-completion (1:2.8-6) ... [2021-07-14T07:18:27.750Z] #20 45.83 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-07-14T07:18:27.751Z] #20 45.84 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-07-14T07:18:27.751Z] #20 45.84 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-07-14T07:18:27.751Z] #20 45.85 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-07-14T07:18:27.751Z] #20 45.87 Setting up python3 (3.7.3-1) ... [2021-07-14T07:18:28.124Z] #20 44.13 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:28.124Z] #20 44.14 Setting up xz-utils (5.2.4-1) ... [2021-07-14T07:18:28.124Z] #20 44.16 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-07-14T07:18:28.124Z] #20 44.17 Setting up patch (2.7.6-3+deb10u1) ... [2021-07-14T07:18:28.124Z] #20 44.18 Setting up sudo (1.8.27-1+deb10u3) ... [2021-07-14T07:18:28.124Z] #20 44.24 invoke-rc.d: could not determine current runlevel [2021-07-14T07:18:28.124Z] #20 44.25 invoke-rc.d: policy-rc.d denied execution of start. [2021-07-14T07:18:28.124Z] #20 44.27 Setting up pigz (2.4-1) ... [2021-07-14T07:18:28.124Z] #20 44.28 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-07-14T07:18:28.125Z] #20 44.30 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-07-14T07:18:28.125Z] #20 44.33 Setting up python-pip-whl (18.1-5) ... [2021-07-14T07:18:28.125Z] #20 44.35 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-07-14T07:18:28.125Z] #20 44.36 Setting up vim-runtime (2:8.1.0875-5) ... [2021-07-14T07:18:28.279Z] #20 50.56 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:28.279Z] #20 50.58 Setting up xz-utils (5.2.4-1) ... [2021-07-14T07:18:28.279Z] #20 50.59 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-07-14T07:18:28.279Z] #20 50.61 Setting up patch (2.7.6-3+deb10u1) ... [2021-07-14T07:18:28.279Z] #20 50.62 Setting up sudo (1.8.27-1+deb10u3) ... [2021-07-14T07:18:28.279Z] #20 50.69 invoke-rc.d: could not determine current runlevel [2021-07-14T07:18:28.279Z] #20 50.70 invoke-rc.d: policy-rc.d denied execution of start. [2021-07-14T07:18:28.279Z] #20 50.71 Setting up pigz (2.4-1) ... [2021-07-14T07:18:28.279Z] #20 50.72 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-07-14T07:18:28.279Z] #20 50.74 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-07-14T07:18:28.279Z] #20 50.76 Setting up python-pip-whl (18.1-5) ... [2021-07-14T07:18:28.279Z] #20 50.77 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-07-14T07:18:28.279Z] #20 50.79 Setting up vim-runtime (2:8.1.0875-5) ... [2021-07-14T07:18:28.328Z] #20 46.44 Setting up python3-wheel (0.32.3-2) ... [2021-07-14T07:18:28.385Z] #20 44.69 Setting up libaio1:amd64 (0.3.112-3) ... [2021-07-14T07:18:28.385Z] #20 44.70 Setting up libonig5:amd64 (6.9.1-1) ... [2021-07-14T07:18:28.385Z] #20 44.71 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:28.385Z] #20 44.73 Setting up vim (2:8.1.0875-5) ... [2021-07-14T07:18:28.385Z] #20 44.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-07-14T07:18:28.385Z] #20 44.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-07-14T07:18:28.385Z] #20 44.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-07-14T07:18:28.385Z] #20 44.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-07-14T07:18:28.385Z] #20 44.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-07-14T07:18:28.385Z] #20 44.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-07-14T07:18:28.385Z] #20 44.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-07-14T07:18:28.385Z] #20 44.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-07-14T07:18:28.385Z] #20 44.80 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-14T07:18:28.385Z] #20 44.81 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-07-14T07:18:28.385Z] #20 44.83 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-07-14T07:18:28.385Z] #20 44.84 Setting up jq (1.5+dfsg-2+b1) ... [2021-07-14T07:18:28.385Z] #20 44.85 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-14T07:18:28.537Z] #20 51.15 Setting up libaio1:amd64 (0.3.112-3) ... [2021-07-14T07:18:28.537Z] #20 51.16 Setting up libonig5:amd64 (6.9.1-1) ... [2021-07-14T07:18:28.537Z] #20 51.17 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:28.537Z] #20 51.18 Setting up vim (2:8.1.0875-5) ... [2021-07-14T07:18:28.537Z] #20 51.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-07-14T07:18:28.646Z] #20 44.86 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:28.796Z] #20 51.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-07-14T07:18:28.796Z] #20 51.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-07-14T07:18:28.796Z] #20 51.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-07-14T07:18:28.796Z] #20 51.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-07-14T07:18:28.796Z] #20 51.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-07-14T07:18:28.796Z] #20 51.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-07-14T07:18:28.796Z] #20 51.23 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-07-14T07:18:28.796Z] #20 51.26 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-14T07:18:28.796Z] #20 51.28 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-07-14T07:18:28.796Z] #20 51.29 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-07-14T07:18:28.796Z] #20 51.30 Setting up jq (1.5+dfsg-2+b1) ... [2021-07-14T07:18:28.796Z] #20 51.32 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-14T07:18:28.796Z] #20 51.34 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:29.170Z] #20 47.17 Setting up apparmor (2.13.2-10) ... [2021-07-14T07:18:29.590Z] #20 ... [2021-07-14T07:18:29.590Z] [2021-07-14T07:18:29.590Z] #40 [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-07-14T07:18:29.590Z] #40 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:18:29.590Z] #40 173.5 + dpkg --print-architecture [2021-07-14T07:18:29.590Z] #40 173.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-07-14T07:18:29.614Z] #27 17.72 Reading package lists... [2021-07-14T07:18:29.851Z] #40 173.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-07-14T07:18:29.852Z] #40 173.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-07-14T07:18:30.065Z] #20 49.02 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:30.065Z] #20 49.03 Setting up xz-utils (5.2.4-1) ... [2021-07-14T07:18:30.065Z] #20 49.05 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-07-14T07:18:30.065Z] #20 49.07 Setting up patch (2.7.6-3+deb10u1) ... [2021-07-14T07:18:30.065Z] #20 49.08 Setting up sudo (1.8.27-1+deb10u3) ... [2021-07-14T07:18:30.065Z] #20 49.17 invoke-rc.d: could not determine current runlevel [2021-07-14T07:18:30.065Z] #20 49.18 invoke-rc.d: policy-rc.d denied execution of start. [2021-07-14T07:18:30.065Z] #20 49.18 Setting up pigz (2.4-1) ... [2021-07-14T07:18:30.065Z] #20 49.20 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-07-14T07:18:30.065Z] #20 49.21 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-07-14T07:18:30.065Z] #20 49.23 Setting up python-pip-whl (18.1-5) ... [2021-07-14T07:18:30.065Z] #20 49.24 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-07-14T07:18:30.065Z] #20 49.25 Setting up vim-runtime (2:8.1.0875-5) ... [2021-07-14T07:18:30.324Z] #20 49.57 Setting up libaio1:amd64 (0.3.112-3) ... [2021-07-14T07:18:30.324Z] #20 49.60 Setting up libonig5:amd64 (6.9.1-1) ... [2021-07-14T07:18:30.324Z] #20 49.61 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:30.324Z] #20 49.62 Setting up vim (2:8.1.0875-5) ... [2021-07-14T07:18:30.324Z] #20 49.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-07-14T07:18:30.324Z] #20 49.64 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-07-14T07:18:30.324Z] #20 49.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-07-14T07:18:30.324Z] #20 49.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-07-14T07:18:30.324Z] #20 49.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-07-14T07:18:30.324Z] #20 49.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-07-14T07:18:30.324Z] #20 49.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-07-14T07:18:30.324Z] #20 49.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-07-14T07:18:30.324Z] #20 49.70 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-14T07:18:30.583Z] #20 49.72 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-07-14T07:18:30.583Z] #20 49.73 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-07-14T07:18:30.583Z] #20 49.75 Setting up jq (1.5+dfsg-2+b1) ... [2021-07-14T07:18:30.583Z] #20 49.76 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-14T07:18:30.583Z] #20 49.78 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:31.098Z] #20 49.33 Setting up xfsprogs (4.20.0-1) ... [2021-07-14T07:18:31.098Z] #20 49.36 Setting up python3-lib2to3 (3.7.3-1) ... [2021-07-14T07:18:31.329Z] #20 53.66 Setting up iptables (1.8.2-4) ... [2021-07-14T07:18:31.329Z] #20 53.69 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-07-14T07:18:31.329Z] #20 53.69 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-07-14T07:18:31.329Z] #20 53.70 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-07-14T07:18:31.329Z] #20 53.70 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-07-14T07:18:31.329Z] #20 53.71 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-07-14T07:18:31.329Z] #20 53.71 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-07-14T07:18:31.329Z] #20 53.72 Setting up python3 (3.7.3-1) ... [2021-07-14T07:18:31.362Z] #20 49.71 Setting up python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:18:31.587Z] #20 54.11 Setting up python3-wheel (0.32.3-2) ... [2021-07-14T07:18:32.527Z] #20 54.81 Setting up apparmor (2.13.2-10) ... [2021-07-14T07:18:32.759Z] #20 50.79 Setting up python3-distutils (3.7.3-1) ... [2021-07-14T07:18:33.023Z] #20 51.24 Setting up python3-setuptools (40.8.0-1) ... [2021-07-14T07:18:33.119Z] #20 52.27 Setting up iptables (1.8.2-4) ... [2021-07-14T07:18:33.119Z] #20 52.29 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-07-14T07:18:33.119Z] #20 52.30 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-07-14T07:18:33.119Z] #20 52.31 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-07-14T07:18:33.119Z] #20 52.31 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-07-14T07:18:33.119Z] #20 52.32 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-07-14T07:18:33.119Z] #20 52.33 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-07-14T07:18:33.119Z] #20 52.34 Setting up python3 (3.7.3-1) ... [2021-07-14T07:18:33.379Z] #20 52.77 Setting up python3-wheel (0.32.3-2) ... [2021-07-14T07:18:33.907Z] #20 56.34 Setting up xfsprogs (4.20.0-1) ... [2021-07-14T07:18:33.907Z] #20 56.35 Setting up python3-lib2to3 (3.7.3-1) ... [2021-07-14T07:18:34.166Z] #20 56.69 Setting up python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:18:34.315Z] #20 53.33 Setting up apparmor (2.13.2-10) ... [2021-07-14T07:18:34.420Z] #20 52.55 Setting up python3-pip (18.1-5) ... [2021-07-14T07:18:34.619Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-07-14T07:18:34.619Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-b8178413\powershellScript.ps1'; exit $LASTEXITCODE; [2021-07-14T07:18:34.619Z] ---------------------------------------------------------------------------- [2021-07-14T07:18:34.619Z] [2021-07-14T07:18:34.619Z] INFO: executeCI.ps1 starting at Wed Jul 14 07:18:32 CUT 2021 [2021-07-14T07:18:34.619Z] [2021-07-14T07:18:34.619Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-07-14T07:18:34.619Z] INFO: Running git version 2.24.1.windows.2 [2021-07-14T07:18:34.619Z] INFO: Branch:fe_release Build:20295.1.210212-1600 [2021-07-14T07:18:34.619Z] INFO: Environment variables: [2021-07-14T07:18:34.619Z] [2021-07-14T07:18:34.619Z] Name Value [2021-07-14T07:18:34.619Z] ---- ----- [2021-07-14T07:18:34.619Z] ALLUSERSPROFILE C:\ProgramData [2021-07-14T07:18:34.619Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-07-14T07:18:34.619Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-07-14T07:18:34.619Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-07-14T07:18:34.619Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-07-14T07:18:34.620Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-07-14T07:18:34.620Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-07-14T07:18:34.620Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-07-14T07:18:34.620Z] BRANCH_NAME PR-42636 [2021-07-14T07:18:34.620Z] BUILD_DISPLAY_NAME #2 [2021-07-14T07:18:34.620Z] BUILD_ID 2 [2021-07-14T07:18:34.620Z] BUILD_NUMBER 2 [2021-07-14T07:18:34.620Z] BUILD_TAG jenkins-moby-PR-42636-2 [2021-07-14T07:18:34.620Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/2/ [2021-07-14T07:18:34.620Z] CHANGE_AUTHOR thaJeztah [2021-07-14T07:18:34.620Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-07-14T07:18:34.620Z] CHANGE_BRANCH update_containerd [2021-07-14T07:18:34.620Z] CHANGE_FORK thaJeztah/docker [2021-07-14T07:18:34.620Z] CHANGE_ID 42636 [2021-07-14T07:18:34.620Z] CHANGE_TARGET master [2021-07-14T07:18:34.620Z] CHANGE_TITLE Update containerd binary and vendor to v1.5.3 [2021-07-14T07:18:34.620Z] CHANGE_URL https://github.com/moby/moby/pull/42636 [2021-07-14T07:18:34.620Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-07-14T07:18:34.620Z] CommonProgramFiles C:\Program Files\Common Files [2021-07-14T07:18:34.620Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-07-14T07:18:34.620Z] CommonProgramW6432 C:\Program Files\Common Files [2021-07-14T07:18:34.620Z] COMPUTERNAME azwin-2-192b51 [2021-07-14T07:18:34.620Z] ComSpec C:\Windows\system32\cmd.exe [2021-07-14T07:18:34.620Z] ConfigSequenceNumber 0 [2021-07-14T07:18:34.620Z] DOCKER_BUILDKIT 0 [2021-07-14T07:18:34.620Z] DOCKER_DUT_DEBUG 1 [2021-07-14T07:18:34.620Z] DOCKER_EXPERIMENTAL 1 [2021-07-14T07:18:34.620Z] DOCKER_GRAPHDRIVER overlay2 [2021-07-14T07:18:34.620Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2021-07-14T07:18:34.620Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-07-14T07:18:34.620Z] EXECUTOR_NUMBER 0 [2021-07-14T07:18:34.620Z] FQDN azwin-2-192b51.westus.cloudapp.azure.com [2021-07-14T07:18:34.620Z] GIT_BRANCH PR-42636 [2021-07-14T07:18:34.620Z] GIT_COMMIT a9f6c49bceea7300bcdc9813e7ec56eab922d515 [2021-07-14T07:18:34.620Z] GIT_PREVIOUS_COMMIT 84df737f500a7d0074e97ea60bdfc02e5fe9be9f [2021-07-14T07:18:34.620Z] GIT_URL https://github.com/moby/moby.git [2021-07-14T07:18:34.620Z] HUDSON_COOKIE 3b56c3a7-e38c-48ef-9375-dea433726707 [2021-07-14T07:18:34.620Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-07-14T07:18:34.620Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-07-14T07:18:34.620Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-07-14T07:18:34.620Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-07-14T07:18:34.620Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-07-14T07:18:34.620Z] JENKINS_NODE_COOKIE c2cc703e-0cc0-4012-a6e6-85332e967b8f [2021-07-14T07:18:34.620Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-07-14T07:18:34.620Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-07-14T07:18:34.620Z] JOB_BASE_NAME PR-42636 [2021-07-14T07:18:34.620Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/display/redirect [2021-07-14T07:18:34.620Z] JOB_NAME moby/PR-42636 [2021-07-14T07:18:34.620Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/ [2021-07-14T07:18:34.620Z] library.jps.version master [2021-07-14T07:18:34.620Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-07-14T07:18:34.620Z] NODE_LABELS amd64 azure azwin-2-192b51 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-07-14T07:18:34.620Z] NODE_NAME azwin-2-192b51 [2021-07-14T07:18:34.620Z] NUMBER_OF_PROCESSORS 4 [2021-07-14T07:18:34.620Z] OS Windows_NT [2021-07-14T07:18:34.620Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-07-14T07:18:34.620Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-07-14T07:18:34.620Z] PROCESSOR_ARCHITECTURE AMD64 [2021-07-14T07:18:34.620Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-07-14T07:18:34.620Z] PROCESSOR_LEVEL 6 [2021-07-14T07:18:34.620Z] PROCESSOR_REVISION 5504 [2021-07-14T07:18:34.620Z] ProgramData C:\ProgramData [2021-07-14T07:18:34.620Z] ProgramFiles C:\Program Files [2021-07-14T07:18:34.620Z] ProgramFiles(x86) C:\Program Files (x86) [2021-07-14T07:18:34.620Z] ProgramW6432 C:\Program Files [2021-07-14T07:18:34.620Z] PROMPT $P$G [2021-07-14T07:18:34.620Z] PSExecutionPolicyPreference Bypass [2021-07-14T07:18:34.620Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-07-14T07:18:34.620Z] PUBLIC C:\Users\Public [2021-07-14T07:18:34.620Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/2/display/redirect?page=artif... [2021-07-14T07:18:34.620Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/2/display/redirect?page=changes [2021-07-14T07:18:34.620Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/2/display/redirect [2021-07-14T07:18:34.620Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42636/2/display/redirect?page=tests [2021-07-14T07:18:34.620Z] SKIP_VALIDATION_TESTS 1 [2021-07-14T07:18:34.620Z] SOURCES_DRIVE d [2021-07-14T07:18:34.620Z] SOURCES_SUBDIR gopath [2021-07-14T07:18:34.620Z] STAGE_NAME Run tests [2021-07-14T07:18:34.620Z] SystemDrive C: [2021-07-14T07:18:34.620Z] SystemRoot C:\Windows [2021-07-14T07:18:34.620Z] TEMP C:\Windows\TEMP [2021-07-14T07:18:34.620Z] TESTDEBUG 0 [2021-07-14T07:18:34.620Z] TESTRUN_DRIVE d [2021-07-14T07:18:34.620Z] TESTRUN_SUBDIR CI [2021-07-14T07:18:34.620Z] TIMEOUT 120m [2021-07-14T07:18:34.620Z] TMP C:\Windows\TEMP [2021-07-14T07:18:34.620Z] USERDOMAIN WORKGROUP [2021-07-14T07:18:34.620Z] USERNAME azwin-2-192b51$ [2021-07-14T07:18:34.620Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-07-14T07:18:34.620Z] windir C:\Windows [2021-07-14T07:18:34.620Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore/insider [2021-07-14T07:18:34.620Z] WINDOWS_BASE_IMAGE_TAG 10.0.20295.1 [2021-07-14T07:18:34.620Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-07-14T07:18:34.620Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-07-14T07:18:34.620Z] [2021-07-14T07:18:34.620Z] [2021-07-14T07:18:34.620Z] [2021-07-14T07:18:35.104Z] INFO: Sources under d:\gopath\... [2021-07-14T07:18:35.104Z] INFO: Test run under d:\CI\... [2021-07-14T07:18:35.104Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-07-14T07:18:35.104Z] INFO: docker/docker repository was found [2021-07-14T07:18:35.104Z] #20 57.45 Setting up python3-distutils (3.7.3-1) ... [2021-07-14T07:18:35.364Z] #20 57.86 Setting up python3-setuptools (40.8.0-1) ... [2021-07-14T07:18:35.372Z] #20 53.51 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:18:35.372Z] #20 53.56 Processing triggers for mime-support (3.62) ... [2021-07-14T07:18:35.592Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 from docker hub. This may take some time... [2021-07-14T07:18:36.076Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-07-14T07:18:36.220Z] #20 55.21 Setting up xfsprogs (4.20.0-1) ... [2021-07-14T07:18:36.220Z] #20 55.22 Setting up python3-lib2to3 (3.7.3-1) ... [2021-07-14T07:18:36.220Z] #20 55.58 Setting up python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:18:36.444Z] #40 ... [2021-07-14T07:18:36.444Z] [2021-07-14T07:18:36.444Z] #20 [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 aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-07-14T07:18:36.444Z] #20 sha256:f04c662d24b8b5c571e6ab470d5e053c58e500948a39c697e97c9bea6f6c39b4 [2021-07-14T07:18:36.444Z] #20 47.13 Setting up iptables (1.8.2-4) ... [2021-07-14T07:18:36.444Z] #20 47.14 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-07-14T07:18:36.444Z] #20 47.18 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-07-14T07:18:36.444Z] #20 47.19 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-07-14T07:18:36.444Z] #20 47.19 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-07-14T07:18:36.444Z] #20 47.20 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-07-14T07:18:36.444Z] #20 47.20 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-07-14T07:18:36.444Z] #20 47.21 Setting up python3 (3.7.3-1) ... [2021-07-14T07:18:36.444Z] #20 47.53 Setting up python3-wheel (0.32.3-2) ... [2021-07-14T07:18:36.444Z] #20 48.13 Setting up apparmor (2.13.2-10) ... [2021-07-14T07:18:36.444Z] #20 49.96 Setting up xfsprogs (4.20.0-1) ... [2021-07-14T07:18:36.444Z] #20 49.98 Setting up python3-lib2to3 (3.7.3-1) ... [2021-07-14T07:18:36.444Z] #20 50.32 Setting up python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:18:36.444Z] #20 51.12 Setting up python3-distutils (3.7.3-1) ... [2021-07-14T07:18:36.444Z] #20 51.52 Setting up python3-setuptools (40.8.0-1) ... [2021-07-14T07:18:36.444Z] #20 52.62 Setting up python3-pip (18.1-5) ... [2021-07-14T07:18:36.564Z] 29d5b6a226d2: Pulling fs layer [2021-07-14T07:18:36.679Z] 4612f6d0b889: Verifying Checksum [2021-07-14T07:18:36.679Z] 4612f6d0b889: Download complete [2021-07-14T07:18:36.743Z] #20 58.93 Setting up python3-pip (18.1-5) ... [2021-07-14T07:18:37.017Z] #20 53.42 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:18:37.157Z] #20 56.37 Setting up python3-distutils (3.7.3-1) ... [2021-07-14T07:18:37.278Z] #20 53.46 Processing triggers for mime-support (3.62) ... [2021-07-14T07:18:37.311Z] #20 59.82 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:18:37.311Z] #20 59.85 Processing triggers for mime-support (3.62) ... [2021-07-14T07:18:37.540Z] #20 DONE 53.8s [2021-07-14T07:18:37.540Z] [2021-07-14T07:18:37.540Z] #21 [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-07-14T07:18:37.540Z] #21 sha256:8efbf7e0131dc25a52a74797b4846faebe3f1cf32bc2aedf7204a9ae01ab6bbf [2021-07-14T07:18:37.676Z] #20 56.81 Setting up python3-setuptools (40.8.0-1) ... [2021-07-14T07:18:37.798Z] #27 24.89 Reading package lists... [2021-07-14T07:18:38.613Z] #20 57.74 Setting up python3-pip (18.1-5) ... [2021-07-14T07:18:38.691Z] #20 DONE 60.9s [2021-07-14T07:18:38.691Z] [2021-07-14T07:18:38.691Z] #21 [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-07-14T07:18:38.691Z] #21 sha256:8efbf7e0131dc25a52a74797b4846faebe3f1cf32bc2aedf7204a9ae01ab6bbf [2021-07-14T07:18:38.927Z] #21 1.635 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-07-14T07:18:39.167Z] #27 32.74 Building dependency tree... [2021-07-14T07:18:39.189Z] #21 1.639 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-07-14T07:18:39.189Z] #21 1.643 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-07-14T07:18:39.189Z] #21 DONE 1.7s [2021-07-14T07:18:39.189Z] [2021-07-14T07:18:39.189Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-07-14T07:18:39.189Z] #22 sha256:1da53a6ca04fdbb9ffa5d727ff225a41a0597097735f03efc995a369557c934e [2021-07-14T07:18:39.550Z] #20 58.69 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:18:39.550Z] #20 58.75 Processing triggers for mime-support (3.62) ... [2021-07-14T07:18:39.628Z] #21 1.026 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-07-14T07:18:39.629Z] #21 1.030 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-07-14T07:18:39.629Z] #21 1.034 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-07-14T07:18:39.629Z] #21 DONE 1.1s [2021-07-14T07:18:39.629Z] [2021-07-14T07:18:39.629Z] #40 [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-07-14T07:18:39.629Z] #40 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:18:39.629Z] #40 ... [2021-07-14T07:18:39.629Z] [2021-07-14T07:18:39.629Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-07-14T07:18:39.629Z] #22 sha256:1da53a6ca04fdbb9ffa5d727ff225a41a0597097735f03efc995a369557c934e [2021-07-14T07:18:40.538Z] #27 35.56 bzip2 is already the newest version (1.0.6-9.2~deb10u1). [2021-07-14T07:18:40.538Z] #27 35.56 libcap2-bin is already the newest version (1:2.25-2). [2021-07-14T07:18:40.538Z] #27 35.56 patch is already the newest version (2.7.6-3+deb10u1). [2021-07-14T07:18:40.538Z] #27 35.56 xz-utils is already the newest version (5.2.4-1). [2021-07-14T07:18:40.538Z] #27 35.56 The following additional packages will be installed: [2021-07-14T07:18:40.538Z] #27 35.56 libaio1 libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-07-14T07:18:40.538Z] #27 35.56 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-07-14T07:18:40.538Z] #27 35.57 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-07-14T07:18:40.538Z] #27 35.57 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-07-14T07:18:40.538Z] #27 35.57 python3.7 python3.7-minimal vim-runtime xxd [2021-07-14T07:18:40.538Z] #27 35.59 Suggested packages: [2021-07-14T07:18:40.538Z] #27 35.59 apparmor-profiles-extra apparmor-utils kmod gpm python3-doc python3-tk [2021-07-14T07:18:40.538Z] #27 35.59 python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-07-14T07:18:40.538Z] #27 35.59 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-07-14T07:18:40.538Z] #27 35.59 Recommended packages: [2021-07-14T07:18:40.538Z] #27 35.59 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-07-14T07:18:40.538Z] #27 35.59 python3-keyrings.alt python3-xdg unzip [2021-07-14T07:18:40.690Z] #20 DONE 57.9s [2021-07-14T07:18:40.690Z] [2021-07-14T07:18:40.690Z] #21 [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-07-14T07:18:40.690Z] #21 sha256:0fd2f11ec9d9b8e8dbf1075bce56e23b91e41ae8aaa5b8c3598348ed4f27b18b [2021-07-14T07:18:40.690Z] #21 ... [2021-07-14T07:18:40.690Z] [2021-07-14T07:18:40.690Z] #50 [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-07-14T07:18:40.690Z] #50 sha256:65eb8a504e721a0d13311dcfbcd2de595047b774349cd6d33c95272b70bc4ed9 [2021-07-14T07:18:40.690Z] #50 167.4 + /build/golangci-lint --version [2021-07-14T07:18:40.690Z] #50 167.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-07-14T07:18:40.690Z] #50 DONE 168.1s [2021-07-14T07:18:40.690Z] [2021-07-14T07:18:40.690Z] #21 [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-07-14T07:18:40.690Z] #21 sha256:0fd2f11ec9d9b8e8dbf1075bce56e23b91e41ae8aaa5b8c3598348ed4f27b18b [2021-07-14T07:18:40.928Z] #20 DONE 60.0s [2021-07-14T07:18:40.929Z] [2021-07-14T07:18:40.929Z] #21 [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-07-14T07:18:40.929Z] #21 sha256:8efbf7e0131dc25a52a74797b4846faebe3f1cf32bc2aedf7204a9ae01ab6bbf [2021-07-14T07:18:41.866Z] #21 1.032 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-07-14T07:18:41.866Z] #21 1.036 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-07-14T07:18:41.866Z] #21 1.040 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-07-14T07:18:41.866Z] #21 DONE 1.1s [2021-07-14T07:18:41.866Z] [2021-07-14T07:18:41.866Z] #50 [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-07-14T07:18:41.866Z] #50 sha256:337219f212bc588e04357e028bc09785c029067e744c58f7e1646250861891af [2021-07-14T07:18:41.866Z] #50 ... [2021-07-14T07:18:41.866Z] [2021-07-14T07:18:41.866Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-07-14T07:18:41.866Z] #22 sha256:1da53a6ca04fdbb9ffa5d727ff225a41a0597097735f03efc995a369557c934e [2021-07-14T07:18:41.909Z] #27 37.29 The following NEW packages will be installed: [2021-07-14T07:18:42.088Z] #21 1.925 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-07-14T07:18:42.088Z] #21 1.932 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-07-14T07:18:42.088Z] #21 1.964 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-07-14T07:18:42.166Z] #27 37.30 apparmor aufs-tools bash-completion iptables jq libaio1 libgpm2 libip4tc0 [2021-07-14T07:18:42.166Z] #27 37.30 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 libnetfilter-conntrack3 [2021-07-14T07:18:42.166Z] #27 37.30 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 [2021-07-14T07:18:42.167Z] #27 37.30 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline5 [2021-07-14T07:18:42.167Z] #27 37.30 net-tools pigz python-pip-whl python3 python3-distutils python3-lib2to3 [2021-07-14T07:18:42.167Z] #27 37.30 python3-minimal python3-pip python3-pkg-resources python3-setuptools [2021-07-14T07:18:42.167Z] #27 37.30 python3-wheel python3.7 python3.7-minimal sudo thin-provisioning-tools [2021-07-14T07:18:42.167Z] #27 37.30 uidmap vim vim-common vim-runtime xfsprogs xxd zip [2021-07-14T07:18:42.353Z] #21 DONE 2.4s [2021-07-14T07:18:42.353Z] [2021-07-14T07:18:42.353Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-07-14T07:18:42.353Z] #22 sha256:776ab94fc04de6e2ebb5c1c63a943895fe5b3993a39a86a70672a757c5971b62 [2021-07-14T07:18:42.424Z] #27 37.67 0 upgraded, 45 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:18:42.424Z] #27 37.67 Need to get 20.0 MB of archives. [2021-07-14T07:18:42.424Z] #27 37.67 After this operation, 82.5 MB of additional disk space will be used. [2021-07-14T07:18:42.424Z] #27 37.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-07-14T07:18:42.424Z] #27 37.67 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-07-14T07:18:42.424Z] #27 37.69 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-07-14T07:18:42.424Z] #27 37.74 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-07-14T07:18:42.424Z] #27 37.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-07-14T07:18:42.424Z] #27 37.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-07-14T07:18:42.424Z] #27 37.79 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-07-14T07:18:42.424Z] #27 37.80 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-07-14T07:18:42.424Z] #27 37.80 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-07-14T07:18:42.424Z] #27 37.81 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-07-14T07:18:42.424Z] #27 37.81 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-07-14T07:18:42.424Z] #27 37.81 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-07-14T07:18:42.424Z] #27 37.81 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-07-14T07:18:42.424Z] #27 37.81 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-07-14T07:18:42.424Z] #27 37.81 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-07-14T07:18:42.424Z] #27 37.81 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-07-14T07:18:42.424Z] #27 37.82 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-07-14T07:18:42.424Z] #27 37.83 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-07-14T07:18:42.424Z] #27 37.83 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-07-14T07:18:42.424Z] #27 37.83 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-07-14T07:18:42.424Z] #27 37.85 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-07-14T07:18:42.424Z] #27 37.85 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-07-14T07:18:42.424Z] #27 37.85 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-07-14T07:18:42.424Z] #27 37.86 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-07-14T07:18:42.424Z] #27 37.86 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-07-14T07:18:42.425Z] #27 37.86 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-07-14T07:18:42.425Z] #27 37.86 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-07-14T07:18:42.425Z] #27 37.86 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-07-14T07:18:42.425Z] #27 37.86 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-07-14T07:18:42.425Z] #27 37.87 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-07-14T07:18:42.425Z] #27 37.87 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-07-14T07:18:42.425Z] #27 37.87 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-07-14T07:18:42.425Z] #27 37.91 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-07-14T07:18:42.682Z] #27 37.91 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-07-14T07:18:42.682Z] #27 37.92 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-07-14T07:18:42.682Z] #27 37.92 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-07-14T07:18:42.682Z] #27 37.92 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-07-14T07:18:42.682Z] #27 37.93 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-07-14T07:18:42.682Z] #27 37.94 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-07-14T07:18:42.682Z] #27 37.96 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-07-14T07:18:42.682Z] #27 37.97 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-07-14T07:18:42.682Z] #27 37.98 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-07-14T07:18:42.939Z] #27 38.23 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-07-14T07:18:42.939Z] #27 38.26 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-07-14T07:18:42.939Z] #27 38.28 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-07-14T07:18:43.503Z] #27 38.90 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:18:43.760Z] #27 39.16 Fetched 20.0 MB in 1s (22.7 MB/s) [2021-07-14T07:18:43.760Z] #27 39.21 Selecting previously unselected package pigz. [2021-07-14T07:18:43.821Z] #22 4.396 Collecting yamllint==1.26.1 [2021-07-14T07:18:44.018Z] #27 39.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 ... 39111 files and directories currently installed.) [2021-07-14T07:18:44.018Z] #27 39.27 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-07-14T07:18:44.018Z] #27 39.28 Unpacking pigz (2.4-1) ... [2021-07-14T07:18:44.018Z] #27 39.34 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-07-14T07:18:44.018Z] #27 39.35 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:18:44.018Z] #27 39.36 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:44.275Z] #27 39.63 Selecting previously unselected package python3.7-minimal. [2021-07-14T07:18:44.275Z] #27 39.63 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:18:44.275Z] #27 39.65 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:18:44.488Z] #22 4.813 Collecting yamllint==1.26.1 [2021-07-14T07:18:44.760Z] #22 ... [2021-07-14T07:18:44.760Z] [2021-07-14T07:18:44.760Z] #40 [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-07-14T07:18:44.760Z] #40 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:18:44.760Z] #40 178.7 + dpkg --print-architecture [2021-07-14T07:18:44.760Z] #40 178.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-07-14T07:18:44.760Z] #40 179.1 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-07-14T07:18:44.760Z] #40 179.1 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-07-14T07:18:45.097Z] #27 40.22 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:45.097Z] #27 40.28 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-07-14T07:18:45.376Z] 29d5b6a226d2: Verifying Checksum [2021-07-14T07:18:45.376Z] 29d5b6a226d2: Download complete [2021-07-14T07:18:46.028Z] #27 41.17 Selecting previously unselected package python3-minimal. [2021-07-14T07:18:46.028Z] #27 41.17 (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 ... 39360 files and directories currently installed.) [2021-07-14T07:18:46.028Z] #27 41.22 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-07-14T07:18:46.028Z] #27 41.23 Unpacking python3-minimal (3.7.3-1) ... [2021-07-14T07:18:46.028Z] #27 41.28 Selecting previously unselected package libmpdec2:amd64. [2021-07-14T07:18:46.028Z] #27 41.29 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-07-14T07:18:46.028Z] #27 41.30 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-07-14T07:18:46.028Z] #27 41.37 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-07-14T07:18:46.028Z] #27 41.38 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:18:46.028Z] #27 41.39 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:46.583Z] #22 4.070 Collecting yamllint==1.26.1 [2021-07-14T07:18:46.592Z] #27 41.86 Selecting previously unselected package python3.7. [2021-07-14T07:18:46.592Z] #27 41.86 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-07-14T07:18:46.592Z] #27 41.87 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:46.592Z] #27 41.95 Selecting previously unselected package libpython3-stdlib:amd64. [2021-07-14T07:18:46.592Z] #27 41.96 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-07-14T07:18:46.592Z] #27 41.97 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-14T07:18:46.592Z] #27 42.10 Setting up python3-minimal (3.7.3-1) ... [2021-07-14T07:18:47.143Z] #22 4.404 Collecting yamllint==1.26.1 [2021-07-14T07:18:47.143Z] #22 ... [2021-07-14T07:18:47.143Z] [2021-07-14T07:18:47.143Z] #40 [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-07-14T07:18:47.143Z] #40 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:18:47.143Z] #40 181.0 + dpkg --print-architecture [2021-07-14T07:18:47.143Z] #40 181.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-07-14T07:18:47.143Z] #40 181.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-07-14T07:18:47.143Z] #40 181.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-07-14T07:18:47.522Z] #27 42.57 Selecting previously unselected package python3. [2021-07-14T07:18:47.523Z] #27 42.57 (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 ... 39772 files and directories currently installed.) [2021-07-14T07:18:47.523Z] #27 42.61 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-07-14T07:18:47.523Z] #27 42.62 Unpacking python3 (3.7.3-1) ... [2021-07-14T07:18:47.523Z] #27 42.70 Selecting previously unselected package libip4tc0:amd64. [2021-07-14T07:18:47.523Z] #27 42.71 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-07-14T07:18:47.523Z] #27 42.72 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:47.523Z] #27 42.78 Selecting previously unselected package libip6tc0:amd64. [2021-07-14T07:18:47.523Z] #27 42.79 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-07-14T07:18:47.523Z] #27 42.80 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:47.523Z] #27 42.86 Selecting previously unselected package libiptc0:amd64. [2021-07-14T07:18:47.523Z] #27 42.86 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-07-14T07:18:47.523Z] #27 42.87 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:47.523Z] #27 42.93 Selecting previously unselected package libnfnetlink0:amd64. [2021-07-14T07:18:47.523Z] #27 42.94 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-07-14T07:18:47.523Z] #27 42.95 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-07-14T07:18:47.780Z] #27 42.99 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-07-14T07:18:47.780Z] #27 43.01 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-07-14T07:18:47.780Z] #27 43.01 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-07-14T07:18:47.780Z] #27 43.08 Selecting previously unselected package libnftnl11:amd64. [2021-07-14T07:18:47.780Z] #27 43.08 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-07-14T07:18:47.780Z] #27 43.09 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-07-14T07:18:48.037Z] #27 43.15 Selecting previously unselected package iptables. [2021-07-14T07:18:48.037Z] #27 43.16 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-07-14T07:18:48.037Z] #27 43.17 Unpacking iptables (1.8.2-4) ... [2021-07-14T07:18:48.037Z] #27 43.36 Selecting previously unselected package xxd. [2021-07-14T07:18:48.037Z] #27 43.36 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-07-14T07:18:48.037Z] #27 43.37 Unpacking xxd (2:8.1.0875-5) ... [2021-07-14T07:18:48.294Z] #27 43.45 Selecting previously unselected package vim-common. [2021-07-14T07:18:48.294Z] #27 43.46 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-07-14T07:18:48.294Z] #27 43.48 Unpacking vim-common (2:8.1.0875-5) ... [2021-07-14T07:18:48.294Z] #27 43.61 Selecting previously unselected package bash-completion. [2021-07-14T07:18:48.294Z] #27 43.61 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-07-14T07:18:49.783Z] #22 10.18 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-07-14T07:18:50.033Z] #40 ... [2021-07-14T07:18:50.033Z] [2021-07-14T07:18:50.033Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-07-14T07:18:50.033Z] #22 sha256:1da53a6ca04fdbb9ffa5d727ff225a41a0597097735f03efc995a369557c934e [2021-07-14T07:18:50.033Z] #22 9.757 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-07-14T07:18:50.190Z] #27 45.12 Unpacking bash-completion (1:2.8-6) ... [2021-07-14T07:18:50.190Z] #27 45.38 Selecting previously unselected package apparmor. [2021-07-14T07:18:50.190Z] #27 45.39 Preparing to unpack .../11-apparmor_2.13.2-10_amd64.deb ... [2021-07-14T07:18:50.190Z] #27 45.45 Unpacking apparmor (2.13.2-10) ... [2021-07-14T07:18:50.190Z] #27 45.68 Selecting previously unselected package aufs-tools. [2021-07-14T07:18:50.292Z] #22 10.84 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-07-14T07:18:50.292Z] #22 10.88 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-07-14T07:18:50.355Z] #22 11.17 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-07-14T07:18:50.355Z] #22 11.21 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-07-14T07:18:50.355Z] #22 11.25 Collecting pyyaml (from yamllint==1.26.1) [2021-07-14T07:18:50.446Z] #27 45.68 Preparing to unpack .../12-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-07-14T07:18:50.446Z] #27 45.69 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-07-14T07:18:50.446Z] #27 45.78 Selecting previously unselected package libonig5:amd64. [2021-07-14T07:18:50.447Z] #27 45.80 Preparing to unpack .../13-libonig5_6.9.1-1_amd64.deb ... [2021-07-14T07:18:50.447Z] #27 45.80 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-07-14T07:18:50.552Z] #22 10.92 Collecting pyyaml (from yamllint==1.26.1) [2021-07-14T07:18:50.552Z] #22 11.13 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-07-14T07:18:50.617Z] #22 11.41 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-07-14T07:18:50.704Z] #27 45.90 Selecting previously unselected package libjq1:amd64. [2021-07-14T07:18:50.704Z] #27 45.91 Preparing to unpack .../14-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-07-14T07:18:50.704Z] #27 45.92 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-14T07:18:50.704Z] #27 46.01 Selecting previously unselected package jq. [2021-07-14T07:18:50.704Z] #27 46.02 Preparing to unpack .../15-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-07-14T07:18:50.704Z] #27 46.03 Unpacking jq (1.5+dfsg-2+b1) ... [2021-07-14T07:18:50.704Z] #27 46.10 Selecting previously unselected package libaio1:amd64. [2021-07-14T07:18:50.814Z] #22 11.41 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-07-14T07:18:50.879Z] #22 11.64 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-07-14T07:18:50.879Z] #22 11.64 Building wheels for collected packages: yamllint [2021-07-14T07:18:50.879Z] #22 11.64 Running setup.py bdist_wheel for yamllint: started [2021-07-14T07:18:50.961Z] #27 46.12 Preparing to unpack .../16-libaio1_0.3.112-3_amd64.deb ... [2021-07-14T07:18:50.961Z] #27 46.12 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-07-14T07:18:50.961Z] #27 46.17 Selecting previously unselected package libgpm2:amd64. [2021-07-14T07:18:50.961Z] #27 46.18 Preparing to unpack .../17-libgpm2_1.20.7-5_amd64.deb ... [2021-07-14T07:18:50.961Z] #27 46.18 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-07-14T07:18:50.961Z] #27 46.24 Selecting previously unselected package libnet1:amd64. [2021-07-14T07:18:50.961Z] #27 46.24 Preparing to unpack .../18-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-07-14T07:18:50.961Z] #27 46.25 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:18:50.961Z] #27 46.32 Selecting previously unselected package libnl-3-200:amd64. [2021-07-14T07:18:50.961Z] #27 46.34 Preparing to unpack .../19-libnl-3-200_3.4.0-1_amd64.deb ... [2021-07-14T07:18:50.961Z] #27 46.34 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-07-14T07:18:50.961Z] #27 46.40 Selecting previously unselected package libprotobuf-c1:amd64. [2021-07-14T07:18:50.961Z] #27 46.41 Preparing to unpack .../20-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-07-14T07:18:50.961Z] #27 46.42 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-14T07:18:51.108Z] #22 11.41 Building wheels for collected packages: yamllint [2021-07-14T07:18:51.108Z] #22 11.41 Running setup.py bdist_wheel for yamllint: started [2021-07-14T07:18:51.218Z] #27 46.46 Selecting previously unselected package libreadline5:amd64. [2021-07-14T07:18:51.218Z] #27 46.48 Preparing to unpack .../21-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-07-14T07:18:51.218Z] #27 46.48 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-07-14T07:18:51.218Z] #27 46.56 Selecting previously unselected package net-tools. [2021-07-14T07:18:51.218Z] #27 46.57 Preparing to unpack .../22-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-07-14T07:18:51.218Z] #27 46.58 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-07-14T07:18:51.218Z] #27 46.72 Selecting previously unselected package python-pip-whl. [2021-07-14T07:18:51.453Z] #22 12.39 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-07-14T07:18:51.453Z] #22 12.39 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-07-14T07:18:51.453Z] #22 12.43 Successfully built yamllint [2021-07-14T07:18:51.453Z] #22 12.44 Installing collected packages: pathspec, pyyaml, yamllint [2021-07-14T07:18:51.476Z] #27 46.74 Preparing to unpack .../23-python-pip-whl_18.1-5_all.deb ... [2021-07-14T07:18:51.476Z] #27 46.75 Unpacking python-pip-whl (18.1-5) ... [2021-07-14T07:18:51.714Z] #22 ... [2021-07-14T07:18:51.714Z] [2021-07-14T07:18:51.714Z] #40 [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-07-14T07:18:51.714Z] #40 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:18:51.714Z] #40 DONE 195.6s [2021-07-14T07:18:51.733Z] #27 47.09 Selecting previously unselected package python3-lib2to3. [2021-07-14T07:18:51.733Z] #27 47.10 Preparing to unpack .../24-python3-lib2to3_3.7.3-1_all.deb ... [2021-07-14T07:18:51.733Z] #27 47.11 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-07-14T07:18:51.898Z] #22 9.367 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-07-14T07:18:51.976Z] [2021-07-14T07:18:51.976Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-07-14T07:18:51.976Z] #22 sha256:1da53a6ca04fdbb9ffa5d727ff225a41a0597097735f03efc995a369557c934e [2021-07-14T07:18:51.976Z] #22 12.75 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-07-14T07:18:51.990Z] #27 47.18 Selecting previously unselected package python3-distutils. [2021-07-14T07:18:51.990Z] #27 47.19 Preparing to unpack .../25-python3-distutils_3.7.3-1_all.deb ... [2021-07-14T07:18:51.990Z] #27 47.20 Unpacking python3-distutils (3.7.3-1) ... [2021-07-14T07:18:51.990Z] #27 47.29 Selecting previously unselected package python3-pip. [2021-07-14T07:18:51.990Z] #27 47.31 Preparing to unpack .../26-python3-pip_18.1-5_all.deb ... [2021-07-14T07:18:51.990Z] #27 47.31 Unpacking python3-pip (18.1-5) ... [2021-07-14T07:18:52.086Z] #22 12.48 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-07-14T07:18:52.086Z] #22 12.48 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-07-14T07:18:52.086Z] #22 12.53 Successfully built yamllint [2021-07-14T07:18:52.086Z] #22 12.55 Installing collected packages: pathspec, pyyaml, yamllint [2021-07-14T07:18:52.238Z] #22 DONE 13.1s [2021-07-14T07:18:52.238Z] [2021-07-14T07:18:52.238Z] #54 [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-07-14T07:18:52.238Z] #54 sha256:91b4ffea1cc8b16a1e6f538889afb5da04a0efad7a04339a8bad627839a9a3a5 [2021-07-14T07:18:52.238Z] #54 ... [2021-07-14T07:18:52.238Z] [2021-07-14T07:18:52.238Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-07-14T07:18:52.238Z] #25 sha256:3e123c3a3c5499df662a5af52514772d5a0a996e1fdf8abcae85444cece5ec4d [2021-07-14T07:18:52.247Z] #27 47.42 Selecting previously unselected package python3-pkg-resources. [2021-07-14T07:18:52.247Z] #27 47.44 Preparing to unpack .../27-python3-pkg-resources_40.8.0-1_all.deb ... [2021-07-14T07:18:52.247Z] #27 47.44 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:18:52.248Z] #27 47.54 Selecting previously unselected package python3-setuptools. [2021-07-14T07:18:52.248Z] #27 47.54 Preparing to unpack .../28-python3-setuptools_40.8.0-1_all.deb ... [2021-07-14T07:18:52.248Z] #27 47.55 Unpacking python3-setuptools (40.8.0-1) ... [2021-07-14T07:18:52.356Z] #22 12.86 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-07-14T07:18:52.417Z] #40 ... [2021-07-14T07:18:52.417Z] [2021-07-14T07:18:52.417Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-07-14T07:18:52.417Z] #22 sha256:1da53a6ca04fdbb9ffa5d727ff225a41a0597097735f03efc995a369557c934e [2021-07-14T07:18:52.417Z] #22 9.738 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-07-14T07:18:52.476Z] #22 10.27 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-07-14T07:18:52.476Z] #22 10.32 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-07-14T07:18:52.476Z] #22 10.38 Collecting pyyaml (from yamllint==1.26.1) [2021-07-14T07:18:52.504Z] #27 47.69 Selecting previously unselected package python3-wheel. [2021-07-14T07:18:52.504Z] #27 47.70 Preparing to unpack .../29-python3-wheel_0.32.3-2_all.deb ... [2021-07-14T07:18:52.504Z] #27 47.71 Unpacking python3-wheel (0.32.3-2) ... [2021-07-14T07:18:52.504Z] #27 47.77 Selecting previously unselected package sudo. [2021-07-14T07:18:52.504Z] #27 47.78 Preparing to unpack .../30-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-07-14T07:18:52.504Z] #27 47.79 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-07-14T07:18:52.677Z] #22 10.74 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-07-14T07:18:52.677Z] #22 10.78 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-07-14T07:18:52.677Z] #22 10.82 Collecting pyyaml (from yamllint==1.26.1) [2021-07-14T07:18:52.677Z] #22 11.00 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-07-14T07:18:52.740Z] #22 10.56 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-07-14T07:18:52.812Z] #25 DONE 0.5s [2021-07-14T07:18:52.812Z] [2021-07-14T07:18:52.812Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-07-14T07:18:52.812Z] #30 sha256:bb4313bcbd93b050ccab1075a2478878e0c2d77d25bee508cbd686bbc966904a [2021-07-14T07:18:53.018Z] #27 48.13 Selecting previously unselected package thin-provisioning-tools. [2021-07-14T07:18:53.018Z] #27 48.14 Preparing to unpack .../31-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-07-14T07:18:53.018Z] #27 48.15 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-07-14T07:18:53.018Z] #27 48.29 Selecting previously unselected package uidmap. [2021-07-14T07:18:53.018Z] #27 48.29 Preparing to unpack .../32-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-07-14T07:18:53.018Z] #27 48.30 Unpacking uidmap (1:4.5-1.1) ... [2021-07-14T07:18:53.018Z] #27 48.37 Selecting previously unselected package vim-runtime. [2021-07-14T07:18:53.018Z] #27 48.38 Preparing to unpack .../33-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-07-14T07:18:53.245Z] #22 11.23 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-07-14T07:18:53.245Z] #22 11.23 Building wheels for collected packages: yamllint [2021-07-14T07:18:53.245Z] #22 11.23 Running setup.py bdist_wheel for yamllint: started [2021-07-14T07:18:53.274Z] #27 48.41 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-07-14T07:18:53.274Z] #27 48.44 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-07-14T07:18:53.274Z] #27 48.45 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-07-14T07:18:53.294Z] #22 DONE 13.5s [2021-07-14T07:18:53.294Z] [2021-07-14T07:18:53.294Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-07-14T07:18:53.294Z] #25 sha256:c8044e4e1efd2e57250da37d60da5e974345900c31f5cf03b8a15d80a5201244 [2021-07-14T07:18:53.294Z] #25 DONE 0.3s [2021-07-14T07:18:53.294Z] [2021-07-14T07:18:53.294Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-07-14T07:18:53.294Z] #30 sha256:8660a19a62abc5831b66e7ecbab96d606a11158573868142a9777ccb841df53e [2021-07-14T07:18:53.317Z] #22 11.12 Installing build dependencies: started [2021-07-14T07:18:54.183Z] #22 12.29 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-07-14T07:18:54.183Z] #22 12.30 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-07-14T07:18:54.183Z] #22 12.34 Successfully built yamllint [2021-07-14T07:18:54.183Z] #22 12.36 Installing collected packages: pathspec, pyyaml, yamllint [2021-07-14T07:18:54.442Z] #22 12.66 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-07-14T07:18:55.180Z] #27 50.09 Selecting previously unselected package vim. [2021-07-14T07:18:55.180Z] #27 50.10 Preparing to unpack .../34-vim_2%3a8.1.0875-5_amd64.deb ... [2021-07-14T07:18:55.180Z] #27 50.11 Unpacking vim (2:8.1.0875-5) ... [2021-07-14T07:18:55.180Z] #27 50.44 Selecting previously unselected package xfsprogs. [2021-07-14T07:18:55.180Z] #27 50.46 Preparing to unpack .../35-xfsprogs_4.20.0-1_amd64.deb ... [2021-07-14T07:18:55.180Z] #27 50.47 Unpacking xfsprogs (4.20.0-1) ... [2021-07-14T07:18:55.382Z] #22 DONE 13.3s [2021-07-14T07:18:55.382Z] [2021-07-14T07:18:55.382Z] #54 [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-07-14T07:18:55.382Z] #54 sha256:88219efd5e314fb5934301e89e9ed6bb5ba93b2aad2d324548ab9e24c10e6752 [2021-07-14T07:18:55.382Z] #54 ... [2021-07-14T07:18:55.382Z] [2021-07-14T07:18:55.382Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-07-14T07:18:55.382Z] #25 sha256:e0745890cc24a9a5540c90c2482808984f4a64470b876433dc91219cca40a4fb [2021-07-14T07:18:55.438Z] #27 50.74 Selecting previously unselected package zip. [2021-07-14T07:18:55.438Z] #27 50.75 Preparing to unpack .../36-zip_3.0-11+b1_amd64.deb ... [2021-07-14T07:18:55.438Z] #27 50.76 Unpacking zip (3.0-11+b1) ... [2021-07-14T07:18:55.646Z] #25 DONE 0.6s [2021-07-14T07:18:55.646Z] [2021-07-14T07:18:55.646Z] #40 [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-07-14T07:18:55.646Z] #40 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:18:55.695Z] #27 50.88 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-07-14T07:18:55.695Z] #27 50.90 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-07-14T07:18:55.695Z] #27 50.92 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:55.695Z] #27 50.93 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-07-14T07:18:55.695Z] #27 50.95 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-07-14T07:18:55.695Z] #27 50.97 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:55.695Z] #27 50.99 Setting up uidmap (1:4.5-1.1) ... [2021-07-14T07:18:55.695Z] #27 51.01 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-07-14T07:18:55.695Z] #27 51.02 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-07-14T07:18:55.695Z] #27 51.03 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-07-14T07:18:55.695Z] #27 51.04 Setting up xxd (2:8.1.0875-5) ... [2021-07-14T07:18:55.695Z] #27 51.06 Setting up zip (3.0-11+b1) ... [2021-07-14T07:18:55.695Z] #27 51.07 Setting up vim-common (2:8.1.0875-5) ... [2021-07-14T07:18:55.695Z] #27 51.09 Setting up bash-completion (1:2.8-6) ... [2021-07-14T07:18:55.906Z] #40 ... [2021-07-14T07:18:55.906Z] [2021-07-14T07:18:55.906Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-07-14T07:18:55.906Z] #30 sha256:bcd0acf5fe702a289bb53a696339a0d95a30c061cf2b211ab0029b5fab712d9d [2021-07-14T07:18:57.590Z] #27 52.62 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-07-14T07:18:57.590Z] #27 52.63 Setting up sudo (1.8.27-1+deb10u3) ... [2021-07-14T07:18:57.590Z] #27 52.69 invoke-rc.d: could not determine current runlevel [2021-07-14T07:18:57.590Z] #27 52.70 invoke-rc.d: policy-rc.d denied execution of start. [2021-07-14T07:18:57.590Z] #27 52.71 Setting up pigz (2.4-1) ... [2021-07-14T07:18:57.590Z] #27 52.73 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-07-14T07:18:57.590Z] #27 52.74 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-07-14T07:18:57.590Z] #27 52.77 Setting up python-pip-whl (18.1-5) ... [2021-07-14T07:18:57.590Z] #27 52.78 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-07-14T07:18:57.590Z] #27 52.80 Setting up vim-runtime (2:8.1.0875-5) ... [2021-07-14T07:18:57.847Z] #27 53.06 Setting up libaio1:amd64 (0.3.112-3) ... [2021-07-14T07:18:57.847Z] #27 53.08 Setting up libonig5:amd64 (6.9.1-1) ... [2021-07-14T07:18:57.847Z] #27 53.09 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:57.847Z] #27 53.11 Setting up vim (2:8.1.0875-5) ... [2021-07-14T07:18:57.847Z] #27 53.12 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-07-14T07:18:57.847Z] #27 53.13 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-07-14T07:18:57.847Z] #27 53.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-07-14T07:18:57.847Z] #27 53.14 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-07-14T07:18:57.847Z] #27 53.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-07-14T07:18:57.847Z] #27 53.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-07-14T07:18:57.847Z] #27 53.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-07-14T07:18:57.848Z] #27 53.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-07-14T07:18:57.848Z] #27 53.19 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-07-14T07:18:57.848Z] #27 53.20 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-07-14T07:18:57.848Z] #27 53.22 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-07-14T07:18:57.848Z] #27 53.23 Setting up jq (1.5+dfsg-2+b1) ... [2021-07-14T07:18:58.105Z] #27 53.24 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-07-14T07:18:58.105Z] #27 53.25 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-07-14T07:18:58.564Z] #30 DONE 4.4s [2021-07-14T07:18:58.564Z] [2021-07-14T07:18:58.564Z] #50 [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-07-14T07:18:58.564Z] #50 sha256:881803e4c9b3fe60559596b749fbe452cc6c1f6426e641f05f48f0a1df60f760 [2021-07-14T07:18:58.564Z] #50 ... [2021-07-14T07:18:58.564Z] [2021-07-14T07:18:58.564Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-07-14T07:18:58.564Z] #33 sha256:3a4b8b0afbb0923ab51c8f129f31c7f247b59d770f352a05dbe22989e0f0f7c5 [2021-07-14T07:18:58.564Z] #33 DONE 0.3s [2021-07-14T07:18:58.564Z] [2021-07-14T07:18:58.564Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-07-14T07:18:58.564Z] #35 sha256:8da43c8d0d2aad12529264d1ce6f24e45441c76986d76d13ca5499e747386241 [2021-07-14T07:18:58.564Z] #35 DONE 0.1s [2021-07-14T07:18:58.564Z] [2021-07-14T07:18:58.564Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-07-14T07:18:58.564Z] #38 sha256:4f186db6f3a4cd133c14d1d21000bdfc6dbe09f964af098c466a7dbb33db35d0 [2021-07-14T07:18:58.564Z] #38 DONE 0.0s [2021-07-14T07:18:58.564Z] [2021-07-14T07:18:58.564Z] #50 [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-07-14T07:18:58.564Z] #50 sha256:881803e4c9b3fe60559596b749fbe452cc6c1f6426e641f05f48f0a1df60f760 [2021-07-14T07:18:59.405Z] #30 DONE 5.7s [2021-07-14T07:18:59.405Z] [2021-07-14T07:18:59.405Z] #50 [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-07-14T07:18:59.405Z] #50 sha256:f25386ae4fce9e769da1fb0ef63f927d9223c9e6be2b128faf437d5a9a6f5112 [2021-07-14T07:18:59.405Z] #50 197.0 + /build/golangci-lint --version [2021-07-14T07:18:59.405Z] #50 197.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-07-14T07:18:59.405Z] #50 DONE 202.9s [2021-07-14T07:18:59.405Z] [2021-07-14T07:18:59.405Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-07-14T07:18:59.405Z] #33 sha256:1ef300ff1ff6b0c69a41587fd5aeabf88ec9200cc4c95ebaa20aaddaeb20e541 [2021-07-14T07:18:59.405Z] #33 DONE 0.5s [2021-07-14T07:18:59.405Z] [2021-07-14T07:18:59.405Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-07-14T07:18:59.405Z] #35 sha256:6fedbceb2cddb06494b22993d40f1d343ab469aadc22a3fb25cccf88576cd89e [2021-07-14T07:18:59.405Z] #35 DONE 0.1s [2021-07-14T07:18:59.405Z] [2021-07-14T07:18:59.405Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-07-14T07:18:59.405Z] #38 sha256:36bfb7677764a757ecbb14841f26f3f667ce69bed77dd8802e1e224df10d8cd8 [2021-07-14T07:18:59.405Z] #38 DONE 0.1s [2021-07-14T07:18:59.405Z] [2021-07-14T07:18:59.405Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-07-14T07:18:59.405Z] #41 sha256:9200aef91c39486183364d845a37fdee42146dc417f67a5468dbd7ffaf64cef8 [2021-07-14T07:18:59.473Z] #27 54.60 Setting up iptables (1.8.2-4) ... [2021-07-14T07:18:59.473Z] #27 54.62 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-07-14T07:18:59.473Z] #27 54.63 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-07-14T07:18:59.473Z] #27 54.63 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-07-14T07:18:59.473Z] #27 54.64 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-07-14T07:18:59.473Z] #27 54.64 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-07-14T07:18:59.473Z] #27 54.65 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-07-14T07:18:59.473Z] #27 54.65 Setting up python3 (3.7.3-1) ... [2021-07-14T07:18:59.730Z] #27 54.98 Setting up python3-wheel (0.32.3-2) ... [2021-07-14T07:18:59.986Z] #27 55.37 Setting up apparmor (2.13.2-10) ... [2021-07-14T07:18:59.986Z] #41 DONE 0.8s [2021-07-14T07:18:59.986Z] [2021-07-14T07:18:59.986Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-07-14T07:18:59.986Z] #45 sha256:a7dfdc7d49c0d1502284f8556f49d54caeeba7cb91e71e1df2713ead73fa3017 [2021-07-14T07:18:59.986Z] #45 DONE 0.2s [2021-07-14T07:18:59.986Z] [2021-07-14T07:18:59.986Z] #54 [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-07-14T07:18:59.986Z] #54 sha256:91b4ffea1cc8b16a1e6f538889afb5da04a0efad7a04339a8bad627839a9a3a5 [2021-07-14T07:19:00.252Z] #54 ... [2021-07-14T07:19:00.252Z] [2021-07-14T07:19:00.252Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-07-14T07:19:00.252Z] #47 sha256:48ccf13b02c66f5172145980fda3ab84e75e95f0d81af9427b558a94d789c11b [2021-07-14T07:19:00.252Z] #47 DONE 0.2s [2021-07-14T07:19:00.252Z] [2021-07-14T07:19:00.252Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-07-14T07:19:00.252Z] #49 sha256:087028b539efd9e2ee71ecc63e33bb84699ff982e9d7e95a870f7f381b8d9d2c [2021-07-14T07:19:00.514Z] #49 DONE 0.2s [2021-07-14T07:19:00.514Z] [2021-07-14T07:19:00.514Z] #57 [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-07-14T07:19:00.514Z] #57 sha256:3dd5791a67567ba26079945bdaf41831e2291dc22c96d196f82aa14e2d935d2f [2021-07-14T07:19:00.776Z] #57 ... [2021-07-14T07:19:00.776Z] [2021-07-14T07:19:00.776Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-07-14T07:19:00.776Z] #51 sha256:1fdd9a76d17a94504d09a8b08b9ac44ce0ace6583ebd03ee049e6e716f5b2748 [2021-07-14T07:19:01.349Z] #51 DONE 0.6s [2021-07-14T07:19:01.349Z] [2021-07-14T07:19:01.349Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-07-14T07:19:01.349Z] #53 sha256:dda85409223f910c97261fcc5fca8057c30aaa3eeaa7f2a5ce48095994b4c80d [2021-07-14T07:19:01.353Z] #27 56.59 Setting up xfsprogs (4.20.0-1) ... [2021-07-14T07:19:01.353Z] #27 56.60 Setting up python3-lib2to3 (3.7.3-1) ... [2021-07-14T07:19:01.609Z] #27 56.84 Setting up python3-pkg-resources (40.8.0-1) ... [2021-07-14T07:19:01.611Z] #53 DONE 0.1s [2021-07-14T07:19:01.611Z] [2021-07-14T07:19:01.611Z] #57 [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-07-14T07:19:01.611Z] #57 sha256:3dd5791a67567ba26079945bdaf41831e2291dc22c96d196f82aa14e2d935d2f [2021-07-14T07:19:02.173Z] #27 57.31 Setting up python3-distutils (3.7.3-1) ... [2021-07-14T07:19:02.430Z] #27 57.61 Setting up python3-setuptools (40.8.0-1) ... [2021-07-14T07:19:02.494Z] #30 DONE 6.4s [2021-07-14T07:19:02.494Z] [2021-07-14T07:19:02.494Z] #50 [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-07-14T07:19:02.494Z] #50 sha256:337219f212bc588e04357e028bc09785c029067e744c58f7e1646250861891af [2021-07-14T07:19:02.494Z] #50 ... [2021-07-14T07:19:02.494Z] [2021-07-14T07:19:02.494Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-07-14T07:19:02.494Z] #33 sha256:73881c1408defc77ccb0cbde4be0ddbfd0c2d343b7e7f2f2e4057178132ad245 [2021-07-14T07:19:02.753Z] #33 DONE 0.5s [2021-07-14T07:19:02.753Z] [2021-07-14T07:19:02.753Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-07-14T07:19:02.753Z] #35 sha256:9925a0e5e32f8a08ae47433c060d046b7f20f9664c9442cca4b3a39da5d30a23 [2021-07-14T07:19:02.754Z] #50 ... [2021-07-14T07:19:02.754Z] [2021-07-14T07:19:02.754Z] #40 [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-07-14T07:19:02.754Z] #40 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:19:02.754Z] #40 DONE 199.7s [2021-07-14T07:19:02.754Z] [2021-07-14T07:19:02.754Z] #50 [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-07-14T07:19:02.754Z] #50 sha256:881803e4c9b3fe60559596b749fbe452cc6c1f6426e641f05f48f0a1df60f760 [2021-07-14T07:19:02.994Z] #27 58.24 Setting up python3-pip (18.1-5) ... [2021-07-14T07:19:03.013Z] #35 DONE 0.3s [2021-07-14T07:19:03.013Z] [2021-07-14T07:19:03.013Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-07-14T07:19:03.013Z] #38 sha256:0c3a2ac7675244cce3c982a9560493160f87140f546e27edb5a3394370bf402c [2021-07-14T07:19:03.272Z] #38 DONE 0.2s [2021-07-14T07:19:03.272Z] [2021-07-14T07:19:03.272Z] #54 [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-07-14T07:19:03.272Z] #54 sha256:88219efd5e314fb5934301e89e9ed6bb5ba93b2aad2d324548ab9e24c10e6752 [2021-07-14T07:19:03.531Z] #54 ... [2021-07-14T07:19:03.531Z] [2021-07-14T07:19:03.531Z] #40 [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-07-14T07:19:03.531Z] #40 sha256:046651d9cb1e7ef173a77f8638b09f48585f1fb53a8233a6e751c5585e1ee34e [2021-07-14T07:19:03.531Z] #40 DONE 200.0s [2021-07-14T07:19:03.539Z] #22 ... [2021-07-14T07:19:03.539Z] [2021-07-14T07:19:03.539Z] #57 [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-07-14T07:19:03.539Z] #57 sha256:736e7a0ca3e6ae67d3616995c38f45ab45e9d68e0e116e58fc8b65833ed0b432 [2021-07-14T07:19:03.539Z] #57 145.4 + bin/containerd [2021-07-14T07:19:03.558Z] #27 58.83 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:19:03.558Z] #27 58.88 Processing triggers for mime-support (3.62) ... [2021-07-14T07:19:03.790Z] [2021-07-14T07:19:03.790Z] #54 [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-07-14T07:19:03.790Z] #54 sha256:88219efd5e314fb5934301e89e9ed6bb5ba93b2aad2d324548ab9e24c10e6752 [2021-07-14T07:19:04.488Z] #27 DONE 59.9s [2021-07-14T07:19:04.488Z] [2021-07-14T07:19:04.488Z] #28 [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-07-14T07:19:04.488Z] #28 sha256:a45e7209b2f929bd117a592ad38f1f7c90a60916717c0136759ed74167d43d91 [2021-07-14T07:19:04.656Z] #50 201.8 + /build/golangci-lint --version [2021-07-14T07:19:04.656Z] #50 202.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-07-14T07:19:04.656Z] #50 DONE 202.2s [2021-07-14T07:19:04.656Z] [2021-07-14T07:19:04.656Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-07-14T07:19:04.656Z] #41 sha256:ef666fdfc1dfad1647b6238ddd6aa9af4aaa2a425d4050bd97f93d93922a5776 [2021-07-14T07:19:04.656Z] #41 DONE 0.3s [2021-07-14T07:19:04.656Z] [2021-07-14T07:19:04.656Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-07-14T07:19:04.656Z] #45 sha256:e1b48fa29ce177e9136654ab7097d0594ae538c266d585557e4ecbca22c84642 [2021-07-14T07:19:04.656Z] #45 DONE 0.1s [2021-07-14T07:19:04.656Z] [2021-07-14T07:19:04.656Z] #54 [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-07-14T07:19:04.656Z] #54 sha256:abb50e531a324c2494e1c69c6eb65dcdc6486ab7fd2059b523956a7c1fa37e2e [2021-07-14T07:19:04.726Z] #54 ... [2021-07-14T07:19:04.727Z] [2021-07-14T07:19:04.727Z] #50 [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-07-14T07:19:04.727Z] #50 sha256:337219f212bc588e04357e028bc09785c029067e744c58f7e1646250861891af [2021-07-14T07:19:04.727Z] #50 201.5 + /build/golangci-lint --version [2021-07-14T07:19:04.915Z] #54 ... [2021-07-14T07:19:04.915Z] [2021-07-14T07:19:04.915Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-07-14T07:19:04.915Z] #47 sha256:c3a2be5fcc4aaf516921f9fbb1e99a57a42c97830db9fe22b74ee723e1e912f5 [2021-07-14T07:19:04.986Z] #50 201.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-07-14T07:19:05.175Z] #47 DONE 0.2s [2021-07-14T07:19:05.175Z] [2021-07-14T07:19:05.175Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-07-14T07:19:05.175Z] #49 sha256:752bd072d12b4ebaaab69ce95676f37bf5df65af3ea5d5ffa6b52767664757de [2021-07-14T07:19:05.175Z] #49 DONE 0.1s [2021-07-14T07:19:05.175Z] [2021-07-14T07:19:05.175Z] #54 [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-07-14T07:19:05.175Z] #54 sha256:abb50e531a324c2494e1c69c6eb65dcdc6486ab7fd2059b523956a7c1fa37e2e [2021-07-14T07:19:05.555Z] #50 DONE 202.4s [2021-07-14T07:19:05.555Z] [2021-07-14T07:19:05.555Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-07-14T07:19:05.555Z] #41 sha256:68092c2a049505fa1bd4ee8c6038a905ae6a3affa60412bfb0f25867d5ac8435 [2021-07-14T07:19:05.555Z] #41 DONE 0.7s [2021-07-14T07:19:05.555Z] [2021-07-14T07:19:05.555Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-07-14T07:19:05.555Z] #45 sha256:20ce538c210de4b421a338120de8e533f2417d6bb3c5df117664f1cadf2543a1 [2021-07-14T07:19:05.815Z] #45 DONE 0.2s [2021-07-14T07:19:05.815Z] [2021-07-14T07:19:05.815Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-07-14T07:19:05.815Z] #47 sha256:766b05b961f6f9908c9a1e3a55426b66a33c068c9c05143cc4107dc0d3a5cc3a [2021-07-14T07:19:05.858Z] #28 1.100 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-07-14T07:19:05.858Z] #28 1.104 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-07-14T07:19:05.858Z] #28 1.108 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-07-14T07:19:05.858Z] #28 DONE 1.2s [2021-07-14T07:19:05.858Z] [2021-07-14T07:19:05.858Z] #64 [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-07-14T07:19:05.858Z] #64 sha256:437851ac574ace05896a83ddeed03a4cd4a722c455bf90e8b55943769a156c54 [2021-07-14T07:19:05.858Z] #64 ... [2021-07-14T07:19:05.858Z] [2021-07-14T07:19:05.858Z] #29 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-07-14T07:19:05.858Z] #29 sha256:261b7a59072130a53759454f3f6a4ea2e61c6688738e51b335c7d6e9a0f601d9 [2021-07-14T07:19:06.074Z] #47 DONE 0.3s [2021-07-14T07:19:06.074Z] [2021-07-14T07:19:06.074Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-07-14T07:19:06.074Z] #49 sha256:4dac853f8e348dbb6efb36fafa444d1cc6427519f60f1e79a719f625c568fb92 [2021-07-14T07:19:06.112Z] #54 ... [2021-07-14T07:19:06.112Z] [2021-07-14T07:19:06.112Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-07-14T07:19:06.112Z] #51 sha256:63da663c8739314758fb65476d54c81639086342b9fbca2370a02080b9f0a819 [2021-07-14T07:19:06.112Z] #51 DONE 0.2s [2021-07-14T07:19:06.112Z] [2021-07-14T07:19:06.112Z] #57 [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-07-14T07:19:06.112Z] #57 sha256:e377271ea2f249c1287c5e2abc02d055021569e6c6c5a766b9ba103396bd91c9 [2021-07-14T07:19:06.334Z] #49 DONE 0.2s [2021-07-14T07:19:06.334Z] [2021-07-14T07:19:06.334Z] #57 [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-07-14T07:19:06.334Z] #57 sha256:9b1efea61ebbbba22390056f49bebd72dba35358cb5c732a4aa98abdc11c67fe [2021-07-14T07:19:06.371Z] #57 ... [2021-07-14T07:19:06.371Z] [2021-07-14T07:19:06.371Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-07-14T07:19:06.371Z] #53 sha256:a608829637838aa2ae68bd38dcf96afe66cdfad72482ee1a1648b9a1be4eb366 [2021-07-14T07:19:06.371Z] #53 DONE 0.1s [2021-07-14T07:19:06.629Z] [2021-07-14T07:19:06.629Z] #54 [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-07-14T07:19:06.629Z] #54 sha256:abb50e531a324c2494e1c69c6eb65dcdc6486ab7fd2059b523956a7c1fa37e2e [2021-07-14T07:19:07.762Z] #57 ... [2021-07-14T07:19:07.762Z] [2021-07-14T07:19:07.762Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-07-14T07:19:07.762Z] #51 sha256:0b060451721f268b1c47e4c8913522f1755f9e904b7611c18bbd57c4f06db00a [2021-07-14T07:19:08.035Z] #51 DONE 0.6s [2021-07-14T07:19:08.035Z] [2021-07-14T07:19:08.035Z] #54 [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-07-14T07:19:08.035Z] #54 sha256:88219efd5e314fb5934301e89e9ed6bb5ba93b2aad2d324548ab9e24c10e6752 [2021-07-14T07:19:08.299Z] #54 ... [2021-07-14T07:19:08.299Z] [2021-07-14T07:19:08.299Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-07-14T07:19:08.299Z] #53 sha256:c4447f4d9130ff79a68d20af797e2c4c31d7e81df26e4c9867e5bcd1980af9af [2021-07-14T07:19:08.299Z] #53 DONE 0.1s [2021-07-14T07:19:08.299Z] [2021-07-14T07:19:08.299Z] #54 [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-07-14T07:19:08.299Z] #54 sha256:88219efd5e314fb5934301e89e9ed6bb5ba93b2aad2d324548ab9e24c10e6752 [2021-07-14T07:19:08.377Z] #29 2.785 Collecting yamllint==1.26.1 [2021-07-14T07:19:08.882Z] #57 ... [2021-07-14T07:19:08.882Z] [2021-07-14T07:19:08.882Z] #54 [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-07-14T07:19:08.882Z] #54 sha256:cc96a8594ae173b1f1b1dc228dcdd71a64fd1124fa279ab9186380e45a6208f9 [2021-07-14T07:19:08.882Z] #54 96.24 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-07-14T07:19:08.882Z] #54 97.28 + mkdir -p /build [2021-07-14T07:19:08.882Z] #54 97.28 + cp runc /build/runc [2021-07-14T07:19:09.147Z] #54 DONE 99.4s [2021-07-14T07:19:09.147Z] [2021-07-14T07:19:09.147Z] #24 [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-07-14T07:19:09.147Z] #24 sha256:3854bbdd32a4b3ba19a61d470a5e075058a71b7db565389f42d199fbe33f9cde [2021-07-14T07:19:09.147Z] #24 194.2 + return [2021-07-14T07:19:09.147Z] #24 DONE 197.3s [2021-07-14T07:19:09.147Z] [2021-07-14T07:19:09.147Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-07-14T07:19:09.147Z] #22 sha256:776ab94fc04de6e2ebb5c1c63a943895fe5b3993a39a86a70672a757c5971b62 [2021-07-14T07:19:09.147Z] #22 24.51 Installing build dependencies: finished with status 'done' [2021-07-14T07:19:11.715Z] #22 29.25 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-07-14T07:19:11.715Z] #22 29.25 Building wheels for collected packages: yamllint, pyyaml [2021-07-14T07:19:11.715Z] #22 29.26 Running setup.py bdist_wheel for yamllint: started [2021-07-14T07:19:12.297Z] #22 30.09 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-07-14T07:19:12.297Z] #22 30.09 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-07-14T07:19:12.297Z] #22 30.15 Running setup.py bdist_wheel for pyyaml: started [2021-07-14T07:19:13.625Z] #29 8.074 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-07-14T07:19:13.692Z] #22 31.28 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-07-14T07:19:13.692Z] #22 31.28 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-07-14T07:19:13.692Z] #22 31.41 Successfully built yamllint pyyaml [2021-07-14T07:19:13.692Z] #22 31.43 Installing collected packages: pathspec, pyyaml, yamllint [2021-07-14T07:19:13.960Z] #22 31.69 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-07-14T07:19:14.225Z] #22 DONE 31.9s [2021-07-14T07:19:14.225Z] [2021-07-14T07:19:14.225Z] #57 [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-07-14T07:19:14.225Z] #57 sha256:736e7a0ca3e6ae67d3616995c38f45ab45e9d68e0e116e58fc8b65833ed0b432 [2021-07-14T07:19:14.225Z] #57 ... [2021-07-14T07:19:14.225Z] [2021-07-14T07:19:14.225Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-07-14T07:19:14.225Z] #25 sha256:6066b650e06cbbe15d6ccbfc732c498b518fe1ac9da4146f3b5edd980ff81e8b [2021-07-14T07:19:14.556Z] #29 8.723 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-07-14T07:19:14.556Z] #29 8.748 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-07-14T07:19:14.556Z] #29 8.783 Collecting pyyaml (from yamllint==1.26.1) [2021-07-14T07:19:14.556Z] #29 8.903 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-07-14T07:19:14.813Z] #29 9.056 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-07-14T07:19:14.813Z] #29 9.063 Building wheels for collected packages: yamllint [2021-07-14T07:19:14.813Z] #29 9.064 Running setup.py bdist_wheel for yamllint: started [2021-07-14T07:19:15.176Z] #25 DONE 0.9s [2021-07-14T07:19:15.176Z] [2021-07-14T07:19:15.176Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-07-14T07:19:15.176Z] #30 sha256:217c2bba03b1d168a5ab1ee0da2da9ebfafa371f1be442ffe1d99265cdcdb22d [2021-07-14T07:19:15.377Z] #29 9.554 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-07-14T07:19:15.377Z] #29 9.555 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-07-14T07:19:15.377Z] #29 9.585 Successfully built yamllint [2021-07-14T07:19:15.377Z] #29 9.596 Installing collected packages: pathspec, pyyaml, yamllint [2021-07-14T07:19:15.377Z] #29 9.782 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-07-14T07:19:16.309Z] #29 DONE 10.4s [2021-07-14T07:19:16.309Z] [2021-07-14T07:19:16.309Z] #32 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-07-14T07:19:16.309Z] #32 sha256:6f86af6ef5ecf704a850cff3ebb83d563d8a4d320e86c97f94ddbb7a87276fe3 [2021-07-14T07:19:16.567Z] #32 DONE 0.5s [2021-07-14T07:19:16.567Z] [2021-07-14T07:19:16.567Z] #37 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-07-14T07:19:16.567Z] #37 sha256:5a9e511ee607d284d13d437f8f0124318d62cc494a5b6d78b266666b44d928dc [2021-07-14T07:19:19.738Z] #57 181.4 + bin/containerd [2021-07-14T07:19:21.656Z] #57 ... [2021-07-14T07:19:21.656Z] [2021-07-14T07:19:21.656Z] #54 [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-07-14T07:19:21.656Z] #54 sha256:91b4ffea1cc8b16a1e6f538889afb5da04a0efad7a04339a8bad627839a9a3a5 [2021-07-14T07:19:21.656Z] #54 114.8 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-07-14T07:19:21.656Z] #54 115.4 + mkdir -p /build [2021-07-14T07:19:21.656Z] #54 115.4 + cp runc /build/runc [2021-07-14T07:19:21.656Z] #54 DONE 116.6s [2021-07-14T07:19:21.656Z] [2021-07-14T07:19:21.656Z] #57 [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-07-14T07:19:21.656Z] #57 sha256:3dd5791a67567ba26079945bdaf41831e2291dc22c96d196f82aa14e2d935d2f [2021-07-14T07:19:23.072Z] #57 ... [2021-07-14T07:19:23.072Z] [2021-07-14T07:19:23.072Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-07-14T07:19:23.072Z] #55 sha256:2fb6893b815cc04550d5a6da4099dff7e18d41b08b3a82db5a539b100c8e45b3 [2021-07-14T07:19:23.116Z] #37 ... [2021-07-14T07:19:23.116Z] [2021-07-14T07:19:23.116Z] #61 [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-07-14T07:19:23.116Z] #61 sha256:f37b5f948d4aadb62754bfff7ec43892a331de2ef140f97d302da401a0f9d93c [2021-07-14T07:19:23.116Z] #61 81.99 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-07-14T07:19:23.116Z] #61 82.70 + mkdir -p /build [2021-07-14T07:19:23.116Z] #61 82.70 + cp runc /build/runc [2021-07-14T07:19:23.116Z] #61 DONE 84.6s [2021-07-14T07:19:23.116Z] [2021-07-14T07:19:23.116Z] #37 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-07-14T07:19:23.116Z] #37 sha256:5a9e511ee607d284d13d437f8f0124318d62cc494a5b6d78b266666b44d928dc [2021-07-14T07:19:23.116Z] #37 DONE 5.5s [2021-07-14T07:19:23.116Z] [2021-07-14T07:19:23.116Z] #40 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-07-14T07:19:23.116Z] #40 sha256:7c159526973bb6fe5c2d88432fa3f3c8efdd81a860d912f6a7b883aef8544c82 [2021-07-14T07:19:23.116Z] #40 DONE 0.5s [2021-07-14T07:19:23.116Z] [2021-07-14T07:19:23.116Z] #42 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-07-14T07:19:23.116Z] #42 sha256:9097052d56f492be10634d90efcbedbac492cf713285e71ea5e91f59612fcd50 [2021-07-14T07:19:23.116Z] #42 DONE 0.1s [2021-07-14T07:19:23.116Z] [2021-07-14T07:19:23.116Z] #45 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-07-14T07:19:23.116Z] #45 sha256:375724ba00d9324e9e3070c9e1626db009e818b5746b94b41b4dd0f2b08bee56 [2021-07-14T07:19:23.116Z] #45 DONE 0.1s [2021-07-14T07:19:23.116Z] [2021-07-14T07:19:23.116Z] #64 [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-07-14T07:19:23.116Z] #64 sha256:437851ac574ace05896a83ddeed03a4cd4a722c455bf90e8b55943769a156c54 [2021-07-14T07:19:23.116Z] #64 ... [2021-07-14T07:19:23.116Z] [2021-07-14T07:19:23.116Z] #48 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-07-14T07:19:23.116Z] #48 sha256:1c747d1552b0292866fb90a4215d3a492a7af89f231a1201c8b0f46ec44fa417 [2021-07-14T07:19:23.334Z] #55 DONE 0.4s [2021-07-14T07:19:23.334Z] [2021-07-14T07:19:23.334Z] #57 [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-07-14T07:19:23.334Z] #57 sha256:3dd5791a67567ba26079945bdaf41831e2291dc22c96d196f82aa14e2d935d2f [2021-07-14T07:19:23.679Z] #48 DONE 0.7s [2021-07-14T07:19:23.679Z] [2021-07-14T07:19:23.679Z] #64 [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-07-14T07:19:23.679Z] #64 sha256:437851ac574ace05896a83ddeed03a4cd4a722c455bf90e8b55943769a156c54 [2021-07-14T07:19:23.679Z] #64 ... [2021-07-14T07:19:23.679Z] [2021-07-14T07:19:23.679Z] #52 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-07-14T07:19:23.679Z] #52 sha256:6d728dbd4b9b71bb5928e6b7d2c7164c558c77fcb44510f48fa8896770ab7622 [2021-07-14T07:19:23.968Z] #52 DONE 0.2s [2021-07-14T07:19:23.968Z] [2021-07-14T07:19:23.968Z] #54 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-07-14T07:19:23.968Z] #54 sha256:45a91e003f0f35c9d9325c903d3b515e40374d100bd05e36be3d3e5bcaeadcbd [2021-07-14T07:19:24.240Z] #54 DONE 0.3s [2021-07-14T07:19:24.240Z] [2021-07-14T07:19:24.240Z] #56 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-07-14T07:19:24.240Z] #56 sha256:e0ed21f37abf2050fde5390dab27e52643a733c03189c81709db795636221f05 [2021-07-14T07:19:24.240Z] #56 DONE 0.2s [2021-07-14T07:19:24.240Z] [2021-07-14T07:19:24.240Z] #58 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-07-14T07:19:24.240Z] #58 sha256:0c87d4cf7924f621d11af76e93364eff0411e8c86061eb32238b8af627c29fd0 [2021-07-14T07:19:24.804Z] #58 DONE 0.4s [2021-07-14T07:19:24.804Z] [2021-07-14T07:19:24.804Z] #60 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-07-14T07:19:24.804Z] #60 sha256:dea3fc1106f91d384f828f5c9fec029fa3c00375746228ea9d59429c76958b07 [2021-07-14T07:19:24.804Z] #60 DONE 0.1s [2021-07-14T07:19:24.804Z] [2021-07-14T07:19:24.804Z] #62 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-07-14T07:19:24.804Z] #62 sha256:b5a10d1b1cf6c494546d5fb7be685c2debe06ef34f05a425ba2a4385c6b6259c [2021-07-14T07:19:25.066Z] #62 DONE 0.3s [2021-07-14T07:19:25.066Z] [2021-07-14T07:19:25.066Z] #64 [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-07-14T07:19:25.066Z] #64 sha256:437851ac574ace05896a83ddeed03a4cd4a722c455bf90e8b55943769a156c54 [2021-07-14T07:19:27.442Z] #30 DONE 10.9s [2021-07-14T07:19:27.442Z] [2021-07-14T07:19:27.442Z] #57 [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-07-14T07:19:27.442Z] #57 sha256:736e7a0ca3e6ae67d3616995c38f45ab45e9d68e0e116e58fc8b65833ed0b432 [2021-07-14T07:19:27.442Z] #57 ... [2021-07-14T07:19:27.442Z] [2021-07-14T07:19:27.442Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-07-14T07:19:27.442Z] #33 sha256:5ed135728c05e1642a2aec894c88b253bc0cbd4dcf94aa6080c2bb00274c4268 [2021-07-14T07:19:27.442Z] #33 DONE 0.7s [2021-07-14T07:19:27.442Z] [2021-07-14T07:19:27.442Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-07-14T07:19:27.442Z] #35 sha256:6e1f13c231ec3821b2a13004f8be9bc6ec14a25de846adc7c8a2475bf4c3b58b [2021-07-14T07:19:27.442Z] #35 DONE 0.1s [2021-07-14T07:19:27.442Z] [2021-07-14T07:19:27.442Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-07-14T07:19:27.442Z] #38 sha256:f266264b8e7f23565d00f7ca53f078204a06c6ce463cb22ba5bb11cb34d2c53e [2021-07-14T07:19:27.442Z] #38 DONE 0.1s [2021-07-14T07:19:27.442Z] [2021-07-14T07:19:27.442Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-07-14T07:19:27.442Z] #41 sha256:e26e96bd76cbce6d73cbc6c523876c64af3d9dec16941052cf0b2c746091ae54 [2021-07-14T07:19:27.442Z] #41 DONE 0.6s [2021-07-14T07:19:27.442Z] [2021-07-14T07:19:27.442Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-07-14T07:19:27.442Z] #45 sha256:89538db18bd0f58294f07283fafb89ba7cdd85503207a734e30ba2d7c0a93b09 [2021-07-14T07:19:27.586Z] #64 139.3 # github.com/containerd/containerd/cmd/containerd [2021-07-14T07:19:27.586Z] #64 139.3 /usr/bin/ld: /tmp/go-link-670198884/000019.o: in function `New': [2021-07-14T07:19:27.586Z] #64 139.3 /tmp/tmp.OGGJd6H6Lg/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-07-14T07:19:27.586Z] #64 139.4 + bin/containerd-stress [2021-07-14T07:19:27.705Z] #45 DONE 0.1s [2021-07-14T07:19:27.705Z] [2021-07-14T07:19:27.705Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-07-14T07:19:27.705Z] #47 sha256:195aa99400acf98c2e6c7c224e1d160e9e108ec844b66d19a340095c45b7d1ce [2021-07-14T07:19:27.968Z] #47 DONE 0.4s [2021-07-14T07:19:27.968Z] [2021-07-14T07:19:27.968Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-07-14T07:19:27.968Z] #49 sha256:07022a46e79caa0a71f0be8f8f732af1cbb1d6c75de7e252aa368644e1730c5e [2021-07-14T07:19:27.968Z] #49 DONE 0.1s [2021-07-14T07:19:27.968Z] [2021-07-14T07:19:27.968Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-07-14T07:19:27.968Z] #51 sha256:b114eeb04ead7d3e63ce28772a7662cd2d0c522bee9fe9c7d73962cd6ed825e9 [2021-07-14T07:19:28.516Z] #64 140.5 + bin/containerd-shim [2021-07-14T07:19:28.576Z] #54 ... [2021-07-14T07:19:28.576Z] [2021-07-14T07:19:28.576Z] #57 [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-07-14T07:19:28.576Z] #57 sha256:e377271ea2f249c1287c5e2abc02d055021569e6c6c5a766b9ba103396bd91c9 [2021-07-14T07:19:28.576Z] #57 184.7 + bin/containerd [2021-07-14T07:19:28.913Z] #51 DONE 0.9s [2021-07-14T07:19:28.913Z] [2021-07-14T07:19:28.913Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-07-14T07:19:28.913Z] #53 sha256:dc4085b6b116711be8470e99c107737a394075b90476798a9877fc34430b141a [2021-07-14T07:19:28.914Z] #53 DONE 0.1s [2021-07-14T07:19:28.914Z] [2021-07-14T07:19:28.914Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-07-14T07:19:28.914Z] #55 sha256:11524333ba69a90700fca169d1d58aa74e0f7fb4ebf6802efa427bab48365055 [2021-07-14T07:19:29.487Z] #55 DONE 0.4s [2021-07-14T07:19:29.487Z] [2021-07-14T07:19:29.487Z] #57 [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-07-14T07:19:29.487Z] #57 sha256:736e7a0ca3e6ae67d3616995c38f45ab45e9d68e0e116e58fc8b65833ed0b432 [2021-07-14T07:19:29.512Z] #57 ... [2021-07-14T07:19:29.512Z] [2021-07-14T07:19:29.512Z] #54 [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-07-14T07:19:29.512Z] #54 sha256:abb50e531a324c2494e1c69c6eb65dcdc6486ab7fd2059b523956a7c1fa37e2e [2021-07-14T07:19:29.512Z] #54 118.4 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-07-14T07:19:29.512Z] #54 119.0 + mkdir -p /build [2021-07-14T07:19:29.512Z] #54 119.0 + cp runc /build/runc [2021-07-14T07:19:29.512Z] #54 DONE 119.8s [2021-07-14T07:19:29.512Z] [2021-07-14T07:19:29.512Z] #57 [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-07-14T07:19:29.512Z] #57 sha256:e377271ea2f249c1287c5e2abc02d055021569e6c6c5a766b9ba103396bd91c9 [2021-07-14T07:19:30.243Z] #54 ... [2021-07-14T07:19:30.243Z] [2021-07-14T07:19:30.243Z] #57 [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-07-14T07:19:30.243Z] #57 sha256:9b1efea61ebbbba22390056f49bebd72dba35358cb5c732a4aa98abdc11c67fe [2021-07-14T07:19:30.243Z] #57 184.4 + bin/containerd [2021-07-14T07:19:31.180Z] #57 ... [2021-07-14T07:19:31.180Z] [2021-07-14T07:19:31.180Z] #54 [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-07-14T07:19:31.180Z] #54 sha256:88219efd5e314fb5934301e89e9ed6bb5ba93b2aad2d324548ab9e24c10e6752 [2021-07-14T07:19:31.180Z] #54 117.2 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-07-14T07:19:31.180Z] #54 117.7 + mkdir -p /build [2021-07-14T07:19:31.180Z] #54 117.7 + cp runc /build/runc [2021-07-14T07:19:31.180Z] #54 DONE 118.6s [2021-07-14T07:19:31.417Z] #57 ... [2021-07-14T07:19:31.417Z] [2021-07-14T07:19:31.417Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-07-14T07:19:31.417Z] #55 sha256:e3c56e9a6b6df8183650f82e38cfe891402d2656d6cb0fafa421a965ec129b22 [2021-07-14T07:19:31.417Z] #55 DONE 0.3s [2021-07-14T07:19:31.439Z] [2021-07-14T07:19:31.439Z] #57 [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-07-14T07:19:31.439Z] #57 sha256:9b1efea61ebbbba22390056f49bebd72dba35358cb5c732a4aa98abdc11c67fe [2021-07-14T07:19:31.676Z] [2021-07-14T07:19:31.676Z] #57 [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-07-14T07:19:31.676Z] #57 sha256:e377271ea2f249c1287c5e2abc02d055021569e6c6c5a766b9ba103396bd91c9 [2021-07-14T07:19:32.819Z] #57 ... [2021-07-14T07:19:32.819Z] [2021-07-14T07:19:32.819Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-07-14T07:19:32.819Z] #55 sha256:e92240da3db9b570aa53b1afc196770beca9d4a0f7ed0b23df21c822f3629e4c [2021-07-14T07:19:32.819Z] #55 DONE 0.2s [2021-07-14T07:19:32.819Z] [2021-07-14T07:19:32.819Z] #57 [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-07-14T07:19:32.819Z] #57 sha256:9b1efea61ebbbba22390056f49bebd72dba35358cb5c732a4aa98abdc11c67fe [2021-07-14T07:19:36.607Z] #64 147.4 + bin/containerd-shim-runc-v1 [2021-07-14T07:19:39.502Z] #57 181.9 # github.com/containerd/containerd/cmd/containerd [2021-07-14T07:19:39.502Z] #57 181.9 /usr/bin/ld: /tmp/go-link-988817911/000019.o: in function `New': [2021-07-14T07:19:39.502Z] #57 181.9 /tmp/tmp.VsQRMbBVa1/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-07-14T07:19:39.765Z] #57 182.0 + bin/containerd-stress [2021-07-14T07:19:40.792Z] #64 152.1 + bin/containerd-shim-runc-v2 [2021-07-14T07:19:40.792Z] #64 152.7 + binaries [2021-07-14T07:19:40.792Z] #64 152.7 + install -D bin/containerd /build/containerd [2021-07-14T07:19:40.792Z] #64 152.7 + install -D bin/containerd-shim /build/containerd-shim [2021-07-14T07:19:40.792Z] #64 152.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-07-14T07:19:40.792Z] #64 152.8 + install -D bin/ctr /build/ctr [2021-07-14T07:19:42.687Z] #64 DONE 154.7s [2021-07-14T07:19:43.979Z] #57 186.2 + bin/containerd-shim [2021-07-14T07:19:44.055Z] [2021-07-14T07:19:44.055Z] #65 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-07-14T07:19:44.055Z] #65 sha256:27151ee36cc2a0475dd43a618bbbd5c2574c1dba988e63e518eff4adacc9e4e8 [2021-07-14T07:19:44.616Z] #65 DONE 0.9s [2021-07-14T07:19:44.616Z] [2021-07-14T07:19:44.616Z] #69 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-07-14T07:19:44.616Z] #69 sha256:62bb8c52f8b0c47e4fba2a74e618c2a3e8e50e23a0a03373c2b70d8b17ea046a [2021-07-14T07:19:44.872Z] #69 DONE 0.2s [2021-07-14T07:19:44.873Z] [2021-07-14T07:19:44.873Z] #74 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-07-14T07:19:44.873Z] #74 sha256:c49aa1d74b2de3464ca43efac097ab412c5e507011d790d82225bfd17fe6be60 [2021-07-14T07:19:45.800Z] #74 DONE 1.0s [2021-07-14T07:19:45.800Z] [2021-07-14T07:19:45.800Z] #75 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-07-14T07:19:45.800Z] #75 sha256:2a2ea3b79d19aba4d68a4f7024629bdd678aa5221ac513c2ec706cdfc37df952 [2021-07-14T07:19:45.800Z] #75 DONE 0.0s [2021-07-14T07:19:45.800Z] [2021-07-14T07:19:45.800Z] #76 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-07-14T07:19:45.800Z] #76 sha256:d514f812e328b5ee57f893316ff81af3c91fbefac3b80ee03ab3174e5e4c428f [2021-07-14T07:19:49.929Z] #57 213.4 # github.com/containerd/containerd/cmd/containerd [2021-07-14T07:19:49.929Z] #57 213.4 /usr/bin/ld: /tmp/go-link-475437674/000019.o: in function `New': [2021-07-14T07:19:49.929Z] #57 213.4 /tmp/tmp.nQpES2ut5l/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-07-14T07:19:49.929Z] #57 213.5 + bin/containerd-stress [2021-07-14T07:19:50.591Z] #57 192.2 + bin/containerd-shim-runc-v1 [2021-07-14T07:19:50.873Z] #57 214.6 + bin/containerd-shim [2021-07-14T07:19:51.047Z] #76 DONE 4.6s [2021-07-14T07:19:51.047Z] [2021-07-14T07:19:51.047Z] #77 exporting to image [2021-07-14T07:19:51.047Z] #77 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-07-14T07:19:51.047Z] #77 exporting layers [2021-07-14T07:19:52.967Z] 29d5b6a226d2: Pull complete [2021-07-14T07:19:52.967Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-07-14T07:19:52.967Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:19:52.967Z] mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:19:52.967Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 completed successfully [2021-07-14T07:19:52.967Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore [2021-07-14T07:19:52.967Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20295.1' [2021-07-14T07:19:52.967Z] INFO: Docker version of control daemon [2021-07-14T07:19:52.967Z] [2021-07-14T07:19:52.967Z] Client: Mirantis Container Runtime [2021-07-14T07:19:52.967Z] Version: 20.10.0 [2021-07-14T07:19:52.967Z] API version: 1.41 [2021-07-14T07:19:52.967Z] Go version: go1.13.15 [2021-07-14T07:19:52.967Z] Git commit: 6ee42dc [2021-07-14T07:19:52.967Z] Built: 03/11/2021 13:24:56 [2021-07-14T07:19:52.967Z] OS/Arch: windows/amd64 [2021-07-14T07:19:52.967Z] Context: default [2021-07-14T07:19:52.967Z] Experimental: true [2021-07-14T07:19:52.967Z] [2021-07-14T07:19:52.967Z] Server: Mirantis Container Runtime [2021-07-14T07:19:52.967Z] Engine: [2021-07-14T07:19:52.967Z] Version: 20.10.0 [2021-07-14T07:19:52.967Z] API version: 1.41 (minimum version 1.24) [2021-07-14T07:19:52.967Z] Go version: go1.13.15 [2021-07-14T07:19:52.967Z] Git commit: 1e08f21e79 [2021-07-14T07:19:52.967Z] Built: 03/11/2021 13:23:32 [2021-07-14T07:19:52.967Z] OS/Arch: windows/amd64 [2021-07-14T07:19:52.967Z] Experimental: true [2021-07-14T07:19:52.967Z] [2021-07-14T07:19:52.967Z] INFO: Docker info of control daemon [2021-07-14T07:19:52.967Z] [2021-07-14T07:19:52.967Z] Client: [2021-07-14T07:19:52.967Z] Context: default [2021-07-14T07:19:52.967Z] Debug Mode: false [2021-07-14T07:19:52.967Z] Plugins: [2021-07-14T07:19:52.967Z] app: Docker Application (Docker Inc., v0.8.0) [2021-07-14T07:19:52.967Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-07-14T07:19:52.967Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-07-14T07:19:52.967Z] [2021-07-14T07:19:52.967Z] Server: [2021-07-14T07:19:52.967Z] Containers: 0 [2021-07-14T07:19:52.967Z] Running: 0 [2021-07-14T07:19:52.967Z] Paused: 0 [2021-07-14T07:19:52.967Z] Stopped: 0 [2021-07-14T07:19:52.967Z] Images: 1 [2021-07-14T07:19:52.967Z] Server Version: 20.10.0 [2021-07-14T07:19:52.967Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-07-14T07:19:52.967Z] Windows: [2021-07-14T07:19:52.967Z] LCOW: [2021-07-14T07:19:52.967Z] Logging Driver: json-file [2021-07-14T07:19:52.967Z] Plugins: [2021-07-14T07:19:52.967Z] Volume: local [2021-07-14T07:19:52.967Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-07-14T07:19:52.967Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-07-14T07:19:52.967Z] Swarm: inactive [2021-07-14T07:19:52.967Z] Default Isolation: process [2021-07-14T07:19:52.967Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-07-14T07:19:52.967Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-07-14T07:19:52.967Z] OSType: windows [2021-07-14T07:19:52.967Z] Architecture: x86_64 [2021-07-14T07:19:52.967Z] CPUs: 4 [2021-07-14T07:19:52.967Z] Total Memory: 32GiB [2021-07-14T07:19:52.967Z] Name: azwin-2-192b50 [2021-07-14T07:19:52.967Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-07-14T07:19:52.967Z] Docker Root Dir: D:\docker [2021-07-14T07:19:52.967Z] Debug Mode: false [2021-07-14T07:19:52.967Z] Registry: https://index.docker.io/v1/ [2021-07-14T07:19:52.967Z] Labels: [2021-07-14T07:19:52.967Z] Experimental: true [2021-07-14T07:19:52.967Z] Insecure Registries: [2021-07-14T07:19:52.967Z] 10.0.0.4:5000 [2021-07-14T07:19:52.967Z] 127.0.0.0/8 [2021-07-14T07:19:52.967Z] Registry Mirrors: [2021-07-14T07:19:52.967Z] http://10.0.0.4:5000/ [2021-07-14T07:19:52.967Z] Live Restore Enabled: false [2021-07-14T07:19:52.967Z] [2021-07-14T07:19:52.967Z] [2021-07-14T07:19:52.967Z] INFO: Commit hash is 9e0e72a03d [2021-07-14T07:19:52.967Z] INFO: Nuke-Everything... [2021-07-14T07:19:52.967Z] INFO: Container count on control daemon to delete is 0 [2021-07-14T07:19:52.967Z] INFO: Nuking d:\CI [2021-07-14T07:19:52.967Z] INFO: Zapped successfully [2021-07-14T07:19:52.967Z] INFO: Location for testing is d:\CI\PR-42636\2 [2021-07-14T07:19:52.967Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-07-14T07:19:52.967Z] [2021-07-14T07:19:52.967Z] [2021-07-14T07:19:52.967Z] INFO: Building the image from Dockerfile.windows at 07/14/2021 07:19:46... [2021-07-14T07:19:52.967Z] [2021-07-14T07:19:52.967Z] Sending build context to Docker daemon 60.86MB [2021-07-14T07:19:52.967Z] [2021-07-14T07:19:52.967Z] Step 1/10 : FROM microsoft/windowsservercore [2021-07-14T07:19:52.967Z] ---> 39d157a84080 [2021-07-14T07:19:52.967Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-07-14T07:19:52.967Z] ---> Running in e38c831f54a1 [2021-07-14T07:19:52.967Z] Removing intermediate container e38c831f54a1 [2021-07-14T07:19:52.967Z] ---> 74547fff081a [2021-07-14T07:19:52.967Z] Step 3/10 : ARG GO_VERSION=1.16.6 [2021-07-14T07:19:52.967Z] ---> Running in e18721e088d8 [2021-07-14T07:19:52.967Z] Removing intermediate container e18721e088d8 [2021-07-14T07:19:52.967Z] ---> 405ccba21f50 [2021-07-14T07:19:52.967Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-07-14T07:19:52.967Z] ---> Running in 32f57548819d [2021-07-14T07:19:52.967Z] Removing intermediate container 32f57548819d [2021-07-14T07:19:52.967Z] ---> b87dc2878acd [2021-07-14T07:19:52.967Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2021-07-14T07:19:52.967Z] ---> Running in b0cb51c398b3 [2021-07-14T07:19:52.967Z] Removing intermediate container b0cb51c398b3 [2021-07-14T07:19:52.967Z] ---> 154bc3c537e9 [2021-07-14T07:19:52.967Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2021-07-14T07:19:52.967Z] ---> Running in 5d4ed49b4a40 [2021-07-14T07:19:54.815Z] #57 196.3 + bin/containerd-shim-runc-v2 [2021-07-14T07:19:54.815Z] #57 197.2 + binaries [2021-07-14T07:19:54.815Z] #57 197.2 + install -D bin/containerd /build/containerd [2021-07-14T07:19:54.815Z] #57 197.2 + install -D bin/containerd-shim /build/containerd-shim [2021-07-14T07:19:54.815Z] #57 197.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-07-14T07:19:54.815Z] #57 197.3 + install -D bin/ctr /build/ctr [2021-07-14T07:19:56.902Z] [2021-07-14T07:19:56.902Z] SUCCESS: Specified value was saved. [2021-07-14T07:19:57.464Z] #57 221.4 + bin/containerd-shim-runc-v1 [2021-07-14T07:19:57.932Z] INFO: Downloading git... [2021-07-14T07:19:58.980Z] INFO: Downloading go... [2021-07-14T07:19:59.026Z] #57 DONE 201.5s [2021-07-14T07:20:00.945Z] [2021-07-14T07:20:00.945Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-07-14T07:20:00.945Z] #58 sha256:3d959a1087d9974348640fd25e8355d971d2dab5d5a8ea53b8730a9f44395cad [2021-07-14T07:20:02.040Z] INFO: Downloading compiler 1 of 3... [2021-07-14T07:20:02.754Z] #57 226.2 + bin/containerd-shim-runc-v2 [2021-07-14T07:20:02.862Z] #58 DONE 2.0s [2021-07-14T07:20:02.862Z] [2021-07-14T07:20:02.863Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-07-14T07:20:02.863Z] #62 sha256:7ff6f714ec3ebc2c99b0a62ef0f47766cfd59e53df96e6261a5398992dcf9b44 [2021-07-14T07:20:03.014Z] #57 226.8 + binaries [2021-07-14T07:20:03.014Z] #57 226.8 + install -D bin/containerd /build/containerd [2021-07-14T07:20:03.014Z] #57 226.8 + install -D bin/containerd-shim /build/containerd-shim [2021-07-14T07:20:03.014Z] #57 226.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-07-14T07:20:03.014Z] #57 226.8 + install -D bin/ctr /build/ctr [2021-07-14T07:20:03.056Z] INFO: Downloading compiler 2 of 3... [2021-07-14T07:20:03.124Z] #62 DONE 0.6s [2021-07-14T07:20:03.225Z] #77 exporting layers 12.4s done [2021-07-14T07:20:03.225Z] #77 writing image sha256:af85afb18582d17ac91e7648df3dd52e7a6e9aa9eec190a601f45c2b81452547 done [2021-07-14T07:20:03.225Z] #77 naming to docker.io/library/docker:95b26c9285cfe5e6a04a61c128a7caea7c2045f2 done [2021-07-14T07:20:03.225Z] #77 DONE 12.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-07-14T07:20:03.386Z] [2021-07-14T07:20:03.386Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-07-14T07:20:03.386Z] #67 sha256:10fa452813ebe155a8342556b252c2833f4be18efc1a6707b111313d393b0d26 [2021-07-14T07:20:03.550Z] INFO: Downloading compiler 3 of 3... [2021-07-14T07:20:03.558Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42636/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42636/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=95b26c9285cfe5e6a04a61c128a7caea7c2045f2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:95b26c9285cfe5e6a04a61c128a7caea7c2045f2 hack/validate/default [2021-07-14T07:20:03.763Z] #57 216.0 # github.com/containerd/containerd/cmd/containerd [2021-07-14T07:20:03.763Z] #57 216.0 /usr/bin/ld: /tmp/go-link-938496933/000019.o: in function `New': [2021-07-14T07:20:03.763Z] #57 216.0 /tmp/tmp.E8ABahcRAo/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-07-14T07:20:03.763Z] #57 216.1 + bin/containerd-stress [2021-07-14T07:20:03.763Z] #57 217.2 + bin/containerd-shim [2021-07-14T07:20:04.589Z] INFO: Extracting git... [2021-07-14T07:20:04.895Z] #57 215.4 # github.com/containerd/containerd/cmd/containerd [2021-07-14T07:20:04.895Z] #57 215.4 /usr/bin/ld: /tmp/go-link-275967148/000019.o: in function `New': [2021-07-14T07:20:04.895Z] #57 215.4 /tmp/tmp.TeGE5Vw8pa/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-07-14T07:20:04.895Z] #57 215.5 + bin/containerd-stress [2021-07-14T07:20:04.895Z] #57 216.6 + bin/containerd-shim [2021-07-14T07:20:04.927Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-07-14T07:20:04.927Z] No api/types/ or api/swagger.yaml changes in diff. [2021-07-14T07:20:04.927Z] Congratulations! All TOML source files changed here have valid syntax. [2021-07-14T07:20:04.927Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-07-14T07:20:04.927Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-07-14T07:20:04.927Z] Congratulations! No new tests were added to integration-cli. [2021-07-14T07:20:04.927Z] [2021-07-14T07:20:04.927Z] INFO Start validation with golang-ci-lint [2021-07-14T07:20:04.927Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-07-14T07:20:04.927Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-07-14T07:20:04.927Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-07-14T07:20:05.304Z] #67 DONE 2.1s [2021-07-14T07:20:05.304Z] [2021-07-14T07:20:05.304Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-07-14T07:20:05.304Z] #68 sha256:e722c43e80cb7b39df93ac97d4581eab8bc23e1af84191cb4d7a8361220bbb35 [2021-07-14T07:20:05.304Z] #68 DONE 0.1s [2021-07-14T07:20:05.304Z] [2021-07-14T07:20:05.304Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-07-14T07:20:05.304Z] #69 sha256:c081d2d712512a8ec1532ddc4a3bcdddfaafe10d807bdc4517e1203a1550e46d [2021-07-14T07:20:06.316Z] #57 DONE 229.8s [2021-07-14T07:20:06.577Z] [2021-07-14T07:20:06.577Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-07-14T07:20:06.577Z] #58 sha256:62a1d35f22b82a35165f5bd715c78a35991eb244657867590fc31b1709b7cfc9 [2021-07-14T07:20:07.224Z] #69 DONE 2.0s [2021-07-14T07:20:07.224Z] [2021-07-14T07:20:07.224Z] #70 exporting to image [2021-07-14T07:20:07.224Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-07-14T07:20:07.224Z] #70 exporting layers [2021-07-14T07:20:07.949Z] #57 224.2 + bin/containerd-shim-runc-v1 [2021-07-14T07:20:07.959Z] #58 DONE 1.1s [2021-07-14T07:20:07.959Z] [2021-07-14T07:20:07.959Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-07-14T07:20:07.959Z] #62 sha256:e0c0d84b46dd85613b428ea66448ca37c29b2e1e2b59ff656b4247a869de8ace [2021-07-14T07:20:07.959Z] #62 DONE 0.2s [2021-07-14T07:20:07.959Z] [2021-07-14T07:20:07.959Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-07-14T07:20:07.959Z] #67 sha256:fe0d15e30f7ffaafdb570a2e38a921b8465c44e78ae9904b3e5c351ebfca1123 [2021-07-14T07:20:08.898Z] #67 DONE 0.8s [2021-07-14T07:20:08.898Z] [2021-07-14T07:20:08.898Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-07-14T07:20:08.898Z] #68 sha256:e23a11c6487bc82ece07ed85f905abe28b50a99d4e6c04846af56dec19457dd7 [2021-07-14T07:20:08.898Z] #68 DONE 0.0s [2021-07-14T07:20:08.898Z] [2021-07-14T07:20:08.898Z] #69 [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-07-14T07:20:08.898Z] #69 sha256:1cc22756f9a46080af961bdeeb6093e9f36d5a97c16815f93d6ed811f8169b3c [2021-07-14T07:20:09.081Z] #57 223.5 + bin/containerd-shim-runc-v1 [2021-07-14T07:20:09.468Z] #69 0.681 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-07-14T07:20:09.729Z] #69 0.755 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-07-14T07:20:09.729Z] #69 0.837 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-07-14T07:20:09.990Z] #69 1.000 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-07-14T07:20:10.562Z] #69 1.087 Reading package lists... [2021-07-14T07:20:11.494Z] #70 exporting layers 4.3s done [2021-07-14T07:20:11.494Z] #70 writing image sha256:424b35435d36d9999c62e0772b4ff076d0e3c0f0fbd83c7f4b0ea295087bcac4 done [2021-07-14T07:20:11.494Z] #70 naming to docker.io/library/docker:b81674392e3dec8824c4a34d8cd8b328f16ec1c9 done [2021-07-14T07:20:11.494Z] #70 DONE 4.3s [2021-07-14T07:20:11.504Z] #69 1.716 Reading package lists... [2021-07-14T07:20:11.504Z] #69 2.342 Building dependency tree... [2021-07-14T07:20:11.504Z] #69 2.468 Reading state information... [2021-07-14T07:20:11.504Z] #69 2.572 The following additional packages will be installed: [2021-07-14T07:20:11.504Z] #69 2.573 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2021-07-14T07:20:11.504Z] #69 2.573 libpam-systemd [2021-07-14T07:20:11.504Z] #69 2.574 Suggested packages: [2021-07-14T07:20:11.504Z] #69 2.574 systemd-container policykit-1 [2021-07-14T07:20:11.504Z] #69 2.574 Recommended packages: [2021-07-14T07:20:11.504Z] #69 2.574 libnss-systemd [2021-07-14T07:20:11.504Z] #69 2.653 The following NEW packages will be installed: [2021-07-14T07:20:11.504Z] #69 2.653 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2021-07-14T07:20:11.504Z] #69 2.654 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-07-14T07:20:11.773Z] #69 2.921 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. [2021-07-14T07:20:11.773Z] #69 2.921 Need to get 4762 kB of archives. [2021-07-14T07:20:11.773Z] #69 2.921 After this operation, 16.6 MB of additional disk space will be used. [2021-07-14T07:20:11.773Z] #69 2.921 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-07-14T07:20:11.773Z] #69 2.923 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB] [2021-07-14T07:20:11.773Z] #69 2.923 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2021-07-14T07:20:11.773Z] #69 2.928 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2021-07-14T07:20:11.773Z] #69 2.931 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2021-07-14T07:20:11.773Z] #69 2.932 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB] [2021-07-14T07:20:11.773Z] #69 2.974 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB] [2021-07-14T07:20:11.851Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-07-14T07:20:12.034Z] #69 2.976 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB] [2021-07-14T07:20:12.034Z] #69 2.978 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2021-07-14T07:20:12.034Z] #69 3.019 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB] [2021-07-14T07:20:12.034Z] #69 3.021 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB] [2021-07-14T07:20:12.034Z] #69 3.206 debconf: delaying package configuration, since apt-utils is not installed [2021-07-14T07:20:12.034Z] #69 3.229 Fetched 4762 kB in 0s (13.3 MB/s) [2021-07-14T07:20:12.125Z] 29d5b6a226d2: Pull complete [2021-07-14T07:20:12.125Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-07-14T07:20:12.125Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:20:12.125Z] mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:20:12.125Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 completed successfully [2021-07-14T07:20:12.125Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore [2021-07-14T07:20:12.125Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20295.1' [2021-07-14T07:20:12.125Z] INFO: Docker version of control daemon [2021-07-14T07:20:12.125Z] [2021-07-14T07:20:12.125Z] Client: Mirantis Container Runtime [2021-07-14T07:20:12.125Z] Version: 20.10.0 [2021-07-14T07:20:12.125Z] API version: 1.41 [2021-07-14T07:20:12.125Z] Go version: go1.13.15 [2021-07-14T07:20:12.125Z] Git commit: 6ee42dc [2021-07-14T07:20:12.125Z] Built: 03/11/2021 13:24:56 [2021-07-14T07:20:12.125Z] OS/Arch: windows/amd64 [2021-07-14T07:20:12.125Z] Context: default [2021-07-14T07:20:12.125Z] Experimental: true [2021-07-14T07:20:12.125Z] [2021-07-14T07:20:12.125Z] Server: Mirantis Container Runtime [2021-07-14T07:20:12.125Z] Engine: [2021-07-14T07:20:12.125Z] Version: 20.10.0 [2021-07-14T07:20:12.125Z] API version: 1.41 (minimum version 1.24) [2021-07-14T07:20:12.125Z] Go version: go1.13.15 [2021-07-14T07:20:12.125Z] Git commit: 1e08f21e79 [2021-07-14T07:20:12.125Z] Built: 03/11/2021 13:23:32 [2021-07-14T07:20:12.125Z] OS/Arch: windows/amd64 [2021-07-14T07:20:12.125Z] Experimental: true [2021-07-14T07:20:12.125Z] [2021-07-14T07:20:12.125Z] INFO: Docker info of control daemon [2021-07-14T07:20:12.125Z] [2021-07-14T07:20:12.125Z] Client: [2021-07-14T07:20:12.125Z] Context: default [2021-07-14T07:20:12.125Z] Debug Mode: false [2021-07-14T07:20:12.125Z] Plugins: [2021-07-14T07:20:12.125Z] app: Docker Application (Docker Inc., v0.8.0) [2021-07-14T07:20:12.125Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-07-14T07:20:12.125Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-07-14T07:20:12.125Z] [2021-07-14T07:20:12.125Z] Server: [2021-07-14T07:20:12.125Z] Containers: 0 [2021-07-14T07:20:12.125Z] Running: 0 [2021-07-14T07:20:12.125Z] Paused: 0 [2021-07-14T07:20:12.125Z] Stopped: 0 [2021-07-14T07:20:12.125Z] Images: 1 [2021-07-14T07:20:12.125Z] Server Version: 20.10.0 [2021-07-14T07:20:12.125Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-07-14T07:20:12.125Z] Windows: [2021-07-14T07:20:12.125Z] LCOW: [2021-07-14T07:20:12.125Z] Logging Driver: json-file [2021-07-14T07:20:12.125Z] Plugins: [2021-07-14T07:20:12.125Z] Volume: local [2021-07-14T07:20:12.125Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-07-14T07:20:12.125Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-07-14T07:20:12.125Z] Swarm: inactive [2021-07-14T07:20:12.125Z] Default Isolation: process [2021-07-14T07:20:12.125Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-07-14T07:20:12.125Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-07-14T07:20:12.125Z] OSType: windows [2021-07-14T07:20:12.125Z] Architecture: x86_64 [2021-07-14T07:20:12.125Z] CPUs: 4 [2021-07-14T07:20:12.125Z] Total Memory: 32GiB [2021-07-14T07:20:12.125Z] Name: azwin-2-192b51 [2021-07-14T07:20:12.125Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-07-14T07:20:12.125Z] Docker Root Dir: D:\docker [2021-07-14T07:20:12.125Z] Debug Mode: false [2021-07-14T07:20:12.125Z] Registry: https://index.docker.io/v1/ [2021-07-14T07:20:12.125Z] Labels: [2021-07-14T07:20:12.125Z] Experimental: true [2021-07-14T07:20:12.125Z] Insecure Registries: [2021-07-14T07:20:12.125Z] 10.0.0.4:5000 [2021-07-14T07:20:12.125Z] 127.0.0.0/8 [2021-07-14T07:20:12.125Z] Registry Mirrors: [2021-07-14T07:20:12.125Z] http://10.0.0.4:5000/ [2021-07-14T07:20:12.125Z] Live Restore Enabled: false [2021-07-14T07:20:12.125Z] [2021-07-14T07:20:12.125Z] [2021-07-14T07:20:12.125Z] INFO: Commit hash is a9f6c49bce [2021-07-14T07:20:12.125Z] INFO: Nuke-Everything... [2021-07-14T07:20:12.125Z] INFO: Container count on control daemon to delete is 0 [2021-07-14T07:20:12.125Z] INFO: Nuking d:\CI [2021-07-14T07:20:12.125Z] INFO: Zapped successfully [2021-07-14T07:20:12.125Z] INFO: Location for testing is d:\CI\PR-42636\2 [2021-07-14T07:20:12.125Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-07-14T07:20:12.125Z] [2021-07-14T07:20:12.125Z] [2021-07-14T07:20:12.125Z] INFO: Building the image from Dockerfile.windows at 07/14/2021 07:20:04... [2021-07-14T07:20:12.125Z] [2021-07-14T07:20:12.125Z] Sending build context to Docker daemon 60.86MB [2021-07-14T07:20:12.125Z] [2021-07-14T07:20:12.125Z] Step 1/10 : FROM microsoft/windowsservercore [2021-07-14T07:20:12.125Z] ---> 39d157a84080 [2021-07-14T07:20:12.125Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-07-14T07:20:12.125Z] ---> Running in 1487d343a865 [2021-07-14T07:20:12.125Z] Removing intermediate container 1487d343a865 [2021-07-14T07:20:12.125Z] ---> 1f285b7280f5 [2021-07-14T07:20:12.125Z] Step 3/10 : ARG GO_VERSION=1.16.6 [2021-07-14T07:20:12.125Z] ---> Running in b9055ab92195 [2021-07-14T07:20:12.125Z] Removing intermediate container b9055ab92195 [2021-07-14T07:20:12.125Z] ---> e26fdb34d405 [2021-07-14T07:20:12.125Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-07-14T07:20:12.125Z] ---> Running in 4fc4b90f0c5e [2021-07-14T07:20:12.125Z] Removing intermediate container 4fc4b90f0c5e [2021-07-14T07:20:12.125Z] ---> b5db75964dee [2021-07-14T07:20:12.125Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2021-07-14T07:20:12.125Z] ---> Running in 0f60f4b65de5 [2021-07-14T07:20:12.125Z] Removing intermediate container 0f60f4b65de5 [2021-07-14T07:20:12.125Z] ---> 2789e35f9ff1 [2021-07-14T07:20:12.125Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2021-07-14T07:20:12.125Z] ---> Running in d7d968d7292e [2021-07-14T07:20:12.138Z] #57 229.0 + bin/containerd-shim-runc-v2 [2021-07-14T07:20:12.145Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42636/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b81674392e3dec8824c4a34d8cd8b328f16ec1c9 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b81674392e3dec8824c4a34d8cd8b328f16ec1c9 hack/test/unit [2021-07-14T07:20:12.295Z] #69 3.256 Selecting previously unselected package libargon2-1:amd64. [2021-07-14T07:20:12.295Z] #69 3.256 (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 ... 28078 files and directories currently installed.) [2021-07-14T07:20:12.295Z] #69 3.270 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-07-14T07:20:12.295Z] #69 3.277 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-07-14T07:20:12.295Z] #69 3.312 Selecting previously unselected package libjson-c3:amd64. [2021-07-14T07:20:12.295Z] #69 3.315 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2021-07-14T07:20:12.295Z] #69 3.320 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-07-14T07:20:12.295Z] #69 3.360 Selecting previously unselected package libcryptsetup12:amd64. [2021-07-14T07:20:12.295Z] #69 3.363 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2021-07-14T07:20:12.295Z] #69 3.366 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-07-14T07:20:12.295Z] #69 3.413 Selecting previously unselected package libidn11:amd64. [2021-07-14T07:20:12.295Z] #69 3.416 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2021-07-14T07:20:12.295Z] #69 3.420 Unpacking libidn11:amd64 (1.33-2.2) ... [2021-07-14T07:20:12.295Z] #69 3.467 Selecting previously unselected package libkmod2:amd64. [2021-07-14T07:20:12.556Z] #69 3.468 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2021-07-14T07:20:12.556Z] #69 3.472 Unpacking libkmod2:amd64 (26-1) ... [2021-07-14T07:20:12.556Z] #69 3.516 Selecting previously unselected package systemd. [2021-07-14T07:20:12.556Z] #69 3.519 Preparing to unpack .../5-systemd_241-7~deb10u7_amd64.deb ... [2021-07-14T07:20:12.556Z] #69 3.558 Unpacking systemd (241-7~deb10u7) ... [2021-07-14T07:20:12.705Z] #57 229.6 + binaries [2021-07-14T07:20:12.705Z] #57 229.6 + install -D bin/containerd /build/containerd [2021-07-14T07:20:12.705Z] #57 229.6 + install -D bin/containerd-shim /build/containerd-shim [2021-07-14T07:20:12.705Z] #57 229.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-07-14T07:20:12.705Z] #57 229.7 + install -D bin/ctr /build/ctr [2021-07-14T07:20:12.817Z] #69 4.031 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-07-14T07:20:13.077Z] #69 4.043 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-07-14T07:20:13.077Z] #69 4.055 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-07-14T07:20:13.077Z] #69 4.067 Setting up libidn11:amd64 (1.33-2.2) ... [2021-07-14T07:20:13.077Z] #69 4.078 Setting up libkmod2:amd64 (26-1) ... [2021-07-14T07:20:13.077Z] #69 4.089 Setting up systemd (241-7~deb10u7) ... [2021-07-14T07:20:13.077Z] #69 4.135 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-07-14T07:20:13.077Z] #69 4.137 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-07-14T07:20:13.077Z] #69 4.141 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-07-14T07:20:13.077Z] #69 4.141 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-07-14T07:20:13.648Z] #69 4.637 Selecting previously unselected package systemd-sysv. [2021-07-14T07:20:13.648Z] #69 4.637 (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 ... 28875 files and directories currently installed.) [2021-07-14T07:20:13.648Z] #69 4.655 Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ... [2021-07-14T07:20:13.648Z] #69 4.662 Unpacking systemd-sysv (241-7~deb10u7) ... [2021-07-14T07:20:13.648Z] #69 4.702 Selecting previously unselected package libdbus-1-3:amd64. [2021-07-14T07:20:13.648Z] #69 4.705 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2021-07-14T07:20:13.648Z] #69 4.709 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-07-14T07:20:13.648Z] #69 4.768 Selecting previously unselected package dbus. [2021-07-14T07:20:13.648Z] #69 4.771 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2021-07-14T07:20:13.648Z] #69 4.782 Unpacking dbus (1.12.20-0+deb10u1) ... [2021-07-14T07:20:13.648Z] #69 4.840 Selecting previously unselected package libpam-systemd:amd64. [2021-07-14T07:20:13.908Z] #69 4.843 Preparing to unpack .../libpam-systemd_241-7~deb10u7_amd64.deb ... [2021-07-14T07:20:13.908Z] #69 4.847 Unpacking libpam-systemd:amd64 (241-7~deb10u7) ... [2021-07-14T07:20:13.908Z] #69 4.889 Selecting previously unselected package dbus-user-session. [2021-07-14T07:20:13.908Z] #69 4.891 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2021-07-14T07:20:13.908Z] #69 4.895 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2021-07-14T07:20:13.908Z] #69 4.986 Setting up systemd-sysv (241-7~deb10u7) ... [2021-07-14T07:20:13.908Z] #69 4.999 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-07-14T07:20:13.908Z] #69 5.012 Setting up dbus (1.12.20-0+deb10u1) ... [2021-07-14T07:20:13.908Z] #69 5.122 invoke-rc.d: could not determine current runlevel [2021-07-14T07:20:14.169Z] #69 5.124 invoke-rc.d: policy-rc.d denied execution of start. [2021-07-14T07:20:14.169Z] #69 5.129 Setting up libpam-systemd:amd64 (241-7~deb10u7) ... [2021-07-14T07:20:14.169Z] #69 5.293 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2021-07-14T07:20:14.169Z] #69 5.309 Processing triggers for systemd (241-7~deb10u7) ... [2021-07-14T07:20:14.169Z] #69 5.319 Processing triggers for libc-bin (2.28-10) ... [2021-07-14T07:20:14.350Z] #57 228.3 + bin/containerd-shim-runc-v2 [2021-07-14T07:20:14.350Z] #57 228.9 + binaries [2021-07-14T07:20:14.350Z] #57 228.9 + install -D bin/containerd /build/containerd [2021-07-14T07:20:14.350Z] #57 228.9 + install -D bin/containerd-shim /build/containerd-shim [2021-07-14T07:20:14.350Z] #57 228.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-07-14T07:20:14.350Z] #57 228.9 + install -D bin/ctr /build/ctr [2021-07-14T07:20:14.430Z] #69 DONE 5.5s [2021-07-14T07:20:14.430Z] [2021-07-14T07:20:14.430Z] #70 [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-07-14T07:20:14.430Z] #70 sha256:76dcc47be82accb5679b38ee15a355354d52a48f7f0674cb62cf42954a66b12d [2021-07-14T07:20:14.692Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-07-14T07:20:14.692Z] + TESTFLAGS+=' -test.timeout=5m' [2021-07-14T07:20:14.692Z] + TESTDIRS=./... [2021-07-14T07:20:14.692Z] + exclude_paths='/vendor/|/integration' [2021-07-14T07:20:14.692Z] ++ go list ./... [2021-07-14T07:20:14.692Z] ++ grep -vE '(/vendor/|/integration)' [2021-07-14T07:20:15.001Z] #70 0.444 % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-14T07:20:15.001Z] #70 0.445 Dload Upload Total Spent Left Speed [2021-07-14T07:20:15.001Z] #70 0.445 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 19393 0 --:--:-- --:--:-- --:--:-- 19393 [2021-07-14T07:20:15.001Z] #70 DONE 0.6s [2021-07-14T07:20:15.001Z] [2021-07-14T07:20:15.001Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-07-14T07:20:15.001Z] #71 sha256:3ef858684734997f9d0d952a9d0d1a74d2cd4c06198610e175efcbd4c8d1697c [2021-07-14T07:20:15.233Z] #57 DONE 231.9s [2021-07-14T07:20:15.342Z] [2021-07-14T07:20:15.342Z] SUCCESS: Specified value was saved. [2021-07-14T07:20:15.799Z] [2021-07-14T07:20:15.799Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-07-14T07:20:15.799Z] #58 sha256:f4153f6c39bd51f7b406ec095aa5c58928a80e5fe98908c949e97d52af465e32 [2021-07-14T07:20:15.840Z] INFO: Downloading git... [2021-07-14T07:20:15.943Z] #71 DONE 0.9s [2021-07-14T07:20:15.943Z] [2021-07-14T07:20:15.943Z] #72 exporting to image [2021-07-14T07:20:15.943Z] #72 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-07-14T07:20:15.943Z] #72 exporting layers [2021-07-14T07:20:16.084Z] + pkg_list='github.com/docker/docker/api [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/backend/build [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/httputils [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/middleware [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/router [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/router/build [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/router/checkpoint [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/router/container [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/router/debug [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/router/distribution [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/router/grpc [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/router/image [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/router/network [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/router/plugin [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/router/session [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/router/swarm [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/router/system [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/server/router/volume [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/backend [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/blkiodev [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/container [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/events [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/filters [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/image [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/mount [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/network [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/plugins/logdriver [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/registry [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/strslice [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/swarm [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/swarm/runtime [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/time [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/versions [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/versions/v1p19 [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/versions/v1p20 [2021-07-14T07:20:16.084Z] github.com/docker/docker/api/types/volume [2021-07-14T07:20:16.084Z] github.com/docker/docker/builder [2021-07-14T07:20:16.084Z] github.com/docker/docker/builder/builder-next [2021-07-14T07:20:16.084Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-07-14T07:20:16.084Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-07-14T07:20:16.084Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-07-14T07:20:16.084Z] github.com/docker/docker/builder/builder-next/exporter [2021-07-14T07:20:16.084Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-07-14T07:20:16.084Z] github.com/docker/docker/builder/builder-next/worker [2021-07-14T07:20:16.084Z] github.com/docker/docker/builder/dockerfile [2021-07-14T07:20:16.084Z] github.com/docker/docker/builder/dockerignore [2021-07-14T07:20:16.084Z] github.com/docker/docker/builder/remotecontext [2021-07-14T07:20:16.084Z] github.com/docker/docker/builder/remotecontext/git [2021-07-14T07:20:16.084Z] github.com/docker/docker/cli [2021-07-14T07:20:16.084Z] github.com/docker/docker/cli/config [2021-07-14T07:20:16.084Z] github.com/docker/docker/cli/debug [2021-07-14T07:20:16.084Z] github.com/docker/docker/client [2021-07-14T07:20:16.084Z] github.com/docker/docker/cmd/docker-proxy [2021-07-14T07:20:16.084Z] github.com/docker/docker/cmd/dockerd [2021-07-14T07:20:16.084Z] github.com/docker/docker/container [2021-07-14T07:20:16.084Z] github.com/docker/docker/container/stream [2021-07-14T07:20:16.084Z] github.com/docker/docker/contrib/apparmor [2021-07-14T07:20:16.084Z] github.com/docker/docker/contrib/docker-device-tool [2021-07-14T07:20:16.084Z] github.com/docker/docker/contrib/httpserver [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/cluster [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/cluster/convert [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/cluster/executor [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/cluster/executor/container [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/cluster/provider [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/config [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/discovery [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/events [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/events/testutils [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/exec [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/graphdriver [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/graphdriver/copy [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/graphdriver/register [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/images [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/initlayer [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/links [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/listeners [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/logger [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/logger/awslogs [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/logger/fluentd [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/logger/gcplogs [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/logger/gelf [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/logger/journald [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/logger/local [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/logger/logentries [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/logger/loggerutils [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/logger/splunk [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/logger/syslog [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/logger/templates [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/names [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/network [2021-07-14T07:20:16.084Z] github.com/docker/docker/daemon/stats [2021-07-14T07:20:16.084Z] github.com/docker/docker/distribution [2021-07-14T07:20:16.084Z] github.com/docker/docker/distribution/metadata [2021-07-14T07:20:16.084Z] github.com/docker/docker/distribution/utils [2021-07-14T07:20:16.084Z] github.com/docker/docker/distribution/xfer [2021-07-14T07:20:16.084Z] github.com/docker/docker/dockerversion [2021-07-14T07:20:16.084Z] github.com/docker/docker/errdefs [2021-07-14T07:20:16.084Z] github.com/docker/docker/image [2021-07-14T07:20:16.084Z] github.com/docker/docker/image/cache [2021-07-14T07:20:16.084Z] github.com/docker/docker/image/tarexport [2021-07-14T07:20:16.084Z] github.com/docker/docker/image/v1 [2021-07-14T07:20:16.084Z] github.com/docker/docker/internal/test/suite [2021-07-14T07:20:16.084Z] github.com/docker/docker/layer [2021-07-14T07:20:16.084Z] github.com/docker/docker/libcontainerd [2021-07-14T07:20:16.084Z] github.com/docker/docker/libcontainerd/queue [2021-07-14T07:20:16.084Z] github.com/docker/docker/libcontainerd/remote [2021-07-14T07:20:16.084Z] github.com/docker/docker/libcontainerd/supervisor [2021-07-14T07:20:16.084Z] github.com/docker/docker/libcontainerd/types [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/api [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/bitseq [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/cluster [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/config [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/datastore [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/diagnostic [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/discoverapi [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/driverapi [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/drivers/host [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/drivers/null [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/drivers/remote [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/drivers/windows [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/drvregistry [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/etchosts [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/idm [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/internal/caller [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/ipam [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/ipamapi [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/ipams/null [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/ipams/remote [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-07-14T07:20:16.084Z] github.com/docker/docker/libnetwork/ipamutils [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/iptables [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/netlabel [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/netutils [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/networkdb [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/ns [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/options [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/osl [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/osl/kernel [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/portallocator [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/portmapper [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/resolvconf [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/testutils [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/types [2021-07-14T07:20:16.085Z] github.com/docker/docker/oci [2021-07-14T07:20:16.085Z] github.com/docker/docker/oci/caps [2021-07-14T07:20:16.085Z] github.com/docker/docker/opts [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/aaparser [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/archive [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/authorization [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/broadcaster [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/capabilities [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/chrootarchive [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/containerfs [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/devicemapper [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/directory [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/discovery [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/discovery/file [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/discovery/kv [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/discovery/memory [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/discovery/nodes [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/dmesg [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/filenotify [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/fileutils [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/fsutils [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/homedir [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/idtools [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/ioutils [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/jsonmessage [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/locker [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/longpath [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/loopback [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/mount [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/namesgenerator [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/parsers [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/parsers/kernel [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/pidfile [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/platform [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/plugingetter [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/plugins [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/plugins/transport [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/pools [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/progress [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/pubsub [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/reexec [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/signal [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/signal/testfiles [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/stdcopy [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/streamformatter [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/stringid [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/symlink [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/sysinfo [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/system [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/tailfile [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/tarsum [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/term [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/term/windows [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/truncindex [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/urlutil [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/useragent [2021-07-14T07:20:16.085Z] github.com/docker/docker/plugin [2021-07-14T07:20:16.085Z] github.com/docker/docker/plugin/executor/containerd [2021-07-14T07:20:16.085Z] github.com/docker/docker/plugin/v2 [2021-07-14T07:20:16.085Z] github.com/docker/docker/profiles/apparmor [2021-07-14T07:20:16.085Z] github.com/docker/docker/profiles/seccomp [2021-07-14T07:20:16.085Z] github.com/docker/docker/quota [2021-07-14T07:20:16.085Z] github.com/docker/docker/reference [2021-07-14T07:20:16.085Z] github.com/docker/docker/registry [2021-07-14T07:20:16.085Z] github.com/docker/docker/registry/resumable [2021-07-14T07:20:16.085Z] github.com/docker/docker/restartmanager [2021-07-14T07:20:16.085Z] github.com/docker/docker/rootless [2021-07-14T07:20:16.085Z] github.com/docker/docker/rootless/specconv [2021-07-14T07:20:16.085Z] github.com/docker/docker/runconfig [2021-07-14T07:20:16.085Z] github.com/docker/docker/runconfig/opts [2021-07-14T07:20:16.085Z] github.com/docker/docker/testutil [2021-07-14T07:20:16.085Z] github.com/docker/docker/testutil/daemon [2021-07-14T07:20:16.085Z] github.com/docker/docker/testutil/environment [2021-07-14T07:20:16.085Z] github.com/docker/docker/testutil/fakecontext [2021-07-14T07:20:16.085Z] github.com/docker/docker/testutil/fakegit [2021-07-14T07:20:16.085Z] github.com/docker/docker/testutil/fakestorage [2021-07-14T07:20:16.085Z] github.com/docker/docker/testutil/fixtures/load [2021-07-14T07:20:16.085Z] github.com/docker/docker/testutil/fixtures/plugin [2021-07-14T07:20:16.085Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-07-14T07:20:16.085Z] github.com/docker/docker/testutil/registry [2021-07-14T07:20:16.085Z] github.com/docker/docker/testutil/request [2021-07-14T07:20:16.085Z] github.com/docker/docker/volume [2021-07-14T07:20:16.085Z] github.com/docker/docker/volume/drivers [2021-07-14T07:20:16.085Z] github.com/docker/docker/volume/local [2021-07-14T07:20:16.085Z] github.com/docker/docker/volume/mounts [2021-07-14T07:20:16.085Z] github.com/docker/docker/volume/service [2021-07-14T07:20:16.085Z] github.com/docker/docker/volume/service/opts [2021-07-14T07:20:16.085Z] github.com/docker/docker/volume/testutils' [2021-07-14T07:20:16.085Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-07-14T07:20:16.085Z] + echo 'github.com/docker/docker/api [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/backend/build [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/httputils [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/middleware [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/router [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/router/build [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/router/checkpoint [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/router/container [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/router/debug [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/router/distribution [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/router/grpc [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/router/image [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/router/network [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/router/plugin [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/router/session [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/router/swarm [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/router/system [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/server/router/volume [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/backend [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/blkiodev [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/container [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/events [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/filters [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/image [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/mount [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/network [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/plugins/logdriver [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/registry [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/strslice [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/swarm [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/swarm/runtime [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/time [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/versions [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/versions/v1p19 [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/versions/v1p20 [2021-07-14T07:20:16.085Z] github.com/docker/docker/api/types/volume [2021-07-14T07:20:16.085Z] github.com/docker/docker/builder [2021-07-14T07:20:16.085Z] github.com/docker/docker/builder/builder-next [2021-07-14T07:20:16.085Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-07-14T07:20:16.085Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-07-14T07:20:16.085Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-07-14T07:20:16.085Z] github.com/docker/docker/builder/builder-next/exporter [2021-07-14T07:20:16.085Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-07-14T07:20:16.085Z] github.com/docker/docker/builder/builder-next/worker [2021-07-14T07:20:16.085Z] github.com/docker/docker/builder/dockerfile [2021-07-14T07:20:16.085Z] github.com/docker/docker/builder/dockerignore [2021-07-14T07:20:16.085Z] github.com/docker/docker/builder/remotecontext [2021-07-14T07:20:16.085Z] github.com/docker/docker/builder/remotecontext/git [2021-07-14T07:20:16.085Z] github.com/docker/docker/cli [2021-07-14T07:20:16.085Z] github.com/docker/docker/cli/config [2021-07-14T07:20:16.085Z] github.com/docker/docker/cli/debug [2021-07-14T07:20:16.085Z] github.com/docker/docker/client [2021-07-14T07:20:16.085Z] github.com/docker/docker/cmd/docker-proxy [2021-07-14T07:20:16.085Z] github.com/docker/docker/cmd/dockerd [2021-07-14T07:20:16.085Z] github.com/docker/docker/container [2021-07-14T07:20:16.085Z] github.com/docker/docker/container/stream [2021-07-14T07:20:16.085Z] github.com/docker/docker/contrib/apparmor [2021-07-14T07:20:16.085Z] github.com/docker/docker/contrib/docker-device-tool [2021-07-14T07:20:16.085Z] github.com/docker/docker/contrib/httpserver [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/cluster [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/cluster/convert [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/cluster/executor [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/cluster/executor/container [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/cluster/provider [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/config [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/discovery [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/events [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/events/testutils [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/exec [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/graphdriver [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/graphdriver/copy [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/graphdriver/register [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/images [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/initlayer [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/links [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/listeners [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/logger [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/logger/awslogs [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/logger/fluentd [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/logger/gcplogs [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/logger/gelf [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/logger/journald [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/logger/local [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/logger/logentries [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/logger/loggerutils [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/logger/splunk [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/logger/syslog [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/logger/templates [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/names [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/network [2021-07-14T07:20:16.085Z] github.com/docker/docker/daemon/stats [2021-07-14T07:20:16.085Z] github.com/docker/docker/distribution [2021-07-14T07:20:16.085Z] github.com/docker/docker/distribution/metadata [2021-07-14T07:20:16.085Z] github.com/docker/docker/distribution/utils [2021-07-14T07:20:16.085Z] github.com/docker/docker/distribution/xfer [2021-07-14T07:20:16.085Z] github.com/docker/docker/dockerversion [2021-07-14T07:20:16.085Z] github.com/docker/docker/errdefs [2021-07-14T07:20:16.085Z] github.com/docker/docker/image [2021-07-14T07:20:16.085Z] github.com/docker/docker/image/cache [2021-07-14T07:20:16.085Z] github.com/docker/docker/image/tarexport [2021-07-14T07:20:16.085Z] github.com/docker/docker/image/v1 [2021-07-14T07:20:16.085Z] github.com/docker/docker/internal/test/suite [2021-07-14T07:20:16.085Z] github.com/docker/docker/layer [2021-07-14T07:20:16.085Z] github.com/docker/docker/libcontainerd [2021-07-14T07:20:16.085Z] github.com/docker/docker/libcontainerd/queue [2021-07-14T07:20:16.085Z] github.com/docker/docker/libcontainerd/remote [2021-07-14T07:20:16.085Z] github.com/docker/docker/libcontainerd/supervisor [2021-07-14T07:20:16.085Z] github.com/docker/docker/libcontainerd/types [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/api [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/bitseq [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/cluster [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/config [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/datastore [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/diagnostic [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/discoverapi [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/driverapi [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/drivers/host [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/drivers/null [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/drivers/remote [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/drivers/windows [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/drvregistry [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/etchosts [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/idm [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/internal/caller [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/ipam [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/ipamapi [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/ipams/null [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/ipams/remote [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/ipamutils [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/iptables [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/netlabel [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/netutils [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/networkdb [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/ns [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/options [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/osl [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/osl/kernel [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/portallocator [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/portmapper [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/resolvconf [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/testutils [2021-07-14T07:20:16.085Z] github.com/docker/docker/libnetwork/types [2021-07-14T07:20:16.085Z] github.com/docker/docker/oci [2021-07-14T07:20:16.085Z] github.com/docker/docker/oci/caps [2021-07-14T07:20:16.085Z] github.com/docker/docker/opts [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/aaparser [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/archive [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/authorization [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/broadcaster [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/capabilities [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/chrootarchive [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/containerfs [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/devicemapper [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/directory [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/discovery [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/discovery/file [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/discovery/kv [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/discovery/memory [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/discovery/nodes [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/dmesg [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/filenotify [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/fileutils [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/fsutils [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/homedir [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/idtools [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/ioutils [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/jsonmessage [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/locker [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/longpath [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/loopback [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/mount [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/namesgenerator [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/parsers [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/parsers/kernel [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-07-14T07:20:16.085Z] github.com/docker/docker/pkg/pidfile [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/platform [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/plugingetter [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/plugins [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/plugins/transport [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/pools [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/progress [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/pubsub [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/reexec [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/signal [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/signal/testfiles [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/stdcopy [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/streamformatter [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/stringid [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/symlink [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/sysinfo [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/system [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/tailfile [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/tarsum [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/term [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/term/windows [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/truncindex [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/urlutil [2021-07-14T07:20:16.086Z] github.com/docker/docker/pkg/useragent [2021-07-14T07:20:16.086Z] github.com/docker/docker/plugin [2021-07-14T07:20:16.086Z] github.com/docker/docker/plugin/executor/containerd [2021-07-14T07:20:16.086Z] github.com/docker/docker/plugin/v2 [2021-07-14T07:20:16.086Z] github.com/docker/docker/profiles/apparmor [2021-07-14T07:20:16.086Z] github.com/docker/docker/profiles/seccomp [2021-07-14T07:20:16.086Z] github.com/docker/docker/quota [2021-07-14T07:20:16.086Z] github.com/docker/docker/reference [2021-07-14T07:20:16.086Z] github.com/docker/docker/registry [2021-07-14T07:20:16.086Z] github.com/docker/docker/registry/resumable [2021-07-14T07:20:16.086Z] github.com/docker/docker/restartmanager [2021-07-14T07:20:16.086Z] github.com/docker/docker/rootless [2021-07-14T07:20:16.086Z] github.com/docker/docker/rootless/specconv [2021-07-14T07:20:16.086Z] github.com/docker/docker/runconfig [2021-07-14T07:20:16.086Z] github.com/docker/docker/runconfig/opts [2021-07-14T07:20:16.086Z] github.com/docker/docker/testutil [2021-07-14T07:20:16.086Z] github.com/docker/docker/testutil/daemon [2021-07-14T07:20:16.086Z] github.com/docker/docker/testutil/environment [2021-07-14T07:20:16.086Z] github.com/docker/docker/testutil/fakecontext [2021-07-14T07:20:16.086Z] github.com/docker/docker/testutil/fakegit [2021-07-14T07:20:16.086Z] github.com/docker/docker/testutil/fakestorage [2021-07-14T07:20:16.086Z] github.com/docker/docker/testutil/fixtures/load [2021-07-14T07:20:16.086Z] github.com/docker/docker/testutil/fixtures/plugin [2021-07-14T07:20:16.086Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-07-14T07:20:16.086Z] github.com/docker/docker/testutil/registry [2021-07-14T07:20:16.086Z] github.com/docker/docker/testutil/request [2021-07-14T07:20:16.086Z] github.com/docker/docker/volume [2021-07-14T07:20:16.086Z] github.com/docker/docker/volume/drivers [2021-07-14T07:20:16.086Z] github.com/docker/docker/volume/local [2021-07-14T07:20:16.086Z] github.com/docker/docker/volume/mounts [2021-07-14T07:20:16.086Z] github.com/docker/docker/volume/service [2021-07-14T07:20:16.086Z] github.com/docker/docker/volume/service/opts [2021-07-14T07:20:16.086Z] github.com/docker/docker/volume/testutils' [2021-07-14T07:20:16.086Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-07-14T07:20:16.086Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-07-14T07:20:16.086Z] + type docker-proxy [2021-07-14T07:20:16.086Z] hack/test/unit: line 22: type: docker-proxy: not found [2021-07-14T07:20:16.086Z] + hack/make.sh binary-proxy install-proxy [2021-07-14T07:20:16.086Z] [2021-07-14T07:20:16.086Z] Removing bundles/ [2021-07-14T07:20:16.086Z] [2021-07-14T07:20:16.086Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-07-14T07:20:16.086Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-07-14T07:20:16.086Z] GOOS="" GOARCH="" GOARM="" [2021-07-14T07:20:16.249Z] #57 DONE 231.1s [2021-07-14T07:20:16.733Z] #58 DONE 0.9s [2021-07-14T07:20:16.733Z] [2021-07-14T07:20:16.733Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-07-14T07:20:16.733Z] #62 sha256:716f2fb4d9e7661a93b488fe00962fed8d26eaf94f9bb0aa97dbe4fba52b4040 [2021-07-14T07:20:16.733Z] #62 DONE 0.2s [2021-07-14T07:20:16.733Z] [2021-07-14T07:20:16.733Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-07-14T07:20:16.733Z] #67 sha256:73c10752429322cf0308c06ed1456876bebe03e96d3590be97edccedd18ccdd2 [2021-07-14T07:20:16.893Z] INFO: Downloading go... [2021-07-14T07:20:17.183Z] [2021-07-14T07:20:17.183Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-07-14T07:20:17.183Z] #58 sha256:b37ae29dcac36c6c6aeee5f603dfa952a0c16d89e34752ec66a2a1aa05d6067b [2021-07-14T07:20:17.481Z] INFO: Expanding go... [2021-07-14T07:20:17.667Z] #67 DONE 0.9s [2021-07-14T07:20:17.667Z] [2021-07-14T07:20:17.667Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-07-14T07:20:17.667Z] #68 sha256:dec476bb949d6962fd7be3c0990af683a835bc4f04ca12be6e03f0e293a7433f [2021-07-14T07:20:17.667Z] #68 DONE 0.0s [2021-07-14T07:20:17.667Z] [2021-07-14T07:20:17.667Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-07-14T07:20:17.667Z] #69 sha256:b9cb74a617b746af7579935e77239c60e2dcbebbac485b7e430a293b1fde651e [2021-07-14T07:20:18.116Z] #58 DONE 0.8s [2021-07-14T07:20:18.116Z] [2021-07-14T07:20:18.116Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-07-14T07:20:18.116Z] #62 sha256:547d6675e745d6976c521f0fde3aa5ffefd478413b0baca012aea7484c0e0f29 [2021-07-14T07:20:18.374Z] #62 DONE 0.3s [2021-07-14T07:20:18.374Z] [2021-07-14T07:20:18.374Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-07-14T07:20:18.374Z] #67 sha256:77286396ff48e253c8f46c833df45dfdaa9fa20cc98201bb6dd6ad8aac866eab [2021-07-14T07:20:19.042Z] #69 DONE 1.3s [2021-07-14T07:20:19.042Z] [2021-07-14T07:20:19.042Z] #70 exporting to image [2021-07-14T07:20:19.042Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-07-14T07:20:19.042Z] #70 exporting layers [2021-07-14T07:20:19.242Z] INFO: Downloading compiler 1 of 3... [2021-07-14T07:20:19.242Z] INFO: Downloading compiler 2 of 3... [2021-07-14T07:20:19.242Z] INFO: Downloading compiler 3 of 3... [2021-07-14T07:20:19.242Z] INFO: Extracting git... [2021-07-14T07:20:19.307Z] #67 DONE 1.0s [2021-07-14T07:20:19.307Z] [2021-07-14T07:20:19.307Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-07-14T07:20:19.307Z] #68 sha256:93ff8f3e1e18599ed42c85d7b387b77f22050cd39f71fbefc4ae49afb0efc405 [2021-07-14T07:20:19.307Z] #68 DONE 0.0s [2021-07-14T07:20:19.307Z] [2021-07-14T07:20:19.307Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-07-14T07:20:19.307Z] #69 sha256:db7119e7f0070796df2d7d2582581c248b6bab77fee7be2510a70ea841369ded [2021-07-14T07:20:20.681Z] #69 DONE 1.3s [2021-07-14T07:20:20.681Z] [2021-07-14T07:20:20.681Z] #70 exporting to image [2021-07-14T07:20:20.681Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-07-14T07:20:20.681Z] #70 exporting layers [2021-07-14T07:20:22.530Z] #72 exporting layers 6.7s done [2021-07-14T07:20:22.530Z] #72 writing image sha256:d09a8f003bb401d92d72ca1d4cc897015e71658d34157bb79bddce0327b067e0 done [2021-07-14T07:20:22.530Z] #72 naming to docker.io/library/docker:2a49aec2b8a396f14d590c88f8343f6b977e0999 done [2021-07-14T07:20:22.530Z] #72 DONE 6.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-07-14T07:20:22.897Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42636/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=2a49aec2b8a396f14d590c88f8343f6b977e0999 -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:2a49aec2b8a396f14d590c88f8343f6b977e0999 hack/make.sh dynbinary test-integration [2021-07-14T07:20:24.238Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-07-14T07:20:24.238Z] [2021-07-14T07:20:24.238Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-07-14T07:20:24.238Z] Installing docker-proxy to /usr/local/bin/ [2021-07-14T07:20:24.238Z] [2021-07-14T07:20:24.238Z] + mkdir -p bundles [2021-07-14T07:20:24.239Z] + 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/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/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns 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/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/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/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-07-14T07:20:24.811Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-07-14T07:20:24.811Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-07-14T07:20:24.811Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-07-14T07:20:24.811Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-07-14T07:20:24.811Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [2021-07-14T07:20:24.811Z] Detected virtualization docker. [2021-07-14T07:20:24.811Z] Detected architecture x86-64. [2021-07-14T07:20:24.811Z] Set hostname to . [2021-07-14T07:20:25.382Z] + source /etc/docker-entrypoint-cmd [2021-07-14T07:20:25.382Z] ++ hack/make.sh dynbinary test-integration [2021-07-14T07:20:25.382Z] [2021-07-14T07:20:25.382Z] Removing bundles/ [2021-07-14T07:20:25.382Z] [2021-07-14T07:20:25.382Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-07-14T07:20:25.382Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-07-14T07:20:25.382Z] GOOS="" GOARCH="" GOARM="" [2021-07-14T07:20:25.608Z] #70 exporting layers 6.7s done [2021-07-14T07:20:25.608Z] #70 writing image sha256:162625e9ba3027ae12d2b69f2e143e434ba10645fc8fccaed783f0750068f14c done [2021-07-14T07:20:25.608Z] #70 naming to docker.io/library/docker:2a49aec2b8a396f14d590c88f8343f6b977e0999 done [2021-07-14T07:20:25.608Z] #70 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-07-14T07:20:25.952Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42636/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=2a49aec2b8a396f14d590c88f8343f6b977e0999 -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:2a49aec2b8a396f14d590c88f8343f6b977e0999 hack/make.sh dynbinary test-integration [2021-07-14T07:20:26.162Z] ? github.com/docker/docker/api [no test files] [2021-07-14T07:20:27.244Z] #70 exporting layers 6.5s done [2021-07-14T07:20:27.244Z] #70 writing image sha256:623fac08765ff8f18c0dd759ce5a8acb159846e0216be91c9bf36fbe15c5c31b done [2021-07-14T07:20:27.244Z] #70 naming to docker.io/library/docker:2a49aec2b8a396f14d590c88f8343f6b977e0999 done [2021-07-14T07:20:27.244Z] #70 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-07-14T07:20:27.592Z] + trap exit INT TERM [2021-07-14T07:20:27.592Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-07-14T07:20:27.592Z] + CONTAINER_NAME=docker-pr2 [2021-07-14T07:20:27.592Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42636/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42636/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2a49aec2b8a396f14d590c88f8343f6b977e0999 -e DOCKER_GRAPHDRIVER docker:2a49aec2b8a396f14d590c88f8343f6b977e0999 hack/make.sh dynbinary [2021-07-14T07:20:27.878Z] [2021-07-14T07:20:27.878Z] Removing bundles/ [2021-07-14T07:20:27.878Z] [2021-07-14T07:20:27.878Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-07-14T07:20:27.878Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-07-14T07:20:27.878Z] GOOS="" GOARCH="" GOARM="" [2021-07-14T07:20:28.965Z] [2021-07-14T07:20:28.965Z] Removing bundles/ [2021-07-14T07:20:28.965Z] [2021-07-14T07:20:28.965Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-07-14T07:20:28.965Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-07-14T07:20:28.965Z] GOOS="" GOARCH="" GOARM="" [2021-07-14T07:20:32.173Z] INFO: Expanding go... [2021-07-14T07:20:34.111Z] 4612f6d0b889: Pull complete [2021-07-14T07:20:35.848Z] INFO: Expanding compiler 1 of 3... [2021-07-14T07:20:36.912Z] INFO: Expanding compiler 2 of 3... [2021-07-14T07:20:40.920Z] INFO: Expanding compiler 3 of 3... [2021-07-14T07:20:41.973Z] INFO: Removing downloaded files... [2021-07-14T07:20:41.973Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-07-14T07:20:41.973Z] INFO: Configuring git core.autocrlf... [2021-07-14T07:20:44.313Z] ok github.com/docker/docker/api/server 0.036s coverage: 9.0% of statements [2021-07-14T07:20:53.926Z] INFO: Expanding compiler 1 of 3... [2021-07-14T07:20:53.926Z] INFO: Expanding compiler 2 of 3... [2021-07-14T07:20:56.267Z] INFO: Expanding compiler 3 of 3... [2021-07-14T07:20:56.761Z] INFO: Removing downloaded files... [2021-07-14T07:20:56.761Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-07-14T07:20:56.761Z] INFO: Configuring git core.autocrlf... [2021-07-14T07:21:43.340Z] Removing intermediate container 5d4ed49b4a40 [2021-07-14T07:21:43.340Z] ---> b65d15b3492e [2021-07-14T07:21:43.340Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2021-07-14T07:21:43.340Z] ---> Running in a9d23d0e6258 [2021-07-14T07:21:47.297Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-07-14T07:21:47.297Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-07-14T07:21:48.332Z] go: downloading github.com/fatih/color v1.9.0 [2021-07-14T07:21:48.332Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-07-14T07:21:48.332Z] go: downloading github.com/pkg/errors v0.9.1 [2021-07-14T07:21:48.332Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-07-14T07:21:48.332Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-07-14T07:21:48.332Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-07-14T07:21:48.332Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-07-14T07:21:48.332Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-07-14T07:21:48.332Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-07-14T07:21:48.960Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-07-14T07:21:48.960Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-07-14T07:21:53.886Z] INFO: Build done for gotestsum... [2021-07-14T07:22:01.883Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-07-14T07:22:01.883Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-07-14T07:22:01.883Z] GOOS="" GOARCH="" GOARM="" [2021-07-14T07:22:01.883Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-07-14T07:22:01.883Z] [2021-07-14T07:22:01.883Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-07-14T07:22:01.883Z] DOCKER_SYSTEMD=1 [2021-07-14T07:22:01.883Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-07-14T07:22:01.883Z] HOSTNAME=f7d49645c9f9 [2021-07-14T07:22:01.883Z] DEST=bundles/test-integration [2021-07-14T07:22:01.883Z] PWD=/go/src/github.com/docker/docker [2021-07-14T07:22:01.883Z] DOCKER_GITCOMMIT=2a49aec2b8a396f14d590c88f8343f6b977e0999 [2021-07-14T07:22:01.883Z] container=docker [2021-07-14T07:22:01.883Z] HOME=/root [2021-07-14T07:22:01.883Z] LANG=C.UTF-8 [2021-07-14T07:22:01.883Z] INVOCATION_ID=91f74be92ad349508bf763a0807f1a66 [2021-07-14T07:22:01.883Z] GOLANG_VERSION=1.16.6 [2021-07-14T07:22:01.883Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-07-14T07:22:01.883Z] VALIDATE_BRANCH=master [2021-07-14T07:22:01.883Z] TERM=xterm [2021-07-14T07:22:01.883Z] DOCKER_PKG=github.com/docker/docker [2021-07-14T07:22:01.883Z] SHLVL=3 [2021-07-14T07:22:01.883Z] TIMEOUT=120m [2021-07-14T07:22:01.883Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-07-14T07:22:01.883Z] DOCKER_GRAPHDRIVER=overlay2 [2021-07-14T07:22:01.883Z] GO111MODULE=off [2021-07-14T07:22:01.883Z] DOCKER_EXPERIMENTAL=1 [2021-07-14T07:22:01.883Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-07-14T07:22:01.884Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-07-14T07:22:01.884Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-07-14T07:22:01.884Z] GOPATH=/go [2021-07-14T07:22:01.884Z] PKG_CONFIG=pkg-config [2021-07-14T07:22:01.884Z] _=/usr/bin/env [2021-07-14T07:22:01.884Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-07-14T07:22:02.846Z] Removing intermediate container a9d23d0e6258 [2021-07-14T07:22:02.846Z] ---> a3ed8901a716 [2021-07-14T07:22:02.846Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-07-14T07:22:02.846Z] ---> Running in 904b7d0866ea [2021-07-14T07:22:03.337Z] Removing intermediate container 904b7d0866ea [2021-07-14T07:22:03.337Z] ---> d0c6e9b25983 [2021-07-14T07:22:03.337Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-07-14T07:22:03.337Z] ---> Running in a84b2a4318f7 [2021-07-14T07:22:03.829Z] Removing intermediate container a84b2a4318f7 [2021-07-14T07:22:03.829Z] ---> 2cddb1185eda [2021-07-14T07:22:03.829Z] Step 10/10 : COPY . . [2021-07-14T07:22:04.341Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-07-14T07:22:04.341Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-07-14T07:22:04.341Z] GOOS="" GOARCH="" GOARM="" [2021-07-14T07:22:04.341Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-07-14T07:22:04.341Z] [2021-07-14T07:22:04.341Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-07-14T07:22:04.341Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-07-14T07:22:04.341Z] HOSTNAME=9e99c255e547 [2021-07-14T07:22:04.341Z] DEST=bundles/test-integration [2021-07-14T07:22:04.341Z] PWD=/go/src/github.com/docker/docker [2021-07-14T07:22:04.341Z] DOCKER_ROOTLESS=1 [2021-07-14T07:22:04.341Z] DOCKER_GITCOMMIT=2a49aec2b8a396f14d590c88f8343f6b977e0999 [2021-07-14T07:22:04.341Z] container=docker [2021-07-14T07:22:04.341Z] HOME=/root [2021-07-14T07:22:04.341Z] GOLANG_VERSION=1.16.6 [2021-07-14T07:22:04.341Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-07-14T07:22:04.341Z] VALIDATE_BRANCH=master [2021-07-14T07:22:04.341Z] TERM=xterm [2021-07-14T07:22:04.341Z] DOCKER_PKG=github.com/docker/docker [2021-07-14T07:22:04.341Z] SHLVL=1 [2021-07-14T07:22:04.341Z] TIMEOUT=120m [2021-07-14T07:22:04.341Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-07-14T07:22:04.341Z] DOCKER_GRAPHDRIVER=overlay2 [2021-07-14T07:22:04.341Z] GO111MODULE=off [2021-07-14T07:22:04.341Z] DOCKER_EXPERIMENTAL=1 [2021-07-14T07:22:04.341Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-07-14T07:22:04.341Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-07-14T07:22:04.341Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-07-14T07:22:04.341Z] GOPATH=/go [2021-07-14T07:22:04.341Z] PKG_CONFIG=pkg-config [2021-07-14T07:22:04.341Z] _=/usr/bin/env [2021-07-14T07:22:04.341Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-07-14T07:22:05.406Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-07-14T07:22:05.406Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-07-14T07:22:05.406Z] GOOS="" GOARCH="" GOARM="" [2021-07-14T07:22:05.406Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-07-14T07:22:05.406Z] [2021-07-14T07:22:05.406Z] + TEST_INTEGRATION_DEST=2 [2021-07-14T07:22:05.406Z] + CONTAINER_NAME=docker-pr2-2 [2021-07-14T07:22:05.406Z] + TEST_SKIP_INTEGRATION=1 [2021-07-14T07:22:05.406Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-07-14T07:22:05.406Z] + run_tests [2021-07-14T07:22:05.406Z] + c=0 [2021-07-14T07:22:05.406Z] + '[' -n 0 ']' [2021-07-14T07:22:05.406Z] + rm= [2021-07-14T07:22:05.406Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42636/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42636/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42636/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=2a49aec2b8a396f14d590c88f8343f6b977e0999 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2a49aec2b8a396f14d590c88f8343f6b977e0999 hack/make.sh '' test-integration [2021-07-14T07:22:05.406Z] + TEST_INTEGRATION_DEST=1 [2021-07-14T07:22:05.406Z] + CONTAINER_NAME=docker-pr2-1 [2021-07-14T07:22:05.406Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-07-14T07:22:05.406Z] + run_tests test-integration-flaky [2021-07-14T07:22:05.406Z] + '[' -n 0 ']' [2021-07-14T07:22:05.406Z] + rm= [2021-07-14T07:22:05.406Z] + TEST_INTEGRATION_DEST=3 [2021-07-14T07:22:05.406Z] + CONTAINER_NAME=docker-pr2-3 [2021-07-14T07:22:05.406Z] + TEST_SKIP_INTEGRATION=1 [2021-07-14T07:22:05.406Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-07-14T07:22:05.406Z] + run_tests [2021-07-14T07:22:05.406Z] + '[' -n 0 ']' [2021-07-14T07:22:05.406Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42636/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42636/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42636/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=2a49aec2b8a396f14d590c88f8343f6b977e0999 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2a49aec2b8a396f14d590c88f8343f6b977e0999 hack/make.sh test-integration-flaky test-integration [2021-07-14T07:22:05.406Z] + rm= [2021-07-14T07:22:05.406Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42636/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42636/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42636/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=2a49aec2b8a396f14d590c88f8343f6b977e0999 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2a49aec2b8a396f14d590c88f8343f6b977e0999 hack/make.sh '' test-integration [2021-07-14T07:22:05.406Z] ++ jobs -p [2021-07-14T07:22:05.406Z] + for job in $(jobs -p) [2021-07-14T07:22:05.406Z] + wait 4223 [2021-07-14T07:22:05.406Z] [2021-07-14T07:22:05.406Z] [2021-07-14T07:22:05.406Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-07-14T07:22:05.406Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-07-14T07:22:05.406Z] HOSTNAME=61dad6319853 [2021-07-14T07:22:05.406Z] TEST_SKIP_INTEGRATION=1 [2021-07-14T07:22:05.406Z] TESTDEBUG=0 [2021-07-14T07:22:05.406Z] DEST=bundles/test-integration [2021-07-14T07:22:05.406Z] PWD=/go/src/github.com/docker/docker [2021-07-14T07:22:05.406Z] KEEPBUNDLE=1 [2021-07-14T07:22:05.406Z] DOCKER_GITCOMMIT=2a49aec2b8a396f14d590c88f8343f6b977e0999 [2021-07-14T07:22:05.406Z] container=docker [2021-07-14T07:22:05.406Z] HOME=/root [2021-07-14T07:22:05.406Z] GOLANG_VERSION=1.16.6 [2021-07-14T07:22:05.406Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-07-14T07:22:05.406Z] VALIDATE_BRANCH=master [2021-07-14T07:22:05.406Z] TERM=xterm [2021-07-14T07:22:05.406Z] DOCKER_PKG=github.com/docker/docker [2021-07-14T07:22:05.406Z] SHLVL=1 [2021-07-14T07:22:05.406Z] TIMEOUT=120m [2021-07-14T07:22:05.406Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-07-14T07:22:05.406Z] DOCKER_GRAPHDRIVER=overlay2 [2021-07-14T07:22:05.406Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-07-14T07:22:05.406Z] GO111MODULE=off [2021-07-14T07:22:05.406Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-07-14T07:22:05.406Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-07-14T07:22:05.406Z] GOPATH=/go [2021-07-14T07:22:05.406Z] PKG_CONFIG=pkg-config [2021-07-14T07:22:05.406Z] _=/usr/bin/env [2021-07-14T07:22:05.406Z] Building test suite binary ./integration-cli/test.main [2021-07-14T07:22:05.406Z] [2021-07-14T07:22:05.406Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-07-14T07:22:05.406Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-07-14T07:22:05.406Z] HOSTNAME=510de159c19d [2021-07-14T07:22:05.406Z] TEST_SKIP_INTEGRATION=1 [2021-07-14T07:22:05.406Z] TESTDEBUG=0 [2021-07-14T07:22:05.406Z] DEST=bundles/test-integration [2021-07-14T07:22:05.406Z] PWD=/go/src/github.com/docker/docker [2021-07-14T07:22:05.406Z] KEEPBUNDLE=1 [2021-07-14T07:22:05.406Z] DOCKER_GITCOMMIT=2a49aec2b8a396f14d590c88f8343f6b977e0999 [2021-07-14T07:22:05.406Z] container=docker [2021-07-14T07:22:05.406Z] HOME=/root [2021-07-14T07:22:05.406Z] GOLANG_VERSION=1.16.6 [2021-07-14T07:22:05.406Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-07-14T07:22:05.406Z] VALIDATE_BRANCH=master [2021-07-14T07:22:05.406Z] TERM=xterm [2021-07-14T07:22:05.406Z] DOCKER_PKG=github.com/docker/docker [2021-07-14T07:22:05.406Z] SHLVL=1 [2021-07-14T07:22:05.406Z] TIMEOUT=120m [2021-07-14T07:22:05.406Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-07-14T07:22:05.406Z] DOCKER_GRAPHDRIVER=overlay2 [2021-07-14T07:22:05.406Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-07-14T07:22:05.406Z] GO111MODULE=off [2021-07-14T07:22:05.406Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-07-14T07:22:05.406Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-07-14T07:22:05.406Z] GOPATH=/go [2021-07-14T07:22:05.406Z] PKG_CONFIG=pkg-config [2021-07-14T07:22:05.406Z] _=/usr/bin/env [2021-07-14T07:22:05.406Z] Building test suite binary ./integration-cli/test.main [2021-07-14T07:22:05.406Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-07-14T07:22:05.406Z] No new tests added to integration. [2021-07-14T07:22:05.406Z] [2021-07-14T07:22:05.406Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-07-14T07:22:05.665Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-07-14T07:22:05.665Z] HOSTNAME=35dc1890a6f3 [2021-07-14T07:22:05.665Z] TESTDEBUG=0 [2021-07-14T07:22:05.665Z] DEST=bundles/test-integration [2021-07-14T07:22:05.665Z] PWD=/go/src/github.com/docker/docker [2021-07-14T07:22:05.665Z] KEEPBUNDLE=1 [2021-07-14T07:22:05.665Z] DOCKER_GITCOMMIT=2a49aec2b8a396f14d590c88f8343f6b977e0999 [2021-07-14T07:22:05.665Z] container=docker [2021-07-14T07:22:05.665Z] HOME=/root [2021-07-14T07:22:05.665Z] GOLANG_VERSION=1.16.6 [2021-07-14T07:22:05.665Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-07-14T07:22:05.665Z] VALIDATE_BRANCH=master [2021-07-14T07:22:05.665Z] TERM=xterm [2021-07-14T07:22:05.665Z] DOCKER_PKG=github.com/docker/docker [2021-07-14T07:22:05.665Z] SHLVL=1 [2021-07-14T07:22:05.665Z] TIMEOUT=120m [2021-07-14T07:22:05.665Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-07-14T07:22:05.665Z] DOCKER_GRAPHDRIVER=overlay2 [2021-07-14T07:22:05.665Z] GO111MODULE=off [2021-07-14T07:22:05.665Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-07-14T07:22:05.665Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-07-14T07:22:05.665Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-07-14T07:22:05.665Z] GOPATH=/go [2021-07-14T07:22:05.665Z] PKG_CONFIG=pkg-config [2021-07-14T07:22:05.665Z] _=/usr/bin/env [2021-07-14T07:22:05.665Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-07-14T07:22:05.854Z] ok github.com/docker/docker/api/server/httputils 0.015s coverage: 14.7% of statements [2021-07-14T07:22:05.854Z] ok github.com/docker/docker/api/server/middleware 0.009s coverage: 37.7% of statements [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/server/router [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-07-14T07:22:05.854Z] ok github.com/docker/docker/api/server/router/swarm 0.032s coverage: 5.7% of statements [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/types [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/types/container [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/types/events [no test files] [2021-07-14T07:22:05.854Z] ok github.com/docker/docker/api/types/strslice 0.034s coverage: 90.0% of statements [2021-07-14T07:22:05.854Z] ok github.com/docker/docker/api/types/filters 0.011s coverage: 92.2% of statements [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/types/image [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/types/network [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-07-14T07:22:05.854Z] ok github.com/docker/docker/api/types/versions 0.020s coverage: 75.0% of statements [2021-07-14T07:22:05.854Z] ok github.com/docker/docker/api/types/time 0.028s coverage: 100.0% of statements [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/builder [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-07-14T07:22:05.854Z] ok github.com/docker/docker/builder/remotecontext 0.184s coverage: 13.7% of statements [2021-07-14T07:22:05.854Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2021-07-14T07:22:05.854Z] ok github.com/docker/docker/builder/dockerfile 0.329s coverage: 48.7% of statements [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-07-14T07:22:05.854Z] ok github.com/docker/docker/cmd/docker-proxy 0.265s coverage: 67.6% of statements [2021-07-14T07:22:05.854Z] ok github.com/docker/docker/builder/remotecontext/git 4.863s coverage: 86.3% of statements [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/cli [no test files] [2021-07-14T07:22:05.854Z] ? github.com/docker/docker/cli/config [no test files] [2021-07-14T07:22:09.586Z] Removing intermediate container d7d968d7292e [2021-07-14T07:22:09.586Z] ---> e075d999c982 [2021-07-14T07:22:09.586Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2021-07-14T07:22:09.586Z] ---> Running in 861a4c598448 [2021-07-14T07:22:09.586Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-07-14T07:22:09.586Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-07-14T07:22:09.586Z] go: downloading github.com/fatih/color v1.9.0 [2021-07-14T07:22:09.586Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-07-14T07:22:09.586Z] go: downloading github.com/pkg/errors v0.9.1 [2021-07-14T07:22:09.586Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-07-14T07:22:09.586Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-07-14T07:22:09.586Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-07-14T07:22:09.586Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-07-14T07:22:09.586Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-07-14T07:22:09.586Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-07-14T07:22:09.586Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-07-14T07:22:09.586Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-07-14T07:22:09.586Z] INFO: Build done for gotestsum... [2021-07-14T07:22:10.078Z] ok github.com/docker/docker/client 0.239s coverage: 75.5% of statements [2021-07-14T07:22:16.110Z] f143c6fed32d: Pull complete [2021-07-14T07:22:16.110Z] Digest: sha256:cc8a0215d2d19516c23b5f8a8e04799631c5ff2fb9a3c509fbd46f7ef7057877 [2021-07-14T07:22:16.110Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:22:16.110Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:22:16.110Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-07-14T07:22:16.110Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-07-14T07:22:16.110Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2061' [2021-07-14T07:22:16.110Z] INFO: Docker version of control daemon [2021-07-14T07:22:16.110Z] [2021-07-14T07:22:16.110Z] Client: [2021-07-14T07:22:16.110Z] Version: 20.10.6 [2021-07-14T07:22:16.110Z] API version: 1.41 [2021-07-14T07:22:16.110Z] Go version: go1.16.3 [2021-07-14T07:22:16.110Z] Git commit: 370c289 [2021-07-14T07:22:16.110Z] Built: Fri Apr 9 22:49:36 2021 [2021-07-14T07:22:16.110Z] OS/Arch: windows/amd64 [2021-07-14T07:22:16.110Z] Context: default [2021-07-14T07:22:16.110Z] Experimental: true [2021-07-14T07:22:16.110Z] [2021-07-14T07:22:16.110Z] Server: Docker Engine - Community [2021-07-14T07:22:16.110Z] Engine: [2021-07-14T07:22:16.110Z] Version: 20.10.6 [2021-07-14T07:22:16.110Z] API version: 1.41 (minimum version 1.24) [2021-07-14T07:22:16.110Z] Go version: go1.13.15 [2021-07-14T07:22:16.110Z] Git commit: 8728dd2 [2021-07-14T07:22:16.110Z] Built: Fri Apr 9 22:45:40 2021 [2021-07-14T07:22:16.110Z] OS/Arch: windows/amd64 [2021-07-14T07:22:16.110Z] Experimental: true [2021-07-14T07:22:16.110Z] [2021-07-14T07:22:16.110Z] INFO: Docker info of control daemon [2021-07-14T07:22:16.110Z] [2021-07-14T07:22:16.597Z] Client: [2021-07-14T07:22:16.597Z] Context: default [2021-07-14T07:22:16.597Z] Debug Mode: false [2021-07-14T07:22:16.597Z] Plugins: [2021-07-14T07:22:16.597Z] app: Docker Application (Docker Inc., v0.8.0) [2021-07-14T07:22:16.597Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-07-14T07:22:16.597Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-07-14T07:22:16.597Z] [2021-07-14T07:22:16.597Z] Server: [2021-07-14T07:22:16.597Z] Containers: 0 [2021-07-14T07:22:16.597Z] Running: 0 [2021-07-14T07:22:16.597Z] Paused: 0 [2021-07-14T07:22:16.597Z] Stopped: 0 [2021-07-14T07:22:16.597Z] Images: 1 [2021-07-14T07:22:16.597Z] Server Version: 20.10.6 [2021-07-14T07:22:16.597Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-07-14T07:22:16.597Z] Windows: [2021-07-14T07:22:16.597Z] LCOW: [2021-07-14T07:22:16.597Z] Logging Driver: json-file [2021-07-14T07:22:16.597Z] Plugins: [2021-07-14T07:22:16.597Z] Volume: local [2021-07-14T07:22:16.597Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-07-14T07:22:16.597Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-07-14T07:22:16.597Z] Swarm: inactive [2021-07-14T07:22:16.597Z] Default Isolation: process [2021-07-14T07:22:16.597Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-07-14T07:22:16.597Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879) [2021-07-14T07:22:16.597Z] OSType: windows [2021-07-14T07:22:16.597Z] Architecture: x86_64 [2021-07-14T07:22:16.597Z] CPUs: 4 [2021-07-14T07:22:16.597Z] Total Memory: 32GiB [2021-07-14T07:22:16.597Z] Name: azwin-2-f94c20 [2021-07-14T07:22:16.597Z] ID: RLME:2MWS:TYGR:XP2V:HYXJ:JAQI:V4NR:BCD6:RTRS:BBVD:TZQ6:Q2X3 [2021-07-14T07:22:16.597Z] Docker Root Dir: D:\docker [2021-07-14T07:22:16.597Z] Debug Mode: false [2021-07-14T07:22:16.597Z] Registry: https://index.docker.io/v1/ [2021-07-14T07:22:16.597Z] Labels: [2021-07-14T07:22:16.597Z] Experimental: true [2021-07-14T07:22:16.597Z] Insecure Registries: [2021-07-14T07:22:16.597Z] 10.0.0.4:5000 [2021-07-14T07:22:16.597Z] 127.0.0.0/8 [2021-07-14T07:22:16.597Z] Registry Mirrors: [2021-07-14T07:22:16.597Z] http://10.0.0.4:5000/ [2021-07-14T07:22:16.597Z] Live Restore Enabled: false [2021-07-14T07:22:16.597Z] Product License: Community Engine [2021-07-14T07:22:16.597Z] [2021-07-14T07:22:16.597Z] [2021-07-14T07:22:16.597Z] INFO: Commit hash is 09d565e98d [2021-07-14T07:22:16.597Z] INFO: Nuke-Everything... [2021-07-14T07:22:16.597Z] INFO: Container count on control daemon to delete is 0 [2021-07-14T07:22:17.626Z] INFO: Nuking d:\CI [2021-07-14T07:22:17.626Z] INFO: Zapped successfully [2021-07-14T07:22:17.626Z] INFO: Location for testing is d:\CI\PR-42636\2 [2021-07-14T07:22:17.626Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-07-14T07:22:17.626Z] [2021-07-14T07:22:17.626Z] [2021-07-14T07:22:17.626Z] INFO: Building the image from Dockerfile.windows at 07/14/2021 07:22:17... [2021-07-14T07:22:17.626Z] [2021-07-14T07:22:20.254Z] Removing intermediate container 861a4c598448 [2021-07-14T07:22:20.254Z] ---> cbfe58341d01 [2021-07-14T07:22:20.254Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-07-14T07:22:20.254Z] ---> Running in 2e41a3283ab7 [2021-07-14T07:22:20.254Z] Removing intermediate container 2e41a3283ab7 [2021-07-14T07:22:20.254Z] ---> d3d3e0ea992f [2021-07-14T07:22:20.254Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-07-14T07:22:20.254Z] ---> Running in d1da01433a94 [2021-07-14T07:22:20.254Z] Removing intermediate container d1da01433a94 [2021-07-14T07:22:20.254Z] ---> cb9efc93731a [2021-07-14T07:22:20.254Z] Step 10/10 : COPY . . [2021-07-14T07:22:22.626Z] Sending build context to Docker daemon 60.86MB [2021-07-14T07:22:22.626Z] [2021-07-14T07:22:22.626Z] Step 1/10 : FROM microsoft/windowsservercore [2021-07-14T07:22:22.626Z] ---> 9a0a02eca0e6 [2021-07-14T07:22:22.626Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-07-14T07:22:22.626Z] ---> Running in 7883f109994b [2021-07-14T07:22:23.129Z] Removing intermediate container 7883f109994b [2021-07-14T07:22:23.129Z] ---> 8fe7d31890dc [2021-07-14T07:22:23.129Z] Step 3/10 : ARG GO_VERSION=1.16.6 [2021-07-14T07:22:23.129Z] ---> Running in e8bd9f50e8a4 [2021-07-14T07:22:23.129Z] Removing intermediate container e8bd9f50e8a4 [2021-07-14T07:22:23.129Z] ---> 5cc47453af2c [2021-07-14T07:22:23.129Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-07-14T07:22:23.129Z] ---> Running in 03a729073d56 [2021-07-14T07:22:23.633Z] Removing intermediate container 03a729073d56 [2021-07-14T07:22:23.633Z] ---> 8919586a808d [2021-07-14T07:22:23.633Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} [2021-07-14T07:22:23.633Z] ---> Running in 9146f95d36ad [2021-07-14T07:22:24.133Z] Removing intermediate container 9146f95d36ad [2021-07-14T07:22:24.133Z] ---> df5a4a952d29 [2021-07-14T07:22:24.133Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; [2021-07-14T07:22:24.133Z] ---> Running in c6dd05a95dd1 [2021-07-14T07:22:25.498Z] ---> bcd8d82c5500 [2021-07-14T07:22:25.498Z] Successfully built bcd8d82c5500 [2021-07-14T07:22:25.498Z] Successfully tagged docker:latest [2021-07-14T07:22:25.498Z] INFO: Image build ended at 07/14/2021 07:22:24. Duration:00:02:38.0563816 [2021-07-14T07:22:25.498Z] [2021-07-14T07:22:25.498Z] [2021-07-14T07:22:25.498Z] INFO: Building the test binaries at 07/14/2021 07:22:24... [2021-07-14T07:22:26.340Z] INFO [loader] Go packages loading at mode 575 (exports_file|compiled_files|files|imports|name|types_sizes|deps) took 2m13.265073754s [2021-07-14T07:22:26.340Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 537.539026ms [2021-07-14T07:22:28.612Z] INFO: make.ps1 starting at 07/14/2021 07:22:27 [2021-07-14T07:22:28.612Z] INFO: Git commit (9e0e72a03d) assumed from DOCKER_GITCOMMIT environment variable [2021-07-14T07:22:28.612Z] INFO: Invoking autogen... [2021-07-14T07:22:29.106Z] INFO: Building daemon... [2021-07-14T07:22:39.489Z] [2021-07-14T07:22:39.489Z] SUCCESS: Specified value was saved. [2021-07-14T07:22:40.035Z] INFO: Downloading git... [2021-07-14T07:22:40.713Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-07-14T07:22:40.713Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-07-14T07:22:41.779Z] INFO: Downloading go... [2021-07-14T07:22:42.052Z] ---> 2bb22a319796 [2021-07-14T07:22:42.052Z] Successfully built 2bb22a319796 [2021-07-14T07:22:42.052Z] Successfully tagged docker:latest [2021-07-14T07:22:42.052Z] INFO: Image build ended at 07/14/2021 07:22:40. Duration:00:02:36.4366879 [2021-07-14T07:22:42.052Z] [2021-07-14T07:22:42.052Z] [2021-07-14T07:22:42.052Z] INFO: Building the test binaries at 07/14/2021 07:22:40... [2021-07-14T07:22:43.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-07-14T07:22:43.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-07-14T07:22:43.504Z] INFO: Downloading compiler 1 of 3... [2021-07-14T07:22:44.023Z] INFO: Downloading compiler 2 of 3... [2021-07-14T07:22:44.023Z] INFO: Downloading compiler 3 of 3... [2021-07-14T07:22:44.023Z] INFO: Extracting git... [2021-07-14T07:22:45.267Z] INFO: make.ps1 starting at 07/14/2021 07:22:44 [2021-07-14T07:22:45.267Z] INFO: Git commit (a9f6c49bce) assumed from DOCKER_GITCOMMIT environment variable [2021-07-14T07:22:45.267Z] INFO: Invoking autogen... [2021-07-14T07:22:45.790Z] INFO: Building daemon... [2021-07-14T07:22:48.883Z] ok github.com/docker/docker/container 0.151s coverage: 34.6% of statements [2021-07-14T07:22:51.444Z] ok github.com/docker/docker/cmd/dockerd 0.240s coverage: 29.1% of statements [2021-07-14T07:22:51.444Z] ? github.com/docker/docker/container/stream [no test files] [2021-07-14T07:22:51.444Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-07-14T07:22:51.444Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-07-14T07:22:51.444Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-07-14T07:22:52.839Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.021s coverage: 65.3% of statements [2021-07-14T07:22:53.416Z] ok github.com/docker/docker/daemon/cluster 0.108s coverage: 0.5% of statements [2021-07-14T07:22:54.366Z] ok github.com/docker/docker/daemon/cluster/convert 0.041s coverage: 35.9% of statements [2021-07-14T07:22:57.038Z] INFO: Expanding go... [2021-07-14T07:22:57.768Z] ok github.com/docker/docker/daemon/config 0.138s coverage: 81.4% of statements [2021-07-14T07:22:58.726Z] ok github.com/docker/docker/daemon/discovery 0.010s coverage: 30.0% of statements [2021-07-14T07:22:59.310Z] ok github.com/docker/docker/daemon/events 0.103s coverage: 50.0% of statements [2021-07-14T07:23:00.259Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2021-07-14T07:23:02.816Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.566s coverage: 13.8% of statements [2021-07-14T07:23:03.765Z] ok github.com/docker/docker/daemon/graphdriver/aufs 3.023s coverage: 73.3% of statements [2021-07-14T07:23:04.342Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.030s coverage: 3.1% of statements [2021-07-14T07:23:04.342Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.824s coverage: 56.2% of statements [2021-07-14T07:23:06.272Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.012s coverage: 1.9% of statements [2021-07-14T07:23:07.294Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-07-14T07:23:07.294Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-07-14T07:23:08.199Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.734s coverage: 49.4% of statements [2021-07-14T07:23:09.595Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.029s coverage: 57.5% of statements [2021-07-14T07:23:09.602Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-07-14T07:23:09.602Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-07-14T07:23:09.859Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.349s coverage: 57.7% of statements [2021-07-14T07:23:10.439Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.537s coverage: 46.2% of statements [2021-07-14T07:23:11.014Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.028s coverage: 3.0% of statements [2021-07-14T07:23:11.014Z] ok github.com/docker/docker/daemon/links 0.006s coverage: 93.0% of statements [2021-07-14T07:23:12.409Z] ok github.com/docker/docker/daemon 12.239s coverage: 17.4% of statements [2021-07-14T07:23:12.409Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-07-14T07:23:12.409Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-07-14T07:23:12.409Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-07-14T07:23:12.409Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-07-14T07:23:12.409Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-07-14T07:23:12.409Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-07-14T07:23:12.409Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-07-14T07:23:12.677Z] ok github.com/docker/docker/daemon/images 0.034s coverage: 6.8% of statements [2021-07-14T07:23:12.677Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-07-14T07:23:12.677Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-07-14T07:23:13.253Z] ok github.com/docker/docker/daemon/logger 0.264s coverage: 43.5% of statements [2021-07-14T07:23:13.829Z] ok github.com/docker/docker/daemon/logger/gelf 0.034s coverage: 67.0% of statements [2021-07-14T07:23:13.829Z] ok github.com/docker/docker/daemon/logger/awslogs 0.373s coverage: 77.4% of statements [2021-07-14T07:23:13.829Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-07-14T07:23:13.829Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-07-14T07:23:14.092Z] ok github.com/docker/docker/daemon/logger/journald 0.030s coverage: 23.9% of statements [2021-07-14T07:23:14.668Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.019s coverage: 87.2% of statements [2021-07-14T07:23:14.668Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.017s coverage: 69.9% of statements [2021-07-14T07:23:15.244Z] ok github.com/docker/docker/daemon/logger/local 0.034s coverage: 75.2% of statements [2021-07-14T07:23:15.244Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-07-14T07:23:15.819Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.035s coverage: 31.5% of statements [2021-07-14T07:23:15.819Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.084s coverage: 56.8% of statements [2021-07-14T07:23:16.767Z] ok github.com/docker/docker/daemon/logger/templates 0.020s coverage: 8.3% of statements [2021-07-14T07:23:16.767Z] ok github.com/docker/docker/daemon/logger/syslog 0.016s coverage: 46.8% of statements [2021-07-14T07:23:17.300Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-07-14T07:23:17.300Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-07-14T07:23:17.342Z] ok github.com/docker/docker/daemon/network 0.011s coverage: 63.8% of statements [2021-07-14T07:23:17.871Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-07-14T07:23:18.291Z] ok github.com/docker/docker/daemon/logger/splunk 1.881s coverage: 82.5% of statements [2021-07-14T07:23:18.291Z] ? github.com/docker/docker/daemon/names [no test files] [2021-07-14T07:23:18.291Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-07-14T07:23:18.291Z] ok github.com/docker/docker/distribution/metadata 0.093s coverage: 48.2% of statements [2021-07-14T07:23:18.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-07-14T07:23:18.815Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-07-14T07:23:18.927Z] INFO: Expanding compiler 1 of 3... [2021-07-14T07:23:18.927Z] INFO: Expanding compiler 2 of 3... [2021-07-14T07:23:19.581Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-07-14T07:23:19.686Z] ok github.com/docker/docker/errdefs 0.015s coverage: 53.1% of statements [2021-07-14T07:23:19.686Z] ok github.com/docker/docker/distribution 0.186s coverage: 25.4% of statements [2021-07-14T07:23:19.686Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-07-14T07:23:20.205Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-07-14T07:23:20.517Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-07-14T07:23:20.634Z] ok github.com/docker/docker/image 0.045s coverage: 86.6% of statements [2021-07-14T07:23:20.634Z] ok github.com/docker/docker/image/cache 0.018s coverage: 19.2% of statements [2021-07-14T07:23:20.898Z] ok github.com/docker/docker/distribution/xfer 1.913s coverage: 85.6% of statements [2021-07-14T07:23:20.898Z] ? github.com/docker/docker/dockerversion [no test files] [2021-07-14T07:23:21.161Z] ok github.com/docker/docker/image/tarexport 0.018s coverage: 0.7% of statements [2021-07-14T07:23:21.424Z] ok github.com/docker/docker/image/v1 0.016s coverage: 25.0% of statements [2021-07-14T07:23:21.424Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-07-14T07:23:21.452Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-07-14T07:23:21.687Z] ok github.com/docker/docker/libcontainerd/queue 0.025s coverage: 100.0% of statements [2021-07-14T07:23:22.387Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-07-14T07:23:22.387Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-07-14T07:23:22.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-07-14T07:23:23.764Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-07-14T07:23:23.957Z] INFO: Expanding compiler 3 of 3... [2021-07-14T07:23:24.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-07-14T07:23:24.463Z] INFO: Removing downloaded files... [2021-07-14T07:23:24.463Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-07-14T07:23:24.463Z] INFO: Configuring git core.autocrlf... [2021-07-14T07:23:25.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-07-14T07:23:25.343Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-07-14T07:23:25.919Z] ok github.com/docker/docker/libnetwork/bitseq 0.500s coverage: 84.4% of statements [2021-07-14T07:23:26.286Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-07-14T07:23:26.299Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-07-14T07:23:26.496Z] ok github.com/docker/docker/libnetwork/api 2.564s coverage: 83.2% of statements [2021-07-14T07:23:26.857Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-07-14T07:23:27.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-07-14T07:23:28.243Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-07-14T07:23:28.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-07-14T07:23:28.418Z] ok github.com/docker/docker/libnetwork/config 0.159s coverage: 24.0% of statements [2021-07-14T07:23:28.504Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-07-14T07:23:28.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-07-14T07:23:28.995Z] ok github.com/docker/docker/libnetwork/datastore 0.009s coverage: 21.9% of statements [2021-07-14T07:23:29.259Z] ok github.com/docker/docker/libnetwork/driverapi 0.004s coverage: 68.9% of statements [2021-07-14T07:23:29.448Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-07-14T07:23:29.747Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-07-14T07:23:29.834Z] ok github.com/docker/docker/libnetwork/drivers/host 0.015s coverage: 34.8% of statements [2021-07-14T07:23:30.314Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-07-14T07:23:30.390Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-07-14T07:23:30.390Z] Using test binary docker [2021-07-14T07:23:30.390Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-07-14T07:23:30.390Z] Starting apparmor (via systemctl): apparmor.service. [2021-07-14T07:23:30.390Z] INFO: Waiting for daemon to start... [2021-07-14T07:23:30.390Z] Starting dockerd [2021-07-14T07:23:31.250Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-07-14T07:23:32.186Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-07-14T07:23:32.390Z] ok github.com/docker/docker/layer 7.937s coverage: 68.8% of statements [2021-07-14T07:23:32.390Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-07-14T07:23:32.390Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-07-14T07:23:32.390Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-07-14T07:23:32.390Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-07-14T07:23:32.390Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.035s coverage: 4.0% of statements [2021-07-14T07:23:32.753Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-07-14T07:23:32.967Z] ok github.com/docker/docker/libnetwork/drivers/null 0.013s coverage: 34.8% of statements [2021-07-14T07:23:33.230Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.043s coverage: 4.5% of statements [2021-07-14T07:23:33.689Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-07-14T07:23:33.689Z] Using test binary docker [2021-07-14T07:23:33.689Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-07-14T07:23:33.689Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-07-14T07:23:33.689Z] INFO: Waiting for daemon to start... [2021-07-14T07:23:33.689Z] Starting dockerd [2021-07-14T07:23:33.806Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.007s coverage: 63.6% of statements [2021-07-14T07:23:34.589Z] . [2021-07-14T07:23:34.589Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-07-14T07:23:34.589Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-07-14T07:23:34.589Z] Error: No such image: emptyfs [2021-07-14T07:23:34.589Z] Running integration-test (iteration 1) [2021-07-14T07:23:34.589Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-07-14T07:23:36.366Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.031s coverage: 57.4% of statements [2021-07-14T07:23:36.971Z] . [2021-07-14T07:23:36.972Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-07-14T07:23:36.972Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-07-14T07:23:36.972Z] Error: No such image: emptyfs [2021-07-14T07:23:36.972Z] Running integration-test (iteration 1) [2021-07-14T07:23:36.972Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-07-14T07:23:39.674Z] ok github.com/docker/docker/libnetwork/drivers/bridge 8.080s coverage: 59.9% of statements [2021-07-14T07:23:40.631Z] ok github.com/docker/docker/libnetwork/etchosts 0.038s coverage: 81.2% of statements [2021-07-14T07:23:41.577Z] ok github.com/docker/docker/libnetwork/drvregistry 0.032s coverage: 82.4% of statements [2021-07-14T07:23:41.578Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.006s coverage: 48.1% of statements [2021-07-14T07:23:41.840Z] ok github.com/docker/docker/libnetwork/idm 0.004s coverage: 87.5% of statements [2021-07-14T07:23:42.395Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-07-14T07:23:42.395Z] [2021-07-14T07:23:42.395Z] ________ ____ __. [2021-07-14T07:23:42.395Z] \_____ \ | |/ _| [2021-07-14T07:23:42.395Z] / | \| < [2021-07-14T07:23:42.395Z] / | \ | \ [2021-07-14T07:23:42.395Z] \_______ /____|__ \ [2021-07-14T07:23:42.395Z] \/ \/ [2021-07-14T07:23:42.395Z] [2021-07-14T07:23:42.395Z] INFO: make.ps1 ended at 07/14/2021 07:23:35 [2021-07-14T07:23:42.395Z] INFO: Binaries build ended at 07/14/2021 07:23:36. Duration:00:01:12.5061261 [2021-07-14T07:23:42.395Z] INFO: Copying the built daemon binary to d:\CI\PR-42636\2\binary\dockerd-9e0e72a03d.exe... [2021-07-14T07:23:42.395Z] INFO: Copying the built client binary to d:\CI\PR-42636\2\binary\docker-9e0e72a03d.exe... [2021-07-14T07:23:42.395Z] INFO: Copying dockerversion from the container... [2021-07-14T07:23:42.395Z] INFO: Copying the golang package from the container to d:\CI\PR-42636\2\installer\go.zip... [2021-07-14T07:23:42.395Z] INFO: Extracting go.zip to d:\CI\PR-42636\2\go [2021-07-14T07:23:42.786Z] ok github.com/docker/docker/libnetwork/drivers/overlay 6.716s coverage: 7.4% of statements [2021-07-14T07:23:42.786Z] ok github.com/docker/docker/libnetwork/internal/caller 0.048s coverage: 100.0% of statements [2021-07-14T07:23:43.735Z] ok github.com/docker/docker/libnetwork/ipams/null 0.011s coverage: 57.1% of statements [2021-07-14T07:23:45.178Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.019s coverage: 47.4% of statements [2021-07-14T07:23:45.790Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.012s coverage: 71.4% of statements [2021-07-14T07:23:46.736Z] ok github.com/docker/docker/libnetwork/ipamutils 0.627s coverage: 74.0% of statements [2021-07-14T07:23:47.733Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m24.064440253s with top 10 stages: buildssa: 1m43.280578123s, goimports: 22.570167997s, unconvert: 13.770193841s, gosec: 9.800682318s, golint: 7.461049873s, ineffassign: 5.045490594s, misspell: 4.886681257s, inspect: 4.702215316s, vrp: 3.756117976s, ctrlflow: 2.027132968s [2021-07-14T07:23:48.659Z] ok github.com/docker/docker/libnetwork/iptables 0.628s coverage: 45.1% of statements [2021-07-14T07:23:48.922Z] ok github.com/docker/docker/libnetwork/netlabel 0.008s coverage: 60.0% of statements [2021-07-14T07:23:49.499Z] Loaded image: buildpack-deps:buster [2021-07-14T07:23:49.499Z] Loaded image: busybox:latest [2021-07-14T07:23:49.499Z] Loaded image: busybox:glibc [2021-07-14T07:23:49.870Z] ok github.com/docker/docker/libnetwork/netutils 0.044s coverage: 44.1% of statements [2021-07-14T07:23:51.428Z] Loaded image: debian:bullseye [2021-07-14T07:23:51.428Z] Loaded image: hello-world:latest [2021-07-14T07:23:51.999Z] Loaded image: arm32v7/hello-world:latest [2021-07-14T07:23:51.999Z] INFO: Testing against a local daemon [2021-07-14T07:23:51.999Z] === RUN TestCgroupNamespacesBuild [2021-07-14T07:23:52.425Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.006s coverage: 100.0% of statements [2021-07-14T07:23:53.910Z] --- PASS: TestCgroupNamespacesBuild (1.92s) [2021-07-14T07:23:53.910Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-07-14T07:23:54.345Z] ok github.com/docker/docker/libnetwork/options 0.004s coverage: 100.0% of statements [2021-07-14T07:23:55.294Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.47s) [2021-07-14T07:23:55.294Z] === RUN TestBuildWithSession [2021-07-14T07:23:55.294Z] build_session_test.go:25: TODO: BuildKit [2021-07-14T07:23:55.294Z] --- SKIP: TestBuildWithSession (0.00s) [2021-07-14T07:23:55.294Z] === RUN TestBuildSquashParent [2021-07-14T07:23:58.940Z] Loaded image: buildpack-deps:buster [2021-07-14T07:23:58.940Z] Loaded image: busybox:latest [2021-07-14T07:23:58.940Z] Loaded image: busybox:glibc [2021-07-14T07:23:59.160Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-07-14T07:23:59.160Z] [2021-07-14T07:23:59.160Z] ________ ____ __. [2021-07-14T07:23:59.160Z] \_____ \ | |/ _| [2021-07-14T07:23:59.160Z] / | \| < [2021-07-14T07:23:59.160Z] / | \ | \ [2021-07-14T07:23:59.160Z] \_______ /____|__ \ [2021-07-14T07:23:59.160Z] \/ \/ [2021-07-14T07:23:59.160Z] [2021-07-14T07:23:59.160Z] INFO: make.ps1 ended at 07/14/2021 07:23:51 [2021-07-14T07:23:59.160Z] INFO: Binaries build ended at 07/14/2021 07:23:53. Duration:00:01:12.5084345 [2021-07-14T07:23:59.160Z] INFO: Copying the built daemon binary to d:\CI\PR-42636\2\binary\dockerd-a9f6c49bce.exe... [2021-07-14T07:23:59.160Z] INFO: Copying the built client binary to d:\CI\PR-42636\2\binary\docker-a9f6c49bce.exe... [2021-07-14T07:23:59.160Z] INFO: Copying dockerversion from the container... [2021-07-14T07:23:59.874Z] Loaded image: debian:bullseye [2021-07-14T07:23:59.874Z] Loaded image: hello-world:latest [2021-07-14T07:24:00.132Z] Loaded image: arm32v7/hello-world:latest [2021-07-14T07:24:00.132Z] INFO: Testing against a local daemon [2021-07-14T07:24:00.132Z] === RUN TestCgroupNamespacesBuild [2021-07-14T07:24:00.804Z] INFO: Copying the golang package from the container to d:\CI\PR-42636\2\installer\go.zip... [2021-07-14T07:24:01.300Z] INFO: Extracting go.zip to d:\CI\PR-42636\2\go [2021-07-14T07:24:01.878Z] --- PASS: TestBuildSquashParent (5.46s) [2021-07-14T07:24:01.878Z] === RUN TestBuildWithRemoveAndForceRemove [2021-07-14T07:24:01.878Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:24:01.878Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:24:01.878Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:24:01.878Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:24:01.878Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:24:01.878Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:24:01.878Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:24:01.878Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:24:01.878Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:24:01.878Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:24:01.878Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:24:01.878Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:24:01.878Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:24:01.878Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:24:02.032Z] --- PASS: TestCgroupNamespacesBuild (1.59s) [2021-07-14T07:24:02.032Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-07-14T07:24:02.504Z] ok github.com/docker/docker/libnetwork/osl 4.541s coverage: 39.7% of statements [2021-07-14T07:24:02.967Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.39s) [2021-07-14T07:24:02.967Z] === RUN TestBuildWithSession [2021-07-14T07:24:02.967Z] build_session_test.go:25: TODO: BuildKit [2021-07-14T07:24:02.967Z] --- SKIP: TestBuildWithSession (0.00s) [2021-07-14T07:24:02.967Z] === RUN TestBuildSquashParent [2021-07-14T07:24:03.262Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:24:03.262Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:24:03.451Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.004s coverage: 20.0% of statements [2021-07-14T07:24:04.197Z] INFO: Extraction ended at 07/14/2021 07:24:01. Duration:00:00:22.1451373 [2021-07-14T07:24:04.197Z] INFO: Updating the golang and path environment variables [2021-07-14T07:24:04.197Z] INFO: GOPATH=d:\gopath [2021-07-14T07:24:04.197Z] INFO: go version go1.16.6 windows/amd64 [2021-07-14T07:24:04.197Z] INFO: Running the daemon under test in debug mode [2021-07-14T07:24:04.197Z] INFO: Starting a daemon under test... [2021-07-14T07:24:04.197Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42636\2\daemon --pidfile d:\CI\PR-42636\2\docker.pid -D [2021-07-14T07:24:04.197Z] INFO: Process started successfully. [2021-07-14T07:24:04.197Z] INFO: Start tailing logs of the daemon under tests [2021-07-14T07:24:04.197Z] INFO: Waiting for the daemon under test to start... [2021-07-14T07:24:05.211Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:24:05.472Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:24:05.897Z] INFO [runner/unused/goanalysis] analyzers took 33.988892963s with top 10 stages: buildssa: 29.488769056s, U1000: 4.500123907s [2021-07-14T07:24:05.897Z] INFO [runner] Issues before processing: 2863, after processing: 0 [2021-07-14T07:24:05.897Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2288/2288, autogenerated_exclude: 1899/2288, exclude-rules: 78/1899, path_prettifier: 2288/2288, skip_files: 2288/2288, exclude: 1899/1899, filename_unadjuster: 2288/2288, identifier_marker: 1899/1899, cgo: 2288/2863, nolint: 0/78 [2021-07-14T07:24:05.898Z] INFO [runner] processing took 160.544202ms with stages: nolint: 52.844282ms, identifier_marker: 40.05709ms, path_prettifier: 31.268876ms, autogenerated_exclude: 23.467532ms, exclude-rules: 6.791775ms, skip_dirs: 4.109124ms, cgo: 1.072712ms, filename_unadjuster: 925.901µs, max_same_issues: 1.733µs, uniq_by_line: 997ns, exclude: 885ns, max_from_linter: 664ns, diff: 648ns, skip_files: 640ns, source_code: 542ns, path_shortener: 481ns, max_per_file_from_linter: 320ns [2021-07-14T07:24:05.898Z] INFO [runner] linters took 1m45.40239339s with stages: goanalysis_metalinter: 1m21.11250784s, unused: 24.12909409s [2021-07-14T07:24:05.898Z] INFO File cache stats: 1687 entries of total size 8.5MiB [2021-07-14T07:24:05.898Z] INFO Memory: 2393 samples, avg is 498.9MB, max is 4301.9MB [2021-07-14T07:24:05.898Z] INFO Execution took 3m59.21566219s [2021-07-14T07:24:05.898Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-07-14T07:24:06.005Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 86.1% of statements [2021-07-14T07:24:06.236Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42636/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=95b26c9285cfe5e6a04a61c128a7caea7c2045f2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:95b26c9285cfe5e6a04a61c128a7caea7c2045f2 hack/make.sh dynbinary test-docker-py [2021-07-14T07:24:06.798Z] [2021-07-14T07:24:07.055Z] Removing bundles/ [2021-07-14T07:24:07.055Z] [2021-07-14T07:24:07.055Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-07-14T07:24:07.055Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-07-14T07:24:07.055Z] GOOS="" GOARCH="" GOARM="" [2021-07-14T07:24:07.396Z] ok github.com/docker/docker/libnetwork/portmapper 0.684s coverage: 49.5% of statements [2021-07-14T07:24:08.019Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-07-14T07:24:08.019Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.27s) [2021-07-14T07:24:08.019Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.45s) [2021-07-14T07:24:08.019Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.11s) [2021-07-14T07:24:08.019Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.26s) [2021-07-14T07:24:08.019Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.08s) [2021-07-14T07:24:08.019Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.08s) [2021-07-14T07:24:08.019Z] === RUN TestBuildMultiStageCopy [2021-07-14T07:24:08.019Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-07-14T07:24:08.343Z] ok github.com/docker/docker/libnetwork/resolvconf 0.006s coverage: 70.5% of statements [2021-07-14T07:24:09.403Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-07-14T07:24:09.664Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-07-14T07:24:09.735Z] ok github.com/docker/docker/libnetwork/types 0.005s coverage: 47.9% of statements [2021-07-14T07:24:09.925Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-07-14T07:24:10.186Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-07-14T07:24:10.447Z] --- PASS: TestBuildMultiStageCopy (2.68s) [2021-07-14T07:24:10.447Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.87s) [2021-07-14T07:24:10.447Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s) [2021-07-14T07:24:10.447Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2021-07-14T07:24:10.447Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2021-07-14T07:24:10.447Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2021-07-14T07:24:10.447Z] === RUN TestBuildMultiStageParentConfig [2021-07-14T07:24:11.019Z] --- PASS: TestBuildMultiStageParentConfig (0.60s) [2021-07-14T07:24:11.020Z] === RUN TestBuildLabelWithTargets [2021-07-14T07:24:11.075Z] --- PASS: TestBuildSquashParent (7.64s) [2021-07-14T07:24:11.075Z] === RUN TestBuildWithRemoveAndForceRemove [2021-07-14T07:24:11.075Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:24:11.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:24:11.075Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:24:11.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:24:11.075Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:24:11.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:24:11.075Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:24:11.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:24:11.075Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:24:11.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:24:11.075Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:24:11.075Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:24:11.075Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:24:11.075Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:24:11.961Z] --- PASS: TestBuildLabelWithTargets (0.94s) [2021-07-14T07:24:11.961Z] === RUN TestBuildWithEmptyLayers [2021-07-14T07:24:12.222Z] --- PASS: TestBuildWithEmptyLayers (0.40s) [2021-07-14T07:24:12.222Z] === RUN TestBuildMultiStageOnBuild [2021-07-14T07:24:12.978Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:24:13.055Z] ok github.com/docker/docker/oci 0.011s coverage: 45.2% of statements [2021-07-14T07:24:13.237Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:24:14.002Z] ok github.com/docker/docker/opts 0.043s coverage: 67.1% of statements [2021-07-14T07:24:14.264Z] ok github.com/docker/docker/pkg/aaparser 0.009s coverage: 52.9% of statements [2021-07-14T07:24:14.765Z] --- PASS: TestBuildMultiStageOnBuild (2.18s) [2021-07-14T07:24:14.765Z] === RUN TestBuildUncleanTarFilenames [2021-07-14T07:24:15.026Z] --- PASS: TestBuildUncleanTarFilenames (0.56s) [2021-07-14T07:24:15.026Z] === RUN TestBuildMultiStageLayerLeak [2021-07-14T07:24:15.149Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:24:15.149Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:24:16.823Z] ok github.com/docker/docker/libnetwork/ipam 33.151s coverage: 85.3% of statements [2021-07-14T07:24:16.940Z] --- PASS: TestBuildMultiStageLayerLeak (2.06s) [2021-07-14T07:24:16.940Z] === RUN TestBuildWithHugeFile [2021-07-14T07:24:17.681Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-07-14T07:24:17.681Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.38s) [2021-07-14T07:24:17.681Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.44s) [2021-07-14T07:24:17.681Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.95s) [2021-07-14T07:24:17.681Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.96s) [2021-07-14T07:24:17.681Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.09s) [2021-07-14T07:24:17.681Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.06s) [2021-07-14T07:24:17.681Z] === RUN TestBuildMultiStageCopy [2021-07-14T07:24:17.681Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-07-14T07:24:18.219Z] ok github.com/docker/docker/pkg/archive 1.052s coverage: 81.8% of statements [2021-07-14T07:24:18.481Z] ok github.com/docker/docker/pkg/broadcaster 0.010s coverage: 100.0% of statements [2021-07-14T07:24:19.056Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2021-07-14T07:24:19.320Z] ok github.com/docker/docker/pkg/authorization 0.524s coverage: 68.3% of statements [2021-07-14T07:24:20.210Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-07-14T07:24:20.269Z] ok github.com/docker/docker/pkg/directory 0.008s coverage: 80.0% of statements [2021-07-14T07:24:20.844Z] ok github.com/docker/docker/pkg/discovery 0.006s coverage: 58.3% of statements [2021-07-14T07:24:21.144Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-07-14T07:24:21.418Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 97.6% of statements [2021-07-14T07:24:22.078Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-07-14T07:24:22.376Z] ...INFO: Daemon under test started and replied! [2021-07-14T07:24:22.376Z] INFO: Docker version of the daemon under test [2021-07-14T07:24:22.376Z] [2021-07-14T07:24:22.376Z] Client: [2021-07-14T07:24:22.376Z] Version: 17.06.2-ce [2021-07-14T07:24:22.376Z] API version: 1.30 [2021-07-14T07:24:22.376Z] Go version: go1.8.3 [2021-07-14T07:24:22.376Z] Git commit: cec0b72 [2021-07-14T07:24:22.376Z] Built: Tue Sep 5 19:57:19 2017 [2021-07-14T07:24:22.376Z] OS/Arch: windows/amd64 [2021-07-14T07:24:22.376Z] [2021-07-14T07:24:22.376Z] Server: [2021-07-14T07:24:22.376Z] Version: 0.0.0-dev [2021-07-14T07:24:22.376Z] API version: 1.42 (minimum version 1.24) [2021-07-14T07:24:22.376Z] Go version: go1.16.6 [2021-07-14T07:24:22.376Z] Git commit: 9e0e72a03d [2021-07-14T07:24:22.376Z] Built: 07/14/2021 07:22:28 [2021-07-14T07:24:22.376Z] OS/Arch: windows/amd64 [2021-07-14T07:24:22.376Z] Experimental: false [2021-07-14T07:24:22.376Z] [2021-07-14T07:24:22.376Z] INFO: Docker info of the daemon under test [2021-07-14T07:24:22.376Z] [2021-07-14T07:24:22.376Z] Containers: 0 [2021-07-14T07:24:22.376Z] Running: 0 [2021-07-14T07:24:22.376Z] Paused: 0 [2021-07-14T07:24:22.376Z] Stopped: 0 [2021-07-14T07:24:22.376Z] Images: 0 [2021-07-14T07:24:22.376Z] Server Version: 0.0.0-dev [2021-07-14T07:24:22.376Z] Storage Driver: windowsfilter [2021-07-14T07:24:22.376Z] Windows: [2021-07-14T07:24:22.376Z] Logging Driver: json-file [2021-07-14T07:24:22.376Z] Plugins: [2021-07-14T07:24:22.376Z] Volume: local [2021-07-14T07:24:22.376Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-07-14T07:24:22.376Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-07-14T07:24:22.376Z] Swarm: inactive [2021-07-14T07:24:22.376Z] Default Isolation: process [2021-07-14T07:24:22.376Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-07-14T07:24:22.376Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-07-14T07:24:22.376Z] OSType: windows [2021-07-14T07:24:22.376Z] Architecture: x86_64 [2021-07-14T07:24:22.376Z] CPUs: 4 [2021-07-14T07:24:22.376Z] Total Memory: 32GiB [2021-07-14T07:24:22.376Z] Name: azwin-2-192b50 [2021-07-14T07:24:22.376Z] ID: M5S2:CKN5:PPRW:JPYQ:UUXG:336F:PGDJ:ONB6:M4JF:WZDV:7XTH:FODI [2021-07-14T07:24:22.376Z] Docker Root Dir: D:\CI\PR-42636\2\daemon [2021-07-14T07:24:22.376Z] Debug Mode (client): false [2021-07-14T07:24:22.376Z] Debug Mode (server): true [2021-07-14T07:24:22.376Z] File Descriptors: -1 [2021-07-14T07:24:22.376Z] Goroutines: 16 [2021-07-14T07:24:22.376Z] System Time: 2021-07-14T07:24:20.8866005Z [2021-07-14T07:24:22.376Z] EventsListeners: 0 [2021-07-14T07:24:22.376Z] Registry: https://index.docker.io/v1/ [2021-07-14T07:24:22.376Z] Labels: [2021-07-14T07:24:22.376Z] Experimental: false [2021-07-14T07:24:22.376Z] Insecure Registries: [2021-07-14T07:24:22.376Z] 127.0.0.0/8 [2021-07-14T07:24:22.376Z] Live Restore Enabled: false [2021-07-14T07:24:22.376Z] [2021-07-14T07:24:22.376Z] [2021-07-14T07:24:22.376Z] INFO: Docker images of the daemon under test [2021-07-14T07:24:22.376Z] [2021-07-14T07:24:22.376Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-14T07:24:22.376Z] [2021-07-14T07:24:22.376Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore/insider [2021-07-14T07:24:22.376Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 from docker hub into daemon under test. This may take some time... [2021-07-14T07:24:22.376Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-07-14T07:24:22.376Z] 29d5b6a226d2: Pulling fs layer [2021-07-14T07:24:23.335Z] ok github.com/docker/docker/pkg/chrootarchive 2.971s coverage: 43.2% of statements [2021-07-14T07:24:23.453Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-07-14T07:24:23.910Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2021-07-14T07:24:24.387Z] --- PASS: TestBuildMultiStageCopy (6.96s) [2021-07-14T07:24:24.387Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.96s) [2021-07-14T07:24:24.387Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-07-14T07:24:24.387Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-07-14T07:24:24.387Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-07-14T07:24:24.387Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-07-14T07:24:24.387Z] === RUN TestBuildMultiStageParentConfig [2021-07-14T07:24:24.485Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2021-07-14T07:24:25.874Z] ok github.com/docker/docker/pkg/discovery/kv 3.058s coverage: 84.1% of statements [2021-07-14T07:24:25.874Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements [2021-07-14T07:24:27.021Z] INFO: Extraction ended at 07/14/2021 07:24:23. Duration:00:00:21.9204606 [2021-07-14T07:24:27.021Z] INFO: Updating the golang and path environment variables [2021-07-14T07:24:27.021Z] INFO: GOPATH=d:\gopath [2021-07-14T07:24:27.021Z] INFO: go version go1.16.6 windows/amd64 [2021-07-14T07:24:27.021Z] INFO: Running the daemon under test in debug mode [2021-07-14T07:24:27.021Z] INFO: Starting a daemon under test... [2021-07-14T07:24:27.021Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42636\2\daemon --pidfile d:\CI\PR-42636\2\docker.pid -D [2021-07-14T07:24:27.021Z] INFO: Process started successfully. [2021-07-14T07:24:27.021Z] INFO: Start tailing logs of the daemon under tests [2021-07-14T07:24:27.021Z] INFO: Waiting for the daemon under test to start... [2021-07-14T07:24:27.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-07-14T07:24:27.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-07-14T07:24:27.269Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 86.3% of statements [2021-07-14T07:24:27.530Z] ok github.com/docker/docker/pkg/filenotify 0.607s coverage: 67.0% of statements [2021-07-14T07:24:28.104Z] ok github.com/docker/docker/pkg/fsutils 0.233s coverage: 85.1% of statements [2021-07-14T07:24:28.104Z] ok github.com/docker/docker/pkg/homedir 0.004s coverage: 11.4% of statements [2021-07-14T07:24:29.496Z] ok github.com/docker/docker/pkg/idtools 0.524s coverage: 69.5% of statements [2021-07-14T07:24:29.648Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2021-07-14T07:24:29.648Z] === RUN TestBuildLabelWithTargets [2021-07-14T07:24:30.071Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2021-07-14T07:24:30.071Z] ok github.com/docker/docker/libnetwork 61.458s coverage: 41.0% of statements [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-07-14T07:24:30.071Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-07-14T07:24:30.071Z] ok github.com/docker/docker/pkg/ioutils 0.609s coverage: 68.8% of statements [2021-07-14T07:24:30.334Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements [2021-07-14T07:24:30.335Z] ok github.com/docker/docker/pkg/namesgenerator 0.008s coverage: 85.7% of statements [2021-07-14T07:24:30.597Z] ok github.com/docker/docker/pkg/parsers 0.021s coverage: 97.0% of statements [2021-07-14T07:24:30.860Z] ok github.com/docker/docker/pkg/parsers/kernel 0.006s coverage: 60.0% of statements [2021-07-14T07:24:31.123Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.007s coverage: 86.7% of statements [2021-07-14T07:24:31.123Z] ok github.com/docker/docker/pkg/pidfile 0.006s coverage: 82.4% of statements [2021-07-14T07:24:31.277Z] 29d5b6a226d2: Verifying Checksum [2021-07-14T07:24:31.277Z] 29d5b6a226d2: Download complete [2021-07-14T07:24:31.699Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.023s coverage: 56.8% of statements [2021-07-14T07:24:32.647Z] ok github.com/docker/docker/pkg/pools 0.007s coverage: 88.2% of statements [2021-07-14T07:24:33.238Z] ok github.com/docker/docker/pkg/plugins/transport 0.011s coverage: 85.7% of statements [2021-07-14T07:24:33.238Z] ok github.com/docker/docker/pkg/progress 0.015s coverage: 75.9% of statements [2021-07-14T07:24:34.643Z] ok github.com/docker/docker/pkg/reexec 0.011s coverage: 82.4% of statements [2021-07-14T07:24:34.643Z] ok github.com/docker/docker/pkg/pubsub 1.069s coverage: 75.0% of statements [2021-07-14T07:24:35.590Z] ok github.com/docker/docker/pkg/stdcopy 0.009s coverage: 100.0% of statements [2021-07-14T07:24:36.164Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2021-07-14T07:24:36.737Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 70.6% of statements [2021-07-14T07:24:37.619Z] Removing intermediate container c6dd05a95dd1 [2021-07-14T07:24:37.619Z] ---> 338106d2612a [2021-07-14T07:24:37.619Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum [2021-07-14T07:24:37.619Z] ---> Running in 1781a6088471 [2021-07-14T07:24:37.754Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-07-14T07:24:37.754Z] === RUN TestBuildWithEmptyLayers [2021-07-14T07:24:39.282Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-07-14T07:24:39.783Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-07-14T07:24:40.283Z] go: downloading github.com/fatih/color v1.9.0 [2021-07-14T07:24:40.283Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-07-14T07:24:40.283Z] go: downloading github.com/pkg/errors v0.9.1 [2021-07-14T07:24:40.283Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-07-14T07:24:40.284Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-07-14T07:24:40.284Z] === RUN TestBuildMultiStageOnBuild [2021-07-14T07:24:40.780Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-07-14T07:24:40.780Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-07-14T07:24:40.781Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-07-14T07:24:40.781Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-07-14T07:24:40.781Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-07-14T07:24:40.950Z] ok github.com/docker/docker/pkg/signal 3.566s coverage: 62.3% of statements [2021-07-14T07:24:41.288Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-07-14T07:24:41.288Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-07-14T07:24:41.525Z] ok github.com/docker/docker/pkg/sysinfo 0.010s coverage: 52.9% of statements [2021-07-14T07:24:42.101Z] ok github.com/docker/docker/pkg/tailfile 0.106s coverage: 88.6% of statements [2021-07-14T07:24:43.050Z] ok github.com/docker/docker/pkg/system 0.007s coverage: 39.9% of statements [2021-07-14T07:24:43.313Z] testing: warning: no tests to run [2021-07-14T07:24:43.313Z] coverage: [no statements] [2021-07-14T07:24:43.313Z] ok github.com/docker/docker/pkg/term/windows 0.003s coverage: [no statements] [no tests to run] [2021-07-14T07:24:43.575Z] ok github.com/docker/docker/pkg/tarsum 0.139s coverage: 89.3% of statements [2021-07-14T07:24:43.837Z] ok github.com/docker/docker/pkg/truncindex 0.104s coverage: 91.5% of statements [2021-07-14T07:24:44.100Z] ok github.com/docker/docker/pkg/useragent 0.003s coverage: 88.9% of statements [2021-07-14T07:24:44.100Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2021-07-14T07:24:45.256Z] ...INFO: Daemon under test started and replied! [2021-07-14T07:24:45.256Z] INFO: Docker version of the daemon under test [2021-07-14T07:24:45.256Z] [2021-07-14T07:24:45.256Z] Client: [2021-07-14T07:24:45.256Z] Version: 17.06.2-ce [2021-07-14T07:24:45.256Z] API version: 1.30 [2021-07-14T07:24:45.256Z] Go version: go1.8.3 [2021-07-14T07:24:45.256Z] Git commit: cec0b72 [2021-07-14T07:24:45.256Z] Built: Tue Sep 5 19:57:19 2017 [2021-07-14T07:24:45.256Z] OS/Arch: windows/amd64 [2021-07-14T07:24:45.256Z] [2021-07-14T07:24:45.256Z] Server: [2021-07-14T07:24:45.256Z] Version: 0.0.0-dev [2021-07-14T07:24:45.256Z] API version: 1.42 (minimum version 1.24) [2021-07-14T07:24:45.256Z] Go version: go1.16.6 [2021-07-14T07:24:45.256Z] Git commit: a9f6c49bce [2021-07-14T07:24:45.256Z] Built: 07/14/2021 07:22:45 [2021-07-14T07:24:45.256Z] OS/Arch: windows/amd64 [2021-07-14T07:24:45.256Z] Experimental: false [2021-07-14T07:24:45.256Z] [2021-07-14T07:24:45.256Z] INFO: Docker info of the daemon under test [2021-07-14T07:24:45.256Z] [2021-07-14T07:24:45.256Z] Containers: 0 [2021-07-14T07:24:45.256Z] Running: 0 [2021-07-14T07:24:45.256Z] Paused: 0 [2021-07-14T07:24:45.256Z] Stopped: 0 [2021-07-14T07:24:45.256Z] Images: 0 [2021-07-14T07:24:45.256Z] Server Version: 0.0.0-dev [2021-07-14T07:24:45.256Z] Storage Driver: windowsfilter [2021-07-14T07:24:45.256Z] Windows: [2021-07-14T07:24:45.256Z] Logging Driver: json-file [2021-07-14T07:24:45.256Z] Plugins: [2021-07-14T07:24:45.256Z] Volume: local [2021-07-14T07:24:45.256Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-07-14T07:24:45.256Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-07-14T07:24:45.256Z] Swarm: inactive [2021-07-14T07:24:45.256Z] Default Isolation: process [2021-07-14T07:24:45.256Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-07-14T07:24:45.256Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-07-14T07:24:45.256Z] OSType: windows [2021-07-14T07:24:45.256Z] Architecture: x86_64 [2021-07-14T07:24:45.256Z] CPUs: 4 [2021-07-14T07:24:45.256Z] Total Memory: 32GiB [2021-07-14T07:24:45.256Z] Name: azwin-2-192b51 [2021-07-14T07:24:45.256Z] ID: RCNH:4IAR:3OVN:AIK3:PSAU:SXXD:KSVD:OEEU:HL47:2QAB:QI2A:EXOT [2021-07-14T07:24:45.256Z] Docker Root Dir: D:\CI\PR-42636\2\daemon [2021-07-14T07:24:45.256Z] Debug Mode (client): false [2021-07-14T07:24:45.256Z] Debug Mode (server): true [2021-07-14T07:24:45.256Z] File Descriptors: -1 [2021-07-14T07:24:45.256Z] Goroutines: 16 [2021-07-14T07:24:45.256Z] System Time: 2021-07-14T07:24:42.7076869Z [2021-07-14T07:24:45.256Z] EventsListeners: 0 [2021-07-14T07:24:45.256Z] Registry: https://index.docker.io/v1/ [2021-07-14T07:24:45.256Z] Labels: [2021-07-14T07:24:45.256Z] Experimental: false [2021-07-14T07:24:45.256Z] Insecure Registries: [2021-07-14T07:24:45.256Z] 127.0.0.0/8 [2021-07-14T07:24:45.256Z] Live Restore Enabled: false [2021-07-14T07:24:45.256Z] [2021-07-14T07:24:45.256Z] [2021-07-14T07:24:45.256Z] INFO: Docker images of the daemon under test [2021-07-14T07:24:45.256Z] [2021-07-14T07:24:45.256Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-14T07:24:45.256Z] [2021-07-14T07:24:45.256Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore/insider [2021-07-14T07:24:45.256Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 from docker hub into daemon under test. This may take some time... [2021-07-14T07:24:45.256Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-07-14T07:24:45.256Z] 29d5b6a226d2: Pulling fs layer [2021-07-14T07:24:45.549Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-07-14T07:24:45.549Z] === RUN TestBuildUncleanTarFilenames [2021-07-14T07:24:45.806Z] --- PASS: TestBuildUncleanTarFilenames (0.57s) [2021-07-14T07:24:45.806Z] === RUN TestBuildMultiStageLayerLeak [2021-07-14T07:24:46.282Z] INFO: Build done for gotestsum... [2021-07-14T07:24:47.412Z] ok github.com/docker/docker/plugin 0.534s coverage: 23.2% of statements [2021-07-14T07:24:47.987Z] ok github.com/docker/docker/plugin/v2 0.005s coverage: 14.4% of statements [2021-07-14T07:24:51.070Z] --- PASS: TestBuildMultiStageLayerLeak (4.43s) [2021-07-14T07:24:51.070Z] === RUN TestBuildWithHugeFile [2021-07-14T07:24:52.207Z] ok github.com/docker/docker/quota 1.538s coverage: 71.4% of statements [2021-07-14T07:24:52.207Z] ok github.com/docker/docker/profiles/seccomp 0.015s coverage: 85.1% of statements [2021-07-14T07:24:52.207Z] ok github.com/docker/docker/reference 0.011s coverage: 84.4% of statements [2021-07-14T07:24:55.521Z] ok github.com/docker/docker/registry/resumable 0.022s coverage: 100.0% of statements [2021-07-14T07:24:55.521Z] ok github.com/docker/docker/restartmanager 0.005s coverage: 45.3% of statements [2021-07-14T07:24:55.521Z] ok github.com/docker/docker/registry 0.150s coverage: 58.8% of statements [2021-07-14T07:24:56.468Z] ok github.com/docker/docker/testutil 0.008s coverage: 62.5% of statements [2021-07-14T07:24:57.044Z] ok github.com/docker/docker/runconfig 0.015s coverage: 66.1% of statements [2021-07-14T07:24:59.204Z] Removing intermediate container 1781a6088471 [2021-07-14T07:24:59.205Z] ---> 97cf8f76747d [2021-07-14T07:24:59.205Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-07-14T07:24:59.205Z] ---> Running in 73cfa852bf0f [2021-07-14T07:24:59.205Z] Removing intermediate container 73cfa852bf0f [2021-07-14T07:24:59.205Z] ---> 2daa0d71c0d1 [2021-07-14T07:24:59.205Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-07-14T07:24:59.205Z] ---> Running in 413c309ace02 [2021-07-14T07:24:59.205Z] Removing intermediate container 413c309ace02 [2021-07-14T07:24:59.205Z] ---> acc22a0b2628 [2021-07-14T07:24:59.205Z] Step 10/10 : COPY . . [2021-07-14T07:25:07.064Z] ok github.com/docker/docker/pkg/plugins 33.648s coverage: 76.6% of statements [2021-07-14T07:25:07.064Z] ok github.com/docker/docker/volume/drivers 0.011s coverage: 36.1% of statements [2021-07-14T07:25:07.640Z] ok github.com/docker/docker/volume/local 0.225s coverage: 76.4% of statements [2021-07-14T07:25:08.215Z] ok github.com/docker/docker/volume/mounts 0.042s coverage: 67.0% of statements [2021-07-14T07:25:09.160Z] ok github.com/docker/docker/volume/service 0.021s coverage: 72.3% of statements [2021-07-14T07:25:13.232Z] --- PASS: TestBuildWithHugeFile (53.16s) [2021-07-14T07:25:13.232Z] === RUN TestBuildWCOWSandboxSize [2021-07-14T07:25:13.232Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-07-14T07:25:13.232Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-07-14T07:25:13.232Z] === RUN TestBuildWithEmptyDockerfile [2021-07-14T07:25:13.232Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:25:13.232Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:25:13.232Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:25:13.232Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:25:13.232Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:25:13.232Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:25:13.232Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:25:13.232Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:25:13.232Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:25:13.232Z] --- PASS: TestBuildWithEmptyDockerfile (0.12s) [2021-07-14T07:25:13.232Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2021-07-14T07:25:13.232Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2021-07-14T07:25:13.232Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-07-14T07:25:13.232Z] === RUN TestBuildPreserveOwnership [2021-07-14T07:25:13.232Z] === RUN TestBuildPreserveOwnership/copy_from [2021-07-14T07:25:13.492Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-07-14T07:25:14.875Z] --- PASS: TestBuildPreserveOwnership (4.28s) [2021-07-14T07:25:14.875Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.98s) [2021-07-14T07:25:14.875Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.29s) [2021-07-14T07:25:14.875Z] === RUN TestBuildPlatformInvalid [2021-07-14T07:25:14.875Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-07-14T07:25:14.876Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-07-14T07:25:21.087Z] ---> 593903dafb92 [2021-07-14T07:25:21.087Z] Successfully built 593903dafb92 [2021-07-14T07:25:21.087Z] Successfully tagged docker:latest [2021-07-14T07:25:21.087Z] INFO: Image build ended at 07/14/2021 07:25:20. Duration:00:03:03.5251345 [2021-07-14T07:25:21.087Z] [2021-07-14T07:25:21.087Z] [2021-07-14T07:25:21.087Z] INFO: Building the test binaries at 07/14/2021 07:25:20... [2021-07-14T07:25:26.099Z] INFO: make.ps1 starting at 07/14/2021 07:25:25 [2021-07-14T07:25:26.606Z] INFO: Git commit (09d565e98d) assumed from DOCKER_GITCOMMIT environment variable [2021-07-14T07:25:26.606Z] INFO: Invoking autogen... [2021-07-14T07:25:27.110Z] INFO: Building daemon... [2021-07-14T07:25:29.782Z] Loaded image: buildpack-deps:buster [2021-07-14T07:25:29.782Z] Loaded image: busybox:latest [2021-07-14T07:25:29.782Z] Loaded image: busybox:glibc [2021-07-14T07:25:31.695Z] Loaded image: debian:bullseye [2021-07-14T07:25:31.695Z] Loaded image: hello-world:latest [2021-07-14T07:25:31.956Z] Loaded image: arm32v7/hello-world:latest [2021-07-14T07:25:34.895Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-07-14T07:25:35.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-07-14T07:25:38.538Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.35s) [2021-07-14T07:25:38.538Z] PASS [2021-07-14T07:25:38.538Z] [2021-07-14T07:25:38.538Z] === Skipped [2021-07-14T07:25:38.538Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-07-14T07:25:38.538Z] build_session_test.go:25: TODO: BuildKit [2021-07-14T07:25:38.538Z] [2021-07-14T07:25:38.538Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-07-14T07:25:38.538Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-07-14T07:25:38.538Z] [2021-07-14T07:25:38.538Z] [2021-07-14T07:25:38.538Z] DONE 34 tests, 2 skipped in 123.856s [2021-07-14T07:25:38.538Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-07-14T07:25:38.538Z] INFO: Testing against a local daemon [2021-07-14T07:25:38.538Z] === RUN TestConfigInspect [2021-07-14T07:25:41.082Z] --- PASS: TestConfigInspect (2.47s) [2021-07-14T07:25:41.082Z] === RUN TestConfigList [2021-07-14T07:25:42.994Z] --- PASS: TestConfigList (2.16s) [2021-07-14T07:25:42.994Z] === RUN TestConfigsCreateAndDelete [2021-07-14T07:25:43.453Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-07-14T07:25:43.453Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-07-14T07:25:43.453Z] GOOS="" GOARCH="" GOARM="" [2021-07-14T07:25:43.453Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-07-14T07:25:43.453Z] [2021-07-14T07:25:43.453Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-07-14T07:25:43.453Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-07-14T07:25:43.453Z] Using test binary docker [2021-07-14T07:25:43.453Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-07-14T07:25:43.453Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-07-14T07:25:43.453Z] INFO: Waiting for daemon to start... [2021-07-14T07:25:43.453Z] Starting dockerd [2021-07-14T07:25:43.453Z] . [2021-07-14T07:25:43.453Z] INFO: Building docker-sdk-python3:5.0.0... [2021-07-14T07:25:45.536Z] --- PASS: TestConfigsCreateAndDelete (2.17s) [2021-07-14T07:25:45.536Z] === RUN TestConfigsUpdate [2021-07-14T07:25:47.306Z] --- PASS: TestBuildWithHugeFile (51.36s) [2021-07-14T07:25:47.306Z] === RUN TestBuildWCOWSandboxSize [2021-07-14T07:25:47.306Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-07-14T07:25:47.306Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-07-14T07:25:47.306Z] === RUN TestBuildWithEmptyDockerfile [2021-07-14T07:25:47.306Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:25:47.306Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:25:47.306Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:25:47.306Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:25:47.306Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:25:47.306Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:25:47.306Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:25:47.306Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:25:47.306Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:25:47.306Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s) [2021-07-14T07:25:47.306Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2021-07-14T07:25:47.306Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2021-07-14T07:25:47.306Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-07-14T07:25:47.306Z] === RUN TestBuildPreserveOwnership [2021-07-14T07:25:47.306Z] === RUN TestBuildPreserveOwnership/copy_from [2021-07-14T07:25:47.446Z] --- PASS: TestConfigsUpdate (2.15s) [2021-07-14T07:25:47.446Z] === RUN TestTemplatedConfig [2021-07-14T07:25:48.242Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-07-14T07:25:50.748Z] --- PASS: TestTemplatedConfig (3.31s) [2021-07-14T07:25:50.748Z] === RUN TestConfigCreateResolve [2021-07-14T07:25:52.449Z] --- PASS: TestBuildPreserveOwnership (10.29s) [2021-07-14T07:25:52.449Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.27s) [2021-07-14T07:25:52.449Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.01s) [2021-07-14T07:25:52.449Z] === RUN TestBuildPlatformInvalid [2021-07-14T07:25:52.449Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-07-14T07:25:52.449Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-07-14T07:25:52.449Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-07-14T07:25:52.449Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-07-14T07:25:52.449Z] PASS [2021-07-14T07:25:52.449Z] [2021-07-14T07:25:52.449Z] === Skipped [2021-07-14T07:25:52.449Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-07-14T07:25:52.449Z] build_session_test.go:25: TODO: BuildKit [2021-07-14T07:25:52.449Z] [2021-07-14T07:25:52.449Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-07-14T07:25:52.449Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-07-14T07:25:52.449Z] [2021-07-14T07:25:52.449Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-07-14T07:25:52.449Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-07-14T07:25:52.449Z] [2021-07-14T07:25:52.449Z] [2021-07-14T07:25:52.449Z] DONE 34 tests, 3 skipped in 135.579s [2021-07-14T07:25:52.449Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-07-14T07:25:52.449Z] INFO: Testing against a local daemon [2021-07-14T07:25:52.449Z] === RUN TestConfigInspect [2021-07-14T07:25:52.449Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:25:52.449Z] --- SKIP: TestConfigInspect (0.03s) [2021-07-14T07:25:52.449Z] === RUN TestConfigList [2021-07-14T07:25:52.449Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:25:52.449Z] --- SKIP: TestConfigList (0.01s) [2021-07-14T07:25:52.449Z] === RUN TestConfigsCreateAndDelete [2021-07-14T07:25:52.449Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:25:52.449Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-07-14T07:25:52.449Z] === RUN TestConfigsUpdate [2021-07-14T07:25:52.449Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:25:52.449Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-07-14T07:25:52.449Z] === RUN TestTemplatedConfig [2021-07-14T07:25:52.449Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:25:52.449Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-07-14T07:25:52.449Z] === RUN TestConfigCreateResolve [2021-07-14T07:25:52.449Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:25:52.449Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-07-14T07:25:52.449Z] PASS [2021-07-14T07:25:52.449Z] [2021-07-14T07:25:52.449Z] === Skipped [2021-07-14T07:25:52.449Z] === SKIP: amd64.integration.config TestConfigInspect (0.03s) [2021-07-14T07:25:52.449Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:25:52.449Z] [2021-07-14T07:25:52.449Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-07-14T07:25:52.449Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:25:52.449Z] [2021-07-14T07:25:52.449Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-07-14T07:25:52.449Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:25:52.449Z] [2021-07-14T07:25:52.449Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-07-14T07:25:52.449Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:25:52.449Z] [2021-07-14T07:25:52.449Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-07-14T07:25:52.449Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:25:52.449Z] [2021-07-14T07:25:52.449Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-07-14T07:25:52.449Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:25:52.449Z] [2021-07-14T07:25:52.449Z] [2021-07-14T07:25:52.449Z] DONE 6 tests, 6 skipped in 0.181s [2021-07-14T07:25:52.449Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-07-14T07:25:52.660Z] --- PASS: TestConfigCreateResolve (2.14s) [2021-07-14T07:25:52.660Z] PASS [2021-07-14T07:25:52.660Z] [2021-07-14T07:25:52.660Z] DONE 6 tests in 14.437s [2021-07-14T07:25:52.660Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-07-14T07:25:52.660Z] INFO: Testing against a local daemon [2021-07-14T07:25:52.660Z] === RUN TestCheckpoint [2021-07-14T07:25:52.660Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-07-14T07:25:52.660Z] --- SKIP: TestCheckpoint (0.00s) [2021-07-14T07:25:52.660Z] === RUN TestContainerInvalidJSON [2021-07-14T07:25:52.660Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:25:52.660Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:25:52.661Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:25:52.661Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:25:52.661Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:25:52.661Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:25:52.661Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:25:52.661Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:25:52.661Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:25:52.661Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-07-14T07:25:52.661Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-07-14T07:25:52.661Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-07-14T07:25:52.661Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-07-14T07:25:52.661Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-07-14T07:25:52.707Z] INFO: Testing against a local daemon [2021-07-14T07:25:52.707Z] === RUN TestCheckpoint [2021-07-14T07:25:52.707Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-07-14T07:25:52.707Z] --- SKIP: TestCheckpoint (0.00s) [2021-07-14T07:25:52.707Z] === RUN TestContainerInvalidJSON [2021-07-14T07:25:52.707Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:25:52.707Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:25:52.707Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:25:52.707Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:25:52.707Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:25:52.707Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:25:52.707Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:25:52.707Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:25:52.707Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:25:52.707Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-07-14T07:25:52.707Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-07-14T07:25:52.707Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-07-14T07:25:52.707Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-07-14T07:25:52.707Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-07-14T07:25:52.707Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-07-14T07:25:52.707Z] === RUN TestCopyFromContainerPathIsNotDir [2021-07-14T07:25:52.707Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-07-14T07:25:52.707Z] === RUN TestCopyToContainerPathDoesNotExist [2021-07-14T07:25:52.707Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-07-14T07:25:52.707Z] === RUN TestCopyToContainerPathIsNotDir [2021-07-14T07:25:52.923Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-07-14T07:25:52.923Z] === RUN TestCopyFromContainerPathIsNotDir [2021-07-14T07:25:52.923Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-07-14T07:25:52.923Z] === RUN TestCopyToContainerPathDoesNotExist [2021-07-14T07:25:52.923Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2021-07-14T07:25:52.923Z] === RUN TestCopyToContainerPathIsNotDir [2021-07-14T07:25:52.923Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-07-14T07:25:52.923Z] === RUN TestCopyFromContainer [2021-07-14T07:25:52.965Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-07-14T07:25:52.965Z] === RUN TestCopyFromContainer [2021-07-14T07:25:54.307Z] === RUN TestCopyFromContainer// [2021-07-14T07:25:54.307Z] === RUN TestCopyFromContainer//bar/root [2021-07-14T07:25:54.307Z] === RUN TestCopyFromContainer//bar/root/ [2021-07-14T07:25:54.307Z] === RUN TestCopyFromContainer/bar/quux [2021-07-14T07:25:54.569Z] === RUN TestCopyFromContainer/bar/quux/ [2021-07-14T07:25:54.569Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-07-14T07:25:54.569Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-07-14T07:25:54.569Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-07-14T07:25:54.569Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-07-14T07:25:54.831Z] === RUN TestCopyFromContainer/bar/notarget [2021-07-14T07:25:54.831Z] --- PASS: TestCopyFromContainer (1.82s) [2021-07-14T07:25:54.831Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-07-14T07:25:54.831Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-07-14T07:25:54.831Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-07-14T07:25:54.831Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-07-14T07:25:54.831Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-07-14T07:25:54.831Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-07-14T07:25:54.831Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-07-14T07:25:54.831Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-07-14T07:25:54.831Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-07-14T07:25:54.831Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-07-14T07:25:54.831Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-07-14T07:25:54.831Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:25:54.831Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:25:54.831Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:25:54.831Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:25:54.831Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:25:54.831Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:25:54.831Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:25:54.831Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:25:54.831Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:25:54.831Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-07-14T07:25:54.831Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-07-14T07:25:54.831Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-07-14T07:25:54.831Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2021-07-14T07:25:54.831Z] === RUN TestCreateLinkToNonExistingContainer [2021-07-14T07:25:54.831Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-07-14T07:25:54.831Z] === RUN TestCreateWithInvalidEnv [2021-07-14T07:25:54.831Z] === RUN TestCreateWithInvalidEnv/0 [2021-07-14T07:25:54.831Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-07-14T07:25:54.831Z] === RUN TestCreateWithInvalidEnv/1 [2021-07-14T07:25:54.831Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-07-14T07:25:54.831Z] === RUN TestCreateWithInvalidEnv/2 [2021-07-14T07:25:54.831Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-07-14T07:25:54.831Z] === CONT TestCreateWithInvalidEnv/0 [2021-07-14T07:25:54.831Z] === CONT TestCreateWithInvalidEnv/2 [2021-07-14T07:25:54.831Z] === CONT TestCreateWithInvalidEnv/1 [2021-07-14T07:25:54.831Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-07-14T07:25:54.831Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-07-14T07:25:54.831Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-07-14T07:25:54.831Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-07-14T07:25:54.831Z] === RUN TestCreateTmpfsMountsTarget [2021-07-14T07:25:54.831Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-07-14T07:25:54.831Z] === RUN TestCreateWithCustomMaskedPaths [2021-07-14T07:25:56.250Z] === RUN TestCopyFromContainer// [2021-07-14T07:25:56.250Z] === RUN TestCopyFromContainer//bar/root [2021-07-14T07:25:56.250Z] === RUN TestCopyFromContainer//bar/root/ [2021-07-14T07:25:56.250Z] === RUN TestCopyFromContainer/bar/quux [2021-07-14T07:25:56.510Z] === RUN TestCopyFromContainer/bar/quux/ [2021-07-14T07:25:56.510Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-07-14T07:25:56.510Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-07-14T07:25:56.510Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-07-14T07:25:56.510Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-07-14T07:25:56.767Z] === RUN TestCopyFromContainer/bar/notarget [2021-07-14T07:25:56.767Z] --- PASS: TestCopyFromContainer (3.88s) [2021-07-14T07:25:56.767Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-07-14T07:25:56.767Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-07-14T07:25:56.767Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-07-14T07:25:56.767Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-07-14T07:25:56.767Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-07-14T07:25:56.767Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-07-14T07:25:56.767Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-07-14T07:25:56.767Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-07-14T07:25:56.767Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-07-14T07:25:56.767Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-07-14T07:25:56.767Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-07-14T07:25:56.767Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:25:56.767Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:25:56.767Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:25:56.767Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:25:56.767Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:25:56.767Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:25:56.767Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:25:56.767Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:25:56.767Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:25:56.767Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-07-14T07:25:56.767Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-07-14T07:25:56.767Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-07-14T07:25:56.767Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-07-14T07:25:56.767Z] === RUN TestCreateLinkToNonExistingContainer [2021-07-14T07:25:56.767Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-07-14T07:25:56.767Z] === RUN TestCreateWithInvalidEnv [2021-07-14T07:25:56.767Z] === RUN TestCreateWithInvalidEnv/0 [2021-07-14T07:25:56.767Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-07-14T07:25:56.767Z] === RUN TestCreateWithInvalidEnv/1 [2021-07-14T07:25:56.767Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-07-14T07:25:56.767Z] === RUN TestCreateWithInvalidEnv/2 [2021-07-14T07:25:56.767Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-07-14T07:25:56.767Z] === CONT TestCreateWithInvalidEnv/0 [2021-07-14T07:25:56.767Z] === CONT TestCreateWithInvalidEnv/2 [2021-07-14T07:25:56.767Z] === CONT TestCreateWithInvalidEnv/1 [2021-07-14T07:25:56.767Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-07-14T07:25:56.767Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-07-14T07:25:56.767Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-07-14T07:25:56.767Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-07-14T07:25:56.767Z] === RUN TestCreateTmpfsMountsTarget [2021-07-14T07:25:56.767Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-07-14T07:25:56.767Z] === RUN TestCreateWithCustomMaskedPaths [2021-07-14T07:25:57.429Z] --- PASS: TestCreateWithCustomMaskedPaths (2.32s) [2021-07-14T07:25:57.429Z] === RUN TestCreateWithCustomReadonlyPaths [2021-07-14T07:25:58.238Z] 29d5b6a226d2: Pull complete [2021-07-14T07:25:58.238Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-07-14T07:25:58.238Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:25:58.238Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 into daemon under test completed successfully [2021-07-14T07:25:58.238Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore in daemon under test [2021-07-14T07:25:58.238Z] INFO: Version of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 is '10.0.20295.1' [2021-07-14T07:25:58.238Z] WARN: Skipping validation tests [2021-07-14T07:25:58.238Z] INFO: Running unit tests at 07/14/2021 07:25:53... [2021-07-14T07:25:58.238Z] INFO: make.ps1 starting at 07/14/2021 07:25:57 [2021-07-14T07:25:58.238Z] INFO: Git commit (9e0e72a03d) assumed from DOCKER_GITCOMMIT environment variable [2021-07-14T07:25:58.238Z] INFO: Invoking autogen... [2021-07-14T07:25:58.238Z] INFO: Running unit tests... [2021-07-14T07:25:58.669Z] --- PASS: TestCreateWithCustomMaskedPaths (1.83s) [2021-07-14T07:25:58.669Z] === RUN TestCreateWithCustomReadonlyPaths [2021-07-14T07:25:59.368Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.28s) [2021-07-14T07:25:59.368Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-07-14T07:25:59.368Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:25:59.368Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:25:59.368Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:25:59.368Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:25:59.368Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:25:59.368Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:25:59.368Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:25:59.368Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:25:59.368Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:25:59.368Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:25:59.368Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:25:59.368Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:25:59.629Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:25:59.629Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:25:59.629Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:25:59.629Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-07-14T07:25:59.629Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-07-14T07:25:59.629Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-07-14T07:25:59.629Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-07-14T07:25:59.629Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-07-14T07:25:59.629Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-07-14T07:25:59.629Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-07-14T07:26:00.200Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.78s) [2021-07-14T07:26:00.200Z] === RUN TestCreateDifferentPlatform [2021-07-14T07:26:00.200Z] === RUN TestCreateDifferentPlatform/different_os [2021-07-14T07:26:00.200Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-07-14T07:26:00.200Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-07-14T07:26:00.200Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-07-14T07:26:00.200Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-07-14T07:26:00.200Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-07-14T07:26:00.461Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-07-14T07:26:00.461Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-07-14T07:26:00.461Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-07-14T07:26:00.461Z] === RUN TestContainerStartOnDaemonRestart [2021-07-14T07:26:00.461Z] === PAUSE TestContainerStartOnDaemonRestart [2021-07-14T07:26:00.461Z] === RUN TestDaemonRestartIpcMode [2021-07-14T07:26:00.461Z] === PAUSE TestDaemonRestartIpcMode [2021-07-14T07:26:00.461Z] === RUN TestDaemonHostGatewayIP [2021-07-14T07:26:00.461Z] === PAUSE TestDaemonHostGatewayIP [2021-07-14T07:26:00.461Z] === RUN TestRestartDaemonWithRestartingContainer [2021-07-14T07:26:00.461Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-07-14T07:26:00.461Z] === RUN TestContainerKillOnDaemonStart [2021-07-14T07:26:00.461Z] === PAUSE TestContainerKillOnDaemonStart [2021-07-14T07:26:00.461Z] === RUN TestDiff [2021-07-14T07:26:00.573Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.84s) [2021-07-14T07:26:00.573Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-07-14T07:26:00.573Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:26:00.573Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:26:00.573Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:26:00.573Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:26:00.573Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:26:00.573Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:26:00.573Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:26:00.573Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:26:00.573Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:26:00.573Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:26:00.573Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:26:00.573Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:26:00.573Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:26:00.573Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:26:00.573Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:26:00.573Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-07-14T07:26:00.573Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-07-14T07:26:00.573Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-07-14T07:26:00.573Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-07-14T07:26:00.573Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-07-14T07:26:00.573Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-07-14T07:26:00.573Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-07-14T07:26:01.033Z] --- PASS: TestDiff (0.76s) [2021-07-14T07:26:01.033Z] === RUN TestExecWithCloseStdin [2021-07-14T07:26:01.140Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.64s) [2021-07-14T07:26:01.141Z] === RUN TestCreateDifferentPlatform [2021-07-14T07:26:01.141Z] === RUN TestCreateDifferentPlatform/different_os [2021-07-14T07:26:01.141Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-07-14T07:26:01.141Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-07-14T07:26:01.141Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-07-14T07:26:01.141Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-07-14T07:26:01.141Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-07-14T07:26:01.141Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-07-14T07:26:01.141Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-07-14T07:26:01.141Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-07-14T07:26:01.141Z] === RUN TestContainerStartOnDaemonRestart [2021-07-14T07:26:01.141Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-07-14T07:26:01.141Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-07-14T07:26:01.141Z] === RUN TestDaemonRestartIpcMode [2021-07-14T07:26:01.141Z] === PAUSE TestDaemonRestartIpcMode [2021-07-14T07:26:01.141Z] === RUN TestDaemonHostGatewayIP [2021-07-14T07:26:01.141Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:26:01.141Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-07-14T07:26:01.141Z] === RUN TestRestartDaemonWithRestartingContainer [2021-07-14T07:26:01.141Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-07-14T07:26:01.141Z] === RUN TestContainerKillOnDaemonStart [2021-07-14T07:26:01.141Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-07-14T07:26:01.141Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-07-14T07:26:01.141Z] === RUN TestDiff [2021-07-14T07:26:02.074Z] --- PASS: TestDiff (0.62s) [2021-07-14T07:26:02.074Z] === RUN TestExecWithCloseStdin [2021-07-14T07:26:02.417Z] --- PASS: TestExecWithCloseStdin (1.15s) [2021-07-14T07:26:02.418Z] === RUN TestExec [2021-07-14T07:26:03.009Z] --- PASS: TestExecWithCloseStdin (0.93s) [2021-07-14T07:26:03.009Z] === RUN TestExec [2021-07-14T07:26:03.359Z] --- PASS: TestExec (1.08s) [2021-07-14T07:26:03.359Z] === RUN TestExecUser [2021-07-14T07:26:03.576Z] --- PASS: TestExec (0.90s) [2021-07-14T07:26:03.576Z] === RUN TestExecUser [2021-07-14T07:26:04.440Z] 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/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns 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/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-07-14T07:26:04.512Z] --- PASS: TestExecUser (0.91s) [2021-07-14T07:26:04.512Z] === RUN TestExportContainerAndImportImage [2021-07-14T07:26:04.743Z] --- PASS: TestExecUser (1.08s) [2021-07-14T07:26:04.743Z] === RUN TestExportContainerAndImportImage [2021-07-14T07:26:05.448Z] --- PASS: TestExportContainerAndImportImage (0.76s) [2021-07-14T07:26:05.448Z] === RUN TestExportContainerAfterDaemonRestart [2021-07-14T07:26:05.685Z] --- PASS: TestExportContainerAndImportImage (0.99s) [2021-07-14T07:26:05.685Z] === RUN TestExportContainerAfterDaemonRestart [2021-07-14T07:26:06.822Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2021-07-14T07:26:06.822Z] === RUN TestHealthCheckWorkdir [2021-07-14T07:26:07.072Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s) [2021-07-14T07:26:07.072Z] === RUN TestHealthCheckWorkdir [2021-07-14T07:26:08.197Z] --- PASS: TestHealthCheckWorkdir (1.33s) [2021-07-14T07:26:08.197Z] === RUN TestHealthKillContainer [2021-07-14T07:26:08.458Z] --- PASS: TestHealthCheckWorkdir (1.48s) [2021-07-14T07:26:08.458Z] === RUN TestHealthKillContainer [2021-07-14T07:26:11.480Z] --- PASS: TestHealthKillContainer (2.97s) [2021-07-14T07:26:11.480Z] === RUN TestInspectCpusetInConfigPre120 [2021-07-14T07:26:11.480Z] --- PASS: TestInspectCpusetInConfigPre120 (0.62s) [2021-07-14T07:26:11.480Z] === RUN TestIpcModeNone [2021-07-14T07:26:11.755Z] --- PASS: TestHealthKillContainer (3.11s) [2021-07-14T07:26:11.755Z] === RUN TestInspectCpusetInConfigPre120 [2021-07-14T07:26:12.016Z] --- PASS: TestInspectCpusetInConfigPre120 (0.78s) [2021-07-14T07:26:12.016Z] === RUN TestIpcModeNone [2021-07-14T07:26:12.415Z] --- PASS: TestIpcModeNone (0.91s) [2021-07-14T07:26:12.415Z] === RUN TestIpcModePrivate [2021-07-14T07:26:13.352Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-07-14T07:26:13.352Z] --- PASS: TestIpcModePrivate (0.91s) [2021-07-14T07:26:13.352Z] === RUN TestIpcModeShareable [2021-07-14T07:26:13.352Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-07-14T07:26:13.352Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-07-14T07:26:13.352Z] === RUN TestAPIIpcModeShareableAndContainer [2021-07-14T07:26:13.399Z] --- PASS: TestIpcModeNone (1.05s) [2021-07-14T07:26:13.399Z] === RUN TestIpcModePrivate [2021-07-14T07:26:13.416Z] ? github.com/docker/docker/api [no test files] [2021-07-14T07:26:13.969Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-07-14T07:26:14.229Z] --- PASS: TestIpcModePrivate (1.07s) [2021-07-14T07:26:14.229Z] === RUN TestIpcModeShareable [2021-07-14T07:26:15.172Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-07-14T07:26:15.433Z] --- PASS: TestIpcModeShareable (1.09s) [2021-07-14T07:26:15.433Z] === RUN TestAPIIpcModeShareableAndContainer [2021-07-14T07:26:15.883Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.50s) [2021-07-14T07:26:15.884Z] === RUN TestAPIIpcModeHost [2021-07-14T07:26:15.884Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-07-14T07:26:15.884Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-07-14T07:26:15.884Z] === RUN TestDaemonIpcModeShareable [2021-07-14T07:26:15.884Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-07-14T07:26:15.884Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-07-14T07:26:15.884Z] === RUN TestDaemonIpcModePrivate [2021-07-14T07:26:17.785Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-07-14T07:26:17.785Z] --- PASS: TestDaemonIpcModePrivate (1.64s) [2021-07-14T07:26:17.785Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-07-14T07:26:17.785Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-07-14T07:26:17.785Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-07-14T07:26:17.785Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-07-14T07:26:17.785Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-07-14T07:26:17.785Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-07-14T07:26:17.785Z] === RUN TestIpcModeOlderClient [2021-07-14T07:26:17.785Z] === PAUSE TestIpcModeOlderClient [2021-07-14T07:26:17.785Z] === RUN TestKillContainerInvalidSignal [2021-07-14T07:26:18.352Z] --- PASS: TestKillContainerInvalidSignal (0.63s) [2021-07-14T07:26:18.352Z] === RUN TestKillContainer [2021-07-14T07:26:18.352Z] === RUN TestKillContainer/no_signal [2021-07-14T07:26:18.733Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.92s) [2021-07-14T07:26:18.733Z] === RUN TestAPIIpcModeHost [2021-07-14T07:26:18.919Z] === RUN TestKillContainer/non_killing_signal [2021-07-14T07:26:19.305Z] --- PASS: TestAPIIpcModeHost (1.11s) [2021-07-14T07:26:19.305Z] === RUN TestDaemonIpcModeShareable [2021-07-14T07:26:19.487Z] === RUN TestKillContainer/killing_signal [2021-07-14T07:26:20.054Z] --- PASS: TestKillContainer (1.92s) [2021-07-14T07:26:20.054Z] --- PASS: TestKillContainer/no_signal (0.62s) [2021-07-14T07:26:20.054Z] --- PASS: TestKillContainer/non_killing_signal (0.48s) [2021-07-14T07:26:20.054Z] --- PASS: TestKillContainer/killing_signal (0.62s) [2021-07-14T07:26:20.054Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-07-14T07:26:20.054Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-07-14T07:26:20.620Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-07-14T07:26:21.216Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-07-14T07:26:21.216Z] --- PASS: TestDaemonIpcModeShareable (1.66s) [2021-07-14T07:26:21.216Z] === RUN TestDaemonIpcModePrivate [2021-07-14T07:26:21.554Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.25s) [2021-07-14T07:26:21.555Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.61s) [2021-07-14T07:26:21.555Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s) [2021-07-14T07:26:21.555Z] === RUN TestKillStoppedContainer [2021-07-14T07:26:21.555Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-07-14T07:26:21.555Z] === RUN TestKillStoppedContainerAPIPre120 [2021-07-14T07:26:21.555Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-07-14T07:26:21.555Z] === RUN TestKillDifferentUserContainer [2021-07-14T07:26:22.122Z] --- PASS: TestKillDifferentUserContainer (0.63s) [2021-07-14T07:26:22.122Z] === RUN TestInspectOomKilledTrue [2021-07-14T07:26:22.122Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-07-14T07:26:22.122Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-07-14T07:26:22.122Z] === RUN TestInspectOomKilledFalse [2021-07-14T07:26:22.122Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:26:22.122Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-07-14T07:26:22.122Z] === RUN TestLinksEtcHostsContentMatch [2021-07-14T07:26:22.122Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-07-14T07:26:22.122Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-07-14T07:26:22.122Z] === RUN TestLinksContainerNames [2021-07-14T07:26:22.162Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-07-14T07:26:22.162Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-07-14T07:26:22.162Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-07-14T07:26:22.602Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-07-14T07:26:22.602Z] --- PASS: TestDaemonIpcModePrivate (1.63s) [2021-07-14T07:26:22.602Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-07-14T07:26:23.498Z] --- PASS: TestLinksContainerNames (1.28s) [2021-07-14T07:26:23.498Z] === RUN TestLogsFollowTailEmpty [2021-07-14T07:26:23.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-07-14T07:26:24.065Z] --- PASS: TestLogsFollowTailEmpty (0.63s) [2021-07-14T07:26:24.065Z] === RUN TestContainerNetworkMountsNoChown [2021-07-14T07:26:24.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-07-14T07:26:24.514Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-07-14T07:26:24.514Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.74s) [2021-07-14T07:26:24.514Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-07-14T07:26:24.633Z] --- PASS: TestContainerNetworkMountsNoChown (0.60s) [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/default [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/default [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/private [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/private [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/rprivate [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/rprivate [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/slave [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/slave [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/rslave [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/rslave [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/shared [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/shared [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/rshared [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/rshared [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/default [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/default/bind_root [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/default/mount_root [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/default/bind_root [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/rprivate [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/private [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/private/bind_root [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/private/mount_root [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/default/mount_root [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/shared [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/rshared [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/rslave [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/slave [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-07-14T07:26:24.633Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-07-14T07:26:24.633Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/private/bind_root [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-07-14T07:26:24.633Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/private/mount_root [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-07-14T07:26:24.892Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-07-14T07:26:25.151Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2021-07-14T07:26:25.152Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s) [2021-07-14T07:26:25.152Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-07-14T07:26:25.152Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-07-14T07:26:25.152Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-07-14T07:26:25.152Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-07-14T07:26:25.152Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-07-14T07:26:25.152Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-07-14T07:26:25.152Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.03s) [2021-07-14T07:26:25.152Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-07-14T07:26:25.152Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-07-14T07:26:25.152Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-07-14T07:26:25.152Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-07-14T07:26:25.152Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-07-14T07:26:25.152Z] === RUN TestContainerBindMountNonRecursive [2021-07-14T07:26:25.152Z] 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-07-14T07:26:25.152Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-07-14T07:26:25.152Z] === RUN TestContainerVolumesMountedAsShared [2021-07-14T07:26:25.152Z] 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-07-14T07:26:25.152Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-07-14T07:26:25.152Z] === RUN TestContainerVolumesMountedAsSlave [2021-07-14T07:26:25.152Z] 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-07-14T07:26:25.152Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-07-14T07:26:25.152Z] === RUN TestNetworkNat [2021-07-14T07:26:25.897Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-07-14T07:26:26.085Z] --- PASS: TestNetworkNat (0.86s) [2021-07-14T07:26:26.085Z] === RUN TestNetworkLocalhostTCPNat [2021-07-14T07:26:26.157Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.65s) [2021-07-14T07:26:26.157Z] === RUN TestIpcModeOlderClient [2021-07-14T07:26:26.157Z] === PAUSE TestIpcModeOlderClient [2021-07-14T07:26:26.157Z] === RUN TestKillContainerInvalidSignal [2021-07-14T07:26:26.651Z] --- PASS: TestNetworkLocalhostTCPNat (0.64s) [2021-07-14T07:26:26.651Z] === RUN TestNetworkLoopbackNat [2021-07-14T07:26:26.728Z] --- PASS: TestKillContainerInvalidSignal (0.71s) [2021-07-14T07:26:26.728Z] === RUN TestKillContainer [2021-07-14T07:26:26.728Z] === RUN TestKillContainer/no_signal [2021-07-14T07:26:27.670Z] === RUN TestKillContainer/non_killing_signal [2021-07-14T07:26:27.931Z] === RUN TestKillContainer/killing_signal [2021-07-14T07:26:28.660Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-07-14T07:26:28.696Z] === RUN TestMiddlewares [2021-07-14T07:26:28.696Z] --- PASS: TestMiddlewares (0.00s) [2021-07-14T07:26:28.696Z] PASS [2021-07-14T07:26:28.696Z] coverage: 9.0% of statements [2021-07-14T07:26:28.696Z] ok github.com/docker/docker/api/server 0.063s coverage: 9.0% of statements [2021-07-14T07:26:28.872Z] --- PASS: TestKillContainer (2.11s) [2021-07-14T07:26:28.872Z] --- PASS: TestKillContainer/no_signal (0.66s) [2021-07-14T07:26:28.872Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2021-07-14T07:26:28.872Z] --- PASS: TestKillContainer/killing_signal (0.71s) [2021-07-14T07:26:28.872Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-07-14T07:26:28.872Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-07-14T07:26:29.442Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-07-14T07:26:29.932Z] --- PASS: TestNetworkLoopbackNat (3.01s) [2021-07-14T07:26:29.932Z] === RUN TestPause [2021-07-14T07:26:29.932Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-07-14T07:26:29.932Z] --- SKIP: TestPause (0.00s) [2021-07-14T07:26:29.932Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-07-14T07:26:29.932Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-07-14T07:26:29.932Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-07-14T07:26:29.932Z] === RUN TestPauseStopPausedContainer [2021-07-14T07:26:29.932Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-07-14T07:26:29.932Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-07-14T07:26:29.932Z] === RUN TestPidHost [2021-07-14T07:26:30.086Z] sha256:c4a9b63be77323dc1a2dc6fb30ebb5cfdd06217a54e6f1dee31e18d7dffcde98 [2021-07-14T07:26:30.087Z] INFO: Starting docker-py tests... [2021-07-14T07:26:30.087Z] ============================= test session starts ============================== [2021-07-14T07:26:30.087Z] platform linux -- Python 3.7.11, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-07-14T07:26:30.087Z] rootdir: /src, inifile: pytest.ini [2021-07-14T07:26:30.087Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-07-14T07:26:30.087Z] collected 390 items / 1 deselected / 389 selected [2021-07-14T07:26:30.087Z] [2021-07-14T07:26:30.383Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.34s) [2021-07-14T07:26:30.383Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.68s) [2021-07-14T07:26:30.383Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2021-07-14T07:26:30.383Z] === RUN TestKillStoppedContainer [2021-07-14T07:26:30.383Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-07-14T07:26:30.383Z] === RUN TestKillStoppedContainerAPIPre120 [2021-07-14T07:26:30.383Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-07-14T07:26:30.383Z] === RUN TestKillDifferentUserContainer [2021-07-14T07:26:30.955Z] --- PASS: TestKillDifferentUserContainer (0.70s) [2021-07-14T07:26:30.955Z] === RUN TestInspectOomKilledTrue [2021-07-14T07:26:30.955Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-07-14T07:26:30.955Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-07-14T07:26:30.955Z] === RUN TestInspectOomKilledFalse [2021-07-14T07:26:31.308Z] --- PASS: TestPidHost (1.82s) [2021-07-14T07:26:31.308Z] === RUN TestPsFilter [2021-07-14T07:26:31.566Z] --- PASS: TestPsFilter (0.10s) [2021-07-14T07:26:31.566Z] === RUN TestRemoveContainerWithRemovedVolume [2021-07-14T07:26:31.897Z] --- PASS: TestInspectOomKilledFalse (0.67s) [2021-07-14T07:26:31.897Z] === RUN TestLinksEtcHostsContentMatch [2021-07-14T07:26:32.133Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.61s) [2021-07-14T07:26:32.133Z] === RUN TestRemoveContainerWithVolume [2021-07-14T07:26:32.468Z] --- PASS: TestLinksEtcHostsContentMatch (0.81s) [2021-07-14T07:26:32.468Z] === RUN TestLinksContainerNames [2021-07-14T07:26:32.699Z] --- PASS: TestRemoveContainerWithVolume (0.65s) [2021-07-14T07:26:32.699Z] === RUN TestRemoveContainerRunning [2021-07-14T07:26:33.266Z] --- PASS: TestRemoveContainerRunning (0.63s) [2021-07-14T07:26:33.266Z] === RUN TestRemoveContainerForceRemoveRunning [2021-07-14T07:26:33.852Z] --- PASS: TestLinksContainerNames (1.37s) [2021-07-14T07:26:33.852Z] === RUN TestLogsFollowTailEmpty [2021-07-14T07:26:34.201Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.63s) [2021-07-14T07:26:34.201Z] === RUN TestRemoveInvalidContainer [2021-07-14T07:26:34.201Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-07-14T07:26:34.201Z] === RUN TestRenameLinkedContainer [2021-07-14T07:26:34.793Z] --- PASS: TestLogsFollowTailEmpty (0.70s) [2021-07-14T07:26:34.793Z] === RUN TestContainerNetworkMountsNoChown [2021-07-14T07:26:35.365Z] --- PASS: TestContainerNetworkMountsNoChown (0.69s) [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/default [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/default [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/private [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/private [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/rprivate [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/rprivate [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/slave [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/slave [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/rslave [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/rslave [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/shared [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/shared [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/rshared [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/rshared [2021-07-14T07:26:35.365Z] === CONT TestMountDaemonRoot/default [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/default/mount_root [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/default/bind_root [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-07-14T07:26:35.365Z] === CONT TestMountDaemonRoot/default/mount_root [2021-07-14T07:26:35.365Z] === CONT TestMountDaemonRoot/rshared [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-07-14T07:26:35.365Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-07-14T07:26:35.365Z] === CONT TestMountDaemonRoot/shared [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-07-14T07:26:35.365Z] === CONT TestMountDaemonRoot/rslave [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-07-14T07:26:35.365Z] === CONT TestMountDaemonRoot/slave [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-07-14T07:26:35.365Z] === CONT TestMountDaemonRoot/rprivate [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-07-14T07:26:35.365Z] === CONT TestMountDaemonRoot/private [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/private/bind_root [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/private/mount_root [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-07-14T07:26:35.365Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-07-14T07:26:35.365Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-07-14T07:26:35.365Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-07-14T07:26:35.365Z] === CONT TestMountDaemonRoot/default/bind_root [2021-07-14T07:26:35.365Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-07-14T07:26:35.365Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-07-14T07:26:35.626Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-07-14T07:26:35.626Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-07-14T07:26:35.626Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-07-14T07:26:35.626Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-07-14T07:26:35.626Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-07-14T07:26:35.626Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-07-14T07:26:35.626Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-07-14T07:26:35.626Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-07-14T07:26:35.626Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-07-14T07:26:35.626Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-07-14T07:26:35.626Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-07-14T07:26:35.626Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-07-14T07:26:35.626Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-07-14T07:26:35.626Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-07-14T07:26:35.626Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-07-14T07:26:35.887Z] === CONT TestMountDaemonRoot/private/bind_root [2021-07-14T07:26:35.887Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-07-14T07:26:35.887Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-07-14T07:26:35.887Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-07-14T07:26:35.887Z] === CONT TestMountDaemonRoot/private/mount_root [2021-07-14T07:26:35.887Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-07-14T07:26:35.887Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot (0.05s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-07-14T07:26:35.887Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-07-14T07:26:35.887Z] === RUN TestContainerBindMountNonRecursive [2021-07-14T07:26:36.736Z] --- PASS: TestRenameLinkedContainer (2.59s) [2021-07-14T07:26:36.736Z] === RUN TestRenameStoppedContainer [2021-07-14T07:26:36.771Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-07-14T07:26:37.340Z] --- PASS: TestRenameStoppedContainer (0.63s) [2021-07-14T07:26:37.340Z] === RUN TestRenameRunningContainerAndReuse [2021-07-14T07:26:37.801Z] --- PASS: TestContainerBindMountNonRecursive (1.95s) [2021-07-14T07:26:37.801Z] === RUN TestContainerVolumesMountedAsShared [2021-07-14T07:26:38.371Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s) [2021-07-14T07:26:38.371Z] === RUN TestContainerVolumesMountedAsSlave [2021-07-14T07:26:38.721Z] --- PASS: TestRenameRunningContainerAndReuse (1.36s) [2021-07-14T07:26:38.721Z] === RUN TestRenameInvalidName [2021-07-14T07:26:38.942Z] --- PASS: TestContainerVolumesMountedAsSlave (0.80s) [2021-07-14T07:26:38.942Z] === RUN TestNetworkNat [2021-07-14T07:26:39.287Z] --- PASS: TestRenameInvalidName (0.81s) [2021-07-14T07:26:39.287Z] === RUN TestRenameAnonymousContainer [2021-07-14T07:26:39.881Z] --- PASS: TestNetworkNat (0.73s) [2021-07-14T07:26:39.881Z] === RUN TestNetworkLocalhostTCPNat [2021-07-14T07:26:40.134Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-07-14T07:26:40.134Z] [2021-07-14T07:26:40.134Z] ________ ____ __. [2021-07-14T07:26:40.134Z] \_____ \ | |/ _| [2021-07-14T07:26:40.134Z] / | \| < [2021-07-14T07:26:40.134Z] / | \ | \ [2021-07-14T07:26:40.134Z] \_______ /____|__ \ [2021-07-14T07:26:40.134Z] \/ \/ [2021-07-14T07:26:40.134Z] [2021-07-14T07:26:40.134Z] INFO: make.ps1 ended at 07/14/2021 07:26:36 [2021-07-14T07:26:40.134Z] INFO: Binaries build ended at 07/14/2021 07:26:37. Duration:00:01:17.0210242 [2021-07-14T07:26:40.134Z] INFO: Copying the built daemon binary to d:\CI\PR-42636\2\binary\dockerd-09d565e98d.exe... [2021-07-14T07:26:40.134Z] INFO: Copying the built client binary to d:\CI\PR-42636\2\binary\docker-09d565e98d.exe... [2021-07-14T07:26:40.134Z] INFO: Copying dockerversion from the container... [2021-07-14T07:26:40.134Z] INFO: Copying the golang package from the container to d:\CI\PR-42636\2\installer\go.zip... [2021-07-14T07:26:40.134Z] INFO: Extracting go.zip to d:\CI\PR-42636\2\go [2021-07-14T07:26:40.456Z] --- PASS: TestNetworkLocalhostTCPNat (0.70s) [2021-07-14T07:26:40.456Z] === RUN TestNetworkLoopbackNat [2021-07-14T07:26:40.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-07-14T07:26:41.816Z] --- PASS: TestRenameAnonymousContainer (2.25s) [2021-07-14T07:26:41.816Z] === RUN TestRenameContainerWithSameName [2021-07-14T07:26:42.382Z] --- PASS: TestRenameContainerWithSameName (0.63s) [2021-07-14T07:26:42.382Z] === RUN TestRenameContainerWithLinkedContainer [2021-07-14T07:26:43.495Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-07-14T07:26:43.757Z] --- PASS: TestRenameContainerWithLinkedContainer (1.27s) [2021-07-14T07:26:43.757Z] === RUN TestResize [2021-07-14T07:26:43.793Z] --- PASS: TestNetworkLoopbackNat (3.09s) [2021-07-14T07:26:43.793Z] === RUN TestPause [2021-07-14T07:26:44.323Z] --- PASS: TestResize (0.65s) [2021-07-14T07:26:44.323Z] === RUN TestResizeWithInvalidSize [2021-07-14T07:26:44.379Z] --- PASS: TestPause (0.76s) [2021-07-14T07:26:44.379Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-07-14T07:26:44.379Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-07-14T07:26:44.379Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-07-14T07:26:44.379Z] === RUN TestPauseStopPausedContainer [2021-07-14T07:26:44.873Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-07-14T07:26:44.889Z] --- PASS: TestResizeWithInvalidSize (0.64s) [2021-07-14T07:26:44.889Z] === RUN TestResizeWhenContainerNotStarted [2021-07-14T07:26:45.233Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-07-14T07:26:45.322Z] --- PASS: TestPauseStopPausedContainer (0.75s) [2021-07-14T07:26:45.322Z] === RUN TestPidHost [2021-07-14T07:26:45.456Z] --- PASS: TestResizeWhenContainerNotStarted (0.62s) [2021-07-14T07:26:45.456Z] === RUN TestDaemonRestartKillContainers [2021-07-14T07:26:45.456Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-07-14T07:26:45.456Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-07-14T07:26:45.456Z] === RUN TestCgroupNamespacesRun [2021-07-14T07:26:45.666Z] ok github.com/docker/docker/libnetwork/networkdb 159.061s coverage: 60.5% of statements [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/oci/caps [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/pkg/term [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/rootless [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/testutil/request [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/volume [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-07-14T07:26:45.666Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-07-14T07:26:45.666Z] [2021-07-14T07:26:45.666Z] === Skipped [2021-07-14T07:26:45.666Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-07-14T07:26:45.666Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-07-14T07:26:45.666Z] [2021-07-14T07:26:45.666Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-07-14T07:26:45.666Z] network_proxy_test.go:212: No support for dual stack yet [2021-07-14T07:26:45.666Z] [2021-07-14T07:26:45.666Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-07-14T07:26:45.666Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-07-14T07:26:45.666Z] [2021-07-14T07:26:45.666Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-07-14T07:26:45.667Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-07-14T07:26:45.667Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:26:45.667Z] graphtest_unix.go:44: Driver btrfs not supported [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-07-14T07:26:45.667Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:26:45.667Z] graphtest_unix.go:44: Driver btrfs not supported [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-07-14T07:26:45.667Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:26:45.667Z] graphtest_unix.go:44: Driver btrfs not supported [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-07-14T07:26:45.667Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:26:45.667Z] graphtest_unix.go:44: Driver btrfs not supported [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-07-14T07:26:45.667Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:26:45.667Z] graphtest_unix.go:44: Driver btrfs not supported [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-07-14T07:26:45.667Z] graphtest_unix.go:71: No driver to put! [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-07-14T07:26:45.667Z] time="2021-07-14T07:23:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-14T07:26:45.667Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-07-14T07:26:45.667Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-07-14T07:26:45.667Z] time="2021-07-14T07:23:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-14T07:26:45.667Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-07-14T07:26:45.667Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-07-14T07:26:45.667Z] time="2021-07-14T07:23:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-14T07:26:45.667Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-07-14T07:26:45.667Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-07-14T07:26:45.667Z] time="2021-07-14T07:23:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-14T07:26:45.667Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-07-14T07:26:45.667Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-07-14T07:26:45.667Z] time="2021-07-14T07:23:06Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-14T07:26:45.667Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-07-14T07:26:45.667Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-07-14T07:26:45.667Z] graphtest_unix.go:71: No driver to put! [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-07-14T07:26:45.667Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-07-14T07:26:45.667Z] overlay_test.go:49: Fails to compute changes intermittently [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-07-14T07:26:45.667Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-07-14T07:26:45.667Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-07-14T07:26:45.667Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:26:45.667Z] graphtest_unix.go:44: Driver zfs not supported [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-07-14T07:26:45.667Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:26:45.667Z] graphtest_unix.go:44: Driver zfs not supported [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-07-14T07:26:45.667Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:26:45.667Z] graphtest_unix.go:44: Driver zfs not supported [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-07-14T07:26:45.667Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:26:45.667Z] graphtest_unix.go:44: Driver zfs not supported [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-07-14T07:26:45.667Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:26:45.667Z] graphtest_unix.go:44: Driver zfs not supported [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-07-14T07:26:45.667Z] graphtest_unix.go:71: No driver to put! [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: libnetwork/api TestJoinLeave (0.00s) [2021-07-14T07:26:45.667Z] api_linux_test.go:1247: This test fails on arm64 foor some reason... this need to be fixed [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-07-14T07:26:45.667Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-07-14T07:26:45.667Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-07-14T07:26:45.667Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-07-14T07:26:45.667Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-07-14T07:26:45.667Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-07-14T07:26:45.667Z] firewalld_test.go:13: firewalld is not running [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-07-14T07:26:45.667Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-07-14T07:26:45.667Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] [2021-07-14T07:26:45.667Z] DONE 2627 tests, 35 skipped in 367.250s Post stage [Pipeline] junit [2021-07-14T07:26:45.684Z] Recording test results [2021-07-14T07:26:46.051Z] tests/integration/api_client_test.py ..... [ 7%] [2021-07-14T07:26:47.235Z] --- PASS: TestPidHost (1.97s) [2021-07-14T07:26:47.235Z] === RUN TestPsFilter [2021-07-14T07:26:47.235Z] --- PASS: TestPsFilter (0.13s) [2021-07-14T07:26:47.235Z] === RUN TestRemoveContainerWithRemovedVolume [2021-07-14T07:26:47.357Z] --- PASS: TestCgroupNamespacesRun (1.59s) [2021-07-14T07:26:47.357Z] === RUN TestCgroupNamespacesRunPrivileged [2021-07-14T07:26:47.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-07-14T07:26:47.484Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [2021-07-14T07:26:47.544Z] tests/integration/api_config_test.py ..... [ 8%] [Pipeline] sh [2021-07-14T07:26:47.807Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.63s) [2021-07-14T07:26:47.807Z] === RUN TestRemoveContainerWithVolume [2021-07-14T07:26:47.848Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42636/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b81674392e3dec8824c4a34d8cd8b328f16ec1c9 -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:b81674392e3dec8824c4a34d8cd8b328f16ec1c9 hack/make.sh dynbinary test-integration [2021-07-14T07:26:48.290Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.10s) [2021-07-14T07:26:48.291Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-07-14T07:26:48.378Z] --- PASS: TestRemoveContainerWithVolume (0.68s) [2021-07-14T07:26:48.378Z] === RUN TestRemoveContainerRunning [2021-07-14T07:26:48.799Z] [2021-07-14T07:26:48.799Z] Removing bundles/ [2021-07-14T07:26:48.799Z] [2021-07-14T07:26:48.799Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-07-14T07:26:48.799Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-07-14T07:26:48.799Z] GOOS="" GOARCH="" GOARM="" [2021-07-14T07:26:49.319Z] --- PASS: TestRemoveContainerRunning (0.71s) [2021-07-14T07:26:49.319Z] === RUN TestRemoveContainerForceRemoveRunning [2021-07-14T07:26:49.666Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.57s) [2021-07-14T07:26:49.666Z] === RUN TestCgroupNamespacesRunHostMode [2021-07-14T07:26:49.890Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.67s) [2021-07-14T07:26:49.890Z] === RUN TestRemoveInvalidContainer [2021-07-14T07:26:49.890Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-07-14T07:26:49.890Z] === RUN TestRenameLinkedContainer [2021-07-14T07:26:50.705Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-07-14T07:26:51.566Z] --- PASS: TestCgroupNamespacesRunHostMode (1.58s) [2021-07-14T07:26:51.566Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-07-14T07:26:52.940Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.57s) [2021-07-14T07:26:52.940Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-07-14T07:26:53.190Z] --- PASS: TestRenameLinkedContainer (2.83s) [2021-07-14T07:26:53.190Z] === RUN TestRenameStoppedContainer [2021-07-14T07:26:53.450Z] --- PASS: TestRenameStoppedContainer (0.67s) [2021-07-14T07:26:53.450Z] === RUN TestRenameRunningContainerAndReuse [2021-07-14T07:26:53.875Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.09s) [2021-07-14T07:26:53.875Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-07-14T07:26:53.995Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-07-14T07:26:54.810Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2021-07-14T07:26:54.810Z] === RUN TestCgroupNamespacesRunOlderClient [2021-07-14T07:26:54.833Z] --- PASS: TestRenameRunningContainerAndReuse (1.35s) [2021-07-14T07:26:54.833Z] === RUN TestRenameInvalidName [2021-07-14T07:26:55.404Z] --- PASS: TestRenameInvalidName (0.69s) [2021-07-14T07:26:55.404Z] === RUN TestRenameAnonymousContainer [2021-07-14T07:26:55.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-07-14T07:26:56.188Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.62s) [2021-07-14T07:26:56.188Z] === RUN TestNISDomainname [2021-07-14T07:26:56.188Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-07-14T07:26:56.188Z] --- SKIP: TestNISDomainname (0.01s) [2021-07-14T07:26:56.188Z] === RUN TestHostnameDnsResolution [2021-07-14T07:26:57.568Z] --- PASS: TestHostnameDnsResolution (1.11s) [2021-07-14T07:26:57.568Z] === RUN TestStats [2021-07-14T07:26:57.568Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-07-14T07:26:57.568Z] --- SKIP: TestStats (0.00s) [2021-07-14T07:26:57.568Z] === RUN TestStopContainerWithTimeout [2021-07-14T07:26:57.568Z] === RUN TestStopContainerWithTimeout/0 [2021-07-14T07:26:57.568Z] === PAUSE TestStopContainerWithTimeout/0 [2021-07-14T07:26:57.568Z] === RUN TestStopContainerWithTimeout/1 [2021-07-14T07:26:57.568Z] === PAUSE TestStopContainerWithTimeout/1 [2021-07-14T07:26:57.568Z] === RUN TestStopContainerWithTimeout/3 [2021-07-14T07:26:57.568Z] === PAUSE TestStopContainerWithTimeout/3 [2021-07-14T07:26:57.568Z] === RUN TestStopContainerWithTimeout/-1 [2021-07-14T07:26:57.568Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-07-14T07:26:57.568Z] === CONT TestStopContainerWithTimeout/0 [2021-07-14T07:26:57.568Z] === CONT TestStopContainerWithTimeout/-1 [2021-07-14T07:26:57.947Z] --- PASS: TestRenameAnonymousContainer (2.43s) [2021-07-14T07:26:57.947Z] === RUN TestRenameContainerWithSameName [2021-07-14T07:26:58.435Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-07-14T07:26:58.503Z] === CONT TestStopContainerWithTimeout/3 [2021-07-14T07:26:58.518Z] --- PASS: TestRenameContainerWithSameName (0.67s) [2021-07-14T07:26:58.518Z] === RUN TestRenameContainerWithLinkedContainer [2021-07-14T07:26:59.900Z] --- PASS: TestRenameContainerWithLinkedContainer (1.40s) [2021-07-14T07:26:59.901Z] === RUN TestResize [2021-07-14T07:27:00.406Z] === CONT TestStopContainerWithTimeout/1 [2021-07-14T07:27:00.844Z] --- PASS: TestResize (0.71s) [2021-07-14T07:27:00.844Z] === RUN TestResizeWithInvalidSize [2021-07-14T07:27:00.970Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-07-14T07:27:00.970Z] Using test binary docker [2021-07-14T07:27:00.970Z] +++ /etc/init.d/apparmor start [2021-07-14T07:27:01.230Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-07-14T07:27:01.230Z] Starting dockerd [2021-07-14T07:27:01.230Z] INFO: Waiting for daemon to start... [2021-07-14T07:27:01.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-07-14T07:27:01.414Z] --- PASS: TestResizeWithInvalidSize (0.74s) [2021-07-14T07:27:01.414Z] === RUN TestResizeWhenContainerNotStarted [2021-07-14T07:27:01.987Z] --- PASS: TestResizeWhenContainerNotStarted (0.67s) [2021-07-14T07:27:01.987Z] === RUN TestDaemonRestartKillContainers [2021-07-14T07:27:01.987Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-07-14T07:27:01.987Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-07-14T07:27:01.987Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-07-14T07:27:01.987Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-07-14T07:27:01.987Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-07-14T07:27:01.987Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-07-14T07:27:01.987Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-07-14T07:27:01.987Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-07-14T07:27:01.987Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-07-14T07:27:01.987Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-07-14T07:27:01.987Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-07-14T07:27:01.987Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-07-14T07:27:01.987Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-07-14T07:27:01.987Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-07-14T07:27:01.987Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-07-14T07:27:01.987Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-07-14T07:27:01.987Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:27:01.987Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:27:01.987Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:27:01.987Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:27:01.987Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:27:01.987Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:27:01.987Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:27:01.987Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:27:01.987Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-07-14T07:27:01.987Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-07-14T07:27:02.306Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-07-14T07:27:02.306Z] --- PASS: TestStopContainerWithTimeout/0 (1.05s) [2021-07-14T07:27:02.306Z] --- PASS: TestStopContainerWithTimeout/-1 (2.98s) [2021-07-14T07:27:02.306Z] --- PASS: TestStopContainerWithTimeout/3 (2.59s) [2021-07-14T07:27:02.306Z] --- PASS: TestStopContainerWithTimeout/1 (1.64s) [2021-07-14T07:27:02.306Z] === RUN TestDeleteDevicemapper [2021-07-14T07:27:02.306Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-07-14T07:27:02.306Z] --- SKIP: TestDeleteDevicemapper (0.01s) [2021-07-14T07:27:02.306Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-07-14T07:27:03.133Z] . [2021-07-14T07:27:03.134Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-07-14T07:27:03.392Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-07-14T07:27:03.392Z] Error: No such image: emptyfs [2021-07-14T07:27:03.392Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-07-14T07:27:03.392Z] ++++ docker load [2021-07-14T07:27:03.960Z] Running integration-test (iteration 1) [2021-07-14T07:27:03.960Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-07-14T07:27:03.960Z] ++ 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-07-14T07:27:03.960Z] ++ set -e [2021-07-14T07:27:03.960Z] ++ '[' -n 0 ']' [2021-07-14T07:27:03.960Z] ++ set -x [2021-07-14T07:27:03.961Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-14T07:27:04.207Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.20s) [2021-07-14T07:27:04.207Z] === RUN TestUpdateMemory [2021-07-14T07:27:04.207Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-07-14T07:27:04.207Z] --- SKIP: TestUpdateMemory (0.00s) [2021-07-14T07:27:04.207Z] === RUN TestUpdateCPUQuota [2021-07-14T07:27:04.207Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-07-14T07:27:04.207Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-07-14T07:27:04.207Z] === RUN TestUpdatePidsLimit [2021-07-14T07:27:04.207Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-07-14T07:27:04.207Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-07-14T07:27:04.207Z] === RUN TestUpdateRestartPolicy [2021-07-14T07:27:04.535Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:27:04.535Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:27:05.476Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:27:05.741Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:27:05.785Z] INFO: Extraction ended at 07/14/2021 07:27:02. Duration:00:00:22.0269545 [2021-07-14T07:27:05.785Z] INFO: Updating the golang and path environment variables [2021-07-14T07:27:05.785Z] INFO: GOPATH=d:\gopath [2021-07-14T07:27:05.785Z] INFO: go version go1.16.6 windows/amd64 [2021-07-14T07:27:05.785Z] INFO: Running the daemon under test in debug mode [2021-07-14T07:27:05.785Z] INFO: Starting a daemon under test... [2021-07-14T07:27:05.785Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42636\2\daemon --pidfile d:\CI\PR-42636\2\docker.pid -D [2021-07-14T07:27:05.785Z] INFO: Process started successfully. [2021-07-14T07:27:05.785Z] INFO: Start tailing logs of the daemon under tests [2021-07-14T07:27:05.785Z] INFO: Waiting for the daemon under test to start... [2021-07-14T07:27:06.691Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-07-14T07:27:06.951Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-07-14T07:27:08.866Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-07-14T07:27:09.127Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-07-14T07:27:11.672Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-07-14T07:27:11.937Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-07-14T07:27:14.487Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-07-14T07:27:14.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.11s) [2021-07-14T07:27:14.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.41s) [2021-07-14T07:27:14.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s) [2021-07-14T07:27:14.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.26s) [2021-07-14T07:27:14.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2021-07-14T07:27:14.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.24s) [2021-07-14T07:27:14.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.12s) [2021-07-14T07:27:14.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.13s) [2021-07-14T07:27:14.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.81s) [2021-07-14T07:27:14.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.88s) [2021-07-14T07:27:14.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.12s) [2021-07-14T07:27:14.487Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.22s) [2021-07-14T07:27:14.487Z] === RUN TestCgroupNamespacesRun [2021-07-14T07:27:15.874Z] --- PASS: TestCgroupNamespacesRun (1.71s) [2021-07-14T07:27:15.874Z] === RUN TestCgroupNamespacesRunPrivileged [2021-07-14T07:27:15.874Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-07-14T07:27:15.874Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-07-14T07:27:15.874Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-07-14T07:27:17.785Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.63s) [2021-07-14T07:27:17.785Z] === RUN TestCgroupNamespacesRunHostMode [2021-07-14T07:27:19.088Z] --- PASS: TestUpdateRestartPolicy (12.30s) [2021-07-14T07:27:19.088Z] === RUN TestUpdateRestartWithAutoRemove [2021-07-14T07:27:19.088Z] --- PASS: TestUpdateRestartWithAutoRemove (0.67s) [2021-07-14T07:27:19.088Z] === RUN TestWaitNonBlocked [2021-07-14T07:27:19.088Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:27:19.088Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:27:19.088Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:27:19.088Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:27:19.088Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:27:19.088Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:27:19.088Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-07-14T07:27:19.088Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.86s) [2021-07-14T07:27:19.088Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.92s) [2021-07-14T07:27:19.088Z] === RUN TestWaitBlocked [2021-07-14T07:27:19.088Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-07-14T07:27:19.088Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-07-14T07:27:19.088Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-07-14T07:27:19.088Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-07-14T07:27:19.088Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-07-14T07:27:19.088Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-07-14T07:27:19.088Z] --- PASS: TestWaitBlocked (0.01s) [2021-07-14T07:27:19.088Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.97s) [2021-07-14T07:27:19.088Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.99s) [2021-07-14T07:27:19.088Z] === CONT TestDaemonRestartIpcMode [2021-07-14T07:27:19.088Z] === CONT TestIpcModeOlderClient [2021-07-14T07:27:19.088Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-07-14T07:27:19.088Z] === CONT TestRestartDaemonWithRestartingContainer [2021-07-14T07:27:19.171Z] --- PASS: TestCgroupNamespacesRunHostMode (1.69s) [2021-07-14T07:27:19.171Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-07-14T07:27:21.084Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.64s) [2021-07-14T07:27:21.084Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-07-14T07:27:22.023Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.17s) [2021-07-14T07:27:22.023Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-07-14T07:27:22.377Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.05s) [2021-07-14T07:27:22.595Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2021-07-14T07:27:22.595Z] === RUN TestCgroupNamespacesRunOlderClient [2021-07-14T07:27:22.943Z] --- PASS: TestDaemonRestartIpcMode (3.64s) [2021-07-14T07:27:22.943Z] PASS [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === Skipped [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-07-14T07:27:22.943Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-07-14T07:27:22.943Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-07-14T07:27:22.943Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-07-14T07:27:22.943Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-07-14T07:27:22.943Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-07-14T07:27:22.943Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-07-14T07:27:22.943Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-07-14T07:27:22.943Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-07-14T07:27:22.943Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-07-14T07:27:22.943Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-07-14T07:27:22.943Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-07-14T07:27:22.943Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-07-14T07:27:22.943Z] 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-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-07-14T07:27:22.943Z] 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-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-07-14T07:27:22.943Z] 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-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-07-14T07:27:22.943Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-07-14T07:27:22.943Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-07-14T07:27:22.943Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-07-14T07:27:22.943Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-07-14T07:27:22.943Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-07-14T07:27:22.943Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.01s) [2021-07-14T07:27:22.943Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-07-14T07:27:22.943Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-07-14T07:27:22.943Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-07-14T07:27:22.943Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] [2021-07-14T07:27:22.943Z] DONE 177 tests, 25 skipped in 90.306s [2021-07-14T07:27:22.943Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-07-14T07:27:22.943Z] === RUN TestConfigDaemonLibtrustID [2021-07-14T07:27:23.510Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-07-14T07:27:23.510Z] === RUN TestDaemonConfigValidation [2021-07-14T07:27:23.510Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-07-14T07:27:23.510Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-07-14T07:27:23.510Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-07-14T07:27:23.510Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-07-14T07:27:23.510Z] === RUN TestDaemonConfigValidation/invalid_config [2021-07-14T07:27:23.510Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-07-14T07:27:23.510Z] === RUN TestDaemonConfigValidation/malformed_config [2021-07-14T07:27:23.510Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-07-14T07:27:23.510Z] === RUN TestDaemonConfigValidation/valid_config [2021-07-14T07:27:23.510Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-07-14T07:27:23.510Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-07-14T07:27:23.510Z] === CONT TestDaemonConfigValidation/malformed_config [2021-07-14T07:27:23.510Z] === CONT TestDaemonConfigValidation/valid_config [2021-07-14T07:27:23.510Z] === CONT TestDaemonConfigValidation/invalid_config [2021-07-14T07:27:23.510Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-07-14T07:27:23.768Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-07-14T07:27:23.768Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2021-07-14T07:27:23.768Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2021-07-14T07:27:23.768Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2021-07-14T07:27:23.768Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.10s) [2021-07-14T07:27:23.768Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2021-07-14T07:27:23.768Z] PASS [2021-07-14T07:27:23.768Z] [2021-07-14T07:27:23.768Z] DONE 7 tests in 0.866s [2021-07-14T07:27:23.768Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-07-14T07:27:23.768Z] INFO: Testing against a local daemon [2021-07-14T07:27:23.768Z] === RUN TestCommitInheritsEnv [2021-07-14T07:27:23.808Z] .....INFO: Daemon under test started and replied! [2021-07-14T07:27:23.808Z] INFO: Docker version of the daemon under test [2021-07-14T07:27:23.808Z] [2021-07-14T07:27:23.808Z] Client: [2021-07-14T07:27:23.808Z] Version: 17.06.2-ce [2021-07-14T07:27:23.808Z] API version: 1.30 [2021-07-14T07:27:23.808Z] Go version: go1.8.3 [2021-07-14T07:27:23.808Z] Git commit: cec0b72 [2021-07-14T07:27:23.808Z] Built: Tue Sep 5 19:57:19 2017 [2021-07-14T07:27:23.808Z] OS/Arch: windows/amd64 [2021-07-14T07:27:23.808Z] [2021-07-14T07:27:23.808Z] Server: [2021-07-14T07:27:23.808Z] Version: 0.0.0-dev [2021-07-14T07:27:23.808Z] API version: 1.42 (minimum version 1.24) [2021-07-14T07:27:23.808Z] Go version: go1.16.6 [2021-07-14T07:27:23.808Z] Git commit: 09d565e98d [2021-07-14T07:27:23.808Z] Built: 07/14/2021 07:25:26 [2021-07-14T07:27:23.808Z] OS/Arch: windows/amd64 [2021-07-14T07:27:23.808Z] Experimental: false [2021-07-14T07:27:23.808Z] [2021-07-14T07:27:23.808Z] INFO: Docker info of the daemon under test [2021-07-14T07:27:23.808Z] [2021-07-14T07:27:23.808Z] Containers: 0 [2021-07-14T07:27:23.808Z] Running: 0 [2021-07-14T07:27:23.808Z] Paused: 0 [2021-07-14T07:27:23.808Z] Stopped: 0 [2021-07-14T07:27:23.808Z] Images: 0 [2021-07-14T07:27:23.808Z] Server Version: 0.0.0-dev [2021-07-14T07:27:23.808Z] Storage Driver: windowsfilter [2021-07-14T07:27:23.808Z] Windows: [2021-07-14T07:27:23.808Z] Logging Driver: json-file [2021-07-14T07:27:23.808Z] Plugins: [2021-07-14T07:27:23.808Z] Volume: local [2021-07-14T07:27:23.808Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-07-14T07:27:23.808Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-07-14T07:27:23.808Z] Swarm: inactive [2021-07-14T07:27:23.808Z] Default Isolation: process [2021-07-14T07:27:23.808Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-07-14T07:27:23.808Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879) [2021-07-14T07:27:23.808Z] OSType: windows [2021-07-14T07:27:23.808Z] Architecture: x86_64 [2021-07-14T07:27:23.808Z] CPUs: 4 [2021-07-14T07:27:23.808Z] Total Memory: 32GiB [2021-07-14T07:27:23.808Z] Name: azwin-2-f94c20 [2021-07-14T07:27:23.808Z] ID: ILCO:JT7G:4N2Z:WE2M:RJWB:B4U7:NZQJ:6MAJ:4IAL:DAUO:RCKQ:3B4W [2021-07-14T07:27:23.808Z] Docker Root Dir: D:\CI\PR-42636\2\daemon [2021-07-14T07:27:23.808Z] Debug Mode (client): false [2021-07-14T07:27:23.808Z] Debug Mode (server): true [2021-07-14T07:27:23.808Z] File Descriptors: -1 [2021-07-14T07:27:23.808Z] Goroutines: 16 [2021-07-14T07:27:23.808Z] System Time: 2021-07-14T07:27:21.7173166Z [2021-07-14T07:27:23.808Z] EventsListeners: 0 [2021-07-14T07:27:23.808Z] Registry: https://index.docker.io/v1/ [2021-07-14T07:27:23.808Z] Labels: [2021-07-14T07:27:23.808Z] Experimental: false [2021-07-14T07:27:23.808Z] Insecure Registries: [2021-07-14T07:27:23.808Z] 127.0.0.0/8 [2021-07-14T07:27:23.808Z] Live Restore Enabled: false [2021-07-14T07:27:23.808Z] [2021-07-14T07:27:23.808Z] [2021-07-14T07:27:23.808Z] INFO: Docker images of the daemon under test [2021-07-14T07:27:23.808Z] [2021-07-14T07:27:23.808Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-14T07:27:23.808Z] [2021-07-14T07:27:23.808Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-07-14T07:27:23.808Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-07-14T07:27:23.808Z] ltsc2019: Pulling from windows/servercore [2021-07-14T07:27:23.808Z] 4612f6d0b889: Pulling fs layer [2021-07-14T07:27:23.808Z] f143c6fed32d: Pulling fs layer [2021-07-14T07:27:24.167Z] tests/integration/api_container_test.py ....x...........x............... [ 16%] [2021-07-14T07:27:24.510Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.70s) [2021-07-14T07:27:24.510Z] === RUN TestNISDomainname [2021-07-14T07:27:25.141Z] --- PASS: TestCommitInheritsEnv (1.30s) [2021-07-14T07:27:25.141Z] === RUN TestImportExtremelyLargeImageWorks [2021-07-14T07:27:25.141Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-07-14T07:27:25.141Z] === RUN TestImagesFilterMultiReference [2021-07-14T07:27:25.141Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-07-14T07:27:25.141Z] === RUN TestImagePullPlatformInvalid [2021-07-14T07:27:25.141Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-07-14T07:27:25.141Z] === RUN TestRemoveImageOrphaning [2021-07-14T07:27:25.894Z] --- PASS: TestNISDomainname (1.46s) [2021-07-14T07:27:25.894Z] === RUN TestHostnameDnsResolution [2021-07-14T07:27:27.041Z] --- PASS: TestRemoveImageOrphaning (1.94s) [2021-07-14T07:27:27.041Z] === RUN TestRemoveImageGarbageCollector [2021-07-14T07:27:27.277Z] --- PASS: TestHostnameDnsResolution (1.27s) [2021-07-14T07:27:27.277Z] === RUN TestStats [2021-07-14T07:27:27.300Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-07-14T07:27:27.300Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-07-14T07:27:27.300Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-07-14T07:27:27.300Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-07-14T07:27:27.300Z] === RUN TestTagInvalidReference [2021-07-14T07:27:27.300Z] --- PASS: TestTagInvalidReference (0.01s) [2021-07-14T07:27:27.300Z] === RUN TestTagValidPrefixedRepo [2021-07-14T07:27:27.300Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-07-14T07:27:27.300Z] === RUN TestTagExistedNameWithoutForce [2021-07-14T07:27:27.300Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-07-14T07:27:27.300Z] === RUN TestTagOfficialNames [2021-07-14T07:27:27.300Z] --- PASS: TestTagOfficialNames (0.06s) [2021-07-14T07:27:27.300Z] === RUN TestTagMatchesDigest [2021-07-14T07:27:27.300Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-07-14T07:27:27.300Z] === CONT TestImportExtremelyLargeImageWorks [2021-07-14T07:27:29.813Z] === RUN TestBoolValue [2021-07-14T07:27:29.813Z] --- PASS: TestBoolValue (0.00s) [2021-07-14T07:27:29.813Z] === RUN TestBoolValueOrDefault [2021-07-14T07:27:29.814Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestInt64ValueOrZero [2021-07-14T07:27:29.814Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestInt64ValueOrDefault [2021-07-14T07:27:29.814Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestInt64ValueOrDefaultWithError [2021-07-14T07:27:29.814Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestJsonContentType [2021-07-14T07:27:29.814Z] --- PASS: TestJsonContentType (0.00s) [2021-07-14T07:27:29.814Z] PASS [2021-07-14T07:27:29.814Z] coverage: 14.7% of statements [2021-07-14T07:27:29.814Z] ok github.com/docker/docker/api/server/httputils 0.048s coverage: 14.7% of statements [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-07-14T07:27:29.814Z] === RUN TestMaskSecretKeys [2021-07-14T07:27:29.814Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-07-14T07:27:29.814Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-07-14T07:27:29.814Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-07-14T07:27:29.814Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-07-14T07:27:29.814Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-07-14T07:27:29.814Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-07-14T07:27:29.814Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestVersionMiddlewareVersion [2021-07-14T07:27:29.814Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-07-14T07:27:29.814Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-07-14T07:27:29.814Z] PASS [2021-07-14T07:27:29.814Z] coverage: 37.7% of statements [2021-07-14T07:27:29.814Z] ok github.com/docker/docker/api/server/middleware 0.046s coverage: 37.7% of statements [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/server/router [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-07-14T07:27:29.814Z] === RUN TestToJSON [2021-07-14T07:27:29.814Z] --- PASS: TestToJSON (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestToParamWithVersion [2021-07-14T07:27:29.814Z] --- PASS: TestToParamWithVersion (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestFromJSON [2021-07-14T07:27:29.814Z] --- PASS: TestFromJSON (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestEmpty [2021-07-14T07:27:29.814Z] --- PASS: TestEmpty (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestArgsMatchKVListEmptySources [2021-07-14T07:27:29.814Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestArgsMatchKVList [2021-07-14T07:27:29.814Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestArgsMatch [2021-07-14T07:27:29.814Z] --- PASS: TestArgsMatch (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestAdd [2021-07-14T07:27:29.814Z] --- PASS: TestAdd (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestDel [2021-07-14T07:27:29.814Z] --- PASS: TestDel (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestLen [2021-07-14T07:27:29.814Z] --- PASS: TestLen (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestExactMatch [2021-07-14T07:27:29.814Z] --- PASS: TestExactMatch (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestOnlyOneExactMatch [2021-07-14T07:27:29.814Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestContains [2021-07-14T07:27:29.814Z] --- PASS: TestContains (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestValidate [2021-07-14T07:27:29.814Z] --- PASS: TestValidate (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestWalkValues [2021-07-14T07:27:29.814Z] --- PASS: TestWalkValues (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestFuzzyMatch [2021-07-14T07:27:29.814Z] --- PASS: TestFuzzyMatch (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestClone [2021-07-14T07:27:29.814Z] --- PASS: TestClone (0.00s) [2021-07-14T07:27:29.814Z] PASS [2021-07-14T07:27:29.814Z] coverage: 92.2% of statements [2021-07-14T07:27:29.814Z] === RUN TestStrSliceMarshalJSON [2021-07-14T07:27:29.814Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestStrSliceUnmarshalJSON [2021-07-14T07:27:29.814Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestStrSliceUnmarshalString [2021-07-14T07:27:29.814Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestStrSliceUnmarshalSlice [2021-07-14T07:27:29.814Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-07-14T07:27:29.814Z] PASS [2021-07-14T07:27:29.814Z] coverage: 90.0% of statements [2021-07-14T07:27:29.814Z] ok github.com/docker/docker/api/types/filters 0.035s coverage: 92.2% of statements [2021-07-14T07:27:29.814Z] ok github.com/docker/docker/api/types/strslice 0.036s coverage: 90.0% of statements [2021-07-14T07:27:29.814Z] === RUN TestAdjustForAPIVersion [2021-07-14T07:27:29.814Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-07-14T07:27:29.814Z] PASS [2021-07-14T07:27:29.814Z] coverage: 5.7% of statements [2021-07-14T07:27:29.814Z] ok github.com/docker/docker/api/server/router/swarm 0.036s coverage: 5.7% of statements [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/types [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/types/container [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/types/events [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/types/image [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/types/network [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-07-14T07:27:29.814Z] === RUN TestDurationToSecondsString [2021-07-14T07:27:29.814Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestGetTimestamp [2021-07-14T07:27:29.814Z] --- PASS: TestGetTimestamp (0.13s) [2021-07-14T07:27:29.814Z] === RUN TestParseTimestamps [2021-07-14T07:27:29.814Z] --- PASS: TestParseTimestamps (0.00s) [2021-07-14T07:27:29.814Z] PASS [2021-07-14T07:27:29.814Z] coverage: 100.0% of statements [2021-07-14T07:27:29.814Z] ok github.com/docker/docker/api/types/time 0.176s coverage: 100.0% of statements [2021-07-14T07:27:29.814Z] === RUN TestCompareVersion [2021-07-14T07:27:29.814Z] --- PASS: TestCompareVersion (0.00s) [2021-07-14T07:27:29.814Z] PASS [2021-07-14T07:27:29.814Z] coverage: 75.0% of statements [2021-07-14T07:27:29.814Z] ok github.com/docker/docker/api/types/versions 0.033s coverage: 75.0% of statements [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/builder [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-07-14T07:27:29.814Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-07-14T07:27:29.814Z] === RUN TestParseRemoteURL [2021-07-14T07:27:29.814Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-07-14T07:27:29.814Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-07-14T07:27:29.814Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-07-14T07:27:29.814Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-07-14T07:27:29.814Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-07-14T07:27:29.814Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-07-14T07:27:29.814Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-07-14T07:27:29.814Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-07-14T07:27:29.814Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-07-14T07:27:29.814Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-07-14T07:27:29.814Z] --- PASS: TestParseRemoteURL (0.00s) [2021-07-14T07:27:29.814Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-07-14T07:27:29.814Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-07-14T07:27:29.814Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-07-14T07:27:29.814Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-07-14T07:27:29.814Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-07-14T07:27:29.814Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-07-14T07:27:29.814Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-07-14T07:27:29.814Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-07-14T07:27:29.814Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-07-14T07:27:29.814Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestCloneArgsSmartHttp [2021-07-14T07:27:29.814Z] --- PASS: TestCloneArgsSmartHttp (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestCloneArgsDumbHttp [2021-07-14T07:27:29.814Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestCloneArgsGit [2021-07-14T07:27:29.814Z] --- PASS: TestCloneArgsGit (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestCheckoutGit [2021-07-14T07:27:29.814Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-07-14T07:27:29.814Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-07-14T07:27:29.814Z] === RUN TestProcessNoDockerignore [2021-07-14T07:27:29.814Z] --- PASS: TestProcessNoDockerignore (0.01s) [2021-07-14T07:27:29.814Z] === RUN TestProcessShouldLeaveAllFiles [2021-07-14T07:27:29.814Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestDetectContentType [2021-07-14T07:27:29.814Z] --- PASS: TestDetectContentType (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestSelectAcceptableMIME [2021-07-14T07:27:29.814Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestInspectEmptyResponse [2021-07-14T07:27:29.814Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestInspectResponseBinary [2021-07-14T07:27:29.814Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestResponseUnsupportedContentType [2021-07-14T07:27:29.814Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestInspectResponseTextSimple [2021-07-14T07:27:29.814Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestInspectResponseEmptyContentType [2021-07-14T07:27:29.814Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestUnknownContentLength [2021-07-14T07:27:29.814Z] --- PASS: TestUnknownContentLength (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestDownloadRemote [2021-07-14T07:27:29.814Z] --- PASS: TestDownloadRemote (0.08s) [2021-07-14T07:27:29.814Z] === RUN TestGetWithStatusError [2021-07-14T07:27:29.814Z] --- PASS: TestGetWithStatusError (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestCloseRootDirectory [2021-07-14T07:27:29.814Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:27:29.814Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestHashFile [2021-07-14T07:27:29.814Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:27:29.814Z] --- SKIP: TestHashFile (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestHashSubdir [2021-07-14T07:27:29.814Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:27:29.814Z] --- SKIP: TestHashSubdir (0.01s) [2021-07-14T07:27:29.814Z] === RUN TestRemoveDirectory [2021-07-14T07:27:29.814Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:27:29.814Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-07-14T07:27:29.814Z] PASS [2021-07-14T07:27:29.814Z] coverage: 9.3% of statements [2021-07-14T07:27:29.814Z] ok github.com/docker/docker/builder/remotecontext 0.227s coverage: 9.3% of statements [2021-07-14T07:27:29.814Z] === RUN TestGetAllAllowed [2021-07-14T07:27:29.814Z] --- PASS: TestGetAllAllowed (0.00s) [2021-07-14T07:27:29.814Z] === RUN TestGetAllMeta [2021-07-14T07:27:29.818Z] --- PASS: TestStats (2.70s) [2021-07-14T07:27:29.818Z] === RUN TestStopContainerWithTimeout [2021-07-14T07:27:29.818Z] === RUN TestStopContainerWithTimeout/0 [2021-07-14T07:27:29.818Z] === PAUSE TestStopContainerWithTimeout/0 [2021-07-14T07:27:29.818Z] === RUN TestStopContainerWithTimeout/1 [2021-07-14T07:27:29.818Z] === PAUSE TestStopContainerWithTimeout/1 [2021-07-14T07:27:29.818Z] === RUN TestStopContainerWithTimeout/3 [2021-07-14T07:27:29.818Z] === PAUSE TestStopContainerWithTimeout/3 [2021-07-14T07:27:29.818Z] === RUN TestStopContainerWithTimeout/-1 [2021-07-14T07:27:29.818Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-07-14T07:27:29.818Z] === CONT TestStopContainerWithTimeout/0 [2021-07-14T07:27:29.818Z] === CONT TestStopContainerWithTimeout/3 [2021-07-14T07:27:30.298Z] --- PASS: TestGetAllMeta (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestWarnOnUnusedBuildArgs [2021-07-14T07:27:30.298Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestIsUnreferencedBuiltin [2021-07-14T07:27:30.298Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestIsExistingDirectory [2021-07-14T07:27:30.298Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestGetFilenameForDownload [2021-07-14T07:27:30.298Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestEnv2Variables [2021-07-14T07:27:30.298Z] --- PASS: TestEnv2Variables (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-07-14T07:27:30.298Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestMaintainer [2021-07-14T07:27:30.298Z] --- PASS: TestMaintainer (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestLabel [2021-07-14T07:27:30.298Z] --- PASS: TestLabel (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestFromScratch [2021-07-14T07:27:30.298Z] --- PASS: TestFromScratch (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestFromWithArg [2021-07-14T07:27:30.298Z] --- PASS: TestFromWithArg (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-07-14T07:27:30.298Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestFromWithUndefinedArg [2021-07-14T07:27:30.298Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestFromMultiStageWithNamedStage [2021-07-14T07:27:30.298Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestOnbuild [2021-07-14T07:27:30.298Z] --- PASS: TestOnbuild (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestWorkdir [2021-07-14T07:27:30.298Z] --- PASS: TestWorkdir (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestCmd [2021-07-14T07:27:30.298Z] --- PASS: TestCmd (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestHealthcheckNone [2021-07-14T07:27:30.298Z] --- PASS: TestHealthcheckNone (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestHealthcheckCmd [2021-07-14T07:27:30.298Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestEntrypoint [2021-07-14T07:27:30.298Z] --- PASS: TestEntrypoint (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestExpose [2021-07-14T07:27:30.298Z] --- PASS: TestExpose (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestUser [2021-07-14T07:27:30.298Z] --- PASS: TestUser (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestVolume [2021-07-14T07:27:30.298Z] --- PASS: TestVolume (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestStopSignal [2021-07-14T07:27:30.298Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-07-14T07:27:30.298Z] --- SKIP: TestStopSignal (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestArg [2021-07-14T07:27:30.298Z] --- PASS: TestArg (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestShell [2021-07-14T07:27:30.298Z] --- PASS: TestShell (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestPrependEnvOnCmd [2021-07-14T07:27:30.298Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestRunWithBuildArgs [2021-07-14T07:27:30.298Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestRunIgnoresHealthcheck [2021-07-14T07:27:30.298Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-07-14T07:27:30.298Z] === RUN TestDispatchUnsupportedOptions [2021-07-14T07:27:30.298Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-07-14T07:27:30.298Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-07-14T07:27:30.298Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-07-14T07:27:30.299Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-07-14T07:27:30.299Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-07-14T07:27:30.299Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-07-14T07:27:30.299Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-07-14T07:27:30.299Z] === RUN TestNormalizeWorkdir [2021-07-14T07:27:30.299Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-07-14T07:27:30.299Z] === RUN TestDispatch [2021-07-14T07:27:30.299Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-07-14T07:27:30.299Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-07-14T07:27:30.299Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-07-14T07:27:30.299Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-07-14T07:27:30.299Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-07-14T07:27:30.299Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-07-14T07:27:30.299Z] === RUN TestDispatch/COPY_url [2021-07-14T07:27:30.299Z] --- PASS: TestDispatch (0.05s) [2021-07-14T07:27:30.299Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-07-14T07:27:30.299Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-07-14T07:27:30.299Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-07-14T07:27:30.299Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-07-14T07:27:30.299Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-07-14T07:27:30.299Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-07-14T07:27:30.299Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-07-14T07:27:30.299Z] === RUN TestAddScratchImageAddsToMounts [2021-07-14T07:27:30.299Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-07-14T07:27:30.299Z] === RUN TestAddFromScratchPopulatesPlatform [2021-07-14T07:27:30.299Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-07-14T07:27:30.299Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-07-14T07:27:30.299Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-07-14T07:27:30.299Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-07-14T07:27:30.299Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-07-14T07:27:30.299Z] === RUN TestImageSourceGetAddsToMounts [2021-07-14T07:27:30.299Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-07-14T07:27:30.299Z] === RUN TestEmptyDockerfile [2021-07-14T07:27:30.299Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-07-14T07:27:30.299Z] === RUN TestSymlinkDockerfile [2021-07-14T07:27:30.299Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-07-14T07:27:30.299Z] === RUN TestDockerfileOutsideTheBuildContext [2021-07-14T07:27:30.299Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.01s) [2021-07-14T07:27:30.299Z] === RUN TestNonExistingDockerfile [2021-07-14T07:27:30.299Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-07-14T07:27:30.299Z] === RUN TestCopyRunConfig [2021-07-14T07:27:30.299Z] --- PASS: TestCopyRunConfig (0.00s) [2021-07-14T07:27:30.299Z] === RUN TestDeepCopyRunConfig [2021-07-14T07:27:30.299Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-07-14T07:27:30.299Z] === RUN TestExportImage [2021-07-14T07:27:30.299Z] --- PASS: TestExportImage (0.00s) [2021-07-14T07:27:30.299Z] === RUN TestNormalizeDest [2021-07-14T07:27:30.299Z] --- PASS: TestNormalizeDest (0.00s) [2021-07-14T07:27:30.299Z] PASS [2021-07-14T07:27:30.299Z] coverage: 47.0% of statements [2021-07-14T07:27:30.299Z] ok github.com/docker/docker/builder/dockerfile 0.180s coverage: 47.0% of statements [2021-07-14T07:27:30.299Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-07-14T07:27:30.299Z] === RUN TestEnable [2021-07-14T07:27:30.299Z] --- PASS: TestEnable (0.00s) [2021-07-14T07:27:30.299Z] === RUN TestDisable [2021-07-14T07:27:30.299Z] --- PASS: TestDisable (0.00s) [2021-07-14T07:27:30.299Z] === RUN TestEnabled [2021-07-14T07:27:30.299Z] --- PASS: TestEnabled (0.00s) [2021-07-14T07:27:30.299Z] PASS [2021-07-14T07:27:30.299Z] coverage: 100.0% of statements [2021-07-14T07:27:30.299Z] ok github.com/docker/docker/cli/debug 0.036s coverage: 100.0% of statements [2021-07-14T07:27:31.203Z] === CONT TestStopContainerWithTimeout/-1 [2021-07-14T07:27:31.317Z] === RUN TestTCP4Proxy [2021-07-14T07:27:31.317Z] --- PASS: TestTCP4Proxy (0.00s) [2021-07-14T07:27:31.317Z] === RUN TestTCP4ProxyHalfClose [2021-07-14T07:27:31.317Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-07-14T07:27:31.317Z] === RUN TestTCP6Proxy [2021-07-14T07:27:31.317Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-07-14T07:27:31.317Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-07-14T07:27:31.317Z] === RUN TestTCPDualStackProxy [2021-07-14T07:27:31.317Z] network_proxy_test.go:212: No support for dual stack yet [2021-07-14T07:27:31.317Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-07-14T07:27:31.317Z] === RUN TestUDP4Proxy [2021-07-14T07:27:31.317Z] --- PASS: TestUDP4Proxy (0.00s) [2021-07-14T07:27:31.317Z] === RUN TestUDP6Proxy [2021-07-14T07:27:31.317Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-07-14T07:27:31.317Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-07-14T07:27:31.317Z] === RUN TestUDPWriteError [2021-07-14T07:27:31.317Z] --- PASS: TestUDPWriteError (0.00s) [2021-07-14T07:27:31.317Z] === RUN TestSCTP4Proxy [2021-07-14T07:27:31.317Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-07-14T07:27:31.317Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-07-14T07:27:31.317Z] === RUN TestSCTP6Proxy [2021-07-14T07:27:31.317Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-07-14T07:27:31.317Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-07-14T07:27:31.317Z] PASS [2021-07-14T07:27:31.317Z] coverage: 49.4% of statements [2021-07-14T07:27:31.317Z] ok github.com/docker/docker/cmd/docker-proxy 0.068s coverage: 49.4% of statements [2021-07-14T07:27:33.123Z] === CONT TestStopContainerWithTimeout/1 [2021-07-14T07:27:35.062Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-07-14T07:27:35.062Z] --- PASS: TestStopContainerWithTimeout/0 (1.03s) [2021-07-14T07:27:35.062Z] --- PASS: TestStopContainerWithTimeout/3 (3.08s) [2021-07-14T07:27:35.062Z] --- PASS: TestStopContainerWithTimeout/-1 (2.67s) [2021-07-14T07:27:35.062Z] --- PASS: TestStopContainerWithTimeout/1 (1.78s) [2021-07-14T07:27:35.062Z] === RUN TestDeleteDevicemapper [2021-07-14T07:27:35.062Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-07-14T07:27:35.062Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-07-14T07:27:35.062Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-07-14T07:27:38.362Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.14s) [2021-07-14T07:27:38.362Z] === RUN TestUpdateMemory [2021-07-14T07:27:38.938Z] 4612f6d0b889: Verifying Checksum [2021-07-14T07:27:38.938Z] 4612f6d0b889: Download complete [2021-07-14T07:27:39.303Z] --- PASS: TestUpdateMemory (1.26s) [2021-07-14T07:27:39.303Z] === RUN TestUpdateCPUQuota [2021-07-14T07:27:40.114Z] === RUN TestCheckpointCreateError [2021-07-14T07:27:40.114Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestCheckpointCreate [2021-07-14T07:27:40.114Z] --- PASS: TestCheckpointCreate (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestCheckpointDeleteError [2021-07-14T07:27:40.114Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestCheckpointDelete [2021-07-14T07:27:40.114Z] --- PASS: TestCheckpointDelete (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestCheckpointListError [2021-07-14T07:27:40.114Z] --- PASS: TestCheckpointListError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestCheckpointList [2021-07-14T07:27:40.114Z] --- PASS: TestCheckpointList (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestCheckpointListContainerNotFound [2021-07-14T07:27:40.114Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestNewClientWithOpsFromEnv [2021-07-14T07:27:40.114Z] client_test.go:23: runtime.GOOS == "windows" [2021-07-14T07:27:40.114Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestGetAPIPath [2021-07-14T07:27:40.114Z] --- PASS: TestGetAPIPath (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestParseHostURL [2021-07-14T07:27:40.114Z] --- PASS: TestParseHostURL (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-07-14T07:27:40.114Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestNegotiateAPIVersionEmpty [2021-07-14T07:27:40.114Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestNegotiateAPIVersion [2021-07-14T07:27:40.114Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestNegotiateAPVersionOverride [2021-07-14T07:27:40.114Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestNegotiateAPIVersionAutomatic [2021-07-14T07:27:40.114Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-07-14T07:27:40.114Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-07-14T07:27:40.114Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestClientRedirect [2021-07-14T07:27:40.114Z] --- PASS: TestClientRedirect (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigCreateUnsupported [2021-07-14T07:27:40.114Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigCreateError [2021-07-14T07:27:40.114Z] --- PASS: TestConfigCreateError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigCreate [2021-07-14T07:27:40.114Z] --- PASS: TestConfigCreate (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigInspectNotFound [2021-07-14T07:27:40.114Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigInspectWithEmptyID [2021-07-14T07:27:40.114Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigInspectUnsupported [2021-07-14T07:27:40.114Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigInspectError [2021-07-14T07:27:40.114Z] --- PASS: TestConfigInspectError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigInspectConfigNotFound [2021-07-14T07:27:40.114Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigInspect [2021-07-14T07:27:40.114Z] --- PASS: TestConfigInspect (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigListUnsupported [2021-07-14T07:27:40.114Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigListError [2021-07-14T07:27:40.114Z] --- PASS: TestConfigListError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigList [2021-07-14T07:27:40.114Z] --- PASS: TestConfigList (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigRemoveUnsupported [2021-07-14T07:27:40.114Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigRemoveError [2021-07-14T07:27:40.114Z] --- PASS: TestConfigRemoveError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigRemove [2021-07-14T07:27:40.114Z] --- PASS: TestConfigRemove (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigUpdateUnsupported [2021-07-14T07:27:40.114Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigUpdateError [2021-07-14T07:27:40.114Z] --- PASS: TestConfigUpdateError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestConfigUpdate [2021-07-14T07:27:40.114Z] --- PASS: TestConfigUpdate (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerCommitError [2021-07-14T07:27:40.114Z] --- PASS: TestContainerCommitError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerCommit [2021-07-14T07:27:40.114Z] --- PASS: TestContainerCommit (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerStatPathError [2021-07-14T07:27:40.114Z] --- PASS: TestContainerStatPathError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerStatPathNotFoundError [2021-07-14T07:27:40.114Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerStatPathNoHeaderError [2021-07-14T07:27:40.114Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerStatPath [2021-07-14T07:27:40.114Z] --- PASS: TestContainerStatPath (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestCopyToContainerError [2021-07-14T07:27:40.114Z] --- PASS: TestCopyToContainerError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestCopyToContainerNotFoundError [2021-07-14T07:27:40.114Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestCopyToContainerNotStatusOKError [2021-07-14T07:27:40.114Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestCopyToContainer [2021-07-14T07:27:40.114Z] --- PASS: TestCopyToContainer (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestCopyFromContainerError [2021-07-14T07:27:40.114Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestCopyFromContainerNotFoundError [2021-07-14T07:27:40.114Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestCopyFromContainerNotStatusOKError [2021-07-14T07:27:40.114Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestCopyFromContainerNoHeaderError [2021-07-14T07:27:40.114Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestCopyFromContainer [2021-07-14T07:27:40.114Z] --- PASS: TestCopyFromContainer (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerCreateError [2021-07-14T07:27:40.114Z] --- PASS: TestContainerCreateError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerCreateImageNotFound [2021-07-14T07:27:40.114Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerCreateWithName [2021-07-14T07:27:40.114Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerCreateAutoRemove [2021-07-14T07:27:40.114Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerDiffError [2021-07-14T07:27:40.114Z] --- PASS: TestContainerDiffError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerDiff [2021-07-14T07:27:40.114Z] --- PASS: TestContainerDiff (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerExecCreateError [2021-07-14T07:27:40.114Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerExecCreate [2021-07-14T07:27:40.114Z] --- PASS: TestContainerExecCreate (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerExecStartError [2021-07-14T07:27:40.114Z] --- PASS: TestContainerExecStartError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerExecStart [2021-07-14T07:27:40.114Z] --- PASS: TestContainerExecStart (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerExecInspectError [2021-07-14T07:27:40.114Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerExecInspect [2021-07-14T07:27:40.114Z] --- PASS: TestContainerExecInspect (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerExportError [2021-07-14T07:27:40.114Z] --- PASS: TestContainerExportError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerExport [2021-07-14T07:27:40.114Z] --- PASS: TestContainerExport (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerInspectError [2021-07-14T07:27:40.114Z] --- PASS: TestContainerInspectError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerInspectContainerNotFound [2021-07-14T07:27:40.114Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerInspectWithEmptyID [2021-07-14T07:27:40.114Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerInspect [2021-07-14T07:27:40.114Z] --- PASS: TestContainerInspect (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerInspectNode [2021-07-14T07:27:40.114Z] --- PASS: TestContainerInspectNode (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerKillError [2021-07-14T07:27:40.114Z] --- PASS: TestContainerKillError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerKill [2021-07-14T07:27:40.114Z] --- PASS: TestContainerKill (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerListError [2021-07-14T07:27:40.114Z] --- PASS: TestContainerListError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerList [2021-07-14T07:27:40.114Z] --- PASS: TestContainerList (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerLogsNotFoundError [2021-07-14T07:27:40.114Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerLogsError [2021-07-14T07:27:40.114Z] --- PASS: TestContainerLogsError (0.00s) [2021-07-14T07:27:40.114Z] === RUN TestContainerLogs [2021-07-14T07:27:40.604Z] --- PASS: TestContainerLogs (0.15s) [2021-07-14T07:27:40.604Z] === RUN TestContainerPauseError [2021-07-14T07:27:40.604Z] --- PASS: TestContainerPauseError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerPause [2021-07-14T07:27:40.604Z] --- PASS: TestContainerPause (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainersPruneError [2021-07-14T07:27:40.604Z] --- PASS: TestContainersPruneError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainersPrune [2021-07-14T07:27:40.604Z] --- PASS: TestContainersPrune (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerRemoveError [2021-07-14T07:27:40.604Z] --- PASS: TestContainerRemoveError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerRemoveNotFoundError [2021-07-14T07:27:40.604Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerRemove [2021-07-14T07:27:40.604Z] --- PASS: TestContainerRemove (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerRenameError [2021-07-14T07:27:40.604Z] --- PASS: TestContainerRenameError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerRename [2021-07-14T07:27:40.604Z] --- PASS: TestContainerRename (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerResizeError [2021-07-14T07:27:40.604Z] --- PASS: TestContainerResizeError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerExecResizeError [2021-07-14T07:27:40.604Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerResize [2021-07-14T07:27:40.604Z] --- PASS: TestContainerResize (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerExecResize [2021-07-14T07:27:40.604Z] --- PASS: TestContainerExecResize (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerRestartError [2021-07-14T07:27:40.604Z] --- PASS: TestContainerRestartError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerRestart [2021-07-14T07:27:40.604Z] --- PASS: TestContainerRestart (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerStartError [2021-07-14T07:27:40.604Z] --- PASS: TestContainerStartError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerStart [2021-07-14T07:27:40.604Z] --- PASS: TestContainerStart (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerStatsError [2021-07-14T07:27:40.604Z] --- PASS: TestContainerStatsError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerStats [2021-07-14T07:27:40.604Z] --- PASS: TestContainerStats (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerStopError [2021-07-14T07:27:40.604Z] --- PASS: TestContainerStopError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerStop [2021-07-14T07:27:40.604Z] --- PASS: TestContainerStop (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerTopError [2021-07-14T07:27:40.604Z] --- PASS: TestContainerTopError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerTop [2021-07-14T07:27:40.604Z] --- PASS: TestContainerTop (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerUnpauseError [2021-07-14T07:27:40.604Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerUnpause [2021-07-14T07:27:40.604Z] --- PASS: TestContainerUnpause (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerUpdateError [2021-07-14T07:27:40.604Z] --- PASS: TestContainerUpdateError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerUpdate [2021-07-14T07:27:40.604Z] --- PASS: TestContainerUpdate (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerWaitError [2021-07-14T07:27:40.604Z] --- PASS: TestContainerWaitError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestContainerWait [2021-07-14T07:27:40.604Z] --- PASS: TestContainerWait (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestDiskUsageError [2021-07-14T07:27:40.604Z] --- PASS: TestDiskUsageError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestDiskUsage [2021-07-14T07:27:40.604Z] --- PASS: TestDiskUsage (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestDistributionInspectUnsupported [2021-07-14T07:27:40.604Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestDistributionInspectWithEmptyID [2021-07-14T07:27:40.604Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestEventsErrorInOptions [2021-07-14T07:27:40.604Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestEventsErrorFromServer [2021-07-14T07:27:40.604Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestEvents [2021-07-14T07:27:40.604Z] --- PASS: TestEvents (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestTLSCloseWriter [2021-07-14T07:27:40.604Z] === PAUSE TestTLSCloseWriter [2021-07-14T07:27:40.604Z] === RUN TestImageBuildError [2021-07-14T07:27:40.604Z] --- PASS: TestImageBuildError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageBuild [2021-07-14T07:27:40.604Z] --- PASS: TestImageBuild (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestGetDockerOS [2021-07-14T07:27:40.604Z] --- PASS: TestGetDockerOS (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageCreateError [2021-07-14T07:27:40.604Z] --- PASS: TestImageCreateError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageCreate [2021-07-14T07:27:40.604Z] --- PASS: TestImageCreate (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageHistoryError [2021-07-14T07:27:40.604Z] --- PASS: TestImageHistoryError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageHistory [2021-07-14T07:27:40.604Z] --- PASS: TestImageHistory (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageImportError [2021-07-14T07:27:40.604Z] --- PASS: TestImageImportError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageImport [2021-07-14T07:27:40.604Z] --- PASS: TestImageImport (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageInspectError [2021-07-14T07:27:40.604Z] --- PASS: TestImageInspectError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageInspectImageNotFound [2021-07-14T07:27:40.604Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageInspectWithEmptyID [2021-07-14T07:27:40.604Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageInspect [2021-07-14T07:27:40.604Z] --- PASS: TestImageInspect (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageListError [2021-07-14T07:27:40.604Z] --- PASS: TestImageListError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageList [2021-07-14T07:27:40.604Z] --- PASS: TestImageList (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageListApiBefore125 [2021-07-14T07:27:40.604Z] --- PASS: TestImageListApiBefore125 (0.01s) [2021-07-14T07:27:40.604Z] === RUN TestImageLoadError [2021-07-14T07:27:40.604Z] --- PASS: TestImageLoadError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageLoad [2021-07-14T07:27:40.604Z] --- PASS: TestImageLoad (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImagesPruneError [2021-07-14T07:27:40.604Z] --- PASS: TestImagesPruneError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImagesPrune [2021-07-14T07:27:40.604Z] --- PASS: TestImagesPrune (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImagePullReferenceParseError [2021-07-14T07:27:40.604Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImagePullAnyError [2021-07-14T07:27:40.604Z] --- PASS: TestImagePullAnyError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImagePullStatusUnauthorizedError [2021-07-14T07:27:40.604Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-07-14T07:27:40.604Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-07-14T07:27:40.604Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-07-14T07:27:40.604Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImagePullWithoutErrors [2021-07-14T07:27:40.604Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImagePushReferenceError [2021-07-14T07:27:40.604Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImagePushAnyError [2021-07-14T07:27:40.604Z] --- PASS: TestImagePushAnyError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImagePushStatusUnauthorizedError [2021-07-14T07:27:40.604Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-07-14T07:27:40.604Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-07-14T07:27:40.604Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-07-14T07:27:40.604Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImagePushWithoutErrors [2021-07-14T07:27:40.604Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-07-14T07:27:40.604Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-07-14T07:27:40.604Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-07-14T07:27:40.604Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-07-14T07:27:40.604Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-07-14T07:27:40.604Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-07-14T07:27:40.604Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-07-14T07:27:40.604Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-07-14T07:27:40.604Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageRemoveError [2021-07-14T07:27:40.604Z] --- PASS: TestImageRemoveError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageRemoveImageNotFound [2021-07-14T07:27:40.604Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageRemove [2021-07-14T07:27:40.604Z] --- PASS: TestImageRemove (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageSaveError [2021-07-14T07:27:40.604Z] --- PASS: TestImageSaveError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageSave [2021-07-14T07:27:40.604Z] --- PASS: TestImageSave (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageSearchAnyError [2021-07-14T07:27:40.604Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageSearchStatusUnauthorizedError [2021-07-14T07:27:40.604Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-07-14T07:27:40.604Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-07-14T07:27:40.604Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-07-14T07:27:40.604Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageSearchWithoutErrors [2021-07-14T07:27:40.604Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageTagError [2021-07-14T07:27:40.604Z] --- PASS: TestImageTagError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageTagInvalidReference [2021-07-14T07:27:40.604Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageTagInvalidSourceImageName [2021-07-14T07:27:40.604Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageTagHexSource [2021-07-14T07:27:40.604Z] --- PASS: TestImageTagHexSource (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestImageTag [2021-07-14T07:27:40.604Z] --- PASS: TestImageTag (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestInfoServerError [2021-07-14T07:27:40.604Z] --- PASS: TestInfoServerError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestInfoInvalidResponseJSONError [2021-07-14T07:27:40.604Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestInfo [2021-07-14T07:27:40.604Z] --- PASS: TestInfo (0.01s) [2021-07-14T07:27:40.604Z] === RUN TestNetworkConnectError [2021-07-14T07:27:40.604Z] --- PASS: TestNetworkConnectError (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-07-14T07:27:40.604Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-07-14T07:27:40.604Z] === RUN TestNetworkConnect [2021-07-14T07:27:40.604Z] --- PASS: TestNetworkConnect (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNetworkCreateError [2021-07-14T07:27:40.605Z] --- PASS: TestNetworkCreateError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNetworkCreate [2021-07-14T07:27:40.605Z] --- PASS: TestNetworkCreate (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNetworkDisconnectError [2021-07-14T07:27:40.605Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNetworkDisconnect [2021-07-14T07:27:40.605Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNetworkInspectError [2021-07-14T07:27:40.605Z] --- PASS: TestNetworkInspectError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNetworkInspectNotFoundError [2021-07-14T07:27:40.605Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNetworkInspectWithEmptyID [2021-07-14T07:27:40.605Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNetworkInspect [2021-07-14T07:27:40.605Z] --- PASS: TestNetworkInspect (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNetworkListError [2021-07-14T07:27:40.605Z] --- PASS: TestNetworkListError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNetworkList [2021-07-14T07:27:40.605Z] --- PASS: TestNetworkList (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNetworksPruneError [2021-07-14T07:27:40.605Z] --- PASS: TestNetworksPruneError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNetworksPrune [2021-07-14T07:27:40.605Z] --- PASS: TestNetworksPrune (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNetworkRemoveError [2021-07-14T07:27:40.605Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNetworkRemove [2021-07-14T07:27:40.605Z] --- PASS: TestNetworkRemove (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNodeInspectError [2021-07-14T07:27:40.605Z] --- PASS: TestNodeInspectError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNodeInspectNodeNotFound [2021-07-14T07:27:40.605Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNodeInspectWithEmptyID [2021-07-14T07:27:40.605Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNodeInspect [2021-07-14T07:27:40.605Z] --- PASS: TestNodeInspect (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNodeListError [2021-07-14T07:27:40.605Z] --- PASS: TestNodeListError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNodeList [2021-07-14T07:27:40.605Z] --- PASS: TestNodeList (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNodeRemoveError [2021-07-14T07:27:40.605Z] --- PASS: TestNodeRemoveError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNodeRemove [2021-07-14T07:27:40.605Z] --- PASS: TestNodeRemove (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNodeUpdateError [2021-07-14T07:27:40.605Z] --- PASS: TestNodeUpdateError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestNodeUpdate [2021-07-14T07:27:40.605Z] --- PASS: TestNodeUpdate (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestOptionWithTimeout [2021-07-14T07:27:40.605Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPingFail [2021-07-14T07:27:40.605Z] --- PASS: TestPingFail (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPingWithError [2021-07-14T07:27:40.605Z] 2021/07/14 07:27:40 RoundTripper returned a response & error; ignoring response [2021-07-14T07:27:40.605Z] 2021/07/14 07:27:40 RoundTripper returned a response & error; ignoring response [2021-07-14T07:27:40.605Z] --- PASS: TestPingWithError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPingSuccess [2021-07-14T07:27:40.605Z] --- PASS: TestPingSuccess (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPingHeadFallback [2021-07-14T07:27:40.605Z] === RUN TestPingHeadFallback/OK [2021-07-14T07:27:40.605Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-07-14T07:27:40.605Z] === RUN TestPingHeadFallback/Not_Found [2021-07-14T07:27:40.605Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-07-14T07:27:40.605Z] --- PASS: TestPingHeadFallback (0.00s) [2021-07-14T07:27:40.605Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-07-14T07:27:40.605Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-07-14T07:27:40.605Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-07-14T07:27:40.605Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPluginDisableError [2021-07-14T07:27:40.605Z] --- PASS: TestPluginDisableError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPluginDisable [2021-07-14T07:27:40.605Z] --- PASS: TestPluginDisable (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPluginEnableError [2021-07-14T07:27:40.605Z] --- PASS: TestPluginEnableError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPluginEnable [2021-07-14T07:27:40.605Z] --- PASS: TestPluginEnable (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPluginInspectError [2021-07-14T07:27:40.605Z] --- PASS: TestPluginInspectError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPluginInspectWithEmptyID [2021-07-14T07:27:40.605Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPluginInspect [2021-07-14T07:27:40.605Z] --- PASS: TestPluginInspect (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPluginListError [2021-07-14T07:27:40.605Z] --- PASS: TestPluginListError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPluginList [2021-07-14T07:27:40.605Z] --- PASS: TestPluginList (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPluginPushError [2021-07-14T07:27:40.605Z] --- PASS: TestPluginPushError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPluginPush [2021-07-14T07:27:40.605Z] --- PASS: TestPluginPush (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPluginRemoveError [2021-07-14T07:27:40.605Z] --- PASS: TestPluginRemoveError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPluginRemove [2021-07-14T07:27:40.605Z] --- PASS: TestPluginRemove (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPluginSetError [2021-07-14T07:27:40.605Z] --- PASS: TestPluginSetError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPluginSet [2021-07-14T07:27:40.605Z] --- PASS: TestPluginSet (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSetHostHeader [2021-07-14T07:27:40.605Z] --- PASS: TestSetHostHeader (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestPlainTextError [2021-07-14T07:27:40.605Z] --- PASS: TestPlainTextError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestInfiniteError [2021-07-14T07:27:40.605Z] --- PASS: TestInfiniteError (0.05s) [2021-07-14T07:27:40.605Z] === RUN TestCanceledContext [2021-07-14T07:27:40.605Z] 2021/07/14 07:27:40 RoundTripper returned a response & error; ignoring response [2021-07-14T07:27:40.605Z] --- PASS: TestCanceledContext (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestDeadlineExceededContext [2021-07-14T07:27:40.605Z] 2021/07/14 07:27:40 RoundTripper returned a response & error; ignoring response [2021-07-14T07:27:40.605Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretCreateUnsupported [2021-07-14T07:27:40.605Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretCreateError [2021-07-14T07:27:40.605Z] --- PASS: TestSecretCreateError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretCreate [2021-07-14T07:27:40.605Z] --- PASS: TestSecretCreate (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretInspectUnsupported [2021-07-14T07:27:40.605Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretInspectError [2021-07-14T07:27:40.605Z] --- PASS: TestSecretInspectError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretInspectSecretNotFound [2021-07-14T07:27:40.605Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretInspectWithEmptyID [2021-07-14T07:27:40.605Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretInspect [2021-07-14T07:27:40.605Z] --- PASS: TestSecretInspect (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretListUnsupported [2021-07-14T07:27:40.605Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretListError [2021-07-14T07:27:40.605Z] --- PASS: TestSecretListError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretList [2021-07-14T07:27:40.605Z] --- PASS: TestSecretList (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretRemoveUnsupported [2021-07-14T07:27:40.605Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretRemoveError [2021-07-14T07:27:40.605Z] --- PASS: TestSecretRemoveError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretRemove [2021-07-14T07:27:40.605Z] --- PASS: TestSecretRemove (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretUpdateUnsupported [2021-07-14T07:27:40.605Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretUpdateError [2021-07-14T07:27:40.605Z] --- PASS: TestSecretUpdateError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSecretUpdate [2021-07-14T07:27:40.605Z] --- PASS: TestSecretUpdate (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceCreateError [2021-07-14T07:27:40.605Z] --- PASS: TestServiceCreateError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceCreate [2021-07-14T07:27:40.605Z] --- PASS: TestServiceCreate (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceCreateCompatiblePlatforms [2021-07-14T07:27:40.605Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceCreateDigestPinning [2021-07-14T07:27:40.605Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceInspectError [2021-07-14T07:27:40.605Z] --- PASS: TestServiceInspectError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceInspectServiceNotFound [2021-07-14T07:27:40.605Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceInspectWithEmptyID [2021-07-14T07:27:40.605Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceInspect [2021-07-14T07:27:40.605Z] --- PASS: TestServiceInspect (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceListError [2021-07-14T07:27:40.605Z] --- PASS: TestServiceListError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceList [2021-07-14T07:27:40.605Z] --- PASS: TestServiceList (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceLogsError [2021-07-14T07:27:40.605Z] --- PASS: TestServiceLogsError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceLogs [2021-07-14T07:27:40.605Z] --- PASS: TestServiceLogs (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceRemoveError [2021-07-14T07:27:40.605Z] --- PASS: TestServiceRemoveError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceRemoveNotFoundError [2021-07-14T07:27:40.605Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceRemove [2021-07-14T07:27:40.605Z] --- PASS: TestServiceRemove (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceUpdateError [2021-07-14T07:27:40.605Z] --- PASS: TestServiceUpdateError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestServiceUpdate [2021-07-14T07:27:40.605Z] --- PASS: TestServiceUpdate (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSwarmGetUnlockKeyError [2021-07-14T07:27:40.605Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSwarmGetUnlockKey [2021-07-14T07:27:40.605Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSwarmInitError [2021-07-14T07:27:40.605Z] --- PASS: TestSwarmInitError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSwarmInit [2021-07-14T07:27:40.605Z] --- PASS: TestSwarmInit (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSwarmInspectError [2021-07-14T07:27:40.605Z] --- PASS: TestSwarmInspectError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSwarmInspect [2021-07-14T07:27:40.605Z] --- PASS: TestSwarmInspect (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSwarmJoinError [2021-07-14T07:27:40.605Z] --- PASS: TestSwarmJoinError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSwarmJoin [2021-07-14T07:27:40.605Z] --- PASS: TestSwarmJoin (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSwarmLeaveError [2021-07-14T07:27:40.605Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSwarmLeave [2021-07-14T07:27:40.605Z] --- PASS: TestSwarmLeave (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSwarmUnlockError [2021-07-14T07:27:40.605Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSwarmUnlock [2021-07-14T07:27:40.605Z] --- PASS: TestSwarmUnlock (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSwarmUpdateError [2021-07-14T07:27:40.605Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestSwarmUpdate [2021-07-14T07:27:40.605Z] --- PASS: TestSwarmUpdate (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestTaskInspectError [2021-07-14T07:27:40.605Z] --- PASS: TestTaskInspectError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestTaskInspectWithEmptyID [2021-07-14T07:27:40.605Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestTaskInspect [2021-07-14T07:27:40.605Z] --- PASS: TestTaskInspect (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestTaskListError [2021-07-14T07:27:40.605Z] --- PASS: TestTaskListError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestTaskList [2021-07-14T07:27:40.605Z] --- PASS: TestTaskList (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestVolumeCreateError [2021-07-14T07:27:40.605Z] --- PASS: TestVolumeCreateError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestVolumeCreate [2021-07-14T07:27:40.605Z] --- PASS: TestVolumeCreate (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestVolumeInspectError [2021-07-14T07:27:40.605Z] --- PASS: TestVolumeInspectError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestVolumeInspectNotFound [2021-07-14T07:27:40.605Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestVolumeInspectWithEmptyID [2021-07-14T07:27:40.605Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestVolumeInspect [2021-07-14T07:27:40.605Z] --- PASS: TestVolumeInspect (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestVolumeListError [2021-07-14T07:27:40.605Z] --- PASS: TestVolumeListError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestVolumeList [2021-07-14T07:27:40.605Z] --- PASS: TestVolumeList (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestVolumeRemoveError [2021-07-14T07:27:40.605Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-07-14T07:27:40.605Z] === RUN TestVolumeRemove [2021-07-14T07:27:40.605Z] --- PASS: TestVolumeRemove (0.00s) [2021-07-14T07:27:40.605Z] === CONT TestTLSCloseWriter [2021-07-14T07:27:40.605Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-07-14T07:27:40.605Z] PASS [2021-07-14T07:27:40.605Z] coverage: 75.0% of statements [2021-07-14T07:27:40.605Z] ok github.com/docker/docker/client 0.384s coverage: 75.0% of statements [2021-07-14T07:27:45.883Z] --- PASS: TestUpdateCPUQuota (6.52s) [2021-07-14T07:27:45.883Z] === RUN TestUpdatePidsLimit [2021-07-14T07:27:45.883Z] === RUN TestUpdatePidsLimit/update_from_none [2021-07-14T07:27:46.453Z] === RUN TestUpdatePidsLimit/no_change [2021-07-14T07:27:47.023Z] === RUN TestUpdatePidsLimit/update_lower [2021-07-14T07:27:47.813Z] f143c6fed32d: Verifying Checksum [2021-07-14T07:27:47.813Z] f143c6fed32d: Download complete [2021-07-14T07:27:47.965Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-07-14T07:27:48.536Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-07-14T07:27:49.108Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-07-14T07:27:50.049Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-07-14T07:27:50.644Z] Loaded image: buildpack-deps:buster [2021-07-14T07:27:50.644Z] Loaded image: busybox:latest [2021-07-14T07:27:50.644Z] Loaded image: busybox:glibc [2021-07-14T07:27:51.433Z] --- PASS: TestUpdatePidsLimit (5.47s) [2021-07-14T07:27:51.433Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.71s) [2021-07-14T07:27:51.433Z] --- PASS: TestUpdatePidsLimit/no_change (0.66s) [2021-07-14T07:27:51.433Z] --- PASS: TestUpdatePidsLimit/update_lower (0.68s) [2021-07-14T07:27:51.433Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.68s) [2021-07-14T07:27:51.433Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.67s) [2021-07-14T07:27:51.433Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.76s) [2021-07-14T07:27:51.433Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.70s) [2021-07-14T07:27:51.433Z] === RUN TestUpdateRestartPolicy [2021-07-14T07:27:55.847Z] --- PASS: TestCheckoutGit (26.62s) [2021-07-14T07:27:55.847Z] === RUN TestValidGitTransport [2021-07-14T07:27:55.847Z] --- PASS: TestValidGitTransport (0.00s) [2021-07-14T07:27:55.847Z] === RUN TestGitInvalidRef [2021-07-14T07:27:55.847Z] --- PASS: TestGitInvalidRef (0.17s) [2021-07-14T07:27:55.847Z] PASS [2021-07-14T07:27:55.847Z] coverage: 86.3% of statements [2021-07-14T07:27:55.847Z] ok github.com/docker/docker/builder/remotecontext/git 26.907s coverage: 86.3% of statements [2021-07-14T07:27:55.847Z] ? github.com/docker/docker/cli [no test files] [2021-07-14T07:27:55.847Z] ? github.com/docker/docker/cli/config [no test files] [2021-07-14T07:27:55.918Z] Loaded image: debian:bullseye [2021-07-14T07:27:56.177Z] Loaded image: hello-world:latest [2021-07-14T07:27:56.177Z] Loaded image: arm32v7/hello-world:latest [2021-07-14T07:27:56.438Z] INFO: Testing against a local daemon [2021-07-14T07:27:56.438Z] === RUN TestCgroupNamespacesBuild [2021-07-14T07:28:00.707Z] --- PASS: TestCgroupNamespacesBuild (3.62s) [2021-07-14T07:28:00.707Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-07-14T07:28:03.252Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.83s) [2021-07-14T07:28:03.252Z] === RUN TestBuildWithSession [2021-07-14T07:28:03.252Z] build_session_test.go:25: TODO: BuildKit [2021-07-14T07:28:03.252Z] --- SKIP: TestBuildWithSession (0.00s) [2021-07-14T07:28:03.252Z] === RUN TestBuildSquashParent [2021-07-14T07:28:06.333Z] --- PASS: TestUpdateRestartPolicy (12.69s) [2021-07-14T07:28:06.333Z] === RUN TestUpdateRestartWithAutoRemove [2021-07-14T07:28:06.333Z] --- PASS: TestUpdateRestartWithAutoRemove (0.82s) [2021-07-14T07:28:06.333Z] === RUN TestWaitNonBlocked [2021-07-14T07:28:06.333Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:28:06.333Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:28:06.333Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:28:06.333Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:28:06.333Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:28:06.333Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:28:06.333Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-07-14T07:28:06.333Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s) [2021-07-14T07:28:06.333Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.10s) [2021-07-14T07:28:06.333Z] === RUN TestWaitBlocked [2021-07-14T07:28:06.333Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-07-14T07:28:06.333Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-07-14T07:28:06.333Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-07-14T07:28:06.333Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-07-14T07:28:06.333Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-07-14T07:28:06.333Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-07-14T07:28:06.903Z] --- PASS: TestWaitBlocked (0.01s) [2021-07-14T07:28:06.903Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.05s) [2021-07-14T07:28:06.903Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.09s) [2021-07-14T07:28:06.903Z] === CONT TestContainerStartOnDaemonRestart [2021-07-14T07:28:06.903Z] === CONT TestContainerKillOnDaemonStart [2021-07-14T07:28:08.643Z] === RUN TestContainerStopSignal [2021-07-14T07:28:08.643Z] --- PASS: TestContainerStopSignal (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestContainerStopTimeout [2021-07-14T07:28:08.643Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestContainerSecretReferenceDestTarget [2021-07-14T07:28:08.643Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-07-14T07:28:08.643Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestContainerLogPathSetForRingLogger [2021-07-14T07:28:08.643Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestReplaceAndAppendEnvVars [2021-07-14T07:28:08.643Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-07-14T07:28:08.643Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestNewMemoryStore [2021-07-14T07:28:08.643Z] --- PASS: TestNewMemoryStore (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestAddContainers [2021-07-14T07:28:08.643Z] --- PASS: TestAddContainers (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestGetContainer [2021-07-14T07:28:08.643Z] --- PASS: TestGetContainer (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestDeleteContainer [2021-07-14T07:28:08.643Z] --- PASS: TestDeleteContainer (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestListContainers [2021-07-14T07:28:08.643Z] --- PASS: TestListContainers (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestFirstContainer [2021-07-14T07:28:08.643Z] --- PASS: TestFirstContainer (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestApplyAllContainer [2021-07-14T07:28:08.643Z] --- PASS: TestApplyAllContainer (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestIsValidHealthString [2021-07-14T07:28:08.643Z] --- PASS: TestIsValidHealthString (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestStateRunStop [2021-07-14T07:28:08.643Z] --- PASS: TestStateRunStop (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestStateTimeoutWait [2021-07-14T07:28:08.643Z] state_test.go:141: Stop callback fired [2021-07-14T07:28:08.643Z] state_test.go:165: Stop callback fired [2021-07-14T07:28:08.643Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-07-14T07:28:08.643Z] === RUN TestIsValidStateString [2021-07-14T07:28:08.643Z] --- PASS: TestIsValidStateString (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestViewSaveDelete [2021-07-14T07:28:08.643Z] --- PASS: TestViewSaveDelete (0.01s) [2021-07-14T07:28:08.643Z] === RUN TestViewAll [2021-07-14T07:28:08.643Z] --- PASS: TestViewAll (0.01s) [2021-07-14T07:28:08.643Z] === RUN TestViewGet [2021-07-14T07:28:08.643Z] --- PASS: TestViewGet (0.01s) [2021-07-14T07:28:08.643Z] === RUN TestNames [2021-07-14T07:28:08.643Z] --- PASS: TestNames (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestViewWithHealthCheck [2021-07-14T07:28:08.643Z] --- PASS: TestViewWithHealthCheck (0.00s) [2021-07-14T07:28:08.643Z] PASS [2021-07-14T07:28:08.643Z] coverage: 41.2% of statements [2021-07-14T07:28:08.643Z] ok github.com/docker/docker/container 0.249s coverage: 41.2% of statements [2021-07-14T07:28:08.643Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-07-14T07:28:08.643Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-07-14T07:28:08.643Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-07-14T07:28:08.643Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-07-14T07:28:08.643Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-07-14T07:28:08.643Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-07-14T07:28:08.643Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-07-14T07:28:08.643Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-07-14T07:28:08.643Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-07-14T07:28:08.643Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-07-14T07:28:08.643Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-07-14T07:28:08.643Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-07-14T07:28:08.643Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestConfigureDaemonLogs [2021-07-14T07:28:08.643Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestCommonOptionsInstallFlags [2021-07-14T07:28:08.643Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-07-14T07:28:08.643Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-07-14T07:28:08.643Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-07-14T07:28:08.643Z] PASS [2021-07-14T07:28:08.643Z] coverage: 18.5% of statements [2021-07-14T07:28:08.643Z] ok github.com/docker/docker/cmd/dockerd 0.156s coverage: 18.5% of statements [2021-07-14T07:28:08.643Z] ? github.com/docker/docker/container/stream [no test files] [2021-07-14T07:28:08.643Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-07-14T07:28:08.643Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-07-14T07:28:08.643Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-07-14T07:28:10.200Z] --- PASS: TestContainerStartOnDaemonRestart (2.79s) [2021-07-14T07:28:10.200Z] === CONT TestIpcModeOlderClient [2021-07-14T07:28:10.200Z] --- PASS: TestIpcModeOlderClient (0.05s) [2021-07-14T07:28:10.200Z] === CONT TestDaemonHostGatewayIP [2021-07-14T07:28:10.246Z] === RUN TestPrepare [2021-07-14T07:28:10.246Z] --- PASS: TestPrepare (0.00s) [2021-07-14T07:28:10.246Z] === RUN TestStart [2021-07-14T07:28:10.246Z] --- PASS: TestStart (0.00s) [2021-07-14T07:28:10.246Z] === RUN TestWaitCancel [2021-07-14T07:28:10.246Z] --- PASS: TestWaitCancel (0.00s) [2021-07-14T07:28:10.246Z] === RUN TestWaitDisabled [2021-07-14T07:28:10.246Z] --- PASS: TestWaitDisabled (0.00s) [2021-07-14T07:28:10.246Z] === RUN TestWaitEnabled [2021-07-14T07:28:10.246Z] --- PASS: TestWaitEnabled (0.00s) [2021-07-14T07:28:10.246Z] === RUN TestRemove [2021-07-14T07:28:10.246Z] --- PASS: TestRemove (0.00s) [2021-07-14T07:28:10.246Z] PASS [2021-07-14T07:28:10.246Z] coverage: 65.3% of statements [2021-07-14T07:28:10.246Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.229s coverage: 65.3% of statements [2021-07-14T07:28:10.326Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-07-14T07:28:10.326Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-07-14T07:28:10.326Z] GOOS="" GOARCH="" GOARM="" [2021-07-14T07:28:10.326Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-07-14T07:28:10.326Z] [2021-07-14T07:28:10.326Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-07-14T07:28:10.326Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-07-14T07:28:10.326Z] HOSTNAME=22153130b0f5 [2021-07-14T07:28:10.326Z] TESTDEBUG=0 [2021-07-14T07:28:10.326Z] DEST=bundles/test-integration [2021-07-14T07:28:10.326Z] PWD=/go/src/github.com/docker/docker [2021-07-14T07:28:10.326Z] DOCKER_GITCOMMIT=b81674392e3dec8824c4a34d8cd8b328f16ec1c9 [2021-07-14T07:28:10.326Z] container=docker [2021-07-14T07:28:10.326Z] HOME=/root [2021-07-14T07:28:10.326Z] GOLANG_VERSION=1.16.6 [2021-07-14T07:28:10.326Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-07-14T07:28:10.326Z] VALIDATE_BRANCH=master [2021-07-14T07:28:10.326Z] TERM=xterm [2021-07-14T07:28:10.326Z] DOCKER_PKG=github.com/docker/docker [2021-07-14T07:28:10.326Z] SHLVL=1 [2021-07-14T07:28:10.326Z] TIMEOUT=120m [2021-07-14T07:28:10.326Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-07-14T07:28:10.326Z] DOCKER_GRAPHDRIVER=overlay2 [2021-07-14T07:28:10.326Z] GO111MODULE=off [2021-07-14T07:28:10.326Z] DOCKER_EXPERIMENTAL=1 [2021-07-14T07:28:10.326Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-07-14T07:28:10.326Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-07-14T07:28:10.326Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-07-14T07:28:10.326Z] GOPATH=/go [2021-07-14T07:28:10.326Z] PKG_CONFIG=pkg-config [2021-07-14T07:28:10.326Z] _=/usr/bin/env [2021-07-14T07:28:10.326Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-07-14T07:28:11.841Z] === RUN TestNewListSecretsFilters [2021-07-14T07:28:11.841Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-07-14T07:28:11.841Z] === RUN TestNewListConfigsFilters [2021-07-14T07:28:11.841Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-07-14T07:28:11.841Z] PASS [2021-07-14T07:28:11.841Z] coverage: 0.5% of statements [2021-07-14T07:28:11.841Z] ok github.com/docker/docker/daemon/cluster 0.834s coverage: 0.5% of statements [2021-07-14T07:28:12.325Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-07-14T07:28:12.808Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.14s) [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCIsolation [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertFromGRPCIsolation [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-07-14T07:28:12.808Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-07-14T07:28:12.808Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertFromGRPCConfigs [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCConfigs [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-07-14T07:28:12.808Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-07-14T07:28:12.808Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-07-14T07:28:12.808Z] PASS [2021-07-14T07:28:12.808Z] coverage: 35.9% of statements [2021-07-14T07:28:12.808Z] ok github.com/docker/docker/daemon/cluster/convert 0.224s coverage: 35.9% of statements [2021-07-14T07:28:13.499Z] === CONT TestRestartDaemonWithRestartingContainer [2021-07-14T07:28:13.499Z] --- PASS: TestDaemonHostGatewayIP (3.19s) [2021-07-14T07:28:15.410Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.20s) [2021-07-14T07:28:15.410Z] === CONT TestDaemonRestartIpcMode [2021-07-14T07:28:15.463Z] --- PASS: TestBuildSquashParent (12.29s) [2021-07-14T07:28:15.463Z] === RUN TestBuildWithRemoveAndForceRemove [2021-07-14T07:28:15.463Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:28:15.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:28:15.463Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:28:15.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:28:15.463Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:28:15.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:28:15.463Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:28:15.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:28:15.463Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:28:15.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:28:15.463Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:28:15.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:28:15.463Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:28:15.463Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:28:15.858Z] === RUN TestBuilderGC [2021-07-14T07:28:15.858Z] --- PASS: TestBuilderGC (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestDaemonConfigurationNotFound [2021-07-14T07:28:15.858Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestDaemonBrokenConfiguration [2021-07-14T07:28:15.858Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestParseClusterAdvertiseSettings [2021-07-14T07:28:15.858Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestFindConfigurationConflicts [2021-07-14T07:28:15.858Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-07-14T07:28:15.858Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestDaemonConfigurationMergeConflicts [2021-07-14T07:28:15.858Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-07-14T07:28:15.858Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-07-14T07:28:15.858Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-07-14T07:28:15.858Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-07-14T07:28:15.858Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-07-14T07:28:15.858Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-07-14T07:28:15.858Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-07-14T07:28:15.858Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-07-14T07:28:15.858Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-07-14T07:28:15.858Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestValidateConfigurationErrors [2021-07-14T07:28:15.858Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-07-14T07:28:15.858Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-07-14T07:28:15.858Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-07-14T07:28:15.858Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-07-14T07:28:15.858Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-07-14T07:28:15.858Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-07-14T07:28:15.858Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-07-14T07:28:15.858Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-07-14T07:28:15.858Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-07-14T07:28:15.858Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-07-14T07:28:15.858Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-07-14T07:28:15.858Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestValidateConfiguration [2021-07-14T07:28:15.858Z] === RUN TestValidateConfiguration/with_label [2021-07-14T07:28:15.858Z] === RUN TestValidateConfiguration/with_dns [2021-07-14T07:28:15.858Z] === RUN TestValidateConfiguration/with_dns-search [2021-07-14T07:28:15.858Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-07-14T07:28:15.858Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-07-14T07:28:15.858Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-07-14T07:28:15.858Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-07-14T07:28:15.858Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfiguration (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-07-14T07:28:15.858Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestModifiedDiscoverySettings [2021-07-14T07:28:15.858Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestReloadSetConfigFileNotExist [2021-07-14T07:28:15.858Z] === RUN TestWaitNodeAttachment [2021-07-14T07:28:15.858Z] time="2021-07-14T07:28:15Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-07-14T07:28:15.858Z] --- PASS: TestReloadSetConfigFileNotExist (0.10s) [2021-07-14T07:28:15.858Z] === RUN TestReloadDefaultConfigNotExist [2021-07-14T07:28:15.858Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:28:15.858Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestReloadBadDefaultConfig [2021-07-14T07:28:15.858Z] time="2021-07-14T07:28:15Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-015147611" [2021-07-14T07:28:15.858Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestReloadWithConflictingLabels [2021-07-14T07:28:15.858Z] time="2021-07-14T07:28:15Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-881144318" [2021-07-14T07:28:15.858Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestReloadWithDuplicateLabels [2021-07-14T07:28:15.858Z] time="2021-07-14T07:28:15Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-212412741" [2021-07-14T07:28:15.858Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-07-14T07:28:15.858Z] === RUN TestDaemonConfigurationMerge [2021-07-14T07:28:15.858Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-07-14T07:28:15.858Z] PASS [2021-07-14T07:28:15.858Z] coverage: 79.2% of statements [2021-07-14T07:28:15.858Z] ok github.com/docker/docker/daemon/config 0.217s coverage: 79.2% of statements [2021-07-14T07:28:16.337Z] === RUN TestDiscoveryOptsErrors [2021-07-14T07:28:16.338Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestDiscoveryOpts [2021-07-14T07:28:16.338Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-07-14T07:28:16.338Z] PASS [2021-07-14T07:28:16.338Z] coverage: 30.0% of statements [2021-07-14T07:28:16.338Z] ok github.com/docker/docker/daemon/discovery 0.034s coverage: 30.0% of statements [2021-07-14T07:28:16.338Z] --- PASS: TestWaitNodeAttachment (0.41s) [2021-07-14T07:28:16.338Z] === RUN TestIsolationConversion [2021-07-14T07:28:16.338Z] === RUN TestIsolationConversion/default [2021-07-14T07:28:16.338Z] === RUN TestIsolationConversion/process [2021-07-14T07:28:16.338Z] === RUN TestIsolationConversion/hyperv [2021-07-14T07:28:16.338Z] --- PASS: TestIsolationConversion (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestContainerLabels [2021-07-14T07:28:16.338Z] --- PASS: TestContainerLabels (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestCredentialSpecConversion [2021-07-14T07:28:16.338Z] === RUN TestCredentialSpecConversion/none [2021-07-14T07:28:16.338Z] === RUN TestCredentialSpecConversion/config [2021-07-14T07:28:16.338Z] === RUN TestCredentialSpecConversion/file [2021-07-14T07:28:16.338Z] === RUN TestCredentialSpecConversion/registry [2021-07-14T07:28:16.338Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestControllerValidateMountBind [2021-07-14T07:28:16.338Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestControllerValidateMountVolume [2021-07-14T07:28:16.338Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestControllerValidateMountTarget [2021-07-14T07:28:16.338Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestControllerValidateMountTmpfs [2021-07-14T07:28:16.338Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestControllerValidateMountInvalidType [2021-07-14T07:28:16.338Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestControllerValidateMountNamedPipe [2021-07-14T07:28:16.338Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-07-14T07:28:16.338Z] PASS [2021-07-14T07:28:16.338Z] coverage: 11.0% of statements [2021-07-14T07:28:16.338Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.562s coverage: 11.0% of statements [2021-07-14T07:28:16.338Z] === RUN TestVerifyNetworkingConfig [2021-07-14T07:28:16.338Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestGetContainer [2021-07-14T07:28:16.338Z] --- PASS: TestGetContainer (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestValidContainerNames [2021-07-14T07:28:16.338Z] --- PASS: TestValidContainerNames (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestContainerInitDNS [2021-07-14T07:28:16.338Z] daemon_test.go:147: root required [2021-07-14T07:28:16.338Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestMerge [2021-07-14T07:28:16.338Z] --- PASS: TestMerge (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestValidateContainerIsolation [2021-07-14T07:28:16.338Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestFindNetworkErrorType [2021-07-14T07:28:16.338Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestEnsureServicesExist [2021-07-14T07:28:16.338Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestEnsureServicesExistErrors [2021-07-14T07:28:16.338Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-07-14T07:28:16.338Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-07-14T07:28:16.338Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-07-14T07:28:16.338Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestContainerDelete [2021-07-14T07:28:16.338Z] --- PASS: TestContainerDelete (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestContainerDoubleDelete [2021-07-14T07:28:16.338Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestLogContainerEventCopyLabels [2021-07-14T07:28:16.338Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestLogContainerEventWithAttributes [2021-07-14T07:28:16.338Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestNoneHealthcheck [2021-07-14T07:28:16.338Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestHealthStates [2021-07-14T07:28:16.338Z] time="2021-07-14T07:28:16Z" 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-07-14T07:28:16.338Z] time="2021-07-14T07:28:16Z" 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-07-14T07:28:16.338Z] time="2021-07-14T07:28:16Z" 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-07-14T07:28:16.338Z] time="2021-07-14T07:28:16Z" 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-07-14T07:28:16.338Z] time="2021-07-14T07:28:16Z" 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-07-14T07:28:16.338Z] time="2021-07-14T07:28:16Z" 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-07-14T07:28:16.338Z] time="2021-07-14T07:28:16Z" 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-07-14T07:28:16.338Z] time="2021-07-14T07:28:16Z" 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-07-14T07:28:16.338Z] time="2021-07-14T07:28:16Z" 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-07-14T07:28:16.338Z] time="2021-07-14T07:28:16Z" 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-07-14T07:28:16.338Z] --- PASS: TestHealthStates (0.13s) [2021-07-14T07:28:16.338Z] === RUN TestMaskURLCredentials [2021-07-14T07:28:16.338Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestGetInspectData [2021-07-14T07:28:16.338Z] --- PASS: TestGetInspectData (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestFillLicense [2021-07-14T07:28:16.338Z] --- PASS: TestFillLicense (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestListInvalidFilter [2021-07-14T07:28:16.338Z] --- PASS: TestListInvalidFilter (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestNameFilter [2021-07-14T07:28:16.338Z] --- PASS: TestNameFilter (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-07-14T07:28:16.338Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-07-14T07:28:16.338Z] === 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-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-07-14T07:28:16.338Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-07-14T07:28:16.338Z] --- 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-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-07-14T07:28:16.338Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestDaemonReloadLabels [2021-07-14T07:28:16.338Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-07-14T07:28:16.338Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestDaemonReloadMirrors [2021-07-14T07:28:16.338Z] --- PASS: TestDaemonReloadMirrors (0.01s) [2021-07-14T07:28:16.338Z] === RUN TestDaemonReloadInsecureRegistries [2021-07-14T07:28:16.338Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestDaemonReloadNotAffectOthers [2021-07-14T07:28:16.338Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-07-14T07:28:16.338Z] === RUN TestDaemonDiscoveryReload [2021-07-14T07:28:16.822Z] === RUN TestEventsLog [2021-07-14T07:28:16.822Z] --- PASS: TestEventsLog (0.00s) [2021-07-14T07:28:16.822Z] === RUN TestEventsLogTimeout [2021-07-14T07:28:16.822Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-07-14T07:28:16.822Z] === RUN TestLogEvents [2021-07-14T07:28:16.822Z] --- PASS: TestLogEvents (0.05s) [2021-07-14T07:28:16.822Z] === RUN TestLoadBufferedEvents [2021-07-14T07:28:17.304Z] --- PASS: TestLoadBufferedEvents (0.13s) [2021-07-14T07:28:17.304Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-07-14T07:28:17.304Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-07-14T07:28:17.304Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-07-14T07:28:17.304Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-07-14T07:28:17.304Z] PASS [2021-07-14T07:28:17.304Z] coverage: 50.0% of statements [2021-07-14T07:28:17.304Z] ok github.com/docker/docker/daemon/events 0.223s coverage: 50.0% of statements [2021-07-14T07:28:17.304Z] === RUN TestIsEmptyDir [2021-07-14T07:28:17.304Z] --- PASS: TestIsEmptyDir (0.00s) [2021-07-14T07:28:17.304Z] PASS [2021-07-14T07:28:17.304Z] coverage: 2.3% of statements [2021-07-14T07:28:17.304Z] ok github.com/docker/docker/daemon/graphdriver 0.052s coverage: 2.3% of statements [2021-07-14T07:28:17.785Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-07-14T07:28:17.785Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-07-14T07:28:17.785Z] === RUN TestLinkNaming [2021-07-14T07:28:17.785Z] --- PASS: TestLinkNaming (0.00s) [2021-07-14T07:28:17.785Z] === RUN TestLinkNew [2021-07-14T07:28:17.785Z] --- PASS: TestLinkNew (0.00s) [2021-07-14T07:28:17.785Z] === RUN TestLinkEnv [2021-07-14T07:28:17.785Z] --- PASS: TestLinkEnv (0.00s) [2021-07-14T07:28:17.785Z] === RUN TestLinkMultipleEnv [2021-07-14T07:28:17.785Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-07-14T07:28:17.785Z] === RUN TestLinkPortRangeEnv [2021-07-14T07:28:17.785Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-07-14T07:28:17.785Z] PASS [2021-07-14T07:28:17.785Z] coverage: 93.0% of statements [2021-07-14T07:28:17.785Z] ok github.com/docker/docker/daemon/links 0.028s coverage: 93.0% of statements [2021-07-14T07:28:17.954Z] --- PASS: TestDaemonRestartIpcMode (2.84s) [2021-07-14T07:28:18.266Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.53s) [2021-07-14T07:28:18.266Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-07-14T07:28:18.755Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-07-14T07:28:18.755Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-07-14T07:28:18.755Z] reload_test.go:520: root required [2021-07-14T07:28:18.755Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-07-14T07:28:18.755Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-07-14T07:28:18.755Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-07-14T07:28:18.755Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-07-14T07:28:18.755Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2021-07-14T07:28:18.755Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-07-14T07:28:18.755Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-07-14T07:28:18.755Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-07-14T07:28:18.755Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2021-07-14T07:28:18.755Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-07-14T07:28:18.755Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-07-14T07:28:18.755Z] === RUN TestParseVolumesFrom [2021-07-14T07:28:18.755Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-07-14T07:28:18.755Z] PASS [2021-07-14T07:28:18.755Z] coverage: 9.1% of statements [2021-07-14T07:28:18.755Z] ok github.com/docker/docker/daemon 2.372s coverage: 9.1% of statements [2021-07-14T07:28:18.755Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-07-14T07:28:18.755Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-07-14T07:28:18.755Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-07-14T07:28:18.755Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-07-14T07:28:18.755Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-07-14T07:28:18.755Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-07-14T07:28:18.755Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-07-14T07:28:18.755Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-07-14T07:28:18.755Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-07-14T07:28:18.755Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-07-14T07:28:18.755Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-07-14T07:28:18.755Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-07-14T07:28:18.755Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-07-14T07:28:18.755Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-07-14T07:28:19.336Z] --- PASS: TestContainerKillOnDaemonStart (12.23s) [2021-07-14T07:28:19.336Z] PASS [2021-07-14T07:28:19.336Z] [2021-07-14T07:28:19.336Z] === Skipped [2021-07-14T07:28:19.336Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-07-14T07:28:19.336Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-07-14T07:28:19.336Z] [2021-07-14T07:28:19.336Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-07-14T07:28:19.336Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-07-14T07:28:19.336Z] [2021-07-14T07:28:19.336Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-07-14T07:28:19.336Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-07-14T07:28:19.336Z] [2021-07-14T07:28:19.336Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-07-14T07:28:19.336Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-07-14T07:28:19.336Z] [2021-07-14T07:28:19.336Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-07-14T07:28:19.336Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-07-14T07:28:19.336Z] [2021-07-14T07:28:19.336Z] [2021-07-14T07:28:19.336Z] DONE 196 tests, 5 skipped in 146.379s [2021-07-14T07:28:19.336Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-07-14T07:28:19.336Z] === RUN TestConfigDaemonLibtrustID [2021-07-14T07:28:19.596Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2021-07-14T07:28:19.596Z] === RUN TestDaemonConfigValidation [2021-07-14T07:28:19.596Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-07-14T07:28:19.596Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-07-14T07:28:19.596Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-07-14T07:28:19.596Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-07-14T07:28:19.596Z] === RUN TestDaemonConfigValidation/invalid_config [2021-07-14T07:28:19.596Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-07-14T07:28:19.596Z] === RUN TestDaemonConfigValidation/malformed_config [2021-07-14T07:28:19.596Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-07-14T07:28:19.596Z] === RUN TestDaemonConfigValidation/valid_config [2021-07-14T07:28:19.596Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-07-14T07:28:19.596Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-07-14T07:28:19.596Z] === CONT TestDaemonConfigValidation/malformed_config [2021-07-14T07:28:19.782Z] === RUN TestAdapterReadLogs [2021-07-14T07:28:19.782Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-07-14T07:28:19.782Z] === RUN TestCopier [2021-07-14T07:28:19.782Z] --- PASS: TestCopier (0.00s) [2021-07-14T07:28:19.782Z] === RUN TestCopierLongLines [2021-07-14T07:28:19.782Z] --- PASS: TestCopierLongLines (0.00s) [2021-07-14T07:28:19.782Z] === RUN TestCopierSlow [2021-07-14T07:28:19.782Z] --- PASS: TestCopierSlow (0.20s) [2021-07-14T07:28:19.782Z] === RUN TestCopierWithSized [2021-07-14T07:28:19.782Z] === RUN TestCopierWithSized/as_is [2021-07-14T07:28:19.782Z] === RUN TestCopierWithSized/With_RingLogger [2021-07-14T07:28:19.782Z] --- PASS: TestCopierWithSized (0.04s) [2021-07-14T07:28:19.782Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-07-14T07:28:19.782Z] --- PASS: TestCopierWithSized/With_RingLogger (0.04s) [2021-07-14T07:28:19.782Z] === RUN TestCopierWithPartial [2021-07-14T07:28:19.782Z] --- PASS: TestCopierWithPartial (0.00s) [2021-07-14T07:28:19.782Z] === RUN TestRingLogger [2021-07-14T07:28:19.782Z] --- PASS: TestRingLogger (0.00s) [2021-07-14T07:28:19.782Z] === RUN TestRingCap [2021-07-14T07:28:19.782Z] --- PASS: TestRingCap (0.00s) [2021-07-14T07:28:19.782Z] === RUN TestRingClose [2021-07-14T07:28:19.782Z] --- PASS: TestRingClose (0.00s) [2021-07-14T07:28:19.782Z] === RUN TestRingDrain [2021-07-14T07:28:19.782Z] --- PASS: TestRingDrain (0.00s) [2021-07-14T07:28:19.782Z] PASS [2021-07-14T07:28:19.782Z] coverage: 43.8% of statements [2021-07-14T07:28:19.782Z] ok github.com/docker/docker/daemon/logger 0.303s coverage: 43.8% of statements [2021-07-14T07:28:19.857Z] === CONT TestDaemonConfigValidation/valid_config [2021-07-14T07:28:19.857Z] === CONT TestDaemonConfigValidation/invalid_config [2021-07-14T07:28:19.857Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-07-14T07:28:19.857Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-07-14T07:28:19.857Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2021-07-14T07:28:19.857Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2021-07-14T07:28:19.857Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2021-07-14T07:28:19.857Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2021-07-14T07:28:19.857Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2021-07-14T07:28:19.857Z] PASS [2021-07-14T07:28:19.857Z] [2021-07-14T07:28:19.857Z] DONE 7 tests in 0.742s [2021-07-14T07:28:19.857Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-07-14T07:28:19.857Z] INFO: Testing against a local daemon [2021-07-14T07:28:19.857Z] === RUN TestCommitInheritsEnv [2021-07-14T07:28:20.118Z] --- PASS: TestCommitInheritsEnv (0.27s) [2021-07-14T07:28:20.118Z] === RUN TestImportExtremelyLargeImageWorks [2021-07-14T07:28:20.118Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-07-14T07:28:20.118Z] === RUN TestImagesFilterMultiReference [2021-07-14T07:28:20.118Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-07-14T07:28:20.118Z] === RUN TestImagePullPlatformInvalid [2021-07-14T07:28:20.118Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-07-14T07:28:20.118Z] === RUN TestRemoveImageOrphaning [2021-07-14T07:28:20.271Z] === RUN TestNewStreamConfig [2021-07-14T07:28:20.271Z] === RUN TestNewStreamConfig/defaults [2021-07-14T07:28:20.271Z] === RUN TestNewStreamConfig/invalid_create_group [2021-07-14T07:28:20.271Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-07-14T07:28:20.271Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-07-14T07:28:20.271Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-07-14T07:28:20.271Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-07-14T07:28:20.271Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-07-14T07:28:20.271Z] --- PASS: TestNewStreamConfig (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-07-14T07:28:20.271Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-07-14T07:28:20.271Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestNewAWSLogsClientRegionDetect [2021-07-14T07:28:20.271Z] time="2021-07-14T07:28:19Z" level=info msg="Trying to get region from EC2 Metadata" [2021-07-14T07:28:20.271Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2021-07-14T07:28:20.271Z] === RUN TestCreateSuccess [2021-07-14T07:28:20.271Z] --- PASS: TestCreateSuccess (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestCreateLogGroupSuccess [2021-07-14T07:28:20.271Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestCreateError [2021-07-14T07:28:20.271Z] --- PASS: TestCreateError (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestCreateAlreadyExists [2021-07-14T07:28:20.271Z] time="2021-07-14T07:28:19Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-07-14T07:28:20.271Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestLogClosed [2021-07-14T07:28:20.271Z] --- PASS: TestLogClosed (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestLogBlocking [2021-07-14T07:28:20.271Z] --- PASS: TestLogBlocking (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestLogNonBlockingBufferEmpty [2021-07-14T07:28:20.271Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestLogNonBlockingBufferFull [2021-07-14T07:28:20.271Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestPublishBatchSuccess [2021-07-14T07:28:20.271Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestPublishBatchError [2021-07-14T07:28:20.271Z] time="2021-07-14T07:28:19Z" level=error msg=Error [2021-07-14T07:28:20.271Z] --- PASS: TestPublishBatchError (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-07-14T07:28:20.271Z] time="2021-07-14T07:28:19Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-07-14T07:28:20.271Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestPublishBatchAlreadyAccepted [2021-07-14T07:28:20.271Z] time="2021-07-14T07:28:19Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-07-14T07:28:20.271Z] time="2021-07-14T07:28:19Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-07-14T07:28:20.271Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestCollectBatchSimple [2021-07-14T07:28:20.271Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestCollectBatchTicker [2021-07-14T07:28:20.271Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestCollectBatchMultilinePattern [2021-07-14T07:28:20.271Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-07-14T07:28:20.271Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-07-14T07:28:20.271Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-07-14T07:28:20.271Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2021-07-14T07:28:20.271Z] === RUN TestCollectBatchClose [2021-07-14T07:28:20.271Z] --- PASS: TestCollectBatchClose (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestEffectiveLen [2021-07-14T07:28:20.271Z] === RUN TestEffectiveLen/0/Hello [2021-07-14T07:28:20.271Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-07-14T07:28:20.271Z] === RUN TestEffectiveLen/2/🙃 [2021-07-14T07:28:20.271Z] === RUN TestEffectiveLen/3/���� [2021-07-14T07:28:20.271Z] === RUN TestEffectiveLen/4/He��o [2021-07-14T07:28:20.271Z] === RUN TestEffectiveLen/5/ [2021-07-14T07:28:20.271Z] --- PASS: TestEffectiveLen (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestFindValidSplit [2021-07-14T07:28:20.271Z] === RUN TestFindValidSplit/0/ [2021-07-14T07:28:20.271Z] cloudwatchlogs_test.go:1044: [2021-07-14T07:28:20.271Z] cloudwatchlogs_test.go:1045: [2021-07-14T07:28:20.271Z] === RUN TestFindValidSplit/1/Hello [2021-07-14T07:28:20.271Z] cloudwatchlogs_test.go:1044: Hello [2021-07-14T07:28:20.271Z] cloudwatchlogs_test.go:1045: [2021-07-14T07:28:20.271Z] === RUN TestFindValidSplit/2/Hello [2021-07-14T07:28:20.271Z] cloudwatchlogs_test.go:1044: He [2021-07-14T07:28:20.271Z] cloudwatchlogs_test.go:1045: llo [2021-07-14T07:28:20.271Z] === RUN TestFindValidSplit/3/Hello [2021-07-14T07:28:20.271Z] cloudwatchlogs_test.go:1044: [2021-07-14T07:28:20.271Z] cloudwatchlogs_test.go:1045: Hello [2021-07-14T07:28:20.271Z] === RUN TestFindValidSplit/4/🙃 [2021-07-14T07:28:20.271Z] cloudwatchlogs_test.go:1044: [2021-07-14T07:28:20.271Z] cloudwatchlogs_test.go:1045: 🙃 [2021-07-14T07:28:20.271Z] === RUN TestFindValidSplit/5/🙃 [2021-07-14T07:28:20.271Z] cloudwatchlogs_test.go:1044: 🙃 [2021-07-14T07:28:20.271Z] cloudwatchlogs_test.go:1045: [2021-07-14T07:28:20.271Z] === RUN TestFindValidSplit/6/a� [2021-07-14T07:28:20.271Z] cloudwatchlogs_test.go:1044: a [2021-07-14T07:28:20.271Z] cloudwatchlogs_test.go:1045: � [2021-07-14T07:28:20.271Z] === RUN TestFindValidSplit/7/a� [2021-07-14T07:28:20.271Z] cloudwatchlogs_test.go:1044: a� [2021-07-14T07:28:20.271Z] cloudwatchlogs_test.go:1045: [2021-07-14T07:28:20.271Z] --- PASS: TestFindValidSplit (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestProcessEventEmoji [2021-07-14T07:28:20.271Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestCollectBatchLineSplit [2021-07-14T07:28:20.271Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestCollectBatchLineSplitWithBinary [2021-07-14T07:28:20.271Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestCollectBatchMaxEvents [2021-07-14T07:28:20.271Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-07-14T07:28:20.271Z] === RUN TestCollectBatchMaxTotalBytes [2021-07-14T07:28:20.271Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-07-14T07:28:20.271Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-07-14T07:28:20.271Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-07-14T07:28:20.271Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-07-14T07:28:20.271Z] === RUN TestSearchRegistryForImagesErrors [2021-07-14T07:28:20.271Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestSearchRegistryForImages [2021-07-14T07:28:20.271Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestOnlyPlatformWithFallback [2021-07-14T07:28:20.271Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestImageDelete [2021-07-14T07:28:20.271Z] === RUN TestImageDelete/no_lease [2021-07-14T07:28:20.271Z] === RUN TestImageDelete/lease_exists [2021-07-14T07:28:20.271Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2021-07-14T07:28:20.271Z] === RUN TestParseLogOptionsMultilinePattern [2021-07-14T07:28:20.271Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestParseLogOptionsDatetimeFormat [2021-07-14T07:28:20.271Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-07-14T07:28:20.271Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-07-14T07:28:20.271Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-07-14T07:28:20.271Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-07-14T07:28:20.271Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-07-14T07:28:20.271Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-07-14T07:28:20.271Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-07-14T07:28:20.271Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-07-14T07:28:20.271Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-07-14T07:28:20.271Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-07-14T07:28:20.271Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-07-14T07:28:20.271Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-07-14T07:28:20.271Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-07-14T07:28:20.271Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-07-14T07:28:20.271Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-07-14T07:28:20.271Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-07-14T07:28:20.271Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-07-14T07:28:20.271Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-07-14T07:28:20.271Z] --- PASS: TestImageDelete (0.03s) [2021-07-14T07:28:20.271Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-07-14T07:28:20.271Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2021-07-14T07:28:20.271Z] === RUN TestContentStoreForPull [2021-07-14T07:28:20.271Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-07-14T07:28:20.271Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestCreateTagSuccess [2021-07-14T07:28:20.271Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-07-14T07:28:20.271Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-07-14T07:28:20.271Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-07-14T07:28:20.271Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-07-14T07:28:20.271Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-07-14T07:28:20.271Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-07-14T07:28:20.271Z] PASS [2021-07-14T07:28:20.271Z] coverage: 77.8% of statements [2021-07-14T07:28:20.271Z] ok github.com/docker/docker/daemon/logger/awslogs 0.332s coverage: 77.8% of statements [2021-07-14T07:28:20.271Z] --- PASS: TestContentStoreForPull (0.15s) [2021-07-14T07:28:20.271Z] PASS [2021-07-14T07:28:20.271Z] coverage: 6.8% of statements [2021-07-14T07:28:20.272Z] ok github.com/docker/docker/daemon/images 0.296s coverage: 6.8% of statements [2021-07-14T07:28:20.272Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-07-14T07:28:20.272Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-07-14T07:28:20.272Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-07-14T07:28:20.272Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-07-14T07:28:20.272Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-07-14T07:28:20.379Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2021-07-14T07:28:20.379Z] === RUN TestRemoveImageGarbageCollector [2021-07-14T07:28:20.748Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:28:20.748Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:28:20.754Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-07-14T07:28:20.754Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-07-14T07:28:20.754Z] === RUN TestJSONLogsMarshalJSONBuf [2021-07-14T07:28:20.754Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-07-14T07:28:20.754Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-07-14T07:28:20.754Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.13s) [2021-07-14T07:28:20.754Z] === RUN TestFastTimeMarshalJSON [2021-07-14T07:28:20.754Z] === RUN TestJSONFileLogger [2021-07-14T07:28:20.754Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-07-14T07:28:20.754Z] PASS [2021-07-14T07:28:20.754Z] coverage: 87.2% of statements [2021-07-14T07:28:20.754Z] --- PASS: TestJSONFileLogger (0.00s) [2021-07-14T07:28:20.754Z] === RUN TestJSONFileLoggerWithTags [2021-07-14T07:28:20.754Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-07-14T07:28:20.754Z] === RUN TestJSONFileLoggerWithOpts [2021-07-14T07:28:21.242Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-07-14T07:28:21.242Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-07-14T07:28:21.242Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-07-14T07:28:21.242Z] === RUN TestEncodeDecode [2021-07-14T07:28:21.242Z] === PAUSE TestEncodeDecode [2021-07-14T07:28:21.242Z] === RUN TestUnexpectedEOF [2021-07-14T07:28:21.242Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.209s coverage: 87.2% of statements [2021-07-14T07:28:21.242Z] time="2021-07-14T07:28:20Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-07-14T07:28:21.242Z] time="2021-07-14T07:28:20Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-07-14T07:28:21.242Z] --- PASS: TestUnexpectedEOF (0.13s) [2021-07-14T07:28:21.242Z] === CONT TestEncodeDecode [2021-07-14T07:28:21.242Z] --- PASS: TestEncodeDecode (0.00s) [2021-07-14T07:28:21.242Z] PASS [2021-07-14T07:28:21.242Z] coverage: 69.9% of statements [2021-07-14T07:28:21.242Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.192s coverage: 69.9% of statements [2021-07-14T07:28:22.273Z] === RUN TestWriteLog [2021-07-14T07:28:22.273Z] === PAUSE TestWriteLog [2021-07-14T07:28:22.273Z] === RUN TestReadLog [2021-07-14T07:28:22.273Z] === PAUSE TestReadLog [2021-07-14T07:28:22.273Z] === CONT TestWriteLog [2021-07-14T07:28:22.273Z] === CONT TestReadLog [2021-07-14T07:28:22.273Z] --- PASS: TestWriteLog (0.00s) [2021-07-14T07:28:22.273Z] === RUN TestReadLog/tail_exact [2021-07-14T07:28:22.273Z] === RUN TestReadLog/tail_less_than_available [2021-07-14T07:28:22.273Z] === RUN TestReadLog/tail_more_than_available [2021-07-14T07:28:22.273Z] --- PASS: TestReadLog (0.16s) [2021-07-14T07:28:22.273Z] --- PASS: TestReadLog/tail_exact (0.13s) [2021-07-14T07:28:22.273Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-07-14T07:28:22.273Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-07-14T07:28:22.273Z] PASS [2021-07-14T07:28:22.273Z] coverage: 75.2% of statements [2021-07-14T07:28:22.273Z] === RUN TestOpenFileDelete [2021-07-14T07:28:22.273Z] --- PASS: TestOpenFileDelete (0.00s) [2021-07-14T07:28:22.273Z] === RUN TestOpenFileRename [2021-07-14T07:28:22.273Z] --- PASS: TestOpenFileRename (0.00s) [2021-07-14T07:28:22.273Z] === RUN TestParseLogTagDefaultTag [2021-07-14T07:28:22.273Z] ok github.com/docker/docker/daemon/logger/local 0.224s coverage: 75.2% of statements [2021-07-14T07:28:22.273Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-07-14T07:28:22.273Z] === RUN TestParseLogTag [2021-07-14T07:28:22.273Z] --- PASS: TestParseLogTag (0.00s) [2021-07-14T07:28:22.273Z] === RUN TestParseLogTagEmptyTag [2021-07-14T07:28:22.273Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-07-14T07:28:22.273Z] === RUN TestTailFiles [2021-07-14T07:28:22.273Z] --- PASS: TestTailFiles (0.00s) [2021-07-14T07:28:22.273Z] === RUN TestFollowLogsConsumerGone [2021-07-14T07:28:22.273Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-07-14T07:28:22.273Z] === RUN TestFollowLogsProducerGone [2021-07-14T07:28:22.273Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-07-14T07:28:22.273Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-07-14T07:28:22.273Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-07-14T07:28:22.273Z] === RUN TestCheckCapacityAndRotate [2021-07-14T07:28:22.273Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-07-14T07:28:22.273Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-07-14T07:28:22.273Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-07-14T07:28:22.273Z] --- PASS: TestCheckCapacityAndRotate (0.13s) [2021-07-14T07:28:22.273Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-07-14T07:28:22.273Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.07s) [2021-07-14T07:28:22.273Z] PASS [2021-07-14T07:28:22.273Z] coverage: 53.7% of statements [2021-07-14T07:28:22.273Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.299s coverage: 53.7% of statements [2021-07-14T07:28:22.273Z] === RUN TestLog [2021-07-14T07:28:22.273Z] --- PASS: TestLog (0.01s) [2021-07-14T07:28:22.273Z] PASS [2021-07-14T07:28:22.273Z] coverage: 31.5% of statements [2021-07-14T07:28:22.289Z] --- PASS: TestRemoveImageGarbageCollector (1.87s) [2021-07-14T07:28:22.289Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-07-14T07:28:22.289Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-07-14T07:28:22.289Z] === RUN TestTagInvalidReference [2021-07-14T07:28:22.289Z] --- PASS: TestTagInvalidReference (0.01s) [2021-07-14T07:28:22.289Z] === RUN TestTagValidPrefixedRepo [2021-07-14T07:28:22.550Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-07-14T07:28:22.550Z] === RUN TestTagExistedNameWithoutForce [2021-07-14T07:28:22.550Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-07-14T07:28:22.550Z] === RUN TestTagOfficialNames [2021-07-14T07:28:22.550Z] --- PASS: TestTagOfficialNames (0.05s) [2021-07-14T07:28:22.550Z] === RUN TestTagMatchesDigest [2021-07-14T07:28:22.550Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-07-14T07:28:22.550Z] === CONT TestImportExtremelyLargeImageWorks [2021-07-14T07:28:22.765Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.052s coverage: 31.5% of statements [2021-07-14T07:28:23.254Z] === RUN TestNewParse [2021-07-14T07:28:23.254Z] --- PASS: TestNewParse (0.00s) [2021-07-14T07:28:23.254Z] PASS [2021-07-14T07:28:23.254Z] coverage: 8.3% of statements [2021-07-14T07:28:23.254Z] ok github.com/docker/docker/daemon/logger/templates 0.034s coverage: 8.3% of statements [2021-07-14T07:28:23.254Z] === RUN TestValidateLogOpt [2021-07-14T07:28:23.254Z] --- PASS: TestValidateLogOpt (0.00s) [2021-07-14T07:28:23.254Z] === RUN TestNewMissedConfig [2021-07-14T07:28:23.254Z] --- PASS: TestNewMissedConfig (0.00s) [2021-07-14T07:28:23.254Z] === RUN TestNewMissedUrl [2021-07-14T07:28:23.254Z] --- PASS: TestNewMissedUrl (0.00s) [2021-07-14T07:28:23.254Z] === RUN TestNewMissedToken [2021-07-14T07:28:23.254Z] --- PASS: TestNewMissedToken (0.00s) [2021-07-14T07:28:23.254Z] === RUN TestNewWithProxy [2021-07-14T07:28:23.254Z] --- PASS: TestNewWithProxy (0.00s) [2021-07-14T07:28:23.254Z] === RUN TestDefault [2021-07-14T07:28:23.254Z] --- PASS: TestDefault (0.01s) [2021-07-14T07:28:23.254Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-07-14T07:28:23.254Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-07-14T07:28:23.254Z] === RUN TestJsonFormat [2021-07-14T07:28:23.254Z] --- PASS: TestJsonFormat (0.01s) [2021-07-14T07:28:23.254Z] === RUN TestRawFormat [2021-07-14T07:28:23.254Z] --- PASS: TestRawFormat (0.00s) [2021-07-14T07:28:23.254Z] === RUN TestRawFormatWithLabels [2021-07-14T07:28:23.254Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-07-14T07:28:23.254Z] === RUN TestRawFormatWithoutTag [2021-07-14T07:28:23.254Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-07-14T07:28:23.254Z] === RUN TestBatching [2021-07-14T07:28:23.254Z] === RUN TestParseLogFormat [2021-07-14T07:28:23.254Z] --- PASS: TestParseLogFormat (0.00s) [2021-07-14T07:28:23.254Z] === RUN TestValidateLogOptEmpty [2021-07-14T07:28:23.254Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-07-14T07:28:23.254Z] === RUN TestValidateSyslogAddress [2021-07-14T07:28:23.254Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-07-14T07:28:23.254Z] === RUN TestParseAddressDefaultPort [2021-07-14T07:28:23.254Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-07-14T07:28:23.254Z] === RUN TestValidateSyslogFacility [2021-07-14T07:28:23.254Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-07-14T07:28:23.254Z] === RUN TestValidateLogOptSyslogFormat [2021-07-14T07:28:23.254Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-07-14T07:28:23.254Z] === RUN TestValidateLogOpt [2021-07-14T07:28:23.254Z] --- PASS: TestValidateLogOpt (0.00s) [2021-07-14T07:28:23.254Z] PASS [2021-07-14T07:28:23.254Z] coverage: 46.8% of statements [2021-07-14T07:28:23.255Z] ok github.com/docker/docker/daemon/logger/syslog 0.044s coverage: 46.8% of statements [2021-07-14T07:28:23.763Z] --- PASS: TestBatching (0.22s) [2021-07-14T07:28:23.763Z] === RUN TestFrequency [2021-07-14T07:28:23.763Z] --- PASS: TestFrequency (0.23s) [2021-07-14T07:28:23.763Z] === RUN TestOneMessagePerRequest [2021-07-14T07:28:23.763Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-07-14T07:28:23.763Z] === RUN TestVerify [2021-07-14T07:28:23.763Z] --- PASS: TestVerify (0.00s) [2021-07-14T07:28:23.763Z] === RUN TestSkipVerify [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:23Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:28:24.267Z] --- PASS: TestSkipVerify (0.54s) [2021-07-14T07:28:24.267Z] === RUN TestBufferMaximum [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626247704.122400\",\"host\":\"d7e90c4735e2\"}'" [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626247704.122400\",\"host\":\"d7e90c4735e2\"}'" [2021-07-14T07:28:24.267Z] --- PASS: TestBufferMaximum (0.00s) [2021-07-14T07:28:24.267Z] === RUN TestServerAlwaysDown [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626247704.126597\",\"host\":\"d7e90c4735e2\"}'" [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626247704.126597\",\"host\":\"d7e90c4735e2\"}'" [2021-07-14T07:28:24.267Z] time="2021-07-14T07:28:24Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:28:24.268Z] time="2021-07-14T07:28:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626247704.126597\",\"host\":\"d7e90c4735e2\"}'" [2021-07-14T07:28:24.268Z] time="2021-07-14T07:28:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626247704.126597\",\"host\":\"d7e90c4735e2\"}'" [2021-07-14T07:28:24.268Z] time="2021-07-14T07:28:24Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626247704.126597\",\"host\":\"d7e90c4735e2\"}'" [2021-07-14T07:28:24.268Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-07-14T07:28:24.268Z] === RUN TestCannotSendAfterClose [2021-07-14T07:28:24.268Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-07-14T07:28:24.268Z] === RUN TestDeadlockOnBlockedEndpoint [2021-07-14T07:28:25.337Z] === RUN TestV1IDService [2021-07-14T07:28:25.337Z] --- PASS: TestV1IDService (0.01s) [2021-07-14T07:28:25.337Z] === RUN TestV2MetadataService [2021-07-14T07:28:25.337Z] time="2021-07-14T07:28:25Z" 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-07-14T07:28:25.337Z] time="2021-07-14T07:28:25Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"d7e90c4735e2\"}'" [2021-07-14T07:28:25.337Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-07-14T07:28:25.337Z] PASS [2021-07-14T07:28:25.337Z] coverage: 82.5% of statements [2021-07-14T07:28:25.337Z] === RUN TestSuccessfulDownload [2021-07-14T07:28:25.337Z] download_test.go:268: Needs fixing on Windows [2021-07-14T07:28:25.337Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-07-14T07:28:25.337Z] === RUN TestCancelledDownload [2021-07-14T07:28:25.337Z] --- PASS: TestCancelledDownload (0.00s) [2021-07-14T07:28:25.337Z] === RUN TestMaxDownloadAttempts [2021-07-14T07:28:25.337Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-07-14T07:28:25.337Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-07-14T07:28:25.337Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-07-14T07:28:25.337Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-07-14T07:28:25.337Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-07-14T07:28:25.337Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-07-14T07:28:25.337Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-07-14T07:28:25.337Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-07-14T07:28:25.337Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-07-14T07:28:25.337Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-07-14T07:28:25.337Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-07-14T07:28:25.337Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-07-14T07:28:25.337Z] ok github.com/docker/docker/daemon/logger/splunk 2.064s coverage: 82.5% of statements [2021-07-14T07:28:25.337Z] ? github.com/docker/docker/daemon/names [no test files] [2021-07-14T07:28:25.337Z] ? github.com/docker/docker/daemon/network [no test files] [2021-07-14T07:28:25.337Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-07-14T07:28:25.337Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-07-14T07:28:25.337Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-07-14T07:28:25.337Z] === RUN TestContinueOnError_MirrorEndpoint [2021-07-14T07:28:25.337Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-07-14T07:28:25.337Z] === RUN TestContinueOnError_NeverContinue [2021-07-14T07:28:25.851Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-07-14T07:28:25.851Z] === RUN TestManifestStore [2021-07-14T07:28:25.851Z] === RUN TestManifestStore/no_remote_or_local [2021-07-14T07:28:25.851Z] time="2021-07-14T07:28:25Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local112088423\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-07-14T07:28:25.851Z] === RUN TestManifestStore/no_local_cache [2021-07-14T07:28:25.851Z] === RUN TestManifestStore/with_local_cache [2021-07-14T07:28:25.851Z] === RUN TestManifestStore/unknown_media_type [2021-07-14T07:28:25.851Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-07-14T07:28:25.851Z] time="2021-07-14T07:28:25Z" level=warning msg="reference for unknown type: " [2021-07-14T07:28:25.851Z] --- PASS: TestV2MetadataService (0.59s) [2021-07-14T07:28:25.851Z] PASS [2021-07-14T07:28:25.851Z] coverage: 48.2% of statements [2021-07-14T07:28:25.851Z] time="2021-07-14T07:28:25Z" level=warning msg="reference for unknown type: " [2021-07-14T07:28:25.851Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-07-14T07:28:25.851Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-07-14T07:28:25.851Z] ok github.com/docker/docker/distribution/metadata 0.665s coverage: 48.2% of statements [2021-07-14T07:28:25.851Z] time="2021-07-14T07:28:25Z" level=warning msg="reference for unknown type: " [2021-07-14T07:28:25.851Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-07-14T07:28:25.851Z] time="2021-07-14T07:28:25Z" level=warning msg="reference for unknown type: " [2021-07-14T07:28:25.851Z] time="2021-07-14T07:28:25Z" level=warning msg="reference for unknown type: " [2021-07-14T07:28:25.851Z] === RUN TestManifestStore/error_persisting_manifest [2021-07-14T07:28:25.851Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-07-14T07:28:25.851Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-07-14T07:28:25.851Z] time="2021-07-14T07:28:25Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-07-14T07:28:25.851Z] time="2021-07-14T07:28:25Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-07-14T07:28:25.851Z] time="2021-07-14T07:28:25Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-07-14T07:28:25.851Z] time="2021-07-14T07:28:25Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-07-14T07:28:25.851Z] time="2021-07-14T07:28:25Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-07-14T07:28:25.851Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-07-14T07:28:25.851Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.40s) [2021-07-14T07:28:25.851Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.40s) [2021-07-14T07:28:25.851Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.40s) [2021-07-14T07:28:25.851Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.40s) [2021-07-14T07:28:25.851Z] === RUN TestTransfer [2021-07-14T07:28:25.851Z] --- PASS: TestManifestStore (0.24s) [2021-07-14T07:28:25.851Z] --- PASS: TestManifestStore/no_remote_or_local (0.16s) [2021-07-14T07:28:25.851Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-07-14T07:28:25.851Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-07-14T07:28:25.851Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2021-07-14T07:28:25.851Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-07-14T07:28:25.851Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-07-14T07:28:25.851Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2021-07-14T07:28:25.851Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-07-14T07:28:25.851Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-07-14T07:28:25.851Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-07-14T07:28:25.851Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-07-14T07:28:25.851Z] === RUN TestDetectManifestBlobMediaType [2021-07-14T07:28:25.851Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-07-14T07:28:25.851Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-07-14T07:28:25.851Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-07-14T07:28:25.851Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-07-14T07:28:25.851Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-07-14T07:28:25.851Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-07-14T07:28:25.851Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-07-14T07:28:25.851Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-07-14T07:28:25.851Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-07-14T07:28:25.851Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-07-14T07:28:25.851Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-07-14T07:28:25.851Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-07-14T07:28:25.851Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-07-14T07:28:25.851Z] === RUN TestFixManifestLayers [2021-07-14T07:28:25.851Z] --- PASS: TestFixManifestLayers (0.00s) [2021-07-14T07:28:25.851Z] === RUN TestFixManifestLayersBaseLayerParent [2021-07-14T07:28:25.851Z] pull_v2_test.go:73: Needs fixing on Windows [2021-07-14T07:28:25.851Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-07-14T07:28:25.851Z] === RUN TestFixManifestLayersBadParent [2021-07-14T07:28:25.851Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-07-14T07:28:25.851Z] === RUN TestValidateManifest [2021-07-14T07:28:25.851Z] pull_v2_test.go:118: Needs fixing on Windows [2021-07-14T07:28:25.851Z] --- SKIP: TestValidateManifest (0.00s) [2021-07-14T07:28:25.851Z] === RUN TestFormatPlatform [2021-07-14T07:28:25.851Z] --- PASS: TestFormatPlatform (0.00s) [2021-07-14T07:28:25.851Z] === RUN TestGetRepositoryMountCandidates [2021-07-14T07:28:25.851Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-07-14T07:28:25.851Z] === RUN TestLayerAlreadyExists [2021-07-14T07:28:25.851Z] 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-07-14T07:28:25.851Z] 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-07-14T07:28:25.851Z] 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-07-14T07:28:25.851Z] 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-07-14T07:28:25.851Z] 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-07-14T07:28:25.851Z] 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-07-14T07:28:25.851Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-07-14T07:28:25.851Z] === RUN TestWhenEmptyAuthConfig [2021-07-14T07:28:25.852Z] --- PASS: TestTransfer (0.12s) [2021-07-14T07:28:25.852Z] === RUN TestConcurrencyLimit [2021-07-14T07:28:26.020Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:28:26.020Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:28:26.360Z] === RUN TestNotFound [2021-07-14T07:28:26.360Z] --- PASS: TestNotFound (0.00s) [2021-07-14T07:28:26.360Z] === RUN TestConflict [2021-07-14T07:28:26.360Z] --- PASS: TestConflict (0.00s) [2021-07-14T07:28:26.360Z] === RUN TestForbidden [2021-07-14T07:28:26.360Z] --- PASS: TestForbidden (0.00s) [2021-07-14T07:28:26.360Z] === RUN TestInvalidParameter [2021-07-14T07:28:26.360Z] --- PASS: TestInvalidParameter (0.00s) [2021-07-14T07:28:26.360Z] === RUN TestNotImplemented [2021-07-14T07:28:26.360Z] --- PASS: TestNotImplemented (0.00s) [2021-07-14T07:28:26.360Z] === RUN TestNotModified [2021-07-14T07:28:26.360Z] --- PASS: TestNotModified (0.00s) [2021-07-14T07:28:26.360Z] === RUN TestUnauthorized [2021-07-14T07:28:26.360Z] --- PASS: TestUnauthorized (0.00s) [2021-07-14T07:28:26.360Z] === RUN TestUnknown [2021-07-14T07:28:26.360Z] --- PASS: TestUnknown (0.00s) [2021-07-14T07:28:26.360Z] === RUN TestCancelled [2021-07-14T07:28:26.360Z] --- PASS: TestCancelled (0.00s) [2021-07-14T07:28:26.360Z] === RUN TestDeadline [2021-07-14T07:28:26.360Z] --- PASS: TestDeadline (0.00s) [2021-07-14T07:28:26.360Z] === RUN TestDataLoss [2021-07-14T07:28:26.360Z] --- PASS: TestDataLoss (0.00s) [2021-07-14T07:28:26.360Z] === RUN TestUnavailable [2021-07-14T07:28:26.360Z] --- PASS: TestUnavailable (0.00s) [2021-07-14T07:28:26.360Z] === RUN TestSystem [2021-07-14T07:28:26.360Z] --- PASS: TestSystem (0.00s) [2021-07-14T07:28:26.360Z] === RUN TestFromStatusCode [2021-07-14T07:28:26.360Z] === RUN TestFromStatusCode/Not_Found [2021-07-14T07:28:26.360Z] === RUN TestFromStatusCode/Bad_Request [2021-07-14T07:28:26.360Z] === RUN TestFromStatusCode/Conflict [2021-07-14T07:28:26.360Z] === RUN TestFromStatusCode/Unauthorized [2021-07-14T07:28:26.360Z] === RUN TestFromStatusCode/Service_Unavailable [2021-07-14T07:28:26.360Z] === RUN TestFromStatusCode/Forbidden [2021-07-14T07:28:26.360Z] === RUN TestFromStatusCode/Not_Modified [2021-07-14T07:28:26.360Z] === RUN TestFromStatusCode/Not_Implemented [2021-07-14T07:28:26.360Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-07-14T07:28:26.360Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-07-14T07:28:26.360Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-07-14T07:28:26.360Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-07-14T07:28:26.360Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-07-14T07:28:26.360Z] --- PASS: TestFromStatusCode (0.00s) [2021-07-14T07:28:26.360Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-07-14T07:28:26.360Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-07-14T07:28:26.360Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-07-14T07:28:26.360Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-07-14T07:28:26.360Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-07-14T07:28:26.360Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-07-14T07:28:26.360Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-07-14T07:28:26.360Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-07-14T07:28:26.360Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-07-14T07:28:26.360Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-07-14T07:28:26.360Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-07-14T07:28:26.360Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-07-14T07:28:26.360Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-07-14T07:28:26.361Z] PASS [2021-07-14T07:28:26.361Z] coverage: 53.1% of statements [2021-07-14T07:28:26.361Z] ok github.com/docker/docker/errdefs 0.036s coverage: 53.1% of statements [2021-07-14T07:28:26.361Z] --- PASS: TestConcurrencyLimit (0.37s) [2021-07-14T07:28:26.361Z] === RUN TestInactiveJobs [2021-07-14T07:28:26.863Z] --- PASS: TestInactiveJobs (0.38s) [2021-07-14T07:28:26.863Z] === RUN TestWatchRelease [2021-07-14T07:28:26.863Z] --- PASS: TestWatchRelease (0.04s) [2021-07-14T07:28:26.863Z] === RUN TestWatchFinishedTransfer [2021-07-14T07:28:26.863Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-07-14T07:28:26.863Z] === RUN TestDuplicateTransfer [2021-07-14T07:28:26.863Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-07-14T07:28:26.863Z] === RUN TestSuccessfulUpload [2021-07-14T07:28:26.863Z] time="2021-07-14T07:28:26Z" level=error msg="Upload failed, retrying: simulating retry" [2021-07-14T07:28:26.863Z] === RUN TestFSGetInvalidData [2021-07-14T07:28:26.863Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-07-14T07:28:26.863Z] === RUN TestFSInvalidSet [2021-07-14T07:28:26.863Z] --- PASS: TestFSInvalidSet (0.01s) [2021-07-14T07:28:26.863Z] === RUN TestFSInvalidRoot [2021-07-14T07:28:26.863Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-07-14T07:28:26.863Z] === RUN TestFSMetadataGetSet [2021-07-14T07:28:26.863Z] --- PASS: TestFSMetadataGetSet (0.02s) [2021-07-14T07:28:26.863Z] === RUN TestFSInvalidWalker [2021-07-14T07:28:26.863Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-07-14T07:28:26.863Z] === RUN TestFSGetSet [2021-07-14T07:28:27.367Z] --- PASS: TestFSGetSet (0.01s) [2021-07-14T07:28:27.367Z] === RUN TestFSGetUnsetKey [2021-07-14T07:28:27.367Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-07-14T07:28:27.367Z] === RUN TestFSGetEmptyData [2021-07-14T07:28:27.367Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-07-14T07:28:27.367Z] === RUN TestFSDelete [2021-07-14T07:28:27.367Z] --- PASS: TestFSDelete (0.01s) [2021-07-14T07:28:27.367Z] === RUN TestFSWalker [2021-07-14T07:28:27.367Z] --- PASS: TestFSWalker (0.01s) [2021-07-14T07:28:27.367Z] === RUN TestFSWalkerStopOnError [2021-07-14T07:28:27.367Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-07-14T07:28:27.367Z] === RUN TestNewFromJSON [2021-07-14T07:28:27.367Z] --- PASS: TestNewFromJSON (0.00s) [2021-07-14T07:28:27.367Z] === RUN TestNewFromJSONWithInvalidJSON [2021-07-14T07:28:27.367Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-07-14T07:28:27.367Z] === RUN TestMarshalKeyOrder [2021-07-14T07:28:27.367Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-07-14T07:28:27.367Z] === RUN TestHistoryEqual [2021-07-14T07:28:27.367Z] --- PASS: TestSuccessfulUpload (0.39s) [2021-07-14T07:28:27.367Z] === RUN TestCancelledUpload [2021-07-14T07:28:27.367Z] --- PASS: TestWhenEmptyAuthConfig (1.33s) [2021-07-14T07:28:27.367Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-07-14T07:28:27.367Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-07-14T07:28:27.367Z] === RUN TestTokenPassThru [2021-07-14T07:28:27.367Z] --- PASS: TestCancelledUpload (0.00s) [2021-07-14T07:28:27.367Z] PASS [2021-07-14T07:28:27.367Z] coverage: 76.8% of statements [2021-07-14T07:28:27.367Z] --- PASS: TestTokenPassThru (0.01s) [2021-07-14T07:28:27.367Z] === RUN TestTokenPassThruDifferentHost [2021-07-14T07:28:27.367Z] ok github.com/docker/docker/distribution/xfer 1.785s coverage: 76.8% of statements [2021-07-14T07:28:27.367Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-07-14T07:28:27.367Z] PASS [2021-07-14T07:28:27.367Z] coverage: 23.8% of statements [2021-07-14T07:28:27.367Z] ok github.com/docker/docker/distribution 1.648s coverage: 23.8% of statements [2021-07-14T07:28:27.367Z] --- PASS: TestHistoryEqual (0.13s) [2021-07-14T07:28:27.367Z] === RUN TestImage [2021-07-14T07:28:27.367Z] --- PASS: TestImage (0.00s) [2021-07-14T07:28:27.367Z] === RUN TestImageOSNotEmpty [2021-07-14T07:28:27.367Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-07-14T07:28:27.367Z] === RUN TestNewChildImageFromImageWithRootFS [2021-07-14T07:28:27.367Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-07-14T07:28:27.367Z] === RUN TestCreate [2021-07-14T07:28:27.367Z] --- PASS: TestCreate (0.00s) [2021-07-14T07:28:27.367Z] === RUN TestRestore [2021-07-14T07:28:27.367Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-07-14T07:28:27.367Z] ? github.com/docker/docker/dockerversion [no test files] [2021-07-14T07:28:27.367Z] time="2021-07-14T07:28:27Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-07-14T07:28:27.367Z] --- PASS: TestRestore (0.02s) [2021-07-14T07:28:27.367Z] === RUN TestAddDelete [2021-07-14T07:28:27.367Z] --- PASS: TestAddDelete (0.02s) [2021-07-14T07:28:27.367Z] === RUN TestSearchAfterDelete [2021-07-14T07:28:27.367Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-07-14T07:28:27.367Z] === RUN TestParentReset [2021-07-14T07:28:27.367Z] === RUN TestCompare [2021-07-14T07:28:27.367Z] --- PASS: TestCompare (0.00s) [2021-07-14T07:28:27.367Z] PASS [2021-07-14T07:28:27.367Z] coverage: 19.2% of statements [2021-07-14T07:28:27.367Z] ok github.com/docker/docker/image/cache 0.061s coverage: 19.2% of statements [2021-07-14T07:28:27.367Z] --- PASS: TestParentReset (0.02s) [2021-07-14T07:28:27.367Z] === RUN TestGetAndSetLastUpdated [2021-07-14T07:28:27.367Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-07-14T07:28:27.367Z] === RUN TestStoreLen [2021-07-14T07:28:27.367Z] --- PASS: TestStoreLen (0.09s) [2021-07-14T07:28:27.367Z] PASS [2021-07-14T07:28:27.367Z] coverage: 86.6% of statements [2021-07-14T07:28:27.367Z] ok github.com/docker/docker/image 0.446s coverage: 86.6% of statements [2021-07-14T07:28:28.434Z] === RUN TestMakeV1ConfigFromConfig [2021-07-14T07:28:28.434Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-07-14T07:28:28.434Z] PASS [2021-07-14T07:28:28.434Z] coverage: 25.0% of statements [2021-07-14T07:28:28.434Z] ok github.com/docker/docker/image/v1 0.062s coverage: 25.0% of statements [2021-07-14T07:28:28.434Z] === RUN TestValidateManifest [2021-07-14T07:28:28.434Z] === RUN TestValidateManifest/non-nil [2021-07-14T07:28:28.434Z] === RUN TestValidateManifest/nil [2021-07-14T07:28:28.434Z] --- PASS: TestValidateManifest (0.00s) [2021-07-14T07:28:28.434Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-07-14T07:28:28.434Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-07-14T07:28:28.434Z] PASS [2021-07-14T07:28:28.434Z] coverage: 0.7% of statements [2021-07-14T07:28:28.434Z] ok github.com/docker/docker/image/tarexport 0.063s coverage: 0.7% of statements [2021-07-14T07:28:28.434Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-07-14T07:28:28.952Z] === RUN TestSerialization [2021-07-14T07:28:28.952Z] --- PASS: TestSerialization (0.02s) [2021-07-14T07:28:29.470Z] PASS [2021-07-14T07:28:29.470Z] coverage: 100.0% of statements [2021-07-14T07:28:29.470Z] ok github.com/docker/docker/libcontainerd/queue 0.082s coverage: 100.0% of statements [2021-07-14T07:28:29.470Z] === RUN TestEnvironmentParsing [2021-07-14T07:28:29.470Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-07-14T07:28:29.470Z] PASS [2021-07-14T07:28:29.470Z] coverage: 1.2% of statements [2021-07-14T07:28:29.470Z] ok github.com/docker/docker/libcontainerd/local 0.070s coverage: 1.2% of statements [2021-07-14T07:28:29.987Z] === RUN TestEmptyLayer [2021-07-14T07:28:29.987Z] --- PASS: TestEmptyLayer (0.00s) [2021-07-14T07:28:29.987Z] === RUN TestCommitFailure [2021-07-14T07:28:29.987Z] --- PASS: TestCommitFailure (0.03s) [2021-07-14T07:28:29.987Z] === RUN TestStartTransactionFailure [2021-07-14T07:28:29.987Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-07-14T07:28:29.987Z] === RUN TestGetOrphan [2021-07-14T07:28:29.987Z] --- PASS: TestGetOrphan (0.01s) [2021-07-14T07:28:29.987Z] === RUN TestMountAndRegister [2021-07-14T07:28:29.987Z] layer_test.go:271: Layer size: 14 [2021-07-14T07:28:29.987Z] --- PASS: TestMountAndRegister (0.08s) [2021-07-14T07:28:29.987Z] === RUN TestLayerRelease [2021-07-14T07:28:29.987Z] layer_test.go:304: Failing on Windows [2021-07-14T07:28:29.987Z] --- SKIP: TestLayerRelease (0.00s) [2021-07-14T07:28:29.987Z] === RUN TestStoreRestore [2021-07-14T07:28:29.987Z] layer_test.go:353: Failing on Windows [2021-07-14T07:28:29.987Z] --- SKIP: TestStoreRestore (0.00s) [2021-07-14T07:28:29.987Z] === RUN TestTarStreamStability [2021-07-14T07:28:29.987Z] layer_test.go:468: Failing on Windows [2021-07-14T07:28:29.987Z] --- SKIP: TestTarStreamStability (0.00s) [2021-07-14T07:28:29.987Z] === RUN TestRegisterExistingLayer [2021-07-14T07:28:29.987Z] --- PASS: TestRegisterExistingLayer (0.09s) [2021-07-14T07:28:29.987Z] === RUN TestTarStreamVerification [2021-07-14T07:28:29.987Z] layer_test.go:697: Failing on Windows [2021-07-14T07:28:29.987Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-07-14T07:28:29.987Z] === RUN TestLayerMigration [2021-07-14T07:28:29.987Z] migration_test.go:46: Failing on Windows [2021-07-14T07:28:29.987Z] --- SKIP: TestLayerMigration (0.00s) [2021-07-14T07:28:29.987Z] === RUN TestLayerMigrationNoTarsplit [2021-07-14T07:28:29.987Z] migration_test.go:182: Failing on Windows [2021-07-14T07:28:29.987Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-07-14T07:28:29.987Z] === RUN TestMountInit [2021-07-14T07:28:29.987Z] mount_test.go:17: Failing on Windows [2021-07-14T07:28:29.987Z] --- SKIP: TestMountInit (0.00s) [2021-07-14T07:28:29.987Z] === RUN TestMountSize [2021-07-14T07:28:29.987Z] mount_test.go:76: Failing on Windows [2021-07-14T07:28:29.987Z] --- SKIP: TestMountSize (0.00s) [2021-07-14T07:28:29.987Z] === RUN TestMountChanges [2021-07-14T07:28:29.987Z] mount_test.go:125: Failing on Windows [2021-07-14T07:28:29.987Z] --- SKIP: TestMountChanges (0.00s) [2021-07-14T07:28:29.987Z] === RUN TestMountApply [2021-07-14T07:28:29.987Z] mount_test.go:212: Failing on Windows [2021-07-14T07:28:29.987Z] --- SKIP: TestMountApply (0.00s) [2021-07-14T07:28:29.987Z] PASS [2021-07-14T07:28:29.987Z] coverage: 30.1% of statements [2021-07-14T07:28:29.987Z] ok github.com/docker/docker/layer 0.322s coverage: 30.1% of statements [2021-07-14T07:28:30.489Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-07-14T07:28:30.489Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-07-14T07:28:30.489Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-07-14T07:28:30.489Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-07-14T07:28:30.489Z] === RUN TestSequenceGetAvailableBit [2021-07-14T07:28:30.489Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-07-14T07:28:30.489Z] === RUN TestSequenceEqual [2021-07-14T07:28:30.489Z] --- PASS: TestSequenceEqual (0.00s) [2021-07-14T07:28:30.489Z] === RUN TestSequenceCopy [2021-07-14T07:28:30.489Z] --- PASS: TestSequenceCopy (0.00s) [2021-07-14T07:28:30.489Z] === RUN TestGetFirstAvailable [2021-07-14T07:28:30.489Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-07-14T07:28:30.489Z] === RUN TestFindSequence [2021-07-14T07:28:30.489Z] --- PASS: TestFindSequence (0.00s) [2021-07-14T07:28:30.489Z] === RUN TestCheckIfAvailable [2021-07-14T07:28:30.489Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-07-14T07:28:30.489Z] === RUN TestMergeSequences [2021-07-14T07:28:30.489Z] --- PASS: TestMergeSequences (0.00s) [2021-07-14T07:28:30.489Z] === RUN TestPushReservation [2021-07-14T07:28:30.489Z] --- PASS: TestPushReservation (0.00s) [2021-07-14T07:28:30.489Z] === RUN TestSerializeDeserialize [2021-07-14T07:28:30.489Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-07-14T07:28:30.489Z] === RUN TestSet [2021-07-14T07:28:30.489Z] --- PASS: TestSet (0.00s) [2021-07-14T07:28:30.489Z] === RUN TestSetUnset [2021-07-14T07:28:30.489Z] --- PASS: TestSetUnset (0.00s) [2021-07-14T07:28:30.489Z] === RUN TestOffsetSetUnset [2021-07-14T07:28:30.489Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-07-14T07:28:30.489Z] === RUN TestSetInRange [2021-07-14T07:28:30.489Z] --- PASS: TestSetInRange (0.00s) [2021-07-14T07:28:30.489Z] === RUN TestSetAnyInRange [2021-07-14T07:28:30.489Z] --- PASS: TestSetAnyInRange (0.00s) [2021-07-14T07:28:30.489Z] === RUN TestMethods [2021-07-14T07:28:30.489Z] --- PASS: TestMethods (0.00s) [2021-07-14T07:28:30.489Z] === RUN TestRandomAllocateDeallocate [2021-07-14T07:28:31.295Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-07-14T07:28:31.295Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.35s) [2021-07-14T07:28:31.295Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.42s) [2021-07-14T07:28:31.295Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.34s) [2021-07-14T07:28:31.295Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.44s) [2021-07-14T07:28:31.295Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.31s) [2021-07-14T07:28:31.295Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.35s) [2021-07-14T07:28:31.295Z] === RUN TestBuildMultiStageCopy [2021-07-14T07:28:31.295Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-07-14T07:28:31.378Z] ..........................xx.................... [ 29%] [2021-07-14T07:28:32.167Z] === RUN TestInvalidConfig [2021-07-14T07:28:32.167Z] --- PASS: TestInvalidConfig (0.00s) [2021-07-14T07:28:32.167Z] === RUN TestConfig [2021-07-14T07:28:32.167Z] --- PASS: TestConfig (0.00s) [2021-07-14T07:28:32.167Z] === RUN TestOptionsLabels [2021-07-14T07:28:32.167Z] --- PASS: TestOptionsLabels (0.00s) [2021-07-14T07:28:32.167Z] === RUN TestValidName [2021-07-14T07:28:32.167Z] --- PASS: TestValidName (0.00s) [2021-07-14T07:28:32.167Z] === RUN TestTLSConfiguration [2021-07-14T07:28:32.672Z] time="2021-07-14T07:28:32Z" level=info msg="Option Initializing KV with TLS" [2021-07-14T07:28:32.672Z] --- PASS: TestTLSConfiguration (0.13s) [2021-07-14T07:28:32.672Z] PASS [2021-07-14T07:28:32.672Z] coverage: 24.0% of statements [2021-07-14T07:28:32.672Z] ok github.com/docker/docker/libnetwork/config 0.203s coverage: 24.0% of statements [2021-07-14T07:28:33.173Z] === RUN TestKey [2021-07-14T07:28:33.173Z] --- PASS: TestKey (0.00s) [2021-07-14T07:28:33.173Z] === RUN TestParseKey [2021-07-14T07:28:33.173Z] --- PASS: TestParseKey (0.00s) [2021-07-14T07:28:33.173Z] === RUN TestInvalidDataStore [2021-07-14T07:28:33.173Z] --- PASS: TestInvalidDataStore (0.00s) [2021-07-14T07:28:33.173Z] === RUN TestKVObjectFlatKey [2021-07-14T07:28:33.173Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-07-14T07:28:33.173Z] === RUN TestAtomicKVObjectFlatKey [2021-07-14T07:28:33.173Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-07-14T07:28:33.173Z] PASS [2021-07-14T07:28:33.173Z] coverage: 21.9% of statements [2021-07-14T07:28:33.173Z] ok github.com/docker/docker/libnetwork/datastore 0.037s coverage: 21.9% of statements [2021-07-14T07:28:33.670Z] === RUN TestErrorInterfaces [2021-07-14T07:28:33.670Z] --- PASS: TestErrorInterfaces (0.00s) [2021-07-14T07:28:33.670Z] === RUN TestNetworkMarshalling [2021-07-14T07:28:33.670Z] --- PASS: TestNetworkMarshalling (0.13s) [2021-07-14T07:28:33.670Z] === RUN TestEndpointMarshalling [2021-07-14T07:28:33.670Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-07-14T07:28:33.670Z] === RUN TestAuxAddresses [2021-07-14T07:28:33.670Z] time="2021-07-14T07:28:33Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-07-14T07:28:33.670Z] --- PASS: TestAuxAddresses (0.01s) [2021-07-14T07:28:33.670Z] === RUN TestSRVServiceQuery [2021-07-14T07:28:33.670Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:28:33.670Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-07-14T07:28:33.670Z] === RUN TestServiceVIPReuse [2021-07-14T07:28:33.670Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:28:33.670Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-07-14T07:28:33.670Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-07-14T07:28:33.670Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:28:33.670Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-07-14T07:28:33.670Z] === RUN TestDNSIPQuery [2021-07-14T07:28:33.670Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:28:33.670Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-07-14T07:28:33.670Z] === RUN TestDNSProxyServFail [2021-07-14T07:28:33.670Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:28:33.670Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-07-14T07:28:33.670Z] === RUN TestSandboxAddEmpty [2021-07-14T07:28:33.670Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:28:33.670Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-07-14T07:28:33.670Z] === RUN TestSandboxAddMultiPrio [2021-07-14T07:28:33.670Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:28:33.670Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-07-14T07:28:33.670Z] === RUN TestSandboxAddSamePrio [2021-07-14T07:28:33.670Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:28:33.670Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-07-14T07:28:33.670Z] === RUN TestCleanupServiceDiscovery [2021-07-14T07:28:33.670Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:28:33.670Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-07-14T07:28:33.670Z] === RUN TestDNSOptions [2021-07-14T07:28:33.670Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:28:33.670Z] --- SKIP: TestDNSOptions (0.00s) [2021-07-14T07:28:33.670Z] === RUN TestMultipleControllersWithSameStore [2021-07-14T07:28:33.670Z] time="2021-07-14T07:28:33Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-07-14T07:28:33.670Z] time="2021-07-14T07:28:33Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-07-14T07:28:33.670Z] --- PASS: TestMultipleControllersWithSameStore (0.01s) [2021-07-14T07:28:33.670Z] PASS [2021-07-14T07:28:33.670Z] coverage: 8.6% of statements [2021-07-14T07:28:33.670Z] ok github.com/docker/docker/libnetwork 0.251s coverage: 8.6% of statements [2021-07-14T07:28:33.670Z] === RUN TestIPDataMarshalling [2021-07-14T07:28:33.670Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-07-14T07:28:33.670Z] === RUN TestValidateAndIsV6 [2021-07-14T07:28:33.670Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-07-14T07:28:33.670Z] PASS [2021-07-14T07:28:33.670Z] coverage: 68.9% of statements [2021-07-14T07:28:33.670Z] ok github.com/docker/docker/libnetwork/driverapi 0.038s coverage: 68.9% of statements [2021-07-14T07:28:33.670Z] ? github.com/docker/docker/libnetwork/api [no test files] [2021-07-14T07:28:34.176Z] --- PASS: TestRandomAllocateDeallocate (3.62s) [2021-07-14T07:28:34.176Z] === RUN TestAllocateRandomDeallocate [2021-07-14T07:28:34.176Z] === RUN TestDriver [2021-07-14T07:28:34.176Z] --- PASS: TestDriver (0.00s) [2021-07-14T07:28:34.176Z] PASS [2021-07-14T07:28:34.176Z] coverage: 34.8% of statements [2021-07-14T07:28:34.176Z] ok github.com/docker/docker/libnetwork/drivers/host 0.038s coverage: 34.8% of statements [2021-07-14T07:28:34.676Z] === RUN TestDriver [2021-07-14T07:28:34.676Z] --- PASS: TestDriver (0.00s) [2021-07-14T07:28:34.676Z] PASS [2021-07-14T07:28:34.676Z] coverage: 34.8% of statements [2021-07-14T07:28:34.676Z] ok github.com/docker/docker/libnetwork/drivers/null 0.062s coverage: 34.8% of statements [2021-07-14T07:28:34.676Z] === RUN TestNetworkAllocateFree [2021-07-14T07:28:34.676Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-07-14T07:28:34.676Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-07-14T07:28:34.676Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-07-14T07:28:34.676Z] PASS [2021-07-14T07:28:34.676Z] coverage: 63.6% of statements [2021-07-14T07:28:34.676Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.044s coverage: 63.6% of statements [2021-07-14T07:28:35.175Z] --- PASS: TestAllocateRandomDeallocate (0.92s) [2021-07-14T07:28:35.175Z] === RUN TestAllocateRandomDeallocateSerialize [2021-07-14T07:28:35.175Z] === RUN TestGetEmptyCapabilities [2021-07-14T07:28:35.175Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-07-14T07:28:35.175Z] === RUN TestGetExtraCapabilities [2021-07-14T07:28:35.175Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-07-14T07:28:35.175Z] === RUN TestGetInvalidCapabilities [2021-07-14T07:28:35.175Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2021-07-14T07:28:35.175Z] === RUN TestRemoteDriver [2021-07-14T07:28:35.175Z] --- PASS: TestRemoteDriver (0.01s) [2021-07-14T07:28:35.175Z] === RUN TestDriverError [2021-07-14T07:28:35.175Z] --- PASS: TestDriverError (0.01s) [2021-07-14T07:28:35.175Z] === RUN TestMissingValues [2021-07-14T07:28:35.175Z] --- PASS: TestMissingValues (0.00s) [2021-07-14T07:28:35.175Z] === RUN TestRollback [2021-07-14T07:28:35.175Z] --- PASS: TestRollback (0.00s) [2021-07-14T07:28:35.175Z] PASS [2021-07-14T07:28:35.175Z] coverage: 57.4% of statements [2021-07-14T07:28:35.487Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-07-14T07:28:35.487Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-07-14T07:28:35.681Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.075s coverage: 57.4% of statements [2021-07-14T07:28:35.681Z] === RUN TestNAT [2021-07-14T07:28:35.681Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-07-14T07:28:35.681Z] --- SKIP: TestNAT (0.00s) [2021-07-14T07:28:35.681Z] === RUN TestTransparent [2021-07-14T07:28:35.681Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-07-14T07:28:35.681Z] --- SKIP: TestTransparent (0.00s) [2021-07-14T07:28:35.681Z] PASS [2021-07-14T07:28:35.681Z] coverage: 0.0% of statements [2021-07-14T07:28:35.681Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.041s coverage: 0.0% of statements [2021-07-14T07:28:35.746Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-07-14T07:28:36.156Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.87s) [2021-07-14T07:28:36.156Z] === RUN TestRetrieveFromStore [2021-07-14T07:28:36.156Z] === RUN TestBuildDefault [2021-07-14T07:28:36.156Z] --- PASS: TestBuildDefault (0.00s) [2021-07-14T07:28:36.156Z] === RUN TestBuildHostnameDomainname [2021-07-14T07:28:36.156Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-07-14T07:28:36.156Z] === RUN TestBuildHostname [2021-07-14T07:28:36.156Z] --- PASS: TestBuildHostname (0.00s) [2021-07-14T07:28:36.156Z] === RUN TestBuildHostnameFQDN [2021-07-14T07:28:36.156Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-07-14T07:28:36.156Z] === RUN TestBuildNoIP [2021-07-14T07:28:36.156Z] --- PASS: TestBuildNoIP (0.00s) [2021-07-14T07:28:36.156Z] === RUN TestUpdate [2021-07-14T07:28:36.156Z] --- PASS: TestUpdate (0.00s) [2021-07-14T07:28:36.156Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-07-14T07:28:36.156Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-07-14T07:28:36.156Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-07-14T07:28:36.156Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-07-14T07:28:36.156Z] === RUN TestAddEmpty [2021-07-14T07:28:36.156Z] --- PASS: TestAddEmpty (0.00s) [2021-07-14T07:28:36.156Z] === RUN TestAdd [2021-07-14T07:28:36.156Z] --- PASS: TestAdd (0.00s) [2021-07-14T07:28:36.156Z] === RUN TestDeleteEmpty [2021-07-14T07:28:36.156Z] --- PASS: TestDeleteEmpty (0.00s) [2021-07-14T07:28:36.156Z] === RUN TestDeleteNewline [2021-07-14T07:28:36.156Z] --- PASS: TestDeleteNewline (0.00s) [2021-07-14T07:28:36.156Z] === RUN TestDelete [2021-07-14T07:28:36.156Z] --- PASS: TestDelete (0.00s) [2021-07-14T07:28:36.156Z] === RUN TestConcurrentWrites [2021-07-14T07:28:36.156Z] --- PASS: TestRetrieveFromStore (0.35s) [2021-07-14T07:28:36.156Z] === RUN TestIsCorrupted [2021-07-14T07:28:36.156Z] --- PASS: TestIsCorrupted (0.01s) [2021-07-14T07:28:36.156Z] === RUN TestSetRollover [2021-07-14T07:28:36.156Z] --- PASS: TestConcurrentWrites (0.13s) [2021-07-14T07:28:36.156Z] PASS [2021-07-14T07:28:36.156Z] coverage: 81.2% of statements [2021-07-14T07:28:36.156Z] ok github.com/docker/docker/libnetwork/etchosts 0.183s coverage: 81.2% of statements [2021-07-14T07:28:36.314Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-07-14T07:28:36.616Z] === RUN TestNew [2021-07-14T07:28:36.616Z] --- PASS: TestNew (0.00s) [2021-07-14T07:28:36.616Z] === RUN TestAddDriver [2021-07-14T07:28:36.616Z] --- PASS: TestAddDriver (0.00s) [2021-07-14T07:28:36.616Z] === RUN TestAddDuplicateDriver [2021-07-14T07:28:36.616Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-07-14T07:28:36.616Z] === RUN TestIPAMDefaultAddressSpaces [2021-07-14T07:28:36.616Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-07-14T07:28:36.616Z] === RUN TestDriver [2021-07-14T07:28:36.616Z] --- PASS: TestDriver (0.00s) [2021-07-14T07:28:36.616Z] === RUN TestIPAM [2021-07-14T07:28:36.616Z] --- PASS: TestIPAM (0.00s) [2021-07-14T07:28:36.616Z] === RUN TestWalkIPAMs [2021-07-14T07:28:36.616Z] --- PASS: TestWalkIPAMs (0.00s) [2021-07-14T07:28:36.616Z] === RUN TestWalkDrivers [2021-07-14T07:28:36.616Z] --- PASS: TestWalkDrivers (0.00s) [2021-07-14T07:28:36.616Z] PASS [2021-07-14T07:28:36.616Z] coverage: 82.4% of statements [2021-07-14T07:28:36.616Z] ok github.com/docker/docker/libnetwork/drvregistry 0.063s coverage: 82.4% of statements [2021-07-14T07:28:36.616Z] === RUN TestDiff [2021-07-14T07:28:36.616Z] --- PASS: TestDiff (0.00s) [2021-07-14T07:28:36.616Z] === RUN TestAddedCallback [2021-07-14T07:28:36.616Z] --- PASS: TestAddedCallback (0.00s) [2021-07-14T07:28:36.616Z] === RUN TestRemovedCallback [2021-07-14T07:28:36.616Z] --- PASS: TestRemovedCallback (0.00s) [2021-07-14T07:28:36.616Z] === RUN TestNoCallback [2021-07-14T07:28:36.616Z] --- PASS: TestNoCallback (0.00s) [2021-07-14T07:28:36.616Z] PASS [2021-07-14T07:28:36.616Z] coverage: 48.1% of statements [2021-07-14T07:28:36.616Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.041s coverage: 48.1% of statements [2021-07-14T07:28:36.882Z] --- PASS: TestBuildMultiStageCopy (5.46s) [2021-07-14T07:28:36.882Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.50s) [2021-07-14T07:28:36.882Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s) [2021-07-14T07:28:36.882Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.48s) [2021-07-14T07:28:36.882Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.48s) [2021-07-14T07:28:36.882Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.49s) [2021-07-14T07:28:36.882Z] === RUN TestBuildMultiStageParentConfig [2021-07-14T07:28:37.076Z] --- PASS: TestSetRollover (0.85s) [2021-07-14T07:28:37.076Z] === RUN TestSetRolloverSerial [2021-07-14T07:28:37.076Z] === RUN TestNew [2021-07-14T07:28:37.076Z] --- PASS: TestNew (0.00s) [2021-07-14T07:28:37.076Z] === RUN TestAllocate [2021-07-14T07:28:37.076Z] --- PASS: TestAllocate (0.00s) [2021-07-14T07:28:37.076Z] === RUN TestUninitialized [2021-07-14T07:28:37.076Z] --- PASS: TestUninitialized (0.00s) [2021-07-14T07:28:37.076Z] === RUN TestAllocateInRange [2021-07-14T07:28:37.076Z] --- PASS: TestAllocateInRange (0.00s) [2021-07-14T07:28:37.076Z] === RUN TestAllocateSerial [2021-07-14T07:28:37.076Z] --- PASS: TestAllocateSerial (0.00s) [2021-07-14T07:28:37.076Z] PASS [2021-07-14T07:28:37.076Z] coverage: 87.5% of statements [2021-07-14T07:28:37.076Z] ok github.com/docker/docker/libnetwork/idm 0.036s coverage: 87.5% of statements [2021-07-14T07:28:37.632Z] === RUN TestCaller [2021-07-14T07:28:37.632Z] --- PASS: TestCaller (0.00s) [2021-07-14T07:28:37.632Z] PASS [2021-07-14T07:28:37.632Z] coverage: 100.0% of statements [2021-07-14T07:28:37.632Z] ok github.com/docker/docker/libnetwork/internal/caller 0.035s coverage: 100.0% of statements [2021-07-14T07:28:37.632Z] === RUN TestSetSerialInsertDelete [2021-07-14T07:28:37.632Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-07-14T07:28:37.632Z] === RUN TestSetParallelInsertDelete [2021-07-14T07:28:38.260Z] --- PASS: TestBuildMultiStageParentConfig (1.20s) [2021-07-14T07:28:38.260Z] === RUN TestBuildLabelWithTargets [2021-07-14T07:28:38.784Z] === RUN TestInt2IP2IntConversion [2021-07-14T07:28:38.784Z] === RUN TestPoolRequest [2021-07-14T07:28:38.784Z] --- PASS: TestPoolRequest (0.00s) [2021-07-14T07:28:38.784Z] === RUN TestOtherRequests [2021-07-14T07:28:38.784Z] --- PASS: TestOtherRequests (0.00s) [2021-07-14T07:28:38.784Z] PASS [2021-07-14T07:28:38.784Z] coverage: 57.1% of statements [2021-07-14T07:28:38.784Z] ok github.com/docker/docker/libnetwork/ipams/null 0.035s coverage: 57.1% of statements [2021-07-14T07:28:39.317Z] --- PASS: TestInt2IP2IntConversion (0.57s) [2021-07-14T07:28:39.317Z] === RUN TestGetAddressVersion [2021-07-14T07:28:39.317Z] --- PASS: TestGetAddressVersion (0.00s) [2021-07-14T07:28:39.317Z] === RUN TestKeyString [2021-07-14T07:28:39.317Z] --- PASS: TestKeyString (0.00s) [2021-07-14T07:28:39.317Z] === RUN TestPoolDataMarshal [2021-07-14T07:28:39.317Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-07-14T07:28:39.317Z] === RUN TestSubnetsMarshal [2021-07-14T07:28:39.317Z] --- PASS: TestSubnetsMarshal (0.03s) [2021-07-14T07:28:39.317Z] === RUN TestAddSubnets [2021-07-14T07:28:39.317Z] --- PASS: TestAddSubnets (0.03s) [2021-07-14T07:28:39.317Z] === RUN TestDoublePoolRelease [2021-07-14T07:28:39.317Z] --- PASS: TestDoublePoolRelease (0.02s) [2021-07-14T07:28:39.318Z] === RUN TestAddReleasePoolID [2021-07-14T07:28:39.318Z] --- PASS: TestSetRolloverSerial (1.98s) [2021-07-14T07:28:39.318Z] === RUN TestGetFirstAvailableFromCurrent [2021-07-14T07:28:39.318Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-07-14T07:28:39.318Z] PASS [2021-07-14T07:28:39.318Z] coverage: 84.4% of statements [2021-07-14T07:28:39.318Z] ok github.com/docker/docker/libnetwork/bitseq 8.651s coverage: 84.4% of statements [2021-07-14T07:28:39.318Z] --- PASS: TestAddReleasePoolID (0.12s) [2021-07-14T07:28:39.318Z] === RUN TestPredefinedPool [2021-07-14T07:28:39.318Z] --- PASS: TestPredefinedPool (0.06s) [2021-07-14T07:28:39.318Z] === RUN TestRemoveSubnet [2021-07-14T07:28:39.848Z] === RUN TestGetCapabilities [2021-07-14T07:28:39.848Z] --- PASS: TestGetCapabilities (0.01s) [2021-07-14T07:28:39.848Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-07-14T07:28:39.848Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-07-14T07:28:39.848Z] === RUN TestGetDefaultAddressSpaces [2021-07-14T07:28:39.848Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-07-14T07:28:39.848Z] === RUN TestRemoteDriver [2021-07-14T07:28:39.848Z] --- PASS: TestRemoteDriver (0.00s) [2021-07-14T07:28:39.848Z] PASS [2021-07-14T07:28:39.848Z] coverage: 47.4% of statements [2021-07-14T07:28:39.848Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.064s coverage: 47.4% of statements [2021-07-14T07:28:39.848Z] --- PASS: TestRemoveSubnet (0.38s) [2021-07-14T07:28:39.848Z] === RUN TestGetSameAddress [2021-07-14T07:28:39.848Z] --- PASS: TestGetSameAddress (0.05s) [2021-07-14T07:28:39.848Z] === RUN TestPoolAllocationReuse [2021-07-14T07:28:40.168Z] --- PASS: TestBuildLabelWithTargets (1.98s) [2021-07-14T07:28:40.168Z] === RUN TestBuildWithEmptyLayers [2021-07-14T07:28:40.388Z] === RUN TestWindowsIPAM [2021-07-14T07:28:40.388Z] --- PASS: TestWindowsIPAM (0.00s) [2021-07-14T07:28:40.388Z] PASS [2021-07-14T07:28:40.388Z] coverage: 71.4% of statements [2021-07-14T07:28:40.388Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.037s coverage: 71.4% of statements [2021-07-14T07:28:41.104Z] --- PASS: TestBuildWithEmptyLayers (1.08s) [2021-07-14T07:28:41.105Z] === RUN TestBuildMultiStageOnBuild [2021-07-14T07:28:41.493Z] === RUN TestDefaultNetwork [2021-07-14T07:28:41.493Z] --- PASS: TestDefaultNetwork (0.29s) [2021-07-14T07:28:41.493Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-07-14T07:28:42.016Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.28s) [2021-07-14T07:28:42.016Z] === RUN TestInitAddressPools [2021-07-14T07:28:42.016Z] --- PASS: TestInitAddressPools (0.00s) [2021-07-14T07:28:42.016Z] PASS [2021-07-14T07:28:42.016Z] coverage: 74.0% of statements [2021-07-14T07:28:42.016Z] ok github.com/docker/docker/libnetwork/ipamutils 0.626s coverage: 74.0% of statements [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-07-14T07:28:42.016Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-07-14T07:28:42.016Z] === RUN TestKeyValue [2021-07-14T07:28:42.016Z] --- PASS: TestKeyValue (0.00s) [2021-07-14T07:28:42.016Z] PASS [2021-07-14T07:28:42.016Z] coverage: 60.0% of statements [2021-07-14T07:28:42.016Z] ok github.com/docker/docker/libnetwork/netlabel 0.036s coverage: 60.0% of statements [2021-07-14T07:28:43.122Z] --- PASS: TestPoolAllocationReuse (3.28s) [2021-07-14T07:28:43.122Z] === RUN TestGetAddressSubPoolEqualPool [2021-07-14T07:28:43.122Z] === RUN TestGenerate [2021-07-14T07:28:43.122Z] --- PASS: TestGenerate (0.00s) [2021-07-14T07:28:43.122Z] === RUN TestGeneratePtr [2021-07-14T07:28:43.122Z] --- PASS: TestGeneratePtr (0.00s) [2021-07-14T07:28:43.122Z] === RUN TestGenerateMissingField [2021-07-14T07:28:43.122Z] --- PASS: TestGenerateMissingField (0.00s) [2021-07-14T07:28:43.122Z] === RUN TestFieldCannotBeSet [2021-07-14T07:28:43.122Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-07-14T07:28:43.122Z] === RUN TestTypeMismatchError [2021-07-14T07:28:43.122Z] --- PASS: TestTypeMismatchError (0.00s) [2021-07-14T07:28:43.122Z] PASS [2021-07-14T07:28:43.122Z] coverage: 100.0% of statements [2021-07-14T07:28:43.122Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2021-07-14T07:28:43.122Z] === RUN TestRequestReleaseAddressFromSubPool [2021-07-14T07:28:43.122Z] ok github.com/docker/docker/libnetwork/options 0.035s coverage: 100.0% of statements [2021-07-14T07:28:44.226Z] === RUN TestNetworkDBSimple [2021-07-14T07:28:44.226Z] testing: warning: no tests to run [2021-07-14T07:28:44.226Z] PASS [2021-07-14T07:28:44.226Z] coverage: 0.0% of statements [2021-07-14T07:28:44.226Z] ok github.com/docker/docker/libnetwork/osl 0.038s coverage: 0.0% of statements [no tests to run] [2021-07-14T07:28:44.708Z] === RUN TestRequestNewPort [2021-07-14T07:28:44.708Z] --- PASS: TestRequestNewPort (0.00s) [2021-07-14T07:28:44.708Z] === RUN TestRequestSpecificPort [2021-07-14T07:28:44.708Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-07-14T07:28:44.708Z] === RUN TestReleasePort [2021-07-14T07:28:44.708Z] --- PASS: TestReleasePort (0.00s) [2021-07-14T07:28:44.708Z] === RUN TestReuseReleasedPort [2021-07-14T07:28:44.708Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-07-14T07:28:44.708Z] === RUN TestReleaseUnreadledPort [2021-07-14T07:28:44.708Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-07-14T07:28:44.708Z] === RUN TestUnknowProtocol [2021-07-14T07:28:44.708Z] --- PASS: TestUnknowProtocol (0.00s) [2021-07-14T07:28:44.708Z] === RUN TestAllocateAllPorts [2021-07-14T07:28:44.708Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-07-14T07:28:44.708Z] === RUN TestPortAllocation [2021-07-14T07:28:44.708Z] --- PASS: TestPortAllocation (0.00s) [2021-07-14T07:28:44.708Z] === RUN TestPortAllocationWithCustomRange [2021-07-14T07:28:44.708Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-07-14T07:28:44.708Z] === RUN TestNoDuplicateBPR [2021-07-14T07:28:44.708Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-07-14T07:28:44.708Z] === RUN TestChangePortRange [2021-07-14T07:28:44.708Z] portallocator_test.go:345: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-07-14T07:28:44.708Z] portallocator_test.go:345: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-07-14T07:28:44.708Z] portallocator_test.go:345: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-07-14T07:28:44.708Z] portallocator_test.go:345: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-07-14T07:28:44.708Z] portallocator_test.go:345: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-07-14T07:28:44.708Z] portallocator_test.go:345: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-07-14T07:28:44.708Z] --- PASS: TestChangePortRange (0.00s) [2021-07-14T07:28:44.708Z] PASS [2021-07-14T07:28:44.708Z] coverage: 88.6% of statements [2021-07-14T07:28:44.708Z] ok github.com/docker/docker/libnetwork/portallocator 0.039s coverage: 88.6% of statements [2021-07-14T07:28:45.169Z] 2021/07/14 07:28:44 Closing DB instances... [2021-07-14T07:28:45.169Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.09s) [2021-07-14T07:28:45.169Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-07-14T07:28:45.295Z] --- PASS: TestBuildMultiStageOnBuild (3.91s) [2021-07-14T07:28:45.295Z] === RUN TestBuildUncleanTarFilenames [2021-07-14T07:28:45.630Z] === RUN TestTransportPortConv [2021-07-14T07:28:45.630Z] --- PASS: TestTransportPortConv (0.00s) [2021-07-14T07:28:45.630Z] === RUN TestTransportPortBindingConv [2021-07-14T07:28:45.630Z] --- PASS: TestTransportPortBindingConv (0.00s) [2021-07-14T07:28:45.630Z] === RUN TestErrorConstructors [2021-07-14T07:28:45.630Z] --- PASS: TestErrorConstructors (0.00s) [2021-07-14T07:28:45.631Z] === RUN TestCompareIPMask [2021-07-14T07:28:45.631Z] --- PASS: TestCompareIPMask (0.00s) [2021-07-14T07:28:45.631Z] === RUN TestUtilGetHostPartIP [2021-07-14T07:28:45.631Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-07-14T07:28:45.631Z] === RUN TestUtilGetBroadcastIP [2021-07-14T07:28:45.631Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-07-14T07:28:45.631Z] === RUN TestParseCIDR [2021-07-14T07:28:45.631Z] --- PASS: TestParseCIDR (0.00s) [2021-07-14T07:28:45.631Z] PASS [2021-07-14T07:28:45.631Z] coverage: 47.9% of statements [2021-07-14T07:28:45.631Z] ok github.com/docker/docker/libnetwork/types 0.036s coverage: 47.9% of statements [2021-07-14T07:28:46.102Z] --- PASS: TestNetworkDBSimple (2.03s) [2021-07-14T07:28:46.102Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-07-14T07:28:46.102Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.15s) [2021-07-14T07:28:46.102Z] === RUN TestGetAddress [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-07-14T07:28:46.578Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-07-14T07:28:46.578Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-07-14T07:28:46.578Z] PASS [2021-07-14T07:28:46.578Z] coverage: 44.0% of statements [2021-07-14T07:28:46.578Z] ok github.com/docker/docker/oci 0.039s coverage: 44.0% of statements [2021-07-14T07:28:46.674Z] --- PASS: TestBuildUncleanTarFilenames (1.67s) [2021-07-14T07:28:46.674Z] === RUN TestBuildMultiStageLayerLeak [2021-07-14T07:28:47.054Z] 2021/07/14 07:28:46 Closing DB instances... [2021-07-14T07:28:48.056Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-07-14T07:28:48.056Z] PASS [2021-07-14T07:28:48.056Z] coverage: 100.0% of statements [2021-07-14T07:28:48.056Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.036s coverage: 100.0% of statements [2021-07-14T07:28:48.056Z] === RUN TestAddressPoolOpt [2021-07-14T07:28:48.056Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/a [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/something [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/_=a [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/env1=value1 [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/_env1=value1 [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/env2=value2=value3 [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/env3=abc!qwe [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/env_4=value_4 [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/PATH [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/=a [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/PATH= [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/PATH=something [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/asd!qwe [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/1asd [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/123 [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/some_space [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/__some_space_before [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/some_space_after__ [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/= [2021-07-14T07:28:48.056Z] === RUN TestValidateEnv/PaTh [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/a (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/something (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/= (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestParseHost [2021-07-14T07:28:48.056Z] --- PASS: TestParseHost (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestParseDockerDaemonHost [2021-07-14T07:28:48.056Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestParseTCP [2021-07-14T07:28:48.056Z] --- PASS: TestParseTCP (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestParseInvalidUnixAddrInvalid [2021-07-14T07:28:48.056Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestValidateExtraHosts [2021-07-14T07:28:48.056Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestIpOptString [2021-07-14T07:28:48.056Z] --- PASS: TestIpOptString (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestNewIpOptInvalidDefaultVal [2021-07-14T07:28:48.056Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestNewIpOptValidDefaultVal [2021-07-14T07:28:48.056Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestIpOptSetInvalidVal [2021-07-14T07:28:48.056Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestValidateIPAddress [2021-07-14T07:28:48.056Z] --- PASS: TestValidateIPAddress (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestMapOpts [2021-07-14T07:28:48.056Z] --- PASS: TestMapOpts (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestListOptsWithoutValidator [2021-07-14T07:28:48.056Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestListOptsWithValidator [2021-07-14T07:28:48.056Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestValidateDNSSearch [2021-07-14T07:28:48.056Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestValidateLabel [2021-07-14T07:28:48.056Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-07-14T07:28:48.056Z] === RUN TestValidateLabel/label_with_general_format [2021-07-14T07:28:48.056Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-07-14T07:28:48.056Z] === RUN TestValidateLabel/label_with_one_more [2021-07-14T07:28:48.056Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-07-14T07:28:48.056Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-07-14T07:28:48.056Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-07-14T07:28:48.056Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-07-14T07:28:48.056Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-07-14T07:28:48.056Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-07-14T07:28:48.056Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-07-14T07:28:48.056Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-07-14T07:28:48.056Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-07-14T07:28:48.056Z] --- PASS: TestValidateLabel (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-07-14T07:28:48.056Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestNamedListOpts [2021-07-14T07:28:48.056Z] --- PASS: TestNamedListOpts (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestNamedMapOpts [2021-07-14T07:28:48.056Z] --- PASS: TestNamedMapOpts (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestParseLink [2021-07-14T07:28:48.056Z] --- PASS: TestParseLink (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestQuotedStringSetWithQuotes [2021-07-14T07:28:48.056Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-07-14T07:28:48.056Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestQuotedStringSetWithNoQuotes [2021-07-14T07:28:48.056Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-07-14T07:28:48.056Z] === RUN TestUlimitOpt [2021-07-14T07:28:48.056Z] --- PASS: TestUlimitOpt (0.00s) [2021-07-14T07:28:48.056Z] PASS [2021-07-14T07:28:48.056Z] coverage: 67.1% of statements [2021-07-14T07:28:48.056Z] ok github.com/docker/docker/opts 0.059s coverage: 67.1% of statements [2021-07-14T07:28:48.056Z] === RUN TestParseVersion [2021-07-14T07:28:48.056Z] --- PASS: TestParseVersion (0.00s) [2021-07-14T07:28:48.056Z] PASS [2021-07-14T07:28:48.056Z] coverage: 52.9% of statements [2021-07-14T07:28:48.056Z] ok github.com/docker/docker/pkg/aaparser 0.032s coverage: 52.9% of statements [2021-07-14T07:28:48.532Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.61s) [2021-07-14T07:28:48.532Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-07-14T07:28:50.125Z] === RUN TestIsArchivePathDir [2021-07-14T07:28:50.125Z] --- PASS: TestIsArchivePathDir (0.06s) [2021-07-14T07:28:50.125Z] === RUN TestIsArchivePathInvalidFile [2021-07-14T07:28:50.125Z] 2021/07/14 07:28:49 Closing DB instances... [2021-07-14T07:28:50.125Z] === RUN TestPeerCertificateMarshalJSON [2021-07-14T07:28:50.125Z] --- PASS: TestIsArchivePathInvalidFile (0.12s) [2021-07-14T07:28:50.125Z] === RUN TestIsArchivePathTar [2021-07-14T07:28:50.125Z] --- PASS: TestIsArchivePathTar (0.13s) [2021-07-14T07:28:50.125Z] === RUN TestDecompressStreamGzip [2021-07-14T07:28:50.125Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-07-14T07:28:50.125Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-07-14T07:28:50.125Z] --- PASS: TestPeerCertificateMarshalJSON (0.23s) [2021-07-14T07:28:50.125Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-07-14T07:28:50.125Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-07-14T07:28:50.125Z] === RUN TestMiddleware [2021-07-14T07:28:50.125Z] --- PASS: TestMiddleware (0.00s) [2021-07-14T07:28:50.125Z] === RUN TestNewResponseModifier [2021-07-14T07:28:50.125Z] --- PASS: TestNewResponseModifier (0.00s) [2021-07-14T07:28:50.125Z] PASS [2021-07-14T07:28:50.125Z] coverage: 26.8% of statements [2021-07-14T07:28:50.125Z] ok github.com/docker/docker/pkg/authorization 0.264s coverage: 26.8% of statements [2021-07-14T07:28:50.125Z] --- PASS: TestDecompressStreamGzip (0.09s) [2021-07-14T07:28:50.125Z] === RUN TestDecompressStreamBzip2 [2021-07-14T07:28:50.125Z] --- PASS: TestDecompressStreamBzip2 (0.10s) [2021-07-14T07:28:50.125Z] === RUN TestDecompressStreamXz [2021-07-14T07:28:50.125Z] archive_test.go:134: Xz not present in msys2 [2021-07-14T07:28:50.125Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-07-14T07:28:50.125Z] === RUN TestCompressStreamXzUnsupported [2021-07-14T07:28:50.125Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-07-14T07:28:50.125Z] === RUN TestCompressStreamBzip2Unsupported [2021-07-14T07:28:50.125Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-07-14T07:28:50.125Z] === RUN TestCompressStreamInvalid [2021-07-14T07:28:50.125Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-07-14T07:28:50.125Z] === RUN TestExtensionInvalid [2021-07-14T07:28:50.125Z] --- PASS: TestExtensionInvalid (0.00s) [2021-07-14T07:28:50.125Z] === RUN TestExtensionUncompressed [2021-07-14T07:28:50.125Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-07-14T07:28:50.125Z] === RUN TestExtensionBzip2 [2021-07-14T07:28:50.125Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-07-14T07:28:50.125Z] === RUN TestExtensionGzip [2021-07-14T07:28:50.125Z] --- PASS: TestExtensionGzip (0.00s) [2021-07-14T07:28:50.125Z] === RUN TestExtensionXz [2021-07-14T07:28:50.125Z] --- PASS: TestExtensionXz (0.00s) [2021-07-14T07:28:50.125Z] === RUN TestCmdStreamLargeStderr [2021-07-14T07:28:50.601Z] --- PASS: TestCmdStreamLargeStderr (0.17s) [2021-07-14T07:28:50.601Z] === RUN TestCmdStreamBad [2021-07-14T07:28:50.601Z] archive_test.go:239: Failing on Windows CI machines [2021-07-14T07:28:50.601Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-07-14T07:28:50.601Z] === RUN TestCmdStreamGood [2021-07-14T07:28:50.601Z] --- PASS: TestCmdStreamGood (0.04s) [2021-07-14T07:28:50.601Z] === RUN TestUntarPathWithInvalidDest [2021-07-14T07:28:50.601Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-07-14T07:28:50.601Z] === RUN TestUntarPathWithInvalidSrc [2021-07-14T07:28:50.601Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-07-14T07:28:50.601Z] === RUN TestUntarPath [2021-07-14T07:28:50.601Z] --- PASS: TestUntarPath (0.06s) [2021-07-14T07:28:50.601Z] === RUN TestUntarPathWithDestinationFile [2021-07-14T07:28:50.601Z] === RUN TestUnbuffered [2021-07-14T07:28:50.601Z] --- PASS: TestUnbuffered (0.00s) [2021-07-14T07:28:50.601Z] === RUN TestRaceUnbuffered [2021-07-14T07:28:50.601Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-07-14T07:28:50.601Z] PASS [2021-07-14T07:28:50.601Z] coverage: 100.0% of statements [2021-07-14T07:28:50.601Z] ok github.com/docker/docker/pkg/broadcaster 0.034s coverage: 100.0% of statements [2021-07-14T07:28:50.601Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-07-14T07:28:50.601Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-07-14T07:28:50.601Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s) [2021-07-14T07:28:50.601Z] === RUN TestCopyWithTarInvalidSrc [2021-07-14T07:28:50.601Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-07-14T07:28:50.601Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-07-14T07:28:50.601Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-07-14T07:28:50.601Z] === RUN TestCopyWithTarSrcFile [2021-07-14T07:28:50.601Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-07-14T07:28:50.601Z] === RUN TestCopyWithTarSrcFolder [2021-07-14T07:28:50.601Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-07-14T07:28:50.601Z] === RUN TestCopyFileWithTarInvalidSrc [2021-07-14T07:28:50.601Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-07-14T07:28:50.601Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-07-14T07:28:50.601Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-07-14T07:28:50.601Z] === RUN TestCopyFileWithTarSrcFolder [2021-07-14T07:28:50.601Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-07-14T07:28:50.601Z] === RUN TestCopyFileWithTarSrcFile [2021-07-14T07:28:50.601Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-07-14T07:28:50.601Z] === RUN TestTarFiles [2021-07-14T07:28:50.872Z] --- PASS: TestBuildMultiStageLayerLeak (4.22s) [2021-07-14T07:28:50.872Z] === RUN TestBuildWithHugeFile [2021-07-14T07:28:51.077Z] === RUN TestMatch [2021-07-14T07:28:51.077Z] === RUN TestMatch/[[]] [2021-07-14T07:28:51.077Z] === RUN TestMatch/[[foo]] [2021-07-14T07:28:51.077Z] === RUN TestMatch/[[bar]_[foo]] [2021-07-14T07:28:51.077Z] === RUN TestMatch/[[foo_bar]] [2021-07-14T07:28:51.077Z] === RUN TestMatch/[[qux]_[foo]] [2021-07-14T07:28:51.077Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-07-14T07:28:51.077Z] === RUN TestMatch/[] [2021-07-14T07:28:51.077Z] === RUN TestMatch/[]#01 [2021-07-14T07:28:51.077Z] === RUN TestMatch/[[qux]] [2021-07-14T07:28:51.077Z] === RUN TestMatch/[[foo_bar_qux]] [2021-07-14T07:28:51.077Z] === RUN TestMatch/[[qux]_[baz]] [2021-07-14T07:28:51.077Z] === RUN TestMatch/[[foo_baz]] [2021-07-14T07:28:51.077Z] --- PASS: TestMatch (0.00s) [2021-07-14T07:28:51.077Z] --- PASS: TestMatch/[[]] (0.00s) [2021-07-14T07:28:51.077Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-07-14T07:28:51.077Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-07-14T07:28:51.077Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-07-14T07:28:51.077Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-07-14T07:28:51.077Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-07-14T07:28:51.077Z] --- PASS: TestMatch/[] (0.00s) [2021-07-14T07:28:51.077Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-07-14T07:28:51.077Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-07-14T07:28:51.077Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-07-14T07:28:51.077Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-07-14T07:28:51.077Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-07-14T07:28:51.077Z] PASS [2021-07-14T07:28:51.077Z] coverage: 87.5% of statements [2021-07-14T07:28:51.077Z] ok github.com/docker/docker/pkg/capabilities 0.035s coverage: 87.5% of statements [2021-07-14T07:28:51.552Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.81s) [2021-07-14T07:28:51.552Z] === RUN TestNetworkDBCRUDTableEntry [2021-07-14T07:28:52.028Z] === RUN TestChrootTarUntar [2021-07-14T07:28:52.028Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:28:52.028Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-07-14T07:28:52.028Z] === RUN TestChrootUntarWithHugeExcludesList [2021-07-14T07:28:52.028Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:28:52.028Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-07-14T07:28:52.028Z] === RUN TestChrootUntarEmptyArchive [2021-07-14T07:28:52.028Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-07-14T07:28:52.028Z] === RUN TestChrootTarUntarWithSymlink [2021-07-14T07:28:52.028Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:28:52.028Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-07-14T07:28:52.028Z] === RUN TestChrootCopyWithTar [2021-07-14T07:28:52.028Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:28:52.028Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-07-14T07:28:52.028Z] === RUN TestChrootCopyFileWithTar [2021-07-14T07:28:52.028Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:28:52.028Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-07-14T07:28:52.028Z] === RUN TestChrootUntarPath [2021-07-14T07:28:52.028Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:28:52.028Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-07-14T07:28:52.028Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-07-14T07:28:52.028Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:28:52.028Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-07-14T07:28:52.028Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-07-14T07:28:52.028Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:28:52.028Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-07-14T07:28:52.028Z] === RUN TestChrootApplyDotDotFile [2021-07-14T07:28:52.028Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:28:52.028Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-07-14T07:28:52.028Z] PASS [2021-07-14T07:28:52.028Z] coverage: 15.4% of statements [2021-07-14T07:28:52.028Z] ok github.com/docker/docker/pkg/chrootarchive 0.075s coverage: 15.4% of statements [2021-07-14T07:28:53.029Z] === RUN TestSizeEmpty [2021-07-14T07:28:53.029Z] --- PASS: TestSizeEmpty (0.00s) [2021-07-14T07:28:53.029Z] === RUN TestSizeEmptyFile [2021-07-14T07:28:53.029Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-07-14T07:28:53.029Z] === RUN TestSizeNonemptyFile [2021-07-14T07:28:53.029Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-07-14T07:28:53.029Z] === RUN TestSizeNestedDirectoryEmpty [2021-07-14T07:28:53.029Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-07-14T07:28:53.029Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-07-14T07:28:53.029Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-07-14T07:28:53.029Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-07-14T07:28:53.029Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-07-14T07:28:53.029Z] === RUN TestMoveToSubdir [2021-07-14T07:28:53.029Z] --- PASS: TestMoveToSubdir (0.00s) [2021-07-14T07:28:53.029Z] === RUN TestSizeNonExistingDirectory [2021-07-14T07:28:53.029Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-07-14T07:28:53.029Z] PASS [2021-07-14T07:28:53.029Z] coverage: 80.0% of statements [2021-07-14T07:28:53.029Z] ok github.com/docker/docker/pkg/directory 0.045s coverage: 80.0% of statements [2021-07-14T07:28:53.514Z] === RUN Test [2021-07-14T07:28:53.514Z] === RUN Test/TestContainsEntry [2021-07-14T07:28:53.514Z] === RUN Test/TestCreateEntries [2021-07-14T07:28:53.514Z] === RUN Test/TestEntriesDiff [2021-07-14T07:28:53.514Z] === RUN Test/TestEntriesEquality [2021-07-14T07:28:53.514Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-07-14T07:28:53.514Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-07-14T07:28:53.514Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-07-14T07:28:53.514Z] === RUN Test/TestGeneratorNotGenerate [2021-07-14T07:28:53.514Z] === RUN Test/TestGeneratorWithPort [2021-07-14T07:28:53.514Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-07-14T07:28:53.514Z] === RUN Test/TestNewEntry [2021-07-14T07:28:53.514Z] === RUN Test/TestParse [2021-07-14T07:28:53.514Z] --- PASS: Test (0.00s) [2021-07-14T07:28:53.514Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-07-14T07:28:53.514Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-07-14T07:28:53.514Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-07-14T07:28:53.514Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-07-14T07:28:53.514Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-07-14T07:28:53.514Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-07-14T07:28:53.514Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-07-14T07:28:53.514Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-07-14T07:28:53.514Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-07-14T07:28:53.514Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-07-14T07:28:53.514Z] --- PASS: Test/TestNewEntry (0.00s) [2021-07-14T07:28:53.514Z] --- PASS: Test/TestParse (0.00s) [2021-07-14T07:28:53.514Z] PASS [2021-07-14T07:28:53.514Z] coverage: 58.3% of statements [2021-07-14T07:28:53.514Z] ok github.com/docker/docker/pkg/discovery 0.044s coverage: 58.3% of statements [2021-07-14T07:28:53.998Z] 2021/07/14 07:28:53 Closing DB instances... [2021-07-14T07:28:53.998Z] --- PASS: TestTarFiles (3.34s) [2021-07-14T07:28:53.998Z] === RUN TestTarUntar [2021-07-14T07:28:53.998Z] --- PASS: TestTarUntar (0.02s) [2021-07-14T07:28:53.998Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-07-14T07:28:53.998Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-07-14T07:28:53.998Z] === RUN TestTarWithOptions [2021-07-14T07:28:53.998Z] --- PASS: TestTarWithOptions (0.02s) [2021-07-14T07:28:53.998Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-07-14T07:28:53.998Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-07-14T07:28:53.998Z] === RUN TestUntarUstarGnuConflict [2021-07-14T07:28:53.998Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-07-14T07:28:53.998Z] === RUN TestUntarInvalidFilenames [2021-07-14T07:28:54.474Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames088365654\\dest" [2021-07-14T07:28:54.474Z] --- PASS: TestUntarInvalidFilenames (0.13s) [2021-07-14T07:28:54.474Z] === RUN TestUntarHardlinkToSymlink [2021-07-14T07:28:54.474Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-07-14T07:28:54.474Z] === RUN TestUntarInvalidHardlink [2021-07-14T07:28:54.474Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink529898743\\victim\\hello" -> "../victim/hello" [2021-07-14T07:28:54.474Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink350287850\\victim\\hello" -> "/../victim/hello" [2021-07-14T07:28:54.474Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink820691521\\victim" -> "../victim" [2021-07-14T07:28:54.474Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink809264300\\victim" -> "../victim" [2021-07-14T07:28:54.474Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink863916571\\victim" -> "../victim" [2021-07-14T07:28:54.474Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink693472958\\victim" -> "../victim" [2021-07-14T07:28:54.474Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2021-07-14T07:28:54.474Z] === RUN TestUntarInvalidSymlink [2021-07-14T07:28:54.474Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink937782021\\dest\\dotdot" -> "../victim/hello" [2021-07-14T07:28:54.474Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink013318304\\dest\\slash-dotdot" -> "/../victim/hello" [2021-07-14T07:28:54.474Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink085723007\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:28:54.474Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink072657106\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:28:54.474Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink433681417\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:28:54.474Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink241228244\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:28:54.474Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink928213795\\dest\\dir\\loophole" -> "../../victim" [2021-07-14T07:28:54.474Z] --- PASS: TestUntarInvalidSymlink (0.02s) [2021-07-14T07:28:54.474Z] === RUN TestTempArchiveCloseMultipleTimes [2021-07-14T07:28:54.474Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-07-14T07:28:54.474Z] === RUN TestXGlobalNoParent [2021-07-14T07:28:54.474Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-07-14T07:28:54.474Z] === RUN TestReplaceFileTarWrapper [2021-07-14T07:28:54.474Z] === RUN Test [2021-07-14T07:28:54.474Z] === RUN Test/TestContent [2021-07-14T07:28:54.474Z] === RUN Test/TestInitialize [2021-07-14T07:28:54.474Z] === RUN Test/TestNew [2021-07-14T07:28:54.474Z] === RUN Test/TestParsingContentsWithComments [2021-07-14T07:28:54.474Z] === RUN Test/TestRegister [2021-07-14T07:28:54.474Z] === RUN Test/TestWatch [2021-07-14T07:28:54.474Z] --- PASS: Test (0.00s) [2021-07-14T07:28:54.474Z] --- PASS: Test/TestContent (0.00s) [2021-07-14T07:28:54.474Z] --- PASS: Test/TestInitialize (0.00s) [2021-07-14T07:28:54.474Z] --- PASS: Test/TestNew (0.00s) [2021-07-14T07:28:54.474Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-07-14T07:28:54.474Z] --- PASS: Test/TestRegister (0.00s) [2021-07-14T07:28:54.474Z] --- PASS: Test/TestWatch (0.00s) [2021-07-14T07:28:54.474Z] PASS [2021-07-14T07:28:54.474Z] coverage: 92.9% of statements [2021-07-14T07:28:54.474Z] ok github.com/docker/docker/pkg/discovery/file 0.037s coverage: 92.9% of statements [2021-07-14T07:28:54.474Z] --- PASS: TestReplaceFileTarWrapper (0.13s) [2021-07-14T07:28:54.474Z] === RUN TestPrefixHeaderReadable [2021-07-14T07:28:54.474Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-07-14T07:28:54.474Z] === RUN TestDisablePigz [2021-07-14T07:28:54.474Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-07-14T07:28:54.474Z] --- PASS: TestDisablePigz (0.11s) [2021-07-14T07:28:54.474Z] === RUN TestPigz [2021-07-14T07:28:54.953Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-07-14T07:28:54.953Z] --- PASS: TestPigz (0.12s) [2021-07-14T07:28:54.953Z] === RUN TestCopyFileWithInvalidDest [2021-07-14T07:28:54.953Z] archive_windows_test.go:16: Currently fails [2021-07-14T07:28:54.953Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-07-14T07:28:54.953Z] === RUN TestCanonicalTarNameForPath [2021-07-14T07:28:54.953Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-07-14T07:28:54.953Z] === RUN TestCanonicalTarName [2021-07-14T07:28:54.953Z] --- PASS: TestCanonicalTarName (0.00s) [2021-07-14T07:28:54.954Z] === RUN TestChmodTarEntry [2021-07-14T07:28:54.954Z] --- PASS: TestChmodTarEntry (0.00s) [2021-07-14T07:28:54.954Z] === RUN TestHardLinkOrder [2021-07-14T07:28:54.954Z] --- PASS: TestHardLinkOrder (0.06s) [2021-07-14T07:28:54.954Z] === RUN TestChangeString [2021-07-14T07:28:54.954Z] --- PASS: TestChangeString (0.00s) [2021-07-14T07:28:54.954Z] === RUN TestChangesWithNoChanges [2021-07-14T07:28:54.954Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-07-14T07:28:54.954Z] === RUN TestChangesWithChanges [2021-07-14T07:28:54.954Z] --- PASS: TestChangesWithChanges (0.02s) [2021-07-14T07:28:54.954Z] === RUN TestChangesWithChangesGH13590 [2021-07-14T07:28:54.954Z] changes_test.go:196: needs more investigation [2021-07-14T07:28:54.954Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-07-14T07:28:54.954Z] === RUN TestChangesDirsEmpty [2021-07-14T07:28:54.954Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-07-14T07:28:54.954Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-07-14T07:28:54.954Z] === RUN TestChangesDirsMutated [2021-07-14T07:28:54.954Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-07-14T07:28:54.954Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-07-14T07:28:54.954Z] === RUN TestApplyLayer [2021-07-14T07:28:54.954Z] changes_test.go:433: needs further investigation [2021-07-14T07:28:54.954Z] --- SKIP: TestApplyLayer (0.00s) [2021-07-14T07:28:54.954Z] === RUN TestChangesSizeWithHardlinks [2021-07-14T07:28:54.954Z] changes_test.go:469: needs further investigation [2021-07-14T07:28:54.954Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-07-14T07:28:54.954Z] === RUN TestChangesSizeWithNoChanges [2021-07-14T07:28:54.954Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-07-14T07:28:54.954Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-07-14T07:28:54.954Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-07-14T07:28:54.954Z] === RUN TestChangesSize [2021-07-14T07:28:54.954Z] --- PASS: TestChangesSize (0.00s) [2021-07-14T07:28:54.954Z] === RUN TestApplyLayerInvalidFilenames [2021-07-14T07:28:54.954Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames949533336\\dest" [2021-07-14T07:28:54.954Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-07-14T07:28:54.954Z] === RUN TestApplyLayerInvalidHardlink [2021-07-14T07:28:54.954Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink007468938\\victim\\hello" -> "../victim/hello" [2021-07-14T07:28:54.954Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink612574049\\victim\\hello" -> "/../victim/hello" [2021-07-14T07:28:54.954Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink330443596\\victim" -> "../victim" [2021-07-14T07:28:54.954Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink948741179\\victim" -> "../victim" [2021-07-14T07:28:54.954Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink619215454\\victim" -> "../victim" [2021-07-14T07:28:54.954Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink329748005\\victim" -> "../victim" [2021-07-14T07:28:54.954Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-07-14T07:28:54.954Z] === RUN TestApplyLayerInvalidSymlink [2021-07-14T07:28:54.954Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink135335744\\dest\\dotdot" -> "../victim/hello" [2021-07-14T07:28:54.954Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink917045151\\dest\\slash-dotdot" -> "/../victim/hello" [2021-07-14T07:28:54.954Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink331972210\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:28:54.954Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink283853609\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:28:54.954Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink514627188\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:28:54.954Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink290193731\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:28:54.954Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2021-07-14T07:28:54.954Z] === RUN TestApplyLayerWhiteouts [2021-07-14T07:28:54.954Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-07-14T07:28:54.954Z] === RUN TestGenerateEmptyFile [2021-07-14T07:28:54.954Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-07-14T07:28:54.954Z] === RUN TestGenerateWithContent [2021-07-14T07:28:54.954Z] --- PASS: TestGenerateWithContent (0.00s) [2021-07-14T07:28:54.954Z] PASS [2021-07-14T07:28:54.954Z] coverage: 61.6% of statements [2021-07-14T07:28:54.954Z] ok github.com/docker/docker/pkg/archive 5.173s coverage: 61.6% of statements [2021-07-14T07:28:54.954Z] --- PASS: TestNetworkDBCRUDTableEntry (3.65s) [2021-07-14T07:28:54.954Z] === RUN TestNetworkDBCRUDTableEntries [2021-07-14T07:28:55.429Z] === RUN Test [2021-07-14T07:28:55.429Z] === RUN Test/TestInitialize [2021-07-14T07:28:55.429Z] time="2021-07-14T07:28:55Z" level=info msg="Initializing discovery without TLS" [2021-07-14T07:28:55.429Z] time="2021-07-14T07:28:55Z" level=info msg="Initializing discovery without TLS" [2021-07-14T07:28:55.429Z] time="2021-07-14T07:28:55Z" level=info msg="Initializing discovery without TLS" [2021-07-14T07:28:55.429Z] === RUN Test/TestInitializeWithCerts [2021-07-14T07:28:55.429Z] time="2021-07-14T07:28:55Z" level=info msg="Initializing discovery with TLS" [2021-07-14T07:28:55.429Z] === RUN Test/TestWatch [2021-07-14T07:28:55.429Z] time="2021-07-14T07:28:55Z" level=info msg="Initializing discovery without TLS" [2021-07-14T07:28:57.015Z] 2021/07/14 07:28:56 Closing DB instances... [2021-07-14T07:28:57.464Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-07-14T07:28:58.602Z] --- PASS: TestNetworkDBCRUDTableEntries (3.21s) [2021-07-14T07:28:58.602Z] === RUN TestNetworkDBNodeLeave [2021-07-14T07:28:58.602Z] --- PASS: Test (3.13s) [2021-07-14T07:28:58.602Z] --- PASS: Test/TestInitialize (0.12s) [2021-07-14T07:28:58.602Z] --- PASS: Test/TestInitializeWithCerts (0.01s) [2021-07-14T07:28:58.602Z] --- PASS: Test/TestWatch (3.00s) [2021-07-14T07:28:58.602Z] PASS [2021-07-14T07:28:58.602Z] coverage: 84.1% of statements [2021-07-14T07:28:58.603Z] ok github.com/docker/docker/pkg/discovery/kv 3.179s coverage: 84.1% of statements [2021-07-14T07:28:59.079Z] === RUN Test [2021-07-14T07:28:59.079Z] === RUN Test/TestWatch [2021-07-14T07:28:59.079Z] --- PASS: Test (0.00s) [2021-07-14T07:28:59.079Z] --- PASS: Test/TestWatch (0.00s) [2021-07-14T07:28:59.079Z] PASS [2021-07-14T07:28:59.079Z] coverage: 92.3% of statements [2021-07-14T07:28:59.079Z] ok github.com/docker/docker/pkg/discovery/memory 0.037s coverage: 92.3% of statements [2021-07-14T07:29:00.080Z] === RUN Test [2021-07-14T07:29:00.080Z] === RUN Test/TestInitialize [2021-07-14T07:29:00.080Z] === RUN Test/TestInitializeWithPattern [2021-07-14T07:29:00.080Z] === RUN Test/TestRegister [2021-07-14T07:29:00.080Z] === RUN Test/TestWatch [2021-07-14T07:29:00.080Z] --- PASS: Test (0.00s) [2021-07-14T07:29:00.080Z] --- PASS: Test/TestInitialize (0.00s) [2021-07-14T07:29:00.080Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-07-14T07:29:00.080Z] --- PASS: Test/TestRegister (0.00s) [2021-07-14T07:29:00.080Z] --- PASS: Test/TestWatch (0.00s) [2021-07-14T07:29:00.080Z] PASS [2021-07-14T07:29:00.080Z] coverage: 93.8% of statements [2021-07-14T07:29:00.080Z] ok github.com/docker/docker/pkg/discovery/nodes 0.033s coverage: 93.8% of statements [2021-07-14T07:29:00.558Z] === RUN TestPollerAddRemove [2021-07-14T07:29:00.558Z] --- PASS: TestPollerAddRemove (0.00s) [2021-07-14T07:29:00.558Z] === RUN TestPollerEvent [2021-07-14T07:29:00.558Z] poller_test.go:41: No chmod on Windows [2021-07-14T07:29:00.558Z] --- SKIP: TestPollerEvent (0.00s) [2021-07-14T07:29:00.558Z] === RUN TestPollerClose [2021-07-14T07:29:00.558Z] --- PASS: TestPollerClose (0.01s) [2021-07-14T07:29:00.558Z] PASS [2021-07-14T07:29:00.558Z] coverage: 45.7% of statements [2021-07-14T07:29:00.558Z] ok github.com/docker/docker/pkg/filenotify 0.046s coverage: 45.7% of statements [2021-07-14T07:29:01.034Z] --- PASS: TestNetworkDBNodeLeave (2.82s) [2021-07-14T07:29:01.034Z] === RUN TestNetworkDBWatch [2021-07-14T07:29:01.510Z] === RUN TestCopyFileWithInvalidSrc [2021-07-14T07:29:01.510Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestCopyFileWithInvalidDest [2021-07-14T07:29:01.510Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestCopyFileWithSameSrcAndDest [2021-07-14T07:29:01.510Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-07-14T07:29:01.510Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestCopyFile [2021-07-14T07:29:01.510Z] --- PASS: TestCopyFile (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-07-14T07:29:01.510Z] fileutils_test.go:134: Needs porting to Windows [2021-07-14T07:29:01.510Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-07-14T07:29:01.510Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestReadSymlinkedDirectoryToFile [2021-07-14T07:29:01.510Z] fileutils_test.go:180: Needs porting to Windows [2021-07-14T07:29:01.510Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestWildcardMatches [2021-07-14T07:29:01.510Z] --- PASS: TestWildcardMatches (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestPatternMatches [2021-07-14T07:29:01.510Z] --- PASS: TestPatternMatches (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-07-14T07:29:01.510Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestPatternMatchesFolderExclusions [2021-07-14T07:29:01.510Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-07-14T07:29:01.510Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-07-14T07:29:01.510Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-07-14T07:29:01.510Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-07-14T07:29:01.510Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestSingleExclamationError [2021-07-14T07:29:01.510Z] --- PASS: TestSingleExclamationError (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestMatchesWithNoPatterns [2021-07-14T07:29:01.510Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestMatchesWithMalformedPatterns [2021-07-14T07:29:01.510Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestMatches [2021-07-14T07:29:01.510Z] --- PASS: TestMatches (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestCleanPatterns [2021-07-14T07:29:01.510Z] --- PASS: TestCleanPatterns (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-07-14T07:29:01.510Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestCleanPatternsExceptionFlag [2021-07-14T07:29:01.510Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-07-14T07:29:01.510Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-07-14T07:29:01.510Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestCleanPatternsErrorSingleException [2021-07-14T07:29:01.510Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-07-14T07:29:01.510Z] === RUN TestCreateIfNotExistsDir [2021-07-14T07:29:01.510Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2021-07-14T07:29:01.510Z] === RUN TestCreateIfNotExistsFile [2021-07-14T07:29:01.510Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2021-07-14T07:29:01.510Z] === RUN TestMatch [2021-07-14T07:29:01.510Z] --- PASS: TestMatch (0.00s) [2021-07-14T07:29:01.510Z] PASS [2021-07-14T07:29:01.510Z] coverage: 85.2% of statements [2021-07-14T07:29:01.510Z] ok github.com/docker/docker/pkg/fileutils 0.066s coverage: 85.2% of statements [2021-07-14T07:29:01.986Z] === RUN TestGet [2021-07-14T07:29:01.986Z] --- PASS: TestGet (0.00s) [2021-07-14T07:29:01.986Z] === RUN TestGetShortcutString [2021-07-14T07:29:01.986Z] --- PASS: TestGetShortcutString (0.00s) [2021-07-14T07:29:01.986Z] PASS [2021-07-14T07:29:01.986Z] coverage: 42.9% of statements [2021-07-14T07:29:01.986Z] ok github.com/docker/docker/pkg/homedir 0.038s coverage: 42.9% of statements [2021-07-14T07:29:02.997Z] === RUN TestCreateIDMapOrder [2021-07-14T07:29:02.997Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-07-14T07:29:02.997Z] PASS [2021-07-14T07:29:02.997Z] coverage: 7.2% of statements [2021-07-14T07:29:02.997Z] ok github.com/docker/docker/pkg/idtools 0.035s coverage: 7.2% of statements [2021-07-14T07:29:02.997Z] 2021/07/14 07:29:02 Closing DB instances... [2021-07-14T07:29:03.786Z] --- PASS: TestImportExtremelyLargeImageWorks (91.43s) [2021-07-14T07:29:03.786Z] PASS [2021-07-14T07:29:03.786Z] [2021-07-14T07:29:03.786Z] === Skipped [2021-07-14T07:29:03.786Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-07-14T07:29:03.786Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-07-14T07:29:03.786Z] [2021-07-14T07:29:03.786Z] [2021-07-14T07:29:03.786Z] DONE 12 tests, 1 skipped in 95.091s [2021-07-14T07:29:03.786Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-07-14T07:29:03.786Z] INFO: Testing against a local daemon [2021-07-14T07:29:03.786Z] === RUN TestNetworkCreateDelete [2021-07-14T07:29:03.787Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-07-14T07:29:03.787Z] === RUN TestDockerNetworkDeletePreferID [2021-07-14T07:29:03.787Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2021-07-14T07:29:03.787Z] === RUN TestDaemonDNSFallback [2021-07-14T07:29:03.998Z] === RUN TestFixedBufferCap [2021-07-14T07:29:03.998Z] --- PASS: TestFixedBufferCap (0.00s) [2021-07-14T07:29:03.998Z] === RUN TestFixedBufferLen [2021-07-14T07:29:03.998Z] --- PASS: TestFixedBufferLen (0.00s) [2021-07-14T07:29:03.998Z] === RUN TestFixedBufferString [2021-07-14T07:29:03.998Z] --- PASS: TestFixedBufferString (0.00s) [2021-07-14T07:29:03.998Z] === RUN TestFixedBufferWrite [2021-07-14T07:29:03.998Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-07-14T07:29:03.998Z] === RUN TestFixedBufferRead [2021-07-14T07:29:03.998Z] --- PASS: TestFixedBufferRead (0.00s) [2021-07-14T07:29:03.998Z] === RUN TestBytesPipeRead [2021-07-14T07:29:03.998Z] --- PASS: TestBytesPipeRead (0.00s) [2021-07-14T07:29:03.998Z] === RUN TestBytesPipeWrite [2021-07-14T07:29:03.998Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-07-14T07:29:03.998Z] === RUN TestBytesPipeWriteRandomChunks [2021-07-14T07:29:03.998Z] --- PASS: TestBytesPipeWriteRandomChunks (0.38s) [2021-07-14T07:29:03.998Z] === RUN TestAtomicWriteToFile [2021-07-14T07:29:03.998Z] --- PASS: TestAtomicWriteToFile (0.00s) [2021-07-14T07:29:03.998Z] === RUN TestAtomicWriteSetCommit [2021-07-14T07:29:03.998Z] --- PASS: TestAtomicWriteSetCommit (0.00s) [2021-07-14T07:29:03.998Z] === RUN TestAtomicWriteSetCancel [2021-07-14T07:29:03.998Z] --- PASS: TestAtomicWriteSetCancel (0.00s) [2021-07-14T07:29:03.998Z] === RUN TestReadCloserWrapperClose [2021-07-14T07:29:03.998Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-07-14T07:29:03.998Z] === RUN TestReaderErrWrapperReadOnError [2021-07-14T07:29:03.998Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-07-14T07:29:03.998Z] === RUN TestReaderErrWrapperRead [2021-07-14T07:29:03.998Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-07-14T07:29:03.998Z] === RUN TestHashData [2021-07-14T07:29:03.998Z] --- PASS: TestHashData (0.00s) [2021-07-14T07:29:03.998Z] === RUN TestCancelReadCloser [2021-07-14T07:29:03.998Z] --- PASS: TestNetworkDBWatch (3.02s) [2021-07-14T07:29:03.998Z] === RUN TestNetworkDBBulkSync [2021-07-14T07:29:04.474Z] --- PASS: TestCancelReadCloser (0.10s) [2021-07-14T07:29:04.474Z] === RUN TestWriteCloserWrapperClose [2021-07-14T07:29:04.474Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-07-14T07:29:04.474Z] === RUN TestNopWriteCloser [2021-07-14T07:29:04.474Z] --- PASS: TestNopWriteCloser (0.00s) [2021-07-14T07:29:04.474Z] === RUN TestNopWriter [2021-07-14T07:29:04.474Z] --- PASS: TestNopWriter (0.00s) [2021-07-14T07:29:04.474Z] === RUN TestWriteCounter [2021-07-14T07:29:04.474Z] --- PASS: TestWriteCounter (0.00s) [2021-07-14T07:29:04.474Z] PASS [2021-07-14T07:29:04.474Z] coverage: 69.2% of statements [2021-07-14T07:29:04.474Z] ok github.com/docker/docker/pkg/ioutils 0.534s coverage: 69.2% of statements [2021-07-14T07:29:04.950Z] === RUN TestError [2021-07-14T07:29:04.950Z] --- PASS: TestError (0.00s) [2021-07-14T07:29:04.950Z] === RUN TestProgressString [2021-07-14T07:29:04.950Z] === RUN TestProgressString/no_progress [2021-07-14T07:29:04.950Z] === RUN TestProgressString/progress_1 [2021-07-14T07:29:04.950Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-07-14T07:29:04.950Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-07-14T07:29:04.950Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-07-14T07:29:04.950Z] === RUN TestProgressString/with_units [2021-07-14T07:29:04.950Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-07-14T07:29:04.950Z] === RUN TestProgressString/hide_counts [2021-07-14T07:29:04.950Z] --- PASS: TestProgressString (0.00s) [2021-07-14T07:29:04.950Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-07-14T07:29:04.950Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-07-14T07:29:04.950Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-07-14T07:29:04.950Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-07-14T07:29:04.950Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-07-14T07:29:04.950Z] --- PASS: TestProgressString/with_units (0.00s) [2021-07-14T07:29:04.950Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-07-14T07:29:04.950Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-07-14T07:29:04.950Z] === RUN TestJSONMessageDisplay [2021-07-14T07:29:04.950Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-07-14T07:29:04.950Z] === RUN TestJSONMessageDisplayWithJSONError [2021-07-14T07:29:04.950Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-07-14T07:29:04.950Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-07-14T07:29:04.950Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-07-14T07:29:04.950Z] === RUN TestDisplayJSONMessagesStream [2021-07-14T07:29:04.950Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-07-14T07:29:04.950Z] PASS [2021-07-14T07:29:04.950Z] coverage: 91.7% of statements [2021-07-14T07:29:04.950Z] ok github.com/docker/docker/pkg/jsonmessage 0.166s coverage: 91.7% of statements [2021-07-14T07:29:05.427Z] 2021/07/14 07:29:05 Closing DB instances... [2021-07-14T07:29:05.903Z] === RUN TestStandardLongPath [2021-07-14T07:29:05.903Z] --- PASS: TestStandardLongPath (0.00s) [2021-07-14T07:29:05.903Z] === RUN TestUNCLongPath [2021-07-14T07:29:05.903Z] --- PASS: TestUNCLongPath (0.00s) [2021-07-14T07:29:05.903Z] PASS [2021-07-14T07:29:05.903Z] coverage: 100.0% of statements [2021-07-14T07:29:05.903Z] ok github.com/docker/docker/pkg/longpath 0.039s coverage: 100.0% of statements [2021-07-14T07:29:06.315Z] --- PASS: TestDaemonDNSFallback (6.53s) [2021-07-14T07:29:06.315Z] === RUN TestInspectNetwork [2021-07-14T07:29:06.315Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:06.315Z] --- SKIP: TestInspectNetwork (0.00s) [2021-07-14T07:29:06.315Z] === RUN TestRunContainerWithBridgeNone [2021-07-14T07:29:06.315Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-07-14T07:29:06.315Z] === RUN TestNetworkInvalidJSON [2021-07-14T07:29:06.315Z] === RUN TestNetworkInvalidJSON//networks/create [2021-07-14T07:29:06.315Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-07-14T07:29:06.315Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:29:06.315Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:29:06.315Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:29:06.315Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:29:06.315Z] === CONT TestNetworkInvalidJSON//networks/create [2021-07-14T07:29:06.315Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:29:06.315Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:29:06.315Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-07-14T07:29:06.315Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-07-14T07:29:06.315Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-07-14T07:29:06.315Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-07-14T07:29:06.315Z] === RUN TestNetworkList [2021-07-14T07:29:06.315Z] === RUN TestNetworkList//networks [2021-07-14T07:29:06.315Z] === PAUSE TestNetworkList//networks [2021-07-14T07:29:06.315Z] === RUN TestNetworkList//networks/ [2021-07-14T07:29:06.315Z] === PAUSE TestNetworkList//networks/ [2021-07-14T07:29:06.315Z] === CONT TestNetworkList//networks [2021-07-14T07:29:06.315Z] === CONT TestNetworkList//networks/ [2021-07-14T07:29:06.315Z] --- PASS: TestNetworkList (0.02s) [2021-07-14T07:29:06.315Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-07-14T07:29:06.315Z] --- PASS: TestNetworkList//networks (0.00s) [2021-07-14T07:29:06.315Z] === RUN TestHostIPv4BridgeLabel [2021-07-14T07:29:06.315Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-07-14T07:29:06.315Z] === RUN TestDaemonRestartWithLiveRestore [2021-07-14T07:29:06.315Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-07-14T07:29:06.315Z] === RUN TestDaemonDefaultNetworkPools [2021-07-14T07:29:06.315Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-07-14T07:29:06.315Z] === RUN TestDaemonRestartWithExistingNetwork [2021-07-14T07:29:06.315Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-07-14T07:29:06.315Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-07-14T07:29:06.315Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-07-14T07:29:06.315Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-07-14T07:29:06.315Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-07-14T07:29:06.315Z] === RUN TestServiceWithPredefinedNetwork [2021-07-14T07:29:06.315Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:06.315Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-07-14T07:29:06.315Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-07-14T07:29:06.315Z] service_test.go:242: FLAKY_TEST [2021-07-14T07:29:06.315Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-07-14T07:29:06.315Z] === RUN TestServiceWithDataPathPortInit [2021-07-14T07:29:06.315Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:06.315Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-07-14T07:29:06.315Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-07-14T07:29:06.315Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:06.315Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-07-14T07:29:06.315Z] PASS [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] === Skipped [2021-07-14T07:29:06.315Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-07-14T07:29:06.315Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-07-14T07:29:06.315Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-07-14T07:29:06.315Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-07-14T07:29:06.315Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-07-14T07:29:06.315Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-07-14T07:29:06.315Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-07-14T07:29:06.315Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-07-14T07:29:06.315Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-07-14T07:29:06.315Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-07-14T07:29:06.315Z] service_test.go:242: FLAKY_TEST [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-07-14T07:29:06.315Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-07-14T07:29:06.315Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] DONE 22 tests, 12 skipped in 7.214s [2021-07-14T07:29:06.315Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-07-14T07:29:06.315Z] INFO: Testing against a local daemon [2021-07-14T07:29:06.315Z] === RUN TestDockerNetworkIpvlanPersistance [2021-07-14T07:29:06.315Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-14T07:29:06.315Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-07-14T07:29:06.315Z] === RUN TestDockerNetworkIpvlan [2021-07-14T07:29:06.315Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-14T07:29:06.315Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-07-14T07:29:06.315Z] PASS [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] === Skipped [2021-07-14T07:29:06.315Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-07-14T07:29:06.315Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-07-14T07:29:06.315Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] DONE 2 tests, 2 skipped in 0.152s [2021-07-14T07:29:06.315Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-07-14T07:29:06.315Z] INFO: Testing against a local daemon [2021-07-14T07:29:06.315Z] === RUN TestDockerNetworkMacvlanPersistance [2021-07-14T07:29:06.315Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-07-14T07:29:06.315Z] === RUN TestDockerNetworkMacvlan [2021-07-14T07:29:06.315Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-07-14T07:29:06.315Z] PASS [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] === Skipped [2021-07-14T07:29:06.315Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-07-14T07:29:06.315Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-07-14T07:29:06.315Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] DONE 2 tests, 2 skipped in 0.106s [2021-07-14T07:29:06.315Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-07-14T07:29:06.315Z] testing: warning: no tests to run [2021-07-14T07:29:06.315Z] PASS [2021-07-14T07:29:06.315Z] [2021-07-14T07:29:06.315Z] DONE 0 tests in 0.027s [2021-07-14T07:29:06.315Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-07-14T07:29:06.378Z] === RUN TestNameFormat [2021-07-14T07:29:06.378Z] --- PASS: TestNameFormat (0.00s) [2021-07-14T07:29:06.378Z] === RUN TestNameRetries [2021-07-14T07:29:06.378Z] --- PASS: TestNameRetries (0.00s) [2021-07-14T07:29:06.378Z] PASS [2021-07-14T07:29:06.378Z] coverage: 85.7% of statements [2021-07-14T07:29:06.378Z] ok github.com/docker/docker/pkg/namesgenerator 0.036s coverage: 85.7% of statements [2021-07-14T07:29:06.573Z] INFO: Testing against a local daemon [2021-07-14T07:29:06.573Z] === RUN TestAuthZPluginAllowRequest [2021-07-14T07:29:06.573Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.573Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-07-14T07:29:06.573Z] === RUN TestAuthZPluginTLS [2021-07-14T07:29:06.573Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.573Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-07-14T07:29:06.573Z] === RUN TestAuthZPluginDenyRequest [2021-07-14T07:29:06.573Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.573Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-07-14T07:29:06.573Z] === RUN TestAuthZPluginAPIDenyResponse [2021-07-14T07:29:06.573Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.573Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-07-14T07:29:06.573Z] === RUN TestAuthZPluginDenyResponse [2021-07-14T07:29:06.573Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.573Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-07-14T07:29:06.573Z] === RUN TestAuthZPluginAllowEventStream [2021-07-14T07:29:06.573Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.573Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-07-14T07:29:06.573Z] === RUN TestAuthZPluginErrorResponse [2021-07-14T07:29:06.573Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.573Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-07-14T07:29:06.573Z] === RUN TestAuthZPluginErrorRequest [2021-07-14T07:29:06.573Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.573Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-07-14T07:29:06.573Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-07-14T07:29:06.573Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.573Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-07-14T07:29:06.573Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-07-14T07:29:06.573Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.573Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-07-14T07:29:06.573Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-07-14T07:29:06.573Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.573Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-07-14T07:29:06.573Z] === RUN TestAuthZPluginHeader [2021-07-14T07:29:06.573Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.573Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-07-14T07:29:06.573Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-07-14T07:29:06.747Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.22s) [2021-07-14T07:29:06.832Z] === RUN TestAuthZPluginV2Disable [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-07-14T07:29:06.832Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-07-14T07:29:06.832Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-07-14T07:29:06.832Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-07-14T07:29:06.832Z] PASS [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === Skipped [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.22s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-07-14T07:29:06.832Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] [2021-07-14T07:29:06.832Z] DONE 17 tests, 17 skipped in 0.511s [2021-07-14T07:29:06.832Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-07-14T07:29:06.856Z] === RUN TestParseKeyValueOpt [2021-07-14T07:29:06.856Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-07-14T07:29:06.856Z] === RUN TestParseUintList [2021-07-14T07:29:06.856Z] --- PASS: TestParseUintList (0.00s) [2021-07-14T07:29:06.856Z] === RUN TestParseUintListMaximumLimits [2021-07-14T07:29:06.856Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-07-14T07:29:06.856Z] PASS [2021-07-14T07:29:06.856Z] coverage: 97.0% of statements [2021-07-14T07:29:06.856Z] ok github.com/docker/docker/pkg/parsers 0.032s coverage: 97.0% of statements [2021-07-14T07:29:06.856Z] --- PASS: TestNetworkDBBulkSync (2.81s) [2021-07-14T07:29:06.856Z] === RUN TestNetworkDBCRUDMediumCluster [2021-07-14T07:29:07.090Z] INFO: Testing against a local daemon [2021-07-14T07:29:07.090Z] === RUN TestPluginInvalidJSON [2021-07-14T07:29:07.090Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:29:07.090Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:29:07.090Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:29:07.090Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-07-14T07:29:07.090Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-07-14T07:29:07.090Z] === RUN TestPluginInstall [2021-07-14T07:29:07.090Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:07.090Z] --- SKIP: TestPluginInstall (0.00s) [2021-07-14T07:29:07.090Z] === RUN TestPluginsWithRuntimes [2021-07-14T07:29:07.090Z] 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-07-14T07:29:07.090Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-07-14T07:29:07.090Z] === RUN TestPluginBackCompatMediaTypes [2021-07-14T07:29:07.090Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-07-14T07:29:07.090Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-07-14T07:29:07.090Z] PASS [2021-07-14T07:29:07.090Z] [2021-07-14T07:29:07.090Z] === Skipped [2021-07-14T07:29:07.090Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-07-14T07:29:07.091Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-07-14T07:29:07.091Z] [2021-07-14T07:29:07.091Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-07-14T07:29:07.091Z] 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-07-14T07:29:07.091Z] [2021-07-14T07:29:07.091Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-07-14T07:29:07.091Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-07-14T07:29:07.091Z] [2021-07-14T07:29:07.091Z] [2021-07-14T07:29:07.091Z] DONE 5 tests, 3 skipped in 0.140s [2021-07-14T07:29:07.091Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-07-14T07:29:07.091Z] INFO: Testing against a local daemon [2021-07-14T07:29:07.091Z] === RUN TestExternalGraphDriver [2021-07-14T07:29:07.091Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-07-14T07:29:07.091Z] --- SKIP: TestExternalGraphDriver (0.05s) [2021-07-14T07:29:07.091Z] === RUN TestGraphdriverPluginV2 [2021-07-14T07:29:07.332Z] === RUN TestNewAndRemove [2021-07-14T07:29:07.332Z] --- PASS: TestNewAndRemove (0.00s) [2021-07-14T07:29:07.332Z] === RUN TestRemoveInvalidPath [2021-07-14T07:29:07.332Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-07-14T07:29:07.332Z] PASS [2021-07-14T07:29:07.332Z] coverage: 82.6% of statements [2021-07-14T07:29:07.332Z] ok github.com/docker/docker/pkg/pidfile 0.066s coverage: 82.6% of statements [2021-07-14T07:29:07.807Z] --- PASS: TestGetAddress (21.34s) [2021-07-14T07:29:07.807Z] === RUN TestRequestSyntaxCheck [2021-07-14T07:29:07.807Z] --- PASS: TestRequestSyntaxCheck (0.01s) [2021-07-14T07:29:07.807Z] === RUN TestRequest [2021-07-14T07:29:08.809Z] === RUN TestFailedConnection [2021-07-14T07:29:09.809Z] === RUN TestParseEmptyInterface [2021-07-14T07:29:09.809Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-07-14T07:29:09.809Z] === RUN TestParseNonInterfaceType [2021-07-14T07:29:09.809Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-07-14T07:29:09.809Z] === RUN TestParseWithOneFunction [2021-07-14T07:29:09.809Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-07-14T07:29:09.809Z] === RUN TestParseWithMultipleFuncs [2021-07-14T07:29:09.809Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-07-14T07:29:09.809Z] === RUN TestParseWithUnnamedReturn [2021-07-14T07:29:09.809Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-07-14T07:29:09.809Z] === RUN TestEmbeddedInterface [2021-07-14T07:29:09.809Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-07-14T07:29:09.809Z] === RUN TestParsedImports [2021-07-14T07:29:09.809Z] --- PASS: TestParsedImports (0.00s) [2021-07-14T07:29:09.809Z] === RUN TestAliasedImports [2021-07-14T07:29:09.809Z] --- PASS: TestAliasedImports (0.00s) [2021-07-14T07:29:09.809Z] PASS [2021-07-14T07:29:09.809Z] coverage: 56.8% of statements [2021-07-14T07:29:09.809Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.039s coverage: 56.8% of statements [2021-07-14T07:29:10.285Z] === RUN TestHTTPTransport [2021-07-14T07:29:10.285Z] --- PASS: TestHTTPTransport (0.00s) [2021-07-14T07:29:10.285Z] PASS [2021-07-14T07:29:10.285Z] coverage: 85.7% of statements [2021-07-14T07:29:10.285Z] ok github.com/docker/docker/pkg/plugins/transport 0.030s coverage: 85.7% of statements [2021-07-14T07:29:10.709Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-07-14T07:29:10.761Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-07-14T07:29:10.761Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-07-14T07:29:10.761Z] === RUN TestBufioReaderPoolPutAndGet [2021-07-14T07:29:10.761Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-07-14T07:29:10.761Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-07-14T07:29:10.761Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-07-14T07:29:10.761Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-07-14T07:29:10.761Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-07-14T07:29:10.761Z] === RUN TestBufioWriterPoolPutAndGet [2021-07-14T07:29:10.761Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-07-14T07:29:10.761Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-07-14T07:29:10.761Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-07-14T07:29:10.761Z] === RUN TestBufferPoolPutAndGet [2021-07-14T07:29:10.761Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-07-14T07:29:10.761Z] PASS [2021-07-14T07:29:10.761Z] coverage: 88.2% of statements [2021-07-14T07:29:10.761Z] ok github.com/docker/docker/pkg/pools 0.030s coverage: 88.2% of statements [2021-07-14T07:29:11.237Z] --- PASS: TestFailedConnection (2.29s) [2021-07-14T07:29:11.237Z] === RUN TestFailOnce [2021-07-14T07:29:11.237Z] 2021/07/14 07:29:10 http: panic serving 127.0.0.1:49284: Plugin not ready [2021-07-14T07:29:11.237Z] goroutine 26 [running]: [2021-07-14T07:29:11.237Z] net/http.(*conn).serve.func1(0xc000110a00) [2021-07-14T07:29:11.237Z] c:/go/src/net/http/server.go:1804 +0x153 [2021-07-14T07:29:11.237Z] panic(0xdb5160, 0xecc250) [2021-07-14T07:29:11.237Z] c:/go/src/runtime/panic.go:971 +0x49a [2021-07-14T07:29:11.237Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0xedc910, 0xc00022a000, 0xc000216000) [2021-07-14T07:29:11.237Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-07-14T07:29:11.237Z] net/http.HandlerFunc.ServeHTTP(0xc000104f30, 0xedc910, 0xc00022a000, 0xc000216000) [2021-07-14T07:29:11.237Z] c:/go/src/net/http/server.go:2049 +0x4b [2021-07-14T07:29:11.237Z] net/http.(*ServeMux).ServeHTTP(0xc0001568c0, 0xedc910, 0xc00022a000, 0xc000216000) [2021-07-14T07:29:11.237Z] c:/go/src/net/http/server.go:2428 +0x1b7 [2021-07-14T07:29:11.237Z] net/http.serverHandler.ServeHTTP(0xc0001b4000, 0xedc910, 0xc00022a000, 0xc000216000) [2021-07-14T07:29:11.237Z] c:/go/src/net/http/server.go:2867 +0xaa [2021-07-14T07:29:11.237Z] net/http.(*conn).serve(0xc000110a00, 0xedd500, 0xc00020a000) [2021-07-14T07:29:11.237Z] c:/go/src/net/http/server.go:1932 +0x8cd [2021-07-14T07:29:11.237Z] created by net/http.(*Server).Serve [2021-07-14T07:29:11.237Z] c:/go/src/net/http/server.go:2993 +0x3b8 [2021-07-14T07:29:11.237Z] time="2021-07-14T07:29:10Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49283/Test.FailOnce: Post \"http://127.0.0.1:49283/Test.FailOnce\": EOF, retrying in 1s" [2021-07-14T07:29:11.237Z] === RUN TestOutputOnPrematureClose [2021-07-14T07:29:11.237Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-07-14T07:29:11.237Z] === RUN TestCompleteSilently [2021-07-14T07:29:11.237Z] --- PASS: TestCompleteSilently (0.00s) [2021-07-14T07:29:11.237Z] PASS [2021-07-14T07:29:11.237Z] coverage: 75.9% of statements [2021-07-14T07:29:11.237Z] ok github.com/docker/docker/pkg/progress 0.028s coverage: 75.9% of statements [2021-07-14T07:29:11.275Z] --- PASS: TestGraphdriverPluginV2 (4.20s) [2021-07-14T07:29:11.275Z] PASS [2021-07-14T07:29:11.535Z] [2021-07-14T07:29:11.535Z] === Skipped [2021-07-14T07:29:11.535Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.05s) [2021-07-14T07:29:11.535Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-07-14T07:29:11.535Z] [2021-07-14T07:29:11.535Z] [2021-07-14T07:29:11.535Z] DONE 2 tests, 1 skipped in 4.387s [2021-07-14T07:29:11.535Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-07-14T07:29:11.535Z] INFO: Testing against a local daemon [2021-07-14T07:29:11.535Z] === RUN TestContinueAfterPluginCrash [2021-07-14T07:29:11.535Z] === PAUSE TestContinueAfterPluginCrash [2021-07-14T07:29:11.535Z] === RUN TestReadPluginNoRead [2021-07-14T07:29:11.535Z] === PAUSE TestReadPluginNoRead [2021-07-14T07:29:11.535Z] === RUN TestDaemonStartWithLogOpt [2021-07-14T07:29:11.535Z] === PAUSE TestDaemonStartWithLogOpt [2021-07-14T07:29:11.535Z] === CONT TestContinueAfterPluginCrash [2021-07-14T07:29:11.535Z] === CONT TestDaemonStartWithLogOpt [2021-07-14T07:29:11.713Z] === RUN TestSendToOneSub [2021-07-14T07:29:11.713Z] --- PASS: TestSendToOneSub (0.00s) [2021-07-14T07:29:11.713Z] === RUN TestSendToMultipleSubs [2021-07-14T07:29:11.713Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-07-14T07:29:11.713Z] === RUN TestEvictOneSub [2021-07-14T07:29:11.713Z] --- PASS: TestEvictOneSub (0.00s) [2021-07-14T07:29:11.713Z] === RUN TestClosePublisher [2021-07-14T07:29:11.713Z] --- PASS: TestClosePublisher (0.00s) [2021-07-14T07:29:11.713Z] === RUN TestPubSubRace [2021-07-14T07:29:11.713Z] 2021/07/14 07:29:11 Closing DB instances... [2021-07-14T07:29:12.188Z] time="2021-07-14T07:29:11Z" level=error msg="node: ebe7f5d0b9b6 is unknown to memberlist" [2021-07-14T07:29:12.189Z] --- PASS: TestRequest (4.49s) [2021-07-14T07:29:12.189Z] === RUN TestOverlappingRequests [2021-07-14T07:29:12.189Z] --- PASS: TestFailOnce (1.13s) [2021-07-14T07:29:12.189Z] === RUN TestEchoInputOutput [2021-07-14T07:29:12.189Z] --- PASS: TestEchoInputOutput (0.00s) [2021-07-14T07:29:12.189Z] === RUN TestBackoff [2021-07-14T07:29:12.189Z] --- PASS: TestBackoff (0.00s) [2021-07-14T07:29:12.189Z] === RUN TestAbortRetry [2021-07-14T07:29:12.189Z] --- PASS: TestAbortRetry (0.00s) [2021-07-14T07:29:12.189Z] === RUN TestClientScheme [2021-07-14T07:29:12.189Z] --- PASS: TestClientScheme (0.00s) [2021-07-14T07:29:12.189Z] === RUN TestNewClientWithTimeout [2021-07-14T07:29:12.189Z] --- PASS: TestOverlappingRequests (0.22s) [2021-07-14T07:29:12.189Z] === RUN TestRelease [2021-07-14T07:29:12.665Z] time="2021-07-14T07:29:12Z" 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-07-14T07:29:12.665Z] --- PASS: TestPubSubRace (1.04s) [2021-07-14T07:29:12.665Z] PASS [2021-07-14T07:29:12.665Z] coverage: 75.0% of statements [2021-07-14T07:29:12.665Z] ok github.com/docker/docker/pkg/pubsub 1.066s coverage: 75.0% of statements [2021-07-14T07:29:13.140Z] time="2021-07-14T07:29:12Z" level=error msg="node: eeaaa3670438 is unknown to memberlist" [2021-07-14T07:29:13.140Z] --- PASS: TestRelease (0.86s) [2021-07-14T07:29:13.140Z] === RUN TestAllocateRandomDeallocate [2021-07-14T07:29:13.140Z] === RUN TestRegister [2021-07-14T07:29:13.140Z] --- PASS: TestRegister (0.00s) [2021-07-14T07:29:13.140Z] === RUN TestCommand [2021-07-14T07:29:13.140Z] --- PASS: TestCommand (0.02s) [2021-07-14T07:29:13.140Z] === RUN TestNaiveSelf [2021-07-14T07:29:13.616Z] --- PASS: TestNaiveSelf (0.03s) [2021-07-14T07:29:13.616Z] PASS [2021-07-14T07:29:13.616Z] coverage: 82.4% of statements [2021-07-14T07:29:13.616Z] ok github.com/docker/docker/pkg/reexec 0.080s coverage: 82.4% of statements [2021-07-14T07:29:13.616Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.70s) [2021-07-14T07:29:13.616Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-07-14T07:29:14.093Z] === RUN TestParseSignal [2021-07-14T07:29:14.093Z] --- PASS: TestParseSignal (0.00s) [2021-07-14T07:29:14.093Z] === RUN TestValidSignalForPlatform [2021-07-14T07:29:14.093Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-07-14T07:29:14.093Z] PASS [2021-07-14T07:29:14.093Z] coverage: 19.7% of statements [2021-07-14T07:29:14.093Z] ok github.com/docker/docker/pkg/signal 0.028s coverage: 19.7% of statements [2021-07-14T07:29:14.093Z] time="2021-07-14T07:29:13Z" 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-07-14T07:29:14.572Z] === RUN TestNewStdWriter [2021-07-14T07:29:14.572Z] --- PASS: TestNewStdWriter (0.00s) [2021-07-14T07:29:14.572Z] === RUN TestWriteWithUninitializedStdWriter [2021-07-14T07:29:14.572Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-07-14T07:29:14.572Z] === RUN TestWriteWithNilBytes [2021-07-14T07:29:14.572Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-07-14T07:29:14.572Z] === RUN TestWrite [2021-07-14T07:29:14.572Z] --- PASS: TestWrite (0.00s) [2021-07-14T07:29:14.572Z] === RUN TestWriteWithWriterError [2021-07-14T07:29:14.572Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-07-14T07:29:14.572Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-07-14T07:29:14.572Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-07-14T07:29:14.572Z] === RUN TestStdCopyWriteAndRead [2021-07-14T07:29:14.572Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-07-14T07:29:14.572Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-07-14T07:29:14.572Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-07-14T07:29:14.572Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-07-14T07:29:14.572Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-07-14T07:29:14.572Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-07-14T07:29:14.572Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-07-14T07:29:14.572Z] === RUN TestStdCopyWithInvalidInputHeader [2021-07-14T07:29:14.572Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-07-14T07:29:14.572Z] === RUN TestStdCopyWithCorruptedPrefix [2021-07-14T07:29:14.572Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-07-14T07:29:14.572Z] === RUN TestStdCopyReturnsWriteErrors [2021-07-14T07:29:14.572Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-07-14T07:29:14.572Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-07-14T07:29:14.572Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-07-14T07:29:14.572Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-07-14T07:29:14.572Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-07-14T07:29:14.572Z] PASS [2021-07-14T07:29:14.572Z] coverage: 100.0% of statements [2021-07-14T07:29:14.572Z] ok github.com/docker/docker/pkg/stdcopy 0.030s coverage: 100.0% of statements [2021-07-14T07:29:15.048Z] === RUN TestRawProgressFormatterFormatStatus [2021-07-14T07:29:15.048Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-07-14T07:29:15.048Z] === RUN TestRawProgressFormatterFormatProgress [2021-07-14T07:29:15.048Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-07-14T07:29:15.048Z] === RUN TestFormatStatus [2021-07-14T07:29:15.048Z] --- PASS: TestFormatStatus (0.00s) [2021-07-14T07:29:15.048Z] === RUN TestFormatError [2021-07-14T07:29:15.048Z] --- PASS: TestFormatError (0.00s) [2021-07-14T07:29:15.048Z] === RUN TestFormatJSONError [2021-07-14T07:29:15.048Z] --- PASS: TestFormatJSONError (0.00s) [2021-07-14T07:29:15.048Z] === RUN TestJsonProgressFormatterFormatProgress [2021-07-14T07:29:15.048Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-07-14T07:29:15.048Z] === RUN TestJsonProgressFormatterFormatStatus [2021-07-14T07:29:15.048Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-07-14T07:29:15.048Z] === RUN TestNewJSONProgressOutput [2021-07-14T07:29:15.048Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-07-14T07:29:15.048Z] === RUN TestAuxFormatterEmit [2021-07-14T07:29:15.048Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-07-14T07:29:15.048Z] === RUN TestStreamWriterStdout [2021-07-14T07:29:15.048Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-07-14T07:29:15.048Z] === RUN TestStreamWriterStderr [2021-07-14T07:29:15.048Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-07-14T07:29:15.048Z] PASS [2021-07-14T07:29:15.048Z] coverage: 66.2% of statements [2021-07-14T07:29:15.048Z] ok github.com/docker/docker/pkg/streamformatter 0.032s coverage: 66.2% of statements [2021-07-14T07:29:15.523Z] === RUN TestGenerateRandomID [2021-07-14T07:29:15.523Z] --- PASS: TestGenerateRandomID (0.00s) [2021-07-14T07:29:15.523Z] === RUN TestShortenId [2021-07-14T07:29:15.523Z] --- PASS: TestShortenId (0.00s) [2021-07-14T07:29:15.523Z] === RUN TestShortenSha256Id [2021-07-14T07:29:15.523Z] --- PASS: TestShortenSha256Id (0.00s) [2021-07-14T07:29:15.523Z] === RUN TestShortenIdEmpty [2021-07-14T07:29:15.523Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-07-14T07:29:15.523Z] === RUN TestShortenIdInvalid [2021-07-14T07:29:15.523Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-07-14T07:29:15.523Z] === RUN TestIsShortIDNonHex [2021-07-14T07:29:15.523Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-07-14T07:29:15.523Z] === RUN TestIsShortIDNotCorrectSize [2021-07-14T07:29:15.523Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-07-14T07:29:15.523Z] PASS [2021-07-14T07:29:15.523Z] coverage: 70.6% of statements [2021-07-14T07:29:15.523Z] ok github.com/docker/docker/pkg/stringid 0.030s coverage: 70.6% of statements [2021-07-14T07:29:15.523Z] 2021/07/14 07:29:15 Closing DB instances... [2021-07-14T07:29:15.523Z] --- PASS: TestAllocateRandomDeallocate (2.48s) [2021-07-14T07:29:15.523Z] === RUN TestRetrieveFromStore [2021-07-14T07:29:16.000Z] === RUN TestIsCpusetListAvailable [2021-07-14T07:29:16.000Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-07-14T07:29:16.000Z] PASS [2021-07-14T07:29:16.000Z] coverage: 38.2% of statements [2021-07-14T07:29:16.000Z] ok github.com/docker/docker/pkg/sysinfo 0.029s coverage: 38.2% of statements [2021-07-14T07:29:16.476Z] --- PASS: TestRetrieveFromStore (0.82s) [2021-07-14T07:29:16.476Z] === RUN TestRequestReleaseAddressDuplicate [2021-07-14T07:29:16.476Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2021-07-14T07:29:16.476Z] === RUN TestParallelPredefinedRequest1 [2021-07-14T07:29:16.476Z] === PAUSE TestParallelPredefinedRequest1 [2021-07-14T07:29:16.476Z] === RUN TestParallelPredefinedRequest2 [2021-07-14T07:29:16.476Z] === PAUSE TestParallelPredefinedRequest2 [2021-07-14T07:29:16.476Z] === RUN TestParallelPredefinedRequest3 [2021-07-14T07:29:16.476Z] === PAUSE TestParallelPredefinedRequest3 [2021-07-14T07:29:16.476Z] === RUN TestParallelPredefinedRequest4 [2021-07-14T07:29:16.476Z] === PAUSE TestParallelPredefinedRequest4 [2021-07-14T07:29:16.476Z] === RUN TestParallelPredefinedRequest5 [2021-07-14T07:29:16.476Z] === PAUSE TestParallelPredefinedRequest5 [2021-07-14T07:29:16.476Z] === RUN TestDebug [2021-07-14T07:29:16.476Z] --- PASS: TestDebug (0.00s) [2021-07-14T07:29:16.476Z] === RUN TestRequestPoolParallel [2021-07-14T07:29:16.801Z] --- PASS: TestDaemonStartWithLogOpt (4.65s) [2021-07-14T07:29:16.801Z] === CONT TestReadPluginNoRead [2021-07-14T07:29:16.951Z] time="2021-07-14T07:29:16Z" 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-07-14T07:29:16.951Z] --- PASS: TestRequestPoolParallel (0.39s) [2021-07-14T07:29:16.951Z] === RUN TestFullAllocateRelease [2021-07-14T07:29:16.951Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (3.21s) [2021-07-14T07:29:16.951Z] === RUN TestNetworkDBGarbageCollection [2021-07-14T07:29:17.427Z] --- PASS: TestFullAllocateRelease (0.36s) [2021-07-14T07:29:17.427Z] === RUN TestOddAllocateRelease [2021-07-14T07:29:17.427Z] --- PASS: TestOddAllocateRelease (0.21s) [2021-07-14T07:29:17.427Z] === RUN TestFullAllocateSerialReleaseParallel [2021-07-14T07:29:17.427Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2021-07-14T07:29:17.427Z] === RUN TestOddAllocateSerialReleaseParallel [2021-07-14T07:29:17.427Z] === RUN TestChtimes [2021-07-14T07:29:17.427Z] --- PASS: TestChtimes (0.00s) [2021-07-14T07:29:17.427Z] === RUN TestChtimesWindows [2021-07-14T07:29:17.427Z] --- PASS: TestChtimesWindows (0.00s) [2021-07-14T07:29:17.427Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-07-14T07:29:17.427Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-07-14T07:29:17.427Z] === RUN TestEnsureRemoveAllNotExist [2021-07-14T07:29:17.427Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-07-14T07:29:17.427Z] === RUN TestEnsureRemoveAllWithDir [2021-07-14T07:29:17.427Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-07-14T07:29:17.427Z] === RUN TestEnsureRemoveAllWithFile [2021-07-14T07:29:17.427Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-07-14T07:29:17.427Z] === RUN TestHasWin32KSupport [2021-07-14T07:29:17.427Z] syscall_windows_test.go:8: win32k: true [2021-07-14T07:29:17.427Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-07-14T07:29:17.427Z] PASS [2021-07-14T07:29:17.427Z] coverage: 12.9% of statements [2021-07-14T07:29:17.427Z] ok github.com/docker/docker/pkg/system 0.038s coverage: 12.9% of statements [2021-07-14T07:29:17.427Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2021-07-14T07:29:17.427Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-07-14T07:29:17.427Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2021-07-14T07:29:17.427Z] === CONT TestParallelPredefinedRequest1 [2021-07-14T07:29:17.427Z] === CONT TestParallelPredefinedRequest4 [2021-07-14T07:29:17.427Z] === CONT TestParallelPredefinedRequest5 [2021-07-14T07:29:17.427Z] === CONT TestParallelPredefinedRequest1 [2021-07-14T07:29:17.427Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:29:17.427Z] === CONT TestParallelPredefinedRequest5 [2021-07-14T07:29:17.427Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:29:17.427Z] === CONT TestParallelPredefinedRequest4 [2021-07-14T07:29:17.427Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:29:17.427Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-07-14T07:29:17.427Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-07-14T07:29:17.427Z] === CONT TestParallelPredefinedRequest2 [2021-07-14T07:29:17.427Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:29:17.427Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-07-14T07:29:17.427Z] === CONT TestParallelPredefinedRequest3 [2021-07-14T07:29:17.427Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:29:17.427Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-07-14T07:29:17.427Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-07-14T07:29:17.427Z] PASS [2021-07-14T07:29:17.427Z] coverage: 85.3% of statements [2021-07-14T07:29:17.427Z] ok github.com/docker/docker/libnetwork/ipam 39.183s coverage: 85.3% of statements [2021-07-14T07:29:17.909Z] === RUN TestTailFile [2021-07-14T07:29:17.909Z] --- PASS: TestTailFile (0.00s) [2021-07-14T07:29:17.909Z] === RUN TestTailFileManyLines [2021-07-14T07:29:17.909Z] --- PASS: TestTailFileManyLines (0.00s) [2021-07-14T07:29:17.909Z] === RUN TestTailEmptyFile [2021-07-14T07:29:17.909Z] --- PASS: TestTailEmptyFile (0.00s) [2021-07-14T07:29:17.909Z] === RUN TestTailNegativeN [2021-07-14T07:29:17.909Z] --- PASS: TestTailNegativeN (0.00s) [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader [2021-07-14T07:29:17.909Z] === CONT TestNewTailReader [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/4_byte_delimiter [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/8_byte_delimiter [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/12_byte_delimiter [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/no_delimiter [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/no_delimiter [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/single_byte_delimiter [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/2_byte_delimiter [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/truncated_last_line [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-07-14T07:29:17.909Z] === CONT TestNewTailReader/4_byte_delimiter [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-07-14T07:29:17.909Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-07-14T07:29:17.909Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-07-14T07:29:17.909Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/no_delimiter [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/12_byte_delimiter [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/8_byte_delimiter [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/single_byte_delimiter [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-07-14T07:29:17.910Z] === CONT TestNewTailReader/2_byte_delimiter [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-07-14T07:29:17.910Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-07-14T07:29:17.910Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:17.911Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:17.911Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:17.911Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:17.911Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:17.911Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:17.911Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:17.911Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:17.911Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:17.911Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:18.114Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.388Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-07-14T07:29:18.388Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-07-14T07:29:18.388Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:18.389Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:18.389Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:18.390Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:18.390Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:18.390Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:18.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-07-14T07:29:18.391Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:29:18.392Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.392Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-07-14T07:29:18.393Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.01s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:29:18.394Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:29:18.395Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:29:18.395Z] PASS [2021-07-14T07:29:18.395Z] coverage: 88.6% of statements [2021-07-14T07:29:18.395Z] ok github.com/docker/docker/pkg/tailfile 0.140s coverage: 88.6% of statements [2021-07-14T07:29:18.699Z] === RUN TestReadPluginNoRead/default [2021-07-14T07:29:18.870Z] === RUN TestTarSumRemoveNonExistent [2021-07-14T07:29:18.870Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-07-14T07:29:18.870Z] === RUN TestTarSumRemove [2021-07-14T07:29:18.870Z] --- PASS: TestTarSumRemove (0.00s) [2021-07-14T07:29:18.870Z] === RUN TestSortFileInfoSums [2021-07-14T07:29:18.870Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-07-14T07:29:18.870Z] === RUN TestNewTarSumForLabelInvalid [2021-07-14T07:29:18.870Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-07-14T07:29:18.870Z] === RUN TestNewTarSumForLabel [2021-07-14T07:29:18.870Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-07-14T07:29:18.870Z] === RUN TestEmptyTar [2021-07-14T07:29:18.870Z] --- PASS: TestEmptyTar (0.00s) [2021-07-14T07:29:18.870Z] === RUN TestTarSumsReadSize [2021-07-14T07:29:18.870Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-07-14T07:29:18.870Z] === RUN TestTarSums [2021-07-14T07:29:19.350Z] --- PASS: TestTarSums (0.07s) [2021-07-14T07:29:19.351Z] === RUN TestIteration [2021-07-14T07:29:19.351Z] --- PASS: TestIteration (0.00s) [2021-07-14T07:29:19.351Z] === RUN TestVersionLabelForChecksum [2021-07-14T07:29:19.351Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-07-14T07:29:19.351Z] === RUN TestVersion [2021-07-14T07:29:19.351Z] --- PASS: TestVersion (0.00s) [2021-07-14T07:29:19.351Z] === RUN TestGetVersion [2021-07-14T07:29:19.351Z] --- PASS: TestGetVersion (0.00s) [2021-07-14T07:29:19.351Z] === RUN TestGetVersions [2021-07-14T07:29:19.351Z] --- PASS: TestGetVersions (0.00s) [2021-07-14T07:29:19.351Z] PASS [2021-07-14T07:29:19.351Z] coverage: 89.3% of statements [2021-07-14T07:29:19.351Z] ok github.com/docker/docker/pkg/tarsum 0.109s coverage: 89.3% of statements [2021-07-14T07:29:19.826Z] testing: warning: no tests to run [2021-07-14T07:29:19.826Z] PASS [2021-07-14T07:29:19.826Z] coverage: [no statements] [2021-07-14T07:29:19.826Z] ok github.com/docker/docker/pkg/term/windows 0.027s coverage: [no statements] [no tests to run] [2021-07-14T07:29:19.826Z] === RUN TestTruncIndex [2021-07-14T07:29:20.073Z] === RUN TestReadPluginNoRead/disabled_caching [2021-07-14T07:29:20.302Z] --- PASS: TestTruncIndex (0.10s) [2021-07-14T07:29:20.302Z] PASS [2021-07-14T07:29:20.302Z] coverage: 91.5% of statements [2021-07-14T07:29:20.302Z] ok github.com/docker/docker/pkg/truncindex 0.128s coverage: 91.5% of statements [2021-07-14T07:29:20.302Z] === RUN TestIsGIT [2021-07-14T07:29:20.302Z] --- PASS: TestIsGIT (0.00s) [2021-07-14T07:29:20.302Z] === RUN TestIsTransport [2021-07-14T07:29:20.302Z] --- PASS: TestIsTransport (0.00s) [2021-07-14T07:29:20.302Z] PASS [2021-07-14T07:29:20.302Z] coverage: 100.0% of statements [2021-07-14T07:29:20.302Z] ok github.com/docker/docker/pkg/urlutil 0.032s coverage: 100.0% of statements [2021-07-14T07:29:20.777Z] === RUN TestVersionInfo [2021-07-14T07:29:20.777Z] --- PASS: TestVersionInfo (0.00s) [2021-07-14T07:29:20.777Z] === RUN TestAppendVersions [2021-07-14T07:29:20.777Z] --- PASS: TestAppendVersions (0.00s) [2021-07-14T07:29:20.777Z] PASS [2021-07-14T07:29:20.777Z] coverage: 88.9% of statements [2021-07-14T07:29:20.777Z] ok github.com/docker/docker/pkg/useragent 0.029s coverage: 88.9% of statements [2021-07-14T07:29:21.008Z] --- PASS: TestContinueAfterPluginCrash (9.47s) [2021-07-14T07:29:21.253Z] time="2021-07-14T07:29:20Z" 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-07-14T07:29:21.574Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-07-14T07:29:22.254Z] === RUN TestValidatePrivileges [2021-07-14T07:29:22.254Z] --- PASS: TestValidatePrivileges (0.00s) [2021-07-14T07:29:22.254Z] === RUN TestFilterByCapNeg [2021-07-14T07:29:22.254Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-07-14T07:29:22.254Z] === RUN TestFilterByCapPos [2021-07-14T07:29:22.254Z] --- PASS: TestFilterByCapPos (0.00s) [2021-07-14T07:29:22.254Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-07-14T07:29:22.254Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-07-14T07:29:22.254Z] PASS [2021-07-14T07:29:22.254Z] coverage: 12.0% of statements [2021-07-14T07:29:22.254Z] ok github.com/docker/docker/plugin 0.037s coverage: 12.0% of statements [2021-07-14T07:29:22.949Z] === CONT TestReadPluginNoRead [2021-07-14T07:29:22.949Z] read_test.go:92: [daef456365f21] daemon is not started [2021-07-14T07:29:22.949Z] --- PASS: TestReadPluginNoRead (6.71s) [2021-07-14T07:29:22.949Z] --- PASS: TestReadPluginNoRead/default (1.47s) [2021-07-14T07:29:22.949Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.52s) [2021-07-14T07:29:22.949Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.51s) [2021-07-14T07:29:22.949Z] PASS [2021-07-14T07:29:22.949Z] [2021-07-14T07:29:22.949Z] DONE 6 tests in 11.503s [2021-07-14T07:29:22.949Z] 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-07-14T07:29:22.949Z] testing: warning: no tests to run [2021-07-14T07:29:22.949Z] PASS [2021-07-14T07:29:22.949Z] [2021-07-14T07:29:22.949Z] DONE 0 tests in 0.034s [2021-07-14T07:29:22.949Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-07-14T07:29:23.207Z] INFO: Testing against a local daemon [2021-07-14T07:29:23.207Z] === RUN TestPluginWithDevMounts [2021-07-14T07:29:23.207Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-07-14T07:29:23.207Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-07-14T07:29:23.207Z] PASS [2021-07-14T07:29:23.207Z] [2021-07-14T07:29:23.207Z] === Skipped [2021-07-14T07:29:23.207Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-07-14T07:29:23.207Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-07-14T07:29:23.207Z] [2021-07-14T07:29:23.207Z] [2021-07-14T07:29:23.207Z] DONE 1 tests, 1 skipped in 0.127s [2021-07-14T07:29:23.207Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-07-14T07:29:23.207Z] INFO: Testing against a local daemon [2021-07-14T07:29:23.207Z] === RUN TestSecretInspect [2021-07-14T07:29:23.207Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.207Z] --- SKIP: TestSecretInspect (0.02s) [2021-07-14T07:29:23.207Z] === RUN TestSecretList [2021-07-14T07:29:23.207Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.207Z] --- SKIP: TestSecretList (0.01s) [2021-07-14T07:29:23.207Z] === RUN TestSecretsCreateAndDelete [2021-07-14T07:29:23.207Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.207Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2021-07-14T07:29:23.207Z] === RUN TestSecretsUpdate [2021-07-14T07:29:23.207Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.207Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-07-14T07:29:23.207Z] === RUN TestTemplatedSecret [2021-07-14T07:29:23.207Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.207Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-07-14T07:29:23.207Z] === RUN TestSecretCreateResolve [2021-07-14T07:29:23.207Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.207Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-07-14T07:29:23.207Z] PASS [2021-07-14T07:29:23.207Z] [2021-07-14T07:29:23.207Z] === Skipped [2021-07-14T07:29:23.208Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2021-07-14T07:29:23.208Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.208Z] [2021-07-14T07:29:23.208Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-07-14T07:29:23.208Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.208Z] [2021-07-14T07:29:23.208Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2021-07-14T07:29:23.208Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.208Z] [2021-07-14T07:29:23.208Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-07-14T07:29:23.208Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.208Z] [2021-07-14T07:29:23.208Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-07-14T07:29:23.208Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.208Z] [2021-07-14T07:29:23.208Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-07-14T07:29:23.208Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.208Z] [2021-07-14T07:29:23.208Z] [2021-07-14T07:29:23.208Z] DONE 6 tests, 6 skipped in 0.181s [2021-07-14T07:29:23.208Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-07-14T07:29:23.256Z] === RUN TestNewSettable [2021-07-14T07:29:23.256Z] --- PASS: TestNewSettable (0.00s) [2021-07-14T07:29:23.256Z] === RUN TestIsSettable [2021-07-14T07:29:23.256Z] --- PASS: TestIsSettable (0.00s) [2021-07-14T07:29:23.256Z] === RUN TestUpdateSettingsEnv [2021-07-14T07:29:23.256Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-07-14T07:29:23.256Z] PASS [2021-07-14T07:29:23.256Z] coverage: 20.0% of statements [2021-07-14T07:29:23.256Z] ok github.com/docker/docker/plugin/v2 0.031s coverage: 20.0% of statements [2021-07-14T07:29:23.466Z] INFO: Testing against a local daemon [2021-07-14T07:29:23.466Z] === RUN TestServiceCreateInit [2021-07-14T07:29:23.466Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-07-14T07:29:23.466Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.466Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-07-14T07:29:23.466Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.466Z] --- PASS: TestServiceCreateInit (0.01s) [2021-07-14T07:29:23.466Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-07-14T07:29:23.466Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-07-14T07:29:23.466Z] === RUN TestCreateServiceMultipleTimes [2021-07-14T07:29:23.466Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.466Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-07-14T07:29:23.466Z] === RUN TestCreateServiceConflict [2021-07-14T07:29:23.466Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.466Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-07-14T07:29:23.466Z] === RUN TestCreateServiceMaxReplicas [2021-07-14T07:29:23.466Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.466Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-07-14T07:29:23.466Z] === RUN TestCreateWithDuplicateNetworkNames [2021-07-14T07:29:23.466Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.466Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-07-14T07:29:23.466Z] === RUN TestCreateServiceSecretFileMode [2021-07-14T07:29:23.466Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.466Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s) [2021-07-14T07:29:23.466Z] === RUN TestCreateServiceConfigFileMode [2021-07-14T07:29:23.466Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.466Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-07-14T07:29:23.466Z] === RUN TestCreateServiceSysctls [2021-07-14T07:29:23.466Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.466Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-07-14T07:29:23.466Z] === RUN TestCreateServiceCapabilities [2021-07-14T07:29:23.725Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.725Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-07-14T07:29:23.725Z] === RUN TestInspect [2021-07-14T07:29:23.725Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.725Z] --- SKIP: TestInspect (0.01s) [2021-07-14T07:29:23.725Z] === RUN TestCreateJob [2021-07-14T07:29:23.725Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.725Z] --- SKIP: TestCreateJob (0.01s) [2021-07-14T07:29:23.725Z] === RUN TestReplicatedJob [2021-07-14T07:29:23.725Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.725Z] --- SKIP: TestReplicatedJob (0.01s) [2021-07-14T07:29:23.725Z] === RUN TestUpdateReplicatedJob [2021-07-14T07:29:23.725Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.725Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-07-14T07:29:23.725Z] === RUN TestServiceListWithStatuses [2021-07-14T07:29:23.725Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-07-14T07:29:23.725Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-07-14T07:29:23.725Z] === RUN TestDockerNetworkConnectAlias [2021-07-14T07:29:23.725Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.725Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s) [2021-07-14T07:29:23.725Z] === RUN TestDockerNetworkReConnect [2021-07-14T07:29:23.725Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:23.725Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2021-07-14T07:29:23.725Z] === RUN TestServicePlugin [2021-07-14T07:29:23.731Z] === RUN TestLoad [2021-07-14T07:29:23.732Z] --- PASS: TestLoad (0.00s) [2021-07-14T07:29:23.732Z] === RUN TestSave [2021-07-14T07:29:23.732Z] --- PASS: TestSave (0.02s) [2021-07-14T07:29:23.732Z] === RUN TestAddDeleteGet [2021-07-14T07:29:23.732Z] --- PASS: TestAddDeleteGet (0.02s) [2021-07-14T07:29:23.732Z] === RUN TestInvalidTags [2021-07-14T07:29:23.732Z] --- PASS: TestInvalidTags (0.00s) [2021-07-14T07:29:23.732Z] PASS [2021-07-14T07:29:23.732Z] coverage: 84.4% of statements [2021-07-14T07:29:23.732Z] ok github.com/docker/docker/reference 0.074s coverage: 84.4% of statements [2021-07-14T07:29:24.208Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-07-14T07:29:24.208Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-07-14T07:29:24.208Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-07-14T07:29:24.208Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-07-14T07:29:25.210Z] === RUN TestResolveAuthConfigIndexServer [2021-07-14T07:29:25.210Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestResolveAuthConfigFullURL [2021-07-14T07:29:25.210Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestLoadAllowNondistributableArtifacts [2021-07-14T07:29:25.210Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestValidateMirror [2021-07-14T07:29:25.210Z] --- PASS: TestValidateMirror (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestLoadInsecureRegistries [2021-07-14T07:29:25.210Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-07-14T07:29:25.210Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-07-14T07:29:25.210Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-07-14T07:29:25.210Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-07-14T07:29:25.210Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestResumableRequestReaderWithReadError [2021-07-14T07:29:25.210Z] time="2021-07-14T07:29:25Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-07-14T07:29:25.210Z] time="2021-07-14T07:29:25Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-07-14T07:29:25.210Z] time="2021-07-14T07:29:25Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-07-14T07:29:25.210Z] --- PASS: TestLoadInsecureRegistries (0.10s) [2021-07-14T07:29:25.210Z] === RUN TestNewServiceConfig [2021-07-14T07:29:25.210Z] --- PASS: TestNewServiceConfig (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestValidateIndexName [2021-07-14T07:29:25.210Z] --- PASS: TestValidateIndexName (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestValidateIndexNameWithError [2021-07-14T07:29:25.210Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestEndpointParse [2021-07-14T07:29:25.210Z] --- PASS: TestEndpointParse (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestEndpointParseInvalid [2021-07-14T07:29:25.210Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestValidateEndpoint [2021-07-14T07:29:25.210Z] --- PASS: TestValidateEndpoint (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestPing [2021-07-14T07:29:25.210Z] --- PASS: TestPing (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestPingRegistryEndpoint [2021-07-14T07:29:25.210Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:29:25.210Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestEndpoint [2021-07-14T07:29:25.210Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:29:25.210Z] --- SKIP: TestEndpoint (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestParseRepositoryInfo [2021-07-14T07:29:25.210Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestNewIndexInfo [2021-07-14T07:29:25.210Z] --- PASS: TestNewIndexInfo (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestMirrorEndpointLookup [2021-07-14T07:29:25.210Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:29:25.210Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestSearchRepositories [2021-07-14T07:29:25.210Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-07-14T07:29:25.210Z] Host: 127.0.0.1:49306 [2021-07-14T07:29:25.210Z] User-Agent: docker test client [2021-07-14T07:29:25.210Z] Authorization: Token fake-token [2021-07-14T07:29:25.210Z] X-Docker-Token: true [2021-07-14T07:29:25.210Z] Accept-Encoding: gzip [2021-07-14T07:29:25.210Z] [2021-07-14T07:29:25.210Z] [2021-07-14T07:29:25.210Z] registry_test.go:730: HTTP/1.1 200 OK [2021-07-14T07:29:25.210Z] Connection: close [2021-07-14T07:29:25.210Z] Content-Length: 144 [2021-07-14T07:29:25.210Z] Cache-Control: no-cache [2021-07-14T07:29:25.210Z] Content-Type: application/json [2021-07-14T07:29:25.210Z] Date: Wed, 14 Jul 2021 07:29:25 GMT [2021-07-14T07:29:25.210Z] Expires: -1 [2021-07-14T07:29:25.210Z] Pragma: no-cache [2021-07-14T07:29:25.210Z] Server: docker-tests/mock [2021-07-14T07:29:25.210Z] X-Docker-Registry-Config: mock [2021-07-14T07:29:25.210Z] X-Docker-Registry-Version: 0.0.0 [2021-07-14T07:29:25.210Z] [2021-07-14T07:29:25.210Z] [2021-07-14T07:29:25.210Z] --- PASS: TestSearchRepositories (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestTrustedLocation [2021-07-14T07:29:25.210Z] --- PASS: TestTrustedLocation (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-07-14T07:29:25.210Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestAllowNondistributableArtifacts [2021-07-14T07:29:25.210Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-07-14T07:29:25.210Z] === RUN TestIsSecureIndex [2021-07-14T07:29:25.210Z] --- PASS: TestIsSecureIndex (0.00s) [2021-07-14T07:29:25.210Z] PASS [2021-07-14T07:29:25.210Z] coverage: 51.7% of statements [2021-07-14T07:29:25.210Z] ok github.com/docker/docker/registry 0.168s coverage: 51.7% of statements [2021-07-14T07:29:25.626Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.626Z] --- SKIP: TestServicePlugin (2.03s) [2021-07-14T07:29:25.626Z] === RUN TestServiceUpdateLabel [2021-07-14T07:29:25.626Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.626Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-07-14T07:29:25.626Z] === RUN TestServiceUpdateSecrets [2021-07-14T07:29:25.626Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.626Z] --- SKIP: TestServiceUpdateSecrets (0.02s) [2021-07-14T07:29:25.626Z] === RUN TestServiceUpdateConfigs [2021-07-14T07:29:25.626Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.626Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-07-14T07:29:25.626Z] === RUN TestServiceUpdateNetwork [2021-07-14T07:29:25.626Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.685Z] time="2021-07-14T07:29:25Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-07-14T07:29:25.685Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s) [2021-07-14T07:29:25.685Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-07-14T07:29:25.685Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-07-14T07:29:25.685Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-07-14T07:29:25.685Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-07-14T07:29:25.685Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-07-14T07:29:25.685Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-07-14T07:29:25.685Z] === RUN TestResumableRequestReader [2021-07-14T07:29:25.685Z] --- PASS: TestResumableRequestReader (0.00s) [2021-07-14T07:29:25.685Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-07-14T07:29:25.685Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-07-14T07:29:25.685Z] PASS [2021-07-14T07:29:25.685Z] coverage: 100.0% of statements [2021-07-14T07:29:25.685Z] ok github.com/docker/docker/registry/resumable 0.158s coverage: 100.0% of statements [2021-07-14T07:29:25.685Z] === RUN TestRestartManagerTimeout [2021-07-14T07:29:25.685Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-07-14T07:29:25.685Z] === RUN TestRestartManagerTimeoutReset [2021-07-14T07:29:25.685Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-07-14T07:29:25.685Z] PASS [2021-07-14T07:29:25.685Z] coverage: 50.9% of statements [2021-07-14T07:29:25.685Z] ok github.com/docker/docker/restartmanager 0.031s coverage: 50.9% of statements [2021-07-14T07:29:25.884Z] --- SKIP: TestServiceUpdateNetwork (0.02s) [2021-07-14T07:29:25.884Z] === RUN TestServiceUpdatePidsLimit [2021-07-14T07:29:25.884Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.884Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-07-14T07:29:25.884Z] PASS [2021-07-14T07:29:25.884Z] [2021-07-14T07:29:25.884Z] === Skipped [2021-07-14T07:29:25.884Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-07-14T07:29:25.884Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.884Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-07-14T07:29:25.884Z] [2021-07-14T07:29:25.884Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-07-14T07:29:25.884Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.884Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-07-14T07:29:25.884Z] [2021-07-14T07:29:25.884Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-07-14T07:29:25.884Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.884Z] [2021-07-14T07:29:25.884Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-07-14T07:29:25.884Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.884Z] [2021-07-14T07:29:25.884Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-07-14T07:29:25.884Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.884Z] [2021-07-14T07:29:25.884Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-07-14T07:29:25.884Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.884Z] [2021-07-14T07:29:25.884Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s) [2021-07-14T07:29:25.884Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.884Z] [2021-07-14T07:29:25.884Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-07-14T07:29:25.884Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.884Z] [2021-07-14T07:29:25.884Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-07-14T07:29:25.884Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.884Z] [2021-07-14T07:29:25.884Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-07-14T07:29:25.885Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.885Z] [2021-07-14T07:29:25.885Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-07-14T07:29:25.885Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.885Z] [2021-07-14T07:29:25.885Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-07-14T07:29:25.885Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.885Z] [2021-07-14T07:29:25.885Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-07-14T07:29:25.885Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.885Z] [2021-07-14T07:29:25.885Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-07-14T07:29:25.885Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.885Z] [2021-07-14T07:29:25.885Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-07-14T07:29:25.885Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-07-14T07:29:25.885Z] [2021-07-14T07:29:25.885Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s) [2021-07-14T07:29:25.885Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.885Z] [2021-07-14T07:29:25.885Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2021-07-14T07:29:25.885Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.885Z] [2021-07-14T07:29:25.885Z] === SKIP: amd64.integration.service TestServicePlugin (2.03s) [2021-07-14T07:29:25.885Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.885Z] [2021-07-14T07:29:25.885Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-07-14T07:29:25.885Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.885Z] [2021-07-14T07:29:25.885Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) [2021-07-14T07:29:25.885Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.885Z] [2021-07-14T07:29:25.885Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-07-14T07:29:25.885Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.885Z] [2021-07-14T07:29:25.885Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s) [2021-07-14T07:29:25.885Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.885Z] [2021-07-14T07:29:25.885Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-07-14T07:29:25.885Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-07-14T07:29:25.885Z] [2021-07-14T07:29:25.885Z] [2021-07-14T07:29:25.885Z] DONE 24 tests, 23 skipped in 2.480s [2021-07-14T07:29:25.885Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-07-14T07:29:25.885Z] INFO: Testing against a local daemon [2021-07-14T07:29:25.885Z] === RUN TestSessionCreate [2021-07-14T07:29:25.885Z] --- PASS: TestSessionCreate (0.03s) [2021-07-14T07:29:25.885Z] === RUN TestSessionCreateWithBadUpgrade [2021-07-14T07:29:25.885Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-07-14T07:29:25.885Z] PASS [2021-07-14T07:29:25.885Z] [2021-07-14T07:29:25.885Z] DONE 2 tests in 0.173s [2021-07-14T07:29:25.885Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-07-14T07:29:26.143Z] INFO: Testing against a local daemon [2021-07-14T07:29:26.143Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-07-14T07:29:26.143Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-07-14T07:29:26.143Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-07-14T07:29:26.143Z] === RUN TestEventsExecDie [2021-07-14T07:29:26.161Z] === RUN TestDecodeContainerConfig [2021-07-14T07:29:26.161Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-07-14T07:29:26.161Z] === RUN TestDecodeContainerConfigIsolation [2021-07-14T07:29:26.161Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-07-14T07:29:26.161Z] === RUN TestValidatePrivileged [2021-07-14T07:29:26.161Z] --- PASS: TestValidatePrivileged (0.00s) [2021-07-14T07:29:26.161Z] PASS [2021-07-14T07:29:26.161Z] coverage: 52.2% of statements [2021-07-14T07:29:26.161Z] ok github.com/docker/docker/runconfig 0.030s coverage: 52.2% of statements [2021-07-14T07:29:26.636Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-07-14T07:29:26.636Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-07-14T07:29:26.636Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-07-14T07:29:26.636Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-07-14T07:29:26.636Z] PASS [2021-07-14T07:29:26.636Z] coverage: 62.5% of statements [2021-07-14T07:29:26.636Z] ok github.com/docker/docker/testutil 0.065s coverage: 62.5% of statements [2021-07-14T07:29:27.078Z] --- PASS: TestEventsExecDie (1.00s) [2021-07-14T07:29:27.078Z] === RUN TestEventsBackwardsCompatible [2021-07-14T07:29:27.078Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2021-07-14T07:29:27.078Z] === RUN TestEventsVolumeCreate [2021-07-14T07:29:27.078Z] --- PASS: TestEventsVolumeCreate (0.04s) [2021-07-14T07:29:27.078Z] === RUN TestInfoBinaryCommits [2021-07-14T07:29:27.337Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-07-14T07:29:27.337Z] === RUN TestInfoAPIVersioned [2021-07-14T07:29:27.337Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-07-14T07:29:27.337Z] === RUN TestInfoDiscoveryBackend [2021-07-14T07:29:27.903Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-07-14T07:29:27.903Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-07-14T07:29:28.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-07-14T07:29:28.881Z] === RUN TestGetDriver [2021-07-14T07:29:28.881Z] --- PASS: TestGetDriver (0.00s) [2021-07-14T07:29:28.881Z] === RUN TestVolumeRequestError [2021-07-14T07:29:28.881Z] --- PASS: TestVolumeRequestError (0.01s) [2021-07-14T07:29:28.881Z] PASS [2021-07-14T07:29:28.881Z] coverage: 36.1% of statements [2021-07-14T07:29:28.881Z] ok github.com/docker/docker/volume/drivers 0.044s coverage: 36.1% of statements [2021-07-14T07:29:28.881Z] === RUN TestGetAddress [2021-07-14T07:29:28.881Z] --- PASS: TestGetAddress (0.00s) [2021-07-14T07:29:28.881Z] === RUN TestRemove [2021-07-14T07:29:28.881Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-07-14T07:29:28.881Z] --- SKIP: TestRemove (0.00s) [2021-07-14T07:29:28.881Z] === RUN TestInitializeWithVolumes [2021-07-14T07:29:28.881Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-07-14T07:29:28.881Z] === RUN TestCreate [2021-07-14T07:29:28.881Z] --- PASS: TestCreate (0.01s) [2021-07-14T07:29:28.881Z] === RUN TestValidateName [2021-07-14T07:29:28.881Z] --- PASS: TestValidateName (0.00s) [2021-07-14T07:29:28.881Z] === RUN TestCreateWithOpts [2021-07-14T07:29:28.881Z] local_test.go:181: runtime.GOOS == "windows" [2021-07-14T07:29:28.881Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-07-14T07:29:28.881Z] === RUN TestRelaodNoOpts [2021-07-14T07:29:28.881Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-07-14T07:29:28.881Z] PASS [2021-07-14T07:29:28.881Z] coverage: 41.5% of statements [2021-07-14T07:29:28.881Z] ok github.com/docker/docker/volume/local 0.053s coverage: 41.5% of statements [2021-07-14T07:29:29.882Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-07-14T07:29:29.882Z] === RUN TestClientStream [2021-07-14T07:29:29.882Z] --- PASS: TestClientStream (0.00s) [2021-07-14T07:29:29.882Z] === RUN TestClientSendFile [2021-07-14T07:29:29.882Z] --- PASS: TestClientSendFile (0.00s) [2021-07-14T07:29:29.882Z] === RUN TestClientWithRequestTimeout [2021-07-14T07:29:29.882Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-07-14T07:29:29.882Z] === RUN TestFileSpecPlugin [2021-07-14T07:29:29.882Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-07-14T07:29:29.882Z] === RUN TestFileJSONSpecPlugin [2021-07-14T07:29:29.882Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-07-14T07:29:29.882Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-07-14T07:29:29.882Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-07-14T07:29:29.882Z] === RUN TestPluginAddHandler [2021-07-14T07:29:29.882Z] --- PASS: TestPluginAddHandler (0.00s) [2021-07-14T07:29:29.882Z] === RUN TestPluginWaitBadPlugin [2021-07-14T07:29:29.882Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-07-14T07:29:29.882Z] === RUN TestGet [2021-07-14T07:29:29.882Z] time="2021-07-14T07:29:29Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-07-14T07:29:29.882Z] === RUN TestConvertTmpfsOptions [2021-07-14T07:29:29.882Z] parser_test.go:49: data="mode=700,size=1m" [2021-07-14T07:29:29.882Z] parser_test.go:49: data="ro" [2021-07-14T07:29:29.882Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-07-14T07:29:29.882Z] === RUN TestParseMountRaw [2021-07-14T07:29:29.882Z] --- PASS: TestParseMountRaw (0.02s) [2021-07-14T07:29:29.882Z] === RUN TestParseMountRawSplit [2021-07-14T07:29:29.882Z] parser_test.go:390: case 0 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 1 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 2 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 3 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 4 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 5 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 6 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 7 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 8 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 0 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 1 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 2 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 3 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 4 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 5 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 6 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 7 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 8 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 9 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 10 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 11 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 12 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 0 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 1 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 2 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 3 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 4 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 5 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 6 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 7 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 8 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 9 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 10 [2021-07-14T07:29:29.882Z] parser_test.go:390: case 11 [2021-07-14T07:29:29.882Z] --- PASS: TestParseMountRawSplit (0.01s) [2021-07-14T07:29:29.882Z] === RUN TestParseMountSpec [2021-07-14T07:29:29.882Z] parser_test.go:455: case 0 [2021-07-14T07:29:29.882Z] parser_test.go:455: case 1 [2021-07-14T07:29:29.882Z] parser_test.go:455: case 2 [2021-07-14T07:29:29.882Z] parser_test.go:455: case 3 [2021-07-14T07:29:29.882Z] parser_test.go:455: case 4 [2021-07-14T07:29:29.882Z] parser_test.go:455: case 5 [2021-07-14T07:29:29.882Z] --- PASS: TestParseMountSpec (0.00s) [2021-07-14T07:29:29.882Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-07-14T07:29:29.882Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-07-14T07:29:29.882Z] === RUN TestValidateMount [2021-07-14T07:29:29.882Z] --- PASS: TestValidateMount (0.00s) [2021-07-14T07:29:29.882Z] PASS [2021-07-14T07:29:29.882Z] coverage: 66.2% of statements [2021-07-14T07:29:29.882Z] ok github.com/docker/docker/volume/mounts 0.057s coverage: 66.2% of statements [2021-07-14T07:29:30.358Z] === RUN TestSetGetMeta [2021-07-14T07:29:30.358Z] === PAUSE TestSetGetMeta [2021-07-14T07:29:30.358Z] === RUN TestRestore [2021-07-14T07:29:30.358Z] === PAUSE TestRestore [2021-07-14T07:29:30.358Z] === RUN TestServiceCreate [2021-07-14T07:29:30.358Z] === PAUSE TestServiceCreate [2021-07-14T07:29:30.358Z] === RUN TestServiceList [2021-07-14T07:29:30.358Z] === PAUSE TestServiceList [2021-07-14T07:29:30.358Z] === RUN TestServiceRemove [2021-07-14T07:29:30.358Z] === PAUSE TestServiceRemove [2021-07-14T07:29:30.358Z] === RUN TestServiceGet [2021-07-14T07:29:30.358Z] === PAUSE TestServiceGet [2021-07-14T07:29:30.358Z] === RUN TestServicePrune [2021-07-14T07:29:30.358Z] === PAUSE TestServicePrune [2021-07-14T07:29:30.358Z] === RUN TestCreate [2021-07-14T07:29:30.358Z] === PAUSE TestCreate [2021-07-14T07:29:30.358Z] === RUN TestRemove [2021-07-14T07:29:30.358Z] === PAUSE TestRemove [2021-07-14T07:29:30.358Z] === RUN TestList [2021-07-14T07:29:30.358Z] === PAUSE TestList [2021-07-14T07:29:30.358Z] === RUN TestFindByDriver [2021-07-14T07:29:30.358Z] === PAUSE TestFindByDriver [2021-07-14T07:29:30.358Z] === RUN TestFindByReferenced [2021-07-14T07:29:30.358Z] === PAUSE TestFindByReferenced [2021-07-14T07:29:30.358Z] === RUN TestDerefMultipleOfSameRef [2021-07-14T07:29:30.358Z] === PAUSE TestDerefMultipleOfSameRef [2021-07-14T07:29:30.358Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-07-14T07:29:30.358Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-07-14T07:29:30.358Z] === RUN TestDefererencePluginOnCreateError [2021-07-14T07:29:30.358Z] === PAUSE TestDefererencePluginOnCreateError [2021-07-14T07:29:30.358Z] === RUN TestRefDerefRemove [2021-07-14T07:29:30.358Z] === PAUSE TestRefDerefRemove [2021-07-14T07:29:30.358Z] === RUN TestGet [2021-07-14T07:29:30.358Z] === PAUSE TestGet [2021-07-14T07:29:30.358Z] === RUN TestGetWithReference [2021-07-14T07:29:30.358Z] === PAUSE TestGetWithReference [2021-07-14T07:29:30.358Z] === RUN TestFilterFunc [2021-07-14T07:29:30.358Z] === RUN TestFilterFunc/test_nil_list [2021-07-14T07:29:30.358Z] === PAUSE TestFilterFunc/test_nil_list [2021-07-14T07:29:30.358Z] === RUN TestFilterFunc/test_empty_list [2021-07-14T07:29:30.358Z] === PAUSE TestFilterFunc/test_empty_list [2021-07-14T07:29:30.358Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-07-14T07:29:30.358Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-07-14T07:29:30.358Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-07-14T07:29:30.358Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-07-14T07:29:30.358Z] === RUN TestFilterFunc/test_filter_some [2021-07-14T07:29:30.358Z] === PAUSE TestFilterFunc/test_filter_some [2021-07-14T07:29:30.358Z] === RUN TestFilterFunc/test_filter_middle [2021-07-14T07:29:30.358Z] === PAUSE TestFilterFunc/test_filter_middle [2021-07-14T07:29:30.358Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-07-14T07:29:30.358Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-07-14T07:29:30.358Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-07-14T07:29:30.358Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-07-14T07:29:30.358Z] === CONT TestFilterFunc/test_nil_list [2021-07-14T07:29:30.358Z] === CONT TestFilterFunc/test_filter_some [2021-07-14T07:29:30.358Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-07-14T07:29:30.358Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-07-14T07:29:30.358Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-07-14T07:29:30.358Z] === CONT TestFilterFunc/test_empty_list [2021-07-14T07:29:30.358Z] === CONT TestFilterFunc/test_filter_middle [2021-07-14T07:29:30.358Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-07-14T07:29:30.358Z] --- PASS: TestFilterFunc (0.00s) [2021-07-14T07:29:30.358Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-07-14T07:29:30.358Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-07-14T07:29:30.358Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-07-14T07:29:30.358Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-07-14T07:29:30.358Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-07-14T07:29:30.358Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-07-14T07:29:30.358Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-07-14T07:29:30.358Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-07-14T07:29:30.358Z] === CONT TestSetGetMeta [2021-07-14T07:29:30.358Z] === CONT TestFindByDriver [2021-07-14T07:29:30.358Z] === CONT TestServiceList [2021-07-14T07:29:30.358Z] === CONT TestServiceGet [2021-07-14T07:29:30.358Z] --- PASS: TestSetGetMeta (0.01s) [2021-07-14T07:29:30.358Z] === CONT TestServiceCreate [2021-07-14T07:29:30.358Z] --- PASS: TestFindByDriver (0.02s) [2021-07-14T07:29:30.358Z] === CONT TestRestore [2021-07-14T07:29:30.358Z] --- PASS: TestRestore (0.01s) [2021-07-14T07:29:30.358Z] === CONT TestServiceRemove [2021-07-14T07:29:30.358Z] --- PASS: TestServiceGet (0.10s) [2021-07-14T07:29:30.358Z] === CONT TestGetWithReference [2021-07-14T07:29:30.358Z] --- PASS: TestServiceRemove (0.07s) [2021-07-14T07:29:30.358Z] === CONT TestGet [2021-07-14T07:29:30.358Z] --- PASS: TestServiceCreate (0.10s) [2021-07-14T07:29:30.358Z] === CONT TestRefDerefRemove [2021-07-14T07:29:30.358Z] --- PASS: TestServiceList (0.11s) [2021-07-14T07:29:30.358Z] === CONT TestDefererencePluginOnCreateError [2021-07-14T07:29:30.358Z] --- PASS: TestGetWithReference (0.02s) [2021-07-14T07:29:30.358Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-07-14T07:29:30.358Z] --- PASS: TestGet (0.01s) [2021-07-14T07:29:30.358Z] === CONT TestDerefMultipleOfSameRef [2021-07-14T07:29:30.756Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-07-14T07:29:30.834Z] --- PASS: TestRefDerefRemove (0.02s) [2021-07-14T07:29:30.834Z] === CONT TestFindByReferenced [2021-07-14T07:29:30.834Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-07-14T07:29:30.834Z] === CONT TestList [2021-07-14T07:29:30.834Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-07-14T07:29:30.834Z] === CONT TestRemove [2021-07-14T07:29:30.834Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-07-14T07:29:30.834Z] === CONT TestCreate [2021-07-14T07:29:30.834Z] --- PASS: TestFindByReferenced (0.01s) [2021-07-14T07:29:30.834Z] === CONT TestServicePrune [2021-07-14T07:29:30.834Z] --- PASS: TestList (0.02s) [2021-07-14T07:29:30.834Z] --- PASS: TestCreate (0.01s) [2021-07-14T07:29:30.834Z] --- PASS: TestRemove (0.01s) [2021-07-14T07:29:30.834Z] time="2021-07-14T07:29:30Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-07-14T07:29:30.834Z] time="2021-07-14T07:29:30Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-07-14T07:29:30.834Z] time="2021-07-14T07:29:30Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-07-14T07:29:30.834Z] time="2021-07-14T07:29:30Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-07-14T07:29:30.834Z] time="2021-07-14T07:29:30Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-07-14T07:29:30.834Z] --- PASS: TestServicePrune (0.03s) [2021-07-14T07:29:30.834Z] PASS [2021-07-14T07:29:30.834Z] coverage: 69.6% of statements [2021-07-14T07:29:30.834Z] ok github.com/docker/docker/volume/service 0.199s coverage: 69.6% of statements [2021-07-14T07:29:30.834Z] time="2021-07-14T07:29:30Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-07-14T07:29:31.183Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s) [2021-07-14T07:29:31.183Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-07-14T07:29:31.183Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:31.183Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-07-14T07:29:31.183Z] === RUN TestInfoAPI [2021-07-14T07:29:31.183Z] --- PASS: TestInfoAPI (0.02s) [2021-07-14T07:29:31.183Z] === RUN TestInfoAPIWarnings [2021-07-14T07:29:33.081Z] time="2021-07-14T07:29:32Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-07-14T07:29:36.922Z] time="2021-07-14T07:29:36Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-07-14T07:29:37.544Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-07-14T07:29:37.544Z] Using test binary docker [2021-07-14T07:29:37.544Z] +++ /etc/init.d/apparmor start [2021-07-14T07:29:37.544Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-07-14T07:29:37.544Z] Starting dockerd [2021-07-14T07:29:37.544Z] INFO: Waiting for daemon to start... [2021-07-14T07:29:37.544Z] +++ 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-07-14T07:29:37.544Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-07-14T07:29:37.544Z] Using test binary docker [2021-07-14T07:29:37.544Z] +++ /etc/init.d/apparmor start [2021-07-14T07:29:37.544Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-07-14T07:29:37.544Z] INFO: Waiting for daemon to start... [2021-07-14T07:29:37.544Z] Starting dockerd [2021-07-14T07:29:37.544Z] +++ 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-07-14T07:29:37.544Z] . [2021-07-14T07:29:37.544Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-07-14T07:29:37.544Z] [2021-07-14T07:29:37.544Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-07-14T07:29:37.544Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-07-14T07:29:37.544Z] Error: No such image: emptyfs [2021-07-14T07:29:37.544Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-07-14T07:29:37.544Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-07-14T07:29:37.544Z] ++++ docker load [2021-07-14T07:29:37.544Z] Error: No such image: emptyfs [2021-07-14T07:29:37.544Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-07-14T07:29:37.544Z] ++++ docker load [2021-07-14T07:29:37.544Z] Running integration-test (iteration 1) [2021-07-14T07:29:37.544Z] Running integration-test (iteration 1) [2021-07-14T07:29:37.544Z] 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-07-14T07:29:37.544Z] ++ 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-07-14T07:29:37.544Z] ++ set -e [2021-07-14T07:29:37.544Z] ++ '[' -n 0 ']' [2021-07-14T07:29:37.544Z] ++ set -x [2021-07-14T07:29:37.544Z] ++ 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-07-14T07:29:37.544Z] 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-07-14T07:29:37.544Z] ++ 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-07-14T07:29:37.544Z] ++ set -e [2021-07-14T07:29:37.544Z] ++ '[' -n 0 ']' [2021-07-14T07:29:37.544Z] ++ set -x [2021-07-14T07:29:37.544Z] ++ 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-07-14T07:29:38.204Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-07-14T07:29:39.727Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-07-14T07:29:44.062Z] tests/integration/api_service_test.py ....................s............. [ 60%] [2021-07-14T07:29:45.656Z] --- PASS: TestGet (15.01s) [2021-07-14T07:29:45.656Z] === RUN TestPluginWithNoManifest [2021-07-14T07:29:45.656Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-07-14T07:29:45.656Z] === RUN TestGetAll [2021-07-14T07:29:45.656Z] --- PASS: TestGetAll (0.00s) [2021-07-14T07:29:45.656Z] PASS [2021-07-14T07:29:45.656Z] coverage: 73.4% of statements [2021-07-14T07:29:45.656Z] ok github.com/docker/docker/pkg/plugins 36.090s coverage: 73.4% of statements [2021-07-14T07:29:49.256Z] --- PASS: TestInfoAPIWarnings (16.33s) [2021-07-14T07:29:49.256Z] === RUN TestInfoDebug [2021-07-14T07:29:49.256Z] --- PASS: TestInfoDebug (0.53s) [2021-07-14T07:29:49.256Z] === RUN TestInfoInsecureRegistries [2021-07-14T07:29:49.256Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-07-14T07:29:49.256Z] === RUN TestInfoRegistryMirrors [2021-07-14T07:29:49.256Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-07-14T07:29:49.256Z] === RUN TestLoginFailsWithBadCredentials [2021-07-14T07:29:49.256Z] --- PASS: TestLoginFailsWithBadCredentials (0.13s) [2021-07-14T07:29:49.256Z] === RUN TestPingCacheHeaders [2021-07-14T07:29:49.256Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-07-14T07:29:49.256Z] === RUN TestPingGet [2021-07-14T07:29:49.256Z] --- PASS: TestPingGet (0.02s) [2021-07-14T07:29:49.256Z] === RUN TestPingHead [2021-07-14T07:29:49.256Z] --- PASS: TestPingHead (0.02s) [2021-07-14T07:29:49.256Z] === RUN TestVersion [2021-07-14T07:29:49.256Z] --- PASS: TestVersion (0.02s) [2021-07-14T07:29:49.256Z] PASS [2021-07-14T07:29:49.256Z] [2021-07-14T07:29:49.256Z] === Skipped [2021-07-14T07:29:49.256Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-07-14T07:29:49.256Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-07-14T07:29:49.256Z] [2021-07-14T07:29:49.256Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-07-14T07:29:49.256Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-07-14T07:29:49.256Z] [2021-07-14T07:29:49.256Z] [2021-07-14T07:29:49.256Z] DONE 19 tests, 2 skipped in 23.294s [2021-07-14T07:29:49.256Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-07-14T07:29:49.514Z] INFO: Testing against a local daemon [2021-07-14T07:29:49.514Z] === RUN TestVolumesCreateAndList [2021-07-14T07:29:49.514Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-07-14T07:29:49.514Z] === RUN TestVolumesRemove [2021-07-14T07:29:49.514Z] --- PASS: TestVolumesRemove (0.09s) [2021-07-14T07:29:49.514Z] === RUN TestVolumesInspect [2021-07-14T07:29:49.514Z] --- PASS: TestVolumesInspect (0.02s) [2021-07-14T07:29:49.514Z] === RUN TestVolumesInvalidJSON [2021-07-14T07:29:49.514Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-07-14T07:29:49.514Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-07-14T07:29:49.514Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-07-14T07:29:49.514Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-07-14T07:29:49.514Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-07-14T07:29:49.514Z] PASS [2021-07-14T07:29:49.514Z] [2021-07-14T07:29:49.514Z] DONE 5 tests in 0.250s [2021-07-14T07:29:49.514Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-07-14T07:29:49.514Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12569 is not a child of this shell [2021-07-14T07:29:49.514Z] warning: PID 12569 from bundles/test-integration/docker.pid had a nonzero exit code [2021-07-14T07:29:49.514Z] Leaving: AppArmorNo profiles have been unloaded. [2021-07-14T07:29:49.514Z] [2021-07-14T07:29:49.514Z] Unloading profiles will leave already running processes permanently [2021-07-14T07:29:49.514Z] unconfined, which can lead to unexpected situations. [2021-07-14T07:29:49.514Z] [2021-07-14T07:29:49.514Z] To set a process to complain mode, use the command line tool [2021-07-14T07:29:49.514Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-07-14T07:29:49.514Z] Removing test suite binaries [2021-07-14T07:29:49.772Z] exiting test-integration [2021-07-14T07:29:49.772Z] ++ exit 0 [2021-07-14T07:29:49.772Z] Post stage [Pipeline] junit [2021-07-14T07:29:51.686Z] Recording test results [2021-07-14T07:29:53.326Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-07-14T07:29:53.667Z] + echo Ensuring container killed. [2021-07-14T07:29:53.667Z] Ensuring container killed. [2021-07-14T07:29:53.667Z] + docker rm -vf docker-pr2 [2021-07-14T07:29:53.667Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-07-14T07:29:53.954Z] + echo Chowning /workspace to jenkins user [2021-07-14T07:29:53.954Z] Chowning /workspace to jenkins user [2021-07-14T07:29:53.954Z] + id -u [2021-07-14T07:29:53.954Z] + id -g [2021-07-14T07:29:53.954Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42636:/workspace busybox chown -R 1000:1000 /workspace [2021-07-14T07:29:53.954Z] Unable to find image 'busybox:latest' locally [2021-07-14T07:29:53.954Z] latest: Pulling from library/busybox [2021-07-14T07:29:54.215Z] b71f96345d44: Pulling fs layer [2021-07-14T07:29:54.215Z] b71f96345d44: Download complete [2021-07-14T07:29:54.215Z] b71f96345d44: Pull complete [2021-07-14T07:29:54.215Z] Digest: sha256:0f354ec1728d9ff32edcd7d1b8bbdfc798277ad36120dc3dc683be44524c8b60 [2021-07-14T07:29:54.215Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-07-14T07:29:56.414Z] + bundleName=amd64-rootless [2021-07-14T07:29:56.414Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-07-14T07:29:56.414Z] Creating amd64-rootless-bundles.tar.gz [2021-07-14T07:29:56.414Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-07-14T07:29:56.414Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2021-07-14T07:29:56.426Z] Archiving artifacts [2021-07-14T07:29:58.435Z] .......................... [ 67%] [2021-07-14T07:29:58.586Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42636/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-07-14T07:29:58.900Z] + make clean [2021-07-14T07:29:59.034Z] --- PASS: TestImportExtremelyLargeImageWorks (92.35s) [2021-07-14T07:29:59.034Z] PASS [2021-07-14T07:29:59.034Z] [2021-07-14T07:29:59.034Z] DONE 12 tests in 95.011s [2021-07-14T07:29:59.034Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-07-14T07:29:59.034Z] INFO: Testing against a local daemon [2021-07-14T07:29:59.034Z] === RUN TestNetworkCreateDelete [2021-07-14T07:29:59.034Z] --- PASS: TestNetworkCreateDelete (0.12s) [2021-07-14T07:29:59.034Z] === RUN TestDockerNetworkDeletePreferID [2021-07-14T07:29:59.034Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2021-07-14T07:29:59.034Z] === RUN TestDaemonDNSFallback [2021-07-14T07:29:59.157Z] docker volume rm -f docker-dev-cache [2021-07-14T07:29:59.157Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-14T07:30:00.650Z] 4612f6d0b889: Pull complete [2021-07-14T07:30:00.739Z] 29d5b6a226d2: Verifying Checksum [2021-07-14T07:30:02.329Z] --- PASS: TestDaemonDNSFallback (6.60s) [2021-07-14T07:30:02.329Z] === RUN TestInspectNetwork [2021-07-14T07:30:05.719Z] === RUN TestInspectNetwork/full_network_id [2021-07-14T07:30:05.720Z] === RUN TestInspectNetwork/partial_network_id [2021-07-14T07:30:05.720Z] === RUN TestInspectNetwork/network_name [2021-07-14T07:30:05.720Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-07-14T07:30:09.942Z] --- PASS: TestInspectNetwork (7.54s) [2021-07-14T07:30:09.942Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-07-14T07:30:09.942Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-07-14T07:30:09.942Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-07-14T07:30:09.942Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-07-14T07:30:09.942Z] === RUN TestRunContainerWithBridgeNone [2021-07-14T07:30:11.084Z] 2021/07/14 07:30:09 Closing DB instances... [2021-07-14T07:30:11.084Z] --- PASS: TestNetworkDBGarbageCollection (54.02s) [2021-07-14T07:30:11.084Z] === RUN TestFindNode [2021-07-14T07:30:11.084Z] 2021/07/14 07:30:10 Closing DB instances... [2021-07-14T07:30:11.084Z] --- PASS: TestFindNode (0.01s) [2021-07-14T07:30:11.084Z] === RUN TestChangeNodeState [2021-07-14T07:30:11.084Z] 2021/07/14 07:30:10 Closing DB instances... [2021-07-14T07:30:11.084Z] --- PASS: TestChangeNodeState (0.01s) [2021-07-14T07:30:11.084Z] === RUN TestNodeReincarnation [2021-07-14T07:30:11.084Z] 2021/07/14 07:30:10 Closing DB instances... [2021-07-14T07:30:13.239Z] --- PASS: TestRunContainerWithBridgeNone (3.07s) [2021-07-14T07:30:13.239Z] === RUN TestNetworkInvalidJSON [2021-07-14T07:30:13.239Z] === RUN TestNetworkInvalidJSON//networks/create [2021-07-14T07:30:13.239Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-07-14T07:30:13.239Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:30:13.239Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:30:13.239Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:30:13.239Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:30:13.239Z] === CONT TestNetworkInvalidJSON//networks/create [2021-07-14T07:30:13.239Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:30:13.239Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:30:13.239Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-07-14T07:30:13.239Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-07-14T07:30:13.239Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-07-14T07:30:13.239Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-07-14T07:30:13.239Z] === RUN TestNetworkList [2021-07-14T07:30:13.239Z] === RUN TestNetworkList//networks [2021-07-14T07:30:13.239Z] === PAUSE TestNetworkList//networks [2021-07-14T07:30:13.239Z] === RUN TestNetworkList//networks/ [2021-07-14T07:30:13.239Z] === PAUSE TestNetworkList//networks/ [2021-07-14T07:30:13.239Z] === CONT TestNetworkList//networks [2021-07-14T07:30:13.239Z] === CONT TestNetworkList//networks/ [2021-07-14T07:30:13.239Z] --- PASS: TestNetworkList (0.01s) [2021-07-14T07:30:13.239Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-07-14T07:30:13.239Z] --- PASS: TestNetworkList//networks (0.00s) [2021-07-14T07:30:13.239Z] === RUN TestHostIPv4BridgeLabel [2021-07-14T07:30:13.239Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-07-14T07:30:13.239Z] === RUN TestDaemonRestartWithLiveRestore [2021-07-14T07:30:14.179Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2021-07-14T07:30:14.179Z] === RUN TestDaemonDefaultNetworkPools [2021-07-14T07:30:15.121Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2021-07-14T07:30:15.121Z] === RUN TestDaemonRestartWithExistingNetwork [2021-07-14T07:30:15.887Z] time="2021-07-14T07:30:15Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-07-14T07:30:15.887Z] --- PASS: TestNodeReincarnation (5.01s) [2021-07-14T07:30:15.887Z] === RUN TestParallelCreate [2021-07-14T07:30:15.887Z] 2021/07/14 07:30:15 Closing DB instances... [2021-07-14T07:30:15.887Z] --- PASS: TestParallelCreate (0.01s) [2021-07-14T07:30:15.887Z] === RUN TestParallelDelete [2021-07-14T07:30:15.887Z] 2021/07/14 07:30:15 Closing DB instances... [2021-07-14T07:30:15.887Z] --- PASS: TestParallelDelete (0.01s) [2021-07-14T07:30:15.887Z] === RUN TestNetworkDBIslands [2021-07-14T07:30:15.887Z] time="2021-07-14T07:30:15Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:2438e5a34add with config:&{NodeID:2438e5a34add Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:30:15.887Z] time="2021-07-14T07:30:15Z" level=info msg="Node 2438e5a34add/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:15.887Z] time="2021-07-14T07:30:15Z" level=info msg="Node 2438e5a34add/172.19.135.155, added to nodes list" [2021-07-14T07:30:15.887Z] time="2021-07-14T07:30:15Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:c5009aadb6cf with config:&{NodeID:c5009aadb6cf Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:30:15.887Z] time="2021-07-14T07:30:15Z" level=info msg="Node c5009aadb6cf/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:15.887Z] time="2021-07-14T07:30:15Z" level=info msg="Node c5009aadb6cf/172.19.135.155, added to nodes list" [2021-07-14T07:30:15.887Z] time="2021-07-14T07:30:15Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-07-14T07:30:15.887Z] time="2021-07-14T07:30:15Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-07-14T07:30:15.887Z] time="2021-07-14T07:30:15Z" level=debug msg="memberlist: Stream connection from=[::1]:49346" [2021-07-14T07:30:15.887Z] time="2021-07-14T07:30:15Z" level=info msg="Node c5009aadb6cf/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:15.887Z] time="2021-07-14T07:30:15Z" level=info msg="Node c5009aadb6cf/172.19.135.155, added to nodes list" [2021-07-14T07:30:15.887Z] time="2021-07-14T07:30:15Z" level=info msg="Node 2438e5a34add/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:15.887Z] time="2021-07-14T07:30:15Z" level=info msg="Node 2438e5a34add/172.19.135.155, added to nodes list" [2021-07-14T07:30:15.887Z] time="2021-07-14T07:30:15Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49347" [2021-07-14T07:30:15.887Z] time="2021-07-14T07:30:15Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-07-14T07:30:16.065Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2021-07-14T07:30:16.065Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-07-14T07:30:16.887Z] time="2021-07-14T07:30:16Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:dfbe8f9f615f with config:&{NodeID:dfbe8f9f615f Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:30:16.887Z] time="2021-07-14T07:30:16Z" level=info msg="Node dfbe8f9f615f/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:16.887Z] time="2021-07-14T07:30:16Z" level=info msg="Node dfbe8f9f615f/172.19.135.155, added to nodes list" [2021-07-14T07:30:16.887Z] time="2021-07-14T07:30:16Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-07-14T07:30:16.887Z] time="2021-07-14T07:30:16Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-07-14T07:30:16.887Z] time="2021-07-14T07:30:16Z" level=debug msg="memberlist: Stream connection from=[::1]:49348" [2021-07-14T07:30:16.887Z] time="2021-07-14T07:30:16Z" level=info msg="Node dfbe8f9f615f/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:16.887Z] time="2021-07-14T07:30:16Z" level=info msg="Node dfbe8f9f615f/172.19.135.155, added to nodes list" [2021-07-14T07:30:16.888Z] time="2021-07-14T07:30:16Z" level=info msg="Node 2438e5a34add/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:16.888Z] time="2021-07-14T07:30:16Z" level=info msg="Node 2438e5a34add/172.19.135.155, added to nodes list" [2021-07-14T07:30:16.888Z] time="2021-07-14T07:30:16Z" level=info msg="Node c5009aadb6cf/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:16.888Z] time="2021-07-14T07:30:16Z" level=info msg="Node c5009aadb6cf/172.19.135.155, added to nodes list" [2021-07-14T07:30:16.888Z] time="2021-07-14T07:30:16Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49349" [2021-07-14T07:30:16.888Z] time="2021-07-14T07:30:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-07-14T07:30:16.888Z] time="2021-07-14T07:30:16Z" level=info msg="Node dfbe8f9f615f/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:16.888Z] time="2021-07-14T07:30:16Z" level=info msg="Node dfbe8f9f615f/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:16Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:c5a2fc7f7b88 with config:&{NodeID:c5a2fc7f7b88 Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:16Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:16Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:16Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:16Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:16Z" level=debug msg="memberlist: Stream connection from=[::1]:49350" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:16Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:16Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:16Z" level=info msg="Node c5009aadb6cf/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:16Z" level=info msg="Node c5009aadb6cf/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:16Z" level=info msg="Node dfbe8f9f615f/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:16Z" level=info msg="Node dfbe8f9f615f/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:16Z" level=info msg="Node 2438e5a34add/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:16Z" level=info msg="Node 2438e5a34add/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:16Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:17Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:17Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:17Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:17.365Z] time="2021-07-14T07:30:17Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.453Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2021-07-14T07:30:17.453Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:bc941d775b25 with config:&{NodeID:bc941d775b25 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=info msg="Node bc941d775b25/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=info msg="Node bc941d775b25/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=debug msg="memberlist: Stream connection from=[::1]:49352" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=info msg="Node bc941d775b25/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=info msg="Node bc941d775b25/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=info msg="Node 2438e5a34add/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=info msg="Node 2438e5a34add/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=info msg="Node c5009aadb6cf/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=info msg="Node c5009aadb6cf/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=info msg="Node dfbe8f9f615f/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=info msg="Node dfbe8f9f615f/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49353" [2021-07-14T07:30:17.840Z] time="2021-07-14T07:30:17Z" level=info msg="Node bc941d775b25/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:17.841Z] time="2021-07-14T07:30:17Z" level=info msg="Node bc941d775b25/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.841Z] time="2021-07-14T07:30:17Z" level=info msg="Node bc941d775b25/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:17.841Z] time="2021-07-14T07:30:17Z" level=info msg="Node bc941d775b25/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.841Z] time="2021-07-14T07:30:17Z" level=info msg="Node bc941d775b25/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:17.841Z] time="2021-07-14T07:30:17Z" level=info msg="Node bc941d775b25/172.19.135.155, added to nodes list" [2021-07-14T07:30:17.841Z] networkdb_test.go:834: Re-joining: 3 [2021-07-14T07:30:17.841Z] time="2021-07-14T07:30:17Z" level=info msg="The new bootstrap node list is:[172.19.135.155:10033 172.19.135.155:10034 172.19.135.155:10035]" [2021-07-14T07:30:17.841Z] time="2021-07-14T07:30:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.135.155:10033" [2021-07-14T07:30:17.841Z] time="2021-07-14T07:30:17Z" level=debug msg="memberlist: Stream connection from=172.19.135.155:49354" [2021-07-14T07:30:17.841Z] time="2021-07-14T07:30:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.135.155:10034" [2021-07-14T07:30:17.841Z] time="2021-07-14T07:30:17Z" level=debug msg="memberlist: Stream connection from=172.19.135.155:49355" [2021-07-14T07:30:17.841Z] time="2021-07-14T07:30:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.135.155:10035" [2021-07-14T07:30:17.841Z] time="2021-07-14T07:30:17Z" level=debug msg="memberlist: Stream connection from=172.19.135.155:49356" [2021-07-14T07:30:18.023Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-07-14T07:30:18.024Z] === RUN TestServiceWithPredefinedNetwork [2021-07-14T07:30:18.316Z] networkdb_test.go:834: Re-joining: 4 [2021-07-14T07:30:18.316Z] time="2021-07-14T07:30:17Z" level=info msg="The new bootstrap node list is:[172.19.135.155:10033 172.19.135.155:10034 172.19.135.155:10035]" [2021-07-14T07:30:18.316Z] time="2021-07-14T07:30:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.135.155:10033" [2021-07-14T07:30:18.316Z] time="2021-07-14T07:30:17Z" level=debug msg="memberlist: Stream connection from=172.19.135.155:49357" [2021-07-14T07:30:18.316Z] time="2021-07-14T07:30:17Z" level=debug msg="memberlist: Stream connection from=172.19.135.155:49358" [2021-07-14T07:30:18.316Z] time="2021-07-14T07:30:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.135.155:10034" [2021-07-14T07:30:18.316Z] time="2021-07-14T07:30:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.135.155:10035" [2021-07-14T07:30:18.316Z] time="2021-07-14T07:30:17Z" level=debug msg="memberlist: Stream connection from=172.19.135.155:49359" [2021-07-14T07:30:18.316Z] time="2021-07-14T07:30:18Z" level=info msg="node 0 leaving" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="Node 2438e5a34add change state NodeActive --> NodeLeft" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="node5(bc941d775b25): Node leave event for 2438e5a34add/172.19.135.155" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="Node 2438e5a34add change state NodeActive --> NodeLeft" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="Node 2438e5a34add change state NodeActive --> NodeLeft" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="node4(c5a2fc7f7b88): Node leave event for 2438e5a34add/172.19.135.155" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="node3(dfbe8f9f615f): Node leave event for 2438e5a34add/172.19.135.155" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="Node 2438e5a34add change state NodeActive --> NodeLeft" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="node2(c5009aadb6cf): Node leave event for 2438e5a34add/172.19.135.155" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="Node 2438e5a34add change state NodeActive --> NodeLeft" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="node1(2438e5a34add): Node leave event for 2438e5a34add/172.19.135.155" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="Node 2438e5a34add/172.19.135.155, left gossip cluster" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="Node 2438e5a34add/172.19.135.155, left gossip cluster" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="Node 2438e5a34add/172.19.135.155, left gossip cluster" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="Node 2438e5a34add/172.19.135.155, left gossip cluster" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="Node 2438e5a34add/172.19.135.155, left gossip cluster" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="node 1 leaving" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="Node c5009aadb6cf change state NodeActive --> NodeLeft" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="node5(bc941d775b25): Node leave event for c5009aadb6cf/172.19.135.155" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="Node c5009aadb6cf change state NodeActive --> NodeLeft" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="node4(c5a2fc7f7b88): Node leave event for c5009aadb6cf/172.19.135.155" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="Node c5009aadb6cf/172.19.135.155, left gossip cluster" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="Node c5009aadb6cf change state NodeActive --> NodeLeft" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="node3(dfbe8f9f615f): Node leave event for c5009aadb6cf/172.19.135.155" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="Node c5009aadb6cf change state NodeActive --> NodeFailed" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=info msg="Node c5009aadb6cf/172.19.135.155, added to failed nodes list" [2021-07-14T07:30:18.793Z] time="2021-07-14T07:30:18Z" level=error msg="node: c5009aadb6cf is unknown to memberlist" [2021-07-14T07:30:19.274Z] time="2021-07-14T07:30:18Z" level=info msg="Node c5009aadb6cf/172.19.135.155, left gossip cluster" [2021-07-14T07:30:19.274Z] time="2021-07-14T07:30:18Z" level=info msg="Node c5009aadb6cf/172.19.135.155, left gossip cluster" [2021-07-14T07:30:19.274Z] time="2021-07-14T07:30:18Z" level=info msg="Node c5009aadb6cf/172.19.135.155, left gossip cluster" [2021-07-14T07:30:19.275Z] time="2021-07-14T07:30:19Z" level=info msg="node 2 leaving" [2021-07-14T07:30:19.275Z] time="2021-07-14T07:30:19Z" level=info msg="Node dfbe8f9f615f change state NodeActive --> NodeLeft" [2021-07-14T07:30:19.275Z] time="2021-07-14T07:30:19Z" level=info msg="node4(c5a2fc7f7b88): Node leave event for dfbe8f9f615f/172.19.135.155" [2021-07-14T07:30:19.275Z] time="2021-07-14T07:30:19Z" level=info msg="Node dfbe8f9f615f change state NodeActive --> NodeLeft" [2021-07-14T07:30:19.275Z] time="2021-07-14T07:30:19Z" level=info msg="node5(bc941d775b25): Node leave event for dfbe8f9f615f/172.19.135.155" [2021-07-14T07:30:19.275Z] time="2021-07-14T07:30:19Z" level=info msg="Node dfbe8f9f615f change state NodeActive --> NodeLeft" [2021-07-14T07:30:19.275Z] time="2021-07-14T07:30:19Z" level=info msg="node3(dfbe8f9f615f): Node leave event for dfbe8f9f615f/172.19.135.155" [2021-07-14T07:30:19.275Z] time="2021-07-14T07:30:19Z" level=debug msg="memberlist: Failed ping: c5a2fc7f7b88 (timeout reached)" [2021-07-14T07:30:19.275Z] time="2021-07-14T07:30:19Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.19.135.155:10034: use of closed network connection" [2021-07-14T07:30:19.275Z] time="2021-07-14T07:30:19Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.19.135.155:10035: use of closed network connection" [2021-07-14T07:30:19.275Z] time="2021-07-14T07:30:19Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.19.135.155:10037: use of closed network connection" [2021-07-14T07:30:19.275Z] time="2021-07-14T07:30:19Z" level=debug msg="memberlist: Stream connection from=172.19.135.155:49360" [2021-07-14T07:30:19.751Z] time="2021-07-14T07:30:19Z" level=info msg="Node dfbe8f9f615f/172.19.135.155, left gossip cluster" [2021-07-14T07:30:19.751Z] time="2021-07-14T07:30:19Z" level=info msg="Node dfbe8f9f615f/172.19.135.155, left gossip cluster" [2021-07-14T07:30:19.751Z] time="2021-07-14T07:30:19Z" level=info msg="Node dfbe8f9f615f/172.19.135.155, left gossip cluster" [2021-07-14T07:30:19.751Z] networkdb_test.go:866: node4: OK [2021-07-14T07:30:19.751Z] networkdb_test.go:866: node5: OK [2021-07-14T07:30:19.751Z] time="2021-07-14T07:30:19Z" level=info msg="node 0 coming back" [2021-07-14T07:30:19.751Z] time="2021-07-14T07:30:19Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:6ad136f71796 with config:&{NodeID:6ad136f71796 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:30:19.751Z] time="2021-07-14T07:30:19Z" level=info msg="Node 6ad136f71796/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:19.751Z] time="2021-07-14T07:30:19Z" level=info msg="Node 6ad136f71796/172.19.135.155, added to nodes list" [2021-07-14T07:30:19.751Z] time="2021-07-14T07:30:19Z" level=info msg="node 1 coming back" [2021-07-14T07:30:19.751Z] time="2021-07-14T07:30:19Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:1dea28f3d587 with config:&{NodeID:1dea28f3d587 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:30:19.751Z] time="2021-07-14T07:30:19Z" level=info msg="Node 1dea28f3d587/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:19.751Z] time="2021-07-14T07:30:19Z" level=info msg="Node 1dea28f3d587/172.19.135.155, added to nodes list" [2021-07-14T07:30:19.751Z] time="2021-07-14T07:30:19Z" level=info msg="node 2 coming back" [2021-07-14T07:30:19.751Z] time="2021-07-14T07:30:19Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:89daa2b44208 with config:&{NodeID:89daa2b44208 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:30:19.751Z] time="2021-07-14T07:30:19Z" level=info msg="Node 89daa2b44208/172.19.135.155, joined gossip cluster" [2021-07-14T07:30:19.751Z] time="2021-07-14T07:30:19Z" level=info msg="Node 89daa2b44208/172.19.135.155, added to nodes list" [2021-07-14T07:30:19.751Z] time="2021-07-14T07:30:19Z" level=warning msg="memberlist: Was able to connect to c5a2fc7f7b88 but other probes failed, network may be misconfigured" [2021-07-14T07:30:19.935Z] --- PASS: TestServiceWithPredefinedNetwork (2.12s) [2021-07-14T07:30:19.935Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-07-14T07:30:19.935Z] service_test.go:242: FLAKY_TEST [2021-07-14T07:30:19.935Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-07-14T07:30:19.935Z] === RUN TestServiceWithDataPathPortInit [2021-07-14T07:30:24.222Z] Loaded image: buildpack-deps:buster [2021-07-14T07:30:24.222Z] Loaded image: busybox:latest [2021-07-14T07:30:24.222Z] Loaded image: buildpack-deps:buster [2021-07-14T07:30:24.222Z] Loaded image: busybox:glibc [2021-07-14T07:30:24.222Z] Loaded image: busybox:latest [2021-07-14T07:30:24.222Z] Loaded image: busybox:glibc [2021-07-14T07:30:29.493Z] Loaded image: debian:bullseye [2021-07-14T07:30:29.493Z] Loaded image: hello-world:latest [2021-07-14T07:30:29.493Z] Loaded image: arm32v7/hello-world:latest [2021-07-14T07:30:29.493Z] INFO: Testing against a local daemon [2021-07-14T07:30:29.493Z] === RUN TestDockerDaemonSuite [2021-07-14T07:30:29.493Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-07-14T07:30:30.429Z] Loaded image: debian:bullseye [2021-07-14T07:30:30.429Z] Loaded image: hello-world:latest [2021-07-14T07:30:30.687Z] Loaded image: arm32v7/hello-world:latest [2021-07-14T07:30:30.687Z] INFO: Testing against a local daemon [2021-07-14T07:30:30.687Z] === RUN TestDockerSuite [2021-07-14T07:30:30.687Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-07-14T07:30:30.687Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-07-14T07:30:31.260Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-07-14T07:30:31.260Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-07-14T07:30:31.260Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-07-14T07:30:31.260Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-07-14T07:30:31.260Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-07-14T07:30:31.260Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-07-14T07:30:32.661Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-07-14T07:30:32.920Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-07-14T07:30:33.488Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-07-14T07:30:33.488Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-07-14T07:30:34.483Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-07-14T07:30:34.483Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-07-14T07:30:34.483Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-07-14T07:30:34.835Z] --- PASS: TestServiceWithDataPathPortInit (14.44s) [2021-07-14T07:30:34.835Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-07-14T07:30:37.039Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-07-14T07:30:37.039Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-07-14T07:30:37.039Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-07-14T07:30:37.039Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-07-14T07:30:37.297Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-07-14T07:30:37.378Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:gau3cuur6fg1ns59nhrmom6nd Created:2021-07-14 07:30:35.759082721 +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[7aa68a14a3aca3a4ff338429cf9b9425163f0855a7e5b595cf499b1d3e0f74bc:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pscjqnp483zenjtwrola528sq EndpointID:bee8368c8ea21a7ee5758263708306ae5507b043d5948fed9d3419b2144a635b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:9bda213e8b5cfe1cf5c21ebe33a750852a2ff6b7760d8dff9687f5bba75a1ad6 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:f25ec78ad3aa IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pscjqnp483zenjtwrola528sq EndpointID:bee8368c8ea21a7ee5758263708306ae5507b043d5948fed9d3419b2144a635b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-07-14T07:30:38.231Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-07-14T07:30:39.157Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-07-14T07:30:39.607Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-07-14T07:30:39.865Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-07-14T07:30:39.865Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-07-14T07:30:39.865Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-07-14T07:30:39.865Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-07-14T07:30:42.659Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.35s) [2021-07-14T07:30:42.659Z] PASS [2021-07-14T07:30:42.659Z] [2021-07-14T07:30:42.659Z] === Skipped [2021-07-14T07:30:42.659Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-07-14T07:30:42.659Z] service_test.go:242: FLAKY_TEST [2021-07-14T07:30:42.659Z] [2021-07-14T07:30:42.659Z] [2021-07-14T07:30:42.659Z] DONE 26 tests, 1 skipped in 46.930s [2021-07-14T07:30:42.659Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-07-14T07:30:42.659Z] INFO: Testing against a local daemon [2021-07-14T07:30:42.659Z] === RUN TestDockerNetworkIpvlanPersistance [2021-07-14T07:30:42.659Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-14T07:30:42.659Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-07-14T07:30:42.659Z] === RUN TestDockerNetworkIpvlan [2021-07-14T07:30:42.659Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-14T07:30:42.659Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-07-14T07:30:42.659Z] PASS [2021-07-14T07:30:42.659Z] [2021-07-14T07:30:42.659Z] === Skipped [2021-07-14T07:30:42.659Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-07-14T07:30:42.659Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-14T07:30:42.659Z] [2021-07-14T07:30:42.659Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-07-14T07:30:42.659Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-14T07:30:42.659Z] [2021-07-14T07:30:42.659Z] [2021-07-14T07:30:42.659Z] DONE 2 tests, 2 skipped in 0.037s [2021-07-14T07:30:42.660Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-07-14T07:30:42.660Z] INFO: Testing against a local daemon [2021-07-14T07:30:42.660Z] === RUN TestDockerNetworkMacvlanPersistance [2021-07-14T07:30:43.230Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.31s) [2021-07-14T07:30:43.230Z] === RUN TestDockerNetworkMacvlan [2021-07-14T07:30:43.800Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-07-14T07:30:44.741Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-07-14T07:30:45.326Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-07-14T07:30:46.435Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-07-14T07:30:47.001Z] --- PASS: TestBuildWithHugeFile (116.01s) [2021-07-14T07:30:47.001Z] === RUN TestBuildWCOWSandboxSize [2021-07-14T07:30:47.001Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-07-14T07:30:47.001Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-07-14T07:30:47.001Z] === RUN TestBuildWithEmptyDockerfile [2021-07-14T07:30:47.001Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:30:47.001Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:30:47.001Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:30:47.001Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:30:47.001Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:30:47.001Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:30:47.001Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:30:47.001Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:30:47.001Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:30:47.001Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2021-07-14T07:30:47.001Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.07s) [2021-07-14T07:30:47.001Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2021-07-14T07:30:47.001Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-07-14T07:30:47.001Z] === RUN TestBuildPreserveOwnership [2021-07-14T07:30:47.001Z] === RUN TestBuildPreserveOwnership/copy_from [2021-07-14T07:30:47.869Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-07-14T07:30:47.936Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-07-14T07:30:50.471Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-07-14T07:30:50.471Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-07-14T07:30:51.168Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-07-14T07:30:51.846Z] --- PASS: TestBuildPreserveOwnership (4.64s) [2021-07-14T07:30:51.846Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.05s) [2021-07-14T07:30:51.846Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.58s) [2021-07-14T07:30:51.846Z] === RUN TestBuildPlatformInvalid [2021-07-14T07:30:51.846Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-07-14T07:30:51.846Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-07-14T07:30:53.749Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-07-14T07:30:54.685Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-07-14T07:30:56.021Z] time="2021-07-14T07:30:54Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.135.155:10036" [2021-07-14T07:30:56.021Z] time="2021-07-14T07:30:54Z" level=debug msg="memberlist: Stream connection from=172.19.135.155:49362" [2021-07-14T07:30:56.064Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-07-14T07:30:56.323Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-07-14T07:30:56.454Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-07-14T07:30:57.228Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-07-14T07:30:57.228Z] tests/integration/client_test.py ..... [ 75%] [2021-07-14T07:30:57.228Z] tests/integration/context_api_test.py ... [ 76%] [2021-07-14T07:30:57.228Z] tests/integration/errors_test.py . [ 76%] [2021-07-14T07:30:57.259Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-07-14T07:30:57.395Z] --- PASS: TestDockerNetworkMacvlan (14.27s) [2021-07-14T07:30:57.395Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-07-14T07:30:57.395Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2021-07-14T07:30:57.395Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.65s) [2021-07-14T07:30:57.395Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.82s) [2021-07-14T07:30:57.395Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.03s) [2021-07-14T07:30:57.395Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.37s) [2021-07-14T07:30:57.395Z] PASS [2021-07-14T07:30:57.395Z] [2021-07-14T07:30:57.395Z] DONE 8 tests in 15.614s [2021-07-14T07:30:57.395Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-07-14T07:30:57.655Z] testing: warning: no tests to run [2021-07-14T07:30:57.655Z] PASS [2021-07-14T07:30:57.655Z] [2021-07-14T07:30:57.655Z] DONE 0 tests in 0.009s [2021-07-14T07:30:57.655Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-07-14T07:30:57.655Z] INFO: Testing against a local daemon [2021-07-14T07:30:57.655Z] === RUN TestAuthZPluginAllowRequest [2021-07-14T07:30:58.635Z] docker_cli_daemon_test.go:1455: [d36c1117cf3ab] daemon is not started [2021-07-14T07:30:58.635Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-07-14T07:30:59.038Z] --- PASS: TestAuthZPluginAllowRequest (1.44s) [2021-07-14T07:30:59.038Z] === RUN TestAuthZPluginTLS [2021-07-14T07:30:59.572Z] check_test.go:309: [daa648263ee88] daemon is not started [2021-07-14T07:30:59.572Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-07-14T07:30:59.609Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-07-14T07:30:59.609Z] === RUN TestAuthZPluginDenyRequest [2021-07-14T07:31:00.179Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-07-14T07:31:00.179Z] === RUN TestAuthZPluginAPIDenyResponse [2021-07-14T07:31:00.750Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-07-14T07:31:00.750Z] === RUN TestAuthZPluginDenyResponse [2021-07-14T07:31:00.947Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-07-14T07:31:01.321Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-07-14T07:31:01.321Z] === RUN TestAuthZPluginAllowEventStream [2021-07-14T07:31:02.324Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-07-14T07:31:02.705Z] --- PASS: TestAuthZPluginAllowEventStream (1.43s) [2021-07-14T07:31:02.705Z] === RUN TestAuthZPluginErrorResponse [2021-07-14T07:31:03.243Z] time="2021-07-14T07:31:02Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.135.155:10037" [2021-07-14T07:31:03.243Z] time="2021-07-14T07:31:02Z" level=debug msg="memberlist: Stream connection from=172.19.135.155:49363" [2021-07-14T07:31:03.275Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2021-07-14T07:31:03.275Z] === RUN TestAuthZPluginErrorRequest [2021-07-14T07:31:03.701Z] === RUN TestDockerSuite/TestAttachDetach [2021-07-14T07:31:03.846Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-07-14T07:31:03.846Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-07-14T07:31:04.107Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-07-14T07:31:04.107Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-07-14T07:31:04.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-07-14T07:31:04.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-07-14T07:31:05.077Z] check_test.go:309: [d6fae66c05072] daemon is not started [2021-07-14T07:31:05.077Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-07-14T07:31:05.077Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-07-14T07:31:06.013Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-07-14T07:31:06.024Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.70s) [2021-07-14T07:31:06.024Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-07-14T07:31:07.933Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.68s) [2021-07-14T07:31:07.933Z] === RUN TestAuthZPluginHeader [2021-07-14T07:31:08.193Z] --- PASS: TestAuthZPluginHeader (0.70s) [2021-07-14T07:31:08.193Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-07-14T07:31:08.546Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-07-14T07:31:09.923Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-07-14T07:31:09.923Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-07-14T07:31:10.858Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-07-14T07:31:12.437Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.85s) [2021-07-14T07:31:12.437Z] === RUN TestAuthZPluginV2Disable [2021-07-14T07:31:12.760Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-07-14T07:31:13.018Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-07-14T07:31:15.552Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-07-14T07:31:15.732Z] --- PASS: TestAuthZPluginV2Disable (3.09s) [2021-07-14T07:31:15.732Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-07-14T07:31:15.811Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-07-14T07:31:17.188Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-07-14T07:31:18.273Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.14s) [2021-07-14T07:31:18.273Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:16Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.19.135.155:10033 172.19.135.155:10034 172.19.135.155:10035]" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.19.135.155:10033 172.19.135.155:10034 172.19.135.155:10035]" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.135.155:10033" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=debug msg="memberlist: Stream connection from=172.19.135.155:49364" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=info msg="Node bc941d775b25/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=info msg="Node bc941d775b25/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=info msg="Node 6ad136f71796/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=info msg="Node 6ad136f71796/172.19.135.155, is the new incarnation of the shutdown node 2438e5a34add/172.19.135.155" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=info msg="Node 6ad136f71796/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.135.155:10034" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=debug msg="memberlist: Stream connection from=172.19.135.155:49365" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=info msg="Node 6ad136f71796/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=info msg="Node 6ad136f71796/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=info msg="Node bc941d775b25/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=info msg="Node bc941d775b25/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.278Z] time="2021-07-14T07:31:17Z" level=info msg="Node 1dea28f3d587/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 1dea28f3d587/172.19.135.155, is the new incarnation of the shutdown node c5009aadb6cf/172.19.135.155" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 1dea28f3d587/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=debug msg="memberlist: Stream connection from=172.19.135.155:49366" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.135.155:10035" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 6ad136f71796/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 6ad136f71796/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 1dea28f3d587/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 1dea28f3d587/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node bc941d775b25/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node bc941d775b25/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 89daa2b44208/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 89daa2b44208/172.19.135.155, is the new incarnation of the shutdown node dfbe8f9f615f/172.19.135.155" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 89daa2b44208/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 6ad136f71796/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 6ad136f71796/172.19.135.155, is the new incarnation of the shutdown node 2438e5a34add/172.19.135.155" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 6ad136f71796/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 1dea28f3d587/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 1dea28f3d587/172.19.135.155, is the new incarnation of the shutdown node c5009aadb6cf/172.19.135.155" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 1dea28f3d587/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 1dea28f3d587/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 1dea28f3d587/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 89daa2b44208/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 89daa2b44208/172.19.135.155, is the new incarnation of the shutdown node dfbe8f9f615f/172.19.135.155" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 89daa2b44208/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 89daa2b44208/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:17Z" level=info msg="Node 89daa2b44208/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:18Z" level=info msg="Node 89daa2b44208/172.19.135.155, joined gossip cluster" [2021-07-14T07:31:18.279Z] time="2021-07-14T07:31:18Z" level=info msg="Node 89daa2b44208/172.19.135.155, added to nodes list" [2021-07-14T07:31:18.754Z] time="2021-07-14T07:31:18Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.135.155:10033" [2021-07-14T07:31:18.754Z] time="2021-07-14T07:31:18Z" level=debug msg="memberlist: Stream connection from=172.19.135.155:49367" [2021-07-14T07:31:18.754Z] time="2021-07-14T07:31:18Z" level=debug msg="memberlist: Stream connection from=172.19.135.155:49368" [2021-07-14T07:31:18.754Z] time="2021-07-14T07:31:18Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.135.155:10034" [2021-07-14T07:31:18.754Z] time="2021-07-14T07:31:18Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.19.135.155:10035" [2021-07-14T07:31:18.754Z] time="2021-07-14T07:31:18Z" level=debug msg="memberlist: Stream connection from=172.19.135.155:49369" [2021-07-14T07:31:19.095Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-07-14T07:31:19.095Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-07-14T07:31:19.755Z] 2021/07/14 07:31:19 Closing DB instances... [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:19Z" level=info msg="Node 6ad136f71796 change state NodeActive --> NodeLeft" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:19Z" level=info msg="node4(c5a2fc7f7b88): Node leave event for 6ad136f71796/172.19.135.155" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:19Z" level=info msg="Node 6ad136f71796 change state NodeActive --> NodeLeft" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:19Z" level=info msg="node2(1dea28f3d587): Node leave event for 6ad136f71796/172.19.135.155" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:19Z" level=info msg="Node 6ad136f71796 change state NodeActive --> NodeLeft" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:19Z" level=info msg="node5(bc941d775b25): Node leave event for 6ad136f71796/172.19.135.155" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:19Z" level=info msg="Node 6ad136f71796 change state NodeActive --> NodeLeft" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:19Z" level=info msg="node3(89daa2b44208): Node leave event for 6ad136f71796/172.19.135.155" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:19Z" level=info msg="Node 6ad136f71796 change state NodeActive --> NodeLeft" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:19Z" level=info msg="node1(6ad136f71796): Node leave event for 6ad136f71796/172.19.135.155" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:19Z" level=info msg="Node 6ad136f71796/172.19.135.155, left gossip cluster" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:19Z" level=info msg="Node 6ad136f71796/172.19.135.155, left gossip cluster" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:19Z" level=info msg="Node 6ad136f71796/172.19.135.155, left gossip cluster" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:19Z" level=info msg="Node 6ad136f71796/172.19.135.155, left gossip cluster" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:19Z" level=info msg="Node 6ad136f71796/172.19.135.155, left gossip cluster" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:20Z" level=info msg="Node 1dea28f3d587 change state NodeActive --> NodeLeft" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:20Z" level=info msg="node4(c5a2fc7f7b88): Node leave event for 1dea28f3d587/172.19.135.155" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:20Z" level=info msg="Node 1dea28f3d587 change state NodeActive --> NodeLeft" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:20Z" level=info msg="node5(bc941d775b25): Node leave event for 1dea28f3d587/172.19.135.155" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:20Z" level=info msg="Node 1dea28f3d587 change state NodeActive --> NodeLeft" [2021-07-14T07:31:20.231Z] time="2021-07-14T07:31:20Z" level=info msg="node2(1dea28f3d587): Node leave event for 1dea28f3d587/172.19.135.155" [2021-07-14T07:31:20.475Z] Loaded image: buildpack-deps:buster [2021-07-14T07:31:20.475Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-07-14T07:31:20.475Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-07-14T07:31:20.475Z] Loaded image: busybox:latest [2021-07-14T07:31:20.708Z] time="2021-07-14T07:31:20Z" level=info msg="Node 1dea28f3d587 change state NodeActive --> NodeLeft" [2021-07-14T07:31:20.708Z] time="2021-07-14T07:31:20Z" level=info msg="node3(89daa2b44208): Node leave event for 1dea28f3d587/172.19.135.155" [2021-07-14T07:31:20.708Z] time="2021-07-14T07:31:20Z" level=info msg="Node 1dea28f3d587/172.19.135.155, left gossip cluster" [2021-07-14T07:31:20.708Z] time="2021-07-14T07:31:20Z" level=info msg="Node 1dea28f3d587/172.19.135.155, left gossip cluster" [2021-07-14T07:31:20.708Z] time="2021-07-14T07:31:20Z" level=info msg="Node 1dea28f3d587/172.19.135.155, left gossip cluster" [2021-07-14T07:31:20.708Z] time="2021-07-14T07:31:20Z" level=info msg="Node 1dea28f3d587/172.19.135.155, left gossip cluster" [2021-07-14T07:31:20.708Z] time="2021-07-14T07:31:20Z" level=info msg="Node 89daa2b44208 change state NodeActive --> NodeLeft" [2021-07-14T07:31:20.708Z] time="2021-07-14T07:31:20Z" level=info msg="node4(c5a2fc7f7b88): Node leave event for 89daa2b44208/172.19.135.155" [2021-07-14T07:31:20.708Z] time="2021-07-14T07:31:20Z" level=info msg="Node 89daa2b44208/172.19.135.155, left gossip cluster" [2021-07-14T07:31:20.708Z] time="2021-07-14T07:31:20Z" level=info msg="Node 89daa2b44208 change state NodeActive --> NodeLeft" [2021-07-14T07:31:20.708Z] time="2021-07-14T07:31:20Z" level=info msg="node5(bc941d775b25): Node leave event for 89daa2b44208/172.19.135.155" [2021-07-14T07:31:20.708Z] time="2021-07-14T07:31:20Z" level=info msg="Node 89daa2b44208 change state NodeActive --> NodeFailed" [2021-07-14T07:31:20.708Z] time="2021-07-14T07:31:20Z" level=info msg="Node 89daa2b44208/172.19.135.155, added to failed nodes list" [2021-07-14T07:31:21.042Z] Loaded image: busybox:glibc [2021-07-14T07:31:21.184Z] time="2021-07-14T07:31:20Z" level=error msg="node: 89daa2b44208 is unknown to memberlist" [2021-07-14T07:31:21.184Z] time="2021-07-14T07:31:20Z" level=info msg="Node 89daa2b44208/172.19.135.155, left gossip cluster" [2021-07-14T07:31:21.184Z] time="2021-07-14T07:31:20Z" level=info msg="Node 89daa2b44208/172.19.135.155, left gossip cluster" [2021-07-14T07:31:21.184Z] time="2021-07-14T07:31:21Z" level=debug msg="memberlist: Failed ping: 89daa2b44208 (timeout reached)" [2021-07-14T07:31:21.184Z] time="2021-07-14T07:31:21Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.19.135.155:10036: use of closed network connection" [2021-07-14T07:31:21.184Z] time="2021-07-14T07:31:21Z" level=info msg="Node c5a2fc7f7b88 change state NodeActive --> NodeLeft" [2021-07-14T07:31:21.184Z] time="2021-07-14T07:31:21Z" level=info msg="node5(bc941d775b25): Node leave event for c5a2fc7f7b88/172.19.135.155" [2021-07-14T07:31:21.301Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-07-14T07:31:21.660Z] time="2021-07-14T07:31:21Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, left gossip cluster" [2021-07-14T07:31:21.660Z] time="2021-07-14T07:31:21Z" level=info msg="Node c5a2fc7f7b88 change state NodeActive --> NodeFailed" [2021-07-14T07:31:21.660Z] time="2021-07-14T07:31:21Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, added to failed nodes list" [2021-07-14T07:31:21.660Z] time="2021-07-14T07:31:21Z" level=info msg="Node c5a2fc7f7b88/172.19.135.155, left gossip cluster" [2021-07-14T07:31:21.660Z] time="2021-07-14T07:31:21Z" level=info msg="Node bc941d775b25/172.19.135.155, left gossip cluster" [2021-07-14T07:31:21.660Z] time="2021-07-14T07:31:21Z" level=info msg="Node bc941d775b25 change state NodeActive --> NodeFailed" [2021-07-14T07:31:21.660Z] time="2021-07-14T07:31:21Z" level=info msg="Node bc941d775b25/172.19.135.155, added to failed nodes list" [2021-07-14T07:31:21.660Z] --- PASS: TestNetworkDBIslands (65.84s) [2021-07-14T07:31:21.660Z] PASS [2021-07-14T07:31:21.660Z] coverage: 60.5% of statements [2021-07-14T07:31:21.660Z] ok github.com/docker/docker/libnetwork/networkdb 157.835s coverage: 60.5% of statements [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/libnetwork/portmapper [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/libnetwork/resolvconf [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/oci/caps [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/pkg/term [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/quota [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/rootless [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/testutil/request [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/volume [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-07-14T07:31:21.660Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-07-14T07:31:22.714Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === Skipped [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-07-14T07:31:23.927Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-07-14T07:31:23.927Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-07-14T07:31:23.927Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-07-14T07:31:23.927Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-07-14T07:31:23.927Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-07-14T07:31:23.927Z] client_test.go:23: runtime.GOOS == "windows" [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-07-14T07:31:23.927Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-07-14T07:31:23.927Z] network_proxy_test.go:212: No support for dual stack yet [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-07-14T07:31:23.927Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-07-14T07:31:23.927Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-07-14T07:31:23.927Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-07-14T07:31:23.927Z] daemon_test.go:147: root required [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-07-14T07:31:23.927Z] reload_test.go:520: root required [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-07-14T07:31:23.927Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-07-14T07:31:23.927Z] pull_v2_test.go:73: Needs fixing on Windows [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-07-14T07:31:23.927Z] pull_v2_test.go:118: Needs fixing on Windows [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-07-14T07:31:23.927Z] download_test.go:268: Needs fixing on Windows [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-07-14T07:31:23.927Z] layer_test.go:304: Failing on Windows [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-07-14T07:31:23.927Z] layer_test.go:353: Failing on Windows [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-07-14T07:31:23.927Z] layer_test.go:468: Failing on Windows [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-07-14T07:31:23.927Z] layer_test.go:697: Failing on Windows [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-07-14T07:31:23.927Z] migration_test.go:46: Failing on Windows [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-07-14T07:31:23.927Z] migration_test.go:182: Failing on Windows [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-07-14T07:31:23.927Z] mount_test.go:17: Failing on Windows [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-07-14T07:31:23.927Z] mount_test.go:76: Failing on Windows [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-07-14T07:31:23.927Z] mount_test.go:125: Failing on Windows [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-07-14T07:31:23.927Z] mount_test.go:212: Failing on Windows [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-07-14T07:31:23.927Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-07-14T07:31:23.927Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-07-14T07:31:23.927Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-07-14T07:31:23.927Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-07-14T07:31:23.927Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-07-14T07:31:23.927Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-07-14T07:31:23.927Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-07-14T07:31:23.927Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-07-14T07:31:23.927Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-07-14T07:31:23.927Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-07-14T07:31:23.927Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-07-14T07:31:23.927Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-07-14T07:31:23.927Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-07-14T07:31:23.927Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-07-14T07:31:23.927Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-07-14T07:31:23.927Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-07-14T07:31:23.927Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-07-14T07:31:23.927Z] archive_test.go:134: Xz not present in msys2 [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-07-14T07:31:23.927Z] archive_test.go:239: Failing on Windows CI machines [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-07-14T07:31:23.927Z] archive_windows_test.go:16: Currently fails [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-07-14T07:31:23.927Z] changes_test.go:196: needs more investigation [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-07-14T07:31:23.927Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-07-14T07:31:23.927Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-07-14T07:31:23.927Z] changes_test.go:433: needs further investigation [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-07-14T07:31:23.927Z] changes_test.go:469: needs further investigation [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-07-14T07:31:23.927Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-07-14T07:31:23.927Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-07-14T07:31:23.927Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-07-14T07:31:23.927Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-07-14T07:31:23.927Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-07-14T07:31:23.927Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-07-14T07:31:23.927Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:31:23.927Z] [2021-07-14T07:31:23.927Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-07-14T07:31:23.927Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:31:23.928Z] [2021-07-14T07:31:23.928Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-07-14T07:31:23.928Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:31:23.928Z] [2021-07-14T07:31:23.928Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-07-14T07:31:23.928Z] poller_test.go:41: No chmod on Windows [2021-07-14T07:31:23.928Z] [2021-07-14T07:31:23.928Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-07-14T07:31:23.928Z] fileutils_test.go:134: Needs porting to Windows [2021-07-14T07:31:23.928Z] [2021-07-14T07:31:23.928Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-07-14T07:31:23.928Z] fileutils_test.go:180: Needs porting to Windows [2021-07-14T07:31:23.928Z] [2021-07-14T07:31:23.928Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-07-14T07:31:23.928Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:31:23.928Z] [2021-07-14T07:31:23.928Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-07-14T07:31:23.928Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:31:23.928Z] [2021-07-14T07:31:23.928Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-07-14T07:31:23.928Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:31:23.928Z] [2021-07-14T07:31:23.928Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-07-14T07:31:23.928Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-07-14T07:31:23.928Z] [2021-07-14T07:31:23.928Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-07-14T07:31:23.928Z] local_test.go:181: runtime.GOOS == "windows" [2021-07-14T07:31:23.928Z] [2021-07-14T07:31:23.928Z] [2021-07-14T07:31:23.928Z] DONE 2027 tests, 69 skipped in 319.924s [2021-07-14T07:31:23.928Z] INFO: make.ps1 ended at 07/14/2021 07:31:23 [2021-07-14T07:31:25.488Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-07-14T07:31:26.172Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-07-14T07:31:26.172Z] INFO: Unit tests ended at 07/14/2021 07:31:25. Duration:00:05:31.6170235 [2021-07-14T07:31:26.173Z] INFO: Building busybox [2021-07-14T07:31:26.173Z] Sending build context to Docker daemon 5.12kB [2021-07-14T07:31:26.173Z] [2021-07-14T07:31:26.173Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-07-14T07:31:26.173Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-07-14T07:31:26.173Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-07-14T07:31:26.173Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-07-14T07:31:26.173Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-07-14T07:31:26.173Z] ---> 39d157a84080 [2021-07-14T07:31:26.173Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-07-14T07:31:26.173Z] ---> Running in c5f8fe663867 [2021-07-14T07:31:26.918Z] 29d5b6a226d2: Pull complete [2021-07-14T07:31:26.918Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-07-14T07:31:26.918Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:31:26.918Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 into daemon under test completed successfully [2021-07-14T07:31:26.918Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore in daemon under test [2021-07-14T07:31:26.918Z] INFO: Version of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 is '10.0.20295.1' [2021-07-14T07:31:26.918Z] WARN: Skipping validation tests [2021-07-14T07:31:26.918Z] INFO: Running unit tests at 07/14/2021 07:31:21... [2021-07-14T07:31:26.918Z] INFO: make.ps1 starting at 07/14/2021 07:31:25 [2021-07-14T07:31:26.918Z] INFO: Git commit (a9f6c49bce) assumed from DOCKER_GITCOMMIT environment variable [2021-07-14T07:31:26.918Z] INFO: Invoking autogen... [2021-07-14T07:31:26.918Z] INFO: Running unit tests... [2021-07-14T07:31:27.391Z] Loaded image: debian:bullseye [2021-07-14T07:31:27.650Z] Loaded image: hello-world:latest [2021-07-14T07:31:27.650Z] Loaded image: arm32v7/hello-world:latest [2021-07-14T07:31:28.585Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-07-14T07:31:29.962Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-07-14T07:31:30.016Z] Removing intermediate container c5f8fe663867 [2021-07-14T07:31:30.016Z] ---> 1bc601510acc [2021-07-14T07:31:30.016Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-07-14T07:31:30.016Z] ---> Running in 83f3637aa698 [2021-07-14T07:31:30.492Z] Removing intermediate container 83f3637aa698 [2021-07-14T07:31:30.492Z] ---> e261f458e939 [2021-07-14T07:31:30.492Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-07-14T07:31:30.492Z] ---> Running in 0aaf43a64e4b [2021-07-14T07:31:30.970Z] Removing intermediate container 0aaf43a64e4b [2021-07-14T07:31:30.970Z] ---> 23da18709e6e [2021-07-14T07:31:30.970Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-07-14T07:31:32.559Z] [2021-07-14T07:31:32.717Z] 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/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns 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/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-07-14T07:31:33.035Z] ---> 0a2e23ec2331 [2021-07-14T07:31:33.035Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-07-14T07:31:33.170Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.30s) [2021-07-14T07:31:33.170Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-07-14T07:31:33.247Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-07-14T07:31:33.247Z] check_test.go:309: [d34f512fc388b] daemon is not started [2021-07-14T07:31:33.247Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-07-14T07:31:33.510Z] ---> Running in 98f01fe99982 [2021-07-14T07:31:33.814Z] check_test.go:309: [d6c488f3e0d9e] daemon is not started [2021-07-14T07:31:33.814Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-07-14T07:31:35.759Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-07-14T07:31:36.347Z] check_test.go:309: [d09e02ef015bf] daemon is not started [2021-07-14T07:31:36.347Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-07-14T07:31:38.884Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (46.74s) [2021-07-14T07:31:38.884Z] PASS [2021-07-14T07:31:38.884Z] [2021-07-14T07:31:38.884Z] === Skipped [2021-07-14T07:31:38.884Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-07-14T07:31:38.884Z] build_session_test.go:25: TODO: BuildKit [2021-07-14T07:31:38.884Z] [2021-07-14T07:31:38.884Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-07-14T07:31:38.884Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-07-14T07:31:38.884Z] [2021-07-14T07:31:38.884Z] [2021-07-14T07:31:38.884Z] DONE 34 tests, 2 skipped in 274.676s [2021-07-14T07:31:38.884Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-07-14T07:31:38.884Z] ++ 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-07-14T07:31:38.884Z] ++ set -e [2021-07-14T07:31:38.884Z] ++ '[' -n 0 ']' [2021-07-14T07:31:38.884Z] ++ set -x [2021-07-14T07:31:38.884Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-07-14T07:31:38.884Z] INFO: Testing against a local daemon [2021-07-14T07:31:38.884Z] === RUN TestConfigInspect [2021-07-14T07:31:39.455Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-07-14T07:31:40.830Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-07-14T07:31:41.008Z] ......... [ 86%] [2021-07-14T07:31:41.303Z] ? github.com/docker/docker/api [no test files] [2021-07-14T07:31:41.766Z] --- PASS: TestConfigInspect (2.94s) [2021-07-14T07:31:41.766Z] === RUN TestConfigList [2021-07-14T07:31:42.262Z] Removing intermediate container 98f01fe99982 [2021-07-14T07:31:42.262Z] ---> de9b4f397356 [2021-07-14T07:31:42.262Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-07-14T07:31:42.262Z] ---> Running in 88829d14037e [2021-07-14T07:31:42.737Z] [2021-07-14T07:31:42.737Z] SUCCESS: Specified value was saved. [2021-07-14T07:31:43.668Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-07-14T07:31:44.605Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-07-14T07:31:44.605Z] --- PASS: TestConfigList (2.86s) [2021-07-14T07:31:44.605Z] === RUN TestConfigsCreateAndDelete [2021-07-14T07:31:44.983Z] Removing intermediate container 88829d14037e [2021-07-14T07:31:44.983Z] ---> 10338b845acf [2021-07-14T07:31:44.983Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-07-14T07:31:44.983Z] ---> Running in 9938bfd20c23 [2021-07-14T07:31:45.172Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-07-14T07:31:45.431Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-07-14T07:31:45.998Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-07-14T07:31:46.277Z] tests/integration/models_images_test.py ............... [ 89%] [2021-07-14T07:31:47.372Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-07-14T07:31:47.373Z] --- PASS: TestConfigsCreateAndDelete (2.64s) [2021-07-14T07:31:47.373Z] === RUN TestConfigsUpdate [2021-07-14T07:31:47.373Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-07-14T07:31:47.632Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-07-14T07:31:47.729Z] tests/integration/models_networks_test.py .... [ 91%] [2021-07-14T07:31:48.065Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2021-07-14T07:31:48.065Z] PASS [2021-07-14T07:31:48.065Z] [2021-07-14T07:31:48.065Z] DONE 17 tests in 49.751s [2021-07-14T07:31:48.065Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-07-14T07:31:48.065Z] INFO: Testing against a local daemon [2021-07-14T07:31:48.065Z] === RUN TestPluginInvalidJSON [2021-07-14T07:31:48.065Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:31:48.065Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:31:48.065Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:31:48.065Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-07-14T07:31:48.065Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-07-14T07:31:48.065Z] === RUN TestPluginInstall [2021-07-14T07:31:48.065Z] === RUN TestPluginInstall/no_auth [2021-07-14T07:31:48.568Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-07-14T07:31:48.935Z] Cannot create a file when that file already exists. [2021-07-14T07:31:49.005Z] time="2021-07-14T07:31:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:31:49.005Z] time="2021-07-14T07:31:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5fc02db59553023fca54194a2794b8e9ffa3e35b61044405c9afb3268cee93f8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:31:49.005Z] time="2021-07-14T07:31:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:31:49.005Z] time="2021-07-14T07:31:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5fc02db59553023fca54194a2794b8e9ffa3e35b61044405c9afb3268cee93f8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:31:49.266Z] === RUN TestPluginInstall/with_htpasswd [2021-07-14T07:31:49.527Z] time="2021-07-14T07:31:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:31:49.527Z] time="2021-07-14T07:31:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ddd806545d816a2d8825f36afa3a2a28e2a3eddf1ddc153b9befa77d08955914" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:31:49.527Z] time="2021-07-14T07:31:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:31:49.527Z] time="2021-07-14T07:31:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ddd806545d816a2d8825f36afa3a2a28e2a3eddf1ddc153b9befa77d08955914" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:31:49.787Z] === RUN TestPluginInstall/with_insecure [2021-07-14T07:31:49.946Z] --- PASS: TestConfigsUpdate (2.65s) [2021-07-14T07:31:49.946Z] === RUN TestTemplatedConfig [2021-07-14T07:31:49.946Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-07-14T07:31:50.728Z] time="2021-07-14T07:31:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:31:50.728Z] time="2021-07-14T07:31:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2b6980fb1ac984f2913f73707a6bb390149946ed98a486acb8c83670e4478cf5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:31:50.728Z] time="2021-07-14T07:31:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:31:50.728Z] time="2021-07-14T07:31:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2b6980fb1ac984f2913f73707a6bb390149946ed98a486acb8c83670e4478cf5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:31:50.988Z] plugin_test.go:165: [d90f201494de0] daemon is not started [2021-07-14T07:31:50.988Z] --- PASS: TestPluginInstall (3.59s) [2021-07-14T07:31:50.988Z] --- PASS: TestPluginInstall/no_auth (1.83s) [2021-07-14T07:31:50.988Z] --- PASS: TestPluginInstall/with_htpasswd (0.65s) [2021-07-14T07:31:50.988Z] --- PASS: TestPluginInstall/with_insecure (1.11s) [2021-07-14T07:31:50.988Z] === RUN TestPluginsWithRuntimes [2021-07-14T07:31:51.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-07-14T07:31:51.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-07-14T07:31:51.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-07-14T07:31:51.847Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-07-14T07:31:52.371Z] === RUN TestPluginsWithRuntimes/No_Args [2021-07-14T07:31:52.415Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-07-14T07:31:52.673Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-07-14T07:31:52.931Z] check_test.go:309: [d396c9bdc90db] daemon is not started [2021-07-14T07:31:52.931Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-07-14T07:31:53.498Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-07-14T07:31:53.498Z] --- PASS: TestTemplatedConfig (3.82s) [2021-07-14T07:31:53.499Z] === RUN TestConfigCreateResolve [2021-07-14T07:31:53.749Z] Removing intermediate container 9938bfd20c23 [2021-07-14T07:31:53.749Z] ---> d7e52671534e [2021-07-14T07:31:53.749Z] Step 13/13 : CMD ["sh"] [2021-07-14T07:31:53.749Z] ---> Running in 63ce93372e47 [2021-07-14T07:31:53.754Z] === RUN TestPluginsWithRuntimes/With_Args [2021-07-14T07:31:53.757Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-07-14T07:31:53.992Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-07-14T07:31:54.225Z] Removing intermediate container 63ce93372e47 [2021-07-14T07:31:54.225Z] ---> ec3742f3bf95 [2021-07-14T07:31:54.225Z] Successfully built ec3742f3bf95 [2021-07-14T07:31:54.225Z] Successfully tagged busybox:latest [2021-07-14T07:31:54.225Z] INFO: Docker images of the daemon under test [2021-07-14T07:31:54.225Z] [2021-07-14T07:31:54.225Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-14T07:31:54.225Z] busybox latest ec3742f3bf95 Less than a second ago 2.78GB [2021-07-14T07:31:54.225Z] mcr.microsoft.com/windows/servercore/insider 10.0.20295.1 39d157a84080 4 months ago 2.74GB [2021-07-14T07:31:54.225Z] microsoft/windowsservercore latest 39d157a84080 4 months ago 2.74GB [2021-07-14T07:31:54.225Z] [2021-07-14T07:31:54.225Z] INFO: Running integration tests at 07/14/2021 07:31:53... [2021-07-14T07:31:54.225Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-07-14T07:31:54.225Z] INFO: Integration API tests being run from the host: [2021-07-14T07:31:54.225Z] INFO: make.ps1 starting at 07/14/2021 07:31:53 [2021-07-14T07:31:54.254Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-07-14T07:31:54.262Z] tests/integration/models_nodes_test.py . [ 91%] [2021-07-14T07:31:54.323Z] --- PASS: TestPluginsWithRuntimes (3.49s) [2021-07-14T07:31:54.324Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.97s) [2021-07-14T07:31:54.324Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.91s) [2021-07-14T07:31:54.324Z] === RUN TestPluginBackCompatMediaTypes [2021-07-14T07:31:54.324Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-07-14T07:31:54.824Z] tests/integration/models_resources_test.py . [ 91%] [2021-07-14T07:31:54.895Z] --- PASS: TestPluginBackCompatMediaTypes (0.59s) [2021-07-14T07:31:54.895Z] PASS [2021-07-14T07:31:55.155Z] [2021-07-14T07:31:55.155Z] DONE 10 tests in 7.726s [2021-07-14T07:31:55.155Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-07-14T07:31:55.155Z] INFO: Testing against a local daemon [2021-07-14T07:31:55.155Z] === RUN TestExternalGraphDriver [2021-07-14T07:31:55.155Z] === RUN TestExternalGraphDriver/json [2021-07-14T07:31:55.228Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-07-14T07:31:56.122Z] === RUN TestMiddlewares [2021-07-14T07:31:56.122Z] --- PASS: TestMiddlewares (0.00s) [2021-07-14T07:31:56.122Z] PASS [2021-07-14T07:31:56.122Z] coverage: 9.0% of statements [2021-07-14T07:31:56.122Z] ok github.com/docker/docker/api/server 0.057s coverage: 9.0% of statements [2021-07-14T07:31:56.857Z] --- PASS: TestConfigCreateResolve (2.84s) [2021-07-14T07:31:56.857Z] PASS [2021-07-14T07:31:56.857Z] [2021-07-14T07:31:56.857Z] DONE 6 tests in 17.926s [2021-07-14T07:31:56.857Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-07-14T07:31:56.857Z] ++ 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-07-14T07:31:56.857Z] ++ set -e [2021-07-14T07:31:56.857Z] ++ '[' -n 0 ']' [2021-07-14T07:31:56.857Z] ++ set -x [2021-07-14T07:31:56.857Z] ++ 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-07-14T07:31:56.857Z] INFO: Testing against a local daemon [2021-07-14T07:31:56.857Z] === RUN TestCheckpoint [2021-07-14T07:31:56.857Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-07-14T07:31:56.857Z] --- SKIP: TestCheckpoint (0.00s) [2021-07-14T07:31:56.857Z] === RUN TestContainerInvalidJSON [2021-07-14T07:31:56.857Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:31:56.857Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:31:56.857Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:31:56.857Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:31:56.857Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:31:56.857Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:31:56.857Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:31:56.857Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:31:56.857Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:31:56.857Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-07-14T07:31:56.857Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-07-14T07:31:56.857Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-07-14T07:31:56.857Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-07-14T07:31:56.857Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-07-14T07:31:56.857Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-07-14T07:31:56.857Z] === RUN TestCopyFromContainerPathIsNotDir [2021-07-14T07:31:56.857Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-07-14T07:31:56.857Z] === RUN TestCopyToContainerPathDoesNotExist [2021-07-14T07:31:56.857Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-07-14T07:31:56.857Z] === RUN TestCopyToContainerPathIsNotDir [2021-07-14T07:31:57.066Z] === RUN TestExternalGraphDriver/spec [2021-07-14T07:31:57.116Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2021-07-14T07:31:57.116Z] === RUN TestCopyFromContainer [2021-07-14T07:31:58.000Z] f143c6fed32d: Pull complete [2021-07-14T07:31:58.000Z] Digest: sha256:cc8a0215d2d19516c23b5f8a8e04799631c5ff2fb9a3c509fbd46f7ef7057877 [2021-07-14T07:31:58.000Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:31:58.000Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-07-14T07:31:58.000Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-07-14T07:31:58.000Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2061' [2021-07-14T07:31:58.000Z] WARN: Skipping validation tests [2021-07-14T07:31:58.000Z] INFO: Running unit tests at 07/14/2021 07:31:54... [2021-07-14T07:31:58.494Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-07-14T07:31:58.981Z] === RUN TestExternalGraphDriver/pull [2021-07-14T07:31:59.429Z] === RUN TestCopyFromContainer// [2021-07-14T07:31:59.429Z] === RUN TestCopyFromContainer//bar/root [2021-07-14T07:31:59.429Z] === RUN TestCopyFromContainer//bar/root/ [2021-07-14T07:31:59.688Z] === RUN TestCopyFromContainer/bar/quux [2021-07-14T07:31:59.947Z] === RUN TestCopyFromContainer/bar/quux/ [2021-07-14T07:31:59.947Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-07-14T07:31:59.947Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-07-14T07:32:00.206Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-07-14T07:32:00.206Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-07-14T07:32:00.238Z] INFO: make.ps1 starting at 07/14/2021 07:31:59 [2021-07-14T07:32:00.238Z] INFO: Git commit (09d565e98d) assumed from DOCKER_GITCOMMIT environment variable [2021-07-14T07:32:00.238Z] INFO: Invoking autogen... [2021-07-14T07:32:00.364Z] --- PASS: TestExternalGraphDriver (5.40s) [2021-07-14T07:32:00.364Z] --- PASS: TestExternalGraphDriver/json (1.90s) [2021-07-14T07:32:00.364Z] --- PASS: TestExternalGraphDriver/spec (1.87s) [2021-07-14T07:32:00.364Z] --- PASS: TestExternalGraphDriver/pull (1.58s) [2021-07-14T07:32:00.364Z] === RUN TestGraphdriverPluginV2 [2021-07-14T07:32:00.465Z] === RUN TestCopyFromContainer/bar/notarget [2021-07-14T07:32:00.715Z] INFO: Running unit tests... [2021-07-14T07:32:00.724Z] --- PASS: TestCopyFromContainer (3.56s) [2021-07-14T07:32:00.724Z] --- PASS: TestCopyFromContainer// (0.10s) [2021-07-14T07:32:00.724Z] --- PASS: TestCopyFromContainer//bar/root (0.16s) [2021-07-14T07:32:00.724Z] --- PASS: TestCopyFromContainer//bar/root/ (0.14s) [2021-07-14T07:32:00.724Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2021-07-14T07:32:00.724Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2021-07-14T07:32:00.724Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2021-07-14T07:32:00.724Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.13s) [2021-07-14T07:32:00.724Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2021-07-14T07:32:00.724Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2021-07-14T07:32:00.724Z] --- PASS: TestCopyFromContainer/bar/notarget (0.14s) [2021-07-14T07:32:00.724Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-07-14T07:32:00.724Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:32:00.724Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:32:00.724Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:32:00.724Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:32:00.724Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:32:00.724Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:32:00.724Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:32:00.724Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:32:00.724Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:32:00.724Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-07-14T07:32:00.724Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-07-14T07:32:00.724Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-07-14T07:32:00.724Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-07-14T07:32:00.724Z] === RUN TestCreateLinkToNonExistingContainer [2021-07-14T07:32:00.724Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2021-07-14T07:32:00.724Z] === RUN TestCreateWithInvalidEnv [2021-07-14T07:32:00.724Z] === RUN TestCreateWithInvalidEnv/0 [2021-07-14T07:32:00.724Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-07-14T07:32:00.724Z] === RUN TestCreateWithInvalidEnv/1 [2021-07-14T07:32:00.724Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-07-14T07:32:00.724Z] === RUN TestCreateWithInvalidEnv/2 [2021-07-14T07:32:00.724Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-07-14T07:32:00.724Z] === CONT TestCreateWithInvalidEnv/0 [2021-07-14T07:32:00.724Z] === CONT TestCreateWithInvalidEnv/2 [2021-07-14T07:32:00.724Z] === CONT TestCreateWithInvalidEnv/1 [2021-07-14T07:32:00.724Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-07-14T07:32:00.724Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-07-14T07:32:00.724Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-07-14T07:32:00.724Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-07-14T07:32:00.724Z] === RUN TestCreateTmpfsMountsTarget [2021-07-14T07:32:00.724Z] --- PASS: TestCreateTmpfsMountsTarget (0.07s) [2021-07-14T07:32:00.724Z] === RUN TestCreateWithCustomMaskedPaths [2021-07-14T07:32:00.883Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-07-14T07:32:02.631Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-07-14T07:32:03.615Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-07-14T07:32:03.616Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-07-14T07:32:04.009Z] --- PASS: TestCreateWithCustomMaskedPaths (3.28s) [2021-07-14T07:32:04.009Z] === RUN TestCreateWithCustomReadonlyPaths [2021-07-14T07:32:04.563Z] --- PASS: TestGraphdriverPluginV2 (3.64s) [2021-07-14T07:32:04.563Z] PASS [2021-07-14T07:32:04.563Z] [2021-07-14T07:32:04.563Z] DONE 5 tests in 9.076s [2021-07-14T07:32:04.563Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-07-14T07:32:04.563Z] INFO: Testing against a local daemon [2021-07-14T07:32:04.563Z] === RUN TestContinueAfterPluginCrash [2021-07-14T07:32:04.563Z] === PAUSE TestContinueAfterPluginCrash [2021-07-14T07:32:04.564Z] === RUN TestReadPluginNoRead [2021-07-14T07:32:04.564Z] === PAUSE TestReadPluginNoRead [2021-07-14T07:32:04.564Z] === RUN TestDaemonStartWithLogOpt [2021-07-14T07:32:04.564Z] === PAUSE TestDaemonStartWithLogOpt [2021-07-14T07:32:04.564Z] === CONT TestContinueAfterPluginCrash [2021-07-14T07:32:04.564Z] === CONT TestDaemonStartWithLogOpt [2021-07-14T07:32:04.946Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-07-14T07:32:06.495Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-07-14T07:32:07.861Z] --- PASS: TestDaemonStartWithLogOpt (3.51s) [2021-07-14T07:32:07.861Z] === CONT TestReadPluginNoRead [2021-07-14T07:32:07.961Z] 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/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns 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/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-07-14T07:32:08.235Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.58s) [2021-07-14T07:32:08.235Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-07-14T07:32:08.235Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:32:08.235Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:32:08.235Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:32:08.235Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:32:08.235Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:32:08.235Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:32:08.235Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:32:08.235Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:32:08.235Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:32:08.235Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:32:08.235Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:32:08.235Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:32:08.235Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:32:08.235Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:32:08.235Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:32:08.235Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.05s) [2021-07-14T07:32:08.235Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2021-07-14T07:32:08.235Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-07-14T07:32:08.235Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-07-14T07:32:08.235Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-07-14T07:32:08.235Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-07-14T07:32:08.235Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-07-14T07:32:08.235Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-07-14T07:32:08.235Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-07-14T07:32:08.235Z] check_test.go:309: [da780a09e0019] daemon is not started [2021-07-14T07:32:08.235Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-07-14T07:32:08.493Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-07-14T07:32:08.493Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-07-14T07:32:08.630Z] tests/integration/regression_test.py ...... [ 98%] [2021-07-14T07:32:08.886Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-07-14T07:32:08.886Z] tests/integration/credentials/utils_test.py . [100%] [2021-07-14T07:32:08.886Z] [2021-07-14T07:32:08.886Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-07-14T07:32:08.886Z] =========================== short test summary info ============================ [2021-07-14T07:32:08.886Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-07-14T07:32:08.886Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-07-14T07:32:08.886Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-07-14T07:32:08.886Z] Not supported on most drivers [2021-07-14T07:32:08.886Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-07-14T07:32:08.886Z] Output of docker top depends on host distro, and is not formalized. [2021-07-14T07:32:08.886Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-07-14T07:32:08.886Z] Output of docker top depends on host distro, and is not formalized. [2021-07-14T07:32:08.886Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-07-14T07:32:08.886Z] Can fail if eth0 has multiple IP addresses [2021-07-14T07:32:08.886Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-07-14T07:32:08.886Z] This doesn't seem to be taken into account by the engine [2021-07-14T07:32:08.886Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-07-14T07:32:08.886Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40) [2021-07-14T07:32:08.886Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-07-14T07:32:08.886Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 345.31 seconds == [2021-07-14T07:32:09.059Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.21s) [2021-07-14T07:32:09.059Z] === RUN TestCreateDifferentPlatform [2021-07-14T07:32:09.059Z] === RUN TestCreateDifferentPlatform/different_os [2021-07-14T07:32:09.059Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-07-14T07:32:09.059Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-07-14T07:32:09.059Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-07-14T07:32:09.059Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2021-07-14T07:32:09.059Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-07-14T07:32:09.059Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-07-14T07:32:09.059Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-07-14T07:32:09.059Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2021-07-14T07:32:09.059Z] === RUN TestContainerStartOnDaemonRestart [2021-07-14T07:32:09.059Z] === PAUSE TestContainerStartOnDaemonRestart [2021-07-14T07:32:09.059Z] === RUN TestDaemonRestartIpcMode [2021-07-14T07:32:09.059Z] === PAUSE TestDaemonRestartIpcMode [2021-07-14T07:32:09.059Z] === RUN TestDaemonHostGatewayIP [2021-07-14T07:32:09.059Z] === PAUSE TestDaemonHostGatewayIP [2021-07-14T07:32:09.059Z] === RUN TestRestartDaemonWithRestartingContainer [2021-07-14T07:32:09.059Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-07-14T07:32:09.059Z] === RUN TestContainerKillOnDaemonStart [2021-07-14T07:32:09.059Z] === PAUSE TestContainerKillOnDaemonStart [2021-07-14T07:32:09.059Z] === RUN TestDiff [2021-07-14T07:32:09.143Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-07-14T07:32:10.405Z] === RUN TestReadPluginNoRead/default [2021-07-14T07:32:10.437Z] --- PASS: TestDiff (1.17s) [2021-07-14T07:32:10.437Z] === RUN TestExecWithCloseStdin [2021-07-14T07:32:10.696Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-07-14T07:32:10.696Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-07-14T07:32:11.789Z] === RUN TestReadPluginNoRead/disabled_caching [2021-07-14T07:32:12.076Z] --- PASS: TestExecWithCloseStdin (1.71s) [2021-07-14T07:32:12.076Z] === RUN TestExec [2021-07-14T07:32:13.172Z] --- PASS: TestContinueAfterPluginCrash (8.89s) [2021-07-14T07:32:13.172Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-07-14T07:32:13.452Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-07-14T07:32:14.020Z] --- PASS: TestExec (1.85s) [2021-07-14T07:32:14.020Z] === RUN TestExecUser [2021-07-14T07:32:15.083Z] === CONT TestReadPluginNoRead [2021-07-14T07:32:15.083Z] read_test.go:92: [dbcd6c4864b8b] daemon is not started [2021-07-14T07:32:15.083Z] --- PASS: TestReadPluginNoRead (7.01s) [2021-07-14T07:32:15.083Z] --- PASS: TestReadPluginNoRead/default (1.61s) [2021-07-14T07:32:15.083Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.58s) [2021-07-14T07:32:15.083Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.49s) [2021-07-14T07:32:15.083Z] PASS [2021-07-14T07:32:15.083Z] [2021-07-14T07:32:15.083Z] DONE 6 tests in 10.572s [2021-07-14T07:32:15.083Z] 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-07-14T07:32:15.083Z] testing: warning: no tests to run [2021-07-14T07:32:15.083Z] PASS [2021-07-14T07:32:15.083Z] [2021-07-14T07:32:15.083Z] DONE 0 tests in 0.007s [2021-07-14T07:32:15.083Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-07-14T07:32:15.083Z] INFO: Testing against a local daemon [2021-07-14T07:32:15.083Z] === RUN TestPluginWithDevMounts [2021-07-14T07:32:15.083Z] === PAUSE TestPluginWithDevMounts [2021-07-14T07:32:15.083Z] === CONT TestPluginWithDevMounts [2021-07-14T07:32:15.396Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-07-14T07:32:15.654Z] --- PASS: TestExecUser (1.77s) [2021-07-14T07:32:15.654Z] === RUN TestExportContainerAndImportImage [2021-07-14T07:32:15.912Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-07-14T07:32:16.467Z] --- PASS: TestPluginWithDevMounts (1.60s) [2021-07-14T07:32:16.467Z] PASS [2021-07-14T07:32:16.467Z] [2021-07-14T07:32:16.467Z] DONE 1 tests in 1.639s [2021-07-14T07:32:16.467Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-07-14T07:32:16.467Z] INFO: Testing against a local daemon [2021-07-14T07:32:16.467Z] === RUN TestSecretInspect [2021-07-14T07:32:16.696Z] ? github.com/docker/docker/api [no test files] [2021-07-14T07:32:17.289Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-07-14T07:32:17.289Z] --- PASS: TestExportContainerAndImportImage (1.54s) [2021-07-14T07:32:17.289Z] === RUN TestExportContainerAfterDaemonRestart [2021-07-14T07:32:17.856Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-07-14T07:32:18.116Z] check_test.go:309: [d7e3547814860] daemon is not started [2021-07-14T07:32:18.116Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-07-14T07:32:18.684Z] --- PASS: TestExportContainerAfterDaemonRestart (1.60s) [2021-07-14T07:32:18.684Z] === RUN TestHealthCheckWorkdir [2021-07-14T07:32:19.009Z] --- PASS: TestSecretInspect (2.21s) [2021-07-14T07:32:19.009Z] === RUN TestSecretList [2021-07-14T07:32:20.919Z] --- PASS: TestSecretList (2.17s) [2021-07-14T07:32:20.919Z] === RUN TestSecretsCreateAndDelete [2021-07-14T07:32:21.215Z] --- PASS: TestHealthCheckWorkdir (2.55s) [2021-07-14T07:32:21.215Z] === RUN TestHealthKillContainer [2021-07-14T07:32:21.306Z] Leaving: AppArmorNo profiles have been unloaded. [2021-07-14T07:32:21.306Z] [2021-07-14T07:32:21.306Z] Unloading profiles will leave already running processes permanently [2021-07-14T07:32:21.306Z] unconfined, which can lead to unexpected situations. [2021-07-14T07:32:21.306Z] [2021-07-14T07:32:21.306Z] To set a process to complain mode, use the command line tool [2021-07-14T07:32:21.306Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-07-14T07:32:21.306Z] Post stage [Pipeline] junit [2021-07-14T07:32:21.316Z] Recording test results [2021-07-14T07:32:22.473Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-07-14T07:32:22.592Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-07-14T07:32:22.592Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-07-14T07:32:22.747Z] + echo Ensuring container killed. [2021-07-14T07:32:22.747Z] Ensuring container killed. [2021-07-14T07:32:22.747Z] + docker rm -vf docker-pr2 [2021-07-14T07:32:22.747Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-07-14T07:32:22.850Z] check_test.go:309: [d456ab20712b9] daemon is not started [2021-07-14T07:32:22.850Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-07-14T07:32:23.025Z] + echo Chowning /workspace to jenkins user [2021-07-14T07:32:23.025Z] Chowning /workspace to jenkins user [2021-07-14T07:32:23.025Z] + id -u [2021-07-14T07:32:23.025Z] + id -g [2021-07-14T07:32:23.025Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42636:/workspace busybox chown -R 1000:1000 /workspace [2021-07-14T07:32:23.025Z] Unable to find image 'busybox:latest' locally [2021-07-14T07:32:23.025Z] latest: Pulling from library/busybox [2021-07-14T07:32:23.025Z] b71f96345d44: Pulling fs layer [2021-07-14T07:32:23.291Z] b71f96345d44: Download complete [2021-07-14T07:32:23.291Z] b71f96345d44: Pull complete [2021-07-14T07:32:23.291Z] Digest: sha256:0f354ec1728d9ff32edcd7d1b8bbdfc798277ad36120dc3dc683be44524c8b60 [2021-07-14T07:32:23.291Z] Status: Downloaded newer image for busybox:latest [2021-07-14T07:32:23.479Z] --- PASS: TestSecretsCreateAndDelete (2.20s) [2021-07-14T07:32:23.479Z] === RUN TestSecretsUpdate [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-07-14T07:32:25.379Z] --- PASS: TestHealthKillContainer (3.64s) [2021-07-14T07:32:25.379Z] === RUN TestInspectCpusetInConfigPre120 [2021-07-14T07:32:25.379Z] docker_cli_daemon_plugins_test.go:79: [d08ffba4435c8] daemon is not started [2021-07-14T07:32:25.379Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-07-14T07:32:25.408Z] --- PASS: TestSecretsUpdate (2.24s) [2021-07-14T07:32:25.408Z] === RUN TestTemplatedSecret [2021-07-14T07:32:25.487Z] + bundleName=docker-py [2021-07-14T07:32:25.487Z] + echo Creating docker-py-bundles.tar.gz [2021-07-14T07:32:25.487Z] Creating docker-py-bundles.tar.gz [2021-07-14T07:32:25.487Z] + 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-07-14T07:32:25.496Z] Archiving artifacts [2021-07-14T07:32:25.947Z] --- PASS: TestInspectCpusetInConfigPre120 (1.03s) [2021-07-14T07:32:25.947Z] === RUN TestIpcModeNone [2021-07-14T07:32:26.206Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-07-14T07:32:26.206Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-07-14T07:32:27.367Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42636/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-07-14T07:32:27.582Z] --- PASS: TestIpcModeNone (1.68s) [2021-07-14T07:32:27.582Z] === RUN TestIpcModePrivate [2021-07-14T07:32:27.721Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42636/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=95b26c9285cfe5e6a04a61c128a7caea7c2045f2 -e DOCKER_GRAPHDRIVER docker:95b26c9285cfe5e6a04a61c128a7caea7c2045f2 hack/make.sh binary [2021-07-14T07:32:27.841Z] === RUN TestDockerSuite/TestBuildAddScript [2021-07-14T07:32:28.284Z] [2021-07-14T07:32:28.284Z] Removing bundles/ [2021-07-14T07:32:28.284Z] [2021-07-14T07:32:28.284Z] ---> Making bundle: binary (in bundles/binary) [2021-07-14T07:32:28.284Z] Building: bundles/binary-daemon/dockerd-dev [2021-07-14T07:32:28.284Z] GOOS="" GOARCH="" GOARM="" [2021-07-14T07:32:28.407Z] docker_cli_daemon_plugins_test.go:169: [dbf942de8b178] daemon is not started [2021-07-14T07:32:28.704Z] --- PASS: TestTemplatedSecret (3.25s) [2021-07-14T07:32:28.704Z] === RUN TestSecretCreateResolve [2021-07-14T07:32:28.974Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:96, shared: false, mustBeShared: false [2021-07-14T07:32:29.233Z] --- PASS: TestIpcModePrivate (1.60s) [2021-07-14T07:32:29.233Z] === RUN TestIpcModeShareable [2021-07-14T07:32:29.842Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-07-14T07:32:30.615Z] --- PASS: TestSecretCreateResolve (1.78s) [2021-07-14T07:32:30.615Z] PASS [2021-07-14T07:32:30.615Z] [2021-07-14T07:32:30.615Z] DONE 6 tests in 13.880s [2021-07-14T07:32:30.615Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-07-14T07:32:30.615Z] INFO: Testing against a local daemon [2021-07-14T07:32:30.615Z] === RUN TestServiceCreateInit [2021-07-14T07:32:30.615Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-07-14T07:32:31.242Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:98, shared: true, mustBeShared: true [2021-07-14T07:32:31.242Z] --- PASS: TestIpcModeShareable (1.97s) [2021-07-14T07:32:31.242Z] === RUN TestAPIIpcModeShareableAndContainer [2021-07-14T07:32:31.325Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:32:31.325Z] INFO: Testing against a local daemon [2021-07-14T07:32:31.325Z] === RUN TestBuildWithSession [2021-07-14T07:32:31.325Z] build_session_test.go:25: TODO: BuildKit [2021-07-14T07:32:31.325Z] --- SKIP: TestBuildWithSession (0.00s) [2021-07-14T07:32:31.325Z] === RUN TestBuildSquashParent [2021-07-14T07:32:31.325Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:32:31.325Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-07-14T07:32:31.325Z] === RUN TestBuildWithRemoveAndForceRemove [2021-07-14T07:32:31.325Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:32:31.325Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:32:31.325Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:32:31.325Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:32:31.325Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:32:31.325Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:32:31.325Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:32:31.325Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:32:31.325Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:32:31.325Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:32:31.325Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:32:31.325Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:32:31.325Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:32:31.325Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:32:31.325Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:32:31.325Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:32:32.210Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-07-14T07:32:33.087Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-07-14T07:32:34.118Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-07-14T07:32:34.625Z] === RUN TestMiddlewares [2021-07-14T07:32:34.625Z] --- PASS: TestMiddlewares (0.00s) [2021-07-14T07:32:34.625Z] PASS [2021-07-14T07:32:34.625Z] coverage: 9.0% of statements [2021-07-14T07:32:34.625Z] ok github.com/docker/docker/api/server 0.087s coverage: 9.0% of statements [2021-07-14T07:32:34.690Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-07-14T07:32:34.815Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-07-14T07:32:35.259Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-07-14T07:32:35.827Z] check_test.go:309: [d5923948319b9] daemon is not started [2021-07-14T07:32:35.827Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-07-14T07:32:36.086Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.92s) [2021-07-14T07:32:36.086Z] === RUN TestAPIIpcModeHost [2021-07-14T07:32:37.992Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-07-14T07:32:38.250Z] --- PASS: TestAPIIpcModeHost (2.04s) [2021-07-14T07:32:38.250Z] === RUN TestDaemonIpcModeShareable [2021-07-14T07:32:40.099Z] --- PASS: TestServiceCreateInit (9.12s) [2021-07-14T07:32:40.099Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.53s) [2021-07-14T07:32:40.099Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.58s) [2021-07-14T07:32:40.099Z] === RUN TestCreateServiceMultipleTimes [2021-07-14T07:32:40.102Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:32:40.102Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:32:40.151Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-07-14T07:32:40.717Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: true, mustBeShared: true [2021-07-14T07:32:40.976Z] --- PASS: TestDaemonIpcModeShareable (2.82s) [2021-07-14T07:32:40.976Z] === RUN TestDaemonIpcModePrivate [2021-07-14T07:32:42.354Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-07-14T07:32:42.613Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-07-14T07:32:43.094Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-07-14T07:32:43.552Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:93, shared: false, mustBeShared: false [2021-07-14T07:32:43.811Z] --- PASS: TestDaemonIpcModePrivate (2.73s) [2021-07-14T07:32:43.811Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-07-14T07:32:44.379Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-07-14T07:32:44.485Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-07-14T07:32:46.282Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:102, shared: false, mustBeShared: false [2021-07-14T07:32:46.282Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.57s) [2021-07-14T07:32:46.282Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-07-14T07:32:47.217Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-07-14T07:32:47.793Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-07-14T07:32:49.120Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:82, shared: true, mustBeShared: true [2021-07-14T07:32:49.120Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-07-14T07:32:49.120Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.93s) [2021-07-14T07:32:49.120Z] === RUN TestIpcModeOlderClient [2021-07-14T07:32:49.379Z] === PAUSE TestIpcModeOlderClient [2021-07-14T07:32:49.379Z] === RUN TestKillContainerInvalidSignal [2021-07-14T07:32:49.710Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-07-14T07:32:50.316Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-07-14T07:32:50.316Z] --- PASS: TestKillContainerInvalidSignal (1.15s) [2021-07-14T07:32:50.316Z] === RUN TestKillContainer [2021-07-14T07:32:50.316Z] === RUN TestKillContainer/no_signal [2021-07-14T07:32:51.628Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-07-14T07:32:51.692Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-07-14T07:32:51.692Z] === RUN TestKillContainer/non_killing_signal [2021-07-14T07:32:52.258Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-07-14T07:32:52.825Z] === RUN TestKillContainer/killing_signal [2021-07-14T07:32:54.202Z] --- PASS: TestKillContainer (3.48s) [2021-07-14T07:32:54.202Z] --- PASS: TestKillContainer/no_signal (1.38s) [2021-07-14T07:32:54.202Z] --- PASS: TestKillContainer/non_killing_signal (0.92s) [2021-07-14T07:32:54.202Z] --- PASS: TestKillContainer/killing_signal (0.95s) [2021-07-14T07:32:54.202Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-07-14T07:32:54.202Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-07-14T07:32:54.202Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-07-14T07:32:54.202Z] === RUN TestDockerSuite/TestBuildAddTar [2021-07-14T07:32:54.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-07-14T07:32:55.138Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-07-14T07:32:55.146Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-07-14T07:32:55.146Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (9.98s) [2021-07-14T07:32:55.146Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (10.30s) [2021-07-14T07:32:55.146Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.66s) [2021-07-14T07:32:55.146Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (17.00s) [2021-07-14T07:32:55.146Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (14.36s) [2021-07-14T07:32:55.146Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (14.49s) [2021-07-14T07:32:55.146Z] === RUN TestBuildMultiStageCopy [2021-07-14T07:32:55.146Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-07-14T07:32:55.704Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-07-14T07:32:55.963Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.03s) [2021-07-14T07:32:55.963Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.01s) [2021-07-14T07:32:55.963Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.71s) [2021-07-14T07:32:55.963Z] === RUN TestKillStoppedContainer [2021-07-14T07:32:55.963Z] --- PASS: TestKillStoppedContainer (0.09s) [2021-07-14T07:32:55.963Z] === RUN TestKillStoppedContainerAPIPre120 [2021-07-14T07:32:55.963Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-07-14T07:32:55.963Z] === RUN TestKillDifferentUserContainer [2021-07-14T07:32:56.582Z] === RUN TestBoolValue [2021-07-14T07:32:56.582Z] --- PASS: TestBoolValue (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestBoolValueOrDefault [2021-07-14T07:32:56.582Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestInt64ValueOrZero [2021-07-14T07:32:56.582Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestInt64ValueOrDefault [2021-07-14T07:32:56.582Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestInt64ValueOrDefaultWithError [2021-07-14T07:32:56.582Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestJsonContentType [2021-07-14T07:32:56.582Z] --- PASS: TestJsonContentType (0.00s) [2021-07-14T07:32:56.582Z] PASS [2021-07-14T07:32:56.582Z] coverage: 14.7% of statements [2021-07-14T07:32:56.582Z] ok github.com/docker/docker/api/server/httputils 0.038s coverage: 14.7% of statements [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-07-14T07:32:56.582Z] === RUN TestMaskSecretKeys [2021-07-14T07:32:56.582Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-07-14T07:32:56.582Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-07-14T07:32:56.582Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-07-14T07:32:56.582Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-07-14T07:32:56.582Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-07-14T07:32:56.582Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-07-14T07:32:56.582Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestVersionMiddlewareVersion [2021-07-14T07:32:56.582Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-07-14T07:32:56.582Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-07-14T07:32:56.582Z] PASS [2021-07-14T07:32:56.582Z] coverage: 37.7% of statements [2021-07-14T07:32:56.582Z] ok github.com/docker/docker/api/server/middleware 0.041s coverage: 37.7% of statements [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/server/router [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-07-14T07:32:56.582Z] === RUN TestStrSliceMarshalJSON [2021-07-14T07:32:56.582Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestStrSliceUnmarshalJSON [2021-07-14T07:32:56.582Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestStrSliceUnmarshalString [2021-07-14T07:32:56.582Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestStrSliceUnmarshalSlice [2021-07-14T07:32:56.582Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-07-14T07:32:56.582Z] PASS [2021-07-14T07:32:56.582Z] coverage: 90.0% of statements [2021-07-14T07:32:56.582Z] ok github.com/docker/docker/api/types/strslice 0.046s coverage: 90.0% of statements [2021-07-14T07:32:56.582Z] === RUN TestAdjustForAPIVersion [2021-07-14T07:32:56.582Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-07-14T07:32:56.582Z] PASS [2021-07-14T07:32:56.582Z] coverage: 5.7% of statements [2021-07-14T07:32:56.582Z] ok github.com/docker/docker/api/server/router/swarm 0.038s coverage: 5.7% of statements [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/types [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/types/container [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/types/events [no test files] [2021-07-14T07:32:56.582Z] === RUN TestToJSON [2021-07-14T07:32:56.582Z] --- PASS: TestToJSON (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestToParamWithVersion [2021-07-14T07:32:56.582Z] --- PASS: TestToParamWithVersion (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestFromJSON [2021-07-14T07:32:56.582Z] --- PASS: TestFromJSON (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestEmpty [2021-07-14T07:32:56.582Z] --- PASS: TestEmpty (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestArgsMatchKVListEmptySources [2021-07-14T07:32:56.582Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestArgsMatchKVList [2021-07-14T07:32:56.582Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestArgsMatch [2021-07-14T07:32:56.582Z] --- PASS: TestArgsMatch (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestAdd [2021-07-14T07:32:56.582Z] --- PASS: TestAdd (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestDel [2021-07-14T07:32:56.582Z] --- PASS: TestDel (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestLen [2021-07-14T07:32:56.582Z] --- PASS: TestLen (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestExactMatch [2021-07-14T07:32:56.582Z] --- PASS: TestExactMatch (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestOnlyOneExactMatch [2021-07-14T07:32:56.582Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestContains [2021-07-14T07:32:56.582Z] --- PASS: TestContains (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestValidate [2021-07-14T07:32:56.582Z] --- PASS: TestValidate (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestWalkValues [2021-07-14T07:32:56.582Z] --- PASS: TestWalkValues (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestFuzzyMatch [2021-07-14T07:32:56.582Z] --- PASS: TestFuzzyMatch (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestClone [2021-07-14T07:32:56.582Z] --- PASS: TestClone (0.00s) [2021-07-14T07:32:56.582Z] PASS [2021-07-14T07:32:56.582Z] coverage: 92.2% of statements [2021-07-14T07:32:56.582Z] ok github.com/docker/docker/api/types/filters 0.040s coverage: 92.2% of statements [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/types/image [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/types/network [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-07-14T07:32:56.582Z] === RUN TestDurationToSecondsString [2021-07-14T07:32:56.582Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestGetTimestamp [2021-07-14T07:32:56.582Z] --- PASS: TestGetTimestamp (0.13s) [2021-07-14T07:32:56.582Z] === RUN TestParseTimestamps [2021-07-14T07:32:56.582Z] --- PASS: TestParseTimestamps (0.00s) [2021-07-14T07:32:56.582Z] PASS [2021-07-14T07:32:56.582Z] coverage: 100.0% of statements [2021-07-14T07:32:56.582Z] ok github.com/docker/docker/api/types/time 0.171s coverage: 100.0% of statements [2021-07-14T07:32:56.582Z] === RUN TestCompareVersion [2021-07-14T07:32:56.582Z] --- PASS: TestCompareVersion (0.00s) [2021-07-14T07:32:56.582Z] PASS [2021-07-14T07:32:56.582Z] coverage: 75.0% of statements [2021-07-14T07:32:56.582Z] ok github.com/docker/docker/api/types/versions 0.050s coverage: 75.0% of statements [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/builder [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-07-14T07:32:56.582Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-07-14T07:32:56.582Z] === RUN TestParseRemoteURL [2021-07-14T07:32:56.582Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-07-14T07:32:56.582Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-07-14T07:32:56.582Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-07-14T07:32:56.582Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-07-14T07:32:56.582Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-07-14T07:32:56.582Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-07-14T07:32:56.582Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-07-14T07:32:56.582Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-07-14T07:32:56.582Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-07-14T07:32:56.582Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-07-14T07:32:56.582Z] --- PASS: TestParseRemoteURL (0.00s) [2021-07-14T07:32:56.582Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-07-14T07:32:56.582Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-07-14T07:32:56.582Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-07-14T07:32:56.582Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-07-14T07:32:56.582Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-07-14T07:32:56.582Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-07-14T07:32:56.582Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-07-14T07:32:56.582Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-07-14T07:32:56.582Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-07-14T07:32:56.582Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestCloneArgsSmartHttp [2021-07-14T07:32:56.582Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-07-14T07:32:56.582Z] === RUN TestCloneArgsDumbHttp [2021-07-14T07:32:56.582Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestCloneArgsGit [2021-07-14T07:32:56.582Z] --- PASS: TestCloneArgsGit (0.00s) [2021-07-14T07:32:56.582Z] === RUN TestCheckoutGit [2021-07-14T07:32:56.902Z] --- PASS: TestKillDifferentUserContainer (0.90s) [2021-07-14T07:32:56.902Z] === RUN TestInspectOomKilledTrue [2021-07-14T07:32:56.902Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:32:56.902Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-07-14T07:32:56.902Z] === RUN TestInspectOomKilledFalse [2021-07-14T07:32:56.902Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:32:56.902Z] --- SKIP: TestInspectOomKilledFalse (0.01s) [2021-07-14T07:32:56.902Z] === RUN TestLinksEtcHostsContentMatch [2021-07-14T07:32:57.044Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-07-14T07:32:57.044Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-07-14T07:32:57.044Z] === RUN TestProcessNoDockerignore [2021-07-14T07:32:57.044Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-07-14T07:32:57.044Z] === RUN TestProcessShouldLeaveAllFiles [2021-07-14T07:32:57.044Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-07-14T07:32:57.044Z] === RUN TestDetectContentType [2021-07-14T07:32:57.044Z] --- PASS: TestDetectContentType (0.00s) [2021-07-14T07:32:57.044Z] === RUN TestSelectAcceptableMIME [2021-07-14T07:32:57.044Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-07-14T07:32:57.044Z] === RUN TestInspectEmptyResponse [2021-07-14T07:32:57.044Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-07-14T07:32:57.044Z] === RUN TestInspectResponseBinary [2021-07-14T07:32:57.044Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-07-14T07:32:57.044Z] === RUN TestResponseUnsupportedContentType [2021-07-14T07:32:57.044Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-07-14T07:32:57.044Z] === RUN TestInspectResponseTextSimple [2021-07-14T07:32:57.044Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-07-14T07:32:57.044Z] === RUN TestInspectResponseEmptyContentType [2021-07-14T07:32:57.044Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-07-14T07:32:57.044Z] === RUN TestUnknownContentLength [2021-07-14T07:32:57.044Z] --- PASS: TestUnknownContentLength (0.00s) [2021-07-14T07:32:57.044Z] === RUN TestDownloadRemote [2021-07-14T07:32:57.044Z] --- PASS: TestDownloadRemote (0.07s) [2021-07-14T07:32:57.044Z] === RUN TestGetWithStatusError [2021-07-14T07:32:57.044Z] --- PASS: TestGetWithStatusError (0.00s) [2021-07-14T07:32:57.044Z] === RUN TestCloseRootDirectory [2021-07-14T07:32:57.044Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:32:57.044Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-07-14T07:32:57.044Z] === RUN TestHashFile [2021-07-14T07:32:57.044Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:32:57.044Z] --- SKIP: TestHashFile (0.00s) [2021-07-14T07:32:57.044Z] === RUN TestHashSubdir [2021-07-14T07:32:57.044Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:32:57.044Z] --- SKIP: TestHashSubdir (0.01s) [2021-07-14T07:32:57.044Z] === RUN TestRemoveDirectory [2021-07-14T07:32:57.044Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:32:57.044Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-07-14T07:32:57.044Z] PASS [2021-07-14T07:32:57.044Z] coverage: 9.3% of statements [2021-07-14T07:32:57.044Z] ok github.com/docker/docker/builder/remotecontext 0.205s coverage: 9.3% of statements [2021-07-14T07:32:57.505Z] === RUN TestGetAllAllowed [2021-07-14T07:32:57.505Z] --- PASS: TestGetAllAllowed (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestGetAllMeta [2021-07-14T07:32:57.505Z] --- PASS: TestGetAllMeta (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestWarnOnUnusedBuildArgs [2021-07-14T07:32:57.505Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestIsUnreferencedBuiltin [2021-07-14T07:32:57.505Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestIsExistingDirectory [2021-07-14T07:32:57.505Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestGetFilenameForDownload [2021-07-14T07:32:57.505Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestEnv2Variables [2021-07-14T07:32:57.505Z] --- PASS: TestEnv2Variables (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-07-14T07:32:57.505Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestMaintainer [2021-07-14T07:32:57.505Z] --- PASS: TestMaintainer (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestLabel [2021-07-14T07:32:57.505Z] --- PASS: TestLabel (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestFromScratch [2021-07-14T07:32:57.505Z] --- PASS: TestFromScratch (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestFromWithArg [2021-07-14T07:32:57.505Z] --- PASS: TestFromWithArg (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-07-14T07:32:57.505Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestFromWithUndefinedArg [2021-07-14T07:32:57.505Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestFromMultiStageWithNamedStage [2021-07-14T07:32:57.505Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestOnbuild [2021-07-14T07:32:57.505Z] --- PASS: TestOnbuild (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestWorkdir [2021-07-14T07:32:57.505Z] --- PASS: TestWorkdir (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestCmd [2021-07-14T07:32:57.505Z] --- PASS: TestCmd (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestHealthcheckNone [2021-07-14T07:32:57.505Z] --- PASS: TestHealthcheckNone (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestHealthcheckCmd [2021-07-14T07:32:57.505Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestEntrypoint [2021-07-14T07:32:57.505Z] --- PASS: TestEntrypoint (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestExpose [2021-07-14T07:32:57.505Z] --- PASS: TestExpose (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestUser [2021-07-14T07:32:57.505Z] --- PASS: TestUser (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestVolume [2021-07-14T07:32:57.505Z] --- PASS: TestVolume (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestStopSignal [2021-07-14T07:32:57.505Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-07-14T07:32:57.505Z] --- SKIP: TestStopSignal (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestArg [2021-07-14T07:32:57.505Z] --- PASS: TestArg (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestShell [2021-07-14T07:32:57.505Z] --- PASS: TestShell (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestPrependEnvOnCmd [2021-07-14T07:32:57.505Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestRunWithBuildArgs [2021-07-14T07:32:57.505Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestRunIgnoresHealthcheck [2021-07-14T07:32:57.505Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestDispatchUnsupportedOptions [2021-07-14T07:32:57.505Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-07-14T07:32:57.505Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-07-14T07:32:57.505Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-07-14T07:32:57.505Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-07-14T07:32:57.505Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-07-14T07:32:57.505Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-07-14T07:32:57.505Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestNormalizeWorkdir [2021-07-14T07:32:57.505Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestDispatch [2021-07-14T07:32:57.505Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-07-14T07:32:57.505Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-07-14T07:32:57.505Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-07-14T07:32:57.505Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-07-14T07:32:57.505Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-07-14T07:32:57.505Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-07-14T07:32:57.505Z] === RUN TestDispatch/COPY_url [2021-07-14T07:32:57.505Z] --- PASS: TestDispatch (0.05s) [2021-07-14T07:32:57.505Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-07-14T07:32:57.505Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-07-14T07:32:57.505Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-07-14T07:32:57.505Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-07-14T07:32:57.505Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.00s) [2021-07-14T07:32:57.505Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-07-14T07:32:57.505Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestAddScratchImageAddsToMounts [2021-07-14T07:32:57.505Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestAddFromScratchPopulatesPlatform [2021-07-14T07:32:57.505Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-07-14T07:32:57.505Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-07-14T07:32:57.505Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestImageSourceGetAddsToMounts [2021-07-14T07:32:57.505Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestEmptyDockerfile [2021-07-14T07:32:57.505Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestSymlinkDockerfile [2021-07-14T07:32:57.505Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-07-14T07:32:57.505Z] === RUN TestDockerfileOutsideTheBuildContext [2021-07-14T07:32:57.505Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestNonExistingDockerfile [2021-07-14T07:32:57.505Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestCopyRunConfig [2021-07-14T07:32:57.505Z] --- PASS: TestCopyRunConfig (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestDeepCopyRunConfig [2021-07-14T07:32:57.505Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestExportImage [2021-07-14T07:32:57.505Z] --- PASS: TestExportImage (0.00s) [2021-07-14T07:32:57.505Z] === RUN TestNormalizeDest [2021-07-14T07:32:57.505Z] --- PASS: TestNormalizeDest (0.00s) [2021-07-14T07:32:57.505Z] PASS [2021-07-14T07:32:57.505Z] coverage: 47.0% of statements [2021-07-14T07:32:57.505Z] ok github.com/docker/docker/builder/dockerfile 0.159s coverage: 47.0% of statements [2021-07-14T07:32:57.965Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-07-14T07:32:57.965Z] === RUN TestEnable [2021-07-14T07:32:57.965Z] --- PASS: TestEnable (0.00s) [2021-07-14T07:32:57.965Z] === RUN TestDisable [2021-07-14T07:32:57.965Z] --- PASS: TestDisable (0.00s) [2021-07-14T07:32:57.965Z] === RUN TestEnabled [2021-07-14T07:32:57.965Z] --- PASS: TestEnabled (0.00s) [2021-07-14T07:32:57.965Z] PASS [2021-07-14T07:32:57.965Z] coverage: 100.0% of statements [2021-07-14T07:32:57.965Z] ok github.com/docker/docker/cli/debug 0.037s coverage: 100.0% of statements [2021-07-14T07:32:58.208Z] --- PASS: TestCreateServiceMultipleTimes (16.82s) [2021-07-14T07:32:58.208Z] === RUN TestCreateServiceConflict [2021-07-14T07:32:58.249Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-07-14T07:32:58.280Z] --- PASS: TestLinksEtcHostsContentMatch (1.15s) [2021-07-14T07:32:58.280Z] === RUN TestLinksContainerNames [2021-07-14T07:32:58.468Z] --- PASS: TestCreateServiceConflict (2.19s) [2021-07-14T07:32:58.468Z] === RUN TestCreateServiceMaxReplicas [2021-07-14T07:32:58.935Z] === RUN TestTCP4Proxy [2021-07-14T07:32:58.935Z] --- PASS: TestTCP4Proxy (0.01s) [2021-07-14T07:32:58.935Z] === RUN TestTCP4ProxyHalfClose [2021-07-14T07:32:58.935Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-07-14T07:32:58.935Z] === RUN TestTCP6Proxy [2021-07-14T07:32:58.935Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-07-14T07:32:58.935Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-07-14T07:32:58.935Z] === RUN TestTCPDualStackProxy [2021-07-14T07:32:58.935Z] network_proxy_test.go:212: No support for dual stack yet [2021-07-14T07:32:58.935Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-07-14T07:32:58.935Z] === RUN TestUDP4Proxy [2021-07-14T07:32:58.935Z] --- PASS: TestUDP4Proxy (0.00s) [2021-07-14T07:32:58.935Z] === RUN TestUDP6Proxy [2021-07-14T07:32:58.935Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-07-14T07:32:58.935Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-07-14T07:32:58.935Z] === RUN TestUDPWriteError [2021-07-14T07:32:58.935Z] --- PASS: TestUDPWriteError (0.00s) [2021-07-14T07:32:58.935Z] === RUN TestSCTP4Proxy [2021-07-14T07:32:58.935Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-07-14T07:32:58.935Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-07-14T07:32:58.935Z] === RUN TestSCTP6Proxy [2021-07-14T07:32:58.935Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-07-14T07:32:58.935Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-07-14T07:32:58.935Z] PASS [2021-07-14T07:32:58.935Z] coverage: 49.4% of statements [2021-07-14T07:32:58.935Z] ok github.com/docker/docker/cmd/docker-proxy 0.067s coverage: 49.4% of statements [2021-07-14T07:33:00.181Z] --- PASS: TestLinksContainerNames (1.90s) [2021-07-14T07:33:00.181Z] === RUN TestLogsFollowTailEmpty [2021-07-14T07:33:01.116Z] --- PASS: TestLogsFollowTailEmpty (0.93s) [2021-07-14T07:33:01.116Z] === RUN TestContainerNetworkMountsNoChown [2021-07-14T07:33:01.765Z] --- PASS: TestCreateServiceMaxReplicas (3.24s) [2021-07-14T07:33:01.766Z] === RUN TestCreateWithDuplicateNetworkNames [2021-07-14T07:33:02.053Z] --- PASS: TestContainerNetworkMountsNoChown (0.93s) [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/default [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/default [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/private [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/private [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/rprivate [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/rprivate [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/slave [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/slave [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/rslave [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/rslave [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/shared [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/shared [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/rshared [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/rshared [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/default [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/default/mount_root [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/rslave [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/default/bind_root [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/rshared [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/shared [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/rprivate [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/slave [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/private [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/private/bind_root [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/private/mount_root [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-07-14T07:33:02.053Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-07-14T07:33:02.053Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-07-14T07:33:02.053Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-07-14T07:33:02.318Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-07-14T07:33:02.318Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-07-14T07:33:02.318Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-07-14T07:33:02.318Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-07-14T07:33:02.318Z] === CONT TestMountDaemonRoot/private/bind_root [2021-07-14T07:33:02.318Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-07-14T07:33:02.318Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-07-14T07:33:02.318Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-07-14T07:33:02.318Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-07-14T07:33:02.318Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-07-14T07:33:02.318Z] === CONT TestMountDaemonRoot/private/mount_root [2021-07-14T07:33:02.318Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-07-14T07:33:02.318Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-07-14T07:33:02.318Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-07-14T07:33:02.576Z] === CONT TestMountDaemonRoot/default/bind_root [2021-07-14T07:33:02.576Z] === CONT TestMountDaemonRoot/default/mount_root [2021-07-14T07:33:02.576Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-07-14T07:33:02.576Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-07-14T07:33:02.576Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-07-14T07:33:02.576Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-07-14T07:33:02.576Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-07-14T07:33:02.576Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-07-14T07:33:02.576Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-07-14T07:33:02.577Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2021-07-14T07:33:02.577Z] === RUN TestContainerBindMountNonRecursive [2021-07-14T07:33:03.543Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-07-14T07:33:04.480Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-07-14T07:33:05.857Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-07-14T07:33:06.116Z] --- PASS: TestContainerBindMountNonRecursive (3.54s) [2021-07-14T07:33:06.116Z] === RUN TestContainerVolumesMountedAsShared [2021-07-14T07:33:07.054Z] --- PASS: TestContainerVolumesMountedAsShared (0.79s) [2021-07-14T07:33:07.054Z] === RUN TestContainerVolumesMountedAsSlave [2021-07-14T07:33:07.742Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-07-14T07:33:07.754Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-07-14T07:33:07.754Z] Using test binary docker [2021-07-14T07:33:07.754Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-07-14T07:33:07.754Z] +++ /etc/init.d/apparmor start [2021-07-14T07:33:07.754Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-07-14T07:33:07.754Z] INFO: Waiting for daemon to start... [2021-07-14T07:33:07.754Z] Starting dockerd [2021-07-14T07:33:07.754Z] +++ 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-07-14T07:33:08.218Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-07-14T07:33:08.431Z] --- PASS: TestContainerVolumesMountedAsSlave (1.65s) [2021-07-14T07:33:08.431Z] === RUN TestNetworkNat [2021-07-14T07:33:09.272Z] === RUN TestCheckpointCreateError [2021-07-14T07:33:09.272Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestCheckpointCreate [2021-07-14T07:33:09.272Z] --- PASS: TestCheckpointCreate (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestCheckpointDeleteError [2021-07-14T07:33:09.272Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestCheckpointDelete [2021-07-14T07:33:09.272Z] --- PASS: TestCheckpointDelete (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestCheckpointListError [2021-07-14T07:33:09.272Z] --- PASS: TestCheckpointListError (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestCheckpointList [2021-07-14T07:33:09.272Z] --- PASS: TestCheckpointList (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestCheckpointListContainerNotFound [2021-07-14T07:33:09.272Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestNewClientWithOpsFromEnv [2021-07-14T07:33:09.272Z] client_test.go:23: runtime.GOOS == "windows" [2021-07-14T07:33:09.272Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestGetAPIPath [2021-07-14T07:33:09.272Z] --- PASS: TestGetAPIPath (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestParseHostURL [2021-07-14T07:33:09.272Z] --- PASS: TestParseHostURL (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-07-14T07:33:09.272Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestNegotiateAPIVersionEmpty [2021-07-14T07:33:09.272Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestNegotiateAPIVersion [2021-07-14T07:33:09.272Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestNegotiateAPVersionOverride [2021-07-14T07:33:09.272Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestNegotiateAPIVersionAutomatic [2021-07-14T07:33:09.272Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-07-14T07:33:09.272Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-07-14T07:33:09.272Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestClientRedirect [2021-07-14T07:33:09.272Z] --- PASS: TestClientRedirect (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestConfigCreateUnsupported [2021-07-14T07:33:09.272Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-07-14T07:33:09.272Z] === RUN TestConfigCreateError [2021-07-14T07:33:09.273Z] --- PASS: TestConfigCreateError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestConfigCreate [2021-07-14T07:33:09.273Z] --- PASS: TestConfigCreate (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestConfigInspectNotFound [2021-07-14T07:33:09.273Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestConfigInspectWithEmptyID [2021-07-14T07:33:09.273Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestConfigInspectUnsupported [2021-07-14T07:33:09.273Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestConfigInspectError [2021-07-14T07:33:09.273Z] --- PASS: TestConfigInspectError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestConfigInspectConfigNotFound [2021-07-14T07:33:09.273Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestConfigInspect [2021-07-14T07:33:09.273Z] --- PASS: TestConfigInspect (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestConfigListUnsupported [2021-07-14T07:33:09.273Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestConfigListError [2021-07-14T07:33:09.273Z] --- PASS: TestConfigListError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestConfigList [2021-07-14T07:33:09.273Z] --- PASS: TestConfigList (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestConfigRemoveUnsupported [2021-07-14T07:33:09.273Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestConfigRemoveError [2021-07-14T07:33:09.273Z] --- PASS: TestConfigRemoveError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestConfigRemove [2021-07-14T07:33:09.273Z] --- PASS: TestConfigRemove (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestConfigUpdateUnsupported [2021-07-14T07:33:09.273Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestConfigUpdateError [2021-07-14T07:33:09.273Z] --- PASS: TestConfigUpdateError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestConfigUpdate [2021-07-14T07:33:09.273Z] --- PASS: TestConfigUpdate (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerCommitError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerCommitError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerCommit [2021-07-14T07:33:09.273Z] --- PASS: TestContainerCommit (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerStatPathError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerStatPathError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerStatPathNotFoundError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerStatPathNoHeaderError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerStatPath [2021-07-14T07:33:09.273Z] --- PASS: TestContainerStatPath (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestCopyToContainerError [2021-07-14T07:33:09.273Z] --- PASS: TestCopyToContainerError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestCopyToContainerNotFoundError [2021-07-14T07:33:09.273Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestCopyToContainerNotStatusOKError [2021-07-14T07:33:09.273Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestCopyToContainer [2021-07-14T07:33:09.273Z] --- PASS: TestCopyToContainer (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestCopyFromContainerError [2021-07-14T07:33:09.273Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestCopyFromContainerNotFoundError [2021-07-14T07:33:09.273Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestCopyFromContainerNotStatusOKError [2021-07-14T07:33:09.273Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestCopyFromContainerNoHeaderError [2021-07-14T07:33:09.273Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestCopyFromContainer [2021-07-14T07:33:09.273Z] --- PASS: TestCopyFromContainer (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerCreateError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerCreateError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerCreateImageNotFound [2021-07-14T07:33:09.273Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerCreateWithName [2021-07-14T07:33:09.273Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerCreateAutoRemove [2021-07-14T07:33:09.273Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerDiffError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerDiffError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerDiff [2021-07-14T07:33:09.273Z] --- PASS: TestContainerDiff (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerExecCreateError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerExecCreate [2021-07-14T07:33:09.273Z] --- PASS: TestContainerExecCreate (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerExecStartError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerExecStartError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerExecStart [2021-07-14T07:33:09.273Z] --- PASS: TestContainerExecStart (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerExecInspectError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerExecInspect [2021-07-14T07:33:09.273Z] --- PASS: TestContainerExecInspect (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerExportError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerExportError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerExport [2021-07-14T07:33:09.273Z] --- PASS: TestContainerExport (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerInspectError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerInspectError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerInspectContainerNotFound [2021-07-14T07:33:09.273Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerInspectWithEmptyID [2021-07-14T07:33:09.273Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerInspect [2021-07-14T07:33:09.273Z] --- PASS: TestContainerInspect (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerInspectNode [2021-07-14T07:33:09.273Z] --- PASS: TestContainerInspectNode (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerKillError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerKillError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerKill [2021-07-14T07:33:09.273Z] --- PASS: TestContainerKill (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerListError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerListError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerList [2021-07-14T07:33:09.273Z] --- PASS: TestContainerList (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerLogsNotFoundError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerLogsError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerLogsError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerLogs [2021-07-14T07:33:09.273Z] --- PASS: TestContainerLogs (0.13s) [2021-07-14T07:33:09.273Z] === RUN TestContainerPauseError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerPauseError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerPause [2021-07-14T07:33:09.273Z] --- PASS: TestContainerPause (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainersPruneError [2021-07-14T07:33:09.273Z] --- PASS: TestContainersPruneError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainersPrune [2021-07-14T07:33:09.273Z] --- PASS: TestContainersPrune (0.01s) [2021-07-14T07:33:09.273Z] === RUN TestContainerRemoveError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerRemoveError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerRemoveNotFoundError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerRemove [2021-07-14T07:33:09.273Z] --- PASS: TestContainerRemove (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerRenameError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerRenameError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerRename [2021-07-14T07:33:09.273Z] --- PASS: TestContainerRename (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerResizeError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerResizeError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerExecResizeError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerResize [2021-07-14T07:33:09.273Z] --- PASS: TestContainerResize (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerExecResize [2021-07-14T07:33:09.273Z] --- PASS: TestContainerExecResize (0.01s) [2021-07-14T07:33:09.273Z] === RUN TestContainerRestartError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerRestartError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerRestart [2021-07-14T07:33:09.273Z] --- PASS: TestContainerRestart (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerStartError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerStartError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerStart [2021-07-14T07:33:09.273Z] --- PASS: TestContainerStart (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerStatsError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerStatsError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerStats [2021-07-14T07:33:09.273Z] --- PASS: TestContainerStats (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerStopError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerStopError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerStop [2021-07-14T07:33:09.273Z] --- PASS: TestContainerStop (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerTopError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerTopError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerTop [2021-07-14T07:33:09.273Z] --- PASS: TestContainerTop (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerUnpauseError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerUnpause [2021-07-14T07:33:09.273Z] --- PASS: TestContainerUnpause (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerUpdateError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerUpdateError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerUpdate [2021-07-14T07:33:09.273Z] --- PASS: TestContainerUpdate (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerWaitError [2021-07-14T07:33:09.273Z] --- PASS: TestContainerWaitError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestContainerWait [2021-07-14T07:33:09.273Z] --- PASS: TestContainerWait (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestDiskUsageError [2021-07-14T07:33:09.273Z] --- PASS: TestDiskUsageError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestDiskUsage [2021-07-14T07:33:09.273Z] --- PASS: TestDiskUsage (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestDistributionInspectUnsupported [2021-07-14T07:33:09.273Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestDistributionInspectWithEmptyID [2021-07-14T07:33:09.273Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestEventsErrorInOptions [2021-07-14T07:33:09.273Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestEventsErrorFromServer [2021-07-14T07:33:09.273Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestEvents [2021-07-14T07:33:09.273Z] --- PASS: TestEvents (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestTLSCloseWriter [2021-07-14T07:33:09.273Z] === PAUSE TestTLSCloseWriter [2021-07-14T07:33:09.273Z] === RUN TestImageBuildError [2021-07-14T07:33:09.273Z] --- PASS: TestImageBuildError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageBuild [2021-07-14T07:33:09.273Z] --- PASS: TestImageBuild (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestGetDockerOS [2021-07-14T07:33:09.273Z] --- PASS: TestGetDockerOS (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageCreateError [2021-07-14T07:33:09.273Z] --- PASS: TestImageCreateError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageCreate [2021-07-14T07:33:09.273Z] --- PASS: TestImageCreate (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageHistoryError [2021-07-14T07:33:09.273Z] --- PASS: TestImageHistoryError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageHistory [2021-07-14T07:33:09.273Z] --- PASS: TestImageHistory (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageImportError [2021-07-14T07:33:09.273Z] --- PASS: TestImageImportError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageImport [2021-07-14T07:33:09.273Z] --- PASS: TestImageImport (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageInspectError [2021-07-14T07:33:09.273Z] --- PASS: TestImageInspectError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageInspectImageNotFound [2021-07-14T07:33:09.273Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageInspectWithEmptyID [2021-07-14T07:33:09.273Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageInspect [2021-07-14T07:33:09.273Z] --- PASS: TestImageInspect (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageListError [2021-07-14T07:33:09.273Z] --- PASS: TestImageListError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageList [2021-07-14T07:33:09.273Z] --- PASS: TestImageList (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageListApiBefore125 [2021-07-14T07:33:09.273Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageLoadError [2021-07-14T07:33:09.273Z] --- PASS: TestImageLoadError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageLoad [2021-07-14T07:33:09.273Z] --- PASS: TestImageLoad (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImagesPruneError [2021-07-14T07:33:09.273Z] --- PASS: TestImagesPruneError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImagesPrune [2021-07-14T07:33:09.273Z] --- PASS: TestImagesPrune (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImagePullReferenceParseError [2021-07-14T07:33:09.273Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImagePullAnyError [2021-07-14T07:33:09.273Z] --- PASS: TestImagePullAnyError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImagePullStatusUnauthorizedError [2021-07-14T07:33:09.273Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-07-14T07:33:09.273Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-07-14T07:33:09.273Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-07-14T07:33:09.273Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImagePullWithoutErrors [2021-07-14T07:33:09.273Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImagePushReferenceError [2021-07-14T07:33:09.273Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImagePushAnyError [2021-07-14T07:33:09.273Z] --- PASS: TestImagePushAnyError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImagePushStatusUnauthorizedError [2021-07-14T07:33:09.273Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-07-14T07:33:09.273Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-07-14T07:33:09.273Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-07-14T07:33:09.273Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImagePushWithoutErrors [2021-07-14T07:33:09.273Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-07-14T07:33:09.273Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-07-14T07:33:09.273Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-07-14T07:33:09.273Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-07-14T07:33:09.273Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-07-14T07:33:09.273Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-07-14T07:33:09.273Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-07-14T07:33:09.273Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-07-14T07:33:09.273Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageRemoveError [2021-07-14T07:33:09.273Z] --- PASS: TestImageRemoveError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageRemoveImageNotFound [2021-07-14T07:33:09.273Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageRemove [2021-07-14T07:33:09.273Z] --- PASS: TestImageRemove (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageSaveError [2021-07-14T07:33:09.273Z] --- PASS: TestImageSaveError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageSave [2021-07-14T07:33:09.273Z] --- PASS: TestImageSave (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageSearchAnyError [2021-07-14T07:33:09.273Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageSearchStatusUnauthorizedError [2021-07-14T07:33:09.273Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-07-14T07:33:09.273Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-07-14T07:33:09.273Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-07-14T07:33:09.273Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageSearchWithoutErrors [2021-07-14T07:33:09.273Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageTagError [2021-07-14T07:33:09.273Z] --- PASS: TestImageTagError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageTagInvalidReference [2021-07-14T07:33:09.273Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageTagInvalidSourceImageName [2021-07-14T07:33:09.273Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageTagHexSource [2021-07-14T07:33:09.273Z] --- PASS: TestImageTagHexSource (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestImageTag [2021-07-14T07:33:09.273Z] --- PASS: TestImageTag (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestInfoServerError [2021-07-14T07:33:09.273Z] --- PASS: TestInfoServerError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestInfoInvalidResponseJSONError [2021-07-14T07:33:09.273Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestInfo [2021-07-14T07:33:09.273Z] --- PASS: TestInfo (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworkConnectError [2021-07-14T07:33:09.273Z] --- PASS: TestNetworkConnectError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-07-14T07:33:09.273Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworkConnect [2021-07-14T07:33:09.273Z] --- PASS: TestNetworkConnect (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworkCreateError [2021-07-14T07:33:09.273Z] --- PASS: TestNetworkCreateError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworkCreate [2021-07-14T07:33:09.273Z] --- PASS: TestNetworkCreate (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworkDisconnectError [2021-07-14T07:33:09.273Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworkDisconnect [2021-07-14T07:33:09.273Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworkInspectError [2021-07-14T07:33:09.273Z] --- PASS: TestNetworkInspectError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworkInspectNotFoundError [2021-07-14T07:33:09.273Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworkInspectWithEmptyID [2021-07-14T07:33:09.273Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworkInspect [2021-07-14T07:33:09.273Z] --- PASS: TestNetworkInspect (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworkListError [2021-07-14T07:33:09.273Z] --- PASS: TestNetworkListError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworkList [2021-07-14T07:33:09.273Z] --- PASS: TestNetworkList (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworksPruneError [2021-07-14T07:33:09.273Z] --- PASS: TestNetworksPruneError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworksPrune [2021-07-14T07:33:09.273Z] --- PASS: TestNetworksPrune (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworkRemoveError [2021-07-14T07:33:09.273Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNetworkRemove [2021-07-14T07:33:09.273Z] --- PASS: TestNetworkRemove (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNodeInspectError [2021-07-14T07:33:09.273Z] --- PASS: TestNodeInspectError (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNodeInspectNodeNotFound [2021-07-14T07:33:09.273Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-07-14T07:33:09.273Z] === RUN TestNodeInspectWithEmptyID [2021-07-14T07:33:09.273Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestNodeInspect [2021-07-14T07:33:09.274Z] --- PASS: TestNodeInspect (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestNodeListError [2021-07-14T07:33:09.274Z] --- PASS: TestNodeListError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestNodeList [2021-07-14T07:33:09.274Z] --- PASS: TestNodeList (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestNodeRemoveError [2021-07-14T07:33:09.274Z] --- PASS: TestNodeRemoveError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestNodeRemove [2021-07-14T07:33:09.274Z] --- PASS: TestNodeRemove (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestNodeUpdateError [2021-07-14T07:33:09.274Z] --- PASS: TestNodeUpdateError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestNodeUpdate [2021-07-14T07:33:09.274Z] --- PASS: TestNodeUpdate (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestOptionWithTimeout [2021-07-14T07:33:09.274Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPingFail [2021-07-14T07:33:09.274Z] --- PASS: TestPingFail (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPingWithError [2021-07-14T07:33:09.274Z] 2021/07/14 07:33:07 RoundTripper returned a response & error; ignoring response [2021-07-14T07:33:09.274Z] 2021/07/14 07:33:07 RoundTripper returned a response & error; ignoring response [2021-07-14T07:33:09.274Z] --- PASS: TestPingWithError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPingSuccess [2021-07-14T07:33:09.274Z] --- PASS: TestPingSuccess (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPingHeadFallback [2021-07-14T07:33:09.274Z] === RUN TestPingHeadFallback/OK [2021-07-14T07:33:09.274Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-07-14T07:33:09.274Z] === RUN TestPingHeadFallback/Not_Found [2021-07-14T07:33:09.274Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-07-14T07:33:09.274Z] --- PASS: TestPingHeadFallback (0.00s) [2021-07-14T07:33:09.274Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-07-14T07:33:09.274Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-07-14T07:33:09.274Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-07-14T07:33:09.274Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPluginDisableError [2021-07-14T07:33:09.274Z] --- PASS: TestPluginDisableError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPluginDisable [2021-07-14T07:33:09.274Z] --- PASS: TestPluginDisable (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPluginEnableError [2021-07-14T07:33:09.274Z] --- PASS: TestPluginEnableError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPluginEnable [2021-07-14T07:33:09.274Z] --- PASS: TestPluginEnable (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPluginInspectError [2021-07-14T07:33:09.274Z] --- PASS: TestPluginInspectError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPluginInspectWithEmptyID [2021-07-14T07:33:09.274Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPluginInspect [2021-07-14T07:33:09.274Z] --- PASS: TestPluginInspect (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPluginListError [2021-07-14T07:33:09.274Z] --- PASS: TestPluginListError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPluginList [2021-07-14T07:33:09.274Z] --- PASS: TestPluginList (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPluginPushError [2021-07-14T07:33:09.274Z] --- PASS: TestPluginPushError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPluginPush [2021-07-14T07:33:09.274Z] --- PASS: TestPluginPush (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPluginRemoveError [2021-07-14T07:33:09.274Z] --- PASS: TestPluginRemoveError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPluginRemove [2021-07-14T07:33:09.274Z] --- PASS: TestPluginRemove (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPluginSetError [2021-07-14T07:33:09.274Z] --- PASS: TestPluginSetError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPluginSet [2021-07-14T07:33:09.274Z] --- PASS: TestPluginSet (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSetHostHeader [2021-07-14T07:33:09.274Z] --- PASS: TestSetHostHeader (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestPlainTextError [2021-07-14T07:33:09.274Z] --- PASS: TestPlainTextError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestInfiniteError [2021-07-14T07:33:09.274Z] --- PASS: TestInfiniteError (0.04s) [2021-07-14T07:33:09.274Z] === RUN TestCanceledContext [2021-07-14T07:33:09.274Z] 2021/07/14 07:33:07 RoundTripper returned a response & error; ignoring response [2021-07-14T07:33:09.274Z] --- PASS: TestCanceledContext (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestDeadlineExceededContext [2021-07-14T07:33:09.274Z] 2021/07/14 07:33:07 RoundTripper returned a response & error; ignoring response [2021-07-14T07:33:09.274Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretCreateUnsupported [2021-07-14T07:33:09.274Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretCreateError [2021-07-14T07:33:09.274Z] --- PASS: TestSecretCreateError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretCreate [2021-07-14T07:33:09.274Z] --- PASS: TestSecretCreate (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretInspectUnsupported [2021-07-14T07:33:09.274Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretInspectError [2021-07-14T07:33:09.274Z] --- PASS: TestSecretInspectError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretInspectSecretNotFound [2021-07-14T07:33:09.274Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretInspectWithEmptyID [2021-07-14T07:33:09.274Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretInspect [2021-07-14T07:33:09.274Z] --- PASS: TestSecretInspect (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretListUnsupported [2021-07-14T07:33:09.274Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretListError [2021-07-14T07:33:09.274Z] --- PASS: TestSecretListError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretList [2021-07-14T07:33:09.274Z] --- PASS: TestSecretList (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretRemoveUnsupported [2021-07-14T07:33:09.274Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretRemoveError [2021-07-14T07:33:09.274Z] --- PASS: TestSecretRemoveError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretRemove [2021-07-14T07:33:09.274Z] --- PASS: TestSecretRemove (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretUpdateUnsupported [2021-07-14T07:33:09.274Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretUpdateError [2021-07-14T07:33:09.274Z] --- PASS: TestSecretUpdateError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSecretUpdate [2021-07-14T07:33:09.274Z] --- PASS: TestSecretUpdate (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceCreateError [2021-07-14T07:33:09.274Z] --- PASS: TestServiceCreateError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceCreate [2021-07-14T07:33:09.274Z] --- PASS: TestServiceCreate (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceCreateCompatiblePlatforms [2021-07-14T07:33:09.274Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceCreateDigestPinning [2021-07-14T07:33:09.274Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceInspectError [2021-07-14T07:33:09.274Z] --- PASS: TestServiceInspectError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceInspectServiceNotFound [2021-07-14T07:33:09.274Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceInspectWithEmptyID [2021-07-14T07:33:09.274Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceInspect [2021-07-14T07:33:09.274Z] --- PASS: TestServiceInspect (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceListError [2021-07-14T07:33:09.274Z] --- PASS: TestServiceListError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceList [2021-07-14T07:33:09.274Z] --- PASS: TestServiceList (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceLogsError [2021-07-14T07:33:09.274Z] --- PASS: TestServiceLogsError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceLogs [2021-07-14T07:33:09.274Z] --- PASS: TestServiceLogs (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceRemoveError [2021-07-14T07:33:09.274Z] --- PASS: TestServiceRemoveError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceRemoveNotFoundError [2021-07-14T07:33:09.274Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceRemove [2021-07-14T07:33:09.274Z] --- PASS: TestServiceRemove (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceUpdateError [2021-07-14T07:33:09.274Z] --- PASS: TestServiceUpdateError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestServiceUpdate [2021-07-14T07:33:09.274Z] --- PASS: TestServiceUpdate (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSwarmGetUnlockKeyError [2021-07-14T07:33:09.274Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSwarmGetUnlockKey [2021-07-14T07:33:09.274Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSwarmInitError [2021-07-14T07:33:09.274Z] --- PASS: TestSwarmInitError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSwarmInit [2021-07-14T07:33:09.274Z] --- PASS: TestSwarmInit (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSwarmInspectError [2021-07-14T07:33:09.274Z] --- PASS: TestSwarmInspectError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSwarmInspect [2021-07-14T07:33:09.274Z] --- PASS: TestSwarmInspect (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSwarmJoinError [2021-07-14T07:33:09.274Z] --- PASS: TestSwarmJoinError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSwarmJoin [2021-07-14T07:33:09.274Z] --- PASS: TestSwarmJoin (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSwarmLeaveError [2021-07-14T07:33:09.274Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSwarmLeave [2021-07-14T07:33:09.274Z] --- PASS: TestSwarmLeave (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSwarmUnlockError [2021-07-14T07:33:09.274Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSwarmUnlock [2021-07-14T07:33:09.274Z] --- PASS: TestSwarmUnlock (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSwarmUpdateError [2021-07-14T07:33:09.274Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestSwarmUpdate [2021-07-14T07:33:09.274Z] --- PASS: TestSwarmUpdate (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestTaskInspectError [2021-07-14T07:33:09.274Z] --- PASS: TestTaskInspectError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestTaskInspectWithEmptyID [2021-07-14T07:33:09.274Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestTaskInspect [2021-07-14T07:33:09.274Z] --- PASS: TestTaskInspect (0.01s) [2021-07-14T07:33:09.274Z] === RUN TestTaskListError [2021-07-14T07:33:09.274Z] --- PASS: TestTaskListError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestTaskList [2021-07-14T07:33:09.274Z] --- PASS: TestTaskList (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestVolumeCreateError [2021-07-14T07:33:09.274Z] --- PASS: TestVolumeCreateError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestVolumeCreate [2021-07-14T07:33:09.274Z] --- PASS: TestVolumeCreate (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestVolumeInspectError [2021-07-14T07:33:09.274Z] --- PASS: TestVolumeInspectError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestVolumeInspectNotFound [2021-07-14T07:33:09.274Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestVolumeInspectWithEmptyID [2021-07-14T07:33:09.274Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestVolumeInspect [2021-07-14T07:33:09.274Z] --- PASS: TestVolumeInspect (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestVolumeListError [2021-07-14T07:33:09.274Z] --- PASS: TestVolumeListError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestVolumeList [2021-07-14T07:33:09.274Z] --- PASS: TestVolumeList (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestVolumeRemoveError [2021-07-14T07:33:09.274Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-07-14T07:33:09.274Z] === RUN TestVolumeRemove [2021-07-14T07:33:09.274Z] --- PASS: TestVolumeRemove (0.00s) [2021-07-14T07:33:09.274Z] === CONT TestTLSCloseWriter [2021-07-14T07:33:09.274Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-07-14T07:33:09.274Z] PASS [2021-07-14T07:33:09.274Z] coverage: 75.0% of statements [2021-07-14T07:33:09.274Z] ok github.com/docker/docker/client 0.375s coverage: 75.0% of statements [2021-07-14T07:33:09.807Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-07-14T07:33:09.808Z] --- PASS: TestNetworkNat (1.32s) [2021-07-14T07:33:09.808Z] === RUN TestNetworkLocalhostTCPNat [2021-07-14T07:33:10.304Z] . [2021-07-14T07:33:10.304Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-07-14T07:33:10.304Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-07-14T07:33:10.304Z] Error: No such image: emptyfs [2021-07-14T07:33:10.304Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-07-14T07:33:10.304Z] ++++ docker load [2021-07-14T07:33:10.566Z] Running integration-test (iteration 1) [2021-07-14T07:33:10.566Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-07-14T07:33:10.566Z] ++ 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-07-14T07:33:10.566Z] ++ set -e [2021-07-14T07:33:10.566Z] ++ '[' -n 0 ']' [2021-07-14T07:33:10.566Z] ++ set -x [2021-07-14T07:33:10.566Z] ++ 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-07-14T07:33:11.184Z] check_test.go:309: [d9b3712143255] daemon is not started [2021-07-14T07:33:11.184Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-07-14T07:33:11.184Z] --- PASS: TestNetworkLocalhostTCPNat (1.34s) [2021-07-14T07:33:11.184Z] === RUN TestNetworkLoopbackNat [2021-07-14T07:33:11.394Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-07-14T07:33:12.121Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-07-14T07:33:12.396Z] --- PASS: TestBuildMultiStageCopy (18.36s) [2021-07-14T07:33:12.396Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (13.24s) [2021-07-14T07:33:12.396Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.78s) [2021-07-14T07:33:12.396Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.32s) [2021-07-14T07:33:12.396Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.62s) [2021-07-14T07:33:12.396Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.40s) [2021-07-14T07:33:12.396Z] === RUN TestBuildMultiStageParentConfig [2021-07-14T07:33:14.025Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-07-14T07:33:15.389Z] --- PASS: TestBuildMultiStageParentConfig (2.54s) [2021-07-14T07:33:15.389Z] === RUN TestBuildLabelWithTargets [2021-07-14T07:33:15.389Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:33:15.389Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-07-14T07:33:15.389Z] === RUN TestBuildWithEmptyLayers [2021-07-14T07:33:15.401Z] --- PASS: TestNetworkLoopbackNat (4.22s) [2021-07-14T07:33:15.401Z] === RUN TestPause [2021-07-14T07:33:16.393Z] --- PASS: TestBuildWithEmptyLayers (1.49s) [2021-07-14T07:33:16.393Z] === RUN TestBuildMultiStageOnBuild [2021-07-14T07:33:16.662Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.59s) [2021-07-14T07:33:16.662Z] === RUN TestCreateServiceSecretFileMode [2021-07-14T07:33:17.308Z] --- PASS: TestPause (1.66s) [2021-07-14T07:33:17.308Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-07-14T07:33:17.308Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-07-14T07:33:17.308Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-07-14T07:33:17.308Z] === RUN TestPauseStopPausedContainer [2021-07-14T07:33:18.044Z] --- PASS: TestCreateServiceSecretFileMode (2.68s) [2021-07-14T07:33:18.044Z] === RUN TestCreateServiceConfigFileMode [2021-07-14T07:33:18.686Z] --- PASS: TestPauseStopPausedContainer (1.47s) [2021-07-14T07:33:18.686Z] === RUN TestPidHost [2021-07-14T07:33:20.587Z] --- PASS: TestCreateServiceConfigFileMode (2.72s) [2021-07-14T07:33:20.587Z] === RUN TestCreateServiceSysctls [2021-07-14T07:33:22.877Z] === RUN TestDockerSuite/TestBuildBlankName [2021-07-14T07:33:22.877Z] --- PASS: TestPidHost (4.03s) [2021-07-14T07:33:22.877Z] === RUN TestPsFilter [2021-07-14T07:33:22.877Z] --- PASS: TestPsFilter (0.14s) [2021-07-14T07:33:22.877Z] === RUN TestRemoveContainerWithRemovedVolume [2021-07-14T07:33:22.877Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-07-14T07:33:23.814Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.16s) [2021-07-14T07:33:23.814Z] === RUN TestRemoveContainerWithVolume [2021-07-14T07:33:24.096Z] --- PASS: TestCheckoutGit (26.67s) [2021-07-14T07:33:24.096Z] === RUN TestValidGitTransport [2021-07-14T07:33:24.096Z] --- PASS: TestValidGitTransport (0.00s) [2021-07-14T07:33:24.096Z] === RUN TestGitInvalidRef [2021-07-14T07:33:24.096Z] --- PASS: TestGitInvalidRef (0.18s) [2021-07-14T07:33:24.096Z] PASS [2021-07-14T07:33:24.096Z] coverage: 86.3% of statements [2021-07-14T07:33:24.096Z] ok github.com/docker/docker/builder/remotecontext/git 26.901s coverage: 86.3% of statements [2021-07-14T07:33:24.096Z] ? github.com/docker/docker/cli [no test files] [2021-07-14T07:33:24.096Z] ? github.com/docker/docker/cli/config [no test files] [2021-07-14T07:33:24.791Z] --- PASS: TestCreateServiceSysctls (3.75s) [2021-07-14T07:33:24.791Z] === RUN TestCreateServiceCapabilities [2021-07-14T07:33:25.235Z] --- PASS: TestRemoveContainerWithVolume (1.27s) [2021-07-14T07:33:25.235Z] === RUN TestRemoveContainerRunning [2021-07-14T07:33:25.493Z] Loaded image: buildpack-deps:buster [2021-07-14T07:33:25.493Z] Loaded image: busybox:latest [2021-07-14T07:33:25.754Z] Loaded image: busybox:glibc [2021-07-14T07:33:26.185Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-07-14T07:33:27.138Z] --- PASS: TestRemoveContainerRunning (2.12s) [2021-07-14T07:33:27.138Z] === RUN TestRemoveContainerForceRemoveRunning [2021-07-14T07:33:27.332Z] --- PASS: TestCreateServiceCapabilities (2.75s) [2021-07-14T07:33:27.332Z] === RUN TestInspect [2021-07-14T07:33:28.513Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.21s) [2021-07-14T07:33:28.513Z] === RUN TestRemoveInvalidContainer [2021-07-14T07:33:28.513Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-07-14T07:33:28.513Z] === RUN TestRenameLinkedContainer [2021-07-14T07:33:29.070Z] Loaded image: debian:bullseye [2021-07-14T07:33:29.331Z] Loaded image: hello-world:latest [2021-07-14T07:33:29.891Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-07-14T07:33:30.632Z] --- PASS: TestInspect (3.22s) [2021-07-14T07:33:30.632Z] === RUN TestCreateJob [2021-07-14T07:33:30.842Z] Loaded image: arm32v7/hello-world:latest [2021-07-14T07:33:30.842Z] INFO: Testing against a local daemon [2021-07-14T07:33:30.842Z] === RUN TestCgroupNamespacesBuild [2021-07-14T07:33:31.794Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-07-14T07:33:33.397Z] --- PASS: TestCgroupNamespacesBuild (2.10s) [2021-07-14T07:33:33.397Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-07-14T07:33:33.932Z] --- PASS: TestCreateJob (3.58s) [2021-07-14T07:33:33.933Z] === RUN TestReplicatedJob [2021-07-14T07:33:34.323Z] --- PASS: TestRenameLinkedContainer (5.58s) [2021-07-14T07:33:34.323Z] === RUN TestRenameStoppedContainer [2021-07-14T07:33:34.505Z] --- PASS: TestBuildMultiStageOnBuild (17.65s) [2021-07-14T07:33:34.505Z] === RUN TestBuildUncleanTarFilenames [2021-07-14T07:33:34.505Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:33:34.505Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-07-14T07:33:34.505Z] === RUN TestBuildMultiStageLayerLeak [2021-07-14T07:33:34.786Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.64s) [2021-07-14T07:33:34.786Z] === RUN TestBuildWithSession [2021-07-14T07:33:34.786Z] build_session_test.go:25: TODO: BuildKit [2021-07-14T07:33:34.786Z] --- SKIP: TestBuildWithSession (0.00s) [2021-07-14T07:33:34.786Z] === RUN TestBuildSquashParent [2021-07-14T07:33:35.231Z] === RUN TestBoolValue [2021-07-14T07:33:35.231Z] --- PASS: TestBoolValue (0.00s) [2021-07-14T07:33:35.231Z] === RUN TestBoolValueOrDefault [2021-07-14T07:33:35.231Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-07-14T07:33:35.231Z] === RUN TestInt64ValueOrZero [2021-07-14T07:33:35.231Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-07-14T07:33:35.231Z] === RUN TestInt64ValueOrDefault [2021-07-14T07:33:35.231Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-07-14T07:33:35.231Z] === RUN TestInt64ValueOrDefaultWithError [2021-07-14T07:33:35.231Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-07-14T07:33:35.231Z] === RUN TestJsonContentType [2021-07-14T07:33:35.231Z] --- PASS: TestJsonContentType (0.00s) [2021-07-14T07:33:35.231Z] PASS [2021-07-14T07:33:35.231Z] coverage: 14.7% of statements [2021-07-14T07:33:35.231Z] ok github.com/docker/docker/api/server/httputils 0.055s coverage: 14.7% of statements [2021-07-14T07:33:35.231Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-07-14T07:33:35.231Z] === RUN TestMaskSecretKeys [2021-07-14T07:33:35.231Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-07-14T07:33:35.231Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-07-14T07:33:35.231Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-07-14T07:33:35.231Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-07-14T07:33:35.231Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-07-14T07:33:35.231Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-07-14T07:33:35.231Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-07-14T07:33:35.231Z] === RUN TestVersionMiddlewareVersion [2021-07-14T07:33:35.231Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-07-14T07:33:35.231Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-07-14T07:33:35.231Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-07-14T07:33:35.231Z] PASS [2021-07-14T07:33:35.231Z] coverage: 37.7% of statements [2021-07-14T07:33:35.231Z] ok github.com/docker/docker/api/server/middleware 0.055s coverage: 37.7% of statements [2021-07-14T07:33:35.231Z] ? github.com/docker/docker/api/server/router [no test files] [2021-07-14T07:33:35.231Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-07-14T07:33:35.231Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-07-14T07:33:35.231Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-07-14T07:33:35.231Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-07-14T07:33:35.231Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-07-14T07:33:35.231Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-07-14T07:33:35.231Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-07-14T07:33:35.231Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-07-14T07:33:35.696Z] --- PASS: TestRenameStoppedContainer (1.35s) [2021-07-14T07:33:35.696Z] === RUN TestRenameRunningContainerAndReuse [2021-07-14T07:33:35.696Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-07-14T07:33:36.191Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-07-14T07:33:36.191Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-07-14T07:33:36.492Z] === RUN TestContainerStopSignal [2021-07-14T07:33:36.492Z] --- PASS: TestContainerStopSignal (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestContainerStopTimeout [2021-07-14T07:33:36.492Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestContainerSecretReferenceDestTarget [2021-07-14T07:33:36.492Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-07-14T07:33:36.492Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestContainerLogPathSetForRingLogger [2021-07-14T07:33:36.492Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestReplaceAndAppendEnvVars [2021-07-14T07:33:36.492Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-07-14T07:33:36.492Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestNewMemoryStore [2021-07-14T07:33:36.492Z] --- PASS: TestNewMemoryStore (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestAddContainers [2021-07-14T07:33:36.492Z] --- PASS: TestAddContainers (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestGetContainer [2021-07-14T07:33:36.492Z] --- PASS: TestGetContainer (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestDeleteContainer [2021-07-14T07:33:36.492Z] --- PASS: TestDeleteContainer (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestListContainers [2021-07-14T07:33:36.492Z] --- PASS: TestListContainers (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestFirstContainer [2021-07-14T07:33:36.492Z] --- PASS: TestFirstContainer (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestApplyAllContainer [2021-07-14T07:33:36.492Z] --- PASS: TestApplyAllContainer (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestIsValidHealthString [2021-07-14T07:33:36.492Z] --- PASS: TestIsValidHealthString (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestStateRunStop [2021-07-14T07:33:36.492Z] --- PASS: TestStateRunStop (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestStateTimeoutWait [2021-07-14T07:33:36.492Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-07-14T07:33:36.492Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-07-14T07:33:36.492Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-07-14T07:33:36.492Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-07-14T07:33:36.492Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-07-14T07:33:36.492Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-07-14T07:33:36.492Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-07-14T07:33:36.492Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-07-14T07:33:36.492Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-07-14T07:33:36.492Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-07-14T07:33:36.492Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-07-14T07:33:36.492Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-07-14T07:33:36.492Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestConfigureDaemonLogs [2021-07-14T07:33:36.492Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestCommonOptionsInstallFlags [2021-07-14T07:33:36.492Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-07-14T07:33:36.492Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-07-14T07:33:36.492Z] PASS [2021-07-14T07:33:36.492Z] coverage: 18.5% of statements [2021-07-14T07:33:36.492Z] ok github.com/docker/docker/cmd/dockerd 0.167s coverage: 18.5% of statements [2021-07-14T07:33:36.492Z] state_test.go:141: Stop callback fired [2021-07-14T07:33:36.492Z] state_test.go:165: Stop callback fired [2021-07-14T07:33:36.492Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-07-14T07:33:36.492Z] === RUN TestIsValidStateString [2021-07-14T07:33:36.492Z] --- PASS: TestIsValidStateString (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestViewSaveDelete [2021-07-14T07:33:36.492Z] --- PASS: TestViewSaveDelete (0.01s) [2021-07-14T07:33:36.492Z] === RUN TestViewAll [2021-07-14T07:33:36.492Z] --- PASS: TestViewAll (0.01s) [2021-07-14T07:33:36.492Z] === RUN TestViewGet [2021-07-14T07:33:36.492Z] --- PASS: TestViewGet (0.01s) [2021-07-14T07:33:36.492Z] === RUN TestNames [2021-07-14T07:33:36.492Z] --- PASS: TestNames (0.00s) [2021-07-14T07:33:36.492Z] === RUN TestViewWithHealthCheck [2021-07-14T07:33:36.492Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-07-14T07:33:36.492Z] PASS [2021-07-14T07:33:36.492Z] coverage: 41.5% of statements [2021-07-14T07:33:36.492Z] ok github.com/docker/docker/container 0.224s coverage: 41.5% of statements [2021-07-14T07:33:36.492Z] ? github.com/docker/docker/container/stream [no test files] [2021-07-14T07:33:36.492Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-07-14T07:33:36.492Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-07-14T07:33:36.492Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-07-14T07:33:36.643Z] === RUN TestAdjustForAPIVersion [2021-07-14T07:33:36.643Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-07-14T07:33:36.643Z] PASS [2021-07-14T07:33:36.643Z] coverage: 5.7% of statements [2021-07-14T07:33:36.643Z] ok github.com/docker/docker/api/server/router/swarm 0.059s coverage: 5.7% of statements [2021-07-14T07:33:36.643Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-07-14T07:33:36.643Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-07-14T07:33:36.643Z] ? github.com/docker/docker/api/types [no test files] [2021-07-14T07:33:36.643Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-07-14T07:33:36.643Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-07-14T07:33:36.643Z] ? github.com/docker/docker/api/types/container [no test files] [2021-07-14T07:33:36.643Z] ? github.com/docker/docker/api/types/events [no test files] [2021-07-14T07:33:36.643Z] === RUN TestStrSliceMarshalJSON [2021-07-14T07:33:36.643Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestStrSliceUnmarshalJSON [2021-07-14T07:33:36.643Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestStrSliceUnmarshalString [2021-07-14T07:33:36.643Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestStrSliceUnmarshalSlice [2021-07-14T07:33:36.643Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-07-14T07:33:36.643Z] PASS [2021-07-14T07:33:36.643Z] coverage: 90.0% of statements [2021-07-14T07:33:36.643Z] ok github.com/docker/docker/api/types/strslice 0.037s coverage: 90.0% of statements [2021-07-14T07:33:36.643Z] === RUN TestToJSON [2021-07-14T07:33:36.643Z] --- PASS: TestToJSON (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestToParamWithVersion [2021-07-14T07:33:36.643Z] --- PASS: TestToParamWithVersion (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestFromJSON [2021-07-14T07:33:36.643Z] --- PASS: TestFromJSON (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestEmpty [2021-07-14T07:33:36.643Z] --- PASS: TestEmpty (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestArgsMatchKVListEmptySources [2021-07-14T07:33:36.643Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestArgsMatchKVList [2021-07-14T07:33:36.643Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestArgsMatch [2021-07-14T07:33:36.643Z] --- PASS: TestArgsMatch (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestAdd [2021-07-14T07:33:36.643Z] --- PASS: TestAdd (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestDel [2021-07-14T07:33:36.643Z] --- PASS: TestDel (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestLen [2021-07-14T07:33:36.643Z] --- PASS: TestLen (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestExactMatch [2021-07-14T07:33:36.643Z] --- PASS: TestExactMatch (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestOnlyOneExactMatch [2021-07-14T07:33:36.643Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestContains [2021-07-14T07:33:36.643Z] --- PASS: TestContains (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestValidate [2021-07-14T07:33:36.643Z] --- PASS: TestValidate (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestWalkValues [2021-07-14T07:33:36.643Z] --- PASS: TestWalkValues (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestFuzzyMatch [2021-07-14T07:33:36.643Z] --- PASS: TestFuzzyMatch (0.00s) [2021-07-14T07:33:36.643Z] === RUN TestClone [2021-07-14T07:33:36.643Z] --- PASS: TestClone (0.00s) [2021-07-14T07:33:36.643Z] PASS [2021-07-14T07:33:36.643Z] coverage: 92.2% of statements [2021-07-14T07:33:36.643Z] ok github.com/docker/docker/api/types/filters 0.052s coverage: 92.2% of statements [2021-07-14T07:33:36.643Z] ? github.com/docker/docker/api/types/image [no test files] [2021-07-14T07:33:36.643Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-07-14T07:33:36.643Z] ? github.com/docker/docker/api/types/network [no test files] [2021-07-14T07:33:36.643Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-07-14T07:33:36.643Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-07-14T07:33:36.643Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-07-14T07:33:36.643Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-07-14T07:33:36.952Z] === RUN TestPrepare [2021-07-14T07:33:36.952Z] --- PASS: TestPrepare (0.00s) [2021-07-14T07:33:36.952Z] === RUN TestStart [2021-07-14T07:33:36.952Z] --- PASS: TestStart (0.00s) [2021-07-14T07:33:36.952Z] === RUN TestWaitCancel [2021-07-14T07:33:36.952Z] --- PASS: TestWaitCancel (0.00s) [2021-07-14T07:33:36.952Z] === RUN TestWaitDisabled [2021-07-14T07:33:36.952Z] --- PASS: TestWaitDisabled (0.00s) [2021-07-14T07:33:36.952Z] === RUN TestWaitEnabled [2021-07-14T07:33:36.952Z] --- PASS: TestWaitEnabled (0.00s) [2021-07-14T07:33:36.952Z] === RUN TestRemove [2021-07-14T07:33:36.952Z] --- PASS: TestRemove (0.00s) [2021-07-14T07:33:36.952Z] PASS [2021-07-14T07:33:36.952Z] coverage: 65.3% of statements [2021-07-14T07:33:36.952Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.116s coverage: 65.3% of statements [2021-07-14T07:33:37.095Z] === RUN TestDurationToSecondsString [2021-07-14T07:33:37.096Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-07-14T07:33:37.096Z] === RUN TestGetTimestamp [2021-07-14T07:33:37.096Z] --- PASS: TestGetTimestamp (0.13s) [2021-07-14T07:33:37.096Z] === RUN TestParseTimestamps [2021-07-14T07:33:37.096Z] --- PASS: TestParseTimestamps (0.00s) [2021-07-14T07:33:37.096Z] PASS [2021-07-14T07:33:37.096Z] coverage: 100.0% of statements [2021-07-14T07:33:37.096Z] ok github.com/docker/docker/api/types/time 0.181s coverage: 100.0% of statements [2021-07-14T07:33:37.096Z] === RUN TestCompareVersion [2021-07-14T07:33:37.096Z] --- PASS: TestCompareVersion (0.00s) [2021-07-14T07:33:37.096Z] PASS [2021-07-14T07:33:37.096Z] coverage: 75.0% of statements [2021-07-14T07:33:37.096Z] ok github.com/docker/docker/api/types/versions 0.043s coverage: 75.0% of statements [2021-07-14T07:33:37.096Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-07-14T07:33:37.096Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-07-14T07:33:37.096Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-07-14T07:33:37.096Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-07-14T07:33:37.096Z] ? github.com/docker/docker/builder [no test files] [2021-07-14T07:33:37.096Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-07-14T07:33:37.096Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-07-14T07:33:37.096Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-07-14T07:33:37.096Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-07-14T07:33:37.096Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-07-14T07:33:37.096Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-07-14T07:33:37.096Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-07-14T07:33:38.226Z] --- PASS: TestRenameRunningContainerAndReuse (2.73s) [2021-07-14T07:33:38.226Z] === RUN TestRenameInvalidName [2021-07-14T07:33:38.491Z] === RUN TestNewListSecretsFilters [2021-07-14T07:33:38.491Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-07-14T07:33:38.491Z] === RUN TestNewListConfigsFilters [2021-07-14T07:33:38.491Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-07-14T07:33:38.491Z] PASS [2021-07-14T07:33:38.491Z] coverage: 0.5% of statements [2021-07-14T07:33:38.491Z] ok github.com/docker/docker/daemon/cluster 0.159s coverage: 0.5% of statements [2021-07-14T07:33:38.620Z] === RUN TestParseRemoteURL [2021-07-14T07:33:38.620Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-07-14T07:33:38.620Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-07-14T07:33:38.620Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-07-14T07:33:38.620Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-07-14T07:33:38.620Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-07-14T07:33:38.620Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-07-14T07:33:38.620Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-07-14T07:33:38.620Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-07-14T07:33:38.620Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-07-14T07:33:38.620Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-07-14T07:33:38.620Z] --- PASS: TestParseRemoteURL (0.00s) [2021-07-14T07:33:38.620Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-07-14T07:33:38.620Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-07-14T07:33:38.620Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-07-14T07:33:38.620Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-07-14T07:33:38.620Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-07-14T07:33:38.620Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-07-14T07:33:38.620Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-07-14T07:33:38.620Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-07-14T07:33:38.620Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-07-14T07:33:38.620Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-07-14T07:33:38.620Z] === RUN TestCloneArgsSmartHttp [2021-07-14T07:33:38.620Z] --- PASS: TestCloneArgsSmartHttp (0.02s) [2021-07-14T07:33:38.620Z] === RUN TestCloneArgsDumbHttp [2021-07-14T07:33:38.620Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-07-14T07:33:38.620Z] === RUN TestCloneArgsGit [2021-07-14T07:33:38.620Z] --- PASS: TestCloneArgsGit (0.00s) [2021-07-14T07:33:38.620Z] === RUN TestCheckoutGit [2021-07-14T07:33:39.163Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-07-14T07:33:39.460Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-07-14T07:33:39.460Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.14s) [2021-07-14T07:33:39.460Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-07-14T07:33:39.460Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-07-14T07:33:39.460Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-07-14T07:33:39.460Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-07-14T07:33:39.460Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-07-14T07:33:39.460Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-07-14T07:33:39.460Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-07-14T07:33:39.460Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-07-14T07:33:39.460Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-07-14T07:33:39.460Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-07-14T07:33:39.460Z] === RUN TestServiceConvertToGRPCIsolation [2021-07-14T07:33:39.460Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-07-14T07:33:39.460Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-07-14T07:33:39.460Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-07-14T07:33:39.460Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-07-14T07:33:39.460Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-07-14T07:33:39.460Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-07-14T07:33:39.460Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-07-14T07:33:39.460Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-07-14T07:33:39.460Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-07-14T07:33:39.731Z] --- PASS: TestRenameInvalidName (1.51s) [2021-07-14T07:33:39.731Z] === RUN TestRenameAnonymousContainer [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertFromGRPCIsolation [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-07-14T07:33:39.921Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-07-14T07:33:39.921Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertFromGRPCConfigs [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertToGRPCConfigs [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-07-14T07:33:39.921Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-07-14T07:33:39.921Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-07-14T07:33:39.921Z] PASS [2021-07-14T07:33:39.921Z] coverage: 35.9% of statements [2021-07-14T07:33:39.921Z] ok github.com/docker/docker/daemon/cluster/convert 0.608s coverage: 35.9% of statements [2021-07-14T07:33:40.146Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-07-14T07:33:40.146Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-07-14T07:33:40.146Z] === RUN TestProcessNoDockerignore [2021-07-14T07:33:40.146Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-07-14T07:33:40.146Z] === RUN TestProcessShouldLeaveAllFiles [2021-07-14T07:33:40.146Z] --- PASS: TestProcessShouldLeaveAllFiles (0.02s) [2021-07-14T07:33:40.146Z] === RUN TestDetectContentType [2021-07-14T07:33:40.146Z] --- PASS: TestDetectContentType (0.00s) [2021-07-14T07:33:40.146Z] === RUN TestSelectAcceptableMIME [2021-07-14T07:33:40.146Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-07-14T07:33:40.146Z] === RUN TestInspectEmptyResponse [2021-07-14T07:33:40.146Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-07-14T07:33:40.146Z] === RUN TestInspectResponseBinary [2021-07-14T07:33:40.146Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-07-14T07:33:40.146Z] === RUN TestResponseUnsupportedContentType [2021-07-14T07:33:40.146Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-07-14T07:33:40.146Z] === RUN TestInspectResponseTextSimple [2021-07-14T07:33:40.146Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-07-14T07:33:40.146Z] === RUN TestInspectResponseEmptyContentType [2021-07-14T07:33:40.146Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-07-14T07:33:40.146Z] === RUN TestUnknownContentLength [2021-07-14T07:33:40.146Z] --- PASS: TestUnknownContentLength (0.00s) [2021-07-14T07:33:40.146Z] === RUN TestDownloadRemote [2021-07-14T07:33:40.146Z] --- PASS: TestDownloadRemote (0.11s) [2021-07-14T07:33:40.146Z] === RUN TestGetWithStatusError [2021-07-14T07:33:40.146Z] --- PASS: TestGetWithStatusError (0.01s) [2021-07-14T07:33:40.146Z] === RUN TestCloseRootDirectory [2021-07-14T07:33:40.146Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:33:40.146Z] --- SKIP: TestCloseRootDirectory (0.01s) [2021-07-14T07:33:40.146Z] === RUN TestHashFile [2021-07-14T07:33:40.146Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:33:40.146Z] --- SKIP: TestHashFile (0.00s) [2021-07-14T07:33:40.146Z] === RUN TestHashSubdir [2021-07-14T07:33:40.146Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:33:40.146Z] --- SKIP: TestHashSubdir (0.01s) [2021-07-14T07:33:40.146Z] === RUN TestRemoveDirectory [2021-07-14T07:33:40.146Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:33:40.146Z] --- SKIP: TestRemoveDirectory (0.01s) [2021-07-14T07:33:40.146Z] PASS [2021-07-14T07:33:40.146Z] coverage: 9.3% of statements [2021-07-14T07:33:40.146Z] ok github.com/docker/docker/builder/remotecontext 0.299s coverage: 9.3% of statements [2021-07-14T07:33:40.514Z] --- PASS: TestReplicatedJob (6.24s) [2021-07-14T07:33:40.514Z] === RUN TestUpdateReplicatedJob [2021-07-14T07:33:40.605Z] === RUN TestGetAllAllowed [2021-07-14T07:33:40.605Z] --- PASS: TestGetAllAllowed (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestGetAllMeta [2021-07-14T07:33:40.605Z] --- PASS: TestGetAllMeta (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestWarnOnUnusedBuildArgs [2021-07-14T07:33:40.605Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestIsUnreferencedBuiltin [2021-07-14T07:33:40.605Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestIsExistingDirectory [2021-07-14T07:33:40.605Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestGetFilenameForDownload [2021-07-14T07:33:40.605Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestEnv2Variables [2021-07-14T07:33:40.605Z] --- PASS: TestEnv2Variables (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-07-14T07:33:40.605Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestMaintainer [2021-07-14T07:33:40.605Z] --- PASS: TestMaintainer (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestLabel [2021-07-14T07:33:40.605Z] --- PASS: TestLabel (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestFromScratch [2021-07-14T07:33:40.605Z] --- PASS: TestFromScratch (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestFromWithArg [2021-07-14T07:33:40.605Z] --- PASS: TestFromWithArg (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-07-14T07:33:40.605Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestFromWithUndefinedArg [2021-07-14T07:33:40.605Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestFromMultiStageWithNamedStage [2021-07-14T07:33:40.605Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestOnbuild [2021-07-14T07:33:40.605Z] --- PASS: TestOnbuild (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestWorkdir [2021-07-14T07:33:40.605Z] --- PASS: TestWorkdir (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestCmd [2021-07-14T07:33:40.605Z] --- PASS: TestCmd (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestHealthcheckNone [2021-07-14T07:33:40.605Z] --- PASS: TestHealthcheckNone (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestHealthcheckCmd [2021-07-14T07:33:40.605Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestEntrypoint [2021-07-14T07:33:40.605Z] --- PASS: TestEntrypoint (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestExpose [2021-07-14T07:33:40.605Z] --- PASS: TestExpose (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestUser [2021-07-14T07:33:40.605Z] --- PASS: TestUser (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestVolume [2021-07-14T07:33:40.605Z] --- PASS: TestVolume (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestStopSignal [2021-07-14T07:33:40.605Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-07-14T07:33:40.605Z] --- SKIP: TestStopSignal (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestArg [2021-07-14T07:33:40.605Z] --- PASS: TestArg (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestShell [2021-07-14T07:33:40.605Z] --- PASS: TestShell (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestPrependEnvOnCmd [2021-07-14T07:33:40.605Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestRunWithBuildArgs [2021-07-14T07:33:40.605Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestRunIgnoresHealthcheck [2021-07-14T07:33:40.605Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestDispatchUnsupportedOptions [2021-07-14T07:33:40.605Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-07-14T07:33:40.605Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-07-14T07:33:40.605Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-07-14T07:33:40.605Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-07-14T07:33:40.605Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-07-14T07:33:40.605Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-07-14T07:33:40.605Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestNormalizeWorkdir [2021-07-14T07:33:40.605Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-07-14T07:33:40.605Z] === RUN TestDispatch [2021-07-14T07:33:40.605Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-07-14T07:33:40.605Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-07-14T07:33:40.605Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-07-14T07:33:40.605Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-07-14T07:33:40.605Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-07-14T07:33:40.605Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-07-14T07:33:40.667Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-07-14T07:33:41.063Z] === RUN TestDispatch/COPY_url [2021-07-14T07:33:41.063Z] --- PASS: TestDispatch (0.07s) [2021-07-14T07:33:41.063Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2021-07-14T07:33:41.063Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-07-14T07:33:41.063Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-07-14T07:33:41.063Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-07-14T07:33:41.063Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.02s) [2021-07-14T07:33:41.063Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-07-14T07:33:41.063Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-07-14T07:33:41.063Z] === RUN TestAddScratchImageAddsToMounts [2021-07-14T07:33:41.063Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-07-14T07:33:41.063Z] === RUN TestAddFromScratchPopulatesPlatform [2021-07-14T07:33:41.063Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-07-14T07:33:41.063Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-07-14T07:33:41.063Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-07-14T07:33:41.063Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-07-14T07:33:41.063Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-07-14T07:33:41.063Z] === RUN TestImageSourceGetAddsToMounts [2021-07-14T07:33:41.063Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-07-14T07:33:41.063Z] === RUN TestEmptyDockerfile [2021-07-14T07:33:41.063Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-07-14T07:33:41.063Z] === RUN TestSymlinkDockerfile [2021-07-14T07:33:41.063Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-07-14T07:33:41.063Z] === RUN TestDockerfileOutsideTheBuildContext [2021-07-14T07:33:41.063Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-07-14T07:33:41.063Z] === RUN TestNonExistingDockerfile [2021-07-14T07:33:41.063Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-07-14T07:33:41.063Z] === RUN TestCopyRunConfig [2021-07-14T07:33:41.063Z] --- PASS: TestCopyRunConfig (0.00s) [2021-07-14T07:33:41.063Z] === RUN TestDeepCopyRunConfig [2021-07-14T07:33:41.063Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-07-14T07:33:41.063Z] === RUN TestExportImage [2021-07-14T07:33:41.063Z] --- PASS: TestExportImage (0.00s) [2021-07-14T07:33:41.063Z] === RUN TestNormalizeDest [2021-07-14T07:33:41.063Z] --- PASS: TestNormalizeDest (0.00s) [2021-07-14T07:33:41.063Z] PASS [2021-07-14T07:33:41.063Z] coverage: 47.0% of statements [2021-07-14T07:33:41.063Z] ok github.com/docker/docker/builder/dockerfile 0.186s coverage: 47.0% of statements [2021-07-14T07:33:41.063Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-07-14T07:33:41.063Z] === RUN TestEnable [2021-07-14T07:33:41.063Z] --- PASS: TestEnable (0.00s) [2021-07-14T07:33:41.063Z] === RUN TestDisable [2021-07-14T07:33:41.063Z] --- PASS: TestDisable (0.00s) [2021-07-14T07:33:41.063Z] === RUN TestEnabled [2021-07-14T07:33:41.063Z] --- PASS: TestEnabled (0.00s) [2021-07-14T07:33:41.063Z] PASS [2021-07-14T07:33:41.063Z] coverage: 100.0% of statements [2021-07-14T07:33:41.063Z] ok github.com/docker/docker/cli/debug 0.044s coverage: 100.0% of statements [2021-07-14T07:33:41.379Z] --- PASS: TestBuildSquashParent (6.30s) [2021-07-14T07:33:41.379Z] === RUN TestBuildWithRemoveAndForceRemove [2021-07-14T07:33:41.379Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:33:41.379Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:33:41.379Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:33:41.379Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:33:41.379Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:33:41.379Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:33:41.379Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:33:41.379Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:33:41.379Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:33:41.379Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:33:41.379Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:33:41.379Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:33:41.379Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:33:41.379Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:33:41.379Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:33:41.379Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:33:42.022Z] === RUN TestTCP4Proxy [2021-07-14T07:33:42.022Z] --- PASS: TestTCP4Proxy (0.00s) [2021-07-14T07:33:42.022Z] === RUN TestTCP4ProxyHalfClose [2021-07-14T07:33:42.022Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-07-14T07:33:42.022Z] === RUN TestTCP6Proxy [2021-07-14T07:33:42.022Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-07-14T07:33:42.022Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-07-14T07:33:42.022Z] === RUN TestTCPDualStackProxy [2021-07-14T07:33:42.022Z] network_proxy_test.go:212: No support for dual stack yet [2021-07-14T07:33:42.022Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-07-14T07:33:42.022Z] === RUN TestUDP4Proxy [2021-07-14T07:33:42.022Z] --- PASS: TestUDP4Proxy (0.00s) [2021-07-14T07:33:42.022Z] === RUN TestUDP6Proxy [2021-07-14T07:33:42.022Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-07-14T07:33:42.022Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-07-14T07:33:42.022Z] === RUN TestUDPWriteError [2021-07-14T07:33:42.022Z] --- PASS: TestUDPWriteError (0.00s) [2021-07-14T07:33:42.022Z] === RUN TestSCTP4Proxy [2021-07-14T07:33:42.022Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-07-14T07:33:42.022Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-07-14T07:33:42.022Z] === RUN TestSCTP6Proxy [2021-07-14T07:33:42.022Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-07-14T07:33:42.022Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-07-14T07:33:42.022Z] PASS [2021-07-14T07:33:42.022Z] coverage: 49.4% of statements [2021-07-14T07:33:42.022Z] ok github.com/docker/docker/cmd/docker-proxy 0.065s coverage: 49.4% of statements [2021-07-14T07:33:42.569Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-07-14T07:33:42.835Z] === RUN TestWaitNodeAttachment [2021-07-14T07:33:42.835Z] === RUN TestBuilderGC [2021-07-14T07:33:42.835Z] --- PASS: TestBuilderGC (0.00s) [2021-07-14T07:33:42.835Z] === RUN TestDaemonConfigurationNotFound [2021-07-14T07:33:42.835Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-07-14T07:33:42.835Z] === RUN TestDaemonBrokenConfiguration [2021-07-14T07:33:42.835Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-07-14T07:33:42.835Z] === RUN TestParseClusterAdvertiseSettings [2021-07-14T07:33:42.835Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-07-14T07:33:42.835Z] === RUN TestFindConfigurationConflicts [2021-07-14T07:33:42.835Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-07-14T07:33:42.835Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-07-14T07:33:42.835Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-07-14T07:33:42.835Z] === RUN TestDaemonConfigurationMergeConflicts [2021-07-14T07:33:42.835Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-07-14T07:33:42.835Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-07-14T07:33:42.835Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-07-14T07:33:42.835Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-07-14T07:33:42.835Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-07-14T07:33:42.835Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-07-14T07:33:42.835Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-07-14T07:33:42.835Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-07-14T07:33:42.835Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-07-14T07:33:42.835Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-07-14T07:33:42.835Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-07-14T07:33:42.835Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-07-14T07:33:42.835Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-07-14T07:33:42.835Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-07-14T07:33:42.835Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-07-14T07:33:42.836Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-07-14T07:33:42.836Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-07-14T07:33:42.836Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-07-14T07:33:42.836Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-07-14T07:33:42.836Z] === RUN TestValidateConfigurationErrors [2021-07-14T07:33:42.836Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-07-14T07:33:42.836Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-07-14T07:33:42.836Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-07-14T07:33:42.836Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-07-14T07:33:42.836Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-07-14T07:33:42.836Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-07-14T07:33:42.836Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-07-14T07:33:42.836Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-07-14T07:33:42.836Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-07-14T07:33:42.836Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-07-14T07:33:42.836Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-07-14T07:33:42.836Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-07-14T07:33:42.836Z] === RUN TestValidateConfiguration [2021-07-14T07:33:42.836Z] === RUN TestValidateConfiguration/with_label [2021-07-14T07:33:42.836Z] === RUN TestValidateConfiguration/with_dns [2021-07-14T07:33:42.836Z] === RUN TestValidateConfiguration/with_dns-search [2021-07-14T07:33:42.836Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-07-14T07:33:42.836Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-07-14T07:33:42.836Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-07-14T07:33:42.836Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-07-14T07:33:42.836Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfiguration (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-07-14T07:33:42.836Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-07-14T07:33:42.836Z] === RUN TestModifiedDiscoverySettings [2021-07-14T07:33:42.836Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-07-14T07:33:42.836Z] === RUN TestReloadSetConfigFileNotExist [2021-07-14T07:33:42.836Z] time="2021-07-14T07:33:42Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-07-14T07:33:42.836Z] --- PASS: TestReloadSetConfigFileNotExist (0.11s) [2021-07-14T07:33:42.836Z] === RUN TestReloadDefaultConfigNotExist [2021-07-14T07:33:42.836Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:33:42.836Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-07-14T07:33:42.836Z] === RUN TestReloadBadDefaultConfig [2021-07-14T07:33:42.836Z] time="2021-07-14T07:33:42Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-926204315" [2021-07-14T07:33:42.836Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-07-14T07:33:42.836Z] === RUN TestReloadWithConflictingLabels [2021-07-14T07:33:42.836Z] time="2021-07-14T07:33:42Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-064063038" [2021-07-14T07:33:42.836Z] --- PASS: TestReloadWithConflictingLabels (0.03s) [2021-07-14T07:33:42.836Z] === RUN TestReloadWithDuplicateLabels [2021-07-14T07:33:42.836Z] time="2021-07-14T07:33:42Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-928706693" [2021-07-14T07:33:42.836Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-07-14T07:33:42.836Z] === RUN TestDaemonConfigurationMerge [2021-07-14T07:33:42.836Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-07-14T07:33:42.836Z] PASS [2021-07-14T07:33:42.836Z] coverage: 79.2% of statements [2021-07-14T07:33:42.836Z] ok github.com/docker/docker/daemon/config 0.230s coverage: 79.2% of statements [2021-07-14T07:33:43.299Z] --- PASS: TestWaitNodeAttachment (0.45s) [2021-07-14T07:33:43.299Z] === RUN TestIsolationConversion [2021-07-14T07:33:43.299Z] === RUN TestIsolationConversion/default [2021-07-14T07:33:43.299Z] === RUN TestIsolationConversion/process [2021-07-14T07:33:43.299Z] === RUN TestIsolationConversion/hyperv [2021-07-14T07:33:43.299Z] --- PASS: TestIsolationConversion (0.00s) [2021-07-14T07:33:43.299Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-07-14T07:33:43.299Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-07-14T07:33:43.299Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-07-14T07:33:43.299Z] === RUN TestContainerLabels [2021-07-14T07:33:43.299Z] --- PASS: TestContainerLabels (0.00s) [2021-07-14T07:33:43.299Z] === RUN TestCredentialSpecConversion [2021-07-14T07:33:43.299Z] === RUN TestCredentialSpecConversion/none [2021-07-14T07:33:43.299Z] === RUN TestCredentialSpecConversion/config [2021-07-14T07:33:43.299Z] === RUN TestCredentialSpecConversion/file [2021-07-14T07:33:43.299Z] === RUN TestCredentialSpecConversion/registry [2021-07-14T07:33:43.299Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-07-14T07:33:43.299Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-07-14T07:33:43.299Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-07-14T07:33:43.299Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-07-14T07:33:43.299Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-07-14T07:33:43.299Z] === RUN TestControllerValidateMountBind [2021-07-14T07:33:43.299Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-07-14T07:33:43.299Z] === RUN TestControllerValidateMountVolume [2021-07-14T07:33:43.299Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-07-14T07:33:43.299Z] === RUN TestControllerValidateMountTarget [2021-07-14T07:33:43.299Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-07-14T07:33:43.299Z] === RUN TestControllerValidateMountTmpfs [2021-07-14T07:33:43.299Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-07-14T07:33:43.299Z] === RUN TestControllerValidateMountInvalidType [2021-07-14T07:33:43.299Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-07-14T07:33:43.299Z] === RUN TestControllerValidateMountNamedPipe [2021-07-14T07:33:43.299Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-07-14T07:33:43.299Z] PASS [2021-07-14T07:33:43.299Z] coverage: 11.0% of statements [2021-07-14T07:33:43.299Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.601s coverage: 11.0% of statements [2021-07-14T07:33:43.299Z] === RUN TestDiscoveryOptsErrors [2021-07-14T07:33:43.299Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-07-14T07:33:43.299Z] === RUN TestDiscoveryOpts [2021-07-14T07:33:43.299Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-07-14T07:33:43.299Z] PASS [2021-07-14T07:33:43.299Z] coverage: 30.0% of statements [2021-07-14T07:33:43.299Z] ok github.com/docker/docker/daemon/discovery 0.038s coverage: 30.0% of statements [2021-07-14T07:33:43.503Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-07-14T07:33:43.810Z] --- PASS: TestUpdateReplicatedJob (3.68s) [2021-07-14T07:33:43.810Z] === RUN TestServiceListWithStatuses [2021-07-14T07:33:43.810Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-07-14T07:33:43.810Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-07-14T07:33:43.810Z] === RUN TestDockerNetworkConnectAlias [2021-07-14T07:33:43.935Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:33:43.935Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:33:44.071Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-07-14T07:33:44.279Z] === RUN TestVerifyNetworkingConfig [2021-07-14T07:33:44.279Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestGetContainer [2021-07-14T07:33:44.279Z] --- PASS: TestGetContainer (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestValidContainerNames [2021-07-14T07:33:44.279Z] --- PASS: TestValidContainerNames (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestContainerInitDNS [2021-07-14T07:33:44.279Z] daemon_test.go:147: root required [2021-07-14T07:33:44.279Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestMerge [2021-07-14T07:33:44.279Z] --- PASS: TestMerge (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestValidateContainerIsolation [2021-07-14T07:33:44.279Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestFindNetworkErrorType [2021-07-14T07:33:44.279Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestEnsureServicesExist [2021-07-14T07:33:44.279Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestEnsureServicesExistErrors [2021-07-14T07:33:44.279Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-07-14T07:33:44.279Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-07-14T07:33:44.279Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-07-14T07:33:44.279Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-07-14T07:33:44.279Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-07-14T07:33:44.279Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-07-14T07:33:44.279Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestContainerDelete [2021-07-14T07:33:44.279Z] --- PASS: TestContainerDelete (0.01s) [2021-07-14T07:33:44.279Z] === RUN TestContainerDoubleDelete [2021-07-14T07:33:44.279Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestLogContainerEventCopyLabels [2021-07-14T07:33:44.279Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestLogContainerEventWithAttributes [2021-07-14T07:33:44.279Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestNoneHealthcheck [2021-07-14T07:33:44.279Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestHealthStates [2021-07-14T07:33:44.279Z] time="2021-07-14T07:33:44Z" 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-07-14T07:33:44.279Z] time="2021-07-14T07:33:44Z" 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-07-14T07:33:44.279Z] time="2021-07-14T07:33:44Z" 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-07-14T07:33:44.279Z] time="2021-07-14T07:33:44Z" 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-07-14T07:33:44.279Z] time="2021-07-14T07:33:44Z" 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-07-14T07:33:44.279Z] time="2021-07-14T07:33:44Z" 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-07-14T07:33:44.279Z] time="2021-07-14T07:33:44Z" 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-07-14T07:33:44.279Z] time="2021-07-14T07:33:44Z" 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-07-14T07:33:44.279Z] time="2021-07-14T07:33:44Z" 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-07-14T07:33:44.279Z] time="2021-07-14T07:33:44Z" 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-07-14T07:33:44.279Z] --- PASS: TestHealthStates (0.12s) [2021-07-14T07:33:44.279Z] === RUN TestMaskURLCredentials [2021-07-14T07:33:44.279Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestGetInspectData [2021-07-14T07:33:44.279Z] --- PASS: TestGetInspectData (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestFillLicense [2021-07-14T07:33:44.279Z] --- PASS: TestFillLicense (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestListInvalidFilter [2021-07-14T07:33:44.279Z] --- PASS: TestListInvalidFilter (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestNameFilter [2021-07-14T07:33:44.279Z] --- PASS: TestNameFilter (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-07-14T07:33:44.279Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-07-14T07:33:44.279Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-07-14T07:33:44.279Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-07-14T07:33:44.279Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-07-14T07:33:44.279Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-07-14T07:33:44.279Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-07-14T07:33:44.279Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-07-14T07:33:44.279Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-07-14T07:33:44.279Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-07-14T07:33:44.279Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-07-14T07:33:44.279Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-07-14T07:33:44.279Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-07-14T07:33:44.279Z] === 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-07-14T07:33:44.279Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-07-14T07:33:44.329Z] --- PASS: TestRenameAnonymousContainer (4.58s) [2021-07-14T07:33:44.329Z] === RUN TestRenameContainerWithSameName [2021-07-14T07:33:44.588Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-07-14T07:33:44.744Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-07-14T07:33:44.744Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-07-14T07:33:44.744Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-07-14T07:33:44.744Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-07-14T07:33:44.744Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-07-14T07:33:44.744Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-07-14T07:33:44.744Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-07-14T07:33:44.744Z] --- 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-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-07-14T07:33:44.744Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-07-14T07:33:44.744Z] === RUN TestDaemonReloadLabels [2021-07-14T07:33:44.744Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-07-14T07:33:44.744Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-07-14T07:33:44.744Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-07-14T07:33:44.744Z] === RUN TestDaemonReloadMirrors [2021-07-14T07:33:44.744Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-07-14T07:33:44.744Z] === RUN TestDaemonReloadInsecureRegistries [2021-07-14T07:33:44.744Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-07-14T07:33:44.744Z] === RUN TestDaemonReloadNotAffectOthers [2021-07-14T07:33:44.744Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-07-14T07:33:44.744Z] === RUN TestDaemonDiscoveryReload [2021-07-14T07:33:44.744Z] === RUN TestEventsLog [2021-07-14T07:33:44.744Z] --- PASS: TestEventsLog (0.00s) [2021-07-14T07:33:44.744Z] === RUN TestEventsLogTimeout [2021-07-14T07:33:44.744Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-07-14T07:33:44.744Z] === RUN TestLogEvents [2021-07-14T07:33:44.744Z] --- PASS: TestLogEvents (0.05s) [2021-07-14T07:33:44.744Z] === RUN TestLoadBufferedEvents [2021-07-14T07:33:44.744Z] --- PASS: TestLoadBufferedEvents (0.12s) [2021-07-14T07:33:44.744Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-07-14T07:33:44.744Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-07-14T07:33:44.744Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-07-14T07:33:44.744Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-07-14T07:33:44.744Z] PASS [2021-07-14T07:33:44.744Z] coverage: 50.0% of statements [2021-07-14T07:33:44.744Z] ok github.com/docker/docker/daemon/events 0.233s coverage: 50.0% of statements [2021-07-14T07:33:44.744Z] === RUN TestIsEmptyDir [2021-07-14T07:33:44.744Z] --- PASS: TestIsEmptyDir (0.01s) [2021-07-14T07:33:44.744Z] PASS [2021-07-14T07:33:44.744Z] coverage: 2.3% of statements [2021-07-14T07:33:44.744Z] ok github.com/docker/docker/daemon/graphdriver 0.057s coverage: 2.3% of statements [2021-07-14T07:33:45.205Z] === RUN TestLinkNaming [2021-07-14T07:33:45.205Z] --- PASS: TestLinkNaming (0.00s) [2021-07-14T07:33:45.205Z] === RUN TestLinkNew [2021-07-14T07:33:45.205Z] --- PASS: TestLinkNew (0.00s) [2021-07-14T07:33:45.205Z] === RUN TestLinkEnv [2021-07-14T07:33:45.205Z] --- PASS: TestLinkEnv (0.00s) [2021-07-14T07:33:45.205Z] === RUN TestLinkMultipleEnv [2021-07-14T07:33:45.205Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-07-14T07:33:45.205Z] === RUN TestLinkPortRangeEnv [2021-07-14T07:33:45.205Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-07-14T07:33:45.205Z] PASS [2021-07-14T07:33:45.205Z] coverage: 93.0% of statements [2021-07-14T07:33:45.205Z] ok github.com/docker/docker/daemon/links 0.032s coverage: 93.0% of statements [2021-07-14T07:33:45.523Z] --- PASS: TestRenameContainerWithSameName (1.11s) [2021-07-14T07:33:45.523Z] === RUN TestRenameContainerWithLinkedContainer [2021-07-14T07:33:45.666Z] --- PASS: TestDaemonDiscoveryReload (1.03s) [2021-07-14T07:33:45.666Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-07-14T07:33:46.126Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.51s) [2021-07-14T07:33:46.126Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-07-14T07:33:46.485Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-07-14T07:33:46.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.84s) [2021-07-14T07:33:46.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.89s) [2021-07-14T07:33:46.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.11s) [2021-07-14T07:33:46.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.21s) [2021-07-14T07:33:46.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.45s) [2021-07-14T07:33:46.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.53s) [2021-07-14T07:33:46.485Z] === RUN TestBuildMultiStageCopy [2021-07-14T07:33:46.485Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-07-14T07:33:46.587Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-07-14T07:33:46.587Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-07-14T07:33:46.587Z] reload_test.go:520: root required [2021-07-14T07:33:46.587Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-07-14T07:33:46.587Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-07-14T07:33:46.587Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-07-14T07:33:46.587Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-07-14T07:33:46.587Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s) [2021-07-14T07:33:46.587Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-07-14T07:33:46.587Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.05s) [2021-07-14T07:33:46.587Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-07-14T07:33:46.587Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-07-14T07:33:46.587Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-07-14T07:33:46.587Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-07-14T07:33:46.587Z] === RUN TestParseVolumesFrom [2021-07-14T07:33:46.587Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-07-14T07:33:46.587Z] PASS [2021-07-14T07:33:46.587Z] coverage: 9.1% of statements [2021-07-14T07:33:46.587Z] ok github.com/docker/docker/daemon 2.451s coverage: 9.1% of statements [2021-07-14T07:33:46.587Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-07-14T07:33:46.587Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-07-14T07:33:46.587Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-07-14T07:33:46.587Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-07-14T07:33:46.587Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-07-14T07:33:46.587Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-07-14T07:33:46.587Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-07-14T07:33:46.587Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-07-14T07:33:46.587Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-07-14T07:33:46.587Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-07-14T07:33:46.587Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-07-14T07:33:46.587Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-07-14T07:33:46.587Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-07-14T07:33:46.587Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-07-14T07:33:46.587Z] === RUN TestAdapterReadLogs [2021-07-14T07:33:46.587Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-07-14T07:33:46.587Z] === RUN TestCopier [2021-07-14T07:33:46.587Z] --- PASS: TestCopier (0.00s) [2021-07-14T07:33:46.587Z] === RUN TestCopierLongLines [2021-07-14T07:33:46.587Z] --- PASS: TestCopierLongLines (0.00s) [2021-07-14T07:33:46.587Z] === RUN TestCopierSlow [2021-07-14T07:33:47.050Z] --- PASS: TestCopierSlow (0.21s) [2021-07-14T07:33:47.050Z] === RUN TestCopierWithSized [2021-07-14T07:33:47.050Z] === RUN TestCopierWithSized/as_is [2021-07-14T07:33:47.050Z] === RUN TestCopierWithSized/With_RingLogger [2021-07-14T07:33:47.050Z] --- PASS: TestCopierWithSized (0.01s) [2021-07-14T07:33:47.050Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-07-14T07:33:47.050Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-07-14T07:33:47.050Z] === RUN TestCopierWithPartial [2021-07-14T07:33:47.050Z] --- PASS: TestCopierWithPartial (0.00s) [2021-07-14T07:33:47.050Z] === RUN TestRingLogger [2021-07-14T07:33:47.050Z] --- PASS: TestRingLogger (0.00s) [2021-07-14T07:33:47.051Z] === RUN TestRingCap [2021-07-14T07:33:47.051Z] --- PASS: TestRingCap (0.00s) [2021-07-14T07:33:47.051Z] === RUN TestRingClose [2021-07-14T07:33:47.051Z] --- PASS: TestRingClose (0.00s) [2021-07-14T07:33:47.051Z] === RUN TestRingDrain [2021-07-14T07:33:47.051Z] --- PASS: TestRingDrain (0.00s) [2021-07-14T07:33:47.051Z] PASS [2021-07-14T07:33:47.051Z] coverage: 43.8% of statements [2021-07-14T07:33:47.051Z] ok github.com/docker/docker/daemon/logger 0.282s coverage: 43.8% of statements [2021-07-14T07:33:47.090Z] --- PASS: TestBuildMultiStageLayerLeak (11.73s) [2021-07-14T07:33:47.090Z] === RUN TestBuildWithHugeFile [2021-07-14T07:33:48.024Z] === RUN TestNewStreamConfig [2021-07-14T07:33:48.024Z] === RUN TestNewStreamConfig/defaults [2021-07-14T07:33:48.024Z] === RUN TestNewStreamConfig/invalid_create_group [2021-07-14T07:33:48.024Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-07-14T07:33:48.024Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-07-14T07:33:48.024Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-07-14T07:33:48.024Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-07-14T07:33:48.024Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-07-14T07:33:48.024Z] --- PASS: TestNewStreamConfig (0.00s) [2021-07-14T07:33:48.024Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-07-14T07:33:48.024Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-07-14T07:33:48.024Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-07-14T07:33:48.024Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-07-14T07:33:48.024Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-07-14T07:33:48.024Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-07-14T07:33:48.024Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-07-14T07:33:48.024Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-07-14T07:33:48.024Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestNewAWSLogsClientRegionDetect [2021-07-14T07:33:48.024Z] === RUN TestSearchRegistryForImagesErrors [2021-07-14T07:33:48.024Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestSearchRegistryForImages [2021-07-14T07:33:48.024Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestOnlyPlatformWithFallback [2021-07-14T07:33:48.024Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestImageDelete [2021-07-14T07:33:48.024Z] === RUN TestImageDelete/no_lease [2021-07-14T07:33:48.024Z] === RUN TestImageDelete/lease_exists [2021-07-14T07:33:48.024Z] --- PASS: TestImageDelete (0.04s) [2021-07-14T07:33:48.024Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-07-14T07:33:48.024Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-07-14T07:33:48.024Z] === RUN TestContentStoreForPull [2021-07-14T07:33:48.024Z] time="2021-07-14T07:33:47Z" level=info msg="Trying to get region from EC2 Metadata" [2021-07-14T07:33:48.024Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.14s) [2021-07-14T07:33:48.024Z] === RUN TestCreateSuccess [2021-07-14T07:33:48.024Z] --- PASS: TestCreateSuccess (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestCreateLogGroupSuccess [2021-07-14T07:33:48.024Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestCreateError [2021-07-14T07:33:48.024Z] --- PASS: TestCreateError (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestCreateAlreadyExists [2021-07-14T07:33:48.024Z] time="2021-07-14T07:33:47Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-07-14T07:33:48.024Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestLogClosed [2021-07-14T07:33:48.024Z] --- PASS: TestLogClosed (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestLogBlocking [2021-07-14T07:33:48.024Z] --- PASS: TestLogBlocking (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestLogNonBlockingBufferEmpty [2021-07-14T07:33:48.024Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestLogNonBlockingBufferFull [2021-07-14T07:33:48.024Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestPublishBatchSuccess [2021-07-14T07:33:48.024Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestPublishBatchError [2021-07-14T07:33:48.024Z] time="2021-07-14T07:33:47Z" level=error msg=Error [2021-07-14T07:33:48.024Z] --- PASS: TestPublishBatchError (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-07-14T07:33:48.024Z] time="2021-07-14T07:33:47Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-07-14T07:33:48.024Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestPublishBatchAlreadyAccepted [2021-07-14T07:33:48.024Z] time="2021-07-14T07:33:47Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-07-14T07:33:48.024Z] time="2021-07-14T07:33:47Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-07-14T07:33:48.024Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestCollectBatchSimple [2021-07-14T07:33:48.024Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestCollectBatchTicker [2021-07-14T07:33:48.024Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestCollectBatchMultilinePattern [2021-07-14T07:33:48.024Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-07-14T07:33:48.024Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-07-14T07:33:48.024Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-07-14T07:33:48.024Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-07-14T07:33:48.024Z] === RUN TestCollectBatchClose [2021-07-14T07:33:48.024Z] --- PASS: TestCollectBatchClose (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestEffectiveLen [2021-07-14T07:33:48.024Z] === RUN TestEffectiveLen/0/Hello [2021-07-14T07:33:48.024Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-07-14T07:33:48.024Z] === RUN TestEffectiveLen/2/🙃 [2021-07-14T07:33:48.024Z] === RUN TestEffectiveLen/3/���� [2021-07-14T07:33:48.024Z] === RUN TestEffectiveLen/4/He��o [2021-07-14T07:33:48.024Z] === RUN TestEffectiveLen/5/ [2021-07-14T07:33:48.024Z] --- PASS: TestEffectiveLen (0.00s) [2021-07-14T07:33:48.024Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-07-14T07:33:48.024Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-07-14T07:33:48.024Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-07-14T07:33:48.024Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-07-14T07:33:48.024Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-07-14T07:33:48.024Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-07-14T07:33:48.024Z] === RUN TestFindValidSplit [2021-07-14T07:33:48.024Z] === RUN TestFindValidSplit/0/ [2021-07-14T07:33:48.024Z] cloudwatchlogs_test.go:1044: [2021-07-14T07:33:48.024Z] cloudwatchlogs_test.go:1045: [2021-07-14T07:33:48.024Z] === RUN TestFindValidSplit/1/Hello [2021-07-14T07:33:48.024Z] cloudwatchlogs_test.go:1044: Hello [2021-07-14T07:33:48.024Z] cloudwatchlogs_test.go:1045: [2021-07-14T07:33:48.053Z] --- PASS: TestRenameContainerWithLinkedContainer (2.70s) [2021-07-14T07:33:48.053Z] === RUN TestResize [2021-07-14T07:33:48.403Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-07-14T07:33:48.487Z] === RUN TestFindValidSplit/2/Hello [2021-07-14T07:33:48.487Z] cloudwatchlogs_test.go:1044: He [2021-07-14T07:33:48.487Z] cloudwatchlogs_test.go:1045: llo [2021-07-14T07:33:48.487Z] === RUN TestFindValidSplit/3/Hello [2021-07-14T07:33:48.487Z] cloudwatchlogs_test.go:1044: [2021-07-14T07:33:48.487Z] cloudwatchlogs_test.go:1045: Hello [2021-07-14T07:33:48.487Z] === RUN TestFindValidSplit/4/🙃 [2021-07-14T07:33:48.487Z] cloudwatchlogs_test.go:1044: [2021-07-14T07:33:48.487Z] cloudwatchlogs_test.go:1045: 🙃 [2021-07-14T07:33:48.487Z] === RUN TestFindValidSplit/5/🙃 [2021-07-14T07:33:48.487Z] cloudwatchlogs_test.go:1044: 🙃 [2021-07-14T07:33:48.487Z] cloudwatchlogs_test.go:1045: [2021-07-14T07:33:48.487Z] === RUN TestFindValidSplit/6/a� [2021-07-14T07:33:48.487Z] cloudwatchlogs_test.go:1044: a [2021-07-14T07:33:48.487Z] cloudwatchlogs_test.go:1045: � [2021-07-14T07:33:48.487Z] === RUN TestFindValidSplit/7/a� [2021-07-14T07:33:48.487Z] cloudwatchlogs_test.go:1044: a� [2021-07-14T07:33:48.487Z] cloudwatchlogs_test.go:1045: [2021-07-14T07:33:48.487Z] --- PASS: TestFindValidSplit (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-07-14T07:33:48.487Z] === RUN TestProcessEventEmoji [2021-07-14T07:33:48.487Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-07-14T07:33:48.487Z] === RUN TestCollectBatchLineSplit [2021-07-14T07:33:48.487Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-07-14T07:33:48.487Z] === RUN TestCollectBatchLineSplitWithBinary [2021-07-14T07:33:48.487Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-07-14T07:33:48.487Z] === RUN TestCollectBatchMaxEvents [2021-07-14T07:33:48.487Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-07-14T07:33:48.487Z] === RUN TestCollectBatchMaxTotalBytes [2021-07-14T07:33:48.487Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2021-07-14T07:33:48.487Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-07-14T07:33:48.487Z] --- PASS: TestContentStoreForPull (0.16s) [2021-07-14T07:33:48.487Z] PASS [2021-07-14T07:33:48.487Z] coverage: 6.8% of statements [2021-07-14T07:33:48.487Z] ok github.com/docker/docker/daemon/images 0.292s coverage: 6.8% of statements [2021-07-14T07:33:48.487Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-07-14T07:33:48.487Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-07-14T07:33:48.487Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-07-14T07:33:48.487Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-07-14T07:33:48.487Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2021-07-14T07:33:48.487Z] === RUN TestParseLogOptionsMultilinePattern [2021-07-14T07:33:48.487Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-07-14T07:33:48.487Z] === RUN TestParseLogOptionsDatetimeFormat [2021-07-14T07:33:48.487Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-07-14T07:33:48.487Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-07-14T07:33:48.487Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-07-14T07:33:48.487Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-07-14T07:33:48.487Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-07-14T07:33:48.487Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-07-14T07:33:48.487Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-07-14T07:33:48.487Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-07-14T07:33:48.487Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-07-14T07:33:48.487Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-07-14T07:33:48.487Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-07-14T07:33:48.487Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-07-14T07:33:48.487Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-07-14T07:33:48.487Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-07-14T07:33:48.487Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-07-14T07:33:48.487Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-07-14T07:33:48.487Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-07-14T07:33:48.487Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-07-14T07:33:48.488Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-07-14T07:33:48.488Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-07-14T07:33:48.488Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-07-14T07:33:48.488Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-07-14T07:33:48.488Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-07-14T07:33:48.488Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-07-14T07:33:48.488Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-07-14T07:33:48.488Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-07-14T07:33:48.488Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-07-14T07:33:48.488Z] === RUN TestCreateTagSuccess [2021-07-14T07:33:48.488Z] --- PASS: TestCreateTagSuccess (0.03s) [2021-07-14T07:33:48.488Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-07-14T07:33:48.488Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-07-14T07:33:48.488Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-07-14T07:33:48.488Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-07-14T07:33:48.488Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-07-14T07:33:48.488Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.03s) [2021-07-14T07:33:48.488Z] PASS [2021-07-14T07:33:48.488Z] coverage: 77.4% of statements [2021-07-14T07:33:48.488Z] ok github.com/docker/docker/daemon/logger/awslogs 0.403s coverage: 77.4% of statements [2021-07-14T07:33:48.488Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-07-14T07:33:48.488Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-07-14T07:33:48.488Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-07-14T07:33:48.488Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-07-14T07:33:48.488Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-07-14T07:33:48.488Z] === RUN TestJSONLogsMarshalJSONBuf [2021-07-14T07:33:48.488Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-07-14T07:33:48.488Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-07-14T07:33:48.488Z] === RUN TestJSONFileLogger [2021-07-14T07:33:48.488Z] --- PASS: TestJSONFileLogger (0.00s) [2021-07-14T07:33:48.488Z] === RUN TestJSONFileLoggerWithTags [2021-07-14T07:33:48.488Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-07-14T07:33:48.488Z] === RUN TestJSONFileLoggerWithOpts [2021-07-14T07:33:48.488Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-07-14T07:33:48.488Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-07-14T07:33:48.488Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-07-14T07:33:48.488Z] === RUN TestEncodeDecode [2021-07-14T07:33:48.488Z] === PAUSE TestEncodeDecode [2021-07-14T07:33:48.488Z] === RUN TestUnexpectedEOF [2021-07-14T07:33:48.488Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.13s) [2021-07-14T07:33:48.488Z] === RUN TestFastTimeMarshalJSON [2021-07-14T07:33:48.488Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2021-07-14T07:33:48.488Z] PASS [2021-07-14T07:33:48.488Z] coverage: 87.2% of statements [2021-07-14T07:33:48.488Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.196s coverage: 87.2% of statements [2021-07-14T07:33:48.488Z] time="2021-07-14T07:33:48Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-07-14T07:33:48.488Z] time="2021-07-14T07:33:48Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-07-14T07:33:48.488Z] --- PASS: TestUnexpectedEOF (0.13s) [2021-07-14T07:33:48.488Z] === CONT TestEncodeDecode [2021-07-14T07:33:48.488Z] --- PASS: TestEncodeDecode (0.00s) [2021-07-14T07:33:48.488Z] PASS [2021-07-14T07:33:48.488Z] coverage: 69.9% of statements [2021-07-14T07:33:48.488Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.195s coverage: 69.9% of statements [2021-07-14T07:33:48.664Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-07-14T07:33:48.926Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-07-14T07:33:48.987Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-07-14T07:33:49.095Z] --- PASS: TestDockerNetworkConnectAlias (4.87s) [2021-07-14T07:33:49.095Z] === RUN TestDockerNetworkReConnect [2021-07-14T07:33:49.188Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-07-14T07:33:49.245Z] --- PASS: TestResize (1.23s) [2021-07-14T07:33:49.245Z] === RUN TestResizeWithInvalidSize [2021-07-14T07:33:49.761Z] --- PASS: TestBuildMultiStageCopy (3.25s) [2021-07-14T07:33:49.761Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.03s) [2021-07-14T07:33:49.761Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.28s) [2021-07-14T07:33:49.761Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.30s) [2021-07-14T07:33:49.761Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.32s) [2021-07-14T07:33:49.761Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.33s) [2021-07-14T07:33:49.761Z] === RUN TestBuildMultiStageParentConfig [2021-07-14T07:33:50.036Z] === RUN TestWriteLog [2021-07-14T07:33:50.036Z] === PAUSE TestWriteLog [2021-07-14T07:33:50.036Z] === RUN TestReadLog [2021-07-14T07:33:50.036Z] === PAUSE TestReadLog [2021-07-14T07:33:50.036Z] === CONT TestWriteLog [2021-07-14T07:33:50.036Z] --- PASS: TestWriteLog (0.00s) [2021-07-14T07:33:50.036Z] === CONT TestReadLog [2021-07-14T07:33:50.036Z] === RUN TestReadLog/tail_exact [2021-07-14T07:33:50.036Z] === RUN TestOpenFileDelete [2021-07-14T07:33:50.036Z] --- PASS: TestOpenFileDelete (0.00s) [2021-07-14T07:33:50.036Z] === RUN TestOpenFileRename [2021-07-14T07:33:50.036Z] --- PASS: TestOpenFileRename (0.00s) [2021-07-14T07:33:50.036Z] === RUN TestParseLogTagDefaultTag [2021-07-14T07:33:50.036Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-07-14T07:33:50.036Z] === RUN TestParseLogTag [2021-07-14T07:33:50.036Z] --- PASS: TestParseLogTag (0.00s) [2021-07-14T07:33:50.036Z] === RUN TestParseLogTagEmptyTag [2021-07-14T07:33:50.036Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-07-14T07:33:50.036Z] === RUN TestTailFiles [2021-07-14T07:33:50.036Z] --- PASS: TestTailFiles (0.00s) [2021-07-14T07:33:50.036Z] === RUN TestFollowLogsConsumerGone [2021-07-14T07:33:50.036Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-07-14T07:33:50.036Z] === RUN TestFollowLogsProducerGone [2021-07-14T07:33:50.036Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-07-14T07:33:50.036Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-07-14T07:33:50.036Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-07-14T07:33:50.036Z] === RUN TestCheckCapacityAndRotate [2021-07-14T07:33:50.036Z] === RUN TestReadLog/tail_less_than_available [2021-07-14T07:33:50.036Z] === RUN TestReadLog/tail_more_than_available [2021-07-14T07:33:50.036Z] --- PASS: TestReadLog (0.14s) [2021-07-14T07:33:50.036Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-07-14T07:33:50.036Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-07-14T07:33:50.036Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2021-07-14T07:33:50.036Z] PASS [2021-07-14T07:33:50.036Z] coverage: 75.2% of statements [2021-07-14T07:33:50.036Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-07-14T07:33:50.036Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-07-14T07:33:50.036Z] ok github.com/docker/docker/daemon/logger/local 0.289s coverage: 75.2% of statements [2021-07-14T07:33:50.036Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-07-14T07:33:50.036Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2021-07-14T07:33:50.036Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-07-14T07:33:50.036Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2021-07-14T07:33:50.036Z] PASS [2021-07-14T07:33:50.036Z] coverage: 53.7% of statements [2021-07-14T07:33:50.036Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.241s coverage: 53.7% of statements [2021-07-14T07:33:50.036Z] === RUN TestLog [2021-07-14T07:33:50.036Z] --- PASS: TestLog (0.01s) [2021-07-14T07:33:50.036Z] PASS [2021-07-14T07:33:50.036Z] coverage: 31.5% of statements [2021-07-14T07:33:50.036Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.058s coverage: 31.5% of statements [2021-07-14T07:33:50.334Z] --- PASS: TestBuildMultiStageParentConfig (0.85s) [2021-07-14T07:33:50.334Z] === RUN TestBuildLabelWithTargets [2021-07-14T07:33:50.619Z] --- PASS: TestResizeWithInvalidSize (1.17s) [2021-07-14T07:33:50.619Z] === RUN TestResizeWhenContainerNotStarted [2021-07-14T07:33:51.012Z] === RUN TestValidateLogOpt [2021-07-14T07:33:51.012Z] --- PASS: TestValidateLogOpt (0.00s) [2021-07-14T07:33:51.012Z] === RUN TestNewMissedConfig [2021-07-14T07:33:51.012Z] --- PASS: TestNewMissedConfig (0.00s) [2021-07-14T07:33:51.012Z] === RUN TestNewMissedUrl [2021-07-14T07:33:51.012Z] --- PASS: TestNewMissedUrl (0.00s) [2021-07-14T07:33:51.012Z] === RUN TestNewMissedToken [2021-07-14T07:33:51.012Z] --- PASS: TestNewMissedToken (0.00s) [2021-07-14T07:33:51.012Z] === RUN TestNewWithProxy [2021-07-14T07:33:51.012Z] --- PASS: TestNewWithProxy (0.00s) [2021-07-14T07:33:51.012Z] === RUN TestDefault [2021-07-14T07:33:51.012Z] --- PASS: TestDefault (0.01s) [2021-07-14T07:33:51.012Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-07-14T07:33:51.012Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-07-14T07:33:51.012Z] === RUN TestJsonFormat [2021-07-14T07:33:51.012Z] --- PASS: TestJsonFormat (0.01s) [2021-07-14T07:33:51.012Z] === RUN TestRawFormat [2021-07-14T07:33:51.012Z] --- PASS: TestRawFormat (0.00s) [2021-07-14T07:33:51.012Z] === RUN TestRawFormatWithLabels [2021-07-14T07:33:51.012Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-07-14T07:33:51.013Z] === RUN TestRawFormatWithoutTag [2021-07-14T07:33:51.013Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-07-14T07:33:51.013Z] === RUN TestBatching [2021-07-14T07:33:51.013Z] === RUN TestParseLogFormat [2021-07-14T07:33:51.013Z] --- PASS: TestParseLogFormat (0.00s) [2021-07-14T07:33:51.013Z] === RUN TestValidateLogOptEmpty [2021-07-14T07:33:51.013Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-07-14T07:33:51.013Z] === RUN TestValidateSyslogAddress [2021-07-14T07:33:51.013Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-07-14T07:33:51.013Z] === RUN TestParseAddressDefaultPort [2021-07-14T07:33:51.013Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-07-14T07:33:51.013Z] === RUN TestValidateSyslogFacility [2021-07-14T07:33:51.013Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-07-14T07:33:51.013Z] === RUN TestValidateLogOptSyslogFormat [2021-07-14T07:33:51.013Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-07-14T07:33:51.013Z] === RUN TestValidateLogOpt [2021-07-14T07:33:51.013Z] --- PASS: TestValidateLogOpt (0.00s) [2021-07-14T07:33:51.013Z] PASS [2021-07-14T07:33:51.013Z] coverage: 46.8% of statements [2021-07-14T07:33:51.013Z] ok github.com/docker/docker/daemon/logger/syslog 0.043s coverage: 46.8% of statements [2021-07-14T07:33:51.013Z] === RUN TestNewParse [2021-07-14T07:33:51.013Z] --- PASS: TestNewParse (0.00s) [2021-07-14T07:33:51.013Z] PASS [2021-07-14T07:33:51.013Z] coverage: 8.3% of statements [2021-07-14T07:33:51.013Z] ok github.com/docker/docker/daemon/logger/templates 0.052s coverage: 8.3% of statements [2021-07-14T07:33:51.013Z] --- PASS: TestBatching (0.21s) [2021-07-14T07:33:51.013Z] === RUN TestFrequency [2021-07-14T07:33:51.187Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-07-14T07:33:51.474Z] --- PASS: TestFrequency (0.28s) [2021-07-14T07:33:51.475Z] === RUN TestOneMessagePerRequest [2021-07-14T07:33:51.475Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-07-14T07:33:51.475Z] === RUN TestVerify [2021-07-14T07:33:51.475Z] --- PASS: TestVerify (0.00s) [2021-07-14T07:33:51.475Z] === RUN TestSkipVerify [2021-07-14T07:33:51.475Z] time="2021-07-14T07:33:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:33:51.475Z] time="2021-07-14T07:33:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:33:51.754Z] --- PASS: TestResizeWhenContainerNotStarted (1.22s) [2021-07-14T07:33:51.754Z] === RUN TestDaemonRestartKillContainers [2021-07-14T07:33:51.754Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-07-14T07:33:51.754Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-07-14T07:33:51.754Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-07-14T07:33:51.754Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-07-14T07:33:51.754Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-07-14T07:33:51.754Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-07-14T07:33:51.754Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-07-14T07:33:51.754Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-07-14T07:33:51.754Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-07-14T07:33:51.754Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-07-14T07:33:51.754Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-07-14T07:33:51.754Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-07-14T07:33:51.754Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-07-14T07:33:51.754Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-07-14T07:33:51.754Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-07-14T07:33:51.754Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-07-14T07:33:51.754Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:33:51.754Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:33:51.754Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:33:51.754Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:33:51.754Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:33:51.754Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:33:51.754Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:33:51.754Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:33:51.754Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-07-14T07:33:51.754Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-07-14T07:33:51.937Z] time="2021-07-14T07:33:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:33:51.937Z] --- PASS: TestSkipVerify (0.48s) [2021-07-14T07:33:51.937Z] === RUN TestBufferMaximum [2021-07-14T07:33:51.937Z] time="2021-07-14T07:33:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:33:51.937Z] time="2021-07-14T07:33:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:33:51.937Z] time="2021-07-14T07:33:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:33:51.937Z] time="2021-07-14T07:33:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:33:51.937Z] time="2021-07-14T07:33:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:33:51.937Z] time="2021-07-14T07:33:51Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626248031.674760\",\"host\":\"5fcae2610118\"}'" [2021-07-14T07:33:51.937Z] time="2021-07-14T07:33:51Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626248031.674760\",\"host\":\"5fcae2610118\"}'" [2021-07-14T07:33:51.937Z] --- PASS: TestBufferMaximum (0.00s) [2021-07-14T07:33:51.937Z] === RUN TestServerAlwaysDown [2021-07-14T07:33:51.937Z] time="2021-07-14T07:33:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:33:51.937Z] time="2021-07-14T07:33:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:33:51.937Z] time="2021-07-14T07:33:51Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626248031.677736\",\"host\":\"5fcae2610118\"}'" [2021-07-14T07:33:51.937Z] time="2021-07-14T07:33:51Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626248031.677736\",\"host\":\"5fcae2610118\"}'" [2021-07-14T07:33:51.937Z] time="2021-07-14T07:33:51Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:33:51.937Z] time="2021-07-14T07:33:51Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626248031.677736\",\"host\":\"5fcae2610118\"}'" [2021-07-14T07:33:51.937Z] time="2021-07-14T07:33:51Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626248031.678518\",\"host\":\"5fcae2610118\"}'" [2021-07-14T07:33:51.937Z] time="2021-07-14T07:33:51Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626248031.678518\",\"host\":\"5fcae2610118\"}'" [2021-07-14T07:33:51.937Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-07-14T07:33:51.937Z] === RUN TestCannotSendAfterClose [2021-07-14T07:33:51.937Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-07-14T07:33:51.937Z] === RUN TestDeadlockOnBlockedEndpoint [2021-07-14T07:33:52.251Z] --- PASS: TestBuildLabelWithTargets (1.40s) [2021-07-14T07:33:52.251Z] === RUN TestBuildWithEmptyLayers [2021-07-14T07:33:52.323Z] === RUN TestCheckpointCreateError [2021-07-14T07:33:52.323Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestCheckpointCreate [2021-07-14T07:33:52.323Z] --- PASS: TestCheckpointCreate (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestCheckpointDeleteError [2021-07-14T07:33:52.323Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestCheckpointDelete [2021-07-14T07:33:52.323Z] --- PASS: TestCheckpointDelete (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestCheckpointListError [2021-07-14T07:33:52.323Z] --- PASS: TestCheckpointListError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestCheckpointList [2021-07-14T07:33:52.323Z] --- PASS: TestCheckpointList (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestCheckpointListContainerNotFound [2021-07-14T07:33:52.323Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestNewClientWithOpsFromEnv [2021-07-14T07:33:52.323Z] client_test.go:23: runtime.GOOS == "windows" [2021-07-14T07:33:52.323Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestGetAPIPath [2021-07-14T07:33:52.323Z] --- PASS: TestGetAPIPath (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestParseHostURL [2021-07-14T07:33:52.323Z] --- PASS: TestParseHostURL (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-07-14T07:33:52.323Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestNegotiateAPIVersionEmpty [2021-07-14T07:33:52.323Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestNegotiateAPIVersion [2021-07-14T07:33:52.323Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestNegotiateAPVersionOverride [2021-07-14T07:33:52.323Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestNegotiateAPIVersionAutomatic [2021-07-14T07:33:52.323Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-07-14T07:33:52.323Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-07-14T07:33:52.323Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestClientRedirect [2021-07-14T07:33:52.323Z] --- PASS: TestClientRedirect (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigCreateUnsupported [2021-07-14T07:33:52.323Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigCreateError [2021-07-14T07:33:52.323Z] --- PASS: TestConfigCreateError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigCreate [2021-07-14T07:33:52.323Z] --- PASS: TestConfigCreate (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigInspectNotFound [2021-07-14T07:33:52.323Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigInspectWithEmptyID [2021-07-14T07:33:52.323Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigInspectUnsupported [2021-07-14T07:33:52.323Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigInspectError [2021-07-14T07:33:52.323Z] --- PASS: TestConfigInspectError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigInspectConfigNotFound [2021-07-14T07:33:52.323Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigInspect [2021-07-14T07:33:52.323Z] --- PASS: TestConfigInspect (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigListUnsupported [2021-07-14T07:33:52.323Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigListError [2021-07-14T07:33:52.323Z] --- PASS: TestConfigListError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigList [2021-07-14T07:33:52.323Z] --- PASS: TestConfigList (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigRemoveUnsupported [2021-07-14T07:33:52.323Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigRemoveError [2021-07-14T07:33:52.323Z] --- PASS: TestConfigRemoveError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigRemove [2021-07-14T07:33:52.323Z] --- PASS: TestConfigRemove (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigUpdateUnsupported [2021-07-14T07:33:52.323Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigUpdateError [2021-07-14T07:33:52.323Z] --- PASS: TestConfigUpdateError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestConfigUpdate [2021-07-14T07:33:52.323Z] --- PASS: TestConfigUpdate (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerCommitError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerCommitError (0.01s) [2021-07-14T07:33:52.323Z] === RUN TestContainerCommit [2021-07-14T07:33:52.323Z] --- PASS: TestContainerCommit (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerStatPathError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerStatPathError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerStatPathNotFoundError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerStatPathNoHeaderError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerStatPath [2021-07-14T07:33:52.323Z] --- PASS: TestContainerStatPath (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestCopyToContainerError [2021-07-14T07:33:52.323Z] --- PASS: TestCopyToContainerError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestCopyToContainerNotFoundError [2021-07-14T07:33:52.323Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestCopyToContainerNotStatusOKError [2021-07-14T07:33:52.323Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestCopyToContainer [2021-07-14T07:33:52.323Z] --- PASS: TestCopyToContainer (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestCopyFromContainerError [2021-07-14T07:33:52.323Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestCopyFromContainerNotFoundError [2021-07-14T07:33:52.323Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestCopyFromContainerNotStatusOKError [2021-07-14T07:33:52.323Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestCopyFromContainerNoHeaderError [2021-07-14T07:33:52.323Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestCopyFromContainer [2021-07-14T07:33:52.323Z] --- PASS: TestCopyFromContainer (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerCreateError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerCreateError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerCreateImageNotFound [2021-07-14T07:33:52.323Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerCreateWithName [2021-07-14T07:33:52.323Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerCreateAutoRemove [2021-07-14T07:33:52.323Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerDiffError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerDiffError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerDiff [2021-07-14T07:33:52.323Z] --- PASS: TestContainerDiff (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerExecCreateError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerExecCreate [2021-07-14T07:33:52.323Z] --- PASS: TestContainerExecCreate (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerExecStartError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerExecStartError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerExecStart [2021-07-14T07:33:52.323Z] --- PASS: TestContainerExecStart (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerExecInspectError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerExecInspect [2021-07-14T07:33:52.323Z] --- PASS: TestContainerExecInspect (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerExportError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerExportError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerExport [2021-07-14T07:33:52.323Z] --- PASS: TestContainerExport (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerInspectError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerInspectError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerInspectContainerNotFound [2021-07-14T07:33:52.323Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerInspectWithEmptyID [2021-07-14T07:33:52.323Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerInspect [2021-07-14T07:33:52.323Z] --- PASS: TestContainerInspect (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerInspectNode [2021-07-14T07:33:52.323Z] --- PASS: TestContainerInspectNode (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerKillError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerKillError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerKill [2021-07-14T07:33:52.323Z] --- PASS: TestContainerKill (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerListError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerListError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerList [2021-07-14T07:33:52.323Z] --- PASS: TestContainerList (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerLogsNotFoundError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerLogsError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerLogsError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerLogs [2021-07-14T07:33:52.323Z] --- PASS: TestContainerLogs (0.13s) [2021-07-14T07:33:52.323Z] === RUN TestContainerPauseError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerPauseError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerPause [2021-07-14T07:33:52.323Z] --- PASS: TestContainerPause (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainersPruneError [2021-07-14T07:33:52.323Z] --- PASS: TestContainersPruneError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainersPrune [2021-07-14T07:33:52.323Z] --- PASS: TestContainersPrune (0.01s) [2021-07-14T07:33:52.323Z] === RUN TestContainerRemoveError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerRemoveError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerRemoveNotFoundError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerRemove [2021-07-14T07:33:52.323Z] --- PASS: TestContainerRemove (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerRenameError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerRenameError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerRename [2021-07-14T07:33:52.323Z] --- PASS: TestContainerRename (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerResizeError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerResizeError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerExecResizeError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerResize [2021-07-14T07:33:52.323Z] --- PASS: TestContainerResize (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerExecResize [2021-07-14T07:33:52.323Z] --- PASS: TestContainerExecResize (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerRestartError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerRestartError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerRestart [2021-07-14T07:33:52.323Z] --- PASS: TestContainerRestart (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerStartError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerStartError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerStart [2021-07-14T07:33:52.323Z] --- PASS: TestContainerStart (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerStatsError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerStatsError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerStats [2021-07-14T07:33:52.323Z] --- PASS: TestContainerStats (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerStopError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerStopError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerStop [2021-07-14T07:33:52.323Z] --- PASS: TestContainerStop (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerTopError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerTopError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerTop [2021-07-14T07:33:52.323Z] --- PASS: TestContainerTop (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerUnpauseError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerUnpause [2021-07-14T07:33:52.323Z] --- PASS: TestContainerUnpause (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerUpdateError [2021-07-14T07:33:52.323Z] --- PASS: TestContainerUpdateError (0.00s) [2021-07-14T07:33:52.323Z] === RUN TestContainerUpdate [2021-07-14T07:33:52.323Z] --- PASS: TestContainerUpdate (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestContainerWaitError [2021-07-14T07:33:52.324Z] --- PASS: TestContainerWaitError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestContainerWait [2021-07-14T07:33:52.324Z] --- PASS: TestContainerWait (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestDiskUsageError [2021-07-14T07:33:52.324Z] --- PASS: TestDiskUsageError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestDiskUsage [2021-07-14T07:33:52.324Z] --- PASS: TestDiskUsage (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestDistributionInspectUnsupported [2021-07-14T07:33:52.324Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestDistributionInspectWithEmptyID [2021-07-14T07:33:52.324Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestEventsErrorInOptions [2021-07-14T07:33:52.324Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestEventsErrorFromServer [2021-07-14T07:33:52.324Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestEvents [2021-07-14T07:33:52.324Z] --- PASS: TestEvents (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestTLSCloseWriter [2021-07-14T07:33:52.324Z] === PAUSE TestTLSCloseWriter [2021-07-14T07:33:52.324Z] === RUN TestImageBuildError [2021-07-14T07:33:52.324Z] --- PASS: TestImageBuildError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageBuild [2021-07-14T07:33:52.324Z] --- PASS: TestImageBuild (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestGetDockerOS [2021-07-14T07:33:52.324Z] --- PASS: TestGetDockerOS (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageCreateError [2021-07-14T07:33:52.324Z] --- PASS: TestImageCreateError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageCreate [2021-07-14T07:33:52.324Z] --- PASS: TestImageCreate (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageHistoryError [2021-07-14T07:33:52.324Z] --- PASS: TestImageHistoryError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageHistory [2021-07-14T07:33:52.324Z] --- PASS: TestImageHistory (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageImportError [2021-07-14T07:33:52.324Z] --- PASS: TestImageImportError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageImport [2021-07-14T07:33:52.324Z] --- PASS: TestImageImport (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageInspectError [2021-07-14T07:33:52.324Z] --- PASS: TestImageInspectError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageInspectImageNotFound [2021-07-14T07:33:52.324Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageInspectWithEmptyID [2021-07-14T07:33:52.324Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageInspect [2021-07-14T07:33:52.324Z] --- PASS: TestImageInspect (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageListError [2021-07-14T07:33:52.324Z] --- PASS: TestImageListError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageList [2021-07-14T07:33:52.324Z] --- PASS: TestImageList (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageListApiBefore125 [2021-07-14T07:33:52.324Z] --- PASS: TestImageListApiBefore125 (0.01s) [2021-07-14T07:33:52.324Z] === RUN TestImageLoadError [2021-07-14T07:33:52.324Z] --- PASS: TestImageLoadError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageLoad [2021-07-14T07:33:52.324Z] --- PASS: TestImageLoad (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImagesPruneError [2021-07-14T07:33:52.324Z] --- PASS: TestImagesPruneError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImagesPrune [2021-07-14T07:33:52.324Z] --- PASS: TestImagesPrune (0.01s) [2021-07-14T07:33:52.324Z] === RUN TestImagePullReferenceParseError [2021-07-14T07:33:52.324Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImagePullAnyError [2021-07-14T07:33:52.324Z] --- PASS: TestImagePullAnyError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImagePullStatusUnauthorizedError [2021-07-14T07:33:52.324Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-07-14T07:33:52.324Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-07-14T07:33:52.324Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-07-14T07:33:52.324Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImagePullWithoutErrors [2021-07-14T07:33:52.324Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImagePushReferenceError [2021-07-14T07:33:52.324Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImagePushAnyError [2021-07-14T07:33:52.324Z] --- PASS: TestImagePushAnyError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImagePushStatusUnauthorizedError [2021-07-14T07:33:52.324Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-07-14T07:33:52.324Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-07-14T07:33:52.324Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-07-14T07:33:52.324Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImagePushWithoutErrors [2021-07-14T07:33:52.324Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-07-14T07:33:52.324Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-07-14T07:33:52.324Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-07-14T07:33:52.324Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-07-14T07:33:52.324Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-07-14T07:33:52.324Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-07-14T07:33:52.324Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-07-14T07:33:52.324Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-07-14T07:33:52.324Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageRemoveError [2021-07-14T07:33:52.324Z] --- PASS: TestImageRemoveError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageRemoveImageNotFound [2021-07-14T07:33:52.324Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageRemove [2021-07-14T07:33:52.324Z] --- PASS: TestImageRemove (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageSaveError [2021-07-14T07:33:52.324Z] --- PASS: TestImageSaveError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageSave [2021-07-14T07:33:52.324Z] --- PASS: TestImageSave (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageSearchAnyError [2021-07-14T07:33:52.324Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageSearchStatusUnauthorizedError [2021-07-14T07:33:52.324Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-07-14T07:33:52.324Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-07-14T07:33:52.324Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-07-14T07:33:52.324Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageSearchWithoutErrors [2021-07-14T07:33:52.324Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageTagError [2021-07-14T07:33:52.324Z] --- PASS: TestImageTagError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageTagInvalidReference [2021-07-14T07:33:52.324Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageTagInvalidSourceImageName [2021-07-14T07:33:52.324Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageTagHexSource [2021-07-14T07:33:52.324Z] --- PASS: TestImageTagHexSource (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestImageTag [2021-07-14T07:33:52.324Z] --- PASS: TestImageTag (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestInfoServerError [2021-07-14T07:33:52.324Z] --- PASS: TestInfoServerError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestInfoInvalidResponseJSONError [2021-07-14T07:33:52.324Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestInfo [2021-07-14T07:33:52.324Z] --- PASS: TestInfo (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworkConnectError [2021-07-14T07:33:52.324Z] --- PASS: TestNetworkConnectError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-07-14T07:33:52.324Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworkConnect [2021-07-14T07:33:52.324Z] --- PASS: TestNetworkConnect (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworkCreateError [2021-07-14T07:33:52.324Z] --- PASS: TestNetworkCreateError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworkCreate [2021-07-14T07:33:52.324Z] --- PASS: TestNetworkCreate (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworkDisconnectError [2021-07-14T07:33:52.324Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworkDisconnect [2021-07-14T07:33:52.324Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworkInspectError [2021-07-14T07:33:52.324Z] --- PASS: TestNetworkInspectError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworkInspectNotFoundError [2021-07-14T07:33:52.324Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworkInspectWithEmptyID [2021-07-14T07:33:52.324Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworkInspect [2021-07-14T07:33:52.324Z] --- PASS: TestNetworkInspect (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworkListError [2021-07-14T07:33:52.324Z] --- PASS: TestNetworkListError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworkList [2021-07-14T07:33:52.324Z] --- PASS: TestNetworkList (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworksPruneError [2021-07-14T07:33:52.324Z] --- PASS: TestNetworksPruneError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworksPrune [2021-07-14T07:33:52.324Z] --- PASS: TestNetworksPrune (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworkRemoveError [2021-07-14T07:33:52.324Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNetworkRemove [2021-07-14T07:33:52.324Z] --- PASS: TestNetworkRemove (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNodeInspectError [2021-07-14T07:33:52.324Z] --- PASS: TestNodeInspectError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNodeInspectNodeNotFound [2021-07-14T07:33:52.324Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNodeInspectWithEmptyID [2021-07-14T07:33:52.324Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNodeInspect [2021-07-14T07:33:52.324Z] --- PASS: TestNodeInspect (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNodeListError [2021-07-14T07:33:52.324Z] --- PASS: TestNodeListError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNodeList [2021-07-14T07:33:52.324Z] --- PASS: TestNodeList (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNodeRemoveError [2021-07-14T07:33:52.324Z] --- PASS: TestNodeRemoveError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNodeRemove [2021-07-14T07:33:52.324Z] --- PASS: TestNodeRemove (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNodeUpdateError [2021-07-14T07:33:52.324Z] --- PASS: TestNodeUpdateError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestNodeUpdate [2021-07-14T07:33:52.324Z] --- PASS: TestNodeUpdate (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestOptionWithTimeout [2021-07-14T07:33:52.324Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPingFail [2021-07-14T07:33:52.324Z] --- PASS: TestPingFail (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPingWithError [2021-07-14T07:33:52.324Z] 2021/07/14 07:33:51 RoundTripper returned a response & error; ignoring response [2021-07-14T07:33:52.324Z] 2021/07/14 07:33:51 RoundTripper returned a response & error; ignoring response [2021-07-14T07:33:52.324Z] --- PASS: TestPingWithError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPingSuccess [2021-07-14T07:33:52.324Z] --- PASS: TestPingSuccess (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPingHeadFallback [2021-07-14T07:33:52.324Z] === RUN TestPingHeadFallback/OK [2021-07-14T07:33:52.324Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-07-14T07:33:52.324Z] === RUN TestPingHeadFallback/Not_Found [2021-07-14T07:33:52.324Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-07-14T07:33:52.324Z] --- PASS: TestPingHeadFallback (0.00s) [2021-07-14T07:33:52.324Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-07-14T07:33:52.324Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-07-14T07:33:52.324Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-07-14T07:33:52.324Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPluginDisableError [2021-07-14T07:33:52.324Z] --- PASS: TestPluginDisableError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPluginDisable [2021-07-14T07:33:52.324Z] --- PASS: TestPluginDisable (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPluginEnableError [2021-07-14T07:33:52.324Z] --- PASS: TestPluginEnableError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPluginEnable [2021-07-14T07:33:52.324Z] --- PASS: TestPluginEnable (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPluginInspectError [2021-07-14T07:33:52.324Z] --- PASS: TestPluginInspectError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPluginInspectWithEmptyID [2021-07-14T07:33:52.324Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPluginInspect [2021-07-14T07:33:52.324Z] --- PASS: TestPluginInspect (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPluginListError [2021-07-14T07:33:52.324Z] --- PASS: TestPluginListError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPluginList [2021-07-14T07:33:52.324Z] --- PASS: TestPluginList (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPluginPushError [2021-07-14T07:33:52.324Z] --- PASS: TestPluginPushError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPluginPush [2021-07-14T07:33:52.324Z] --- PASS: TestPluginPush (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPluginRemoveError [2021-07-14T07:33:52.324Z] --- PASS: TestPluginRemoveError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPluginRemove [2021-07-14T07:33:52.324Z] --- PASS: TestPluginRemove (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPluginSetError [2021-07-14T07:33:52.324Z] --- PASS: TestPluginSetError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPluginSet [2021-07-14T07:33:52.324Z] --- PASS: TestPluginSet (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSetHostHeader [2021-07-14T07:33:52.324Z] --- PASS: TestSetHostHeader (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestPlainTextError [2021-07-14T07:33:52.324Z] --- PASS: TestPlainTextError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestInfiniteError [2021-07-14T07:33:52.324Z] --- PASS: TestInfiniteError (0.02s) [2021-07-14T07:33:52.324Z] === RUN TestCanceledContext [2021-07-14T07:33:52.324Z] 2021/07/14 07:33:51 RoundTripper returned a response & error; ignoring response [2021-07-14T07:33:52.324Z] --- PASS: TestCanceledContext (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestDeadlineExceededContext [2021-07-14T07:33:52.324Z] 2021/07/14 07:33:51 RoundTripper returned a response & error; ignoring response [2021-07-14T07:33:52.324Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretCreateUnsupported [2021-07-14T07:33:52.324Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretCreateError [2021-07-14T07:33:52.324Z] --- PASS: TestSecretCreateError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretCreate [2021-07-14T07:33:52.324Z] --- PASS: TestSecretCreate (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretInspectUnsupported [2021-07-14T07:33:52.324Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretInspectError [2021-07-14T07:33:52.324Z] --- PASS: TestSecretInspectError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretInspectSecretNotFound [2021-07-14T07:33:52.324Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretInspectWithEmptyID [2021-07-14T07:33:52.324Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretInspect [2021-07-14T07:33:52.324Z] --- PASS: TestSecretInspect (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretListUnsupported [2021-07-14T07:33:52.324Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretListError [2021-07-14T07:33:52.324Z] --- PASS: TestSecretListError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretList [2021-07-14T07:33:52.324Z] --- PASS: TestSecretList (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretRemoveUnsupported [2021-07-14T07:33:52.324Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretRemoveError [2021-07-14T07:33:52.324Z] --- PASS: TestSecretRemoveError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretRemove [2021-07-14T07:33:52.324Z] --- PASS: TestSecretRemove (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretUpdateUnsupported [2021-07-14T07:33:52.324Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretUpdateError [2021-07-14T07:33:52.324Z] --- PASS: TestSecretUpdateError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestSecretUpdate [2021-07-14T07:33:52.324Z] --- PASS: TestSecretUpdate (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceCreateError [2021-07-14T07:33:52.324Z] --- PASS: TestServiceCreateError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceCreate [2021-07-14T07:33:52.324Z] --- PASS: TestServiceCreate (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceCreateCompatiblePlatforms [2021-07-14T07:33:52.324Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceCreateDigestPinning [2021-07-14T07:33:52.324Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceInspectError [2021-07-14T07:33:52.324Z] --- PASS: TestServiceInspectError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceInspectServiceNotFound [2021-07-14T07:33:52.324Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceInspectWithEmptyID [2021-07-14T07:33:52.324Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceInspect [2021-07-14T07:33:52.324Z] --- PASS: TestServiceInspect (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceListError [2021-07-14T07:33:52.324Z] --- PASS: TestServiceListError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceList [2021-07-14T07:33:52.324Z] --- PASS: TestServiceList (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceLogsError [2021-07-14T07:33:52.324Z] --- PASS: TestServiceLogsError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceLogs [2021-07-14T07:33:52.324Z] --- PASS: TestServiceLogs (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceRemoveError [2021-07-14T07:33:52.324Z] --- PASS: TestServiceRemoveError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceRemoveNotFoundError [2021-07-14T07:33:52.324Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceRemove [2021-07-14T07:33:52.324Z] --- PASS: TestServiceRemove (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceUpdateError [2021-07-14T07:33:52.324Z] --- PASS: TestServiceUpdateError (0.00s) [2021-07-14T07:33:52.324Z] === RUN TestServiceUpdate [2021-07-14T07:33:52.325Z] --- PASS: TestServiceUpdate (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestSwarmGetUnlockKeyError [2021-07-14T07:33:52.325Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestSwarmGetUnlockKey [2021-07-14T07:33:52.325Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestSwarmInitError [2021-07-14T07:33:52.325Z] --- PASS: TestSwarmInitError (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestSwarmInit [2021-07-14T07:33:52.325Z] --- PASS: TestSwarmInit (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestSwarmInspectError [2021-07-14T07:33:52.325Z] --- PASS: TestSwarmInspectError (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestSwarmInspect [2021-07-14T07:33:52.325Z] --- PASS: TestSwarmInspect (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestSwarmJoinError [2021-07-14T07:33:52.325Z] --- PASS: TestSwarmJoinError (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestSwarmJoin [2021-07-14T07:33:52.325Z] --- PASS: TestSwarmJoin (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestSwarmLeaveError [2021-07-14T07:33:52.325Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestSwarmLeave [2021-07-14T07:33:52.325Z] --- PASS: TestSwarmLeave (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestSwarmUnlockError [2021-07-14T07:33:52.325Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestSwarmUnlock [2021-07-14T07:33:52.325Z] --- PASS: TestSwarmUnlock (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestSwarmUpdateError [2021-07-14T07:33:52.325Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestSwarmUpdate [2021-07-14T07:33:52.325Z] --- PASS: TestSwarmUpdate (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestTaskInspectError [2021-07-14T07:33:52.325Z] --- PASS: TestTaskInspectError (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestTaskInspectWithEmptyID [2021-07-14T07:33:52.325Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestTaskInspect [2021-07-14T07:33:52.325Z] --- PASS: TestTaskInspect (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestTaskListError [2021-07-14T07:33:52.325Z] --- PASS: TestTaskListError (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestTaskList [2021-07-14T07:33:52.325Z] --- PASS: TestTaskList (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestVolumeCreateError [2021-07-14T07:33:52.325Z] --- PASS: TestVolumeCreateError (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestVolumeCreate [2021-07-14T07:33:52.325Z] --- PASS: TestVolumeCreate (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestVolumeInspectError [2021-07-14T07:33:52.325Z] --- PASS: TestVolumeInspectError (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestVolumeInspectNotFound [2021-07-14T07:33:52.325Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestVolumeInspectWithEmptyID [2021-07-14T07:33:52.325Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestVolumeInspect [2021-07-14T07:33:52.325Z] --- PASS: TestVolumeInspect (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestVolumeListError [2021-07-14T07:33:52.325Z] --- PASS: TestVolumeListError (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestVolumeList [2021-07-14T07:33:52.325Z] --- PASS: TestVolumeList (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestVolumeRemoveError [2021-07-14T07:33:52.325Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-07-14T07:33:52.325Z] === RUN TestVolumeRemove [2021-07-14T07:33:52.325Z] --- PASS: TestVolumeRemove (0.00s) [2021-07-14T07:33:52.325Z] === CONT TestTLSCloseWriter [2021-07-14T07:33:52.325Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-07-14T07:33:52.325Z] PASS [2021-07-14T07:33:52.325Z] coverage: 75.0% of statements [2021-07-14T07:33:52.325Z] ok github.com/docker/docker/client 0.313s coverage: 75.0% of statements [2021-07-14T07:33:52.400Z] === RUN TestV1IDService [2021-07-14T07:33:52.400Z] --- PASS: TestV1IDService (0.01s) [2021-07-14T07:33:52.400Z] === RUN TestV2MetadataService [2021-07-14T07:33:52.410Z] --- PASS: TestDockerNetworkReConnect (3.69s) [2021-07-14T07:33:52.410Z] === RUN TestServicePlugin [2021-07-14T07:33:52.514Z] --- PASS: TestBuildWithEmptyLayers (0.63s) [2021-07-14T07:33:52.514Z] === RUN TestBuildMultiStageOnBuild [2021-07-14T07:33:52.862Z] time="2021-07-14T07:33:52Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-07-14T07:33:52.862Z] time="2021-07-14T07:33:52Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"5fcae2610118\"}'" [2021-07-14T07:33:52.862Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2021-07-14T07:33:52.862Z] PASS [2021-07-14T07:33:52.862Z] coverage: 82.5% of statements [2021-07-14T07:33:52.862Z] ok github.com/docker/docker/daemon/logger/splunk 2.070s coverage: 82.5% of statements [2021-07-14T07:33:52.862Z] ? github.com/docker/docker/daemon/names [no test files] [2021-07-14T07:33:52.862Z] ? github.com/docker/docker/daemon/network [no test files] [2021-07-14T07:33:52.862Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-07-14T07:33:52.862Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-07-14T07:33:52.862Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-07-14T07:33:52.862Z] === RUN TestContinueOnError_MirrorEndpoint [2021-07-14T07:33:52.862Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-07-14T07:33:52.862Z] === RUN TestContinueOnError_NeverContinue [2021-07-14T07:33:52.862Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-07-14T07:33:52.862Z] === RUN TestManifestStore [2021-07-14T07:33:52.862Z] === RUN TestManifestStore/no_remote_or_local [2021-07-14T07:33:53.323Z] --- PASS: TestV2MetadataService (0.75s) [2021-07-14T07:33:53.323Z] PASS [2021-07-14T07:33:53.323Z] coverage: 48.2% of statements [2021-07-14T07:33:53.323Z] ok github.com/docker/docker/distribution/metadata 0.846s coverage: 48.2% of statements [2021-07-14T07:33:53.323Z] time="2021-07-14T07:33:52Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local762050295\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-07-14T07:33:53.323Z] === RUN TestManifestStore/no_local_cache [2021-07-14T07:33:53.323Z] === RUN TestManifestStore/with_local_cache [2021-07-14T07:33:53.323Z] === RUN TestManifestStore/unknown_media_type [2021-07-14T07:33:53.323Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-07-14T07:33:53.323Z] time="2021-07-14T07:33:52Z" level=warning msg="reference for unknown type: " [2021-07-14T07:33:53.323Z] time="2021-07-14T07:33:52Z" level=warning msg="reference for unknown type: " [2021-07-14T07:33:53.323Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-07-14T07:33:53.323Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-07-14T07:33:53.323Z] time="2021-07-14T07:33:52Z" level=warning msg="reference for unknown type: " [2021-07-14T07:33:53.323Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-07-14T07:33:53.323Z] time="2021-07-14T07:33:52Z" level=warning msg="reference for unknown type: " [2021-07-14T07:33:53.323Z] time="2021-07-14T07:33:52Z" level=warning msg="reference for unknown type: " [2021-07-14T07:33:53.323Z] === RUN TestManifestStore/error_persisting_manifest [2021-07-14T07:33:53.323Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-07-14T07:33:53.323Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-07-14T07:33:53.323Z] time="2021-07-14T07:33:52Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-07-14T07:33:53.323Z] --- PASS: TestManifestStore (0.25s) [2021-07-14T07:33:53.323Z] --- PASS: TestManifestStore/no_remote_or_local (0.15s) [2021-07-14T07:33:53.323Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-07-14T07:33:53.323Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-07-14T07:33:53.323Z] --- PASS: TestManifestStore/unknown_media_type (0.06s) [2021-07-14T07:33:53.323Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-07-14T07:33:53.323Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2021-07-14T07:33:53.323Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-07-14T07:33:53.323Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-07-14T07:33:53.323Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-07-14T07:33:53.323Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-07-14T07:33:53.323Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-07-14T07:33:53.323Z] === RUN TestDetectManifestBlobMediaType [2021-07-14T07:33:53.323Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-07-14T07:33:53.323Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-07-14T07:33:53.323Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-07-14T07:33:53.323Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-07-14T07:33:53.323Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-07-14T07:33:53.323Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-07-14T07:33:53.323Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-07-14T07:33:53.323Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-07-14T07:33:53.323Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-07-14T07:33:53.323Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-07-14T07:33:53.323Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-07-14T07:33:53.323Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-07-14T07:33:53.323Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-07-14T07:33:53.323Z] === RUN TestFixManifestLayers [2021-07-14T07:33:53.323Z] --- PASS: TestFixManifestLayers (0.00s) [2021-07-14T07:33:53.323Z] === RUN TestFixManifestLayersBaseLayerParent [2021-07-14T07:33:53.323Z] pull_v2_test.go:73: Needs fixing on Windows [2021-07-14T07:33:53.323Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-07-14T07:33:53.323Z] === RUN TestFixManifestLayersBadParent [2021-07-14T07:33:53.323Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-07-14T07:33:53.323Z] === RUN TestValidateManifest [2021-07-14T07:33:53.323Z] pull_v2_test.go:118: Needs fixing on Windows [2021-07-14T07:33:53.323Z] --- SKIP: TestValidateManifest (0.00s) [2021-07-14T07:33:53.323Z] === RUN TestFormatPlatform [2021-07-14T07:33:53.323Z] --- PASS: TestFormatPlatform (0.00s) [2021-07-14T07:33:53.323Z] === RUN TestGetRepositoryMountCandidates [2021-07-14T07:33:53.323Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-07-14T07:33:53.323Z] === RUN TestLayerAlreadyExists [2021-07-14T07:33:53.323Z] 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-07-14T07:33:53.323Z] 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-07-14T07:33:53.323Z] 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-07-14T07:33:53.323Z] 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-07-14T07:33:53.323Z] 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-07-14T07:33:53.323Z] 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-07-14T07:33:53.323Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-07-14T07:33:53.323Z] === RUN TestWhenEmptyAuthConfig [2021-07-14T07:33:53.323Z] === RUN TestSuccessfulDownload [2021-07-14T07:33:53.323Z] download_test.go:268: Needs fixing on Windows [2021-07-14T07:33:53.323Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-07-14T07:33:53.323Z] === RUN TestCancelledDownload [2021-07-14T07:33:53.323Z] --- PASS: TestCancelledDownload (0.00s) [2021-07-14T07:33:53.323Z] === RUN TestMaxDownloadAttempts [2021-07-14T07:33:53.323Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-07-14T07:33:53.323Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-07-14T07:33:53.323Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-07-14T07:33:53.323Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-07-14T07:33:53.323Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-07-14T07:33:53.323Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-07-14T07:33:53.323Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-07-14T07:33:53.323Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-07-14T07:33:53.323Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-07-14T07:33:53.323Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-07-14T07:33:53.323Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-07-14T07:33:53.323Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-07-14T07:33:53.785Z] time="2021-07-14T07:33:53Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-07-14T07:33:53.785Z] time="2021-07-14T07:33:53Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-07-14T07:33:53.785Z] time="2021-07-14T07:33:53Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-07-14T07:33:53.785Z] time="2021-07-14T07:33:53Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-07-14T07:33:53.785Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-07-14T07:33:53.785Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.47s) [2021-07-14T07:33:53.785Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.47s) [2021-07-14T07:33:53.785Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.47s) [2021-07-14T07:33:53.785Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.47s) [2021-07-14T07:33:53.785Z] === RUN TestTransfer [2021-07-14T07:33:53.786Z] --- PASS: TestTransfer (0.18s) [2021-07-14T07:33:53.786Z] === RUN TestConcurrencyLimit [2021-07-14T07:33:54.247Z] === RUN TestNotFound [2021-07-14T07:33:54.247Z] --- PASS: TestNotFound (0.00s) [2021-07-14T07:33:54.247Z] === RUN TestConflict [2021-07-14T07:33:54.247Z] --- PASS: TestConflict (0.00s) [2021-07-14T07:33:54.247Z] === RUN TestForbidden [2021-07-14T07:33:54.247Z] --- PASS: TestForbidden (0.00s) [2021-07-14T07:33:54.247Z] === RUN TestInvalidParameter [2021-07-14T07:33:54.247Z] --- PASS: TestInvalidParameter (0.00s) [2021-07-14T07:33:54.247Z] === RUN TestNotImplemented [2021-07-14T07:33:54.247Z] --- PASS: TestNotImplemented (0.00s) [2021-07-14T07:33:54.247Z] === RUN TestNotModified [2021-07-14T07:33:54.247Z] --- PASS: TestNotModified (0.00s) [2021-07-14T07:33:54.247Z] === RUN TestUnauthorized [2021-07-14T07:33:54.247Z] --- PASS: TestUnauthorized (0.00s) [2021-07-14T07:33:54.247Z] === RUN TestUnknown [2021-07-14T07:33:54.247Z] --- PASS: TestUnknown (0.00s) [2021-07-14T07:33:54.247Z] === RUN TestCancelled [2021-07-14T07:33:54.247Z] --- PASS: TestCancelled (0.00s) [2021-07-14T07:33:54.247Z] === RUN TestDeadline [2021-07-14T07:33:54.247Z] --- PASS: TestDeadline (0.00s) [2021-07-14T07:33:54.247Z] === RUN TestDataLoss [2021-07-14T07:33:54.247Z] --- PASS: TestDataLoss (0.00s) [2021-07-14T07:33:54.247Z] === RUN TestUnavailable [2021-07-14T07:33:54.247Z] --- PASS: TestUnavailable (0.00s) [2021-07-14T07:33:54.247Z] === RUN TestSystem [2021-07-14T07:33:54.247Z] --- PASS: TestSystem (0.00s) [2021-07-14T07:33:54.247Z] === RUN TestFromStatusCode [2021-07-14T07:33:54.247Z] === RUN TestFromStatusCode/Not_Found [2021-07-14T07:33:54.247Z] === RUN TestFromStatusCode/Bad_Request [2021-07-14T07:33:54.247Z] === RUN TestFromStatusCode/Conflict [2021-07-14T07:33:54.247Z] === RUN TestFromStatusCode/Unauthorized [2021-07-14T07:33:54.247Z] === RUN TestFromStatusCode/Service_Unavailable [2021-07-14T07:33:54.247Z] === RUN TestFromStatusCode/Forbidden [2021-07-14T07:33:54.247Z] === RUN TestFromStatusCode/Not_Modified [2021-07-14T07:33:54.247Z] === RUN TestFromStatusCode/Not_Implemented [2021-07-14T07:33:54.247Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-07-14T07:33:54.247Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-07-14T07:33:54.247Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-07-14T07:33:54.247Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-07-14T07:33:54.247Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-07-14T07:33:54.248Z] --- PASS: TestFromStatusCode (0.00s) [2021-07-14T07:33:54.248Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-07-14T07:33:54.248Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-07-14T07:33:54.248Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-07-14T07:33:54.248Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-07-14T07:33:54.248Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-07-14T07:33:54.248Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-07-14T07:33:54.248Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-07-14T07:33:54.248Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-07-14T07:33:54.248Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-07-14T07:33:54.248Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-07-14T07:33:54.248Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-07-14T07:33:54.248Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-07-14T07:33:54.248Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-07-14T07:33:54.248Z] PASS [2021-07-14T07:33:54.248Z] coverage: 53.1% of statements [2021-07-14T07:33:54.248Z] ok github.com/docker/docker/errdefs 0.034s coverage: 53.1% of statements [2021-07-14T07:33:54.248Z] --- PASS: TestWhenEmptyAuthConfig (1.16s) [2021-07-14T07:33:54.248Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-07-14T07:33:54.248Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-07-14T07:33:54.248Z] === RUN TestTokenPassThru [2021-07-14T07:33:54.248Z] --- PASS: TestTokenPassThru (0.01s) [2021-07-14T07:33:54.248Z] === RUN TestTokenPassThruDifferentHost [2021-07-14T07:33:54.248Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2021-07-14T07:33:54.248Z] PASS [2021-07-14T07:33:54.248Z] coverage: 23.8% of statements [2021-07-14T07:33:54.709Z] ok github.com/docker/docker/distribution 1.507s coverage: 23.8% of statements [2021-07-14T07:33:54.709Z] --- PASS: TestConcurrencyLimit (0.51s) [2021-07-14T07:33:54.709Z] === RUN TestInactiveJobs [2021-07-14T07:33:54.709Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-07-14T07:33:54.709Z] === RUN TestFSGetInvalidData [2021-07-14T07:33:54.709Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-07-14T07:33:54.709Z] === RUN TestFSInvalidSet [2021-07-14T07:33:54.709Z] --- PASS: TestFSInvalidSet (0.01s) [2021-07-14T07:33:54.709Z] === RUN TestFSInvalidRoot [2021-07-14T07:33:54.709Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-07-14T07:33:54.709Z] === RUN TestFSMetadataGetSet [2021-07-14T07:33:54.709Z] --- PASS: TestFSMetadataGetSet (0.07s) [2021-07-14T07:33:54.709Z] === RUN TestFSInvalidWalker [2021-07-14T07:33:54.709Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-07-14T07:33:54.709Z] === RUN TestFSGetSet [2021-07-14T07:33:54.709Z] --- PASS: TestFSGetSet (0.01s) [2021-07-14T07:33:54.709Z] === RUN TestFSGetUnsetKey [2021-07-14T07:33:54.709Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-07-14T07:33:54.709Z] === RUN TestFSGetEmptyData [2021-07-14T07:33:54.709Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-07-14T07:33:54.709Z] === RUN TestFSDelete [2021-07-14T07:33:54.709Z] --- PASS: TestFSDelete (0.01s) [2021-07-14T07:33:54.709Z] === RUN TestFSWalker [2021-07-14T07:33:54.709Z] --- PASS: TestFSWalker (0.01s) [2021-07-14T07:33:54.709Z] === RUN TestFSWalkerStopOnError [2021-07-14T07:33:54.709Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-07-14T07:33:54.709Z] === RUN TestNewFromJSON [2021-07-14T07:33:54.709Z] --- PASS: TestNewFromJSON (0.00s) [2021-07-14T07:33:54.709Z] === RUN TestNewFromJSONWithInvalidJSON [2021-07-14T07:33:54.709Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-07-14T07:33:54.709Z] === RUN TestMarshalKeyOrder [2021-07-14T07:33:54.709Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-07-14T07:33:54.709Z] === RUN TestHistoryEqual [2021-07-14T07:33:55.066Z] --- PASS: TestBuildMultiStageOnBuild (2.33s) [2021-07-14T07:33:55.067Z] === RUN TestBuildUncleanTarFilenames [2021-07-14T07:33:55.172Z] --- PASS: TestInactiveJobs (0.48s) [2021-07-14T07:33:55.172Z] === RUN TestWatchRelease [2021-07-14T07:33:55.172Z] --- PASS: TestHistoryEqual (0.13s) [2021-07-14T07:33:55.172Z] === RUN TestImage [2021-07-14T07:33:55.172Z] --- PASS: TestImage (0.00s) [2021-07-14T07:33:55.172Z] === RUN TestImageOSNotEmpty [2021-07-14T07:33:55.172Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-07-14T07:33:55.172Z] === RUN TestNewChildImageFromImageWithRootFS [2021-07-14T07:33:55.172Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-07-14T07:33:55.172Z] === RUN TestCreate [2021-07-14T07:33:55.172Z] --- PASS: TestCreate (0.01s) [2021-07-14T07:33:55.172Z] === RUN TestRestore [2021-07-14T07:33:55.172Z] --- PASS: TestWatchRelease (0.07s) [2021-07-14T07:33:55.172Z] === RUN TestWatchFinishedTransfer [2021-07-14T07:33:55.172Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-07-14T07:33:55.172Z] === RUN TestDuplicateTransfer [2021-07-14T07:33:55.172Z] time="2021-07-14T07:33:54Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-07-14T07:33:55.172Z] --- PASS: TestRestore (0.03s) [2021-07-14T07:33:55.172Z] === RUN TestAddDelete [2021-07-14T07:33:55.172Z] --- PASS: TestAddDelete (0.02s) [2021-07-14T07:33:55.172Z] === RUN TestSearchAfterDelete [2021-07-14T07:33:55.172Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-07-14T07:33:55.172Z] === RUN TestParentReset [2021-07-14T07:33:55.172Z] --- PASS: TestDuplicateTransfer (0.06s) [2021-07-14T07:33:55.172Z] === RUN TestSuccessfulUpload [2021-07-14T07:33:55.172Z] --- PASS: TestParentReset (0.03s) [2021-07-14T07:33:55.172Z] === RUN TestGetAndSetLastUpdated [2021-07-14T07:33:55.172Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-07-14T07:33:55.172Z] === RUN TestStoreLen [2021-07-14T07:33:55.172Z] --- PASS: TestStoreLen (0.06s) [2021-07-14T07:33:55.172Z] PASS [2021-07-14T07:33:55.172Z] coverage: 86.6% of statements [2021-07-14T07:33:55.172Z] ok github.com/docker/docker/image 0.522s coverage: 86.6% of statements [2021-07-14T07:33:55.172Z] === RUN TestCompare [2021-07-14T07:33:55.172Z] --- PASS: TestCompare (0.00s) [2021-07-14T07:33:55.172Z] PASS [2021-07-14T07:33:55.172Z] coverage: 19.2% of statements [2021-07-14T07:33:55.172Z] ok github.com/docker/docker/image/cache 0.055s coverage: 19.2% of statements [2021-07-14T07:33:55.635Z] time="2021-07-14T07:33:55Z" level=error msg="Upload failed, retrying: simulating retry" [2021-07-14T07:33:55.635Z] --- PASS: TestSuccessfulUpload (0.55s) [2021-07-14T07:33:55.635Z] === RUN TestCancelledUpload [2021-07-14T07:33:55.635Z] --- PASS: TestCancelledUpload (0.00s) [2021-07-14T07:33:55.635Z] PASS [2021-07-14T07:33:55.635Z] coverage: 76.8% of statements [2021-07-14T07:33:55.635Z] ok github.com/docker/docker/distribution/xfer 2.368s coverage: 76.8% of statements [2021-07-14T07:33:55.635Z] ? github.com/docker/docker/dockerversion [no test files] [2021-07-14T07:33:55.635Z] === RUN TestValidateManifest [2021-07-14T07:33:55.635Z] === RUN TestValidateManifest/nil [2021-07-14T07:33:55.635Z] === RUN TestValidateManifest/non-nil [2021-07-14T07:33:55.635Z] --- PASS: TestValidateManifest (0.00s) [2021-07-14T07:33:55.635Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-07-14T07:33:55.635Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-07-14T07:33:55.635Z] PASS [2021-07-14T07:33:55.635Z] coverage: 0.7% of statements [2021-07-14T07:33:55.635Z] ok github.com/docker/docker/image/tarexport 0.066s coverage: 0.7% of statements [2021-07-14T07:33:55.640Z] --- PASS: TestBuildUncleanTarFilenames (0.91s) [2021-07-14T07:33:55.640Z] === RUN TestBuildMultiStageLayerLeak [2021-07-14T07:33:55.940Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:33:55.940Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-07-14T07:33:55.940Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:33:56.607Z] === RUN TestMakeV1ConfigFromConfig [2021-07-14T07:33:56.608Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-07-14T07:33:56.608Z] PASS [2021-07-14T07:33:56.608Z] coverage: 25.0% of statements [2021-07-14T07:33:56.608Z] ok github.com/docker/docker/image/v1 0.080s coverage: 25.0% of statements [2021-07-14T07:33:56.608Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-07-14T07:33:56.608Z] === RUN TestSerialization [2021-07-14T07:33:56.608Z] --- PASS: TestSerialization (0.02s) [2021-07-14T07:33:56.608Z] PASS [2021-07-14T07:33:56.608Z] coverage: 100.0% of statements [2021-07-14T07:33:56.608Z] ok github.com/docker/docker/libcontainerd/queue 0.139s coverage: 100.0% of statements [2021-07-14T07:33:56.612Z] plugin_test.go:62: [d604f9462077f] joining swarm manager [d8268c39bcde9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:33:57.182Z] plugin_test.go:65: [d76ec27e98a0c] joining swarm manager [d8268c39bcde9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:33:57.317Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:33:57.317Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:33:57.581Z] === RUN TestEnvironmentParsing [2021-07-14T07:33:57.581Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-07-14T07:33:57.581Z] PASS [2021-07-14T07:33:57.581Z] coverage: 1.2% of statements [2021-07-14T07:33:57.581Z] ok github.com/docker/docker/libcontainerd/local 0.051s coverage: 1.2% of statements [2021-07-14T07:33:58.045Z] === RUN TestEmptyLayer [2021-07-14T07:33:58.045Z] --- PASS: TestEmptyLayer (0.00s) [2021-07-14T07:33:58.045Z] === RUN TestCommitFailure [2021-07-14T07:33:58.045Z] --- PASS: TestCommitFailure (0.01s) [2021-07-14T07:33:58.045Z] === RUN TestStartTransactionFailure [2021-07-14T07:33:58.045Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-07-14T07:33:58.045Z] === RUN TestGetOrphan [2021-07-14T07:33:58.045Z] --- PASS: TestGetOrphan (0.01s) [2021-07-14T07:33:58.045Z] === RUN TestMountAndRegister [2021-07-14T07:33:58.045Z] layer_test.go:271: Layer size: 14 [2021-07-14T07:33:58.045Z] --- PASS: TestMountAndRegister (0.04s) [2021-07-14T07:33:58.045Z] === RUN TestLayerRelease [2021-07-14T07:33:58.045Z] layer_test.go:304: Failing on Windows [2021-07-14T07:33:58.045Z] --- SKIP: TestLayerRelease (0.00s) [2021-07-14T07:33:58.045Z] === RUN TestStoreRestore [2021-07-14T07:33:58.045Z] layer_test.go:353: Failing on Windows [2021-07-14T07:33:58.045Z] --- SKIP: TestStoreRestore (0.00s) [2021-07-14T07:33:58.045Z] === RUN TestTarStreamStability [2021-07-14T07:33:58.045Z] layer_test.go:468: Failing on Windows [2021-07-14T07:33:58.045Z] --- SKIP: TestTarStreamStability (0.00s) [2021-07-14T07:33:58.045Z] === RUN TestRegisterExistingLayer [2021-07-14T07:33:58.045Z] --- PASS: TestRegisterExistingLayer (0.09s) [2021-07-14T07:33:58.045Z] === RUN TestTarStreamVerification [2021-07-14T07:33:58.045Z] layer_test.go:697: Failing on Windows [2021-07-14T07:33:58.045Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-07-14T07:33:58.045Z] === RUN TestLayerMigration [2021-07-14T07:33:58.045Z] migration_test.go:46: Failing on Windows [2021-07-14T07:33:58.045Z] --- SKIP: TestLayerMigration (0.00s) [2021-07-14T07:33:58.045Z] === RUN TestLayerMigrationNoTarsplit [2021-07-14T07:33:58.045Z] migration_test.go:182: Failing on Windows [2021-07-14T07:33:58.045Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-07-14T07:33:58.045Z] === RUN TestMountInit [2021-07-14T07:33:58.045Z] mount_test.go:17: Failing on Windows [2021-07-14T07:33:58.045Z] --- SKIP: TestMountInit (0.00s) [2021-07-14T07:33:58.045Z] === RUN TestMountSize [2021-07-14T07:33:58.045Z] mount_test.go:76: Failing on Windows [2021-07-14T07:33:58.045Z] --- SKIP: TestMountSize (0.00s) [2021-07-14T07:33:58.045Z] === RUN TestMountChanges [2021-07-14T07:33:58.045Z] mount_test.go:125: Failing on Windows [2021-07-14T07:33:58.045Z] --- SKIP: TestMountChanges (0.00s) [2021-07-14T07:33:58.045Z] === RUN TestMountApply [2021-07-14T07:33:58.045Z] mount_test.go:212: Failing on Windows [2021-07-14T07:33:58.045Z] --- SKIP: TestMountApply (0.00s) [2021-07-14T07:33:58.045Z] PASS [2021-07-14T07:33:58.045Z] coverage: 30.1% of statements [2021-07-14T07:33:58.045Z] ok github.com/docker/docker/layer 0.277s coverage: 30.1% of statements [2021-07-14T07:33:58.045Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-07-14T07:33:58.045Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-07-14T07:33:58.045Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-07-14T07:33:58.045Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-07-14T07:33:58.188Z] --- PASS: TestBuildMultiStageLayerLeak (2.34s) [2021-07-14T07:33:58.188Z] === RUN TestBuildWithHugeFile [2021-07-14T07:33:58.509Z] === RUN TestSequenceGetAvailableBit [2021-07-14T07:33:58.509Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-07-14T07:33:58.509Z] === RUN TestSequenceEqual [2021-07-14T07:33:58.509Z] --- PASS: TestSequenceEqual (0.00s) [2021-07-14T07:33:58.509Z] === RUN TestSequenceCopy [2021-07-14T07:33:58.509Z] --- PASS: TestSequenceCopy (0.00s) [2021-07-14T07:33:58.509Z] === RUN TestGetFirstAvailable [2021-07-14T07:33:58.509Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-07-14T07:33:58.509Z] === RUN TestFindSequence [2021-07-14T07:33:58.509Z] --- PASS: TestFindSequence (0.00s) [2021-07-14T07:33:58.509Z] === RUN TestCheckIfAvailable [2021-07-14T07:33:58.509Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-07-14T07:33:58.509Z] === RUN TestMergeSequences [2021-07-14T07:33:58.509Z] --- PASS: TestMergeSequences (0.00s) [2021-07-14T07:33:58.509Z] === RUN TestPushReservation [2021-07-14T07:33:58.509Z] --- PASS: TestPushReservation (0.00s) [2021-07-14T07:33:58.509Z] === RUN TestSerializeDeserialize [2021-07-14T07:33:58.509Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-07-14T07:33:58.509Z] === RUN TestSet [2021-07-14T07:33:58.509Z] --- PASS: TestSet (0.00s) [2021-07-14T07:33:58.509Z] === RUN TestSetUnset [2021-07-14T07:33:58.509Z] --- PASS: TestSetUnset (0.00s) [2021-07-14T07:33:58.509Z] === RUN TestOffsetSetUnset [2021-07-14T07:33:58.509Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-07-14T07:33:58.509Z] === RUN TestSetInRange [2021-07-14T07:33:58.509Z] --- PASS: TestSetInRange (0.00s) [2021-07-14T07:33:58.509Z] === RUN TestSetAnyInRange [2021-07-14T07:33:58.509Z] --- PASS: TestSetAnyInRange (0.00s) [2021-07-14T07:33:58.509Z] === RUN TestMethods [2021-07-14T07:33:58.509Z] --- PASS: TestMethods (0.00s) [2021-07-14T07:33:58.509Z] === RUN TestRandomAllocateDeallocate [2021-07-14T07:33:59.221Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-07-14T07:33:59.222Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-07-14T07:34:00.699Z] === RUN TestInvalidConfig [2021-07-14T07:34:00.699Z] --- PASS: TestInvalidConfig (0.00s) [2021-07-14T07:34:00.699Z] === RUN TestConfig [2021-07-14T07:34:00.699Z] --- PASS: TestConfig (0.00s) [2021-07-14T07:34:00.699Z] === RUN TestOptionsLabels [2021-07-14T07:34:00.699Z] --- PASS: TestOptionsLabels (0.00s) [2021-07-14T07:34:00.699Z] === RUN TestValidName [2021-07-14T07:34:00.699Z] --- PASS: TestValidName (0.00s) [2021-07-14T07:34:00.699Z] === RUN TestTLSConfiguration [2021-07-14T07:34:00.699Z] time="2021-07-14T07:34:00Z" level=info msg="Option Initializing KV with TLS" [2021-07-14T07:34:00.699Z] --- PASS: TestTLSConfiguration (0.14s) [2021-07-14T07:34:00.699Z] PASS [2021-07-14T07:34:00.699Z] coverage: 24.0% of statements [2021-07-14T07:34:00.699Z] ok github.com/docker/docker/libnetwork/config 0.222s coverage: 24.0% of statements [2021-07-14T07:34:01.160Z] === RUN TestKey [2021-07-14T07:34:01.160Z] --- PASS: TestKey (0.00s) [2021-07-14T07:34:01.160Z] === RUN TestParseKey [2021-07-14T07:34:01.160Z] --- PASS: TestParseKey (0.00s) [2021-07-14T07:34:01.160Z] === RUN TestInvalidDataStore [2021-07-14T07:34:01.160Z] --- PASS: TestInvalidDataStore (0.00s) [2021-07-14T07:34:01.160Z] === RUN TestKVObjectFlatKey [2021-07-14T07:34:01.160Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-07-14T07:34:01.160Z] === RUN TestAtomicKVObjectFlatKey [2021-07-14T07:34:01.160Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-07-14T07:34:01.160Z] PASS [2021-07-14T07:34:01.160Z] coverage: 21.9% of statements [2021-07-14T07:34:01.160Z] ok github.com/docker/docker/libnetwork/datastore 0.037s coverage: 21.9% of statements [2021-07-14T07:34:01.160Z] === RUN TestErrorInterfaces [2021-07-14T07:34:01.160Z] --- PASS: TestErrorInterfaces (0.00s) [2021-07-14T07:34:01.160Z] === RUN TestNetworkMarshalling [2021-07-14T07:34:01.625Z] --- PASS: TestNetworkMarshalling (0.14s) [2021-07-14T07:34:01.625Z] === RUN TestEndpointMarshalling [2021-07-14T07:34:01.625Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-07-14T07:34:01.625Z] === RUN TestAuxAddresses [2021-07-14T07:34:01.625Z] time="2021-07-14T07:34:01Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-07-14T07:34:01.625Z] --- PASS: TestAuxAddresses (0.01s) [2021-07-14T07:34:01.625Z] === RUN TestSRVServiceQuery [2021-07-14T07:34:01.625Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:01.625Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-07-14T07:34:01.625Z] === RUN TestServiceVIPReuse [2021-07-14T07:34:01.625Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:01.625Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-07-14T07:34:01.625Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-07-14T07:34:01.625Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:01.625Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2021-07-14T07:34:01.625Z] === RUN TestDNSIPQuery [2021-07-14T07:34:01.625Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:01.625Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-07-14T07:34:01.625Z] === RUN TestDNSProxyServFail [2021-07-14T07:34:01.625Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:01.625Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-07-14T07:34:01.625Z] === RUN TestSandboxAddEmpty [2021-07-14T07:34:01.625Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:01.625Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-07-14T07:34:01.625Z] === RUN TestSandboxAddMultiPrio [2021-07-14T07:34:01.625Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:01.625Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-07-14T07:34:01.625Z] === RUN TestSandboxAddSamePrio [2021-07-14T07:34:01.625Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:01.625Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-07-14T07:34:01.625Z] === RUN TestCleanupServiceDiscovery [2021-07-14T07:34:01.625Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:01.625Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-07-14T07:34:01.625Z] === RUN TestDNSOptions [2021-07-14T07:34:01.625Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:01.625Z] --- SKIP: TestDNSOptions (0.00s) [2021-07-14T07:34:01.625Z] === RUN TestMultipleControllersWithSameStore [2021-07-14T07:34:01.625Z] time="2021-07-14T07:34:01Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-07-14T07:34:01.625Z] time="2021-07-14T07:34:01Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-07-14T07:34:01.625Z] --- PASS: TestMultipleControllersWithSameStore (0.01s) [2021-07-14T07:34:01.625Z] PASS [2021-07-14T07:34:01.625Z] coverage: 8.6% of statements [2021-07-14T07:34:01.625Z] ok github.com/docker/docker/libnetwork 0.271s coverage: 8.6% of statements [2021-07-14T07:34:01.625Z] ? github.com/docker/docker/libnetwork/api [no test files] [2021-07-14T07:34:01.625Z] === RUN TestIPDataMarshalling [2021-07-14T07:34:01.625Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-07-14T07:34:01.625Z] === RUN TestValidateAndIsV6 [2021-07-14T07:34:01.625Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-07-14T07:34:01.625Z] PASS [2021-07-14T07:34:01.625Z] coverage: 68.9% of statements [2021-07-14T07:34:01.625Z] ok github.com/docker/docker/libnetwork/driverapi 0.044s coverage: 68.9% of statements [2021-07-14T07:34:02.087Z] === RUN TestDriver [2021-07-14T07:34:02.087Z] --- PASS: TestDriver (0.00s) [2021-07-14T07:34:02.507Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-07-14T07:34:02.549Z] PASS [2021-07-14T07:34:02.549Z] coverage: 34.8% of statements [2021-07-14T07:34:02.549Z] ok github.com/docker/docker/libnetwork/drivers/host 0.058s coverage: 34.8% of statements [2021-07-14T07:34:02.549Z] === RUN TestDriver [2021-07-14T07:34:02.549Z] --- PASS: TestDriver (0.00s) [2021-07-14T07:34:02.549Z] PASS [2021-07-14T07:34:02.549Z] coverage: 34.8% of statements [2021-07-14T07:34:02.549Z] ok github.com/docker/docker/libnetwork/drivers/null 0.055s coverage: 34.8% of statements [2021-07-14T07:34:02.766Z] check_test.go:309: [d2a892b4af917] daemon is not started [2021-07-14T07:34:02.766Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-07-14T07:34:02.766Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-07-14T07:34:03.013Z] === RUN TestNetworkAllocateFree [2021-07-14T07:34:03.013Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-07-14T07:34:03.013Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-07-14T07:34:03.013Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-07-14T07:34:03.013Z] PASS [2021-07-14T07:34:03.013Z] coverage: 63.6% of statements [2021-07-14T07:34:03.013Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.049s coverage: 63.6% of statements [2021-07-14T07:34:03.013Z] --- PASS: TestRandomAllocateDeallocate (4.68s) [2021-07-14T07:34:03.013Z] === RUN TestAllocateRandomDeallocate [2021-07-14T07:34:03.474Z] === RUN TestGetEmptyCapabilities [2021-07-14T07:34:03.474Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-07-14T07:34:03.474Z] === RUN TestGetExtraCapabilities [2021-07-14T07:34:03.474Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-07-14T07:34:03.474Z] === RUN TestGetInvalidCapabilities [2021-07-14T07:34:03.474Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-07-14T07:34:03.474Z] === RUN TestRemoteDriver [2021-07-14T07:34:03.474Z] --- PASS: TestRemoteDriver (0.01s) [2021-07-14T07:34:03.474Z] === RUN TestDriverError [2021-07-14T07:34:03.474Z] --- PASS: TestDriverError (0.00s) [2021-07-14T07:34:03.474Z] === RUN TestMissingValues [2021-07-14T07:34:03.474Z] --- PASS: TestMissingValues (0.00s) [2021-07-14T07:34:03.474Z] === RUN TestRollback [2021-07-14T07:34:03.474Z] --- PASS: TestRollback (0.00s) [2021-07-14T07:34:03.474Z] PASS [2021-07-14T07:34:03.474Z] coverage: 57.4% of statements [2021-07-14T07:34:03.474Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.075s coverage: 57.4% of statements [2021-07-14T07:34:03.937Z] === RUN TestNAT [2021-07-14T07:34:03.937Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-07-14T07:34:03.937Z] --- SKIP: TestNAT (0.00s) [2021-07-14T07:34:03.937Z] === RUN TestTransparent [2021-07-14T07:34:03.937Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-07-14T07:34:03.937Z] --- SKIP: TestTransparent (0.00s) [2021-07-14T07:34:03.937Z] PASS [2021-07-14T07:34:03.937Z] coverage: 0.0% of statements [2021-07-14T07:34:03.937Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.045s coverage: 0.0% of statements [2021-07-14T07:34:04.401Z] === RUN TestBuildDefault [2021-07-14T07:34:04.401Z] --- PASS: TestBuildDefault (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestBuildHostnameDomainname [2021-07-14T07:34:04.401Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestBuildHostname [2021-07-14T07:34:04.401Z] --- PASS: TestBuildHostname (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestBuildHostnameFQDN [2021-07-14T07:34:04.401Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestBuildNoIP [2021-07-14T07:34:04.401Z] --- PASS: TestBuildNoIP (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestUpdate [2021-07-14T07:34:04.401Z] --- PASS: TestUpdate (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-07-14T07:34:04.401Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-07-14T07:34:04.401Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestAddEmpty [2021-07-14T07:34:04.401Z] --- PASS: TestAddEmpty (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestAdd [2021-07-14T07:34:04.401Z] --- PASS: TestAdd (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestDeleteEmpty [2021-07-14T07:34:04.401Z] --- PASS: TestDeleteEmpty (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestDeleteNewline [2021-07-14T07:34:04.401Z] --- PASS: TestDeleteNewline (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestDelete [2021-07-14T07:34:04.401Z] --- PASS: TestDelete (0.01s) [2021-07-14T07:34:04.401Z] === RUN TestConcurrentWrites [2021-07-14T07:34:04.401Z] --- PASS: TestAllocateRandomDeallocate (1.04s) [2021-07-14T07:34:04.401Z] === RUN TestAllocateRandomDeallocateSerialize [2021-07-14T07:34:04.401Z] --- PASS: TestConcurrentWrites (0.14s) [2021-07-14T07:34:04.401Z] PASS [2021-07-14T07:34:04.401Z] coverage: 81.2% of statements [2021-07-14T07:34:04.401Z] ok github.com/docker/docker/libnetwork/etchosts 0.195s coverage: 81.2% of statements [2021-07-14T07:34:04.401Z] === RUN TestNew [2021-07-14T07:34:04.401Z] --- PASS: TestNew (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestAddDriver [2021-07-14T07:34:04.401Z] --- PASS: TestAddDriver (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestAddDuplicateDriver [2021-07-14T07:34:04.401Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestIPAMDefaultAddressSpaces [2021-07-14T07:34:04.401Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestDriver [2021-07-14T07:34:04.401Z] --- PASS: TestDriver (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestIPAM [2021-07-14T07:34:04.401Z] --- PASS: TestIPAM (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestWalkIPAMs [2021-07-14T07:34:04.401Z] --- PASS: TestWalkIPAMs (0.00s) [2021-07-14T07:34:04.401Z] === RUN TestWalkDrivers [2021-07-14T07:34:04.401Z] --- PASS: TestWalkDrivers (0.00s) [2021-07-14T07:34:04.401Z] PASS [2021-07-14T07:34:04.401Z] coverage: 82.4% of statements [2021-07-14T07:34:04.401Z] ok github.com/docker/docker/libnetwork/drvregistry 0.064s coverage: 82.4% of statements [2021-07-14T07:34:04.668Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-07-14T07:34:04.677Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-07-14T07:34:04.677Z] Copying nested executables into bundles/binary-daemon [2021-07-14T07:34:04.677Z] Building: bundles/binary-daemon/docker-proxy-dev [2021-07-14T07:34:04.677Z] GOOS="" GOARCH="" GOARM="" [2021-07-14T07:34:04.677Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2021-07-14T07:34:04.677Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-07-14T07:34:04.865Z] === RUN TestDiff [2021-07-14T07:34:04.865Z] --- PASS: TestDiff (0.00s) [2021-07-14T07:34:04.865Z] === RUN TestAddedCallback [2021-07-14T07:34:04.865Z] --- PASS: TestAddedCallback (0.00s) [2021-07-14T07:34:04.865Z] === RUN TestRemovedCallback [2021-07-14T07:34:04.865Z] --- PASS: TestRemovedCallback (0.00s) [2021-07-14T07:34:04.865Z] === RUN TestNoCallback [2021-07-14T07:34:04.865Z] --- PASS: TestNoCallback (0.00s) [2021-07-14T07:34:04.865Z] PASS [2021-07-14T07:34:04.865Z] coverage: 48.1% of statements [2021-07-14T07:34:04.865Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.043s coverage: 48.1% of statements [2021-07-14T07:34:04.865Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.83s) [2021-07-14T07:34:04.865Z] === RUN TestRetrieveFromStore [2021-07-14T07:34:05.003Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42636/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=95b26c9285cfe5e6a04a61c128a7caea7c2045f2 -e DOCKER_GRAPHDRIVER docker:95b26c9285cfe5e6a04a61c128a7caea7c2045f2 hack/make.sh cross [2021-07-14T07:34:05.328Z] === RUN TestNew [2021-07-14T07:34:05.328Z] --- PASS: TestNew (0.00s) [2021-07-14T07:34:05.328Z] === RUN TestAllocate [2021-07-14T07:34:05.328Z] --- PASS: TestAllocate (0.00s) [2021-07-14T07:34:05.328Z] === RUN TestUninitialized [2021-07-14T07:34:05.328Z] --- PASS: TestUninitialized (0.00s) [2021-07-14T07:34:05.328Z] === RUN TestAllocateInRange [2021-07-14T07:34:05.328Z] --- PASS: TestAllocateInRange (0.00s) [2021-07-14T07:34:05.328Z] === RUN TestAllocateSerial [2021-07-14T07:34:05.328Z] --- PASS: TestAllocateSerial (0.00s) [2021-07-14T07:34:05.328Z] PASS [2021-07-14T07:34:05.328Z] coverage: 87.5% of statements [2021-07-14T07:34:05.328Z] ok github.com/docker/docker/libnetwork/idm 0.036s coverage: 87.5% of statements [2021-07-14T07:34:05.328Z] --- PASS: TestRetrieveFromStore (0.42s) [2021-07-14T07:34:05.328Z] === RUN TestIsCorrupted [2021-07-14T07:34:05.328Z] --- PASS: TestIsCorrupted (0.01s) [2021-07-14T07:34:05.328Z] === RUN TestSetRollover [2021-07-14T07:34:05.328Z] === RUN TestCaller [2021-07-14T07:34:05.328Z] --- PASS: TestCaller (0.00s) [2021-07-14T07:34:05.328Z] PASS [2021-07-14T07:34:05.328Z] coverage: 100.0% of statements [2021-07-14T07:34:05.328Z] ok github.com/docker/docker/libnetwork/internal/caller 0.033s coverage: 100.0% of statements [2021-07-14T07:34:05.568Z] [2021-07-14T07:34:05.568Z] Removing bundles/ [2021-07-14T07:34:05.568Z] [2021-07-14T07:34:05.568Z] ---> Making bundle: cross (in bundles/cross) [2021-07-14T07:34:05.568Z] Cross building: bundles/cross/linux/amd64 [2021-07-14T07:34:05.568Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-07-14T07:34:05.568Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-07-14T07:34:05.789Z] === RUN TestSetSerialInsertDelete [2021-07-14T07:34:05.789Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-07-14T07:34:05.789Z] === RUN TestSetParallelInsertDelete [2021-07-14T07:34:06.047Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-07-14T07:34:06.766Z] === RUN TestInt2IP2IntConversion [2021-07-14T07:34:06.767Z] === RUN TestPoolRequest [2021-07-14T07:34:06.767Z] --- PASS: TestPoolRequest (0.00s) [2021-07-14T07:34:06.767Z] === RUN TestOtherRequests [2021-07-14T07:34:06.767Z] --- PASS: TestOtherRequests (0.00s) [2021-07-14T07:34:06.767Z] PASS [2021-07-14T07:34:06.767Z] coverage: 57.1% of statements [2021-07-14T07:34:06.767Z] ok github.com/docker/docker/libnetwork/ipams/null 0.035s coverage: 57.1% of statements [2021-07-14T07:34:07.232Z] --- PASS: TestInt2IP2IntConversion (0.57s) [2021-07-14T07:34:07.232Z] === RUN TestGetAddressVersion [2021-07-14T07:34:07.232Z] --- PASS: TestGetAddressVersion (0.00s) [2021-07-14T07:34:07.232Z] === RUN TestKeyString [2021-07-14T07:34:07.232Z] --- PASS: TestKeyString (0.00s) [2021-07-14T07:34:07.232Z] === RUN TestPoolDataMarshal [2021-07-14T07:34:07.232Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-07-14T07:34:07.232Z] === RUN TestSubnetsMarshal [2021-07-14T07:34:07.232Z] --- PASS: TestSubnetsMarshal (0.03s) [2021-07-14T07:34:07.232Z] === RUN TestAddSubnets [2021-07-14T07:34:07.232Z] --- PASS: TestAddSubnets (0.04s) [2021-07-14T07:34:07.232Z] === RUN TestDoublePoolRelease [2021-07-14T07:34:07.232Z] --- PASS: TestDoublePoolRelease (0.04s) [2021-07-14T07:34:07.232Z] === RUN TestAddReleasePoolID [2021-07-14T07:34:07.232Z] --- PASS: TestAddReleasePoolID (0.08s) [2021-07-14T07:34:07.232Z] === RUN TestPredefinedPool [2021-07-14T07:34:07.425Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-07-14T07:34:07.694Z] --- PASS: TestPredefinedPool (0.04s) [2021-07-14T07:34:07.694Z] === RUN TestRemoveSubnet [2021-07-14T07:34:07.694Z] --- PASS: TestRemoveSubnet (0.12s) [2021-07-14T07:34:07.694Z] === RUN TestGetSameAddress [2021-07-14T07:34:07.694Z] --- PASS: TestGetSameAddress (0.02s) [2021-07-14T07:34:07.694Z] === RUN TestPoolAllocationReuse [2021-07-14T07:34:07.694Z] --- PASS: TestSetRollover (2.20s) [2021-07-14T07:34:07.694Z] === RUN TestSetRolloverSerial [2021-07-14T07:34:07.694Z] === RUN TestGetCapabilities [2021-07-14T07:34:07.694Z] --- PASS: TestGetCapabilities (0.01s) [2021-07-14T07:34:07.694Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-07-14T07:34:07.694Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-07-14T07:34:07.694Z] === RUN TestGetDefaultAddressSpaces [2021-07-14T07:34:07.694Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-07-14T07:34:07.694Z] === RUN TestRemoteDriver [2021-07-14T07:34:07.694Z] --- PASS: TestRemoteDriver (0.00s) [2021-07-14T07:34:07.694Z] PASS [2021-07-14T07:34:07.694Z] coverage: 47.4% of statements [2021-07-14T07:34:07.694Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.059s coverage: 47.4% of statements [2021-07-14T07:34:07.992Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-07-14T07:34:08.670Z] === RUN TestWindowsIPAM [2021-07-14T07:34:08.670Z] --- PASS: TestWindowsIPAM (0.00s) [2021-07-14T07:34:08.670Z] PASS [2021-07-14T07:34:08.670Z] coverage: 71.4% of statements [2021-07-14T07:34:08.670Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.036s coverage: 71.4% of statements [2021-07-14T07:34:08.670Z] --- PASS: TestSetRolloverSerial (1.14s) [2021-07-14T07:34:08.670Z] === RUN TestGetFirstAvailableFromCurrent [2021-07-14T07:34:08.670Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-07-14T07:34:08.670Z] PASS [2021-07-14T07:34:08.670Z] coverage: 84.4% of statements [2021-07-14T07:34:08.670Z] --- PASS: TestPoolAllocationReuse (1.23s) [2021-07-14T07:34:08.670Z] === RUN TestGetAddressSubPoolEqualPool [2021-07-14T07:34:08.670Z] ok github.com/docker/docker/libnetwork/bitseq 10.380s coverage: 84.4% of statements [2021-07-14T07:34:08.927Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-07-14T07:34:09.134Z] --- PASS: TestGetAddressSubPoolEqualPool (0.04s) [2021-07-14T07:34:09.134Z] === RUN TestRequestReleaseAddressFromSubPool [2021-07-14T07:34:09.187Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-07-14T07:34:09.600Z] === RUN TestDefaultNetwork [2021-07-14T07:34:09.600Z] --- PASS: TestDefaultNetwork (0.25s) [2021-07-14T07:34:09.600Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-07-14T07:34:10.003Z] --- PASS: TestCheckoutGit (30.69s) [2021-07-14T07:34:10.003Z] === RUN TestValidGitTransport [2021-07-14T07:34:10.003Z] --- PASS: TestValidGitTransport (0.00s) [2021-07-14T07:34:10.003Z] === RUN TestGitInvalidRef [2021-07-14T07:34:10.003Z] --- PASS: TestGitInvalidRef (0.22s) [2021-07-14T07:34:10.003Z] PASS [2021-07-14T07:34:10.003Z] coverage: 86.3% of statements [2021-07-14T07:34:10.003Z] ok github.com/docker/docker/builder/remotecontext/git 30.980s coverage: 86.3% of statements [2021-07-14T07:34:10.003Z] ? github.com/docker/docker/cli [no test files] [2021-07-14T07:34:10.003Z] ? github.com/docker/docker/cli/config [no test files] [2021-07-14T07:34:10.063Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.27s) [2021-07-14T07:34:10.063Z] === RUN TestInitAddressPools [2021-07-14T07:34:10.063Z] --- PASS: TestInitAddressPools (0.00s) [2021-07-14T07:34:10.063Z] PASS [2021-07-14T07:34:10.063Z] coverage: 74.0% of statements [2021-07-14T07:34:10.063Z] ok github.com/docker/docker/libnetwork/ipamutils 0.578s coverage: 74.0% of statements [2021-07-14T07:34:10.527Z] === RUN TestKeyValue [2021-07-14T07:34:10.527Z] --- PASS: TestKeyValue (0.00s) [2021-07-14T07:34:10.527Z] PASS [2021-07-14T07:34:10.527Z] coverage: 60.0% of statements [2021-07-14T07:34:10.527Z] ok github.com/docker/docker/libnetwork/netlabel 0.035s coverage: 60.0% of statements [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-07-14T07:34:11.504Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-07-14T07:34:12.474Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-07-14T07:34:12.474Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.75s) [2021-07-14T07:34:12.474Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.99s) [2021-07-14T07:34:12.474Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.69s) [2021-07-14T07:34:12.474Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.74s) [2021-07-14T07:34:12.474Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.74s) [2021-07-14T07:34:12.474Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.75s) [2021-07-14T07:34:12.474Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.60s) [2021-07-14T07:34:12.474Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.68s) [2021-07-14T07:34:12.474Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.52s) [2021-07-14T07:34:12.474Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (6.22s) [2021-07-14T07:34:12.474Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.76s) [2021-07-14T07:34:12.474Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.31s) [2021-07-14T07:34:12.474Z] === RUN TestCgroupNamespacesRun [2021-07-14T07:34:12.733Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-07-14T07:34:12.992Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-07-14T07:34:13.063Z] === RUN TestGenerate [2021-07-14T07:34:13.063Z] --- PASS: TestGenerate (0.00s) [2021-07-14T07:34:13.063Z] === RUN TestGeneratePtr [2021-07-14T07:34:13.063Z] --- PASS: TestGeneratePtr (0.00s) [2021-07-14T07:34:13.063Z] === RUN TestGenerateMissingField [2021-07-14T07:34:13.063Z] --- PASS: TestGenerateMissingField (0.00s) [2021-07-14T07:34:13.063Z] === RUN TestFieldCannotBeSet [2021-07-14T07:34:13.063Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-07-14T07:34:13.063Z] === RUN TestTypeMismatchError [2021-07-14T07:34:13.063Z] --- PASS: TestTypeMismatchError (0.00s) [2021-07-14T07:34:13.063Z] PASS [2021-07-14T07:34:13.063Z] coverage: 100.0% of statements [2021-07-14T07:34:13.063Z] ok github.com/docker/docker/libnetwork/options 0.033s coverage: 100.0% of statements [2021-07-14T07:34:13.063Z] === RUN TestNetworkDBSimple [2021-07-14T07:34:13.063Z] --- PASS: TestRequestReleaseAddressFromSubPool (4.23s) [2021-07-14T07:34:13.063Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-07-14T07:34:13.528Z] testing: warning: no tests to run [2021-07-14T07:34:13.528Z] PASS [2021-07-14T07:34:13.528Z] coverage: 0.0% of statements [2021-07-14T07:34:13.528Z] ok github.com/docker/docker/libnetwork/osl 0.033s coverage: 0.0% of statements [no tests to run] [2021-07-14T07:34:13.528Z] 2021/07/14 07:34:13 Closing DB instances... [2021-07-14T07:34:13.993Z] === RUN TestRequestNewPort [2021-07-14T07:34:13.993Z] --- PASS: TestRequestNewPort (0.00s) [2021-07-14T07:34:13.993Z] === RUN TestRequestSpecificPort [2021-07-14T07:34:13.993Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-07-14T07:34:13.993Z] === RUN TestReleasePort [2021-07-14T07:34:13.993Z] --- PASS: TestReleasePort (0.00s) [2021-07-14T07:34:13.993Z] === RUN TestReuseReleasedPort [2021-07-14T07:34:13.993Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-07-14T07:34:13.993Z] === RUN TestReleaseUnreadledPort [2021-07-14T07:34:13.993Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-07-14T07:34:13.993Z] === RUN TestUnknowProtocol [2021-07-14T07:34:13.993Z] --- PASS: TestUnknowProtocol (0.00s) [2021-07-14T07:34:13.993Z] === RUN TestAllocateAllPorts [2021-07-14T07:34:13.993Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-07-14T07:34:13.993Z] === RUN TestPortAllocation [2021-07-14T07:34:13.993Z] --- PASS: TestPortAllocation (0.00s) [2021-07-14T07:34:13.993Z] === RUN TestPortAllocationWithCustomRange [2021-07-14T07:34:13.993Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-07-14T07:34:13.993Z] === RUN TestNoDuplicateBPR [2021-07-14T07:34:13.993Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-07-14T07:34:13.993Z] === RUN TestChangePortRange [2021-07-14T07:34:13.993Z] portallocator_test.go:345: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-07-14T07:34:13.993Z] portallocator_test.go:345: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-07-14T07:34:13.993Z] portallocator_test.go:345: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-07-14T07:34:13.993Z] portallocator_test.go:345: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-07-14T07:34:13.994Z] portallocator_test.go:345: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-07-14T07:34:13.994Z] portallocator_test.go:345: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-07-14T07:34:13.994Z] --- PASS: TestChangePortRange (0.00s) [2021-07-14T07:34:13.994Z] PASS [2021-07-14T07:34:13.994Z] coverage: 88.6% of statements [2021-07-14T07:34:13.994Z] ok github.com/docker/docker/libnetwork/portallocator 0.037s coverage: 88.6% of statements [2021-07-14T07:34:14.962Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.63s) [2021-07-14T07:34:14.962Z] === RUN TestGetAddress [2021-07-14T07:34:14.962Z] --- PASS: TestNetworkDBSimple (2.03s) [2021-07-14T07:34:14.962Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-07-14T07:34:14.962Z] === RUN TestTransportPortConv [2021-07-14T07:34:14.962Z] --- PASS: TestTransportPortConv (0.00s) [2021-07-14T07:34:14.962Z] === RUN TestTransportPortBindingConv [2021-07-14T07:34:14.962Z] --- PASS: TestTransportPortBindingConv (0.00s) [2021-07-14T07:34:14.962Z] === RUN TestErrorConstructors [2021-07-14T07:34:14.962Z] --- PASS: TestErrorConstructors (0.00s) [2021-07-14T07:34:14.962Z] === RUN TestCompareIPMask [2021-07-14T07:34:14.962Z] --- PASS: TestCompareIPMask (0.00s) [2021-07-14T07:34:14.962Z] === RUN TestUtilGetHostPartIP [2021-07-14T07:34:14.962Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-07-14T07:34:14.962Z] === RUN TestUtilGetBroadcastIP [2021-07-14T07:34:14.962Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-07-14T07:34:14.962Z] === RUN TestParseCIDR [2021-07-14T07:34:14.962Z] --- PASS: TestParseCIDR (0.00s) [2021-07-14T07:34:14.962Z] PASS [2021-07-14T07:34:14.962Z] coverage: 47.9% of statements [2021-07-14T07:34:14.962Z] ok github.com/docker/docker/libnetwork/types 0.038s coverage: 47.9% of statements [2021-07-14T07:34:15.529Z] --- PASS: TestCgroupNamespacesRun (2.71s) [2021-07-14T07:34:15.529Z] === RUN TestCgroupNamespacesRunPrivileged [2021-07-14T07:34:15.789Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-07-14T07:34:15.932Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-07-14T07:34:15.933Z] PASS [2021-07-14T07:34:15.933Z] coverage: 100.0% of statements [2021-07-14T07:34:15.933Z] 2021/07/14 07:34:15 Closing DB instances... [2021-07-14T07:34:15.933Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.041s coverage: 100.0% of statements [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-07-14T07:34:15.933Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-07-14T07:34:15.933Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-07-14T07:34:15.933Z] PASS [2021-07-14T07:34:15.933Z] coverage: 44.0% of statements [2021-07-14T07:34:15.933Z] ok github.com/docker/docker/oci 0.037s coverage: 44.0% of statements [2021-07-14T07:34:16.902Z] === RUN TestParseVersion [2021-07-14T07:34:16.902Z] --- PASS: TestParseVersion (0.00s) [2021-07-14T07:34:16.902Z] PASS [2021-07-14T07:34:16.902Z] coverage: 52.9% of statements [2021-07-14T07:34:16.902Z] ok github.com/docker/docker/pkg/aaparser 0.032s coverage: 52.9% of statements [2021-07-14T07:34:16.902Z] === RUN TestAddressPoolOpt [2021-07-14T07:34:16.902Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/a [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/something [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/_=a [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/env1=value1 [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/_env1=value1 [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/env2=value2=value3 [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/env3=abc!qwe [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/env_4=value_4 [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/PATH [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/=a [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/PATH= [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/PATH=something [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/asd!qwe [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/1asd [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/123 [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/some_space [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/__some_space_before [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/some_space_after__ [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/= [2021-07-14T07:34:16.902Z] === RUN TestValidateEnv/PaTh [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/a (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/something (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/= (0.00s) [2021-07-14T07:34:16.902Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-07-14T07:34:16.902Z] === RUN TestParseHost [2021-07-14T07:34:16.902Z] --- PASS: TestParseHost (0.00s) [2021-07-14T07:34:16.902Z] === RUN TestParseDockerDaemonHost [2021-07-14T07:34:16.902Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-07-14T07:34:16.902Z] === RUN TestParseTCP [2021-07-14T07:34:16.902Z] --- PASS: TestParseTCP (0.00s) [2021-07-14T07:34:16.902Z] === RUN TestParseInvalidUnixAddrInvalid [2021-07-14T07:34:16.902Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-07-14T07:34:16.902Z] === RUN TestValidateExtraHosts [2021-07-14T07:34:16.902Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-07-14T07:34:16.902Z] === RUN TestIpOptString [2021-07-14T07:34:16.902Z] --- PASS: TestIpOptString (0.00s) [2021-07-14T07:34:16.902Z] === RUN TestNewIpOptInvalidDefaultVal [2021-07-14T07:34:16.902Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-07-14T07:34:16.902Z] === RUN TestNewIpOptValidDefaultVal [2021-07-14T07:34:16.902Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-07-14T07:34:16.902Z] === RUN TestIpOptSetInvalidVal [2021-07-14T07:34:16.902Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-07-14T07:34:16.902Z] === RUN TestValidateIPAddress [2021-07-14T07:34:16.902Z] --- PASS: TestValidateIPAddress (0.00s) [2021-07-14T07:34:16.902Z] === RUN TestMapOpts [2021-07-14T07:34:16.902Z] --- PASS: TestMapOpts (0.00s) [2021-07-14T07:34:16.903Z] === RUN TestListOptsWithoutValidator [2021-07-14T07:34:16.903Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-07-14T07:34:16.903Z] === RUN TestListOptsWithValidator [2021-07-14T07:34:16.903Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-07-14T07:34:16.903Z] === RUN TestValidateDNSSearch [2021-07-14T07:34:16.903Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-07-14T07:34:16.903Z] === RUN TestValidateLabel [2021-07-14T07:34:16.903Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-07-14T07:34:16.903Z] === RUN TestValidateLabel/label_with_general_format [2021-07-14T07:34:16.903Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-07-14T07:34:16.903Z] === RUN TestValidateLabel/label_with_one_more [2021-07-14T07:34:16.903Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-07-14T07:34:16.903Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-07-14T07:34:16.903Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-07-14T07:34:16.903Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-07-14T07:34:16.903Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-07-14T07:34:16.903Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-07-14T07:34:16.903Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-07-14T07:34:16.903Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-07-14T07:34:16.903Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-07-14T07:34:16.903Z] --- PASS: TestValidateLabel (0.00s) [2021-07-14T07:34:16.903Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-07-14T07:34:16.903Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-07-14T07:34:16.903Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-07-14T07:34:16.903Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-07-14T07:34:16.903Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-07-14T07:34:16.903Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-07-14T07:34:16.903Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-07-14T07:34:16.903Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-07-14T07:34:16.903Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-07-14T07:34:16.903Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-07-14T07:34:16.903Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-07-14T07:34:16.903Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-07-14T07:34:16.903Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-07-14T07:34:16.903Z] === RUN TestNamedListOpts [2021-07-14T07:34:16.903Z] --- PASS: TestNamedListOpts (0.00s) [2021-07-14T07:34:16.903Z] === RUN TestNamedMapOpts [2021-07-14T07:34:16.903Z] --- PASS: TestNamedMapOpts (0.00s) [2021-07-14T07:34:16.903Z] === RUN TestParseLink [2021-07-14T07:34:16.903Z] --- PASS: TestParseLink (0.00s) [2021-07-14T07:34:16.903Z] === RUN TestQuotedStringSetWithQuotes [2021-07-14T07:34:16.903Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-07-14T07:34:16.903Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-07-14T07:34:16.903Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-07-14T07:34:16.903Z] === RUN TestQuotedStringSetWithNoQuotes [2021-07-14T07:34:16.903Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-07-14T07:34:16.903Z] === RUN TestUlimitOpt [2021-07-14T07:34:16.903Z] --- PASS: TestUlimitOpt (0.00s) [2021-07-14T07:34:16.903Z] PASS [2021-07-14T07:34:16.903Z] coverage: 67.1% of statements [2021-07-14T07:34:16.903Z] ok github.com/docker/docker/opts 0.057s coverage: 67.1% of statements [2021-07-14T07:34:17.166Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.92s) [2021-07-14T07:34:17.166Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-07-14T07:34:17.363Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.65s) [2021-07-14T07:34:17.363Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-07-14T07:34:18.902Z] === RUN TestIsArchivePathDir [2021-07-14T07:34:18.902Z] 2021/07/14 07:34:18 Closing DB instances... [2021-07-14T07:34:18.902Z] --- PASS: TestIsArchivePathDir (0.07s) [2021-07-14T07:34:18.902Z] === RUN TestIsArchivePathInvalidFile [2021-07-14T07:34:18.902Z] --- PASS: TestIsArchivePathInvalidFile (0.14s) [2021-07-14T07:34:18.902Z] === RUN TestIsArchivePathTar [2021-07-14T07:34:18.902Z] === RUN TestPeerCertificateMarshalJSON [2021-07-14T07:34:18.902Z] --- PASS: TestIsArchivePathTar (0.14s) [2021-07-14T07:34:18.902Z] === RUN TestDecompressStreamGzip [2021-07-14T07:34:18.902Z] --- PASS: TestDecompressStreamGzip (0.11s) [2021-07-14T07:34:18.902Z] === RUN TestDecompressStreamBzip2 [2021-07-14T07:34:19.362Z] --- PASS: TestDecompressStreamBzip2 (0.09s) [2021-07-14T07:34:19.362Z] === RUN TestDecompressStreamXz [2021-07-14T07:34:19.362Z] archive_test.go:134: Xz not present in msys2 [2021-07-14T07:34:19.362Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-07-14T07:34:19.362Z] === RUN TestCompressStreamXzUnsupported [2021-07-14T07:34:19.362Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-07-14T07:34:19.362Z] === RUN TestCompressStreamBzip2Unsupported [2021-07-14T07:34:19.362Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-07-14T07:34:19.362Z] === RUN TestCompressStreamInvalid [2021-07-14T07:34:19.362Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-07-14T07:34:19.362Z] === RUN TestExtensionInvalid [2021-07-14T07:34:19.362Z] --- PASS: TestExtensionInvalid (0.00s) [2021-07-14T07:34:19.362Z] === RUN TestExtensionUncompressed [2021-07-14T07:34:19.362Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-07-14T07:34:19.362Z] === RUN TestExtensionBzip2 [2021-07-14T07:34:19.362Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-07-14T07:34:19.362Z] === RUN TestExtensionGzip [2021-07-14T07:34:19.362Z] --- PASS: TestExtensionGzip (0.00s) [2021-07-14T07:34:19.362Z] === RUN TestExtensionXz [2021-07-14T07:34:19.362Z] --- PASS: TestExtensionXz (0.00s) [2021-07-14T07:34:19.362Z] === RUN TestCmdStreamLargeStderr [2021-07-14T07:34:19.362Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-07-14T07:34:19.362Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-07-14T07:34:19.362Z] --- PASS: TestPeerCertificateMarshalJSON (0.35s) [2021-07-14T07:34:19.362Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-07-14T07:34:19.362Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-07-14T07:34:19.362Z] === RUN TestMiddleware [2021-07-14T07:34:19.362Z] --- PASS: TestMiddleware (0.00s) [2021-07-14T07:34:19.362Z] === RUN TestNewResponseModifier [2021-07-14T07:34:19.362Z] --- PASS: TestNewResponseModifier (0.00s) [2021-07-14T07:34:19.362Z] PASS [2021-07-14T07:34:19.362Z] coverage: 26.8% of statements [2021-07-14T07:34:19.362Z] ok github.com/docker/docker/pkg/authorization 0.391s coverage: 26.8% of statements [2021-07-14T07:34:19.362Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2021-07-14T07:34:19.362Z] === RUN TestCmdStreamBad [2021-07-14T07:34:19.362Z] archive_test.go:239: Failing on Windows CI machines [2021-07-14T07:34:19.362Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-07-14T07:34:19.362Z] === RUN TestCmdStreamGood [2021-07-14T07:34:19.362Z] --- PASS: TestCmdStreamGood (0.04s) [2021-07-14T07:34:19.362Z] === RUN TestUntarPathWithInvalidDest [2021-07-14T07:34:19.362Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2021-07-14T07:34:19.362Z] === RUN TestUntarPathWithInvalidSrc [2021-07-14T07:34:19.362Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-07-14T07:34:19.362Z] === RUN TestUntarPath [2021-07-14T07:34:19.362Z] --- PASS: TestUntarPath (0.07s) [2021-07-14T07:34:19.362Z] === RUN TestUntarPathWithDestinationFile [2021-07-14T07:34:19.362Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-07-14T07:34:19.362Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-07-14T07:34:19.362Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2021-07-14T07:34:19.362Z] === RUN TestCopyWithTarInvalidSrc [2021-07-14T07:34:19.362Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-07-14T07:34:19.362Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-07-14T07:34:19.362Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-07-14T07:34:19.362Z] === RUN TestCopyWithTarSrcFile [2021-07-14T07:34:19.701Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-07-14T07:34:19.821Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-07-14T07:34:19.821Z] === RUN TestCopyWithTarSrcFolder [2021-07-14T07:34:19.821Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-07-14T07:34:19.822Z] === RUN TestCopyFileWithTarInvalidSrc [2021-07-14T07:34:19.822Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-07-14T07:34:19.822Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-07-14T07:34:19.822Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-07-14T07:34:19.822Z] === RUN TestCopyFileWithTarSrcFolder [2021-07-14T07:34:19.822Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-07-14T07:34:19.822Z] === RUN TestCopyFileWithTarSrcFile [2021-07-14T07:34:19.822Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-07-14T07:34:19.822Z] === RUN TestTarFiles [2021-07-14T07:34:19.822Z] === RUN TestUnbuffered [2021-07-14T07:34:19.822Z] --- PASS: TestUnbuffered (0.00s) [2021-07-14T07:34:19.822Z] === RUN TestRaceUnbuffered [2021-07-14T07:34:19.822Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-07-14T07:34:19.822Z] PASS [2021-07-14T07:34:19.822Z] coverage: 100.0% of statements [2021-07-14T07:34:19.822Z] ok github.com/docker/docker/pkg/broadcaster 0.036s coverage: 100.0% of statements [2021-07-14T07:34:19.960Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.96s) [2021-07-14T07:34:19.960Z] === RUN TestCgroupNamespacesRunHostMode [2021-07-14T07:34:20.282Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2021-07-14T07:34:20.282Z] === RUN TestNetworkDBCRUDTableEntry [2021-07-14T07:34:20.282Z] === RUN TestMatch [2021-07-14T07:34:20.282Z] === RUN TestMatch/[[]] [2021-07-14T07:34:20.282Z] === RUN TestMatch/[[foo]] [2021-07-14T07:34:20.282Z] === RUN TestMatch/[[bar]_[foo]] [2021-07-14T07:34:20.282Z] === RUN TestMatch/[[foo_bar]] [2021-07-14T07:34:20.282Z] === RUN TestMatch/[[qux]_[foo]] [2021-07-14T07:34:20.282Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-07-14T07:34:20.282Z] === RUN TestMatch/[] [2021-07-14T07:34:20.282Z] === RUN TestMatch/[]#01 [2021-07-14T07:34:20.282Z] === RUN TestMatch/[[qux]] [2021-07-14T07:34:20.282Z] === RUN TestMatch/[[foo_bar_qux]] [2021-07-14T07:34:20.282Z] === RUN TestMatch/[[qux]_[baz]] [2021-07-14T07:34:20.282Z] === RUN TestMatch/[[foo_baz]] [2021-07-14T07:34:20.282Z] --- PASS: TestMatch (0.00s) [2021-07-14T07:34:20.282Z] --- PASS: TestMatch/[[]] (0.00s) [2021-07-14T07:34:20.282Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-07-14T07:34:20.282Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-07-14T07:34:20.282Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-07-14T07:34:20.282Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-07-14T07:34:20.282Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-07-14T07:34:20.282Z] --- PASS: TestMatch/[] (0.00s) [2021-07-14T07:34:20.282Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-07-14T07:34:20.282Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-07-14T07:34:20.282Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-07-14T07:34:20.282Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-07-14T07:34:20.282Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-07-14T07:34:20.282Z] PASS [2021-07-14T07:34:20.282Z] coverage: 87.5% of statements [2021-07-14T07:34:20.282Z] ok github.com/docker/docker/pkg/capabilities 0.043s coverage: 87.5% of statements [2021-07-14T07:34:21.821Z] === RUN TestChrootTarUntar [2021-07-14T07:34:21.821Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:34:21.821Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-07-14T07:34:21.821Z] === RUN TestChrootUntarWithHugeExcludesList [2021-07-14T07:34:21.821Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:34:21.821Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-07-14T07:34:21.821Z] === RUN TestChrootUntarEmptyArchive [2021-07-14T07:34:21.821Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-07-14T07:34:21.821Z] === RUN TestChrootTarUntarWithSymlink [2021-07-14T07:34:21.821Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:34:21.821Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-07-14T07:34:21.821Z] === RUN TestChrootCopyWithTar [2021-07-14T07:34:21.821Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:34:21.821Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-07-14T07:34:21.821Z] === RUN TestChrootCopyFileWithTar [2021-07-14T07:34:21.821Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:34:21.821Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-07-14T07:34:21.821Z] === RUN TestChrootUntarPath [2021-07-14T07:34:21.821Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:34:21.821Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-07-14T07:34:21.821Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-07-14T07:34:21.821Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:34:21.821Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-07-14T07:34:21.821Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-07-14T07:34:21.821Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:34:21.821Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-07-14T07:34:21.821Z] === RUN TestChrootApplyDotDotFile [2021-07-14T07:34:21.821Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:34:21.821Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-07-14T07:34:21.821Z] PASS [2021-07-14T07:34:21.821Z] coverage: 15.4% of statements [2021-07-14T07:34:21.821Z] ok github.com/docker/docker/pkg/chrootarchive 0.085s coverage: 15.4% of statements [2021-07-14T07:34:22.280Z] === RUN TestSizeEmpty [2021-07-14T07:34:22.280Z] --- PASS: TestSizeEmpty (0.00s) [2021-07-14T07:34:22.280Z] === RUN TestSizeEmptyFile [2021-07-14T07:34:22.280Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-07-14T07:34:22.280Z] === RUN TestSizeNonemptyFile [2021-07-14T07:34:22.280Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-07-14T07:34:22.280Z] === RUN TestSizeNestedDirectoryEmpty [2021-07-14T07:34:22.280Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-07-14T07:34:22.280Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-07-14T07:34:22.280Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-07-14T07:34:22.280Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-07-14T07:34:22.280Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-07-14T07:34:22.280Z] === RUN TestMoveToSubdir [2021-07-14T07:34:22.280Z] --- PASS: TestMoveToSubdir (0.00s) [2021-07-14T07:34:22.280Z] === RUN TestSizeNonExistingDirectory [2021-07-14T07:34:22.280Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-07-14T07:34:22.280Z] PASS [2021-07-14T07:34:22.280Z] coverage: 80.0% of statements [2021-07-14T07:34:22.280Z] ok github.com/docker/docker/pkg/directory 0.052s coverage: 80.0% of statements [2021-07-14T07:34:22.280Z] 2021/07/14 07:34:22 Closing DB instances... [2021-07-14T07:34:22.414Z] === RUN TestContainerStopSignal [2021-07-14T07:34:22.414Z] --- PASS: TestContainerStopSignal (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestContainerStopTimeout [2021-07-14T07:34:22.414Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestContainerSecretReferenceDestTarget [2021-07-14T07:34:22.414Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-07-14T07:34:22.414Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestContainerLogPathSetForRingLogger [2021-07-14T07:34:22.414Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestReplaceAndAppendEnvVars [2021-07-14T07:34:22.414Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-07-14T07:34:22.414Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestNewMemoryStore [2021-07-14T07:34:22.414Z] --- PASS: TestNewMemoryStore (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestAddContainers [2021-07-14T07:34:22.414Z] --- PASS: TestAddContainers (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestGetContainer [2021-07-14T07:34:22.414Z] --- PASS: TestGetContainer (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestDeleteContainer [2021-07-14T07:34:22.414Z] --- PASS: TestDeleteContainer (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestListContainers [2021-07-14T07:34:22.414Z] --- PASS: TestListContainers (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestFirstContainer [2021-07-14T07:34:22.414Z] --- PASS: TestFirstContainer (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestApplyAllContainer [2021-07-14T07:34:22.414Z] --- PASS: TestApplyAllContainer (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestIsValidHealthString [2021-07-14T07:34:22.414Z] --- PASS: TestIsValidHealthString (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestStateRunStop [2021-07-14T07:34:22.414Z] --- PASS: TestStateRunStop (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestStateTimeoutWait [2021-07-14T07:34:22.414Z] state_test.go:141: Stop callback fired [2021-07-14T07:34:22.414Z] state_test.go:165: Stop callback fired [2021-07-14T07:34:22.414Z] --- PASS: TestStateTimeoutWait (0.11s) [2021-07-14T07:34:22.414Z] === RUN TestIsValidStateString [2021-07-14T07:34:22.414Z] --- PASS: TestIsValidStateString (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestViewSaveDelete [2021-07-14T07:34:22.414Z] --- PASS: TestViewSaveDelete (0.01s) [2021-07-14T07:34:22.414Z] === RUN TestViewAll [2021-07-14T07:34:22.414Z] --- PASS: TestViewAll (0.02s) [2021-07-14T07:34:22.414Z] === RUN TestViewGet [2021-07-14T07:34:22.414Z] --- PASS: TestViewGet (0.01s) [2021-07-14T07:34:22.414Z] === RUN TestNames [2021-07-14T07:34:22.414Z] --- PASS: TestNames (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestViewWithHealthCheck [2021-07-14T07:34:22.414Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-07-14T07:34:22.414Z] PASS [2021-07-14T07:34:22.414Z] coverage: 41.2% of statements [2021-07-14T07:34:22.414Z] ok github.com/docker/docker/container 0.274s coverage: 41.2% of statements [2021-07-14T07:34:22.414Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-07-14T07:34:22.414Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-07-14T07:34:22.414Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-07-14T07:34:22.414Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-07-14T07:34:22.414Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-07-14T07:34:22.414Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-07-14T07:34:22.414Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-07-14T07:34:22.414Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-07-14T07:34:22.414Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-07-14T07:34:22.414Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.01s) [2021-07-14T07:34:22.414Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-07-14T07:34:22.414Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-07-14T07:34:22.414Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-07-14T07:34:22.414Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestConfigureDaemonLogs [2021-07-14T07:34:22.414Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestCommonOptionsInstallFlags [2021-07-14T07:34:22.414Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-07-14T07:34:22.414Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-07-14T07:34:22.414Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-07-14T07:34:22.414Z] PASS [2021-07-14T07:34:22.414Z] coverage: 18.5% of statements [2021-07-14T07:34:22.414Z] ok github.com/docker/docker/cmd/dockerd 0.184s coverage: 18.5% of statements [2021-07-14T07:34:22.414Z] ? github.com/docker/docker/container/stream [no test files] [2021-07-14T07:34:22.414Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-07-14T07:34:22.414Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-07-14T07:34:22.414Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-07-14T07:34:22.494Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-07-14T07:34:22.757Z] --- PASS: TestCgroupNamespacesRunHostMode (2.74s) [2021-07-14T07:34:22.757Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-07-14T07:34:23.249Z] --- PASS: TestTarFiles (3.51s) [2021-07-14T07:34:23.249Z] === RUN TestTarUntar [2021-07-14T07:34:23.249Z] --- PASS: TestTarUntar (0.03s) [2021-07-14T07:34:23.249Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-07-14T07:34:23.249Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-07-14T07:34:23.249Z] === RUN TestTarWithOptions [2021-07-14T07:34:23.249Z] --- PASS: TestTarWithOptions (0.02s) [2021-07-14T07:34:23.249Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-07-14T07:34:23.249Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-07-14T07:34:23.249Z] === RUN TestUntarUstarGnuConflict [2021-07-14T07:34:23.249Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-07-14T07:34:23.249Z] === RUN TestUntarInvalidFilenames [2021-07-14T07:34:23.249Z] === RUN Test [2021-07-14T07:34:23.249Z] === RUN Test/TestContainsEntry [2021-07-14T07:34:23.249Z] === RUN Test/TestCreateEntries [2021-07-14T07:34:23.249Z] === RUN Test/TestEntriesDiff [2021-07-14T07:34:23.249Z] === RUN Test/TestEntriesEquality [2021-07-14T07:34:23.249Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-07-14T07:34:23.249Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-07-14T07:34:23.249Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-07-14T07:34:23.249Z] === RUN Test/TestGeneratorNotGenerate [2021-07-14T07:34:23.249Z] === RUN Test/TestGeneratorWithPort [2021-07-14T07:34:23.249Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-07-14T07:34:23.249Z] === RUN Test/TestNewEntry [2021-07-14T07:34:23.249Z] === RUN Test/TestParse [2021-07-14T07:34:23.249Z] --- PASS: Test (0.00s) [2021-07-14T07:34:23.249Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-07-14T07:34:23.249Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-07-14T07:34:23.249Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-07-14T07:34:23.249Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-07-14T07:34:23.249Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-07-14T07:34:23.249Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-07-14T07:34:23.249Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-07-14T07:34:23.249Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-07-14T07:34:23.250Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-07-14T07:34:23.250Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-07-14T07:34:23.250Z] --- PASS: Test/TestNewEntry (0.00s) [2021-07-14T07:34:23.250Z] --- PASS: Test/TestParse (0.00s) [2021-07-14T07:34:23.250Z] PASS [2021-07-14T07:34:23.250Z] coverage: 58.3% of statements [2021-07-14T07:34:23.250Z] ok github.com/docker/docker/pkg/discovery 0.066s coverage: 58.3% of statements [2021-07-14T07:34:23.250Z] time="2021-07-14T07:34:23Z" level=error msg="node: b4a1032c912b is unknown to memberlist" [2021-07-14T07:34:23.250Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames805814290\\dest" [2021-07-14T07:34:23.250Z] --- PASS: TestUntarInvalidFilenames (0.18s) [2021-07-14T07:34:23.250Z] === RUN TestUntarHardlinkToSymlink [2021-07-14T07:34:23.250Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-07-14T07:34:23.250Z] === RUN TestUntarInvalidHardlink [2021-07-14T07:34:23.250Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink653423971\\victim\\hello" -> "../victim/hello" [2021-07-14T07:34:23.250Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink211063142\\victim\\hello" -> "/../victim/hello" [2021-07-14T07:34:23.250Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink989964173\\victim" -> "../victim" [2021-07-14T07:34:23.250Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink465315720\\victim" -> "../victim" [2021-07-14T07:34:23.250Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink030380359\\victim" -> "../victim" [2021-07-14T07:34:23.250Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink310059514\\victim" -> "../victim" [2021-07-14T07:34:23.250Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-07-14T07:34:23.250Z] === RUN TestUntarInvalidSymlink [2021-07-14T07:34:23.250Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink376288529\\dest\\dotdot" -> "../victim/hello" [2021-07-14T07:34:23.250Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink675928892\\dest\\slash-dotdot" -> "/../victim/hello" [2021-07-14T07:34:23.250Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink178936171\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:34:23.250Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink394930126\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:34:23.250Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink567427797\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:34:23.250Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink934077488\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:34:23.250Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink377630159\\dest\\dir\\loophole" -> "../../victim" [2021-07-14T07:34:23.250Z] --- PASS: TestUntarInvalidSymlink (0.02s) [2021-07-14T07:34:23.250Z] === RUN TestTempArchiveCloseMultipleTimes [2021-07-14T07:34:23.250Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-07-14T07:34:23.250Z] === RUN TestXGlobalNoParent [2021-07-14T07:34:23.250Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-07-14T07:34:23.250Z] === RUN TestReplaceFileTarWrapper [2021-07-14T07:34:23.709Z] --- PASS: TestReplaceFileTarWrapper (0.13s) [2021-07-14T07:34:23.709Z] === RUN TestPrefixHeaderReadable [2021-07-14T07:34:23.709Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-07-14T07:34:23.709Z] === RUN TestDisablePigz [2021-07-14T07:34:23.709Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-07-14T07:34:23.709Z] --- PASS: TestDisablePigz (0.14s) [2021-07-14T07:34:23.709Z] === RUN TestPigz [2021-07-14T07:34:23.709Z] --- PASS: TestNetworkDBCRUDTableEntry (3.44s) [2021-07-14T07:34:23.709Z] === RUN TestNetworkDBCRUDTableEntries [2021-07-14T07:34:23.709Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-07-14T07:34:23.709Z] --- PASS: TestPigz (0.16s) [2021-07-14T07:34:23.709Z] === RUN TestCopyFileWithInvalidDest [2021-07-14T07:34:23.709Z] archive_windows_test.go:16: Currently fails [2021-07-14T07:34:23.709Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-07-14T07:34:23.709Z] === RUN TestCanonicalTarNameForPath [2021-07-14T07:34:23.709Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-07-14T07:34:23.709Z] === RUN TestCanonicalTarName [2021-07-14T07:34:23.709Z] --- PASS: TestCanonicalTarName (0.00s) [2021-07-14T07:34:23.709Z] === RUN TestChmodTarEntry [2021-07-14T07:34:23.709Z] --- PASS: TestChmodTarEntry (0.00s) [2021-07-14T07:34:23.709Z] === RUN TestHardLinkOrder [2021-07-14T07:34:23.749Z] --- PASS: TestServicePlugin (30.46s) [2021-07-14T07:34:23.749Z] === RUN TestServiceUpdateLabel [2021-07-14T07:34:23.969Z] === RUN TestPrepare [2021-07-14T07:34:23.969Z] --- PASS: TestPrepare (0.00s) [2021-07-14T07:34:23.969Z] === RUN TestStart [2021-07-14T07:34:23.969Z] --- PASS: TestStart (0.00s) [2021-07-14T07:34:23.969Z] === RUN TestWaitCancel [2021-07-14T07:34:23.969Z] --- PASS: TestWaitCancel (0.00s) [2021-07-14T07:34:23.969Z] === RUN TestWaitDisabled [2021-07-14T07:34:23.969Z] --- PASS: TestWaitDisabled (0.00s) [2021-07-14T07:34:23.969Z] === RUN TestWaitEnabled [2021-07-14T07:34:23.969Z] --- PASS: TestWaitEnabled (0.00s) [2021-07-14T07:34:23.969Z] === RUN TestRemove [2021-07-14T07:34:23.969Z] --- PASS: TestRemove (0.00s) [2021-07-14T07:34:23.970Z] PASS [2021-07-14T07:34:23.970Z] coverage: 65.3% of statements [2021-07-14T07:34:23.970Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.070s coverage: 65.3% of statements [2021-07-14T07:34:24.169Z] --- PASS: TestHardLinkOrder (0.08s) [2021-07-14T07:34:24.169Z] === RUN TestChangeString [2021-07-14T07:34:24.169Z] --- PASS: TestChangeString (0.00s) [2021-07-14T07:34:24.169Z] === RUN TestChangesWithNoChanges [2021-07-14T07:34:24.169Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-07-14T07:34:24.169Z] === RUN TestChangesWithChanges [2021-07-14T07:34:24.169Z] === RUN Test [2021-07-14T07:34:24.169Z] === RUN Test/TestContent [2021-07-14T07:34:24.169Z] === RUN Test/TestInitialize [2021-07-14T07:34:24.169Z] === RUN Test/TestNew [2021-07-14T07:34:24.169Z] === RUN Test/TestParsingContentsWithComments [2021-07-14T07:34:24.169Z] === RUN Test/TestRegister [2021-07-14T07:34:24.169Z] === RUN Test/TestWatch [2021-07-14T07:34:24.169Z] --- PASS: Test (0.01s) [2021-07-14T07:34:24.169Z] --- PASS: Test/TestContent (0.00s) [2021-07-14T07:34:24.169Z] --- PASS: Test/TestInitialize (0.00s) [2021-07-14T07:34:24.169Z] --- PASS: Test/TestNew (0.00s) [2021-07-14T07:34:24.169Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-07-14T07:34:24.169Z] --- PASS: Test/TestRegister (0.00s) [2021-07-14T07:34:24.169Z] --- PASS: Test/TestWatch (0.01s) [2021-07-14T07:34:24.169Z] PASS [2021-07-14T07:34:24.169Z] coverage: 97.6% of statements [2021-07-14T07:34:24.169Z] ok github.com/docker/docker/pkg/discovery/file 0.047s coverage: 97.6% of statements [2021-07-14T07:34:24.169Z] --- PASS: TestChangesWithChanges (0.04s) [2021-07-14T07:34:24.169Z] === RUN TestChangesWithChangesGH13590 [2021-07-14T07:34:24.169Z] changes_test.go:196: needs more investigation [2021-07-14T07:34:24.169Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-07-14T07:34:24.169Z] === RUN TestChangesDirsEmpty [2021-07-14T07:34:24.169Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-07-14T07:34:24.169Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-07-14T07:34:24.169Z] === RUN TestChangesDirsMutated [2021-07-14T07:34:24.169Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-07-14T07:34:24.169Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-07-14T07:34:24.169Z] === RUN TestApplyLayer [2021-07-14T07:34:24.169Z] changes_test.go:433: needs further investigation [2021-07-14T07:34:24.169Z] --- SKIP: TestApplyLayer (0.00s) [2021-07-14T07:34:24.169Z] === RUN TestChangesSizeWithHardlinks [2021-07-14T07:34:24.169Z] changes_test.go:469: needs further investigation [2021-07-14T07:34:24.169Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-07-14T07:34:24.169Z] === RUN TestChangesSizeWithNoChanges [2021-07-14T07:34:24.169Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-07-14T07:34:24.169Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-07-14T07:34:24.169Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-07-14T07:34:24.169Z] === RUN TestChangesSize [2021-07-14T07:34:24.169Z] --- PASS: TestChangesSize (0.00s) [2021-07-14T07:34:24.169Z] === RUN TestApplyLayerInvalidFilenames [2021-07-14T07:34:24.169Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames565744564\\dest" [2021-07-14T07:34:24.169Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-07-14T07:34:24.169Z] === RUN TestApplyLayerInvalidHardlink [2021-07-14T07:34:24.169Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink520327430\\victim\\hello" -> "../victim/hello" [2021-07-14T07:34:24.169Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink528717997\\victim\\hello" -> "/../victim/hello" [2021-07-14T07:34:24.169Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink977641000\\victim" -> "../victim" [2021-07-14T07:34:24.169Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink460050279\\victim" -> "../victim" [2021-07-14T07:34:24.169Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink514018202\\victim" -> "../victim" [2021-07-14T07:34:24.169Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink021519409\\victim" -> "../victim" [2021-07-14T07:34:24.169Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-07-14T07:34:24.169Z] === RUN TestApplyLayerInvalidSymlink [2021-07-14T07:34:24.169Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink415421916\\dest\\dotdot" -> "../victim/hello" [2021-07-14T07:34:24.169Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink702913931\\dest\\slash-dotdot" -> "/../victim/hello" [2021-07-14T07:34:24.169Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink222529390\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:34:24.169Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink846253557\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:34:24.169Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink590269648\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:34:24.169Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink881108463\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:34:24.169Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2021-07-14T07:34:24.169Z] === RUN TestApplyLayerWhiteouts [2021-07-14T07:34:24.169Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-07-14T07:34:24.169Z] === RUN TestGenerateEmptyFile [2021-07-14T07:34:24.169Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-07-14T07:34:24.169Z] === RUN TestGenerateWithContent [2021-07-14T07:34:24.169Z] --- PASS: TestGenerateWithContent (0.00s) [2021-07-14T07:34:24.169Z] PASS [2021-07-14T07:34:24.169Z] coverage: 61.6% of statements [2021-07-14T07:34:24.169Z] ok github.com/docker/docker/pkg/archive 5.515s coverage: 61.6% of statements [2021-07-14T07:34:25.131Z] --- PASS: TestServiceUpdateLabel (2.20s) [2021-07-14T07:34:25.131Z] === RUN TestServiceUpdateSecrets [2021-07-14T07:34:25.141Z] === RUN Test [2021-07-14T07:34:25.141Z] === RUN Test/TestInitialize [2021-07-14T07:34:25.514Z] === RUN TestNewListSecretsFilters [2021-07-14T07:34:25.514Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-07-14T07:34:25.514Z] === RUN TestNewListConfigsFilters [2021-07-14T07:34:25.514Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-07-14T07:34:25.514Z] PASS [2021-07-14T07:34:25.514Z] coverage: 0.5% of statements [2021-07-14T07:34:25.514Z] ok github.com/docker/docker/daemon/cluster 0.281s coverage: 0.5% of statements [2021-07-14T07:34:25.601Z] time="2021-07-14T07:34:24Z" level=info msg="Initializing discovery without TLS" [2021-07-14T07:34:25.601Z] time="2021-07-14T07:34:25Z" level=info msg="Initializing discovery without TLS" [2021-07-14T07:34:25.601Z] time="2021-07-14T07:34:25Z" level=info msg="Initializing discovery without TLS" [2021-07-14T07:34:25.601Z] === RUN Test/TestInitializeWithCerts [2021-07-14T07:34:25.601Z] time="2021-07-14T07:34:25Z" level=info msg="Initializing discovery with TLS" [2021-07-14T07:34:25.601Z] === RUN Test/TestWatch [2021-07-14T07:34:25.601Z] time="2021-07-14T07:34:25Z" level=info msg="Initializing discovery without TLS" [2021-07-14T07:34:25.601Z] 2021/07/14 07:34:25 Closing DB instances... [2021-07-14T07:34:26.126Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.89s) [2021-07-14T07:34:26.126Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-07-14T07:34:26.126Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-07-14T07:34:26.487Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-07-14T07:34:26.949Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCIsolation [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertFromGRPCIsolation [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-07-14T07:34:26.949Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-07-14T07:34:26.949Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertFromGRPCConfigs [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCConfigs [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-07-14T07:34:26.949Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-07-14T07:34:26.949Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-07-14T07:34:26.949Z] PASS [2021-07-14T07:34:26.949Z] coverage: 35.9% of statements [2021-07-14T07:34:26.949Z] ok github.com/docker/docker/daemon/cluster/convert 0.829s coverage: 35.9% of statements [2021-07-14T07:34:27.073Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-07-14T07:34:27.150Z] --- PASS: TestNetworkDBCRUDTableEntries (3.23s) [2021-07-14T07:34:27.150Z] === RUN TestNetworkDBNodeLeave [2021-07-14T07:34:27.334Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.82s) [2021-07-14T07:34:27.334Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-07-14T07:34:27.904Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-07-14T07:34:28.471Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.90s) [2021-07-14T07:34:28.471Z] === RUN TestCgroupNamespacesRunOlderClient [2021-07-14T07:34:28.471Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-07-14T07:34:28.688Z] --- PASS: Test (3.16s) [2021-07-14T07:34:28.688Z] --- PASS: Test/TestInitialize (0.15s) [2021-07-14T07:34:28.688Z] --- PASS: Test/TestInitializeWithCerts (0.01s) [2021-07-14T07:34:28.688Z] --- PASS: Test/TestWatch (3.00s) [2021-07-14T07:34:28.688Z] PASS [2021-07-14T07:34:28.688Z] coverage: 84.1% of statements [2021-07-14T07:34:28.688Z] ok github.com/docker/docker/pkg/discovery/kv 3.207s coverage: 84.1% of statements [2021-07-14T07:34:29.146Z] === RUN Test [2021-07-14T07:34:29.146Z] === RUN Test/TestWatch [2021-07-14T07:34:29.146Z] --- PASS: Test (0.01s) [2021-07-14T07:34:29.146Z] --- PASS: Test/TestWatch (0.00s) [2021-07-14T07:34:29.146Z] PASS [2021-07-14T07:34:29.147Z] coverage: 92.3% of statements [2021-07-14T07:34:29.147Z] ok github.com/docker/docker/pkg/discovery/memory 0.040s coverage: 92.3% of statements [2021-07-14T07:34:29.606Z] --- PASS: TestNetworkDBNodeLeave (2.82s) [2021-07-14T07:34:29.606Z] === RUN TestNetworkDBWatch [2021-07-14T07:34:29.865Z] === RUN TestWaitNodeAttachment [2021-07-14T07:34:29.865Z] === RUN TestBuilderGC [2021-07-14T07:34:29.865Z] --- PASS: TestBuilderGC (0.01s) [2021-07-14T07:34:29.865Z] === RUN TestDaemonConfigurationNotFound [2021-07-14T07:34:29.865Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-07-14T07:34:29.865Z] === RUN TestDaemonBrokenConfiguration [2021-07-14T07:34:29.865Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-07-14T07:34:29.865Z] === RUN TestParseClusterAdvertiseSettings [2021-07-14T07:34:29.865Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-07-14T07:34:29.865Z] === RUN TestFindConfigurationConflicts [2021-07-14T07:34:29.865Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-07-14T07:34:29.865Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-07-14T07:34:29.865Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-07-14T07:34:29.865Z] === RUN TestDaemonConfigurationMergeConflicts [2021-07-14T07:34:29.865Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-07-14T07:34:29.865Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-07-14T07:34:29.865Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-07-14T07:34:29.865Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-07-14T07:34:29.865Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-07-14T07:34:29.865Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-07-14T07:34:29.865Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-07-14T07:34:29.866Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-07-14T07:34:29.866Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-07-14T07:34:29.866Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-07-14T07:34:29.866Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-07-14T07:34:29.866Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-07-14T07:34:29.866Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-07-14T07:34:29.866Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-07-14T07:34:29.866Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-07-14T07:34:29.866Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-07-14T07:34:29.866Z] === RUN TestValidateConfigurationErrors [2021-07-14T07:34:29.866Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-07-14T07:34:29.866Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-07-14T07:34:29.866Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-07-14T07:34:29.866Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-07-14T07:34:29.866Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-07-14T07:34:29.866Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-07-14T07:34:29.866Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-07-14T07:34:29.866Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-07-14T07:34:29.866Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-07-14T07:34:29.866Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-07-14T07:34:29.866Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-07-14T07:34:29.866Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-07-14T07:34:29.866Z] === RUN TestValidateConfiguration [2021-07-14T07:34:29.866Z] === RUN TestValidateConfiguration/with_label [2021-07-14T07:34:29.866Z] === RUN TestValidateConfiguration/with_dns [2021-07-14T07:34:29.866Z] === RUN TestValidateConfiguration/with_dns-search [2021-07-14T07:34:29.866Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-07-14T07:34:29.866Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-07-14T07:34:29.866Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-07-14T07:34:29.866Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-07-14T07:34:29.866Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfiguration (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-07-14T07:34:29.866Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-07-14T07:34:29.866Z] === RUN TestModifiedDiscoverySettings [2021-07-14T07:34:29.866Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-07-14T07:34:29.866Z] === RUN TestReloadSetConfigFileNotExist [2021-07-14T07:34:30.064Z] === RUN Test [2021-07-14T07:34:30.064Z] === RUN Test/TestInitialize [2021-07-14T07:34:30.064Z] === RUN Test/TestInitializeWithPattern [2021-07-14T07:34:30.064Z] === RUN Test/TestRegister [2021-07-14T07:34:30.064Z] === RUN Test/TestWatch [2021-07-14T07:34:30.064Z] --- PASS: Test (0.00s) [2021-07-14T07:34:30.064Z] --- PASS: Test/TestInitialize (0.00s) [2021-07-14T07:34:30.064Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-07-14T07:34:30.064Z] --- PASS: Test/TestRegister (0.00s) [2021-07-14T07:34:30.064Z] --- PASS: Test/TestWatch (0.00s) [2021-07-14T07:34:30.064Z] PASS [2021-07-14T07:34:30.064Z] coverage: 93.8% of statements [2021-07-14T07:34:30.064Z] ok github.com/docker/docker/pkg/discovery/nodes 0.041s coverage: 93.8% of statements [2021-07-14T07:34:30.327Z] time="2021-07-14T07:34:29Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-07-14T07:34:30.327Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s) [2021-07-14T07:34:30.327Z] === RUN TestReloadDefaultConfigNotExist [2021-07-14T07:34:30.327Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:34:30.327Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-07-14T07:34:30.327Z] === RUN TestReloadBadDefaultConfig [2021-07-14T07:34:30.327Z] time="2021-07-14T07:34:29Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-657076871" [2021-07-14T07:34:30.327Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-07-14T07:34:30.327Z] === RUN TestReloadWithConflictingLabels [2021-07-14T07:34:30.327Z] time="2021-07-14T07:34:29Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-175711802" [2021-07-14T07:34:30.327Z] --- PASS: TestReloadWithConflictingLabels (0.01s) [2021-07-14T07:34:30.327Z] === RUN TestReloadWithDuplicateLabels [2021-07-14T07:34:30.327Z] time="2021-07-14T07:34:29Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-061240401" [2021-07-14T07:34:30.327Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-07-14T07:34:30.327Z] === RUN TestDaemonConfigurationMerge [2021-07-14T07:34:30.327Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-07-14T07:34:30.327Z] PASS [2021-07-14T07:34:30.327Z] coverage: 79.2% of statements [2021-07-14T07:34:30.327Z] ok github.com/docker/docker/daemon/config 0.257s coverage: 79.2% of statements [2021-07-14T07:34:30.327Z] --- PASS: TestWaitNodeAttachment (0.42s) [2021-07-14T07:34:30.327Z] === RUN TestIsolationConversion [2021-07-14T07:34:30.327Z] === RUN TestIsolationConversion/default [2021-07-14T07:34:30.327Z] === RUN TestIsolationConversion/process [2021-07-14T07:34:30.327Z] === RUN TestIsolationConversion/hyperv [2021-07-14T07:34:30.327Z] --- PASS: TestIsolationConversion (0.00s) [2021-07-14T07:34:30.327Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-07-14T07:34:30.327Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-07-14T07:34:30.327Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-07-14T07:34:30.327Z] === RUN TestContainerLabels [2021-07-14T07:34:30.327Z] --- PASS: TestContainerLabels (0.00s) [2021-07-14T07:34:30.327Z] === RUN TestCredentialSpecConversion [2021-07-14T07:34:30.327Z] === RUN TestCredentialSpecConversion/none [2021-07-14T07:34:30.327Z] === RUN TestCredentialSpecConversion/config [2021-07-14T07:34:30.327Z] === RUN TestCredentialSpecConversion/file [2021-07-14T07:34:30.327Z] === RUN TestCredentialSpecConversion/registry [2021-07-14T07:34:30.327Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-07-14T07:34:30.327Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-07-14T07:34:30.327Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-07-14T07:34:30.327Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-07-14T07:34:30.327Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-07-14T07:34:30.327Z] === RUN TestControllerValidateMountBind [2021-07-14T07:34:30.327Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-07-14T07:34:30.327Z] === RUN TestControllerValidateMountVolume [2021-07-14T07:34:30.327Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-07-14T07:34:30.327Z] === RUN TestControllerValidateMountTarget [2021-07-14T07:34:30.327Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-07-14T07:34:30.327Z] === RUN TestControllerValidateMountTmpfs [2021-07-14T07:34:30.327Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-07-14T07:34:30.327Z] === RUN TestControllerValidateMountInvalidType [2021-07-14T07:34:30.327Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-07-14T07:34:30.327Z] === RUN TestControllerValidateMountNamedPipe [2021-07-14T07:34:30.327Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-07-14T07:34:30.327Z] PASS [2021-07-14T07:34:30.327Z] coverage: 11.0% of statements [2021-07-14T07:34:30.327Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.567s coverage: 11.0% of statements [2021-07-14T07:34:30.373Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-07-14T07:34:30.523Z] === RUN TestPollerAddRemove [2021-07-14T07:34:30.523Z] --- PASS: TestPollerAddRemove (0.00s) [2021-07-14T07:34:30.523Z] === RUN TestPollerEvent [2021-07-14T07:34:30.523Z] poller_test.go:41: No chmod on Windows [2021-07-14T07:34:30.523Z] --- SKIP: TestPollerEvent (0.00s) [2021-07-14T07:34:30.523Z] === RUN TestPollerClose [2021-07-14T07:34:30.523Z] --- PASS: TestPollerClose (0.00s) [2021-07-14T07:34:30.523Z] PASS [2021-07-14T07:34:30.523Z] coverage: 45.7% of statements [2021-07-14T07:34:30.523Z] ok github.com/docker/docker/pkg/filenotify 0.037s coverage: 45.7% of statements [2021-07-14T07:34:30.631Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-07-14T07:34:30.788Z] === RUN TestDiscoveryOptsErrors [2021-07-14T07:34:30.788Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-07-14T07:34:30.788Z] === RUN TestDiscoveryOpts [2021-07-14T07:34:30.789Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-07-14T07:34:30.789Z] PASS [2021-07-14T07:34:30.789Z] coverage: 30.0% of statements [2021-07-14T07:34:30.789Z] ok github.com/docker/docker/daemon/discovery 0.042s coverage: 30.0% of statements [2021-07-14T07:34:30.889Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-07-14T07:34:31.147Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.74s) [2021-07-14T07:34:31.147Z] === RUN TestNISDomainname [2021-07-14T07:34:31.491Z] 2021/07/14 07:34:31 Closing DB instances... [2021-07-14T07:34:31.491Z] === RUN TestCopyFileWithInvalidSrc [2021-07-14T07:34:31.491Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestCopyFileWithInvalidDest [2021-07-14T07:34:31.491Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestCopyFileWithSameSrcAndDest [2021-07-14T07:34:31.491Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-07-14T07:34:31.491Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestCopyFile [2021-07-14T07:34:31.491Z] --- PASS: TestCopyFile (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-07-14T07:34:31.491Z] fileutils_test.go:134: Needs porting to Windows [2021-07-14T07:34:31.491Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-07-14T07:34:31.491Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestReadSymlinkedDirectoryToFile [2021-07-14T07:34:31.491Z] fileutils_test.go:180: Needs porting to Windows [2021-07-14T07:34:31.491Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestWildcardMatches [2021-07-14T07:34:31.491Z] --- PASS: TestWildcardMatches (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestPatternMatches [2021-07-14T07:34:31.491Z] --- PASS: TestPatternMatches (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-07-14T07:34:31.491Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestPatternMatchesFolderExclusions [2021-07-14T07:34:31.491Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-07-14T07:34:31.491Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-07-14T07:34:31.491Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-07-14T07:34:31.491Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-07-14T07:34:31.491Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestSingleExclamationError [2021-07-14T07:34:31.491Z] --- PASS: TestSingleExclamationError (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestMatchesWithNoPatterns [2021-07-14T07:34:31.491Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestMatchesWithMalformedPatterns [2021-07-14T07:34:31.491Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestMatches [2021-07-14T07:34:31.491Z] --- PASS: TestMatches (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestCleanPatterns [2021-07-14T07:34:31.491Z] --- PASS: TestCleanPatterns (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-07-14T07:34:31.491Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestCleanPatternsExceptionFlag [2021-07-14T07:34:31.491Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-07-14T07:34:31.491Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-07-14T07:34:31.491Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestCleanPatternsErrorSingleException [2021-07-14T07:34:31.491Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestCreateIfNotExistsDir [2021-07-14T07:34:31.491Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestCreateIfNotExistsFile [2021-07-14T07:34:31.491Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-07-14T07:34:31.491Z] === RUN TestMatch [2021-07-14T07:34:31.491Z] --- PASS: TestMatch (0.00s) [2021-07-14T07:34:31.491Z] PASS [2021-07-14T07:34:31.491Z] coverage: 85.2% of statements [2021-07-14T07:34:31.491Z] ok github.com/docker/docker/pkg/fileutils 0.061s coverage: 85.2% of statements [2021-07-14T07:34:31.713Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-07-14T07:34:31.762Z] === RUN TestEventsLog [2021-07-14T07:34:31.762Z] --- PASS: TestEventsLog (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestEventsLogTimeout [2021-07-14T07:34:31.762Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestLogEvents [2021-07-14T07:34:31.762Z] --- PASS: TestLogEvents (0.05s) [2021-07-14T07:34:31.762Z] === RUN TestLoadBufferedEvents [2021-07-14T07:34:31.762Z] --- PASS: TestLoadBufferedEvents (0.13s) [2021-07-14T07:34:31.762Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-07-14T07:34:31.762Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-07-14T07:34:31.762Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-07-14T07:34:31.762Z] PASS [2021-07-14T07:34:31.762Z] coverage: 50.0% of statements [2021-07-14T07:34:31.762Z] === RUN TestVerifyNetworkingConfig [2021-07-14T07:34:31.762Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestGetContainer [2021-07-14T07:34:31.762Z] --- PASS: TestGetContainer (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestValidContainerNames [2021-07-14T07:34:31.762Z] --- PASS: TestValidContainerNames (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestContainerInitDNS [2021-07-14T07:34:31.762Z] daemon_test.go:147: root required [2021-07-14T07:34:31.762Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestMerge [2021-07-14T07:34:31.762Z] --- PASS: TestMerge (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestValidateContainerIsolation [2021-07-14T07:34:31.762Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestFindNetworkErrorType [2021-07-14T07:34:31.762Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestEnsureServicesExist [2021-07-14T07:34:31.762Z] ok github.com/docker/docker/daemon/events 0.249s coverage: 50.0% of statements [2021-07-14T07:34:31.762Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestEnsureServicesExistErrors [2021-07-14T07:34:31.762Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-07-14T07:34:31.762Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-07-14T07:34:31.762Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-07-14T07:34:31.762Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-07-14T07:34:31.762Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-07-14T07:34:31.762Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-07-14T07:34:31.762Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestContainerDelete [2021-07-14T07:34:31.762Z] --- PASS: TestContainerDelete (0.01s) [2021-07-14T07:34:31.762Z] === RUN TestContainerDoubleDelete [2021-07-14T07:34:31.762Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestLogContainerEventCopyLabels [2021-07-14T07:34:31.762Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestLogContainerEventWithAttributes [2021-07-14T07:34:31.762Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestNoneHealthcheck [2021-07-14T07:34:31.762Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestHealthStates [2021-07-14T07:34:31.762Z] time="2021-07-14T07:34:31Z" 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-07-14T07:34:31.762Z] time="2021-07-14T07:34:31Z" 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-07-14T07:34:31.762Z] time="2021-07-14T07:34:31Z" 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-07-14T07:34:31.762Z] time="2021-07-14T07:34:31Z" 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-07-14T07:34:31.762Z] time="2021-07-14T07:34:31Z" 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-07-14T07:34:31.762Z] time="2021-07-14T07:34:31Z" 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-07-14T07:34:31.762Z] time="2021-07-14T07:34:31Z" 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-07-14T07:34:31.762Z] time="2021-07-14T07:34:31Z" 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-07-14T07:34:31.762Z] time="2021-07-14T07:34:31Z" 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-07-14T07:34:31.762Z] time="2021-07-14T07:34:31Z" 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-07-14T07:34:31.762Z] --- PASS: TestHealthStates (0.13s) [2021-07-14T07:34:31.762Z] === RUN TestMaskURLCredentials [2021-07-14T07:34:31.762Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestGetInspectData [2021-07-14T07:34:31.762Z] --- PASS: TestGetInspectData (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestFillLicense [2021-07-14T07:34:31.762Z] --- PASS: TestFillLicense (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestListInvalidFilter [2021-07-14T07:34:31.762Z] --- PASS: TestListInvalidFilter (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestNameFilter [2021-07-14T07:34:31.762Z] --- PASS: TestNameFilter (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-07-14T07:34:31.762Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-07-14T07:34:31.762Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-07-14T07:34:31.762Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-07-14T07:34:31.762Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-07-14T07:34:31.762Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-07-14T07:34:31.762Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-07-14T07:34:31.762Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-07-14T07:34:31.763Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-07-14T07:34:31.763Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-07-14T07:34:31.763Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-07-14T07:34:31.763Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-07-14T07:34:31.763Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-07-14T07:34:31.763Z] === 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-07-14T07:34:31.763Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-07-14T07:34:31.763Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-07-14T07:34:31.763Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-07-14T07:34:31.763Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-07-14T07:34:31.763Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-07-14T07:34:31.763Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-07-14T07:34:31.763Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-07-14T07:34:31.763Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-07-14T07:34:31.763Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.02s) [2021-07-14T07:34:31.763Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-07-14T07:34:31.763Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-07-14T07:34:31.763Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-07-14T07:34:31.763Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-07-14T07:34:31.763Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-07-14T07:34:31.763Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-07-14T07:34:31.763Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-07-14T07:34:31.763Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-07-14T07:34:31.763Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-07-14T07:34:31.763Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-07-14T07:34:31.763Z] --- 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-07-14T07:34:31.763Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-07-14T07:34:31.763Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-07-14T07:34:31.763Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-07-14T07:34:32.224Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-07-14T07:34:32.224Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-07-14T07:34:32.224Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-07-14T07:34:32.224Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-07-14T07:34:32.224Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-07-14T07:34:32.224Z] === RUN TestDaemonReloadLabels [2021-07-14T07:34:32.224Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-07-14T07:34:32.224Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-07-14T07:34:32.224Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-07-14T07:34:32.224Z] === RUN TestDaemonReloadMirrors [2021-07-14T07:34:32.224Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-07-14T07:34:32.224Z] === RUN TestDaemonReloadInsecureRegistries [2021-07-14T07:34:32.224Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-07-14T07:34:32.224Z] === RUN TestDaemonReloadNotAffectOthers [2021-07-14T07:34:32.224Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-07-14T07:34:32.224Z] === RUN TestDaemonDiscoveryReload [2021-07-14T07:34:32.224Z] === RUN TestIsEmptyDir [2021-07-14T07:34:32.224Z] --- PASS: TestIsEmptyDir (0.01s) [2021-07-14T07:34:32.224Z] PASS [2021-07-14T07:34:32.224Z] coverage: 2.3% of statements [2021-07-14T07:34:32.224Z] ok github.com/docker/docker/daemon/graphdriver 0.084s coverage: 2.3% of statements [2021-07-14T07:34:32.459Z] === RUN TestGet [2021-07-14T07:34:32.459Z] --- PASS: TestGet (0.00s) [2021-07-14T07:34:32.459Z] === RUN TestGetShortcutString [2021-07-14T07:34:32.459Z] --- PASS: TestGetShortcutString (0.00s) [2021-07-14T07:34:32.459Z] PASS [2021-07-14T07:34:32.459Z] coverage: 42.9% of statements [2021-07-14T07:34:32.459Z] ok github.com/docker/docker/pkg/homedir 0.036s coverage: 42.9% of statements [2021-07-14T07:34:32.686Z] === RUN TestLinkNaming [2021-07-14T07:34:32.686Z] --- PASS: TestLinkNaming (0.00s) [2021-07-14T07:34:32.686Z] === RUN TestLinkNew [2021-07-14T07:34:32.686Z] --- PASS: TestLinkNew (0.00s) [2021-07-14T07:34:32.686Z] === RUN TestLinkEnv [2021-07-14T07:34:32.686Z] --- PASS: TestLinkEnv (0.00s) [2021-07-14T07:34:32.686Z] === RUN TestLinkMultipleEnv [2021-07-14T07:34:32.686Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-07-14T07:34:32.686Z] === RUN TestLinkPortRangeEnv [2021-07-14T07:34:32.686Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-07-14T07:34:32.686Z] PASS [2021-07-14T07:34:32.686Z] coverage: 93.0% of statements [2021-07-14T07:34:32.686Z] ok github.com/docker/docker/daemon/links 0.040s coverage: 93.0% of statements [2021-07-14T07:34:32.919Z] --- PASS: TestNetworkDBWatch (3.02s) [2021-07-14T07:34:32.919Z] === RUN TestNetworkDBBulkSync [2021-07-14T07:34:32.919Z] === RUN TestCreateIDMapOrder [2021-07-14T07:34:32.919Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-07-14T07:34:32.919Z] PASS [2021-07-14T07:34:32.919Z] coverage: 7.2% of statements [2021-07-14T07:34:33.148Z] --- PASS: TestDaemonDiscoveryReload (1.02s) [2021-07-14T07:34:33.148Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-07-14T07:34:33.378Z] ok github.com/docker/docker/pkg/idtools 0.044s coverage: 7.2% of statements [2021-07-14T07:34:33.610Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.51s) [2021-07-14T07:34:33.610Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-07-14T07:34:33.625Z] --- PASS: TestNISDomainname (2.34s) [2021-07-14T07:34:33.625Z] === RUN TestHostnameDnsResolution [2021-07-14T07:34:33.837Z] 2021/07/14 07:34:33 Closing DB instances... [2021-07-14T07:34:34.071Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.51s) [2021-07-14T07:34:34.071Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-07-14T07:34:34.071Z] reload_test.go:520: root required [2021-07-14T07:34:34.071Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-07-14T07:34:34.071Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-07-14T07:34:34.071Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-07-14T07:34:34.071Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-07-14T07:34:34.071Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2021-07-14T07:34:34.071Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-07-14T07:34:34.071Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.00s) [2021-07-14T07:34:34.071Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-07-14T07:34:34.071Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-07-14T07:34:34.071Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-07-14T07:34:34.071Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-07-14T07:34:34.071Z] === RUN TestParseVolumesFrom [2021-07-14T07:34:34.071Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-07-14T07:34:34.071Z] PASS [2021-07-14T07:34:34.071Z] coverage: 9.1% of statements [2021-07-14T07:34:34.071Z] ok github.com/docker/docker/daemon 2.406s coverage: 9.1% of statements [2021-07-14T07:34:34.071Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-07-14T07:34:34.071Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-07-14T07:34:34.071Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-07-14T07:34:34.071Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-07-14T07:34:34.071Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-07-14T07:34:34.071Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-07-14T07:34:34.071Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-07-14T07:34:34.071Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-07-14T07:34:34.071Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-07-14T07:34:34.071Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-07-14T07:34:34.071Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-07-14T07:34:34.071Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-07-14T07:34:34.071Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-07-14T07:34:34.071Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-07-14T07:34:34.296Z] === RUN TestFixedBufferCap [2021-07-14T07:34:34.296Z] --- PASS: TestFixedBufferCap (0.00s) [2021-07-14T07:34:34.296Z] === RUN TestFixedBufferLen [2021-07-14T07:34:34.296Z] --- PASS: TestFixedBufferLen (0.00s) [2021-07-14T07:34:34.296Z] === RUN TestFixedBufferString [2021-07-14T07:34:34.296Z] --- PASS: TestFixedBufferString (0.00s) [2021-07-14T07:34:34.296Z] === RUN TestFixedBufferWrite [2021-07-14T07:34:34.296Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-07-14T07:34:34.296Z] === RUN TestFixedBufferRead [2021-07-14T07:34:34.296Z] --- PASS: TestFixedBufferRead (0.00s) [2021-07-14T07:34:34.296Z] === RUN TestBytesPipeRead [2021-07-14T07:34:34.296Z] --- PASS: TestBytesPipeRead (0.00s) [2021-07-14T07:34:34.296Z] === RUN TestBytesPipeWrite [2021-07-14T07:34:34.296Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-07-14T07:34:34.296Z] === RUN TestBytesPipeWriteRandomChunks [2021-07-14T07:34:34.533Z] === RUN TestAdapterReadLogs [2021-07-14T07:34:34.533Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-07-14T07:34:34.533Z] === RUN TestCopier [2021-07-14T07:34:34.533Z] --- PASS: TestCopier (0.00s) [2021-07-14T07:34:34.533Z] === RUN TestCopierLongLines [2021-07-14T07:34:34.533Z] --- PASS: TestCopierLongLines (0.00s) [2021-07-14T07:34:34.533Z] === RUN TestCopierSlow [2021-07-14T07:34:34.533Z] --- PASS: TestCopierSlow (0.21s) [2021-07-14T07:34:34.533Z] === RUN TestCopierWithSized [2021-07-14T07:34:34.533Z] === RUN TestCopierWithSized/as_is [2021-07-14T07:34:34.533Z] === RUN TestCopierWithSized/With_RingLogger [2021-07-14T07:34:34.533Z] --- PASS: TestCopierWithSized (0.01s) [2021-07-14T07:34:34.533Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-07-14T07:34:34.533Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-07-14T07:34:34.533Z] === RUN TestCopierWithPartial [2021-07-14T07:34:34.533Z] --- PASS: TestCopierWithPartial (0.00s) [2021-07-14T07:34:34.533Z] === RUN TestRingLogger [2021-07-14T07:34:34.533Z] --- PASS: TestRingLogger (0.00s) [2021-07-14T07:34:34.533Z] === RUN TestRingCap [2021-07-14T07:34:34.533Z] --- PASS: TestRingCap (0.00s) [2021-07-14T07:34:34.533Z] === RUN TestRingClose [2021-07-14T07:34:34.533Z] --- PASS: TestRingClose (0.00s) [2021-07-14T07:34:34.533Z] === RUN TestRingDrain [2021-07-14T07:34:34.533Z] --- PASS: TestRingDrain (0.00s) [2021-07-14T07:34:34.533Z] PASS [2021-07-14T07:34:34.533Z] coverage: 43.3% of statements [2021-07-14T07:34:34.533Z] ok github.com/docker/docker/daemon/logger 0.277s coverage: 43.3% of statements [2021-07-14T07:34:34.756Z] --- PASS: TestBytesPipeWriteRandomChunks (0.47s) [2021-07-14T07:34:34.756Z] === RUN TestAtomicWriteToFile [2021-07-14T07:34:34.756Z] --- PASS: TestAtomicWriteToFile (0.00s) [2021-07-14T07:34:34.756Z] === RUN TestAtomicWriteSetCommit [2021-07-14T07:34:34.756Z] --- PASS: TestAtomicWriteSetCommit (0.00s) [2021-07-14T07:34:34.756Z] === RUN TestAtomicWriteSetCancel [2021-07-14T07:34:34.756Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-07-14T07:34:34.756Z] === RUN TestReadCloserWrapperClose [2021-07-14T07:34:34.756Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-07-14T07:34:34.756Z] === RUN TestReaderErrWrapperReadOnError [2021-07-14T07:34:34.756Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-07-14T07:34:34.756Z] === RUN TestReaderErrWrapperRead [2021-07-14T07:34:34.756Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-07-14T07:34:34.756Z] === RUN TestHashData [2021-07-14T07:34:34.756Z] --- PASS: TestHashData (0.00s) [2021-07-14T07:34:34.756Z] === RUN TestCancelReadCloser [2021-07-14T07:34:34.756Z] --- PASS: TestCancelReadCloser (0.10s) [2021-07-14T07:34:34.756Z] === RUN TestWriteCloserWrapperClose [2021-07-14T07:34:34.756Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-07-14T07:34:34.756Z] === RUN TestNopWriteCloser [2021-07-14T07:34:34.756Z] --- PASS: TestNopWriteCloser (0.00s) [2021-07-14T07:34:34.756Z] === RUN TestNopWriter [2021-07-14T07:34:34.756Z] --- PASS: TestNopWriter (0.00s) [2021-07-14T07:34:34.756Z] === RUN TestWriteCounter [2021-07-14T07:34:34.756Z] --- PASS: TestWriteCounter (0.00s) [2021-07-14T07:34:34.756Z] PASS [2021-07-14T07:34:34.756Z] coverage: 69.2% of statements [2021-07-14T07:34:34.756Z] ok github.com/docker/docker/pkg/ioutils 0.617s coverage: 69.2% of statements [2021-07-14T07:34:35.000Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-07-14T07:34:35.000Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-07-14T07:34:35.000Z] check_test.go:309: [d0a2defa1cdeb] daemon is not started [2021-07-14T07:34:35.000Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-07-14T07:34:35.000Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-07-14T07:34:35.000Z] check_test.go:309: [dc9835c6e0218] daemon is not started [2021-07-14T07:34:35.000Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-07-14T07:34:35.505Z] === RUN TestNewStreamConfig [2021-07-14T07:34:35.505Z] === RUN TestNewStreamConfig/defaults [2021-07-14T07:34:35.505Z] === RUN TestNewStreamConfig/invalid_create_group [2021-07-14T07:34:35.505Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-07-14T07:34:35.505Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-07-14T07:34:35.505Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-07-14T07:34:35.505Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-07-14T07:34:35.505Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-07-14T07:34:35.505Z] --- PASS: TestNewStreamConfig (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-07-14T07:34:35.506Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-07-14T07:34:35.506Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestNewAWSLogsClientRegionDetect [2021-07-14T07:34:35.506Z] time="2021-07-14T07:34:35Z" level=info msg="Trying to get region from EC2 Metadata" [2021-07-14T07:34:35.506Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2021-07-14T07:34:35.506Z] === RUN TestCreateSuccess [2021-07-14T07:34:35.506Z] --- PASS: TestCreateSuccess (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestCreateLogGroupSuccess [2021-07-14T07:34:35.506Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestCreateError [2021-07-14T07:34:35.506Z] --- PASS: TestCreateError (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestCreateAlreadyExists [2021-07-14T07:34:35.506Z] time="2021-07-14T07:34:35Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-07-14T07:34:35.506Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestLogClosed [2021-07-14T07:34:35.506Z] --- PASS: TestLogClosed (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestLogBlocking [2021-07-14T07:34:35.506Z] --- PASS: TestLogBlocking (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestLogNonBlockingBufferEmpty [2021-07-14T07:34:35.506Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestLogNonBlockingBufferFull [2021-07-14T07:34:35.506Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestPublishBatchSuccess [2021-07-14T07:34:35.506Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestPublishBatchError [2021-07-14T07:34:35.506Z] time="2021-07-14T07:34:35Z" level=error msg=Error [2021-07-14T07:34:35.506Z] --- PASS: TestPublishBatchError (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-07-14T07:34:35.506Z] time="2021-07-14T07:34:35Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-07-14T07:34:35.506Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestPublishBatchAlreadyAccepted [2021-07-14T07:34:35.506Z] time="2021-07-14T07:34:35Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-07-14T07:34:35.506Z] time="2021-07-14T07:34:35Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-07-14T07:34:35.506Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestCollectBatchSimple [2021-07-14T07:34:35.506Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestCollectBatchTicker [2021-07-14T07:34:35.506Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestCollectBatchMultilinePattern [2021-07-14T07:34:35.506Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-07-14T07:34:35.506Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-07-14T07:34:35.506Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-07-14T07:34:35.506Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-07-14T07:34:35.506Z] === RUN TestCollectBatchClose [2021-07-14T07:34:35.506Z] --- PASS: TestCollectBatchClose (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestEffectiveLen [2021-07-14T07:34:35.506Z] === RUN TestEffectiveLen/0/Hello [2021-07-14T07:34:35.506Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-07-14T07:34:35.506Z] === RUN TestEffectiveLen/2/🙃 [2021-07-14T07:34:35.506Z] === RUN TestEffectiveLen/3/���� [2021-07-14T07:34:35.506Z] === RUN TestEffectiveLen/4/He��o [2021-07-14T07:34:35.506Z] === RUN TestEffectiveLen/5/ [2021-07-14T07:34:35.506Z] --- PASS: TestEffectiveLen (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestFindValidSplit [2021-07-14T07:34:35.506Z] === RUN TestFindValidSplit/0/ [2021-07-14T07:34:35.506Z] cloudwatchlogs_test.go:1044: [2021-07-14T07:34:35.506Z] cloudwatchlogs_test.go:1045: [2021-07-14T07:34:35.506Z] === RUN TestFindValidSplit/1/Hello [2021-07-14T07:34:35.506Z] cloudwatchlogs_test.go:1044: Hello [2021-07-14T07:34:35.506Z] cloudwatchlogs_test.go:1045: [2021-07-14T07:34:35.506Z] === RUN TestFindValidSplit/2/Hello [2021-07-14T07:34:35.506Z] cloudwatchlogs_test.go:1044: He [2021-07-14T07:34:35.506Z] cloudwatchlogs_test.go:1045: llo [2021-07-14T07:34:35.506Z] === RUN TestFindValidSplit/3/Hello [2021-07-14T07:34:35.506Z] cloudwatchlogs_test.go:1044: [2021-07-14T07:34:35.506Z] cloudwatchlogs_test.go:1045: Hello [2021-07-14T07:34:35.506Z] === RUN TestFindValidSplit/4/🙃 [2021-07-14T07:34:35.506Z] cloudwatchlogs_test.go:1044: [2021-07-14T07:34:35.506Z] cloudwatchlogs_test.go:1045: 🙃 [2021-07-14T07:34:35.506Z] === RUN TestFindValidSplit/5/🙃 [2021-07-14T07:34:35.506Z] cloudwatchlogs_test.go:1044: 🙃 [2021-07-14T07:34:35.506Z] cloudwatchlogs_test.go:1045: [2021-07-14T07:34:35.506Z] === RUN TestFindValidSplit/6/a� [2021-07-14T07:34:35.506Z] cloudwatchlogs_test.go:1044: a [2021-07-14T07:34:35.506Z] cloudwatchlogs_test.go:1045: � [2021-07-14T07:34:35.506Z] === RUN TestFindValidSplit/7/a� [2021-07-14T07:34:35.506Z] cloudwatchlogs_test.go:1044: a� [2021-07-14T07:34:35.506Z] cloudwatchlogs_test.go:1045: [2021-07-14T07:34:35.506Z] --- PASS: TestFindValidSplit (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestProcessEventEmoji [2021-07-14T07:34:35.506Z] --- PASS: TestProcessEventEmoji (0.01s) [2021-07-14T07:34:35.506Z] === RUN TestCollectBatchLineSplit [2021-07-14T07:34:35.506Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestCollectBatchLineSplitWithBinary [2021-07-14T07:34:35.506Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2021-07-14T07:34:35.506Z] === RUN TestCollectBatchMaxEvents [2021-07-14T07:34:35.506Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2021-07-14T07:34:35.506Z] === RUN TestCollectBatchMaxTotalBytes [2021-07-14T07:34:35.506Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2021-07-14T07:34:35.506Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-07-14T07:34:35.506Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-07-14T07:34:35.506Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-07-14T07:34:35.506Z] === RUN TestSearchRegistryForImagesErrors [2021-07-14T07:34:35.506Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestSearchRegistryForImages [2021-07-14T07:34:35.506Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestOnlyPlatformWithFallback [2021-07-14T07:34:35.506Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestImageDelete [2021-07-14T07:34:35.506Z] === RUN TestImageDelete/no_lease [2021-07-14T07:34:35.506Z] === RUN TestImageDelete/lease_exists [2021-07-14T07:34:35.506Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2021-07-14T07:34:35.506Z] === RUN TestParseLogOptionsMultilinePattern [2021-07-14T07:34:35.506Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestParseLogOptionsDatetimeFormat [2021-07-14T07:34:35.506Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-07-14T07:34:35.506Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-07-14T07:34:35.506Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-07-14T07:34:35.506Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-07-14T07:34:35.506Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-07-14T07:34:35.506Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-07-14T07:34:35.506Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-07-14T07:34:35.506Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2021-07-14T07:34:35.506Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-07-14T07:34:35.506Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-07-14T07:34:35.506Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-07-14T07:34:35.506Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-07-14T07:34:35.506Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-07-14T07:34:35.506Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-07-14T07:34:35.506Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-07-14T07:34:35.506Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-07-14T07:34:35.506Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-07-14T07:34:35.506Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-07-14T07:34:35.506Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-07-14T07:34:35.506Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestCreateTagSuccess [2021-07-14T07:34:35.506Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-07-14T07:34:35.506Z] --- PASS: TestImageDelete (0.04s) [2021-07-14T07:34:35.506Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-07-14T07:34:35.506Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2021-07-14T07:34:35.506Z] === RUN TestContentStoreForPull [2021-07-14T07:34:35.506Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-07-14T07:34:35.506Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-07-14T07:34:35.506Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-07-14T07:34:35.506Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-07-14T07:34:35.506Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-07-14T07:34:35.506Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-07-14T07:34:35.506Z] PASS [2021-07-14T07:34:35.506Z] coverage: 77.8% of statements [2021-07-14T07:34:35.506Z] ok github.com/docker/docker/daemon/logger/awslogs 0.333s coverage: 77.8% of statements [2021-07-14T07:34:35.568Z] --- PASS: TestHostnameDnsResolution (2.26s) [2021-07-14T07:34:35.568Z] === RUN TestStats [2021-07-14T07:34:35.725Z] --- PASS: TestNetworkDBBulkSync (2.84s) [2021-07-14T07:34:35.725Z] === RUN TestNetworkDBCRUDMediumCluster [2021-07-14T07:34:35.725Z] === RUN TestError [2021-07-14T07:34:35.725Z] --- PASS: TestError (0.00s) [2021-07-14T07:34:35.725Z] === RUN TestProgressString [2021-07-14T07:34:35.725Z] === RUN TestProgressString/no_progress [2021-07-14T07:34:35.725Z] === RUN TestProgressString/progress_1 [2021-07-14T07:34:35.725Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-07-14T07:34:35.725Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-07-14T07:34:35.725Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-07-14T07:34:35.725Z] === RUN TestProgressString/with_units [2021-07-14T07:34:35.725Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-07-14T07:34:35.725Z] === RUN TestProgressString/hide_counts [2021-07-14T07:34:35.725Z] --- PASS: TestProgressString (0.00s) [2021-07-14T07:34:35.968Z] --- PASS: TestContentStoreForPull (0.16s) [2021-07-14T07:34:35.968Z] PASS [2021-07-14T07:34:35.968Z] coverage: 6.8% of statements [2021-07-14T07:34:35.968Z] ok github.com/docker/docker/daemon/images 0.314s coverage: 6.8% of statements [2021-07-14T07:34:35.968Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-07-14T07:34:35.968Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-07-14T07:34:35.968Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-07-14T07:34:35.968Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-07-14T07:34:35.968Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-07-14T07:34:35.968Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-07-14T07:34:35.968Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-07-14T07:34:35.968Z] === RUN TestJSONLogsMarshalJSONBuf [2021-07-14T07:34:35.968Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-07-14T07:34:35.968Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-07-14T07:34:35.968Z] === RUN TestJSONFileLogger [2021-07-14T07:34:35.968Z] --- PASS: TestJSONFileLogger (0.00s) [2021-07-14T07:34:35.968Z] === RUN TestJSONFileLoggerWithTags [2021-07-14T07:34:35.968Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-07-14T07:34:35.968Z] === RUN TestJSONFileLoggerWithOpts [2021-07-14T07:34:35.968Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-07-14T07:34:35.968Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-07-14T07:34:35.968Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-07-14T07:34:35.968Z] === RUN TestEncodeDecode [2021-07-14T07:34:35.968Z] === PAUSE TestEncodeDecode [2021-07-14T07:34:35.968Z] === RUN TestUnexpectedEOF [2021-07-14T07:34:36.184Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-07-14T07:34:36.184Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-07-14T07:34:36.184Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-07-14T07:34:36.184Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-07-14T07:34:36.184Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-07-14T07:34:36.184Z] --- PASS: TestProgressString/with_units (0.00s) [2021-07-14T07:34:36.184Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-07-14T07:34:36.184Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-07-14T07:34:36.184Z] === RUN TestJSONMessageDisplay [2021-07-14T07:34:36.184Z] --- PASS: TestJSONMessageDisplay (0.13s) [2021-07-14T07:34:36.184Z] === RUN TestJSONMessageDisplayWithJSONError [2021-07-14T07:34:36.184Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-07-14T07:34:36.184Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-07-14T07:34:36.184Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-07-14T07:34:36.184Z] === RUN TestDisplayJSONMessagesStream [2021-07-14T07:34:36.184Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-07-14T07:34:36.184Z] PASS [2021-07-14T07:34:36.184Z] coverage: 91.7% of statements [2021-07-14T07:34:36.184Z] ok github.com/docker/docker/pkg/jsonmessage 0.168s coverage: 91.7% of statements [2021-07-14T07:34:36.430Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.17s) [2021-07-14T07:34:36.430Z] === RUN TestFastTimeMarshalJSON [2021-07-14T07:34:36.430Z] --- PASS: TestFastTimeMarshalJSON (0.02s) [2021-07-14T07:34:36.430Z] PASS [2021-07-14T07:34:36.430Z] coverage: 87.2% of statements [2021-07-14T07:34:36.430Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.234s coverage: 87.2% of statements [2021-07-14T07:34:36.430Z] time="2021-07-14T07:34:36Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-07-14T07:34:36.430Z] time="2021-07-14T07:34:36Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-07-14T07:34:36.430Z] --- PASS: TestUnexpectedEOF (0.17s) [2021-07-14T07:34:36.430Z] === CONT TestEncodeDecode [2021-07-14T07:34:36.430Z] --- PASS: TestEncodeDecode (0.00s) [2021-07-14T07:34:36.430Z] PASS [2021-07-14T07:34:36.430Z] coverage: 69.9% of statements [2021-07-14T07:34:36.430Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.252s coverage: 69.9% of statements [2021-07-14T07:34:36.643Z] === RUN TestStandardLongPath [2021-07-14T07:34:36.643Z] --- PASS: TestStandardLongPath (0.00s) [2021-07-14T07:34:36.643Z] === RUN TestUNCLongPath [2021-07-14T07:34:36.643Z] --- PASS: TestUNCLongPath (0.00s) [2021-07-14T07:34:36.643Z] PASS [2021-07-14T07:34:36.643Z] coverage: 100.0% of statements [2021-07-14T07:34:36.643Z] ok github.com/docker/docker/pkg/longpath 0.038s coverage: 100.0% of statements [2021-07-14T07:34:37.103Z] === RUN TestNameFormat [2021-07-14T07:34:37.103Z] --- PASS: TestNameFormat (0.00s) [2021-07-14T07:34:37.103Z] === RUN TestNameRetries [2021-07-14T07:34:37.103Z] --- PASS: TestNameRetries (0.00s) [2021-07-14T07:34:37.103Z] PASS [2021-07-14T07:34:37.103Z] coverage: 85.7% of statements [2021-07-14T07:34:37.103Z] ok github.com/docker/docker/pkg/namesgenerator 0.035s coverage: 85.7% of statements [2021-07-14T07:34:37.407Z] === RUN TestWriteLog [2021-07-14T07:34:37.407Z] === PAUSE TestWriteLog [2021-07-14T07:34:37.407Z] === RUN TestReadLog [2021-07-14T07:34:37.407Z] === PAUSE TestReadLog [2021-07-14T07:34:37.407Z] === CONT TestWriteLog [2021-07-14T07:34:37.407Z] === CONT TestReadLog [2021-07-14T07:34:37.407Z] === RUN TestReadLog/tail_exact [2021-07-14T07:34:37.407Z] --- PASS: TestWriteLog (0.03s) [2021-07-14T07:34:37.407Z] === RUN TestReadLog/tail_less_than_available [2021-07-14T07:34:37.407Z] === RUN TestReadLog/tail_more_than_available [2021-07-14T07:34:37.407Z] === RUN TestOpenFileDelete [2021-07-14T07:34:37.407Z] --- PASS: TestReadLog (0.14s) [2021-07-14T07:34:37.407Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-07-14T07:34:37.407Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2021-07-14T07:34:37.407Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2021-07-14T07:34:37.407Z] PASS [2021-07-14T07:34:37.407Z] coverage: 75.2% of statements [2021-07-14T07:34:37.407Z] --- PASS: TestOpenFileDelete (0.00s) [2021-07-14T07:34:37.407Z] === RUN TestOpenFileRename [2021-07-14T07:34:37.407Z] --- PASS: TestOpenFileRename (0.01s) [2021-07-14T07:34:37.407Z] === RUN TestParseLogTagDefaultTag [2021-07-14T07:34:37.407Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-07-14T07:34:37.407Z] === RUN TestParseLogTag [2021-07-14T07:34:37.407Z] --- PASS: TestParseLogTag (0.00s) [2021-07-14T07:34:37.407Z] === RUN TestParseLogTagEmptyTag [2021-07-14T07:34:37.407Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-07-14T07:34:37.407Z] === RUN TestTailFiles [2021-07-14T07:34:37.407Z] --- PASS: TestTailFiles (0.00s) [2021-07-14T07:34:37.407Z] === RUN TestFollowLogsConsumerGone [2021-07-14T07:34:37.407Z] ok github.com/docker/docker/daemon/logger/local 0.285s coverage: 75.2% of statements [2021-07-14T07:34:37.407Z] --- PASS: TestFollowLogsConsumerGone (0.01s) [2021-07-14T07:34:37.407Z] === RUN TestFollowLogsProducerGone [2021-07-14T07:34:37.562Z] --- PASS: TestGetAddress (22.88s) [2021-07-14T07:34:37.562Z] === RUN TestRequestSyntaxCheck [2021-07-14T07:34:37.562Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2021-07-14T07:34:37.562Z] === RUN TestRequest [2021-07-14T07:34:37.869Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-07-14T07:34:37.869Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-07-14T07:34:37.869Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-07-14T07:34:37.869Z] === RUN TestCheckCapacityAndRotate [2021-07-14T07:34:37.869Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-07-14T07:34:37.869Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-07-14T07:34:37.869Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-07-14T07:34:37.869Z] === RUN TestLog [2021-07-14T07:34:37.869Z] --- PASS: TestLog (0.01s) [2021-07-14T07:34:37.869Z] PASS [2021-07-14T07:34:37.869Z] coverage: 31.5% of statements [2021-07-14T07:34:37.869Z] --- PASS: TestCheckCapacityAndRotate (0.15s) [2021-07-14T07:34:37.869Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-07-14T07:34:37.869Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2021-07-14T07:34:37.869Z] PASS [2021-07-14T07:34:37.869Z] coverage: 55.8% of statements [2021-07-14T07:34:37.869Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.346s coverage: 55.8% of statements [2021-07-14T07:34:37.869Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.064s coverage: 31.5% of statements [2021-07-14T07:34:38.022Z] === RUN TestParseKeyValueOpt [2021-07-14T07:34:38.022Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-07-14T07:34:38.022Z] === RUN TestParseUintList [2021-07-14T07:34:38.022Z] --- PASS: TestParseUintList (0.00s) [2021-07-14T07:34:38.022Z] === RUN TestParseUintListMaximumLimits [2021-07-14T07:34:38.022Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-07-14T07:34:38.022Z] PASS [2021-07-14T07:34:38.022Z] coverage: 97.0% of statements [2021-07-14T07:34:38.022Z] ok github.com/docker/docker/pkg/parsers 0.033s coverage: 97.0% of statements [2021-07-14T07:34:38.099Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-07-14T07:34:38.357Z] check_test.go:309: [d443c80726f5d] daemon is not started [2021-07-14T07:34:38.357Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-07-14T07:34:38.842Z] === RUN TestValidateLogOpt [2021-07-14T07:34:38.842Z] --- PASS: TestValidateLogOpt (0.00s) [2021-07-14T07:34:38.842Z] === RUN TestNewMissedConfig [2021-07-14T07:34:38.842Z] --- PASS: TestNewMissedConfig (0.00s) [2021-07-14T07:34:38.842Z] === RUN TestNewMissedUrl [2021-07-14T07:34:38.842Z] --- PASS: TestNewMissedUrl (0.00s) [2021-07-14T07:34:38.842Z] === RUN TestNewMissedToken [2021-07-14T07:34:38.842Z] --- PASS: TestNewMissedToken (0.00s) [2021-07-14T07:34:38.842Z] === RUN TestNewWithProxy [2021-07-14T07:34:38.842Z] --- PASS: TestNewWithProxy (0.00s) [2021-07-14T07:34:38.842Z] === RUN TestDefault [2021-07-14T07:34:38.842Z] --- PASS: TestDefault (0.01s) [2021-07-14T07:34:38.842Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-07-14T07:34:38.842Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-07-14T07:34:38.842Z] === RUN TestJsonFormat [2021-07-14T07:34:38.842Z] === RUN TestNewParse [2021-07-14T07:34:38.842Z] --- PASS: TestNewParse (0.00s) [2021-07-14T07:34:38.842Z] PASS [2021-07-14T07:34:38.842Z] coverage: 8.3% of statements [2021-07-14T07:34:38.842Z] --- PASS: TestJsonFormat (0.00s) [2021-07-14T07:34:38.842Z] === RUN TestRawFormat [2021-07-14T07:34:38.842Z] --- PASS: TestRawFormat (0.00s) [2021-07-14T07:34:38.842Z] === RUN TestRawFormatWithLabels [2021-07-14T07:34:38.842Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-07-14T07:34:38.842Z] === RUN TestRawFormatWithoutTag [2021-07-14T07:34:38.842Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-07-14T07:34:38.842Z] === RUN TestBatching [2021-07-14T07:34:38.842Z] ok github.com/docker/docker/daemon/logger/templates 0.040s coverage: 8.3% of statements [2021-07-14T07:34:38.842Z] === RUN TestParseLogFormat [2021-07-14T07:34:38.842Z] --- PASS: TestParseLogFormat (0.00s) [2021-07-14T07:34:38.842Z] === RUN TestValidateLogOptEmpty [2021-07-14T07:34:38.842Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-07-14T07:34:38.842Z] === RUN TestValidateSyslogAddress [2021-07-14T07:34:38.842Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-07-14T07:34:38.842Z] === RUN TestParseAddressDefaultPort [2021-07-14T07:34:38.842Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-07-14T07:34:38.842Z] === RUN TestValidateSyslogFacility [2021-07-14T07:34:38.842Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-07-14T07:34:38.842Z] === RUN TestValidateLogOptSyslogFormat [2021-07-14T07:34:38.842Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-07-14T07:34:38.842Z] === RUN TestValidateLogOpt [2021-07-14T07:34:38.842Z] --- PASS: TestValidateLogOpt (0.00s) [2021-07-14T07:34:38.842Z] PASS [2021-07-14T07:34:38.842Z] coverage: 46.8% of statements [2021-07-14T07:34:38.842Z] ok github.com/docker/docker/daemon/logger/syslog 0.051s coverage: 46.8% of statements [2021-07-14T07:34:38.842Z] --- PASS: TestBatching (0.23s) [2021-07-14T07:34:38.842Z] === RUN TestFrequency [2021-07-14T07:34:38.925Z] --- PASS: TestStats (3.18s) [2021-07-14T07:34:38.925Z] === RUN TestStopContainerWithTimeout [2021-07-14T07:34:38.925Z] === RUN TestStopContainerWithTimeout/0 [2021-07-14T07:34:38.925Z] === PAUSE TestStopContainerWithTimeout/0 [2021-07-14T07:34:38.925Z] === RUN TestStopContainerWithTimeout/1 [2021-07-14T07:34:38.925Z] === PAUSE TestStopContainerWithTimeout/1 [2021-07-14T07:34:38.925Z] === RUN TestStopContainerWithTimeout/3 [2021-07-14T07:34:38.925Z] === PAUSE TestStopContainerWithTimeout/3 [2021-07-14T07:34:38.925Z] === RUN TestStopContainerWithTimeout/-1 [2021-07-14T07:34:38.925Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-07-14T07:34:38.925Z] === CONT TestStopContainerWithTimeout/0 [2021-07-14T07:34:38.925Z] === CONT TestStopContainerWithTimeout/-1 [2021-07-14T07:34:38.991Z] === RUN TestNewAndRemove [2021-07-14T07:34:38.991Z] --- PASS: TestNewAndRemove (0.00s) [2021-07-14T07:34:38.991Z] === RUN TestRemoveInvalidPath [2021-07-14T07:34:38.991Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-07-14T07:34:38.991Z] PASS [2021-07-14T07:34:38.991Z] coverage: 82.6% of statements [2021-07-14T07:34:38.991Z] ok github.com/docker/docker/pkg/pidfile 0.035s coverage: 82.6% of statements [2021-07-14T07:34:38.991Z] 2021/07/14 07:34:38 Closing DB instances... [2021-07-14T07:34:39.304Z] --- PASS: TestFrequency (0.19s) [2021-07-14T07:34:39.304Z] === RUN TestOneMessagePerRequest [2021-07-14T07:34:39.304Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-07-14T07:34:39.304Z] === RUN TestVerify [2021-07-14T07:34:39.304Z] --- PASS: TestVerify (0.00s) [2021-07-14T07:34:39.304Z] === RUN TestSkipVerify [2021-07-14T07:34:39.304Z] time="2021-07-14T07:34:38Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:34:39.304Z] time="2021-07-14T07:34:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:34:39.304Z] time="2021-07-14T07:34:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:34:39.450Z] time="2021-07-14T07:34:39Z" level=error msg="node: 4e5909d93691 is unknown to memberlist" [2021-07-14T07:34:39.450Z] time="2021-07-14T07:34:39Z" level=error msg="node: 4e5909d93691 is unknown to memberlist" [2021-07-14T07:34:39.495Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-07-14T07:34:39.766Z] --- PASS: TestSkipVerify (0.63s) [2021-07-14T07:34:39.766Z] === RUN TestBufferMaximum [2021-07-14T07:34:39.766Z] time="2021-07-14T07:34:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:34:39.766Z] time="2021-07-14T07:34:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:34:39.766Z] time="2021-07-14T07:34:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:34:39.766Z] time="2021-07-14T07:34:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:34:39.766Z] time="2021-07-14T07:34:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:34:39.766Z] time="2021-07-14T07:34:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626248079.566457\",\"host\":\"3945142dd20c\"}'" [2021-07-14T07:34:39.766Z] time="2021-07-14T07:34:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626248079.566457\",\"host\":\"3945142dd20c\"}'" [2021-07-14T07:34:39.766Z] --- PASS: TestBufferMaximum (0.00s) [2021-07-14T07:34:39.766Z] === RUN TestServerAlwaysDown [2021-07-14T07:34:39.766Z] time="2021-07-14T07:34:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:34:39.766Z] time="2021-07-14T07:34:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:34:39.766Z] time="2021-07-14T07:34:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626248079.566457\",\"host\":\"3945142dd20c\"}'" [2021-07-14T07:34:39.766Z] time="2021-07-14T07:34:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626248079.566457\",\"host\":\"3945142dd20c\"}'" [2021-07-14T07:34:39.766Z] time="2021-07-14T07:34:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-07-14T07:34:39.766Z] time="2021-07-14T07:34:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626248079.566457\",\"host\":\"3945142dd20c\"}'" [2021-07-14T07:34:39.766Z] time="2021-07-14T07:34:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626248079.566457\",\"host\":\"3945142dd20c\"}'" [2021-07-14T07:34:39.766Z] time="2021-07-14T07:34:39Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1626248079.566457\",\"host\":\"3945142dd20c\"}'" [2021-07-14T07:34:39.766Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-07-14T07:34:39.766Z] === RUN TestCannotSendAfterClose [2021-07-14T07:34:39.766Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-07-14T07:34:39.766Z] === RUN TestDeadlockOnBlockedEndpoint [2021-07-14T07:34:39.910Z] === RUN TestFailedConnection [2021-07-14T07:34:39.910Z] === RUN TestParseEmptyInterface [2021-07-14T07:34:39.910Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-07-14T07:34:39.910Z] === RUN TestParseNonInterfaceType [2021-07-14T07:34:39.910Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-07-14T07:34:39.910Z] === RUN TestParseWithOneFunction [2021-07-14T07:34:39.910Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-07-14T07:34:39.910Z] === RUN TestParseWithMultipleFuncs [2021-07-14T07:34:39.910Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-07-14T07:34:39.910Z] === RUN TestParseWithUnnamedReturn [2021-07-14T07:34:39.910Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-07-14T07:34:39.910Z] === RUN TestEmbeddedInterface [2021-07-14T07:34:39.910Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-07-14T07:34:39.910Z] === RUN TestParsedImports [2021-07-14T07:34:39.910Z] --- PASS: TestParsedImports (0.00s) [2021-07-14T07:34:39.910Z] === RUN TestAliasedImports [2021-07-14T07:34:39.910Z] --- PASS: TestAliasedImports (0.00s) [2021-07-14T07:34:39.910Z] PASS [2021-07-14T07:34:39.910Z] coverage: 56.8% of statements [2021-07-14T07:34:39.910Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.044s coverage: 56.8% of statements [2021-07-14T07:34:40.227Z] === RUN TestV1IDService [2021-07-14T07:34:40.227Z] --- PASS: TestV1IDService (0.03s) [2021-07-14T07:34:40.227Z] === RUN TestV2MetadataService [2021-07-14T07:34:40.688Z] time="2021-07-14T07:34:40Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49209/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-07-14T07:34:40.688Z] time="2021-07-14T07:34:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"3945142dd20c\"}'" [2021-07-14T07:34:40.688Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2021-07-14T07:34:40.688Z] PASS [2021-07-14T07:34:40.688Z] coverage: 82.5% of statements [2021-07-14T07:34:40.688Z] ok github.com/docker/docker/daemon/logger/splunk 2.143s coverage: 82.5% of statements [2021-07-14T07:34:40.688Z] ? github.com/docker/docker/daemon/names [no test files] [2021-07-14T07:34:40.688Z] ? github.com/docker/docker/daemon/network [no test files] [2021-07-14T07:34:40.688Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-07-14T07:34:40.872Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-07-14T07:34:40.872Z] === CONT TestStopContainerWithTimeout/3 [2021-07-14T07:34:40.878Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.27s) [2021-07-14T07:34:40.878Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-07-14T07:34:40.878Z] === RUN TestHTTPTransport [2021-07-14T07:34:40.878Z] --- PASS: TestHTTPTransport (0.00s) [2021-07-14T07:34:40.878Z] PASS [2021-07-14T07:34:40.878Z] coverage: 85.7% of statements [2021-07-14T07:34:40.878Z] ok github.com/docker/docker/pkg/plugins/transport 0.040s coverage: 85.7% of statements [2021-07-14T07:34:41.149Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-07-14T07:34:41.149Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-07-14T07:34:41.149Z] === RUN TestContinueOnError_MirrorEndpoint [2021-07-14T07:34:41.149Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-07-14T07:34:41.149Z] === RUN TestContinueOnError_NeverContinue [2021-07-14T07:34:41.149Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-07-14T07:34:41.149Z] === RUN TestManifestStore [2021-07-14T07:34:41.149Z] === RUN TestManifestStore/no_remote_or_local [2021-07-14T07:34:41.149Z] === RUN TestSuccessfulDownload [2021-07-14T07:34:41.149Z] download_test.go:268: Needs fixing on Windows [2021-07-14T07:34:41.149Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-07-14T07:34:41.149Z] === RUN TestCancelledDownload [2021-07-14T07:34:41.149Z] --- PASS: TestCancelledDownload (0.00s) [2021-07-14T07:34:41.149Z] === RUN TestMaxDownloadAttempts [2021-07-14T07:34:41.149Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-07-14T07:34:41.149Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-07-14T07:34:41.149Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-07-14T07:34:41.149Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-07-14T07:34:41.149Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-07-14T07:34:41.149Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-07-14T07:34:41.149Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-07-14T07:34:41.149Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-07-14T07:34:41.149Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-07-14T07:34:41.149Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-07-14T07:34:41.149Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-07-14T07:34:41.149Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-07-14T07:34:41.611Z] --- PASS: TestV2MetadataService (1.17s) [2021-07-14T07:34:41.611Z] PASS [2021-07-14T07:34:41.611Z] coverage: 48.2% of statements [2021-07-14T07:34:41.611Z] ok github.com/docker/docker/distribution/metadata 1.294s coverage: 48.2% of statements [2021-07-14T07:34:41.611Z] time="2021-07-14T07:34:41Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local179217015\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-07-14T07:34:41.611Z] === RUN TestManifestStore/no_local_cache [2021-07-14T07:34:41.611Z] === RUN TestManifestStore/with_local_cache [2021-07-14T07:34:41.611Z] === RUN TestManifestStore/unknown_media_type [2021-07-14T07:34:41.611Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-07-14T07:34:41.611Z] time="2021-07-14T07:34:41Z" level=warning msg="reference for unknown type: " [2021-07-14T07:34:41.611Z] time="2021-07-14T07:34:41Z" level=warning msg="reference for unknown type: " [2021-07-14T07:34:41.611Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-07-14T07:34:41.611Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-07-14T07:34:41.611Z] time="2021-07-14T07:34:41Z" level=warning msg="reference for unknown type: " [2021-07-14T07:34:41.611Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-07-14T07:34:41.611Z] time="2021-07-14T07:34:41Z" level=warning msg="reference for unknown type: " [2021-07-14T07:34:41.611Z] time="2021-07-14T07:34:41Z" level=warning msg="reference for unknown type: " [2021-07-14T07:34:41.611Z] === RUN TestManifestStore/error_persisting_manifest [2021-07-14T07:34:41.611Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-07-14T07:34:41.611Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-07-14T07:34:41.611Z] time="2021-07-14T07:34:41Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-07-14T07:34:41.611Z] --- PASS: TestManifestStore (0.37s) [2021-07-14T07:34:41.611Z] --- PASS: TestManifestStore/no_remote_or_local (0.17s) [2021-07-14T07:34:41.611Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-07-14T07:34:41.611Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-07-14T07:34:41.611Z] --- PASS: TestManifestStore/unknown_media_type (0.14s) [2021-07-14T07:34:41.611Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-07-14T07:34:41.611Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.12s) [2021-07-14T07:34:41.611Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-07-14T07:34:41.611Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.10s) [2021-07-14T07:34:41.611Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-07-14T07:34:41.611Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-07-14T07:34:41.611Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2021-07-14T07:34:41.611Z] === RUN TestDetectManifestBlobMediaType [2021-07-14T07:34:41.611Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-07-14T07:34:41.611Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-07-14T07:34:41.611Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-07-14T07:34:41.611Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-07-14T07:34:41.611Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-07-14T07:34:41.611Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-07-14T07:34:41.611Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-07-14T07:34:41.611Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-07-14T07:34:41.611Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-07-14T07:34:41.611Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-07-14T07:34:41.611Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-07-14T07:34:41.611Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-07-14T07:34:41.611Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-07-14T07:34:41.611Z] === RUN TestFixManifestLayers [2021-07-14T07:34:41.611Z] --- PASS: TestFixManifestLayers (0.01s) [2021-07-14T07:34:41.611Z] === RUN TestFixManifestLayersBaseLayerParent [2021-07-14T07:34:41.611Z] pull_v2_test.go:73: Needs fixing on Windows [2021-07-14T07:34:41.611Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-07-14T07:34:41.611Z] === RUN TestFixManifestLayersBadParent [2021-07-14T07:34:41.611Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-07-14T07:34:41.611Z] === RUN TestValidateManifest [2021-07-14T07:34:41.611Z] pull_v2_test.go:118: Needs fixing on Windows [2021-07-14T07:34:41.611Z] --- SKIP: TestValidateManifest (0.00s) [2021-07-14T07:34:41.611Z] === RUN TestFormatPlatform [2021-07-14T07:34:41.611Z] --- PASS: TestFormatPlatform (0.00s) [2021-07-14T07:34:41.611Z] === RUN TestGetRepositoryMountCandidates [2021-07-14T07:34:41.611Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-07-14T07:34:41.611Z] === RUN TestLayerAlreadyExists [2021-07-14T07:34:41.611Z] 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-07-14T07:34:41.611Z] 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-07-14T07:34:41.611Z] 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-07-14T07:34:41.611Z] 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-07-14T07:34:41.611Z] 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-07-14T07:34:41.611Z] 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-07-14T07:34:41.611Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-07-14T07:34:41.611Z] === RUN TestWhenEmptyAuthConfig [2021-07-14T07:34:41.611Z] time="2021-07-14T07:34:41Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-07-14T07:34:41.611Z] time="2021-07-14T07:34:41Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-07-14T07:34:41.611Z] time="2021-07-14T07:34:41Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-07-14T07:34:41.611Z] time="2021-07-14T07:34:41Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-07-14T07:34:41.611Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-07-14T07:34:41.611Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.44s) [2021-07-14T07:34:41.611Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.44s) [2021-07-14T07:34:41.611Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.44s) [2021-07-14T07:34:41.611Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.44s) [2021-07-14T07:34:41.611Z] === RUN TestTransfer [2021-07-14T07:34:41.847Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-07-14T07:34:41.847Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-07-14T07:34:41.847Z] === RUN TestBufioReaderPoolPutAndGet [2021-07-14T07:34:41.847Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-07-14T07:34:41.847Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-07-14T07:34:41.847Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-07-14T07:34:41.847Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-07-14T07:34:41.847Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-07-14T07:34:41.847Z] === RUN TestBufioWriterPoolPutAndGet [2021-07-14T07:34:41.847Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-07-14T07:34:41.847Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-07-14T07:34:41.847Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-07-14T07:34:41.847Z] === RUN TestBufferPoolPutAndGet [2021-07-14T07:34:41.847Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-07-14T07:34:41.847Z] PASS [2021-07-14T07:34:41.847Z] coverage: 88.2% of statements [2021-07-14T07:34:41.847Z] ok github.com/docker/docker/pkg/pools 0.039s coverage: 88.2% of statements [2021-07-14T07:34:42.073Z] --- PASS: TestTransfer (0.18s) [2021-07-14T07:34:42.073Z] === RUN TestConcurrencyLimit [2021-07-14T07:34:42.247Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-07-14T07:34:42.306Z] === RUN TestOutputOnPrematureClose [2021-07-14T07:34:42.306Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-07-14T07:34:42.306Z] === RUN TestCompleteSilently [2021-07-14T07:34:42.306Z] --- PASS: TestCompleteSilently (0.00s) [2021-07-14T07:34:42.306Z] PASS [2021-07-14T07:34:42.306Z] coverage: 75.9% of statements [2021-07-14T07:34:42.306Z] ok github.com/docker/docker/pkg/progress 0.031s coverage: 75.9% of statements [2021-07-14T07:34:42.306Z] --- PASS: TestFailedConnection (2.21s) [2021-07-14T07:34:42.306Z] === RUN TestFailOnce [2021-07-14T07:34:42.306Z] 2021/07/14 07:34:41 http: panic serving 127.0.0.1:49307: Plugin not ready [2021-07-14T07:34:42.306Z] goroutine 9 [running]: [2021-07-14T07:34:42.306Z] net/http.(*conn).serve.func1(0xc00005ea00) [2021-07-14T07:34:42.307Z] c:/go/src/net/http/server.go:1804 +0x153 [2021-07-14T07:34:42.307Z] panic(0x7d5160, 0x8ec250) [2021-07-14T07:34:42.307Z] c:/go/src/runtime/panic.go:971 +0x49a [2021-07-14T07:34:42.307Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x8fc910, 0xc0000a60e0, 0xc00015a100) [2021-07-14T07:34:42.307Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-07-14T07:34:42.307Z] net/http.HandlerFunc.ServeHTTP(0xc000094050, 0x8fc910, 0xc0000a60e0, 0xc00015a100) [2021-07-14T07:34:42.307Z] c:/go/src/net/http/server.go:2049 +0x4b [2021-07-14T07:34:42.307Z] net/http.(*ServeMux).ServeHTTP(0xc00009e000, 0x8fc910, 0xc0000a60e0, 0xc00015a100) [2021-07-14T07:34:42.307Z] c:/go/src/net/http/server.go:2428 +0x1b7 [2021-07-14T07:34:42.307Z] net/http.serverHandler.ServeHTTP(0xc0000a6000, 0x8fc910, 0xc0000a60e0, 0xc00015a100) [2021-07-14T07:34:42.307Z] c:/go/src/net/http/server.go:2867 +0xaa [2021-07-14T07:34:42.307Z] net/http.(*conn).serve(0xc00005ea00, 0x8fd500, 0xc00004e900) [2021-07-14T07:34:42.307Z] c:/go/src/net/http/server.go:1932 +0x8cd [2021-07-14T07:34:42.307Z] created by net/http.(*Server).Serve [2021-07-14T07:34:42.307Z] c:/go/src/net/http/server.go:2993 +0x3b8 [2021-07-14T07:34:42.307Z] time="2021-07-14T07:34:42Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49306/Test.FailOnce: Post \"http://127.0.0.1:49306/Test.FailOnce\": EOF, retrying in 1s" [2021-07-14T07:34:42.534Z] === RUN TestNotFound [2021-07-14T07:34:42.534Z] --- PASS: TestNotFound (0.00s) [2021-07-14T07:34:42.534Z] === RUN TestConflict [2021-07-14T07:34:42.534Z] --- PASS: TestConflict (0.00s) [2021-07-14T07:34:42.534Z] === RUN TestForbidden [2021-07-14T07:34:42.534Z] --- PASS: TestForbidden (0.00s) [2021-07-14T07:34:42.534Z] === RUN TestInvalidParameter [2021-07-14T07:34:42.534Z] --- PASS: TestInvalidParameter (0.00s) [2021-07-14T07:34:42.534Z] === RUN TestNotImplemented [2021-07-14T07:34:42.534Z] --- PASS: TestNotImplemented (0.00s) [2021-07-14T07:34:42.534Z] === RUN TestNotModified [2021-07-14T07:34:42.534Z] --- PASS: TestNotModified (0.00s) [2021-07-14T07:34:42.534Z] === RUN TestUnauthorized [2021-07-14T07:34:42.534Z] --- PASS: TestUnauthorized (0.00s) [2021-07-14T07:34:42.534Z] === RUN TestUnknown [2021-07-14T07:34:42.534Z] --- PASS: TestUnknown (0.00s) [2021-07-14T07:34:42.534Z] === RUN TestCancelled [2021-07-14T07:34:42.534Z] --- PASS: TestCancelled (0.00s) [2021-07-14T07:34:42.534Z] === RUN TestDeadline [2021-07-14T07:34:42.534Z] --- PASS: TestDeadline (0.00s) [2021-07-14T07:34:42.534Z] === RUN TestDataLoss [2021-07-14T07:34:42.534Z] --- PASS: TestDataLoss (0.00s) [2021-07-14T07:34:42.534Z] === RUN TestUnavailable [2021-07-14T07:34:42.534Z] --- PASS: TestUnavailable (0.00s) [2021-07-14T07:34:42.534Z] === RUN TestSystem [2021-07-14T07:34:42.534Z] --- PASS: TestSystem (0.00s) [2021-07-14T07:34:42.534Z] === RUN TestFromStatusCode [2021-07-14T07:34:42.534Z] === RUN TestFromStatusCode/Not_Found [2021-07-14T07:34:42.534Z] === RUN TestFromStatusCode/Bad_Request [2021-07-14T07:34:42.534Z] === RUN TestFromStatusCode/Conflict [2021-07-14T07:34:42.534Z] === RUN TestFromStatusCode/Unauthorized [2021-07-14T07:34:42.534Z] === RUN TestFromStatusCode/Service_Unavailable [2021-07-14T07:34:42.534Z] === RUN TestFromStatusCode/Forbidden [2021-07-14T07:34:42.534Z] === RUN TestFromStatusCode/Not_Modified [2021-07-14T07:34:42.534Z] === RUN TestFromStatusCode/Not_Implemented [2021-07-14T07:34:42.534Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-07-14T07:34:42.534Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-07-14T07:34:42.534Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-07-14T07:34:42.534Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-07-14T07:34:42.534Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-07-14T07:34:42.534Z] --- PASS: TestFromStatusCode (0.00s) [2021-07-14T07:34:42.534Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-07-14T07:34:42.534Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-07-14T07:34:42.534Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-07-14T07:34:42.534Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-07-14T07:34:42.534Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-07-14T07:34:42.534Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-07-14T07:34:42.534Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-07-14T07:34:42.534Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-07-14T07:34:42.534Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-07-14T07:34:42.534Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-07-14T07:34:42.534Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-07-14T07:34:42.534Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-07-14T07:34:42.534Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-07-14T07:34:42.534Z] PASS [2021-07-14T07:34:42.534Z] coverage: 53.1% of statements [2021-07-14T07:34:42.534Z] ok github.com/docker/docker/errdefs 0.051s coverage: 53.1% of statements [2021-07-14T07:34:42.534Z] --- PASS: TestConcurrencyLimit (0.61s) [2021-07-14T07:34:42.534Z] === RUN TestInactiveJobs [2021-07-14T07:34:42.766Z] === RUN TestSendToOneSub [2021-07-14T07:34:42.766Z] --- PASS: TestSendToOneSub (0.00s) [2021-07-14T07:34:42.766Z] === RUN TestSendToMultipleSubs [2021-07-14T07:34:42.766Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-07-14T07:34:42.766Z] === RUN TestEvictOneSub [2021-07-14T07:34:42.766Z] --- PASS: TestEvictOneSub (0.00s) [2021-07-14T07:34:42.766Z] === RUN TestClosePublisher [2021-07-14T07:34:42.766Z] --- PASS: TestClosePublisher (0.00s) [2021-07-14T07:34:42.766Z] === RUN TestPubSubRace [2021-07-14T07:34:42.766Z] 2021/07/14 07:34:42 Closing DB instances... [2021-07-14T07:34:42.815Z] === CONT TestStopContainerWithTimeout/1 [2021-07-14T07:34:42.996Z] --- PASS: TestWhenEmptyAuthConfig (1.12s) [2021-07-14T07:34:42.996Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-07-14T07:34:42.996Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-07-14T07:34:42.996Z] === RUN TestTokenPassThru [2021-07-14T07:34:42.996Z] --- PASS: TestTokenPassThru (0.01s) [2021-07-14T07:34:42.996Z] === RUN TestTokenPassThruDifferentHost [2021-07-14T07:34:42.996Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-07-14T07:34:42.996Z] PASS [2021-07-14T07:34:42.996Z] coverage: 23.8% of statements [2021-07-14T07:34:42.996Z] ok github.com/docker/docker/distribution 1.603s coverage: 23.8% of statements [2021-07-14T07:34:42.996Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-07-14T07:34:42.996Z] --- PASS: TestInactiveJobs (0.55s) [2021-07-14T07:34:42.996Z] === RUN TestWatchRelease [2021-07-14T07:34:42.996Z] --- PASS: TestWatchRelease (0.09s) [2021-07-14T07:34:42.996Z] === RUN TestWatchFinishedTransfer [2021-07-14T07:34:42.996Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-07-14T07:34:42.996Z] === RUN TestDuplicateTransfer [2021-07-14T07:34:43.225Z] --- PASS: TestFailOnce (1.14s) [2021-07-14T07:34:43.225Z] === RUN TestEchoInputOutput [2021-07-14T07:34:43.225Z] --- PASS: TestEchoInputOutput (0.00s) [2021-07-14T07:34:43.225Z] === RUN TestBackoff [2021-07-14T07:34:43.225Z] --- PASS: TestBackoff (0.00s) [2021-07-14T07:34:43.225Z] === RUN TestAbortRetry [2021-07-14T07:34:43.225Z] --- PASS: TestAbortRetry (0.00s) [2021-07-14T07:34:43.225Z] === RUN TestClientScheme [2021-07-14T07:34:43.225Z] --- PASS: TestClientScheme (0.00s) [2021-07-14T07:34:43.225Z] === RUN TestNewClientWithTimeout [2021-07-14T07:34:43.236Z] --- PASS: TestServiceUpdateSecrets (15.13s) [2021-07-14T07:34:43.236Z] === RUN TestServiceUpdateConfigs [2021-07-14T07:34:43.457Z] === RUN TestFSGetInvalidData [2021-07-14T07:34:43.457Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-07-14T07:34:43.457Z] === RUN TestFSInvalidSet [2021-07-14T07:34:43.457Z] --- PASS: TestDuplicateTransfer (0.09s) [2021-07-14T07:34:43.457Z] === RUN TestSuccessfulUpload [2021-07-14T07:34:43.457Z] --- PASS: TestFSInvalidSet (0.04s) [2021-07-14T07:34:43.457Z] === RUN TestFSInvalidRoot [2021-07-14T07:34:43.457Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-07-14T07:34:43.457Z] === RUN TestFSMetadataGetSet [2021-07-14T07:34:43.457Z] --- PASS: TestFSMetadataGetSet (0.04s) [2021-07-14T07:34:43.457Z] === RUN TestFSInvalidWalker [2021-07-14T07:34:43.457Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-07-14T07:34:43.457Z] === RUN TestFSGetSet [2021-07-14T07:34:43.457Z] --- PASS: TestFSGetSet (0.02s) [2021-07-14T07:34:43.457Z] === RUN TestFSGetUnsetKey [2021-07-14T07:34:43.457Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-07-14T07:34:43.457Z] === RUN TestFSGetEmptyData [2021-07-14T07:34:43.457Z] --- PASS: TestFSGetEmptyData (0.01s) [2021-07-14T07:34:43.457Z] === RUN TestFSDelete [2021-07-14T07:34:43.457Z] --- PASS: TestFSDelete (0.01s) [2021-07-14T07:34:43.457Z] === RUN TestFSWalker [2021-07-14T07:34:43.457Z] --- PASS: TestFSWalker (0.01s) [2021-07-14T07:34:43.457Z] === RUN TestFSWalkerStopOnError [2021-07-14T07:34:43.458Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-07-14T07:34:43.458Z] === RUN TestNewFromJSON [2021-07-14T07:34:43.458Z] --- PASS: TestNewFromJSON (0.00s) [2021-07-14T07:34:43.458Z] === RUN TestNewFromJSONWithInvalidJSON [2021-07-14T07:34:43.458Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-07-14T07:34:43.458Z] === RUN TestMarshalKeyOrder [2021-07-14T07:34:43.458Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-07-14T07:34:43.458Z] === RUN TestHistoryEqual [2021-07-14T07:34:43.458Z] --- PASS: TestHistoryEqual (0.13s) [2021-07-14T07:34:43.458Z] === RUN TestImage [2021-07-14T07:34:43.458Z] --- PASS: TestImage (0.00s) [2021-07-14T07:34:43.458Z] === RUN TestImageOSNotEmpty [2021-07-14T07:34:43.458Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-07-14T07:34:43.458Z] === RUN TestNewChildImageFromImageWithRootFS [2021-07-14T07:34:43.458Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-07-14T07:34:43.458Z] === RUN TestCreate [2021-07-14T07:34:43.458Z] --- PASS: TestCreate (0.00s) [2021-07-14T07:34:43.458Z] === RUN TestRestore [2021-07-14T07:34:43.458Z] time="2021-07-14T07:34:43Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-07-14T07:34:43.458Z] time="2021-07-14T07:34:43Z" level=error msg="Upload failed, retrying: simulating retry" [2021-07-14T07:34:43.458Z] --- PASS: TestRestore (0.05s) [2021-07-14T07:34:43.458Z] === RUN TestAddDelete [2021-07-14T07:34:43.458Z] --- PASS: TestAddDelete (0.03s) [2021-07-14T07:34:43.458Z] === RUN TestSearchAfterDelete [2021-07-14T07:34:43.458Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-07-14T07:34:43.458Z] === RUN TestParentReset [2021-07-14T07:34:43.685Z] --- PASS: TestRequest (6.00s) [2021-07-14T07:34:43.685Z] === RUN TestOverlappingRequests [2021-07-14T07:34:43.685Z] --- PASS: TestPubSubRace (1.04s) [2021-07-14T07:34:43.685Z] PASS [2021-07-14T07:34:43.685Z] coverage: 75.0% of statements [2021-07-14T07:34:43.685Z] ok github.com/docker/docker/pkg/pubsub 1.075s coverage: 75.0% of statements [2021-07-14T07:34:43.685Z] time="2021-07-14T07:34:43Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.Echo: Post \"http://127.0.0.1:49313/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-07-14T07:34:43.919Z] --- PASS: TestParentReset (0.03s) [2021-07-14T07:34:43.919Z] === RUN TestGetAndSetLastUpdated [2021-07-14T07:34:43.919Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-07-14T07:34:43.919Z] === RUN TestStoreLen [2021-07-14T07:34:43.919Z] --- PASS: TestStoreLen (0.06s) [2021-07-14T07:34:43.919Z] PASS [2021-07-14T07:34:43.919Z] coverage: 86.6% of statements [2021-07-14T07:34:43.919Z] --- PASS: TestSuccessfulUpload (0.49s) [2021-07-14T07:34:43.919Z] === RUN TestCancelledUpload [2021-07-14T07:34:43.919Z] --- PASS: TestCancelledUpload (0.00s) [2021-07-14T07:34:43.919Z] PASS [2021-07-14T07:34:43.919Z] coverage: 76.8% of statements [2021-07-14T07:34:43.919Z] ok github.com/docker/docker/image 0.584s coverage: 86.6% of statements [2021-07-14T07:34:43.919Z] ok github.com/docker/docker/distribution/xfer 2.528s coverage: 76.8% of statements [2021-07-14T07:34:43.919Z] ? github.com/docker/docker/dockerversion [no test files] [2021-07-14T07:34:43.919Z] === RUN TestCompare [2021-07-14T07:34:43.919Z] --- PASS: TestCompare (0.00s) [2021-07-14T07:34:43.919Z] PASS [2021-07-14T07:34:43.919Z] coverage: 19.2% of statements [2021-07-14T07:34:43.919Z] ok github.com/docker/docker/image/cache 0.081s coverage: 19.2% of statements [2021-07-14T07:34:44.143Z] --- PASS: TestOverlappingRequests (0.28s) [2021-07-14T07:34:44.144Z] === RUN TestRelease [2021-07-14T07:34:44.144Z] === RUN TestRegister [2021-07-14T07:34:44.144Z] --- PASS: TestRegister (0.00s) [2021-07-14T07:34:44.144Z] === RUN TestCommand [2021-07-14T07:34:44.144Z] --- PASS: TestCommand (0.03s) [2021-07-14T07:34:44.144Z] === RUN TestNaiveSelf [2021-07-14T07:34:44.380Z] === RUN TestValidateManifest [2021-07-14T07:34:44.380Z] === RUN TestValidateManifest/nil [2021-07-14T07:34:44.380Z] === RUN TestValidateManifest/non-nil [2021-07-14T07:34:44.380Z] --- PASS: TestValidateManifest (0.00s) [2021-07-14T07:34:44.380Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-07-14T07:34:44.380Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-07-14T07:34:44.380Z] PASS [2021-07-14T07:34:44.380Z] coverage: 0.7% of statements [2021-07-14T07:34:44.380Z] ok github.com/docker/docker/image/tarexport 0.076s coverage: 0.7% of statements [2021-07-14T07:34:44.603Z] --- PASS: TestNaiveSelf (0.03s) [2021-07-14T07:34:44.603Z] PASS [2021-07-14T07:34:44.603Z] coverage: 82.4% of statements [2021-07-14T07:34:44.603Z] ok github.com/docker/docker/pkg/reexec 0.094s coverage: 82.4% of statements [2021-07-14T07:34:44.603Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (3.61s) [2021-07-14T07:34:44.603Z] === RUN TestNetworkDBGarbageCollection [2021-07-14T07:34:44.719Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-07-14T07:34:44.842Z] === RUN TestMakeV1ConfigFromConfig [2021-07-14T07:34:44.842Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-07-14T07:34:44.842Z] PASS [2021-07-14T07:34:44.842Z] coverage: 25.0% of statements [2021-07-14T07:34:44.842Z] ok github.com/docker/docker/image/v1 0.101s coverage: 25.0% of statements [2021-07-14T07:34:44.842Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-07-14T07:34:44.924Z] --- PASS: TestBuildWithHugeFile (46.19s) [2021-07-14T07:34:44.924Z] === RUN TestBuildWCOWSandboxSize [2021-07-14T07:34:44.924Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-07-14T07:34:44.924Z] --- SKIP: TestBuildWCOWSandboxSize (0.02s) [2021-07-14T07:34:44.924Z] === RUN TestBuildWithEmptyDockerfile [2021-07-14T07:34:44.924Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:34:44.924Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:34:44.924Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:34:44.924Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:34:44.924Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:34:44.924Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:34:44.924Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:34:44.924Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:34:44.924Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:34:44.924Z] --- PASS: TestBuildWithEmptyDockerfile (0.20s) [2021-07-14T07:34:44.924Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2021-07-14T07:34:44.924Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.16s) [2021-07-14T07:34:44.924Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2021-07-14T07:34:44.924Z] === RUN TestBuildPreserveOwnership [2021-07-14T07:34:44.924Z] === RUN TestBuildPreserveOwnership/copy_from [2021-07-14T07:34:44.977Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-07-14T07:34:44.977Z] --- PASS: TestStopContainerWithTimeout/0 (1.97s) [2021-07-14T07:34:44.977Z] --- PASS: TestStopContainerWithTimeout/-1 (3.93s) [2021-07-14T07:34:44.977Z] --- PASS: TestStopContainerWithTimeout/3 (3.21s) [2021-07-14T07:34:44.977Z] --- PASS: TestStopContainerWithTimeout/1 (2.16s) [2021-07-14T07:34:44.977Z] === RUN TestDeleteDevicemapper [2021-07-14T07:34:44.977Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-07-14T07:34:44.977Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-07-14T07:34:44.977Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-07-14T07:34:45.062Z] --- PASS: TestRelease (1.14s) [2021-07-14T07:34:45.062Z] === RUN TestAllocateRandomDeallocate [2021-07-14T07:34:45.062Z] === RUN TestParseSignal [2021-07-14T07:34:45.062Z] --- PASS: TestParseSignal (0.00s) [2021-07-14T07:34:45.062Z] === RUN TestValidSignalForPlatform [2021-07-14T07:34:45.062Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-07-14T07:34:45.062Z] PASS [2021-07-14T07:34:45.062Z] coverage: 19.7% of statements [2021-07-14T07:34:45.062Z] ok github.com/docker/docker/pkg/signal 0.036s coverage: 19.7% of statements [2021-07-14T07:34:45.304Z] === RUN TestSerialization [2021-07-14T07:34:45.304Z] --- PASS: TestSerialization (0.02s) [2021-07-14T07:34:45.304Z] PASS [2021-07-14T07:34:45.304Z] coverage: 87.5% of statements [2021-07-14T07:34:45.304Z] ok github.com/docker/docker/libcontainerd/queue 0.156s coverage: 87.5% of statements [2021-07-14T07:34:45.521Z] time="2021-07-14T07:34:45Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.Echo: Post \"http://127.0.0.1:49313/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-07-14T07:34:45.980Z] === RUN TestNewStdWriter [2021-07-14T07:34:45.980Z] --- PASS: TestNewStdWriter (0.00s) [2021-07-14T07:34:45.980Z] === RUN TestWriteWithUninitializedStdWriter [2021-07-14T07:34:45.980Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-07-14T07:34:45.980Z] === RUN TestWriteWithNilBytes [2021-07-14T07:34:45.980Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-07-14T07:34:45.980Z] === RUN TestWrite [2021-07-14T07:34:45.980Z] --- PASS: TestWrite (0.00s) [2021-07-14T07:34:45.980Z] === RUN TestWriteWithWriterError [2021-07-14T07:34:45.980Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-07-14T07:34:45.980Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-07-14T07:34:45.980Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-07-14T07:34:45.980Z] === RUN TestStdCopyWriteAndRead [2021-07-14T07:34:45.980Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-07-14T07:34:45.980Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-07-14T07:34:45.980Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-07-14T07:34:45.980Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-07-14T07:34:45.980Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-07-14T07:34:45.980Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-07-14T07:34:45.980Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-07-14T07:34:45.980Z] === RUN TestStdCopyWithInvalidInputHeader [2021-07-14T07:34:45.980Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-07-14T07:34:45.980Z] === RUN TestStdCopyWithCorruptedPrefix [2021-07-14T07:34:45.980Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-07-14T07:34:45.980Z] === RUN TestStdCopyReturnsWriteErrors [2021-07-14T07:34:45.980Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-07-14T07:34:45.980Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-07-14T07:34:45.980Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-07-14T07:34:45.980Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-07-14T07:34:45.980Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-07-14T07:34:45.980Z] PASS [2021-07-14T07:34:45.980Z] coverage: 100.0% of statements [2021-07-14T07:34:45.980Z] ok github.com/docker/docker/pkg/stdcopy 0.034s coverage: 100.0% of statements [2021-07-14T07:34:46.276Z] === RUN TestEnvironmentParsing [2021-07-14T07:34:46.276Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-07-14T07:34:46.276Z] PASS [2021-07-14T07:34:46.276Z] coverage: 1.2% of statements [2021-07-14T07:34:46.276Z] ok github.com/docker/docker/libcontainerd/local 0.065s coverage: 1.2% of statements [2021-07-14T07:34:46.276Z] === RUN TestEmptyLayer [2021-07-14T07:34:46.276Z] --- PASS: TestEmptyLayer (0.00s) [2021-07-14T07:34:46.276Z] === RUN TestCommitFailure [2021-07-14T07:34:46.276Z] --- PASS: TestCommitFailure (0.01s) [2021-07-14T07:34:46.276Z] === RUN TestStartTransactionFailure [2021-07-14T07:34:46.276Z] --- PASS: TestStartTransactionFailure (0.01s) [2021-07-14T07:34:46.276Z] === RUN TestGetOrphan [2021-07-14T07:34:46.276Z] --- PASS: TestGetOrphan (0.01s) [2021-07-14T07:34:46.276Z] === RUN TestMountAndRegister [2021-07-14T07:34:46.440Z] === RUN TestRawProgressFormatterFormatStatus [2021-07-14T07:34:46.440Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-07-14T07:34:46.440Z] === RUN TestRawProgressFormatterFormatProgress [2021-07-14T07:34:46.440Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-07-14T07:34:46.440Z] === RUN TestFormatStatus [2021-07-14T07:34:46.440Z] --- PASS: TestFormatStatus (0.00s) [2021-07-14T07:34:46.440Z] === RUN TestFormatError [2021-07-14T07:34:46.440Z] --- PASS: TestFormatError (0.00s) [2021-07-14T07:34:46.440Z] === RUN TestFormatJSONError [2021-07-14T07:34:46.440Z] --- PASS: TestFormatJSONError (0.00s) [2021-07-14T07:34:46.440Z] === RUN TestJsonProgressFormatterFormatProgress [2021-07-14T07:34:46.440Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-07-14T07:34:46.440Z] === RUN TestJsonProgressFormatterFormatStatus [2021-07-14T07:34:46.440Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-07-14T07:34:46.440Z] === RUN TestNewJSONProgressOutput [2021-07-14T07:34:46.440Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-07-14T07:34:46.440Z] === RUN TestAuxFormatterEmit [2021-07-14T07:34:46.440Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-07-14T07:34:46.440Z] === RUN TestStreamWriterStdout [2021-07-14T07:34:46.440Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-07-14T07:34:46.440Z] === RUN TestStreamWriterStderr [2021-07-14T07:34:46.440Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-07-14T07:34:46.440Z] PASS [2021-07-14T07:34:46.440Z] coverage: 66.2% of statements [2021-07-14T07:34:46.440Z] ok github.com/docker/docker/pkg/streamformatter 0.036s coverage: 66.2% of statements [2021-07-14T07:34:46.739Z] layer_test.go:271: Layer size: 14 [2021-07-14T07:34:46.739Z] --- PASS: TestMountAndRegister (0.11s) [2021-07-14T07:34:46.739Z] === RUN TestLayerRelease [2021-07-14T07:34:46.739Z] layer_test.go:304: Failing on Windows [2021-07-14T07:34:46.739Z] --- SKIP: TestLayerRelease (0.00s) [2021-07-14T07:34:46.739Z] === RUN TestStoreRestore [2021-07-14T07:34:46.739Z] layer_test.go:353: Failing on Windows [2021-07-14T07:34:46.739Z] --- SKIP: TestStoreRestore (0.00s) [2021-07-14T07:34:46.739Z] === RUN TestTarStreamStability [2021-07-14T07:34:46.739Z] layer_test.go:468: Failing on Windows [2021-07-14T07:34:46.739Z] --- SKIP: TestTarStreamStability (0.00s) [2021-07-14T07:34:46.739Z] === RUN TestRegisterExistingLayer [2021-07-14T07:34:46.739Z] --- PASS: TestRegisterExistingLayer (0.15s) [2021-07-14T07:34:46.739Z] === RUN TestTarStreamVerification [2021-07-14T07:34:46.739Z] layer_test.go:697: Failing on Windows [2021-07-14T07:34:46.739Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-07-14T07:34:46.739Z] === RUN TestLayerMigration [2021-07-14T07:34:46.739Z] migration_test.go:46: Failing on Windows [2021-07-14T07:34:46.739Z] --- SKIP: TestLayerMigration (0.00s) [2021-07-14T07:34:46.739Z] === RUN TestLayerMigrationNoTarsplit [2021-07-14T07:34:46.739Z] migration_test.go:182: Failing on Windows [2021-07-14T07:34:46.739Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-07-14T07:34:46.739Z] === RUN TestMountInit [2021-07-14T07:34:46.739Z] mount_test.go:17: Failing on Windows [2021-07-14T07:34:46.739Z] --- SKIP: TestMountInit (0.00s) [2021-07-14T07:34:46.739Z] === RUN TestMountSize [2021-07-14T07:34:46.739Z] mount_test.go:76: Failing on Windows [2021-07-14T07:34:46.739Z] --- SKIP: TestMountSize (0.00s) [2021-07-14T07:34:46.739Z] === RUN TestMountChanges [2021-07-14T07:34:46.739Z] mount_test.go:125: Failing on Windows [2021-07-14T07:34:46.739Z] --- SKIP: TestMountChanges (0.00s) [2021-07-14T07:34:46.739Z] === RUN TestMountApply [2021-07-14T07:34:46.739Z] mount_test.go:212: Failing on Windows [2021-07-14T07:34:46.739Z] --- SKIP: TestMountApply (0.00s) [2021-07-14T07:34:46.739Z] PASS [2021-07-14T07:34:46.739Z] coverage: 30.1% of statements [2021-07-14T07:34:46.739Z] ok github.com/docker/docker/layer 0.358s coverage: 30.1% of statements [2021-07-14T07:34:46.739Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-07-14T07:34:46.739Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-07-14T07:34:46.739Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-07-14T07:34:46.739Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-07-14T07:34:46.900Z] === RUN TestGenerateRandomID [2021-07-14T07:34:46.900Z] --- PASS: TestGenerateRandomID (0.00s) [2021-07-14T07:34:46.900Z] === RUN TestShortenId [2021-07-14T07:34:46.900Z] --- PASS: TestShortenId (0.00s) [2021-07-14T07:34:46.900Z] === RUN TestShortenSha256Id [2021-07-14T07:34:46.900Z] --- PASS: TestShortenSha256Id (0.00s) [2021-07-14T07:34:46.900Z] === RUN TestShortenIdEmpty [2021-07-14T07:34:46.900Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-07-14T07:34:46.900Z] === RUN TestShortenIdInvalid [2021-07-14T07:34:46.900Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-07-14T07:34:46.900Z] === RUN TestIsShortIDNonHex [2021-07-14T07:34:46.900Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-07-14T07:34:46.900Z] === RUN TestIsShortIDNotCorrectSize [2021-07-14T07:34:46.900Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-07-14T07:34:46.900Z] PASS [2021-07-14T07:34:46.900Z] coverage: 70.6% of statements [2021-07-14T07:34:46.900Z] ok github.com/docker/docker/pkg/stringid 0.031s coverage: 70.6% of statements [2021-07-14T07:34:47.201Z] === RUN TestSequenceGetAvailableBit [2021-07-14T07:34:47.201Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-07-14T07:34:47.201Z] === RUN TestSequenceEqual [2021-07-14T07:34:47.201Z] --- PASS: TestSequenceEqual (0.00s) [2021-07-14T07:34:47.201Z] === RUN TestSequenceCopy [2021-07-14T07:34:47.201Z] --- PASS: TestSequenceCopy (0.00s) [2021-07-14T07:34:47.201Z] === RUN TestGetFirstAvailable [2021-07-14T07:34:47.201Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-07-14T07:34:47.201Z] === RUN TestFindSequence [2021-07-14T07:34:47.201Z] --- PASS: TestFindSequence (0.00s) [2021-07-14T07:34:47.201Z] === RUN TestCheckIfAvailable [2021-07-14T07:34:47.201Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-07-14T07:34:47.201Z] === RUN TestMergeSequences [2021-07-14T07:34:47.201Z] --- PASS: TestMergeSequences (0.00s) [2021-07-14T07:34:47.201Z] === RUN TestPushReservation [2021-07-14T07:34:47.201Z] --- PASS: TestPushReservation (0.00s) [2021-07-14T07:34:47.201Z] === RUN TestSerializeDeserialize [2021-07-14T07:34:47.201Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-07-14T07:34:47.201Z] === RUN TestSet [2021-07-14T07:34:47.201Z] --- PASS: TestSet (0.00s) [2021-07-14T07:34:47.201Z] === RUN TestSetUnset [2021-07-14T07:34:47.201Z] --- PASS: TestSetUnset (0.00s) [2021-07-14T07:34:47.201Z] === RUN TestOffsetSetUnset [2021-07-14T07:34:47.201Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-07-14T07:34:47.201Z] === RUN TestSetInRange [2021-07-14T07:34:47.201Z] --- PASS: TestSetInRange (0.00s) [2021-07-14T07:34:47.201Z] === RUN TestSetAnyInRange [2021-07-14T07:34:47.201Z] --- PASS: TestSetAnyInRange (0.00s) [2021-07-14T07:34:47.201Z] === RUN TestMethods [2021-07-14T07:34:47.201Z] --- PASS: TestMethods (0.00s) [2021-07-14T07:34:47.201Z] === RUN TestRandomAllocateDeallocate [2021-07-14T07:34:47.870Z] === RUN TestIsCpusetListAvailable [2021-07-14T07:34:47.870Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-07-14T07:34:47.870Z] PASS [2021-07-14T07:34:47.870Z] coverage: 38.2% of statements [2021-07-14T07:34:47.870Z] ok github.com/docker/docker/pkg/sysinfo 0.043s coverage: 38.2% of statements [2021-07-14T07:34:47.870Z] time="2021-07-14T07:34:47Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.Echo: Post \"http://127.0.0.1:49313/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-07-14T07:34:48.233Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-07-14T07:34:48.329Z] --- PASS: TestAllocateRandomDeallocate (3.25s) [2021-07-14T07:34:48.329Z] === RUN TestRetrieveFromStore [2021-07-14T07:34:49.163Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-07-14T07:34:49.298Z] === RUN TestChtimes [2021-07-14T07:34:49.298Z] --- PASS: TestChtimes (0.00s) [2021-07-14T07:34:49.298Z] === RUN TestChtimesWindows [2021-07-14T07:34:49.298Z] --- PASS: TestChtimesWindows (0.00s) [2021-07-14T07:34:49.298Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-07-14T07:34:49.298Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-07-14T07:34:49.298Z] === RUN TestEnsureRemoveAllNotExist [2021-07-14T07:34:49.298Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-07-14T07:34:49.298Z] === RUN TestEnsureRemoveAllWithDir [2021-07-14T07:34:49.298Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-07-14T07:34:49.298Z] === RUN TestEnsureRemoveAllWithFile [2021-07-14T07:34:49.298Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-07-14T07:34:49.298Z] === RUN TestHasWin32KSupport [2021-07-14T07:34:49.298Z] syscall_windows_test.go:8: win32k: true [2021-07-14T07:34:49.298Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-07-14T07:34:49.298Z] PASS [2021-07-14T07:34:49.298Z] coverage: 12.9% of statements [2021-07-14T07:34:49.298Z] ok github.com/docker/docker/pkg/system 0.041s coverage: 12.9% of statements [2021-07-14T07:34:49.298Z] --- PASS: TestRetrieveFromStore (1.11s) [2021-07-14T07:34:49.298Z] === RUN TestRequestReleaseAddressDuplicate [2021-07-14T07:34:49.298Z] --- PASS: TestRequestReleaseAddressDuplicate (0.02s) [2021-07-14T07:34:49.298Z] === RUN TestParallelPredefinedRequest1 [2021-07-14T07:34:49.298Z] === PAUSE TestParallelPredefinedRequest1 [2021-07-14T07:34:49.298Z] === RUN TestParallelPredefinedRequest2 [2021-07-14T07:34:49.298Z] === PAUSE TestParallelPredefinedRequest2 [2021-07-14T07:34:49.298Z] === RUN TestParallelPredefinedRequest3 [2021-07-14T07:34:49.298Z] === PAUSE TestParallelPredefinedRequest3 [2021-07-14T07:34:49.298Z] === RUN TestParallelPredefinedRequest4 [2021-07-14T07:34:49.298Z] === PAUSE TestParallelPredefinedRequest4 [2021-07-14T07:34:49.298Z] === RUN TestParallelPredefinedRequest5 [2021-07-14T07:34:49.298Z] === PAUSE TestParallelPredefinedRequest5 [2021-07-14T07:34:49.298Z] === RUN TestDebug [2021-07-14T07:34:49.298Z] --- PASS: TestDebug (0.00s) [2021-07-14T07:34:49.298Z] === RUN TestRequestPoolParallel [2021-07-14T07:34:49.622Z] --- PASS: TestBuildPreserveOwnership (4.97s) [2021-07-14T07:34:49.622Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.37s) [2021-07-14T07:34:49.622Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.58s) [2021-07-14T07:34:49.622Z] === RUN TestBuildPlatformInvalid [2021-07-14T07:34:49.622Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2021-07-14T07:34:49.622Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-07-14T07:34:49.757Z] --- PASS: TestRequestPoolParallel (0.35s) [2021-07-14T07:34:49.757Z] === RUN TestFullAllocateRelease [2021-07-14T07:34:49.757Z] === RUN TestTailFile [2021-07-14T07:34:49.757Z] --- PASS: TestTailFile (0.00s) [2021-07-14T07:34:49.757Z] === RUN TestTailFileManyLines [2021-07-14T07:34:49.757Z] --- PASS: TestTailFileManyLines (0.00s) [2021-07-14T07:34:49.757Z] === RUN TestTailEmptyFile [2021-07-14T07:34:49.757Z] --- PASS: TestTailEmptyFile (0.00s) [2021-07-14T07:34:49.757Z] === RUN TestTailNegativeN [2021-07-14T07:34:49.757Z] --- PASS: TestTailNegativeN (0.00s) [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader [2021-07-14T07:34:49.757Z] === CONT TestNewTailReader [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/2_byte_delimiter [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/4_byte_delimiter [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/8_byte_delimiter [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/12_byte_delimiter [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/no_delimiter [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/no_delimiter [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/single_byte_delimiter [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/truncated_last_line [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-07-14T07:34:49.757Z] === CONT TestNewTailReader/2_byte_delimiter [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-07-14T07:34:49.757Z] === CONT TestNewTailReader/no_delimiter [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-07-14T07:34:49.757Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-07-14T07:34:49.757Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-07-14T07:34:49.758Z] === CONT TestNewTailReader/4_byte_delimiter [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-07-14T07:34:49.758Z] === CONT TestNewTailReader/12_byte_delimiter [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-07-14T07:34:49.758Z] === CONT TestNewTailReader/8_byte_delimiter [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-07-14T07:34:49.758Z] === CONT TestNewTailReader/single_byte_delimiter [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-07-14T07:34:49.758Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-07-14T07:34:49.758Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:49.758Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-07-14T07:34:49.758Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:49.758Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:49.758Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:49.758Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:49.758Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-07-14T07:34:49.759Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:49.759Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:34:49.759Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:50.119Z] === RUN TestInvalidConfig [2021-07-14T07:34:50.119Z] --- PASS: TestInvalidConfig (0.00s) [2021-07-14T07:34:50.119Z] === RUN TestConfig [2021-07-14T07:34:50.119Z] --- PASS: TestConfig (0.00s) [2021-07-14T07:34:50.119Z] === RUN TestOptionsLabels [2021-07-14T07:34:50.119Z] --- PASS: TestOptionsLabels (0.00s) [2021-07-14T07:34:50.119Z] === RUN TestValidName [2021-07-14T07:34:50.119Z] --- PASS: TestValidName (0.00s) [2021-07-14T07:34:50.119Z] === RUN TestTLSConfiguration [2021-07-14T07:34:50.119Z] time="2021-07-14T07:34:49Z" level=info msg="Option Initializing KV with TLS" [2021-07-14T07:34:50.119Z] --- PASS: TestTLSConfiguration (0.14s) [2021-07-14T07:34:50.119Z] PASS [2021-07-14T07:34:50.119Z] coverage: 24.0% of statements [2021-07-14T07:34:50.119Z] ok github.com/docker/docker/libnetwork/config 0.242s coverage: 24.0% of statements [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:50.219Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-07-14T07:34:50.219Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.219Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.219Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-07-14T07:34:50.220Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:50.220Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-07-14T07:34:50.221Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:50.221Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:50.221Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.222Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.222Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.223Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:34:50.224Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:34:50.224Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.01s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.01s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:34:50.225Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.01s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:34:50.226Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:34:50.540Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-07-14T07:34:50.582Z] === RUN TestKey [2021-07-14T07:34:50.582Z] --- PASS: TestKey (0.00s) [2021-07-14T07:34:50.582Z] === RUN TestParseKey [2021-07-14T07:34:50.582Z] --- PASS: TestParseKey (0.00s) [2021-07-14T07:34:50.582Z] === RUN TestInvalidDataStore [2021-07-14T07:34:50.582Z] --- PASS: TestInvalidDataStore (0.00s) [2021-07-14T07:34:50.582Z] === RUN TestKVObjectFlatKey [2021-07-14T07:34:50.582Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-07-14T07:34:50.582Z] === RUN TestAtomicKVObjectFlatKey [2021-07-14T07:34:50.582Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-07-14T07:34:50.582Z] PASS [2021-07-14T07:34:50.582Z] coverage: 21.9% of statements [2021-07-14T07:34:50.582Z] ok github.com/docker/docker/libnetwork/datastore 0.060s coverage: 21.9% of statements [2021-07-14T07:34:50.582Z] === RUN TestErrorInterfaces [2021-07-14T07:34:50.582Z] --- PASS: TestErrorInterfaces (0.00s) [2021-07-14T07:34:50.582Z] === RUN TestNetworkMarshalling [2021-07-14T07:34:50.582Z] --- PASS: TestNetworkMarshalling (0.15s) [2021-07-14T07:34:50.582Z] === RUN TestEndpointMarshalling [2021-07-14T07:34:50.582Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-07-14T07:34:50.582Z] === RUN TestAuxAddresses [2021-07-14T07:34:50.582Z] time="2021-07-14T07:34:50Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-07-14T07:34:50.582Z] --- PASS: TestAuxAddresses (0.01s) [2021-07-14T07:34:50.582Z] === RUN TestSRVServiceQuery [2021-07-14T07:34:50.582Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:50.582Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-07-14T07:34:50.582Z] === RUN TestServiceVIPReuse [2021-07-14T07:34:50.582Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:50.582Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-07-14T07:34:50.582Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-07-14T07:34:50.582Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:50.582Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-07-14T07:34:50.582Z] === RUN TestDNSIPQuery [2021-07-14T07:34:50.582Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:50.582Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-07-14T07:34:50.582Z] === RUN TestDNSProxyServFail [2021-07-14T07:34:50.686Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:34:50.686Z] PASS [2021-07-14T07:34:50.686Z] coverage: 88.6% of statements [2021-07-14T07:34:50.686Z] ok github.com/docker/docker/pkg/tailfile 0.180s coverage: 88.6% of statements [2021-07-14T07:34:50.686Z] --- PASS: TestFullAllocateRelease (0.45s) [2021-07-14T07:34:50.686Z] === RUN TestOddAllocateRelease [2021-07-14T07:34:50.686Z] --- PASS: TestOddAllocateRelease (0.27s) [2021-07-14T07:34:50.686Z] === RUN TestFullAllocateSerialReleaseParallel [2021-07-14T07:34:50.686Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2021-07-14T07:34:50.686Z] === RUN TestOddAllocateSerialReleaseParallel [2021-07-14T07:34:50.686Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2021-07-14T07:34:50.686Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-07-14T07:34:50.686Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2021-07-14T07:34:50.686Z] === CONT TestParallelPredefinedRequest1 [2021-07-14T07:34:50.686Z] === CONT TestParallelPredefinedRequest4 [2021-07-14T07:34:50.686Z] === CONT TestParallelPredefinedRequest3 [2021-07-14T07:34:50.686Z] === CONT TestParallelPredefinedRequest2 [2021-07-14T07:34:50.686Z] === CONT TestParallelPredefinedRequest4 [2021-07-14T07:34:50.686Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:34:50.686Z] === CONT TestParallelPredefinedRequest3 [2021-07-14T07:34:50.686Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:34:50.686Z] === CONT TestParallelPredefinedRequest2 [2021-07-14T07:34:50.686Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:34:50.686Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-07-14T07:34:50.686Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-07-14T07:34:50.686Z] === CONT TestParallelPredefinedRequest1 [2021-07-14T07:34:50.686Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:34:50.686Z] === CONT TestParallelPredefinedRequest5 [2021-07-14T07:34:50.686Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:34:50.686Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-07-14T07:34:50.686Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-07-14T07:34:50.686Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-07-14T07:34:50.686Z] PASS [2021-07-14T07:34:50.686Z] coverage: 85.3% of statements [2021-07-14T07:34:50.686Z] ok github.com/docker/docker/libnetwork/ipam 44.095s coverage: 85.3% of statements [2021-07-14T07:34:51.044Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:51.044Z] --- SKIP: TestDNSProxyServFail (0.01s) [2021-07-14T07:34:51.044Z] === RUN TestSandboxAddEmpty [2021-07-14T07:34:51.044Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:51.044Z] --- SKIP: TestSandboxAddEmpty (0.01s) [2021-07-14T07:34:51.044Z] === RUN TestSandboxAddMultiPrio [2021-07-14T07:34:51.044Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:51.044Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-07-14T07:34:51.044Z] === RUN TestSandboxAddSamePrio [2021-07-14T07:34:51.044Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:51.044Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-07-14T07:34:51.044Z] === RUN TestCleanupServiceDiscovery [2021-07-14T07:34:51.044Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:51.044Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-07-14T07:34:51.044Z] === RUN TestDNSOptions [2021-07-14T07:34:51.044Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:34:51.044Z] --- SKIP: TestDNSOptions (0.00s) [2021-07-14T07:34:51.044Z] === RUN TestMultipleControllersWithSameStore [2021-07-14T07:34:51.044Z] time="2021-07-14T07:34:50Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-07-14T07:34:51.044Z] time="2021-07-14T07:34:50Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-07-14T07:34:51.044Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-07-14T07:34:51.044Z] PASS [2021-07-14T07:34:51.044Z] coverage: 8.6% of statements [2021-07-14T07:34:51.044Z] ok github.com/docker/docker/libnetwork 0.317s coverage: 8.6% of statements [2021-07-14T07:34:51.044Z] ? github.com/docker/docker/libnetwork/api [no test files] [2021-07-14T07:34:51.044Z] === RUN TestIPDataMarshalling [2021-07-14T07:34:51.044Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-07-14T07:34:51.044Z] === RUN TestValidateAndIsV6 [2021-07-14T07:34:51.044Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-07-14T07:34:51.044Z] PASS [2021-07-14T07:34:51.044Z] coverage: 68.9% of statements [2021-07-14T07:34:51.044Z] ok github.com/docker/docker/libnetwork/driverapi 0.050s coverage: 68.9% of statements [2021-07-14T07:34:51.146Z] === RUN TestTarSumRemoveNonExistent [2021-07-14T07:34:51.146Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-07-14T07:34:51.146Z] === RUN TestTarSumRemove [2021-07-14T07:34:51.146Z] --- PASS: TestTarSumRemove (0.00s) [2021-07-14T07:34:51.146Z] === RUN TestSortFileInfoSums [2021-07-14T07:34:51.146Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-07-14T07:34:51.146Z] === RUN TestNewTarSumForLabelInvalid [2021-07-14T07:34:51.146Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-07-14T07:34:51.146Z] === RUN TestNewTarSumForLabel [2021-07-14T07:34:51.146Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-07-14T07:34:51.146Z] === RUN TestEmptyTar [2021-07-14T07:34:51.146Z] --- PASS: TestEmptyTar (0.00s) [2021-07-14T07:34:51.146Z] === RUN TestTarSumsReadSize [2021-07-14T07:34:51.146Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-07-14T07:34:51.146Z] === RUN TestTarSums [2021-07-14T07:34:51.146Z] --- PASS: TestTarSums (0.06s) [2021-07-14T07:34:51.146Z] === RUN TestIteration [2021-07-14T07:34:51.146Z] --- PASS: TestIteration (0.00s) [2021-07-14T07:34:51.146Z] === RUN TestVersionLabelForChecksum [2021-07-14T07:34:51.146Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-07-14T07:34:51.146Z] === RUN TestVersion [2021-07-14T07:34:51.146Z] --- PASS: TestVersion (0.00s) [2021-07-14T07:34:51.146Z] === RUN TestGetVersion [2021-07-14T07:34:51.146Z] --- PASS: TestGetVersion (0.00s) [2021-07-14T07:34:51.146Z] === RUN TestGetVersions [2021-07-14T07:34:51.146Z] --- PASS: TestGetVersions (0.00s) [2021-07-14T07:34:51.146Z] PASS [2021-07-14T07:34:51.146Z] coverage: 89.3% of statements [2021-07-14T07:34:51.146Z] ok github.com/docker/docker/pkg/tarsum 0.109s coverage: 89.3% of statements [2021-07-14T07:34:51.477Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.58s) [2021-07-14T07:34:51.477Z] === RUN TestUpdateMemory [2021-07-14T07:34:51.477Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:34:51.477Z] --- SKIP: TestUpdateMemory (0.00s) [2021-07-14T07:34:51.477Z] === RUN TestUpdateCPUQuota [2021-07-14T07:34:51.506Z] === RUN TestDriver [2021-07-14T07:34:51.506Z] --- PASS: TestDriver (0.00s) [2021-07-14T07:34:51.506Z] PASS [2021-07-14T07:34:51.506Z] coverage: 34.8% of statements [2021-07-14T07:34:51.605Z] testing: warning: no tests to run [2021-07-14T07:34:51.605Z] PASS [2021-07-14T07:34:51.605Z] coverage: [no statements] [2021-07-14T07:34:51.605Z] ok github.com/docker/docker/pkg/term/windows 0.033s coverage: [no statements] [no tests to run] [2021-07-14T07:34:51.968Z] ok github.com/docker/docker/libnetwork/drivers/host 0.050s coverage: 34.8% of statements [2021-07-14T07:34:51.968Z] === RUN TestDriver [2021-07-14T07:34:51.968Z] --- PASS: TestDriver (0.00s) [2021-07-14T07:34:51.968Z] PASS [2021-07-14T07:34:51.968Z] coverage: 34.8% of statements [2021-07-14T07:34:51.968Z] ok github.com/docker/docker/libnetwork/drivers/null 0.044s coverage: 34.8% of statements [2021-07-14T07:34:52.429Z] === RUN TestNetworkAllocateFree [2021-07-14T07:34:52.429Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-07-14T07:34:52.429Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-07-14T07:34:52.429Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-07-14T07:34:52.429Z] PASS [2021-07-14T07:34:52.429Z] coverage: 63.6% of statements [2021-07-14T07:34:52.429Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.069s coverage: 63.6% of statements [2021-07-14T07:34:52.574Z] === RUN TestTruncIndex [2021-07-14T07:34:52.574Z] time="2021-07-14T07:34:52Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49313/Test.Echo: Post \"http://127.0.0.1:49313/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-07-14T07:34:52.574Z] --- PASS: TestTruncIndex (0.11s) [2021-07-14T07:34:52.574Z] PASS [2021-07-14T07:34:52.574Z] coverage: 91.5% of statements [2021-07-14T07:34:52.574Z] ok github.com/docker/docker/pkg/truncindex 0.134s coverage: 91.5% of statements [2021-07-14T07:34:52.892Z] === RUN TestGetEmptyCapabilities [2021-07-14T07:34:52.892Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-07-14T07:34:52.892Z] === RUN TestGetExtraCapabilities [2021-07-14T07:34:52.892Z] --- PASS: TestGetExtraCapabilities (0.01s) [2021-07-14T07:34:52.892Z] === RUN TestGetInvalidCapabilities [2021-07-14T07:34:52.892Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2021-07-14T07:34:52.892Z] === RUN TestRemoteDriver [2021-07-14T07:34:52.892Z] --- PASS: TestRemoteDriver (0.01s) [2021-07-14T07:34:52.892Z] === RUN TestDriverError [2021-07-14T07:34:52.892Z] --- PASS: TestDriverError (0.00s) [2021-07-14T07:34:52.892Z] === RUN TestMissingValues [2021-07-14T07:34:52.892Z] --- PASS: TestMissingValues (0.00s) [2021-07-14T07:34:52.892Z] === RUN TestRollback [2021-07-14T07:34:52.892Z] --- PASS: TestRollback (0.00s) [2021-07-14T07:34:52.892Z] PASS [2021-07-14T07:34:52.892Z] coverage: 57.4% of statements [2021-07-14T07:34:52.892Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.095s coverage: 57.4% of statements [2021-07-14T07:34:53.033Z] === RUN TestIsGIT [2021-07-14T07:34:53.033Z] --- PASS: TestIsGIT (0.00s) [2021-07-14T07:34:53.033Z] === RUN TestIsTransport [2021-07-14T07:34:53.033Z] --- PASS: TestIsTransport (0.00s) [2021-07-14T07:34:53.033Z] PASS [2021-07-14T07:34:53.033Z] coverage: 100.0% of statements [2021-07-14T07:34:53.033Z] ok github.com/docker/docker/pkg/urlutil 0.033s coverage: 100.0% of statements [2021-07-14T07:34:53.354Z] === RUN TestNAT [2021-07-14T07:34:53.354Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-07-14T07:34:53.354Z] --- SKIP: TestNAT (0.00s) [2021-07-14T07:34:53.354Z] === RUN TestTransparent [2021-07-14T07:34:53.354Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-07-14T07:34:53.354Z] --- SKIP: TestTransparent (0.00s) [2021-07-14T07:34:53.354Z] PASS [2021-07-14T07:34:53.354Z] coverage: 0.0% of statements [2021-07-14T07:34:53.354Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.056s coverage: 0.0% of statements [2021-07-14T07:34:53.383Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-07-14T07:34:53.383Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-07-14T07:34:53.493Z] === RUN TestVersionInfo [2021-07-14T07:34:53.493Z] --- PASS: TestVersionInfo (0.00s) [2021-07-14T07:34:53.493Z] === RUN TestAppendVersions [2021-07-14T07:34:53.493Z] --- PASS: TestAppendVersions (0.00s) [2021-07-14T07:34:53.493Z] PASS [2021-07-14T07:34:53.493Z] coverage: 88.9% of statements [2021-07-14T07:34:53.493Z] ok github.com/docker/docker/pkg/useragent 0.043s coverage: 88.9% of statements [2021-07-14T07:34:53.817Z] === RUN TestBuildDefault [2021-07-14T07:34:53.817Z] --- PASS: TestBuildDefault (0.00s) [2021-07-14T07:34:53.817Z] === RUN TestBuildHostnameDomainname [2021-07-14T07:34:53.817Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-07-14T07:34:53.817Z] === RUN TestBuildHostname [2021-07-14T07:34:53.817Z] --- PASS: TestBuildHostname (0.00s) [2021-07-14T07:34:53.817Z] === RUN TestBuildHostnameFQDN [2021-07-14T07:34:53.817Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-07-14T07:34:53.817Z] === RUN TestBuildNoIP [2021-07-14T07:34:53.817Z] --- PASS: TestBuildNoIP (0.00s) [2021-07-14T07:34:53.817Z] === RUN TestUpdate [2021-07-14T07:34:53.817Z] --- PASS: TestUpdate (0.00s) [2021-07-14T07:34:53.817Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-07-14T07:34:53.817Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-07-14T07:34:53.817Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-07-14T07:34:53.817Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-07-14T07:34:53.817Z] === RUN TestAddEmpty [2021-07-14T07:34:53.817Z] --- PASS: TestAddEmpty (0.00s) [2021-07-14T07:34:53.817Z] === RUN TestAdd [2021-07-14T07:34:53.817Z] --- PASS: TestAdd (0.00s) [2021-07-14T07:34:53.817Z] === RUN TestDeleteEmpty [2021-07-14T07:34:53.817Z] --- PASS: TestDeleteEmpty (0.00s) [2021-07-14T07:34:53.817Z] === RUN TestDeleteNewline [2021-07-14T07:34:53.817Z] --- PASS: TestDeleteNewline (0.00s) [2021-07-14T07:34:53.817Z] === RUN TestDelete [2021-07-14T07:34:53.817Z] --- PASS: TestDelete (0.00s) [2021-07-14T07:34:53.817Z] === RUN TestConcurrentWrites [2021-07-14T07:34:53.949Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-07-14T07:34:54.207Z] === RUN TestDockerSuite/TestBuildCmd [2021-07-14T07:34:54.278Z] --- PASS: TestConcurrentWrites (0.17s) [2021-07-14T07:34:54.279Z] PASS [2021-07-14T07:34:54.279Z] coverage: 81.2% of statements [2021-07-14T07:34:54.279Z] ok github.com/docker/docker/libnetwork/etchosts 0.239s coverage: 81.2% of statements [2021-07-14T07:34:54.279Z] === RUN TestNew [2021-07-14T07:34:54.279Z] --- PASS: TestNew (0.00s) [2021-07-14T07:34:54.279Z] === RUN TestAddDriver [2021-07-14T07:34:54.279Z] --- PASS: TestAddDriver (0.00s) [2021-07-14T07:34:54.279Z] === RUN TestAddDuplicateDriver [2021-07-14T07:34:54.279Z] --- PASS: TestAddDuplicateDriver (0.01s) [2021-07-14T07:34:54.279Z] === RUN TestIPAMDefaultAddressSpaces [2021-07-14T07:34:54.279Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-07-14T07:34:54.279Z] === RUN TestDriver [2021-07-14T07:34:54.279Z] --- PASS: TestDriver (0.00s) [2021-07-14T07:34:54.279Z] === RUN TestIPAM [2021-07-14T07:34:54.279Z] --- PASS: TestIPAM (0.00s) [2021-07-14T07:34:54.279Z] === RUN TestWalkIPAMs [2021-07-14T07:34:54.279Z] --- PASS: TestWalkIPAMs (0.00s) [2021-07-14T07:34:54.279Z] === RUN TestWalkDrivers [2021-07-14T07:34:54.279Z] --- PASS: TestWalkDrivers (0.00s) [2021-07-14T07:34:54.279Z] PASS [2021-07-14T07:34:54.279Z] coverage: 82.4% of statements [2021-07-14T07:34:54.279Z] --- PASS: TestRandomAllocateDeallocate (6.92s) [2021-07-14T07:34:54.279Z] === RUN TestAllocateRandomDeallocate [2021-07-14T07:34:54.279Z] ok github.com/docker/docker/libnetwork/drvregistry 0.096s coverage: 82.4% of statements [2021-07-14T07:34:54.466Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-07-14T07:34:54.740Z] === RUN TestDiff [2021-07-14T07:34:54.740Z] --- PASS: TestDiff (0.00s) [2021-07-14T07:34:54.740Z] === RUN TestAddedCallback [2021-07-14T07:34:54.740Z] --- PASS: TestAddedCallback (0.00s) [2021-07-14T07:34:54.740Z] === RUN TestRemovedCallback [2021-07-14T07:34:54.740Z] --- PASS: TestRemovedCallback (0.00s) [2021-07-14T07:34:54.740Z] === RUN TestNoCallback [2021-07-14T07:34:54.740Z] --- PASS: TestNoCallback (0.00s) [2021-07-14T07:34:54.740Z] PASS [2021-07-14T07:34:54.740Z] coverage: 48.1% of statements [2021-07-14T07:34:54.740Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.043s coverage: 48.1% of statements [2021-07-14T07:34:55.031Z] === RUN TestValidatePrivileges [2021-07-14T07:34:55.031Z] --- PASS: TestValidatePrivileges (0.00s) [2021-07-14T07:34:55.032Z] === RUN TestFilterByCapNeg [2021-07-14T07:34:55.032Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-07-14T07:34:55.032Z] === RUN TestFilterByCapPos [2021-07-14T07:34:55.032Z] --- PASS: TestFilterByCapPos (0.00s) [2021-07-14T07:34:55.032Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-07-14T07:34:55.032Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-07-14T07:34:55.032Z] PASS [2021-07-14T07:34:55.032Z] coverage: 12.0% of statements [2021-07-14T07:34:55.032Z] ok github.com/docker/docker/plugin 0.045s coverage: 12.0% of statements [2021-07-14T07:34:55.033Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-07-14T07:34:55.202Z] === RUN TestNew [2021-07-14T07:34:55.202Z] --- PASS: TestNew (0.00s) [2021-07-14T07:34:55.202Z] === RUN TestAllocate [2021-07-14T07:34:55.202Z] --- PASS: TestAllocate (0.00s) [2021-07-14T07:34:55.202Z] === RUN TestUninitialized [2021-07-14T07:34:55.202Z] --- PASS: TestUninitialized (0.00s) [2021-07-14T07:34:55.202Z] === RUN TestAllocateInRange [2021-07-14T07:34:55.202Z] --- PASS: TestAllocateInRange (0.00s) [2021-07-14T07:34:55.202Z] === RUN TestAllocateSerial [2021-07-14T07:34:55.202Z] --- PASS: TestAllocateSerial (0.00s) [2021-07-14T07:34:55.202Z] PASS [2021-07-14T07:34:55.202Z] coverage: 87.5% of statements [2021-07-14T07:34:55.202Z] ok github.com/docker/docker/libnetwork/idm 0.040s coverage: 87.5% of statements [2021-07-14T07:34:55.291Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-07-14T07:34:55.291Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-07-14T07:34:55.291Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-07-14T07:34:55.291Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-07-14T07:34:55.458Z] --- PASS: TestServiceUpdateConfigs (15.06s) [2021-07-14T07:34:55.458Z] === RUN TestServiceUpdateNetwork [2021-07-14T07:34:55.664Z] === RUN TestCaller [2021-07-14T07:34:55.664Z] --- PASS: TestCaller (0.00s) [2021-07-14T07:34:55.664Z] PASS [2021-07-14T07:34:55.664Z] coverage: 100.0% of statements [2021-07-14T07:34:55.664Z] ok github.com/docker/docker/libnetwork/internal/caller 0.043s coverage: 100.0% of statements [2021-07-14T07:34:55.664Z] --- PASS: TestAllocateRandomDeallocate (1.28s) [2021-07-14T07:34:55.664Z] === RUN TestAllocateRandomDeallocateSerialize [2021-07-14T07:34:56.038Z] === RUN TestNewSettable [2021-07-14T07:34:56.039Z] --- PASS: TestNewSettable (0.00s) [2021-07-14T07:34:56.039Z] === RUN TestIsSettable [2021-07-14T07:34:56.039Z] --- PASS: TestIsSettable (0.00s) [2021-07-14T07:34:56.039Z] === RUN TestUpdateSettingsEnv [2021-07-14T07:34:56.039Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-07-14T07:34:56.039Z] PASS [2021-07-14T07:34:56.039Z] coverage: 20.0% of statements [2021-07-14T07:34:56.039Z] ok github.com/docker/docker/plugin/v2 0.036s coverage: 20.0% of statements [2021-07-14T07:34:56.126Z] === RUN TestSetSerialInsertDelete [2021-07-14T07:34:56.126Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-07-14T07:34:56.126Z] === RUN TestSetParallelInsertDelete [2021-07-14T07:34:56.234Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-07-14T07:34:56.587Z] === RUN TestPoolRequest [2021-07-14T07:34:56.587Z] --- PASS: TestPoolRequest (0.00s) [2021-07-14T07:34:56.587Z] === RUN TestOtherRequests [2021-07-14T07:34:56.587Z] --- PASS: TestOtherRequests (0.00s) [2021-07-14T07:34:56.587Z] PASS [2021-07-14T07:34:56.587Z] coverage: 57.1% of statements [2021-07-14T07:34:56.587Z] ok github.com/docker/docker/libnetwork/ipams/null 0.064s coverage: 57.1% of statements [2021-07-14T07:34:57.007Z] === RUN TestLoad [2021-07-14T07:34:57.007Z] --- PASS: TestLoad (0.00s) [2021-07-14T07:34:57.007Z] === RUN TestSave [2021-07-14T07:34:57.007Z] --- PASS: TestSave (0.02s) [2021-07-14T07:34:57.007Z] === RUN TestAddDeleteGet [2021-07-14T07:34:57.007Z] --- PASS: TestAddDeleteGet (0.03s) [2021-07-14T07:34:57.007Z] === RUN TestInvalidTags [2021-07-14T07:34:57.007Z] --- PASS: TestInvalidTags (0.00s) [2021-07-14T07:34:57.007Z] PASS [2021-07-14T07:34:57.007Z] coverage: 84.4% of statements [2021-07-14T07:34:57.007Z] ok github.com/docker/docker/reference 0.086s coverage: 84.4% of statements [2021-07-14T07:34:57.048Z] === RUN TestInt2IP2IntConversion [2021-07-14T07:34:57.510Z] --- PASS: TestInt2IP2IntConversion (0.56s) [2021-07-14T07:34:57.510Z] === RUN TestGetAddressVersion [2021-07-14T07:34:57.510Z] --- PASS: TestGetAddressVersion (0.00s) [2021-07-14T07:34:57.510Z] === RUN TestKeyString [2021-07-14T07:34:57.510Z] --- PASS: TestKeyString (0.00s) [2021-07-14T07:34:57.510Z] === RUN TestPoolDataMarshal [2021-07-14T07:34:57.510Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-07-14T07:34:57.510Z] === RUN TestSubnetsMarshal [2021-07-14T07:34:57.510Z] --- PASS: TestSubnetsMarshal (0.11s) [2021-07-14T07:34:57.510Z] === RUN TestAddSubnets [2021-07-14T07:34:57.510Z] --- PASS: TestAddSubnets (0.08s) [2021-07-14T07:34:57.510Z] === RUN TestDoublePoolRelease [2021-07-14T07:34:57.510Z] --- PASS: TestDoublePoolRelease (0.06s) [2021-07-14T07:34:57.510Z] === RUN TestAddReleasePoolID [2021-07-14T07:34:57.972Z] --- PASS: TestAddReleasePoolID (0.16s) [2021-07-14T07:34:57.972Z] === RUN TestPredefinedPool [2021-07-14T07:34:57.972Z] --- PASS: TestPredefinedPool (0.04s) [2021-07-14T07:34:57.972Z] === RUN TestRemoveSubnet [2021-07-14T07:34:57.972Z] === RUN TestGetCapabilities [2021-07-14T07:34:57.972Z] --- PASS: TestGetCapabilities (0.01s) [2021-07-14T07:34:57.972Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-07-14T07:34:57.972Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-07-14T07:34:57.972Z] === RUN TestGetDefaultAddressSpaces [2021-07-14T07:34:57.972Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2021-07-14T07:34:57.972Z] === RUN TestRemoteDriver [2021-07-14T07:34:57.972Z] --- PASS: TestRemoteDriver (0.01s) [2021-07-14T07:34:57.972Z] PASS [2021-07-14T07:34:57.972Z] coverage: 47.4% of statements [2021-07-14T07:34:57.972Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.073s coverage: 47.4% of statements [2021-07-14T07:34:57.972Z] --- PASS: TestAllocateRandomDeallocateSerialize (2.47s) [2021-07-14T07:34:57.972Z] === RUN TestRetrieveFromStore [2021-07-14T07:34:57.972Z] --- PASS: TestRemoveSubnet (0.26s) [2021-07-14T07:34:57.972Z] === RUN TestGetSameAddress [2021-07-14T07:34:57.976Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-07-14T07:34:57.976Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-07-14T07:34:57.976Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-07-14T07:34:57.976Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-07-14T07:34:58.434Z] --- PASS: TestGetSameAddress (0.04s) [2021-07-14T07:34:58.434Z] === RUN TestPoolAllocationReuse [2021-07-14T07:34:58.435Z] === RUN TestResolveAuthConfigIndexServer [2021-07-14T07:34:58.435Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-07-14T07:34:58.435Z] === RUN TestResolveAuthConfigFullURL [2021-07-14T07:34:58.435Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-07-14T07:34:58.435Z] === RUN TestLoadAllowNondistributableArtifacts [2021-07-14T07:34:58.435Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-07-14T07:34:58.435Z] === RUN TestValidateMirror [2021-07-14T07:34:58.435Z] --- PASS: TestValidateMirror (0.00s) [2021-07-14T07:34:58.435Z] === RUN TestLoadInsecureRegistries [2021-07-14T07:34:58.765Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-07-14T07:34:58.895Z] time="2021-07-14T07:34:58Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-07-14T07:34:58.895Z] time="2021-07-14T07:34:58Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-07-14T07:34:58.895Z] time="2021-07-14T07:34:58Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-07-14T07:34:58.895Z] --- PASS: TestLoadInsecureRegistries (0.12s) [2021-07-14T07:34:58.895Z] === RUN TestNewServiceConfig [2021-07-14T07:34:58.895Z] --- PASS: TestNewServiceConfig (0.00s) [2021-07-14T07:34:58.895Z] === RUN TestValidateIndexName [2021-07-14T07:34:58.895Z] --- PASS: TestValidateIndexName (0.00s) [2021-07-14T07:34:58.895Z] === RUN TestValidateIndexNameWithError [2021-07-14T07:34:58.895Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-07-14T07:34:58.895Z] === RUN TestEndpointParse [2021-07-14T07:34:58.895Z] --- PASS: TestEndpointParse (0.00s) [2021-07-14T07:34:58.895Z] === RUN TestEndpointParseInvalid [2021-07-14T07:34:58.896Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-07-14T07:34:58.896Z] === RUN TestValidateEndpoint [2021-07-14T07:34:58.896Z] --- PASS: TestValidateEndpoint (0.00s) [2021-07-14T07:34:58.896Z] === RUN TestPing [2021-07-14T07:34:58.896Z] --- PASS: TestPing (0.00s) [2021-07-14T07:34:58.896Z] === RUN TestPingRegistryEndpoint [2021-07-14T07:34:58.896Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:34:58.896Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-07-14T07:34:58.896Z] === RUN TestEndpoint [2021-07-14T07:34:58.896Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:34:58.896Z] --- SKIP: TestEndpoint (0.00s) [2021-07-14T07:34:58.896Z] === RUN TestParseRepositoryInfo [2021-07-14T07:34:58.896Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-07-14T07:34:58.896Z] === RUN TestNewIndexInfo [2021-07-14T07:34:58.896Z] --- PASS: TestNewIndexInfo (0.00s) [2021-07-14T07:34:58.896Z] === RUN TestMirrorEndpointLookup [2021-07-14T07:34:58.896Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:34:58.896Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2021-07-14T07:34:58.896Z] === RUN TestSearchRepositories [2021-07-14T07:34:58.896Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-07-14T07:34:58.896Z] Host: 127.0.0.1:49326 [2021-07-14T07:34:58.896Z] User-Agent: docker test client [2021-07-14T07:34:58.896Z] Authorization: Token fake-token [2021-07-14T07:34:58.896Z] X-Docker-Token: true [2021-07-14T07:34:58.896Z] Accept-Encoding: gzip [2021-07-14T07:34:58.896Z] [2021-07-14T07:34:58.896Z] [2021-07-14T07:34:58.896Z] registry_test.go:730: HTTP/1.1 200 OK [2021-07-14T07:34:58.896Z] Connection: close [2021-07-14T07:34:58.896Z] Content-Length: 144 [2021-07-14T07:34:58.896Z] Cache-Control: no-cache [2021-07-14T07:34:58.896Z] Content-Type: application/json [2021-07-14T07:34:58.896Z] Date: Wed, 14 Jul 2021 07:34:58 GMT [2021-07-14T07:34:58.896Z] Expires: -1 [2021-07-14T07:34:58.896Z] Pragma: no-cache [2021-07-14T07:34:58.896Z] Server: docker-tests/mock [2021-07-14T07:34:58.896Z] X-Docker-Registry-Config: mock [2021-07-14T07:34:58.896Z] X-Docker-Registry-Version: 0.0.0 [2021-07-14T07:34:58.896Z] [2021-07-14T07:34:58.896Z] [2021-07-14T07:34:58.896Z] --- PASS: TestSearchRepositories (0.00s) [2021-07-14T07:34:58.896Z] === RUN TestTrustedLocation [2021-07-14T07:34:58.896Z] --- PASS: TestTrustedLocation (0.00s) [2021-07-14T07:34:58.896Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-07-14T07:34:58.896Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-07-14T07:34:58.896Z] === RUN TestAllowNondistributableArtifacts [2021-07-14T07:34:58.896Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-07-14T07:34:58.896Z] === RUN TestIsSecureIndex [2021-07-14T07:34:58.896Z] --- PASS: TestIsSecureIndex (0.00s) [2021-07-14T07:34:58.896Z] PASS [2021-07-14T07:34:58.896Z] coverage: 51.7% of statements [2021-07-14T07:34:58.896Z] ok github.com/docker/docker/registry 0.191s coverage: 51.7% of statements [2021-07-14T07:34:58.896Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-07-14T07:34:58.896Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-07-14T07:34:58.896Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-07-14T07:34:58.896Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-07-14T07:34:58.896Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-07-14T07:34:58.896Z] --- PASS: TestRetrieveFromStore (0.69s) [2021-07-14T07:34:58.896Z] === RUN TestIsCorrupted [2021-07-14T07:34:58.896Z] --- PASS: TestIsCorrupted (0.02s) [2021-07-14T07:34:58.896Z] === RUN TestSetRollover [2021-07-14T07:34:58.896Z] === RUN TestWindowsIPAM [2021-07-14T07:34:58.896Z] --- PASS: TestWindowsIPAM (0.00s) [2021-07-14T07:34:58.896Z] PASS [2021-07-14T07:34:58.896Z] coverage: 71.4% of statements [2021-07-14T07:34:58.896Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.054s coverage: 71.4% of statements [2021-07-14T07:34:59.355Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-07-14T07:34:59.355Z] === RUN TestResumableRequestReaderWithReadError [2021-07-14T07:34:59.355Z] time="2021-07-14T07:34:58Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-07-14T07:34:59.355Z] --- PASS: TestResumableRequestReaderWithReadError (0.12s) [2021-07-14T07:34:59.355Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-07-14T07:34:59.355Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-07-14T07:34:59.355Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-07-14T07:34:59.355Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-07-14T07:34:59.356Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-07-14T07:34:59.356Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-07-14T07:34:59.356Z] === RUN TestResumableRequestReader [2021-07-14T07:34:59.356Z] --- PASS: TestResumableRequestReader (0.00s) [2021-07-14T07:34:59.356Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-07-14T07:34:59.356Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-07-14T07:34:59.356Z] PASS [2021-07-14T07:34:59.356Z] coverage: 100.0% of statements [2021-07-14T07:34:59.356Z] ok github.com/docker/docker/registry/resumable 0.176s coverage: 100.0% of statements [2021-07-14T07:34:59.356Z] === RUN TestRestartManagerTimeout [2021-07-14T07:34:59.356Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-07-14T07:34:59.356Z] === RUN TestRestartManagerTimeoutReset [2021-07-14T07:34:59.356Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-07-14T07:34:59.356Z] PASS [2021-07-14T07:34:59.356Z] coverage: 50.9% of statements [2021-07-14T07:34:59.356Z] ok github.com/docker/docker/restartmanager 0.038s coverage: 50.9% of statements [2021-07-14T07:34:59.815Z] === RUN TestDecodeContainerConfig [2021-07-14T07:34:59.815Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-07-14T07:34:59.815Z] === RUN TestDecodeContainerConfigIsolation [2021-07-14T07:34:59.815Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-07-14T07:34:59.815Z] === RUN TestValidatePrivileged [2021-07-14T07:34:59.815Z] --- PASS: TestValidatePrivileged (0.00s) [2021-07-14T07:34:59.815Z] PASS [2021-07-14T07:34:59.815Z] coverage: 52.2% of statements [2021-07-14T07:34:59.815Z] ok github.com/docker/docker/runconfig 0.035s coverage: 52.2% of statements [2021-07-14T07:34:59.870Z] === RUN TestDefaultNetwork [2021-07-14T07:34:59.870Z] --- PASS: TestDefaultNetwork (0.28s) [2021-07-14T07:34:59.870Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-07-14T07:35:00.274Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-07-14T07:35:00.275Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-07-14T07:35:00.275Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-07-14T07:35:00.275Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-07-14T07:35:00.275Z] PASS [2021-07-14T07:35:00.275Z] coverage: 62.5% of statements [2021-07-14T07:35:00.275Z] ok github.com/docker/docker/testutil 0.046s coverage: 62.5% of statements [2021-07-14T07:35:00.332Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.27s) [2021-07-14T07:35:00.332Z] === RUN TestInitAddressPools [2021-07-14T07:35:00.332Z] --- PASS: TestInitAddressPools (0.00s) [2021-07-14T07:35:00.332Z] PASS [2021-07-14T07:35:00.332Z] coverage: 74.0% of statements [2021-07-14T07:35:00.332Z] ok github.com/docker/docker/libnetwork/ipamutils 0.633s coverage: 74.0% of statements [2021-07-14T07:35:00.332Z] --- PASS: TestPoolAllocationReuse (2.31s) [2021-07-14T07:35:00.332Z] === RUN TestGetAddressSubPoolEqualPool [2021-07-14T07:35:00.734Z] --- PASS: TestNewClientWithTimeout (17.64s) [2021-07-14T07:35:00.734Z] === RUN TestClientStream [2021-07-14T07:35:00.734Z] --- PASS: TestClientStream (0.00s) [2021-07-14T07:35:00.734Z] === RUN TestClientSendFile [2021-07-14T07:35:00.734Z] --- PASS: TestClientSendFile (0.00s) [2021-07-14T07:35:00.734Z] === RUN TestClientWithRequestTimeout [2021-07-14T07:35:00.734Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-07-14T07:35:00.734Z] === RUN TestFileSpecPlugin [2021-07-14T07:35:00.794Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2021-07-14T07:35:00.794Z] === RUN TestRequestReleaseAddressFromSubPool [2021-07-14T07:35:00.794Z] --- PASS: TestSetRollover (2.23s) [2021-07-14T07:35:00.794Z] === RUN TestSetRolloverSerial [2021-07-14T07:35:00.794Z] === RUN TestKeyValue [2021-07-14T07:35:00.794Z] --- PASS: TestKeyValue (0.00s) [2021-07-14T07:35:00.794Z] PASS [2021-07-14T07:35:00.794Z] coverage: 60.0% of statements [2021-07-14T07:35:00.794Z] ok github.com/docker/docker/libnetwork/netlabel 0.043s coverage: 60.0% of statements [2021-07-14T07:35:01.194Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-07-14T07:35:01.194Z] === RUN TestFileJSONSpecPlugin [2021-07-14T07:35:01.194Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-07-14T07:35:01.194Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-07-14T07:35:01.194Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-07-14T07:35:01.194Z] === RUN TestPluginAddHandler [2021-07-14T07:35:01.194Z] --- PASS: TestPluginAddHandler (0.00s) [2021-07-14T07:35:01.194Z] === RUN TestPluginWaitBadPlugin [2021-07-14T07:35:01.194Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-07-14T07:35:01.194Z] === RUN TestGet [2021-07-14T07:35:01.194Z] time="2021-07-14T07:35:00Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-07-14T07:35:01.298Z] --- PASS: TestUpdateCPUQuota (9.77s) [2021-07-14T07:35:01.298Z] === RUN TestUpdatePidsLimit [2021-07-14T07:35:01.298Z] === RUN TestUpdatePidsLimit/update_from_none [2021-07-14T07:35:02.164Z] time="2021-07-14T07:35:01Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-07-14T07:35:02.676Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-07-14T07:35:02.676Z] === RUN TestUpdatePidsLimit/no_change [2021-07-14T07:35:03.135Z] === RUN TestGetDriver [2021-07-14T07:35:03.135Z] --- PASS: TestGetDriver (0.00s) [2021-07-14T07:35:03.135Z] === RUN TestVolumeRequestError [2021-07-14T07:35:03.135Z] --- PASS: TestVolumeRequestError (0.01s) [2021-07-14T07:35:03.135Z] PASS [2021-07-14T07:35:03.135Z] coverage: 36.1% of statements [2021-07-14T07:35:03.135Z] ok github.com/docker/docker/volume/drivers 0.046s coverage: 36.1% of statements [2021-07-14T07:35:03.135Z] === RUN TestGetAddress [2021-07-14T07:35:03.135Z] --- PASS: TestGetAddress (0.00s) [2021-07-14T07:35:03.135Z] === RUN TestRemove [2021-07-14T07:35:03.135Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-07-14T07:35:03.135Z] --- SKIP: TestRemove (0.00s) [2021-07-14T07:35:03.135Z] === RUN TestInitializeWithVolumes [2021-07-14T07:35:03.135Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-07-14T07:35:03.135Z] === RUN TestCreate [2021-07-14T07:35:03.135Z] --- PASS: TestCreate (0.01s) [2021-07-14T07:35:03.135Z] === RUN TestValidateName [2021-07-14T07:35:03.135Z] --- PASS: TestValidateName (0.00s) [2021-07-14T07:35:03.135Z] === RUN TestCreateWithOpts [2021-07-14T07:35:03.135Z] local_test.go:181: runtime.GOOS == "windows" [2021-07-14T07:35:03.135Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-07-14T07:35:03.135Z] === RUN TestRelaodNoOpts [2021-07-14T07:35:03.135Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-07-14T07:35:03.135Z] PASS [2021-07-14T07:35:03.135Z] coverage: 41.5% of statements [2021-07-14T07:35:03.135Z] ok github.com/docker/docker/volume/local 0.064s coverage: 41.5% of statements [2021-07-14T07:35:03.714Z] --- PASS: TestSetRolloverSerial (2.53s) [2021-07-14T07:35:03.714Z] === RUN TestGetFirstAvailableFromCurrent [2021-07-14T07:35:03.714Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-07-14T07:35:03.714Z] PASS [2021-07-14T07:35:03.714Z] coverage: 84.4% of statements [2021-07-14T07:35:03.714Z] ok github.com/docker/docker/libnetwork/bitseq 16.213s coverage: 84.4% of statements [2021-07-14T07:35:04.054Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-07-14T07:35:04.054Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-07-14T07:35:04.054Z] === RUN TestUpdatePidsLimit/update_lower [2021-07-14T07:35:04.105Z] time="2021-07-14T07:35:03Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-07-14T07:35:04.105Z] === RUN TestConvertTmpfsOptions [2021-07-14T07:35:04.105Z] parser_test.go:49: data="mode=700,size=1m" [2021-07-14T07:35:04.105Z] parser_test.go:49: data="ro" [2021-07-14T07:35:04.105Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-07-14T07:35:04.105Z] === RUN TestParseMountRaw [2021-07-14T07:35:04.105Z] --- PASS: TestParseMountRaw (0.02s) [2021-07-14T07:35:04.105Z] === RUN TestParseMountRawSplit [2021-07-14T07:35:04.105Z] parser_test.go:390: case 0 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 1 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 2 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 3 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 4 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 5 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 6 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 7 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 8 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 0 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 1 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 2 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 3 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 4 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 5 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 6 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 7 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 8 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 9 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 10 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 11 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 12 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 0 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 1 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 2 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 3 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 4 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 5 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 6 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 7 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 8 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 9 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 10 [2021-07-14T07:35:04.105Z] parser_test.go:390: case 11 [2021-07-14T07:35:04.105Z] --- PASS: TestParseMountRawSplit (0.01s) [2021-07-14T07:35:04.105Z] === RUN TestParseMountSpec [2021-07-14T07:35:04.105Z] parser_test.go:455: case 0 [2021-07-14T07:35:04.105Z] parser_test.go:455: case 1 [2021-07-14T07:35:04.105Z] parser_test.go:455: case 2 [2021-07-14T07:35:04.105Z] parser_test.go:455: case 3 [2021-07-14T07:35:04.105Z] parser_test.go:455: case 4 [2021-07-14T07:35:04.105Z] parser_test.go:455: case 5 [2021-07-14T07:35:04.105Z] --- PASS: TestParseMountSpec (0.00s) [2021-07-14T07:35:04.105Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-07-14T07:35:04.105Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-07-14T07:35:04.105Z] === RUN TestValidateMount [2021-07-14T07:35:04.105Z] --- PASS: TestValidateMount (0.00s) [2021-07-14T07:35:04.105Z] PASS [2021-07-14T07:35:04.105Z] coverage: 66.2% of statements [2021-07-14T07:35:04.105Z] ok github.com/docker/docker/volume/mounts 0.067s coverage: 66.2% of statements [2021-07-14T07:35:04.176Z] === RUN TestNetworkDBSimple [2021-07-14T07:35:04.548Z] Loaded image: buildpack-deps:buster [2021-07-14T07:35:04.548Z] Loaded image: busybox:latest [2021-07-14T07:35:04.548Z] Loaded image: busybox:glibc [2021-07-14T07:35:04.565Z] === RUN TestSetGetMeta [2021-07-14T07:35:04.565Z] === PAUSE TestSetGetMeta [2021-07-14T07:35:04.565Z] === RUN TestRestore [2021-07-14T07:35:04.565Z] === PAUSE TestRestore [2021-07-14T07:35:04.565Z] === RUN TestServiceCreate [2021-07-14T07:35:04.565Z] === PAUSE TestServiceCreate [2021-07-14T07:35:04.565Z] === RUN TestServiceList [2021-07-14T07:35:04.565Z] === PAUSE TestServiceList [2021-07-14T07:35:04.565Z] === RUN TestServiceRemove [2021-07-14T07:35:04.565Z] === PAUSE TestServiceRemove [2021-07-14T07:35:04.565Z] === RUN TestServiceGet [2021-07-14T07:35:04.565Z] === PAUSE TestServiceGet [2021-07-14T07:35:04.565Z] === RUN TestServicePrune [2021-07-14T07:35:04.565Z] === PAUSE TestServicePrune [2021-07-14T07:35:04.565Z] === RUN TestCreate [2021-07-14T07:35:04.565Z] === PAUSE TestCreate [2021-07-14T07:35:04.565Z] === RUN TestRemove [2021-07-14T07:35:04.565Z] === PAUSE TestRemove [2021-07-14T07:35:04.565Z] === RUN TestList [2021-07-14T07:35:04.565Z] === PAUSE TestList [2021-07-14T07:35:04.565Z] === RUN TestFindByDriver [2021-07-14T07:35:04.565Z] === PAUSE TestFindByDriver [2021-07-14T07:35:04.565Z] === RUN TestFindByReferenced [2021-07-14T07:35:04.566Z] === PAUSE TestFindByReferenced [2021-07-14T07:35:04.566Z] === RUN TestDerefMultipleOfSameRef [2021-07-14T07:35:04.566Z] === PAUSE TestDerefMultipleOfSameRef [2021-07-14T07:35:04.566Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-07-14T07:35:04.566Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-07-14T07:35:04.566Z] === RUN TestDefererencePluginOnCreateError [2021-07-14T07:35:04.566Z] === PAUSE TestDefererencePluginOnCreateError [2021-07-14T07:35:04.566Z] === RUN TestRefDerefRemove [2021-07-14T07:35:04.566Z] === PAUSE TestRefDerefRemove [2021-07-14T07:35:04.566Z] === RUN TestGet [2021-07-14T07:35:04.566Z] === PAUSE TestGet [2021-07-14T07:35:04.566Z] === RUN TestGetWithReference [2021-07-14T07:35:04.566Z] === PAUSE TestGetWithReference [2021-07-14T07:35:04.566Z] === RUN TestFilterFunc [2021-07-14T07:35:04.566Z] === RUN TestFilterFunc/test_nil_list [2021-07-14T07:35:04.566Z] === PAUSE TestFilterFunc/test_nil_list [2021-07-14T07:35:04.566Z] === RUN TestFilterFunc/test_empty_list [2021-07-14T07:35:04.566Z] === PAUSE TestFilterFunc/test_empty_list [2021-07-14T07:35:04.566Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-07-14T07:35:04.566Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-07-14T07:35:04.566Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-07-14T07:35:04.566Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-07-14T07:35:04.566Z] === RUN TestFilterFunc/test_filter_some [2021-07-14T07:35:04.566Z] === PAUSE TestFilterFunc/test_filter_some [2021-07-14T07:35:04.566Z] === RUN TestFilterFunc/test_filter_middle [2021-07-14T07:35:04.566Z] === PAUSE TestFilterFunc/test_filter_middle [2021-07-14T07:35:04.566Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-07-14T07:35:04.566Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-07-14T07:35:04.566Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-07-14T07:35:04.566Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-07-14T07:35:04.566Z] === CONT TestFilterFunc/test_nil_list [2021-07-14T07:35:04.566Z] === CONT TestFilterFunc/test_filter_some [2021-07-14T07:35:04.566Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-07-14T07:35:04.566Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-07-14T07:35:04.566Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-07-14T07:35:04.566Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-07-14T07:35:04.566Z] === CONT TestFilterFunc/test_filter_middle [2021-07-14T07:35:04.566Z] === CONT TestFilterFunc/test_empty_list [2021-07-14T07:35:04.566Z] --- PASS: TestFilterFunc (0.00s) [2021-07-14T07:35:04.566Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-07-14T07:35:04.566Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-07-14T07:35:04.566Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-07-14T07:35:04.566Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-07-14T07:35:04.566Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-07-14T07:35:04.566Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-07-14T07:35:04.566Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-07-14T07:35:04.566Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-07-14T07:35:04.566Z] === CONT TestSetGetMeta [2021-07-14T07:35:04.566Z] === CONT TestRefDerefRemove [2021-07-14T07:35:04.566Z] === CONT TestFindByDriver [2021-07-14T07:35:04.566Z] === CONT TestServiceGet [2021-07-14T07:35:04.566Z] --- PASS: TestSetGetMeta (0.01s) [2021-07-14T07:35:04.566Z] === CONT TestServiceRemove [2021-07-14T07:35:04.566Z] --- PASS: TestRefDerefRemove (0.02s) [2021-07-14T07:35:04.566Z] === CONT TestServiceList [2021-07-14T07:35:04.566Z] --- PASS: TestFindByDriver (0.02s) [2021-07-14T07:35:04.566Z] === CONT TestServiceCreate [2021-07-14T07:35:04.638Z] --- PASS: TestRequestReleaseAddressFromSubPool (3.86s) [2021-07-14T07:35:04.638Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-07-14T07:35:05.025Z] --- PASS: TestServiceGet (0.11s) [2021-07-14T07:35:05.025Z] === CONT TestRestore [2021-07-14T07:35:05.025Z] --- PASS: TestServiceRemove (0.10s) [2021-07-14T07:35:05.025Z] === CONT TestRemove [2021-07-14T07:35:05.025Z] --- PASS: TestServiceCreate (0.09s) [2021-07-14T07:35:05.025Z] === CONT TestList [2021-07-14T07:35:05.025Z] --- PASS: TestServiceList (0.10s) [2021-07-14T07:35:05.025Z] === CONT TestCreate [2021-07-14T07:35:05.025Z] --- PASS: TestRestore (0.02s) [2021-07-14T07:35:05.025Z] === CONT TestServicePrune [2021-07-14T07:35:05.025Z] --- PASS: TestCreate (0.01s) [2021-07-14T07:35:05.025Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-07-14T07:35:05.025Z] --- PASS: TestRemove (0.01s) [2021-07-14T07:35:05.025Z] === CONT TestDefererencePluginOnCreateError [2021-07-14T07:35:05.025Z] --- PASS: TestList (0.02s) [2021-07-14T07:35:05.025Z] === CONT TestGetWithReference [2021-07-14T07:35:05.025Z] time="2021-07-14T07:35:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-07-14T07:35:05.025Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-07-14T07:35:05.025Z] === CONT TestDerefMultipleOfSameRef [2021-07-14T07:35:05.025Z] time="2021-07-14T07:35:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-07-14T07:35:05.025Z] --- PASS: TestGetWithReference (0.01s) [2021-07-14T07:35:05.025Z] === CONT TestFindByReferenced [2021-07-14T07:35:05.025Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-07-14T07:35:05.025Z] === CONT TestGet [2021-07-14T07:35:05.025Z] time="2021-07-14T07:35:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-07-14T07:35:05.025Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2021-07-14T07:35:05.025Z] time="2021-07-14T07:35:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-07-14T07:35:05.025Z] time="2021-07-14T07:35:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-07-14T07:35:05.025Z] --- PASS: TestFindByReferenced (0.01s) [2021-07-14T07:35:05.025Z] --- PASS: TestGet (0.01s) [2021-07-14T07:35:05.025Z] --- PASS: TestServicePrune (0.03s) [2021-07-14T07:35:05.025Z] PASS [2021-07-14T07:35:05.025Z] coverage: 69.6% of statements [2021-07-14T07:35:05.025Z] ok github.com/docker/docker/volume/service 0.198s coverage: 69.6% of statements [2021-07-14T07:35:05.100Z] 2021/07/14 07:35:04 Closing DB instances... [2021-07-14T07:35:05.437Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-07-14T07:35:05.437Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-07-14T07:35:05.696Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-07-14T07:35:05.938Z] Loaded image: debian:bullseye [2021-07-14T07:35:05.938Z] Loaded image: hello-world:latest [2021-07-14T07:35:06.073Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-07-14T07:35:06.073Z] PASS [2021-07-14T07:35:06.073Z] coverage: 100.0% of statements [2021-07-14T07:35:06.073Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.083s coverage: 100.0% of statements [2021-07-14T07:35:06.073Z] --- PASS: TestNetworkDBSimple (2.23s) [2021-07-14T07:35:06.073Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-07-14T07:35:06.200Z] Loaded image: arm32v7/hello-world:latest [2021-07-14T07:35:06.535Z] === RUN TestGenerate [2021-07-14T07:35:06.535Z] --- PASS: TestGenerate (0.00s) [2021-07-14T07:35:06.535Z] === RUN TestGeneratePtr [2021-07-14T07:35:06.535Z] --- PASS: TestGeneratePtr (0.00s) [2021-07-14T07:35:06.535Z] === RUN TestGenerateMissingField [2021-07-14T07:35:06.535Z] --- PASS: TestGenerateMissingField (0.00s) [2021-07-14T07:35:06.535Z] === RUN TestFieldCannotBeSet [2021-07-14T07:35:06.536Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-07-14T07:35:06.536Z] === RUN TestTypeMismatchError [2021-07-14T07:35:06.536Z] --- PASS: TestTypeMismatchError (0.00s) [2021-07-14T07:35:06.536Z] PASS [2021-07-14T07:35:06.536Z] coverage: 100.0% of statements [2021-07-14T07:35:06.536Z] ok github.com/docker/docker/libnetwork/options 0.044s coverage: 100.0% of statements [2021-07-14T07:35:06.997Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-07-14T07:35:06.997Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-07-14T07:35:06.997Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-07-14T07:35:06.997Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-07-14T07:35:06.997Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-07-14T07:35:06.997Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-07-14T07:35:06.997Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-07-14T07:35:06.997Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-07-14T07:35:07.073Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-07-14T07:35:07.073Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-07-14T07:35:07.459Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-07-14T07:35:07.459Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-07-14T07:35:07.459Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-07-14T07:35:07.459Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-07-14T07:35:07.459Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-07-14T07:35:07.459Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-07-14T07:35:07.459Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-07-14T07:35:07.459Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-07-14T07:35:07.459Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-07-14T07:35:07.459Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.93s) [2021-07-14T07:35:07.459Z] === RUN TestGetAddress [2021-07-14T07:35:07.459Z] testing: warning: no tests to run [2021-07-14T07:35:07.459Z] PASS [2021-07-14T07:35:07.459Z] coverage: 0.0% of statements [2021-07-14T07:35:07.459Z] ok github.com/docker/docker/libnetwork/osl 0.053s coverage: 0.0% of statements [no tests to run] [2021-07-14T07:35:07.459Z] 2021/07/14 07:35:07 Closing DB instances... [2021-07-14T07:35:07.640Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-07-14T07:35:07.900Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-07-14T07:35:07.947Z] === RUN TestRequestNewPort [2021-07-14T07:35:07.947Z] --- PASS: TestRequestNewPort (0.00s) [2021-07-14T07:35:07.947Z] === RUN TestRequestSpecificPort [2021-07-14T07:35:07.947Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-07-14T07:35:07.947Z] === RUN TestReleasePort [2021-07-14T07:35:07.947Z] --- PASS: TestReleasePort (0.00s) [2021-07-14T07:35:07.947Z] === RUN TestReuseReleasedPort [2021-07-14T07:35:07.947Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-07-14T07:35:07.947Z] === RUN TestReleaseUnreadledPort [2021-07-14T07:35:07.947Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-07-14T07:35:07.947Z] === RUN TestUnknowProtocol [2021-07-14T07:35:07.947Z] --- PASS: TestUnknowProtocol (0.00s) [2021-07-14T07:35:07.947Z] === RUN TestAllocateAllPorts [2021-07-14T07:35:07.947Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-07-14T07:35:07.947Z] === RUN TestPortAllocation [2021-07-14T07:35:07.947Z] --- PASS: TestPortAllocation (0.00s) [2021-07-14T07:35:07.947Z] === RUN TestPortAllocationWithCustomRange [2021-07-14T07:35:07.947Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-07-14T07:35:07.947Z] === RUN TestNoDuplicateBPR [2021-07-14T07:35:07.947Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-07-14T07:35:07.947Z] === RUN TestChangePortRange [2021-07-14T07:35:07.947Z] portallocator_test.go:345: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-07-14T07:35:07.947Z] portallocator_test.go:345: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-07-14T07:35:07.947Z] portallocator_test.go:345: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-07-14T07:35:07.947Z] portallocator_test.go:345: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-07-14T07:35:07.947Z] portallocator_test.go:345: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-07-14T07:35:07.947Z] portallocator_test.go:345: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-07-14T07:35:07.947Z] --- PASS: TestChangePortRange (0.00s) [2021-07-14T07:35:07.947Z] PASS [2021-07-14T07:35:07.947Z] coverage: 88.6% of statements [2021-07-14T07:35:07.947Z] ok github.com/docker/docker/libnetwork/portallocator 0.075s coverage: 88.6% of statements [2021-07-14T07:35:07.970Z] time="2021-07-14T07:35:07Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-07-14T07:35:08.159Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-07-14T07:35:08.416Z] === RUN TestTransportPortConv [2021-07-14T07:35:08.416Z] --- PASS: TestTransportPortConv (0.00s) [2021-07-14T07:35:08.416Z] === RUN TestTransportPortBindingConv [2021-07-14T07:35:08.416Z] --- PASS: TestTransportPortBindingConv (0.00s) [2021-07-14T07:35:08.416Z] === RUN TestErrorConstructors [2021-07-14T07:35:08.416Z] --- PASS: TestErrorConstructors (0.00s) [2021-07-14T07:35:08.416Z] === RUN TestCompareIPMask [2021-07-14T07:35:08.416Z] --- PASS: TestCompareIPMask (0.00s) [2021-07-14T07:35:08.416Z] === RUN TestUtilGetHostPartIP [2021-07-14T07:35:08.416Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-07-14T07:35:08.416Z] === RUN TestUtilGetBroadcastIP [2021-07-14T07:35:08.416Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-07-14T07:35:08.416Z] === RUN TestParseCIDR [2021-07-14T07:35:08.416Z] --- PASS: TestParseCIDR (0.00s) [2021-07-14T07:35:08.416Z] PASS [2021-07-14T07:35:08.416Z] coverage: 47.9% of statements [2021-07-14T07:35:08.416Z] ok github.com/docker/docker/libnetwork/types 0.059s coverage: 47.9% of statements [2021-07-14T07:35:08.878Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.82s) [2021-07-14T07:35:08.878Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-07-14T07:35:09.339Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-07-14T07:35:09.340Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-07-14T07:35:09.340Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-07-14T07:35:09.340Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-07-14T07:35:09.340Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-07-14T07:35:09.340Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-07-14T07:35:09.340Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-07-14T07:35:09.340Z] PASS [2021-07-14T07:35:09.340Z] coverage: 44.0% of statements [2021-07-14T07:35:09.340Z] ok github.com/docker/docker/oci 0.062s coverage: 44.0% of statements [2021-07-14T07:35:09.535Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-07-14T07:35:09.813Z] === RUN TestAddressPoolOpt [2021-07-14T07:35:09.813Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/a [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/something [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/_=a [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/env1=value1 [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/_env1=value1 [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/env2=value2=value3 [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/env3=abc!qwe [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/env_4=value_4 [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/PATH [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/=a [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/PATH= [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/PATH=something [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/asd!qwe [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/1asd [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/123 [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/some_space [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/__some_space_before [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/some_space_after__ [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/= [2021-07-14T07:35:09.813Z] === RUN TestValidateEnv/PaTh [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/a (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/something (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/= (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestParseHost [2021-07-14T07:35:09.813Z] --- PASS: TestParseHost (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestParseDockerDaemonHost [2021-07-14T07:35:09.813Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestParseTCP [2021-07-14T07:35:09.813Z] --- PASS: TestParseTCP (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestParseInvalidUnixAddrInvalid [2021-07-14T07:35:09.813Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestValidateExtraHosts [2021-07-14T07:35:09.813Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestIpOptString [2021-07-14T07:35:09.813Z] --- PASS: TestIpOptString (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestNewIpOptInvalidDefaultVal [2021-07-14T07:35:09.813Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestNewIpOptValidDefaultVal [2021-07-14T07:35:09.813Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestIpOptSetInvalidVal [2021-07-14T07:35:09.813Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestValidateIPAddress [2021-07-14T07:35:09.813Z] --- PASS: TestValidateIPAddress (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestMapOpts [2021-07-14T07:35:09.813Z] --- PASS: TestMapOpts (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestListOptsWithoutValidator [2021-07-14T07:35:09.813Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestListOptsWithValidator [2021-07-14T07:35:09.813Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestValidateDNSSearch [2021-07-14T07:35:09.813Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestValidateLabel [2021-07-14T07:35:09.813Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-07-14T07:35:09.813Z] === RUN TestValidateLabel/label_with_general_format [2021-07-14T07:35:09.813Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-07-14T07:35:09.813Z] === RUN TestValidateLabel/label_with_one_more [2021-07-14T07:35:09.813Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-07-14T07:35:09.813Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-07-14T07:35:09.813Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-07-14T07:35:09.813Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-07-14T07:35:09.813Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-07-14T07:35:09.813Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-07-14T07:35:09.813Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-07-14T07:35:09.813Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-07-14T07:35:09.813Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-07-14T07:35:09.813Z] --- PASS: TestValidateLabel (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-07-14T07:35:09.813Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestNamedListOpts [2021-07-14T07:35:09.813Z] --- PASS: TestNamedListOpts (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestNamedMapOpts [2021-07-14T07:35:09.813Z] --- PASS: TestNamedMapOpts (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestParseLink [2021-07-14T07:35:09.813Z] --- PASS: TestParseLink (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestQuotedStringSetWithQuotes [2021-07-14T07:35:09.813Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-07-14T07:35:09.813Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestQuotedStringSetWithNoQuotes [2021-07-14T07:35:09.813Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-07-14T07:35:09.813Z] === RUN TestUlimitOpt [2021-07-14T07:35:09.813Z] --- PASS: TestUlimitOpt (0.00s) [2021-07-14T07:35:09.813Z] PASS [2021-07-14T07:35:09.813Z] coverage: 67.1% of statements [2021-07-14T07:35:09.813Z] ok github.com/docker/docker/opts 0.081s coverage: 67.1% of statements [2021-07-14T07:35:10.102Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-07-14T07:35:10.309Z] === RUN TestParseVersion [2021-07-14T07:35:10.310Z] --- PASS: TestParseVersion (0.00s) [2021-07-14T07:35:10.310Z] PASS [2021-07-14T07:35:10.310Z] coverage: 52.9% of statements [2021-07-14T07:35:10.310Z] ok github.com/docker/docker/pkg/aaparser 0.039s coverage: 52.9% of statements [2021-07-14T07:35:10.310Z] 2021/07/14 07:35:10 Closing DB instances... [2021-07-14T07:35:10.357Z] --- PASS: TestServiceUpdateNetwork (13.07s) [2021-07-14T07:35:10.357Z] === RUN TestServiceUpdatePidsLimit [2021-07-14T07:35:10.357Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-07-14T07:35:10.618Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-07-14T07:35:11.875Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.86s) [2021-07-14T07:35:11.875Z] === RUN TestNetworkDBCRUDTableEntry [2021-07-14T07:35:11.875Z] === RUN TestIsArchivePathDir [2021-07-14T07:35:11.875Z] === RUN TestPeerCertificateMarshalJSON [2021-07-14T07:35:11.875Z] --- PASS: TestIsArchivePathDir (0.09s) [2021-07-14T07:35:11.875Z] === RUN TestIsArchivePathInvalidFile [2021-07-14T07:35:12.006Z] --- PASS: TestUpdatePidsLimit (10.46s) [2021-07-14T07:35:12.006Z] --- PASS: TestUpdatePidsLimit/update_from_none (1.42s) [2021-07-14T07:35:12.006Z] --- PASS: TestUpdatePidsLimit/no_change (1.34s) [2021-07-14T07:35:12.006Z] --- PASS: TestUpdatePidsLimit/update_lower (1.44s) [2021-07-14T07:35:12.006Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.27s) [2021-07-14T07:35:12.006Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.24s) [2021-07-14T07:35:12.006Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.46s) [2021-07-14T07:35:12.006Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.34s) [2021-07-14T07:35:12.006Z] === RUN TestUpdateRestartPolicy [2021-07-14T07:35:12.339Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2021-07-14T07:35:12.339Z] === RUN TestIsArchivePathTar [2021-07-14T07:35:12.339Z] --- PASS: TestIsArchivePathTar (0.16s) [2021-07-14T07:35:12.339Z] === RUN TestDecompressStreamGzip [2021-07-14T07:35:12.339Z] --- PASS: TestDecompressStreamGzip (0.12s) [2021-07-14T07:35:12.339Z] === RUN TestDecompressStreamBzip2 [2021-07-14T07:35:12.339Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-07-14T07:35:12.339Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-07-14T07:35:12.339Z] --- PASS: TestPeerCertificateMarshalJSON (0.50s) [2021-07-14T07:35:12.339Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-07-14T07:35:12.339Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-07-14T07:35:12.339Z] === RUN TestMiddleware [2021-07-14T07:35:12.339Z] --- PASS: TestMiddleware (0.00s) [2021-07-14T07:35:12.339Z] === RUN TestNewResponseModifier [2021-07-14T07:35:12.339Z] --- PASS: TestNewResponseModifier (0.00s) [2021-07-14T07:35:12.339Z] PASS [2021-07-14T07:35:12.339Z] coverage: 26.8% of statements [2021-07-14T07:35:12.339Z] ok github.com/docker/docker/pkg/authorization 0.544s coverage: 26.8% of statements [2021-07-14T07:35:12.802Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2021-07-14T07:35:12.802Z] === RUN TestDecompressStreamXz [2021-07-14T07:35:12.802Z] archive_test.go:134: Xz not present in msys2 [2021-07-14T07:35:12.802Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-07-14T07:35:12.802Z] === RUN TestCompressStreamXzUnsupported [2021-07-14T07:35:12.802Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-07-14T07:35:12.802Z] === RUN TestCompressStreamBzip2Unsupported [2021-07-14T07:35:12.802Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-07-14T07:35:12.802Z] === RUN TestCompressStreamInvalid [2021-07-14T07:35:12.802Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-07-14T07:35:12.802Z] === RUN TestExtensionInvalid [2021-07-14T07:35:12.802Z] --- PASS: TestExtensionInvalid (0.00s) [2021-07-14T07:35:12.802Z] === RUN TestExtensionUncompressed [2021-07-14T07:35:12.802Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-07-14T07:35:12.802Z] === RUN TestExtensionBzip2 [2021-07-14T07:35:12.802Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-07-14T07:35:12.802Z] === RUN TestExtensionGzip [2021-07-14T07:35:12.802Z] --- PASS: TestExtensionGzip (0.00s) [2021-07-14T07:35:12.802Z] === RUN TestExtensionXz [2021-07-14T07:35:12.802Z] --- PASS: TestExtensionXz (0.00s) [2021-07-14T07:35:12.802Z] === RUN TestCmdStreamLargeStderr [2021-07-14T07:35:12.802Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2021-07-14T07:35:12.802Z] === RUN TestCmdStreamBad [2021-07-14T07:35:12.802Z] archive_test.go:239: Failing on Windows CI machines [2021-07-14T07:35:12.802Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-07-14T07:35:12.802Z] === RUN TestCmdStreamGood [2021-07-14T07:35:12.802Z] --- PASS: TestCmdStreamGood (0.05s) [2021-07-14T07:35:12.802Z] === RUN TestUntarPathWithInvalidDest [2021-07-14T07:35:12.802Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2021-07-14T07:35:12.802Z] === RUN TestUntarPathWithInvalidSrc [2021-07-14T07:35:12.802Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-07-14T07:35:12.802Z] === RUN TestUntarPath [2021-07-14T07:35:12.802Z] --- PASS: TestUntarPath (0.08s) [2021-07-14T07:35:12.802Z] === RUN TestUntarPathWithDestinationFile [2021-07-14T07:35:12.802Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-07-14T07:35:12.802Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-07-14T07:35:12.802Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2021-07-14T07:35:12.802Z] === RUN TestCopyWithTarInvalidSrc [2021-07-14T07:35:12.802Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-07-14T07:35:12.802Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-07-14T07:35:12.802Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-07-14T07:35:12.802Z] === RUN TestCopyWithTarSrcFile [2021-07-14T07:35:12.802Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-07-14T07:35:12.802Z] === RUN TestCopyWithTarSrcFolder [2021-07-14T07:35:12.802Z] --- PASS: TestCopyWithTarSrcFolder (0.00s) [2021-07-14T07:35:12.802Z] === RUN TestCopyFileWithTarInvalidSrc [2021-07-14T07:35:12.802Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-07-14T07:35:12.802Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-07-14T07:35:13.265Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-07-14T07:35:13.265Z] === RUN TestCopyFileWithTarSrcFolder [2021-07-14T07:35:13.265Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-07-14T07:35:13.265Z] === RUN TestCopyFileWithTarSrcFile [2021-07-14T07:35:13.265Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-07-14T07:35:13.265Z] === RUN TestTarFiles [2021-07-14T07:35:13.265Z] === RUN TestUnbuffered [2021-07-14T07:35:13.265Z] --- PASS: TestUnbuffered (0.00s) [2021-07-14T07:35:13.265Z] === RUN TestRaceUnbuffered [2021-07-14T07:35:13.265Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-07-14T07:35:13.265Z] PASS [2021-07-14T07:35:13.265Z] coverage: 100.0% of statements [2021-07-14T07:35:13.265Z] ok github.com/docker/docker/pkg/broadcaster 0.061s coverage: 100.0% of statements [2021-07-14T07:35:13.389Z] check_test.go:309: [def48a38dc4b1] daemon is not started [2021-07-14T07:35:13.389Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-07-14T07:35:13.731Z] === RUN TestMatch [2021-07-14T07:35:13.731Z] === RUN TestMatch/[[]] [2021-07-14T07:35:13.731Z] === RUN TestMatch/[[foo]] [2021-07-14T07:35:13.731Z] === RUN TestMatch/[[bar]_[foo]] [2021-07-14T07:35:13.731Z] === RUN TestMatch/[[foo_bar]] [2021-07-14T07:35:13.731Z] === RUN TestMatch/[[qux]_[foo]] [2021-07-14T07:35:13.731Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-07-14T07:35:13.731Z] === RUN TestMatch/[] [2021-07-14T07:35:13.731Z] === RUN TestMatch/[]#01 [2021-07-14T07:35:13.731Z] === RUN TestMatch/[[qux]] [2021-07-14T07:35:13.731Z] === RUN TestMatch/[[foo_bar_qux]] [2021-07-14T07:35:13.731Z] === RUN TestMatch/[[qux]_[baz]] [2021-07-14T07:35:13.731Z] === RUN TestMatch/[[foo_baz]] [2021-07-14T07:35:13.731Z] --- PASS: TestMatch (0.00s) [2021-07-14T07:35:13.731Z] --- PASS: TestMatch/[[]] (0.00s) [2021-07-14T07:35:13.731Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-07-14T07:35:13.731Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-07-14T07:35:13.732Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-07-14T07:35:13.732Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-07-14T07:35:13.732Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-07-14T07:35:13.732Z] --- PASS: TestMatch/[] (0.00s) [2021-07-14T07:35:13.732Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-07-14T07:35:13.732Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-07-14T07:35:13.732Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-07-14T07:35:13.732Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-07-14T07:35:13.732Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-07-14T07:35:13.732Z] PASS [2021-07-14T07:35:13.732Z] coverage: 87.5% of statements [2021-07-14T07:35:13.732Z] ok github.com/docker/docker/pkg/capabilities 0.050s coverage: 87.5% of statements [2021-07-14T07:35:14.948Z] 2021/07/14 07:35:13 Closing DB instances... [2021-07-14T07:35:14.948Z] === RUN TestChrootTarUntar [2021-07-14T07:35:14.948Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:35:14.948Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-07-14T07:35:14.948Z] === RUN TestChrootUntarWithHugeExcludesList [2021-07-14T07:35:14.948Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:35:14.948Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-07-14T07:35:14.948Z] === RUN TestChrootUntarEmptyArchive [2021-07-14T07:35:14.948Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-07-14T07:35:14.948Z] === RUN TestChrootTarUntarWithSymlink [2021-07-14T07:35:14.948Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:35:14.948Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-07-14T07:35:14.948Z] === RUN TestChrootCopyWithTar [2021-07-14T07:35:14.948Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:35:14.948Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-07-14T07:35:14.948Z] === RUN TestChrootCopyFileWithTar [2021-07-14T07:35:14.948Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:35:14.948Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-07-14T07:35:14.948Z] === RUN TestChrootUntarPath [2021-07-14T07:35:14.948Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:35:14.948Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-07-14T07:35:14.948Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-07-14T07:35:14.948Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:35:14.948Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-07-14T07:35:14.948Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-07-14T07:35:14.948Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:35:14.948Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-07-14T07:35:14.948Z] === RUN TestChrootApplyDotDotFile [2021-07-14T07:35:14.948Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:35:14.948Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-07-14T07:35:14.948Z] PASS [2021-07-14T07:35:14.948Z] coverage: 15.4% of statements [2021-07-14T07:35:14.948Z] ok github.com/docker/docker/pkg/chrootarchive 0.096s coverage: 15.4% of statements [2021-07-14T07:35:15.410Z] --- PASS: TestNetworkDBCRUDTableEntry (3.65s) [2021-07-14T07:35:15.410Z] === RUN TestNetworkDBCRUDTableEntries [2021-07-14T07:35:15.944Z] === RUN TestSizeEmpty [2021-07-14T07:35:15.944Z] --- PASS: TestSizeEmpty (0.00s) [2021-07-14T07:35:15.944Z] === RUN TestSizeEmptyFile [2021-07-14T07:35:15.944Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-07-14T07:35:15.944Z] === RUN TestSizeNonemptyFile [2021-07-14T07:35:15.944Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-07-14T07:35:15.944Z] === RUN TestSizeNestedDirectoryEmpty [2021-07-14T07:35:15.944Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-07-14T07:35:15.944Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-07-14T07:35:15.944Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-07-14T07:35:15.944Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-07-14T07:35:15.944Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-07-14T07:35:15.944Z] === RUN TestMoveToSubdir [2021-07-14T07:35:15.944Z] --- PASS: TestMoveToSubdir (0.00s) [2021-07-14T07:35:15.945Z] === RUN TestSizeNonExistingDirectory [2021-07-14T07:35:15.945Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-07-14T07:35:15.945Z] PASS [2021-07-14T07:35:15.945Z] coverage: 80.0% of statements [2021-07-14T07:35:15.945Z] ok github.com/docker/docker/pkg/directory 0.050s coverage: 80.0% of statements [2021-07-14T07:35:15.977Z] --- PASS: TestGet (15.04s) [2021-07-14T07:35:15.978Z] === RUN TestPluginWithNoManifest [2021-07-14T07:35:15.978Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-07-14T07:35:15.978Z] === RUN TestGetAll [2021-07-14T07:35:15.978Z] --- PASS: TestGetAll (0.00s) [2021-07-14T07:35:15.978Z] PASS [2021-07-14T07:35:15.978Z] coverage: 73.4% of statements [2021-07-14T07:35:15.978Z] ok github.com/docker/docker/pkg/plugins 36.089s coverage: 73.4% of statements [2021-07-14T07:35:16.463Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (26.76s) [2021-07-14T07:35:16.463Z] PASS [2021-07-14T07:35:16.463Z] [2021-07-14T07:35:16.463Z] === Skipped [2021-07-14T07:35:16.463Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-07-14T07:35:16.463Z] build_session_test.go:25: TODO: BuildKit [2021-07-14T07:35:16.463Z] [2021-07-14T07:35:16.463Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.02s) [2021-07-14T07:35:16.463Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-07-14T07:35:16.463Z] [2021-07-14T07:35:16.463Z] [2021-07-14T07:35:16.463Z] DONE 34 tests, 2 skipped in 126.008s [2021-07-14T07:35:16.463Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-07-14T07:35:16.463Z] ++ 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-07-14T07:35:16.463Z] ++ set -e [2021-07-14T07:35:16.463Z] ++ '[' -n 0 ']' [2021-07-14T07:35:16.463Z] ++ set -x [2021-07-14T07:35:16.463Z] ++ 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-07-14T07:35:16.726Z] INFO: Testing against a local daemon [2021-07-14T07:35:16.726Z] === RUN TestConfigInspect [2021-07-14T07:35:16.920Z] === RUN Test [2021-07-14T07:35:16.920Z] === RUN Test/TestContainsEntry [2021-07-14T07:35:16.920Z] === RUN Test/TestCreateEntries [2021-07-14T07:35:16.920Z] === RUN Test/TestEntriesDiff [2021-07-14T07:35:16.920Z] === RUN Test/TestEntriesEquality [2021-07-14T07:35:16.920Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-07-14T07:35:16.920Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-07-14T07:35:16.920Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-07-14T07:35:16.920Z] === RUN Test/TestGeneratorNotGenerate [2021-07-14T07:35:16.920Z] === RUN Test/TestGeneratorWithPort [2021-07-14T07:35:16.920Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-07-14T07:35:16.920Z] === RUN Test/TestNewEntry [2021-07-14T07:35:16.920Z] === RUN Test/TestParse [2021-07-14T07:35:16.920Z] --- PASS: Test (0.00s) [2021-07-14T07:35:16.920Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-07-14T07:35:16.920Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-07-14T07:35:16.920Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-07-14T07:35:16.920Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-07-14T07:35:16.920Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-07-14T07:35:16.920Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-07-14T07:35:16.920Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-07-14T07:35:16.920Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-07-14T07:35:16.920Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-07-14T07:35:16.920Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-07-14T07:35:16.920Z] --- PASS: Test/TestNewEntry (0.00s) [2021-07-14T07:35:16.920Z] --- PASS: Test/TestParse (0.00s) [2021-07-14T07:35:16.920Z] PASS [2021-07-14T07:35:16.920Z] coverage: 58.3% of statements [2021-07-14T07:35:17.291Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-07-14T07:35:17.435Z] ok github.com/docker/docker/pkg/discovery 0.051s coverage: 58.3% of statements [2021-07-14T07:35:17.435Z] 2021/07/14 07:35:17 Closing DB instances... [2021-07-14T07:35:17.847Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-07-14T07:35:17.897Z] --- PASS: TestTarFiles (4.68s) [2021-07-14T07:35:17.897Z] === RUN TestTarUntar [2021-07-14T07:35:17.897Z] --- PASS: TestTarUntar (0.02s) [2021-07-14T07:35:17.897Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-07-14T07:35:17.897Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-07-14T07:35:17.897Z] === RUN TestTarWithOptions [2021-07-14T07:35:17.897Z] --- PASS: TestTarWithOptions (0.03s) [2021-07-14T07:35:17.897Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-07-14T07:35:17.897Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.01s) [2021-07-14T07:35:17.897Z] === RUN TestUntarUstarGnuConflict [2021-07-14T07:35:17.897Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-07-14T07:35:17.897Z] === RUN TestUntarInvalidFilenames [2021-07-14T07:35:17.897Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames070324746\\dest" [2021-07-14T07:35:17.897Z] --- PASS: TestUntarInvalidFilenames (0.15s) [2021-07-14T07:35:17.897Z] === RUN TestUntarHardlinkToSymlink [2021-07-14T07:35:17.897Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-07-14T07:35:17.897Z] === RUN TestUntarInvalidHardlink [2021-07-14T07:35:17.897Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink212045499\\victim\\hello" -> "../victim/hello" [2021-07-14T07:35:17.897Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink599710430\\victim\\hello" -> "/../victim/hello" [2021-07-14T07:35:17.897Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink221965477\\victim" -> "../victim" [2021-07-14T07:35:17.897Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink336338368\\victim" -> "../victim" [2021-07-14T07:35:17.897Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink152367647\\victim" -> "../victim" [2021-07-14T07:35:17.897Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink492231410\\victim" -> "../victim" [2021-07-14T07:35:17.897Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2021-07-14T07:35:17.897Z] === RUN TestUntarInvalidSymlink [2021-07-14T07:35:17.897Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink065413033\\dest\\dotdot" -> "../victim/hello" [2021-07-14T07:35:17.897Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink135272180\\dest\\slash-dotdot" -> "/../victim/hello" [2021-07-14T07:35:17.898Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink652859843\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:35:17.898Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink803741766\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:35:17.898Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink698023661\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:35:17.898Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink000349032\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:35:17.898Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink165809063\\dest\\dir\\loophole" -> "../../victim" [2021-07-14T07:35:17.898Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-07-14T07:35:17.898Z] === RUN TestTempArchiveCloseMultipleTimes [2021-07-14T07:35:17.898Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-07-14T07:35:17.898Z] === RUN TestXGlobalNoParent [2021-07-14T07:35:17.898Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-07-14T07:35:17.898Z] === RUN TestReplaceFileTarWrapper [2021-07-14T07:35:17.898Z] === RUN Test [2021-07-14T07:35:17.898Z] === RUN Test/TestContent [2021-07-14T07:35:17.898Z] === RUN Test/TestInitialize [2021-07-14T07:35:17.898Z] === RUN Test/TestNew [2021-07-14T07:35:17.898Z] === RUN Test/TestParsingContentsWithComments [2021-07-14T07:35:17.898Z] === RUN Test/TestRegister [2021-07-14T07:35:17.898Z] === RUN Test/TestWatch [2021-07-14T07:35:17.898Z] --- PASS: Test (0.00s) [2021-07-14T07:35:17.898Z] --- PASS: Test/TestContent (0.00s) [2021-07-14T07:35:17.898Z] --- PASS: Test/TestInitialize (0.00s) [2021-07-14T07:35:17.898Z] --- PASS: Test/TestNew (0.00s) [2021-07-14T07:35:17.898Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-07-14T07:35:17.898Z] --- PASS: Test/TestRegister (0.00s) [2021-07-14T07:35:17.898Z] --- PASS: Test/TestWatch (0.00s) [2021-07-14T07:35:17.898Z] PASS [2021-07-14T07:35:17.898Z] coverage: 97.6% of statements [2021-07-14T07:35:17.898Z] ok github.com/docker/docker/pkg/discovery/file 0.048s coverage: 97.6% of statements [2021-07-14T07:35:18.360Z] --- PASS: TestReplaceFileTarWrapper (0.19s) [2021-07-14T07:35:18.360Z] === RUN TestPrefixHeaderReadable [2021-07-14T07:35:18.360Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2021-07-14T07:35:18.360Z] === RUN TestDisablePigz [2021-07-14T07:35:18.360Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-07-14T07:35:18.360Z] --- PASS: TestDisablePigz (0.12s) [2021-07-14T07:35:18.360Z] === RUN TestPigz [2021-07-14T07:35:18.360Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-07-14T07:35:18.360Z] --- PASS: TestPigz (0.17s) [2021-07-14T07:35:18.360Z] === RUN TestCopyFileWithInvalidDest [2021-07-14T07:35:18.360Z] archive_windows_test.go:16: Currently fails [2021-07-14T07:35:18.360Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-07-14T07:35:18.360Z] === RUN TestCanonicalTarNameForPath [2021-07-14T07:35:18.360Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-07-14T07:35:18.360Z] === RUN TestCanonicalTarName [2021-07-14T07:35:18.360Z] --- PASS: TestCanonicalTarName (0.00s) [2021-07-14T07:35:18.360Z] === RUN TestChmodTarEntry [2021-07-14T07:35:18.360Z] --- PASS: TestChmodTarEntry (0.00s) [2021-07-14T07:35:18.360Z] === RUN TestHardLinkOrder [2021-07-14T07:35:18.844Z] docker_cli_daemon_plugins_test.go:105: [da9375733bbe4] daemon is not started [2021-07-14T07:35:18.926Z] --- PASS: TestHardLinkOrder (0.10s) [2021-07-14T07:35:18.926Z] === RUN TestChangeString [2021-07-14T07:35:18.926Z] --- PASS: TestChangeString (0.00s) [2021-07-14T07:35:18.926Z] === RUN TestChangesWithNoChanges [2021-07-14T07:35:18.926Z] --- PASS: TestChangesWithNoChanges (0.03s) [2021-07-14T07:35:18.926Z] === RUN TestChangesWithChanges [2021-07-14T07:35:18.926Z] --- PASS: TestChangesWithChanges (0.03s) [2021-07-14T07:35:18.926Z] === RUN TestChangesWithChangesGH13590 [2021-07-14T07:35:18.926Z] changes_test.go:196: needs more investigation [2021-07-14T07:35:18.926Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-07-14T07:35:18.926Z] === RUN TestChangesDirsEmpty [2021-07-14T07:35:18.926Z] --- PASS: TestChangesDirsEmpty (0.14s) [2021-07-14T07:35:18.926Z] === RUN TestChangesDirsMutated [2021-07-14T07:35:18.926Z] --- PASS: TestChangesDirsMutated (0.17s) [2021-07-14T07:35:18.926Z] === RUN TestApplyLayer [2021-07-14T07:35:18.926Z] changes_test.go:433: needs further investigation [2021-07-14T07:35:18.926Z] --- SKIP: TestApplyLayer (0.00s) [2021-07-14T07:35:18.926Z] === RUN TestChangesSizeWithHardlinks [2021-07-14T07:35:18.926Z] changes_test.go:469: needs further investigation [2021-07-14T07:35:18.926Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-07-14T07:35:18.926Z] === RUN TestChangesSizeWithNoChanges [2021-07-14T07:35:18.926Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-07-14T07:35:18.926Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-07-14T07:35:18.926Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-07-14T07:35:18.926Z] === RUN TestChangesSize [2021-07-14T07:35:18.926Z] --- PASS: TestChangesSize (0.00s) [2021-07-14T07:35:18.926Z] === RUN TestApplyLayerInvalidFilenames [2021-07-14T07:35:18.926Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames506451582\\dest" [2021-07-14T07:35:18.926Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-07-14T07:35:18.926Z] === RUN TestApplyLayerInvalidHardlink [2021-07-14T07:35:18.926Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink551557216\\victim\\hello" -> "../victim/hello" [2021-07-14T07:35:18.926Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink464575551\\victim\\hello" -> "/../victim/hello" [2021-07-14T07:35:18.926Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink030223506\\victim" -> "../victim" [2021-07-14T07:35:18.926Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink217324745\\victim" -> "../victim" [2021-07-14T07:35:18.926Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink699070356\\victim" -> "../victim" [2021-07-14T07:35:18.926Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink328122339\\victim" -> "../victim" [2021-07-14T07:35:18.926Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-07-14T07:35:18.926Z] === RUN TestApplyLayerInvalidSymlink [2021-07-14T07:35:18.926Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink628999654\\dest\\dotdot" -> "../victim/hello" [2021-07-14T07:35:18.926Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink693767181\\dest\\slash-dotdot" -> "/../victim/hello" [2021-07-14T07:35:18.926Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink887549960\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:35:18.926Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink994367431\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:35:18.926Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink210097274\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:35:18.926Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink970334097\\dest\\loophole-victim" -> "../victim" [2021-07-14T07:35:18.926Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2021-07-14T07:35:18.926Z] === RUN TestApplyLayerWhiteouts [2021-07-14T07:35:18.926Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2021-07-14T07:35:18.926Z] === RUN TestGenerateEmptyFile [2021-07-14T07:35:18.926Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-07-14T07:35:18.926Z] === RUN TestGenerateWithContent [2021-07-14T07:35:18.926Z] --- PASS: TestGenerateWithContent (0.00s) [2021-07-14T07:35:18.926Z] PASS [2021-07-14T07:35:18.926Z] coverage: 62.7% of statements [2021-07-14T07:35:18.926Z] ok github.com/docker/docker/pkg/archive 7.145s coverage: 62.7% of statements [2021-07-14T07:35:19.388Z] --- PASS: TestNetworkDBCRUDTableEntries (3.62s) [2021-07-14T07:35:19.388Z] === RUN TestNetworkDBNodeLeave [2021-07-14T07:35:19.388Z] === RUN Test [2021-07-14T07:35:19.388Z] === RUN Test/TestInitialize [2021-07-14T07:35:19.388Z] time="2021-07-14T07:35:19Z" level=info msg="Initializing discovery without TLS" [2021-07-14T07:35:19.388Z] time="2021-07-14T07:35:19Z" level=info msg="Initializing discovery without TLS" [2021-07-14T07:35:19.388Z] time="2021-07-14T07:35:19Z" level=info msg="Initializing discovery without TLS" [2021-07-14T07:35:19.388Z] === RUN Test/TestInitializeWithCerts [2021-07-14T07:35:19.388Z] time="2021-07-14T07:35:19Z" level=info msg="Initializing discovery with TLS" [2021-07-14T07:35:19.388Z] === RUN Test/TestWatch [2021-07-14T07:35:19.388Z] time="2021-07-14T07:35:19Z" level=info msg="Initializing discovery without TLS" [2021-07-14T07:35:20.224Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-07-14T07:35:20.237Z] --- PASS: TestConfigInspect (2.90s) [2021-07-14T07:35:20.237Z] === RUN TestConfigList [2021-07-14T07:35:22.125Z] check_test.go:309: [d902907d5c0ef] daemon is not started [2021-07-14T07:35:22.125Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-07-14T07:35:22.305Z] --- PASS: TestNetworkDBNodeLeave (3.03s) [2021-07-14T07:35:22.305Z] === RUN TestNetworkDBWatch [2021-07-14T07:35:22.305Z] --- PASS: Test (3.15s) [2021-07-14T07:35:22.305Z] --- PASS: Test/TestInitialize (0.13s) [2021-07-14T07:35:22.726Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-07-14T07:35:22.767Z] --- PASS: Test/TestInitializeWithCerts (0.01s) [2021-07-14T07:35:22.767Z] --- PASS: Test/TestWatch (3.00s) [2021-07-14T07:35:22.767Z] PASS [2021-07-14T07:35:22.767Z] coverage: 84.1% of statements [2021-07-14T07:35:22.767Z] ok github.com/docker/docker/pkg/discovery/kv 3.208s coverage: 84.1% of statements [2021-07-14T07:35:22.784Z] --- PASS: TestConfigList (2.75s) [2021-07-14T07:35:22.784Z] === RUN TestConfigsCreateAndDelete [2021-07-14T07:35:22.987Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-07-14T07:35:23.229Z] === RUN Test [2021-07-14T07:35:23.229Z] === RUN Test/TestWatch [2021-07-14T07:35:23.229Z] --- PASS: Test (0.00s) [2021-07-14T07:35:23.229Z] --- PASS: Test/TestWatch (0.00s) [2021-07-14T07:35:23.229Z] PASS [2021-07-14T07:35:23.229Z] coverage: 92.3% of statements [2021-07-14T07:35:23.229Z] ok github.com/docker/docker/pkg/discovery/memory 0.051s coverage: 92.3% of statements [2021-07-14T07:35:23.259Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-07-14T07:35:23.691Z] 2021/07/14 07:35:23 Closing DB instances... [2021-07-14T07:35:24.155Z] === RUN Test [2021-07-14T07:35:24.155Z] === RUN Test/TestInitialize [2021-07-14T07:35:24.155Z] === RUN Test/TestInitializeWithPattern [2021-07-14T07:35:24.155Z] === RUN Test/TestRegister [2021-07-14T07:35:24.155Z] === RUN Test/TestWatch [2021-07-14T07:35:24.155Z] --- PASS: Test (0.00s) [2021-07-14T07:35:24.155Z] --- PASS: Test/TestInitialize (0.00s) [2021-07-14T07:35:24.155Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-07-14T07:35:24.155Z] --- PASS: Test/TestRegister (0.00s) [2021-07-14T07:35:24.155Z] --- PASS: Test/TestWatch (0.00s) [2021-07-14T07:35:24.155Z] PASS [2021-07-14T07:35:24.155Z] coverage: 93.8% of statements [2021-07-14T07:35:24.155Z] ok github.com/docker/docker/pkg/discovery/nodes 0.059s coverage: 93.8% of statements [2021-07-14T07:35:25.130Z] === RUN TestPollerAddRemove [2021-07-14T07:35:25.130Z] --- PASS: TestPollerAddRemove (0.00s) [2021-07-14T07:35:25.130Z] === RUN TestPollerEvent [2021-07-14T07:35:25.130Z] poller_test.go:41: No chmod on Windows [2021-07-14T07:35:25.130Z] --- SKIP: TestPollerEvent (0.00s) [2021-07-14T07:35:25.130Z] === RUN TestPollerClose [2021-07-14T07:35:25.130Z] --- PASS: TestPollerClose (0.00s) [2021-07-14T07:35:25.130Z] PASS [2021-07-14T07:35:25.130Z] coverage: 45.7% of statements [2021-07-14T07:35:25.130Z] --- PASS: TestNetworkDBWatch (3.02s) [2021-07-14T07:35:25.130Z] === RUN TestNetworkDBBulkSync [2021-07-14T07:35:25.130Z] ok github.com/docker/docker/pkg/filenotify 0.049s coverage: 45.7% of statements [2021-07-14T07:35:25.333Z] --- PASS: TestConfigsCreateAndDelete (2.69s) [2021-07-14T07:35:25.333Z] === RUN TestConfigsUpdate [2021-07-14T07:35:25.793Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-07-14T07:35:26.039Z] --- PASS: TestServiceUpdatePidsLimit (17.14s) [2021-07-14T07:35:26.039Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.92s) [2021-07-14T07:35:26.039Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.19s) [2021-07-14T07:35:26.039Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.20s) [2021-07-14T07:35:26.039Z] PASS [2021-07-14T07:35:26.039Z] [2021-07-14T07:35:26.039Z] === Skipped [2021-07-14T07:35:26.039Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-07-14T07:35:26.039Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-07-14T07:35:26.039Z] [2021-07-14T07:35:26.039Z] [2021-07-14T07:35:26.039Z] DONE 27 tests, 1 skipped in 175.216s [2021-07-14T07:35:26.039Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-07-14T07:35:26.039Z] INFO: Testing against a local daemon [2021-07-14T07:35:26.039Z] === RUN TestSessionCreate [2021-07-14T07:35:26.039Z] --- PASS: TestSessionCreate (0.02s) [2021-07-14T07:35:26.039Z] === RUN TestSessionCreateWithBadUpgrade [2021-07-14T07:35:26.039Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-07-14T07:35:26.039Z] PASS [2021-07-14T07:35:26.039Z] [2021-07-14T07:35:26.039Z] DONE 2 tests in 0.071s [2021-07-14T07:35:26.039Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-07-14T07:35:26.039Z] INFO: Testing against a local daemon [2021-07-14T07:35:26.039Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-07-14T07:35:26.039Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-07-14T07:35:26.039Z] === RUN TestEventsExecDie [2021-07-14T07:35:26.051Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-07-14T07:35:26.103Z] === RUN TestCopyFileWithInvalidSrc [2021-07-14T07:35:26.103Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestCopyFileWithInvalidDest [2021-07-14T07:35:26.103Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestCopyFileWithSameSrcAndDest [2021-07-14T07:35:26.103Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-07-14T07:35:26.103Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestCopyFile [2021-07-14T07:35:26.103Z] --- PASS: TestCopyFile (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-07-14T07:35:26.103Z] fileutils_test.go:134: Needs porting to Windows [2021-07-14T07:35:26.103Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-07-14T07:35:26.103Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestReadSymlinkedDirectoryToFile [2021-07-14T07:35:26.103Z] fileutils_test.go:180: Needs porting to Windows [2021-07-14T07:35:26.103Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestWildcardMatches [2021-07-14T07:35:26.103Z] --- PASS: TestWildcardMatches (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestPatternMatches [2021-07-14T07:35:26.103Z] --- PASS: TestPatternMatches (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-07-14T07:35:26.103Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestPatternMatchesFolderExclusions [2021-07-14T07:35:26.103Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-07-14T07:35:26.103Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-07-14T07:35:26.103Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-07-14T07:35:26.103Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-07-14T07:35:26.103Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestSingleExclamationError [2021-07-14T07:35:26.103Z] --- PASS: TestSingleExclamationError (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestMatchesWithNoPatterns [2021-07-14T07:35:26.103Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-07-14T07:35:26.103Z] === RUN TestMatchesWithMalformedPatterns [2021-07-14T07:35:26.104Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-07-14T07:35:26.104Z] === RUN TestMatches [2021-07-14T07:35:26.104Z] --- PASS: TestMatches (0.00s) [2021-07-14T07:35:26.104Z] === RUN TestCleanPatterns [2021-07-14T07:35:26.104Z] --- PASS: TestCleanPatterns (0.00s) [2021-07-14T07:35:26.104Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-07-14T07:35:26.104Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-07-14T07:35:26.104Z] === RUN TestCleanPatternsExceptionFlag [2021-07-14T07:35:26.104Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-07-14T07:35:26.104Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-07-14T07:35:26.104Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-07-14T07:35:26.104Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-07-14T07:35:26.104Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-07-14T07:35:26.104Z] === RUN TestCleanPatternsErrorSingleException [2021-07-14T07:35:26.104Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-07-14T07:35:26.104Z] === RUN TestCreateIfNotExistsDir [2021-07-14T07:35:26.104Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-07-14T07:35:26.104Z] === RUN TestCreateIfNotExistsFile [2021-07-14T07:35:26.104Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-07-14T07:35:26.104Z] === RUN TestMatch [2021-07-14T07:35:26.104Z] --- PASS: TestMatch (0.00s) [2021-07-14T07:35:26.104Z] PASS [2021-07-14T07:35:26.104Z] coverage: 85.2% of statements [2021-07-14T07:35:26.104Z] ok github.com/docker/docker/pkg/fileutils 0.074s coverage: 85.2% of statements [2021-07-14T07:35:26.566Z] 2021/07/14 07:35:26 Closing DB instances... [2021-07-14T07:35:26.610Z] --- PASS: TestEventsExecDie (1.06s) [2021-07-14T07:35:26.610Z] === RUN TestEventsBackwardsCompatible [2021-07-14T07:35:26.618Z] --- PASS: TestUpdateRestartPolicy (14.76s) [2021-07-14T07:35:26.618Z] === RUN TestUpdateRestartWithAutoRemove [2021-07-14T07:35:26.870Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-07-14T07:35:26.870Z] === RUN TestEventsVolumeCreate [2021-07-14T07:35:26.870Z] --- PASS: TestEventsVolumeCreate (0.05s) [2021-07-14T07:35:26.870Z] === RUN TestInfoBinaryCommits [2021-07-14T07:35:26.870Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-07-14T07:35:26.870Z] === RUN TestInfoAPIVersioned [2021-07-14T07:35:26.870Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-07-14T07:35:26.870Z] === RUN TestInfoDiscoveryBackend [2021-07-14T07:35:27.027Z] === RUN TestGet [2021-07-14T07:35:27.027Z] --- PASS: TestGet (0.00s) [2021-07-14T07:35:27.027Z] === RUN TestGetShortcutString [2021-07-14T07:35:27.027Z] --- PASS: TestGetShortcutString (0.00s) [2021-07-14T07:35:27.027Z] PASS [2021-07-14T07:35:27.027Z] coverage: 42.9% of statements [2021-07-14T07:35:27.027Z] ok github.com/docker/docker/pkg/homedir 0.046s coverage: 42.9% of statements [2021-07-14T07:35:27.440Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-07-14T07:35:27.440Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-07-14T07:35:27.552Z] --- PASS: TestUpdateRestartWithAutoRemove (1.14s) [2021-07-14T07:35:27.552Z] === RUN TestWaitNonBlocked [2021-07-14T07:35:27.552Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:35:27.552Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:35:27.552Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:35:27.552Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:35:27.552Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:35:27.552Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:35:27.882Z] --- PASS: TestConfigsUpdate (2.73s) [2021-07-14T07:35:27.882Z] === RUN TestTemplatedConfig [2021-07-14T07:35:27.999Z] === RUN TestCreateIDMapOrder [2021-07-14T07:35:27.999Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-07-14T07:35:27.999Z] PASS [2021-07-14T07:35:27.999Z] coverage: 7.2% of statements [2021-07-14T07:35:27.999Z] ok github.com/docker/docker/pkg/idtools 0.043s coverage: 7.2% of statements [2021-07-14T07:35:27.999Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2021-07-14T07:35:27.999Z] === RUN TestNetworkDBCRUDMediumCluster [2021-07-14T07:35:28.379Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-07-14T07:35:28.379Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-07-14T07:35:28.745Z] --- PASS: TestBuildWithHugeFile (100.15s) [2021-07-14T07:35:28.745Z] === RUN TestBuildWCOWSandboxSize [2021-07-14T07:35:28.949Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-07-14T07:35:28.949Z] === RUN TestInfoAPI [2021-07-14T07:35:28.949Z] --- PASS: TestInfoAPI (0.02s) [2021-07-14T07:35:28.949Z] === RUN TestInfoAPIWarnings [2021-07-14T07:35:28.976Z] === RUN TestFixedBufferCap [2021-07-14T07:35:28.976Z] --- PASS: TestFixedBufferCap (0.00s) [2021-07-14T07:35:28.976Z] === RUN TestFixedBufferLen [2021-07-14T07:35:28.976Z] --- PASS: TestFixedBufferLen (0.00s) [2021-07-14T07:35:28.976Z] === RUN TestFixedBufferString [2021-07-14T07:35:28.976Z] --- PASS: TestFixedBufferString (0.00s) [2021-07-14T07:35:28.976Z] === RUN TestFixedBufferWrite [2021-07-14T07:35:28.976Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-07-14T07:35:28.976Z] === RUN TestFixedBufferRead [2021-07-14T07:35:28.976Z] --- PASS: TestFixedBufferRead (0.00s) [2021-07-14T07:35:28.976Z] === RUN TestBytesPipeRead [2021-07-14T07:35:28.976Z] --- PASS: TestBytesPipeRead (0.00s) [2021-07-14T07:35:28.976Z] === RUN TestBytesPipeWrite [2021-07-14T07:35:28.976Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-07-14T07:35:28.976Z] === RUN TestBytesPipeWriteRandomChunks [2021-07-14T07:35:29.437Z] --- PASS: TestBytesPipeWriteRandomChunks (0.44s) [2021-07-14T07:35:29.437Z] === RUN TestAtomicWriteToFile [2021-07-14T07:35:29.437Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-07-14T07:35:29.437Z] === RUN TestAtomicWriteSetCommit [2021-07-14T07:35:29.437Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-07-14T07:35:29.437Z] === RUN TestAtomicWriteSetCancel [2021-07-14T07:35:29.437Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-07-14T07:35:29.437Z] === RUN TestReadCloserWrapperClose [2021-07-14T07:35:29.437Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-07-14T07:35:29.437Z] === RUN TestReaderErrWrapperReadOnError [2021-07-14T07:35:29.437Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-07-14T07:35:29.437Z] === RUN TestReaderErrWrapperRead [2021-07-14T07:35:29.437Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-07-14T07:35:29.437Z] === RUN TestHashData [2021-07-14T07:35:29.437Z] --- PASS: TestHashData (0.00s) [2021-07-14T07:35:29.437Z] === RUN TestCancelReadCloser [2021-07-14T07:35:29.437Z] --- PASS: TestCancelReadCloser (0.10s) [2021-07-14T07:35:29.437Z] === RUN TestWriteCloserWrapperClose [2021-07-14T07:35:29.437Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-07-14T07:35:29.437Z] === RUN TestNopWriteCloser [2021-07-14T07:35:29.437Z] --- PASS: TestNopWriteCloser (0.00s) [2021-07-14T07:35:29.437Z] === RUN TestNopWriter [2021-07-14T07:35:29.437Z] --- PASS: TestNopWriter (0.00s) [2021-07-14T07:35:29.437Z] === RUN TestWriteCounter [2021-07-14T07:35:29.437Z] --- PASS: TestWriteCounter (0.00s) [2021-07-14T07:35:29.437Z] PASS [2021-07-14T07:35:29.437Z] coverage: 69.2% of statements [2021-07-14T07:35:29.437Z] ok github.com/docker/docker/pkg/ioutils 0.601s coverage: 69.2% of statements [2021-07-14T07:35:30.085Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-07-14T07:35:30.085Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.93s) [2021-07-14T07:35:30.085Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.99s) [2021-07-14T07:35:30.085Z] === RUN TestWaitBlocked [2021-07-14T07:35:30.085Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-07-14T07:35:30.085Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-07-14T07:35:30.085Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-07-14T07:35:30.085Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-07-14T07:35:30.085Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-07-14T07:35:30.085Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-07-14T07:35:30.343Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-07-14T07:35:30.409Z] === RUN TestError [2021-07-14T07:35:30.409Z] --- PASS: TestError (0.00s) [2021-07-14T07:35:30.409Z] === RUN TestProgressString [2021-07-14T07:35:30.409Z] === RUN TestProgressString/no_progress [2021-07-14T07:35:30.409Z] === RUN TestProgressString/progress_1 [2021-07-14T07:35:30.409Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-07-14T07:35:30.409Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-07-14T07:35:30.409Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-07-14T07:35:30.409Z] === RUN TestProgressString/with_units [2021-07-14T07:35:30.409Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-07-14T07:35:30.409Z] === RUN TestProgressString/hide_counts [2021-07-14T07:35:30.409Z] --- PASS: TestProgressString (0.00s) [2021-07-14T07:35:30.409Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-07-14T07:35:30.409Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-07-14T07:35:30.409Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-07-14T07:35:30.409Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-07-14T07:35:30.409Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-07-14T07:35:30.409Z] --- PASS: TestProgressString/with_units (0.00s) [2021-07-14T07:35:30.409Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-07-14T07:35:30.409Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-07-14T07:35:30.409Z] === RUN TestJSONMessageDisplay [2021-07-14T07:35:30.409Z] --- PASS: TestJSONMessageDisplay (0.15s) [2021-07-14T07:35:30.409Z] === RUN TestJSONMessageDisplayWithJSONError [2021-07-14T07:35:30.409Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-07-14T07:35:30.409Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-07-14T07:35:30.409Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-07-14T07:35:30.409Z] === RUN TestDisplayJSONMessagesStream [2021-07-14T07:35:30.409Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-07-14T07:35:30.409Z] PASS [2021-07-14T07:35:30.409Z] coverage: 91.7% of statements [2021-07-14T07:35:30.409Z] ok github.com/docker/docker/pkg/jsonmessage 0.196s coverage: 91.7% of statements [2021-07-14T07:35:30.870Z] 2021/07/14 07:35:30 Closing DB instances... [2021-07-14T07:35:30.870Z] time="2021-07-14T07:35:30Z" level=error msg="node: b20dee7b00f1 is unknown to memberlist" [2021-07-14T07:35:31.278Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-07-14T07:35:31.332Z] --- PASS: TestGetAddress (23.80s) [2021-07-14T07:35:31.332Z] === RUN TestRequestSyntaxCheck [2021-07-14T07:35:31.332Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2021-07-14T07:35:31.332Z] === RUN TestRequest [2021-07-14T07:35:31.332Z] === RUN TestStandardLongPath [2021-07-14T07:35:31.332Z] --- PASS: TestStandardLongPath (0.00s) [2021-07-14T07:35:31.332Z] === RUN TestUNCLongPath [2021-07-14T07:35:31.332Z] --- PASS: TestUNCLongPath (0.00s) [2021-07-14T07:35:31.332Z] PASS [2021-07-14T07:35:31.332Z] coverage: 100.0% of statements [2021-07-14T07:35:31.332Z] ok github.com/docker/docker/pkg/longpath 0.035s coverage: 100.0% of statements [2021-07-14T07:35:31.537Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-07-14T07:35:31.794Z] time="2021-07-14T07:35:31Z" level=error msg="node: 3bfaac44e5ee is unknown to memberlist" [2021-07-14T07:35:31.794Z] === RUN TestNameFormat [2021-07-14T07:35:31.794Z] --- PASS: TestNameFormat (0.00s) [2021-07-14T07:35:31.794Z] === RUN TestNameRetries [2021-07-14T07:35:31.794Z] --- PASS: TestNameRetries (0.00s) [2021-07-14T07:35:31.794Z] PASS [2021-07-14T07:35:31.794Z] coverage: 85.7% of statements [2021-07-14T07:35:31.794Z] ok github.com/docker/docker/pkg/namesgenerator 0.037s coverage: 85.7% of statements [2021-07-14T07:35:32.092Z] --- PASS: TestTemplatedConfig (3.52s) [2021-07-14T07:35:32.092Z] === RUN TestConfigCreateResolve [2021-07-14T07:35:32.104Z] --- PASS: TestWaitBlocked (0.01s) [2021-07-14T07:35:32.104Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (2.20s) [2021-07-14T07:35:32.104Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (2.25s) [2021-07-14T07:35:32.104Z] === CONT TestContainerStartOnDaemonRestart [2021-07-14T07:35:32.104Z] === CONT TestIpcModeOlderClient [2021-07-14T07:35:32.104Z] --- PASS: TestIpcModeOlderClient (0.10s) [2021-07-14T07:35:32.104Z] === CONT TestRestartDaemonWithRestartingContainer [2021-07-14T07:35:32.104Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-07-14T07:35:32.674Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-07-14T07:35:32.674Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-07-14T07:35:32.767Z] === RUN TestParseKeyValueOpt [2021-07-14T07:35:32.767Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-07-14T07:35:32.767Z] === RUN TestParseUintList [2021-07-14T07:35:32.767Z] --- PASS: TestParseUintList (0.00s) [2021-07-14T07:35:32.767Z] === RUN TestParseUintListMaximumLimits [2021-07-14T07:35:32.767Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-07-14T07:35:32.767Z] PASS [2021-07-14T07:35:32.767Z] coverage: 97.0% of statements [2021-07-14T07:35:32.767Z] ok github.com/docker/docker/pkg/parsers 0.035s coverage: 97.0% of statements [2021-07-14T07:35:32.767Z] --- PASS: TestNetworkDBCRUDMediumCluster (4.66s) [2021-07-14T07:35:32.767Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-07-14T07:35:33.230Z] === RUN TestNewAndRemove [2021-07-14T07:35:33.230Z] --- PASS: TestNewAndRemove (0.00s) [2021-07-14T07:35:33.230Z] === RUN TestRemoveInvalidPath [2021-07-14T07:35:33.230Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-07-14T07:35:33.230Z] PASS [2021-07-14T07:35:33.230Z] coverage: 82.6% of statements [2021-07-14T07:35:33.230Z] ok github.com/docker/docker/pkg/pidfile 0.037s coverage: 82.6% of statements [2021-07-14T07:35:33.241Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-07-14T07:35:33.241Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-07-14T07:35:33.241Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-07-14T07:35:33.241Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-07-14T07:35:33.241Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-07-14T07:35:33.241Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-07-14T07:35:33.241Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-07-14T07:35:33.241Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-07-14T07:35:33.241Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-07-14T07:35:33.241Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-07-14T07:35:33.479Z] --- PASS: TestConfigCreateResolve (2.17s) [2021-07-14T07:35:33.479Z] PASS [2021-07-14T07:35:33.479Z] [2021-07-14T07:35:33.479Z] DONE 6 tests in 16.917s [2021-07-14T07:35:33.479Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-07-14T07:35:33.479Z] ++ 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-07-14T07:35:33.479Z] ++ set -e [2021-07-14T07:35:33.479Z] ++ '[' -n 0 ']' [2021-07-14T07:35:33.479Z] ++ set -x [2021-07-14T07:35:33.480Z] ++ 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-07-14T07:35:33.741Z] INFO: Testing against a local daemon [2021-07-14T07:35:33.741Z] === RUN TestCheckpoint [2021-07-14T07:35:33.741Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-07-14T07:35:33.741Z] --- SKIP: TestCheckpoint (0.00s) [2021-07-14T07:35:33.741Z] === RUN TestContainerInvalidJSON [2021-07-14T07:35:33.741Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:35:33.741Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:35:33.741Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:35:33.741Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:35:33.741Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:35:33.741Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:35:33.741Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:35:33.741Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:35:33.741Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:35:33.741Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-07-14T07:35:33.741Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-07-14T07:35:33.741Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-07-14T07:35:33.741Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-07-14T07:35:33.741Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-07-14T07:35:33.741Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2021-07-14T07:35:33.741Z] === RUN TestCopyFromContainerPathIsNotDir [2021-07-14T07:35:33.809Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-07-14T07:35:34.003Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-07-14T07:35:34.003Z] === RUN TestCopyToContainerPathDoesNotExist [2021-07-14T07:35:34.003Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2021-07-14T07:35:34.003Z] === RUN TestCopyToContainerPathIsNotDir [2021-07-14T07:35:34.003Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2021-07-14T07:35:34.003Z] === RUN TestCopyFromContainer [2021-07-14T07:35:34.203Z] === RUN TestFailedConnection [2021-07-14T07:35:34.204Z] === RUN TestParseEmptyInterface [2021-07-14T07:35:34.204Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-07-14T07:35:34.204Z] === RUN TestParseNonInterfaceType [2021-07-14T07:35:34.204Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-07-14T07:35:34.204Z] === RUN TestParseWithOneFunction [2021-07-14T07:35:34.204Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-07-14T07:35:34.204Z] === RUN TestParseWithMultipleFuncs [2021-07-14T07:35:34.204Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-07-14T07:35:34.204Z] === RUN TestParseWithUnnamedReturn [2021-07-14T07:35:34.204Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-07-14T07:35:34.204Z] === RUN TestEmbeddedInterface [2021-07-14T07:35:34.204Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-07-14T07:35:34.204Z] === RUN TestParsedImports [2021-07-14T07:35:34.204Z] --- PASS: TestParsedImports (0.00s) [2021-07-14T07:35:34.204Z] === RUN TestAliasedImports [2021-07-14T07:35:34.204Z] --- PASS: TestAliasedImports (0.00s) [2021-07-14T07:35:34.204Z] PASS [2021-07-14T07:35:34.204Z] coverage: 56.8% of statements [2021-07-14T07:35:34.204Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.053s coverage: 56.8% of statements [2021-07-14T07:35:34.377Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-07-14T07:35:34.665Z] 2021/07/14 07:35:34 Closing DB instances... [2021-07-14T07:35:34.944Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-07-14T07:35:35.127Z] === RUN TestHTTPTransport [2021-07-14T07:35:35.127Z] --- PASS: TestHTTPTransport (0.00s) [2021-07-14T07:35:35.127Z] PASS [2021-07-14T07:35:35.128Z] coverage: 85.7% of statements [2021-07-14T07:35:35.128Z] ok github.com/docker/docker/pkg/plugins/transport 0.037s coverage: 85.7% of statements [2021-07-14T07:35:35.128Z] --- PASS: TestFailedConnection (1.04s) [2021-07-14T07:35:35.128Z] === RUN TestFailOnce [2021-07-14T07:35:35.510Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-07-14T07:35:35.589Z] 2021/07/14 07:35:35 http: panic serving 127.0.0.1:49291: Plugin not ready [2021-07-14T07:35:35.589Z] goroutine 34 [running]: [2021-07-14T07:35:35.589Z] net/http.(*conn).serve.func1(0xc0000a4000) [2021-07-14T07:35:35.589Z] c:/go/src/net/http/server.go:1804 +0x153 [2021-07-14T07:35:35.589Z] panic(0x635160, 0x74c250) [2021-07-14T07:35:35.589Z] c:/go/src/runtime/panic.go:971 +0x49a [2021-07-14T07:35:35.589Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x75c910, 0xc00021a000, 0xc0000ac000) [2021-07-14T07:35:35.589Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-07-14T07:35:35.589Z] net/http.HandlerFunc.ServeHTTP(0xc000108f30, 0x75c910, 0xc00021a000, 0xc0000ac000) [2021-07-14T07:35:35.589Z] c:/go/src/net/http/server.go:2049 +0x4b [2021-07-14T07:35:35.589Z] net/http.(*ServeMux).ServeHTTP(0xc0001568c0, 0x75c910, 0xc00021a000, 0xc0000ac000) [2021-07-14T07:35:35.589Z] c:/go/src/net/http/server.go:2428 +0x1b7 [2021-07-14T07:35:35.589Z] net/http.serverHandler.ServeHTTP(0xc0001b4000, 0x75c910, 0xc00021a000, 0xc0000ac000) [2021-07-14T07:35:35.589Z] c:/go/src/net/http/server.go:2867 +0xaa [2021-07-14T07:35:35.589Z] net/http.(*conn).serve(0xc0000a4000, 0x75d500, 0xc00008e040) [2021-07-14T07:35:35.589Z] c:/go/src/net/http/server.go:1932 +0x8cd [2021-07-14T07:35:35.589Z] created by net/http.(*Server).Serve [2021-07-14T07:35:35.589Z] c:/go/src/net/http/server.go:2993 +0x3b8 [2021-07-14T07:35:35.589Z] time="2021-07-14T07:35:35Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.FailOnce: Post \"http://127.0.0.1:49290/Test.FailOnce\": EOF, retrying in 1s" [2021-07-14T07:35:35.589Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-07-14T07:35:35.589Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-07-14T07:35:35.589Z] === RUN TestBufioReaderPoolPutAndGet [2021-07-14T07:35:35.589Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-07-14T07:35:35.589Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-07-14T07:35:35.589Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-07-14T07:35:35.589Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-07-14T07:35:35.589Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-07-14T07:35:35.589Z] === RUN TestBufioWriterPoolPutAndGet [2021-07-14T07:35:35.589Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-07-14T07:35:35.589Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-07-14T07:35:35.589Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-07-14T07:35:35.589Z] === RUN TestBufferPoolPutAndGet [2021-07-14T07:35:35.589Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-07-14T07:35:35.589Z] PASS [2021-07-14T07:35:35.589Z] coverage: 88.2% of statements [2021-07-14T07:35:35.589Z] ok github.com/docker/docker/pkg/pools 0.035s coverage: 88.2% of statements [2021-07-14T07:35:35.769Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-07-14T07:35:35.922Z] === RUN TestCopyFromContainer// [2021-07-14T07:35:35.922Z] === RUN TestCopyFromContainer//bar/root [2021-07-14T07:35:35.922Z] === RUN TestCopyFromContainer//bar/root/ [2021-07-14T07:35:35.922Z] === RUN TestCopyFromContainer/bar/quux [2021-07-14T07:35:35.922Z] === RUN TestCopyFromContainer/bar/quux/ [2021-07-14T07:35:35.922Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-07-14T07:35:36.050Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (3.22s) [2021-07-14T07:35:36.050Z] === RUN TestNetworkDBGarbageCollection [2021-07-14T07:35:36.184Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-07-14T07:35:36.184Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-07-14T07:35:36.184Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-07-14T07:35:36.446Z] === RUN TestCopyFromContainer/bar/notarget [2021-07-14T07:35:36.446Z] --- PASS: TestCopyFromContainer (2.38s) [2021-07-14T07:35:36.446Z] --- PASS: TestCopyFromContainer// (0.10s) [2021-07-14T07:35:36.446Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2021-07-14T07:35:36.446Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2021-07-14T07:35:36.446Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2021-07-14T07:35:36.446Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2021-07-14T07:35:36.446Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2021-07-14T07:35:36.446Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2021-07-14T07:35:36.446Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2021-07-14T07:35:36.446Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2021-07-14T07:35:36.446Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2021-07-14T07:35:36.446Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-07-14T07:35:36.446Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:35:36.446Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:35:36.446Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:35:36.446Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:35:36.446Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:35:36.446Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:35:36.446Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:35:36.446Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:35:36.446Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:35:36.446Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-07-14T07:35:36.446Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-07-14T07:35:36.446Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-07-14T07:35:36.446Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-07-14T07:35:36.446Z] === RUN TestCreateLinkToNonExistingContainer [2021-07-14T07:35:36.446Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-07-14T07:35:36.446Z] === RUN TestCreateWithInvalidEnv [2021-07-14T07:35:36.446Z] === RUN TestCreateWithInvalidEnv/0 [2021-07-14T07:35:36.446Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-07-14T07:35:36.446Z] === RUN TestCreateWithInvalidEnv/1 [2021-07-14T07:35:36.446Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-07-14T07:35:36.446Z] === RUN TestCreateWithInvalidEnv/2 [2021-07-14T07:35:36.446Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-07-14T07:35:36.512Z] === RUN TestOutputOnPrematureClose [2021-07-14T07:35:36.512Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-07-14T07:35:36.512Z] === RUN TestCompleteSilently [2021-07-14T07:35:36.512Z] --- PASS: TestCompleteSilently (0.00s) [2021-07-14T07:35:36.512Z] PASS [2021-07-14T07:35:36.512Z] coverage: 75.9% of statements [2021-07-14T07:35:36.512Z] ok github.com/docker/docker/pkg/progress 0.037s coverage: 75.9% of statements [2021-07-14T07:35:36.512Z] --- PASS: TestFailOnce (1.14s) [2021-07-14T07:35:36.512Z] === RUN TestEchoInputOutput [2021-07-14T07:35:36.512Z] --- PASS: TestEchoInputOutput (0.00s) [2021-07-14T07:35:36.512Z] === RUN TestBackoff [2021-07-14T07:35:36.512Z] --- PASS: TestBackoff (0.00s) [2021-07-14T07:35:36.512Z] === RUN TestAbortRetry [2021-07-14T07:35:36.512Z] --- PASS: TestAbortRetry (0.00s) [2021-07-14T07:35:36.512Z] === RUN TestClientScheme [2021-07-14T07:35:36.512Z] --- PASS: TestClientScheme (0.00s) [2021-07-14T07:35:36.512Z] === RUN TestNewClientWithTimeout [2021-07-14T07:35:36.704Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-07-14T07:35:36.705Z] --- PASS: TestContainerStartOnDaemonRestart (4.67s) [2021-07-14T07:35:36.705Z] === CONT TestContainerKillOnDaemonStart [2021-07-14T07:35:36.708Z] === CONT TestCreateWithInvalidEnv/2 [2021-07-14T07:35:36.708Z] === CONT TestCreateWithInvalidEnv/1 [2021-07-14T07:35:36.708Z] === CONT TestCreateWithInvalidEnv/0 [2021-07-14T07:35:36.708Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-07-14T07:35:36.708Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-07-14T07:35:36.708Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-07-14T07:35:36.708Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-07-14T07:35:36.708Z] === RUN TestCreateTmpfsMountsTarget [2021-07-14T07:35:36.708Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-07-14T07:35:36.708Z] === RUN TestCreateWithCustomMaskedPaths [2021-07-14T07:35:36.963Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.95s) [2021-07-14T07:35:36.963Z] === CONT TestDaemonHostGatewayIP [2021-07-14T07:35:36.963Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-07-14T07:35:36.973Z] time="2021-07-14T07:35:36Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49297/Test.Echo: Post \"http://127.0.0.1:49297/Test.Echo\": context deadline exceeded (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-07-14T07:35:36.973Z] === RUN TestSendToOneSub [2021-07-14T07:35:36.973Z] --- PASS: TestSendToOneSub (0.00s) [2021-07-14T07:35:36.973Z] === RUN TestSendToMultipleSubs [2021-07-14T07:35:36.973Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-07-14T07:35:36.973Z] === RUN TestEvictOneSub [2021-07-14T07:35:36.973Z] --- PASS: TestEvictOneSub (0.00s) [2021-07-14T07:35:36.973Z] === RUN TestClosePublisher [2021-07-14T07:35:36.973Z] --- PASS: TestClosePublisher (0.00s) [2021-07-14T07:35:36.974Z] === RUN TestPubSubRace [2021-07-14T07:35:37.125Z] 2021/07/14 07:35:36 Closing DB instances... [2021-07-14T07:35:37.530Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-07-14T07:35:37.946Z] --- PASS: TestPubSubRace (1.05s) [2021-07-14T07:35:37.946Z] PASS [2021-07-14T07:35:37.946Z] coverage: 75.0% of statements [2021-07-14T07:35:37.946Z] ok github.com/docker/docker/pkg/pubsub 1.083s coverage: 75.0% of statements [2021-07-14T07:35:38.097Z] check_test.go:309: [dc6a3f1149310] daemon is not started [2021-07-14T07:35:38.097Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-07-14T07:35:38.407Z] time="2021-07-14T07:35:38Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49297/Test.Echo: Post \"http://127.0.0.1:49297/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-07-14T07:35:38.665Z] --- PASS: TestNetworkDBGarbageCollection (54.02s) [2021-07-14T07:35:38.665Z] === RUN TestFindNode [2021-07-14T07:35:38.665Z] 2021/07/14 07:35:38 Closing DB instances... [2021-07-14T07:35:38.665Z] --- PASS: TestFindNode (0.01s) [2021-07-14T07:35:38.665Z] === RUN TestChangeNodeState [2021-07-14T07:35:38.665Z] 2021/07/14 07:35:38 Closing DB instances... [2021-07-14T07:35:38.665Z] --- PASS: TestChangeNodeState (0.01s) [2021-07-14T07:35:38.665Z] === RUN TestNodeReincarnation [2021-07-14T07:35:38.665Z] 2021/07/14 07:35:38 Closing DB instances... [2021-07-14T07:35:38.869Z] === RUN TestRegister [2021-07-14T07:35:38.869Z] --- PASS: TestRegister (0.00s) [2021-07-14T07:35:38.869Z] === RUN TestCommand [2021-07-14T07:35:38.869Z] --- PASS: TestCommand (0.03s) [2021-07-14T07:35:38.869Z] === RUN TestNaiveSelf [2021-07-14T07:35:38.869Z] --- PASS: TestNaiveSelf (0.03s) [2021-07-14T07:35:38.869Z] PASS [2021-07-14T07:35:38.869Z] coverage: 82.4% of statements [2021-07-14T07:35:38.869Z] ok github.com/docker/docker/pkg/reexec 0.094s coverage: 82.4% of statements [2021-07-14T07:35:39.031Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-07-14T07:35:39.032Z] check_test.go:309: [d2f5642fab3f8] daemon is not started [2021-07-14T07:35:39.032Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-07-14T07:35:39.256Z] --- PASS: TestCreateWithCustomMaskedPaths (2.45s) [2021-07-14T07:35:39.256Z] === RUN TestCreateWithCustomReadonlyPaths [2021-07-14T07:35:39.329Z] === RUN TestParseSignal [2021-07-14T07:35:39.329Z] --- PASS: TestParseSignal (0.00s) [2021-07-14T07:35:39.329Z] === RUN TestValidSignalForPlatform [2021-07-14T07:35:39.329Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-07-14T07:35:39.329Z] PASS [2021-07-14T07:35:39.329Z] coverage: 19.7% of statements [2021-07-14T07:35:39.329Z] ok github.com/docker/docker/pkg/signal 0.036s coverage: 19.7% of statements [2021-07-14T07:35:39.598Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-07-14T07:35:40.302Z] === RUN TestNewStdWriter [2021-07-14T07:35:40.302Z] --- PASS: TestNewStdWriter (0.00s) [2021-07-14T07:35:40.302Z] === RUN TestWriteWithUninitializedStdWriter [2021-07-14T07:35:40.302Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-07-14T07:35:40.302Z] === RUN TestWriteWithNilBytes [2021-07-14T07:35:40.302Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-07-14T07:35:40.302Z] === RUN TestWrite [2021-07-14T07:35:40.302Z] --- PASS: TestWrite (0.00s) [2021-07-14T07:35:40.302Z] === RUN TestWriteWithWriterError [2021-07-14T07:35:40.302Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-07-14T07:35:40.302Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-07-14T07:35:40.302Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-07-14T07:35:40.302Z] === RUN TestStdCopyWriteAndRead [2021-07-14T07:35:40.302Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-07-14T07:35:40.302Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-07-14T07:35:40.302Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-07-14T07:35:40.302Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-07-14T07:35:40.302Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-07-14T07:35:40.302Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-07-14T07:35:40.302Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-07-14T07:35:40.302Z] === RUN TestStdCopyWithInvalidInputHeader [2021-07-14T07:35:40.302Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-07-14T07:35:40.302Z] === RUN TestStdCopyWithCorruptedPrefix [2021-07-14T07:35:40.302Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-07-14T07:35:40.302Z] === RUN TestStdCopyReturnsWriteErrors [2021-07-14T07:35:40.302Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-07-14T07:35:40.302Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-07-14T07:35:40.302Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-07-14T07:35:40.302Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-07-14T07:35:40.302Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-07-14T07:35:40.302Z] PASS [2021-07-14T07:35:40.302Z] coverage: 100.0% of statements [2021-07-14T07:35:40.302Z] ok github.com/docker/docker/pkg/stdcopy 0.041s coverage: 100.0% of statements [2021-07-14T07:35:40.764Z] === RUN TestRawProgressFormatterFormatStatus [2021-07-14T07:35:40.764Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-07-14T07:35:40.764Z] === RUN TestRawProgressFormatterFormatProgress [2021-07-14T07:35:40.764Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-07-14T07:35:40.764Z] === RUN TestFormatStatus [2021-07-14T07:35:40.764Z] --- PASS: TestFormatStatus (0.00s) [2021-07-14T07:35:40.764Z] === RUN TestFormatError [2021-07-14T07:35:40.764Z] --- PASS: TestFormatError (0.00s) [2021-07-14T07:35:40.764Z] === RUN TestFormatJSONError [2021-07-14T07:35:40.764Z] --- PASS: TestFormatJSONError (0.00s) [2021-07-14T07:35:40.764Z] === RUN TestJsonProgressFormatterFormatProgress [2021-07-14T07:35:40.764Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-07-14T07:35:40.764Z] === RUN TestJsonProgressFormatterFormatStatus [2021-07-14T07:35:40.764Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-07-14T07:35:40.764Z] === RUN TestNewJSONProgressOutput [2021-07-14T07:35:40.764Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-07-14T07:35:40.764Z] === RUN TestAuxFormatterEmit [2021-07-14T07:35:40.764Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-07-14T07:35:40.764Z] === RUN TestStreamWriterStdout [2021-07-14T07:35:40.764Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-07-14T07:35:40.764Z] === RUN TestStreamWriterStderr [2021-07-14T07:35:40.764Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-07-14T07:35:40.764Z] PASS [2021-07-14T07:35:40.764Z] coverage: 66.2% of statements [2021-07-14T07:35:40.764Z] ok github.com/docker/docker/pkg/streamformatter 0.037s coverage: 66.2% of statements [2021-07-14T07:35:40.764Z] time="2021-07-14T07:35:40Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49297/Test.Echo: Post \"http://127.0.0.1:49297/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-07-14T07:35:41.225Z] === RUN TestGenerateRandomID [2021-07-14T07:35:41.225Z] --- PASS: TestGenerateRandomID (0.00s) [2021-07-14T07:35:41.225Z] === RUN TestShortenId [2021-07-14T07:35:41.225Z] --- PASS: TestShortenId (0.00s) [2021-07-14T07:35:41.225Z] === RUN TestShortenSha256Id [2021-07-14T07:35:41.225Z] --- PASS: TestShortenSha256Id (0.00s) [2021-07-14T07:35:41.225Z] === RUN TestShortenIdEmpty [2021-07-14T07:35:41.225Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-07-14T07:35:41.225Z] === RUN TestShortenIdInvalid [2021-07-14T07:35:41.225Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-07-14T07:35:41.225Z] === RUN TestIsShortIDNonHex [2021-07-14T07:35:41.225Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-07-14T07:35:41.225Z] === RUN TestIsShortIDNotCorrectSize [2021-07-14T07:35:41.225Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-07-14T07:35:41.225Z] PASS [2021-07-14T07:35:41.225Z] coverage: 70.6% of statements [2021-07-14T07:35:41.225Z] ok github.com/docker/docker/pkg/stringid 0.033s coverage: 70.6% of statements [2021-07-14T07:35:41.502Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-07-14T07:35:41.687Z] --- PASS: TestRequest (10.64s) [2021-07-14T07:35:41.687Z] === RUN TestOverlappingRequests [2021-07-14T07:35:41.810Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.40s) [2021-07-14T07:35:41.810Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-07-14T07:35:41.810Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:35:41.810Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:35:41.810Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:35:41.810Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:35:41.810Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:35:41.810Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:35:41.810Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:35:41.810Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:35:41.810Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:35:41.810Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:35:41.810Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:35:41.810Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:35:41.810Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:35:41.810Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:35:41.810Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:35:41.810Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-07-14T07:35:41.810Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-07-14T07:35:41.810Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-07-14T07:35:41.810Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-07-14T07:35:41.810Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-07-14T07:35:41.810Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-07-14T07:35:41.810Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-07-14T07:35:41.962Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-07-14T07:35:41.962Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2021-07-14T07:35:41.962Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-07-14T07:35:41.962Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-07-14T07:35:41.962Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-07-14T07:35:41.962Z] Cross building: bundles/cross/windows/amd64 [2021-07-14T07:35:41.962Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-07-14T07:35:41.962Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-07-14T07:35:42.148Z] === RUN TestIsCpusetListAvailable [2021-07-14T07:35:42.148Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-07-14T07:35:42.148Z] PASS [2021-07-14T07:35:42.148Z] coverage: 38.2% of statements [2021-07-14T07:35:42.148Z] ok github.com/docker/docker/pkg/sysinfo 0.035s coverage: 38.2% of statements [2021-07-14T07:35:42.148Z] --- PASS: TestOverlappingRequests (0.49s) [2021-07-14T07:35:42.148Z] === RUN TestRelease [2021-07-14T07:35:42.385Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.80s) [2021-07-14T07:35:42.385Z] === RUN TestCreateDifferentPlatform [2021-07-14T07:35:42.385Z] === RUN TestCreateDifferentPlatform/different_os [2021-07-14T07:35:42.385Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-07-14T07:35:42.385Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-07-14T07:35:42.385Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-07-14T07:35:42.385Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-07-14T07:35:42.385Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-07-14T07:35:42.385Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-07-14T07:35:42.385Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-07-14T07:35:42.385Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2021-07-14T07:35:42.385Z] === RUN TestContainerStartOnDaemonRestart [2021-07-14T07:35:42.385Z] === PAUSE TestContainerStartOnDaemonRestart [2021-07-14T07:35:42.385Z] === RUN TestDaemonRestartIpcMode [2021-07-14T07:35:42.385Z] === PAUSE TestDaemonRestartIpcMode [2021-07-14T07:35:42.385Z] === RUN TestDaemonHostGatewayIP [2021-07-14T07:35:42.385Z] === PAUSE TestDaemonHostGatewayIP [2021-07-14T07:35:42.385Z] === RUN TestRestartDaemonWithRestartingContainer [2021-07-14T07:35:42.385Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-07-14T07:35:42.385Z] === RUN TestContainerKillOnDaemonStart [2021-07-14T07:35:42.385Z] === PAUSE TestContainerKillOnDaemonStart [2021-07-14T07:35:42.385Z] === RUN TestDiff [2021-07-14T07:35:42.879Z] --- PASS: TestDaemonHostGatewayIP (5.79s) [2021-07-14T07:35:42.879Z] === CONT TestDaemonRestartIpcMode [2021-07-14T07:35:43.330Z] --- PASS: TestDiff (0.81s) [2021-07-14T07:35:43.330Z] === RUN TestExecWithCloseStdin [2021-07-14T07:35:43.361Z] time="2021-07-14T07:35:43Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-07-14T07:35:43.361Z] --- PASS: TestNodeReincarnation (5.02s) [2021-07-14T07:35:43.361Z] === RUN TestParallelCreate [2021-07-14T07:35:43.361Z] 2021/07/14 07:35:43 Closing DB instances... [2021-07-14T07:35:43.361Z] --- PASS: TestParallelCreate (0.01s) [2021-07-14T07:35:43.361Z] === RUN TestParallelDelete [2021-07-14T07:35:43.361Z] 2021/07/14 07:35:43 Closing DB instances... [2021-07-14T07:35:43.361Z] --- PASS: TestParallelDelete (0.01s) [2021-07-14T07:35:43.361Z] === RUN TestNetworkDBIslands [2021-07-14T07:35:43.361Z] time="2021-07-14T07:35:43Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:7c918d17b974 with config:&{NodeID:7c918d17b974 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:35:43.361Z] time="2021-07-14T07:35:43Z" level=info msg="Node 7c918d17b974/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:43.361Z] time="2021-07-14T07:35:43Z" level=info msg="Node 7c918d17b974/172.26.100.63, added to nodes list" [2021-07-14T07:35:43.361Z] time="2021-07-14T07:35:43Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:647da19f6c6a with config:&{NodeID:647da19f6c6a Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:35:43.361Z] time="2021-07-14T07:35:43Z" level=info msg="Node 647da19f6c6a/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:43.361Z] time="2021-07-14T07:35:43Z" level=info msg="Node 647da19f6c6a/172.26.100.63, added to nodes list" [2021-07-14T07:35:43.361Z] time="2021-07-14T07:35:43Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-07-14T07:35:43.361Z] time="2021-07-14T07:35:43Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-07-14T07:35:43.361Z] time="2021-07-14T07:35:43Z" level=debug msg="memberlist: Stream connection from=[::1]:49367" [2021-07-14T07:35:43.361Z] time="2021-07-14T07:35:43Z" level=info msg="Node 647da19f6c6a/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:43.361Z] time="2021-07-14T07:35:43Z" level=info msg="Node 647da19f6c6a/172.26.100.63, added to nodes list" [2021-07-14T07:35:43.361Z] time="2021-07-14T07:35:43Z" level=info msg="Node 7c918d17b974/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:43.361Z] time="2021-07-14T07:35:43Z" level=info msg="Node 7c918d17b974/172.26.100.63, added to nodes list" [2021-07-14T07:35:43.361Z] time="2021-07-14T07:35:43Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-07-14T07:35:43.361Z] time="2021-07-14T07:35:43Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49368" [2021-07-14T07:35:43.692Z] === RUN TestChtimes [2021-07-14T07:35:43.692Z] --- PASS: TestChtimes (0.00s) [2021-07-14T07:35:43.692Z] === RUN TestChtimesWindows [2021-07-14T07:35:43.692Z] --- PASS: TestChtimesWindows (0.00s) [2021-07-14T07:35:43.692Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-07-14T07:35:43.692Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-07-14T07:35:43.692Z] === RUN TestEnsureRemoveAllNotExist [2021-07-14T07:35:43.692Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-07-14T07:35:43.692Z] === RUN TestEnsureRemoveAllWithDir [2021-07-14T07:35:43.692Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-07-14T07:35:43.692Z] === RUN TestEnsureRemoveAllWithFile [2021-07-14T07:35:43.692Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-07-14T07:35:43.692Z] === RUN TestHasWin32KSupport [2021-07-14T07:35:43.692Z] syscall_windows_test.go:8: win32k: true [2021-07-14T07:35:43.692Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-07-14T07:35:43.692Z] PASS [2021-07-14T07:35:43.692Z] coverage: 12.9% of statements [2021-07-14T07:35:43.692Z] ok github.com/docker/docker/pkg/system 0.046s coverage: 12.9% of statements [2021-07-14T07:35:44.154Z] === RUN TestTailFile [2021-07-14T07:35:44.154Z] --- PASS: TestTailFile (0.00s) [2021-07-14T07:35:44.154Z] === RUN TestTailFileManyLines [2021-07-14T07:35:44.154Z] --- PASS: TestTailFileManyLines (0.00s) [2021-07-14T07:35:44.154Z] === RUN TestTailEmptyFile [2021-07-14T07:35:44.154Z] --- PASS: TestTailEmptyFile (0.00s) [2021-07-14T07:35:44.154Z] === RUN TestTailNegativeN [2021-07-14T07:35:44.154Z] --- PASS: TestTailNegativeN (0.00s) [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader [2021-07-14T07:35:44.154Z] === CONT TestNewTailReader [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/no_delimiter [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader/no_delimiter [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/single_byte_delimiter [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/2_byte_delimiter [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/4_byte_delimiter [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/8_byte_delimiter [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/12_byte_delimiter [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/truncated_last_line [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-07-14T07:35:44.154Z] === CONT TestNewTailReader/no_delimiter [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-07-14T07:35:44.154Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-07-14T07:35:44.154Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/12_byte_delimiter [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/2_byte_delimiter [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/4_byte_delimiter [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/8_byte_delimiter [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/single_byte_delimiter [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.155Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.155Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.155Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.156Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.156Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.157Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.157Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.157Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.158Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-07-14T07:35:44.158Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-07-14T07:35:44.158Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.158Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.158Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.158Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.158Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.158Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.158Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.158Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.274Z] --- PASS: TestExecWithCloseStdin (1.08s) [2021-07-14T07:35:44.274Z] === RUN TestExec [2021-07-14T07:35:44.331Z] time="2021-07-14T07:35:44Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:193c36df43c0 with config:&{NodeID:193c36df43c0 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:35:44.331Z] time="2021-07-14T07:35:44Z" level=info msg="Node 193c36df43c0/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:44.331Z] time="2021-07-14T07:35:44Z" level=info msg="Node 193c36df43c0/172.26.100.63, added to nodes list" [2021-07-14T07:35:44.331Z] time="2021-07-14T07:35:44Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-07-14T07:35:44.331Z] time="2021-07-14T07:35:44Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-07-14T07:35:44.331Z] time="2021-07-14T07:35:44Z" level=debug msg="memberlist: Stream connection from=[::1]:49369" [2021-07-14T07:35:44.331Z] time="2021-07-14T07:35:44Z" level=info msg="Node 193c36df43c0/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:44.331Z] time="2021-07-14T07:35:44Z" level=info msg="Node 193c36df43c0/172.26.100.63, added to nodes list" [2021-07-14T07:35:44.331Z] time="2021-07-14T07:35:44Z" level=info msg="Node 7c918d17b974/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:44.331Z] time="2021-07-14T07:35:44Z" level=info msg="Node 7c918d17b974/172.26.100.63, added to nodes list" [2021-07-14T07:35:44.331Z] time="2021-07-14T07:35:44Z" level=info msg="Node 647da19f6c6a/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:44.331Z] time="2021-07-14T07:35:44Z" level=info msg="Node 647da19f6c6a/172.26.100.63, added to nodes list" [2021-07-14T07:35:44.331Z] time="2021-07-14T07:35:44Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49370" [2021-07-14T07:35:44.331Z] time="2021-07-14T07:35:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.620Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.620Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.620Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.621Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.621Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-07-14T07:35:44.622Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:35:44.622Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.01s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.01s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.01s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:35:44.623Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.01s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.624Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-07-14T07:35:44.625Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-07-14T07:35:44.625Z] PASS [2021-07-14T07:35:44.625Z] coverage: 88.6% of statements [2021-07-14T07:35:44.625Z] ok github.com/docker/docker/pkg/tailfile 0.139s coverage: 88.6% of statements [2021-07-14T07:35:44.625Z] --- PASS: TestRelease (2.01s) [2021-07-14T07:35:44.625Z] === RUN TestAllocateRandomDeallocate [2021-07-14T07:35:44.784Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="Node 193c36df43c0/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="Node 193c36df43c0/172.26.100.63, added to nodes list" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:fcfcfba1fdda with config:&{NodeID:fcfcfba1fdda Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, added to nodes list" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=debug msg="memberlist: Stream connection from=[::1]:49371" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, added to nodes list" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="Node 647da19f6c6a/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="Node 647da19f6c6a/172.26.100.63, added to nodes list" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="Node 193c36df43c0/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="Node 193c36df43c0/172.26.100.63, added to nodes list" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="Node 7c918d17b974/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="Node 7c918d17b974/172.26.100.63, added to nodes list" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49372" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, added to nodes list" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:44.792Z] time="2021-07-14T07:35:44Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, added to nodes list" [2021-07-14T07:35:45.087Z] === RUN TestTarSumRemoveNonExistent [2021-07-14T07:35:45.087Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-07-14T07:35:45.087Z] === RUN TestTarSumRemove [2021-07-14T07:35:45.087Z] --- PASS: TestTarSumRemove (0.00s) [2021-07-14T07:35:45.087Z] === RUN TestSortFileInfoSums [2021-07-14T07:35:45.087Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-07-14T07:35:45.087Z] === RUN TestNewTarSumForLabelInvalid [2021-07-14T07:35:45.087Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-07-14T07:35:45.087Z] === RUN TestNewTarSumForLabel [2021-07-14T07:35:45.087Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-07-14T07:35:45.087Z] === RUN TestEmptyTar [2021-07-14T07:35:45.087Z] --- PASS: TestEmptyTar (0.00s) [2021-07-14T07:35:45.087Z] === RUN TestTarSumsReadSize [2021-07-14T07:35:45.087Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-07-14T07:35:45.087Z] === RUN TestTarSums [2021-07-14T07:35:45.087Z] --- PASS: TestTarSums (0.06s) [2021-07-14T07:35:45.087Z] === RUN TestIteration [2021-07-14T07:35:45.087Z] --- PASS: TestIteration (0.00s) [2021-07-14T07:35:45.087Z] === RUN TestVersionLabelForChecksum [2021-07-14T07:35:45.087Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-07-14T07:35:45.087Z] === RUN TestVersion [2021-07-14T07:35:45.087Z] --- PASS: TestVersion (0.00s) [2021-07-14T07:35:45.087Z] === RUN TestGetVersion [2021-07-14T07:35:45.087Z] --- PASS: TestGetVersion (0.00s) [2021-07-14T07:35:45.087Z] === RUN TestGetVersions [2021-07-14T07:35:45.087Z] --- PASS: TestGetVersions (0.00s) [2021-07-14T07:35:45.087Z] PASS [2021-07-14T07:35:45.087Z] coverage: 89.3% of statements [2021-07-14T07:35:45.087Z] ok github.com/docker/docker/pkg/tarsum 0.116s coverage: 89.3% of statements [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:0f301539cf59 with config:&{NodeID:0f301539cf59 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=info msg="Node 0f301539cf59/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=info msg="Node 0f301539cf59/172.26.100.63, added to nodes list" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=debug msg="memberlist: Stream connection from=[::1]:49373" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=info msg="Node 0f301539cf59/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=info msg="Node 0f301539cf59/172.26.100.63, added to nodes list" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=info msg="Node 7c918d17b974/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=info msg="Node 7c918d17b974/172.26.100.63, added to nodes list" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=info msg="Node 193c36df43c0/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=info msg="Node 193c36df43c0/172.26.100.63, added to nodes list" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, added to nodes list" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=info msg="Node 647da19f6c6a/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=info msg="Node 647da19f6c6a/172.26.100.63, added to nodes list" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49374" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:45Z" level=info msg="Node 0f301539cf59/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:45Z" level=info msg="Node 0f301539cf59/172.26.100.63, added to nodes list" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:45Z" level=info msg="Node 0f301539cf59/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:45Z" level=info msg="Node 0f301539cf59/172.26.100.63, added to nodes list" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:45Z" level=info msg="Node 0f301539cf59/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:45.255Z] time="2021-07-14T07:35:45Z" level=info msg="Node 0f301539cf59/172.26.100.63, added to nodes list" [2021-07-14T07:35:45.352Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-07-14T07:35:45.353Z] check_test.go:309: [d2d83f5e2d689] daemon is not started [2021-07-14T07:35:45.353Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-07-14T07:35:45.549Z] time="2021-07-14T07:35:45Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49297/Test.Echo: Post \"http://127.0.0.1:49297/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-07-14T07:35:45.660Z] --- PASS: TestExec (1.06s) [2021-07-14T07:35:45.660Z] === RUN TestExecUser [2021-07-14T07:35:45.715Z] networkdb_test.go:834: Re-joining: 3 [2021-07-14T07:35:45.715Z] time="2021-07-14T07:35:45Z" level=info msg="The new bootstrap node list is:[172.26.100.63:10033 172.26.100.63:10034 172.26.100.63:10035]" [2021-07-14T07:35:45.715Z] time="2021-07-14T07:35:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.100.63:10033" [2021-07-14T07:35:45.715Z] time="2021-07-14T07:35:45Z" level=debug msg="memberlist: Stream connection from=172.26.100.63:49375" [2021-07-14T07:35:45.715Z] time="2021-07-14T07:35:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.100.63:10034" [2021-07-14T07:35:45.715Z] time="2021-07-14T07:35:45Z" level=debug msg="memberlist: Stream connection from=172.26.100.63:49376" [2021-07-14T07:35:45.715Z] time="2021-07-14T07:35:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.100.63:10035" [2021-07-14T07:35:45.715Z] time="2021-07-14T07:35:45Z" level=debug msg="memberlist: Stream connection from=172.26.100.63:49377" [2021-07-14T07:35:45.715Z] networkdb_test.go:834: Re-joining: 4 [2021-07-14T07:35:45.715Z] time="2021-07-14T07:35:45Z" level=info msg="The new bootstrap node list is:[172.26.100.63:10033 172.26.100.63:10034 172.26.100.63:10035]" [2021-07-14T07:35:45.715Z] time="2021-07-14T07:35:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.100.63:10033" [2021-07-14T07:35:45.715Z] time="2021-07-14T07:35:45Z" level=debug msg="memberlist: Stream connection from=172.26.100.63:49378" [2021-07-14T07:35:45.715Z] time="2021-07-14T07:35:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.100.63:10034" [2021-07-14T07:35:45.715Z] time="2021-07-14T07:35:45Z" level=debug msg="memberlist: Stream connection from=172.26.100.63:49379" [2021-07-14T07:35:45.715Z] time="2021-07-14T07:35:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.100.63:10035" [2021-07-14T07:35:45.715Z] time="2021-07-14T07:35:45Z" level=debug msg="memberlist: Stream connection from=172.26.100.63:49380" [2021-07-14T07:35:46.010Z] testing: warning: no tests to run [2021-07-14T07:35:46.010Z] PASS [2021-07-14T07:35:46.010Z] coverage: [no statements] [2021-07-14T07:35:46.010Z] ok github.com/docker/docker/pkg/term/windows 0.031s coverage: [no statements] [no tests to run] [2021-07-14T07:35:46.175Z] time="2021-07-14T07:35:45Z" level=info msg="node 0 leaving" [2021-07-14T07:35:46.175Z] time="2021-07-14T07:35:45Z" level=info msg="Node 7c918d17b974 change state NodeActive --> NodeLeft" [2021-07-14T07:35:46.175Z] time="2021-07-14T07:35:45Z" level=info msg="node4(fcfcfba1fdda): Node leave event for 7c918d17b974/172.26.100.63" [2021-07-14T07:35:46.175Z] time="2021-07-14T07:35:45Z" level=info msg="Node 7c918d17b974 change state NodeActive --> NodeLeft" [2021-07-14T07:35:46.175Z] time="2021-07-14T07:35:45Z" level=info msg="node2(647da19f6c6a): Node leave event for 7c918d17b974/172.26.100.63" [2021-07-14T07:35:46.175Z] time="2021-07-14T07:35:45Z" level=info msg="Node 7c918d17b974 change state NodeActive --> NodeLeft" [2021-07-14T07:35:46.175Z] time="2021-07-14T07:35:45Z" level=info msg="node3(193c36df43c0): Node leave event for 7c918d17b974/172.26.100.63" [2021-07-14T07:35:46.175Z] time="2021-07-14T07:35:45Z" level=info msg="Node 7c918d17b974 change state NodeActive --> NodeLeft" [2021-07-14T07:35:46.175Z] time="2021-07-14T07:35:45Z" level=info msg="node1(7c918d17b974): Node leave event for 7c918d17b974/172.26.100.63" [2021-07-14T07:35:46.175Z] time="2021-07-14T07:35:45Z" level=info msg="Node 7c918d17b974 change state NodeActive --> NodeLeft" [2021-07-14T07:35:46.175Z] time="2021-07-14T07:35:45Z" level=info msg="node5(0f301539cf59): Node leave event for 7c918d17b974/172.26.100.63" [2021-07-14T07:35:46.175Z] time="2021-07-14T07:35:46Z" level=info msg="Node 7c918d17b974/172.26.100.63, left gossip cluster" [2021-07-14T07:35:46.175Z] time="2021-07-14T07:35:46Z" level=info msg="Node 7c918d17b974/172.26.100.63, left gossip cluster" [2021-07-14T07:35:46.175Z] time="2021-07-14T07:35:46Z" level=info msg="Node 7c918d17b974/172.26.100.63, left gossip cluster" [2021-07-14T07:35:46.471Z] === RUN TestTruncIndex [2021-07-14T07:35:46.471Z] --- PASS: TestTruncIndex (0.10s) [2021-07-14T07:35:46.471Z] PASS [2021-07-14T07:35:46.471Z] coverage: 91.5% of statements [2021-07-14T07:35:46.471Z] ok github.com/docker/docker/pkg/truncindex 0.134s coverage: 91.5% of statements [2021-07-14T07:35:46.605Z] --- PASS: TestExecUser (1.11s) [2021-07-14T07:35:46.605Z] === RUN TestExportContainerAndImportImage [2021-07-14T07:35:46.636Z] time="2021-07-14T07:35:46Z" level=info msg="Node 7c918d17b974/172.26.100.63, left gossip cluster" [2021-07-14T07:35:46.636Z] time="2021-07-14T07:35:46Z" level=info msg="Node 7c918d17b974/172.26.100.63, left gossip cluster" [2021-07-14T07:35:46.636Z] time="2021-07-14T07:35:46Z" level=info msg="node 1 leaving" [2021-07-14T07:35:46.636Z] time="2021-07-14T07:35:46Z" level=info msg="Node 647da19f6c6a change state NodeActive --> NodeLeft" [2021-07-14T07:35:46.636Z] time="2021-07-14T07:35:46Z" level=info msg="node5(0f301539cf59): Node leave event for 647da19f6c6a/172.26.100.63" [2021-07-14T07:35:46.636Z] time="2021-07-14T07:35:46Z" level=info msg="Node 647da19f6c6a/172.26.100.63, left gossip cluster" [2021-07-14T07:35:46.636Z] time="2021-07-14T07:35:46Z" level=info msg="Node 647da19f6c6a change state NodeActive --> NodeFailed" [2021-07-14T07:35:46.636Z] time="2021-07-14T07:35:46Z" level=info msg="Node 647da19f6c6a/172.26.100.63, added to failed nodes list" [2021-07-14T07:35:46.636Z] time="2021-07-14T07:35:46Z" level=info msg="Node 647da19f6c6a change state NodeActive --> NodeLeft" [2021-07-14T07:35:46.636Z] time="2021-07-14T07:35:46Z" level=info msg="node3(193c36df43c0): Node leave event for 647da19f6c6a/172.26.100.63" [2021-07-14T07:35:46.636Z] time="2021-07-14T07:35:46Z" level=error msg="node: 647da19f6c6a is unknown to memberlist" [2021-07-14T07:35:46.636Z] time="2021-07-14T07:35:46Z" level=info msg="Node 647da19f6c6a change state NodeActive --> NodeLeft" [2021-07-14T07:35:46.636Z] time="2021-07-14T07:35:46Z" level=info msg="node4(fcfcfba1fdda): Node leave event for 647da19f6c6a/172.26.100.63" [2021-07-14T07:35:46.636Z] time="2021-07-14T07:35:46Z" level=info msg="Node 647da19f6c6a/172.26.100.63, left gossip cluster" [2021-07-14T07:35:46.636Z] time="2021-07-14T07:35:46Z" level=info msg="Node 647da19f6c6a/172.26.100.63, left gossip cluster" [2021-07-14T07:35:46.636Z] time="2021-07-14T07:35:46Z" level=info msg="Node 647da19f6c6a/172.26.100.63, left gossip cluster" [2021-07-14T07:35:46.933Z] === RUN TestIsGIT [2021-07-14T07:35:46.933Z] --- PASS: TestIsGIT (0.00s) [2021-07-14T07:35:46.933Z] === RUN TestIsTransport [2021-07-14T07:35:46.933Z] --- PASS: TestIsTransport (0.00s) [2021-07-14T07:35:46.933Z] PASS [2021-07-14T07:35:46.933Z] coverage: 100.0% of statements [2021-07-14T07:35:46.933Z] ok github.com/docker/docker/pkg/urlutil 0.030s coverage: 100.0% of statements [2021-07-14T07:35:47.052Z] --- PASS: TestInfoAPIWarnings (16.25s) [2021-07-14T07:35:47.052Z] === RUN TestInfoDebug [2021-07-14T07:35:47.052Z] --- PASS: TestInfoDebug (0.52s) [2021-07-14T07:35:47.052Z] === RUN TestInfoInsecureRegistries [2021-07-14T07:35:47.052Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-07-14T07:35:47.052Z] === RUN TestInfoRegistryMirrors [2021-07-14T07:35:47.052Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-07-14T07:35:47.052Z] === RUN TestLoginFailsWithBadCredentials [2021-07-14T07:35:47.052Z] --- PASS: TestLoginFailsWithBadCredentials (0.14s) [2021-07-14T07:35:47.052Z] === RUN TestPingCacheHeaders [2021-07-14T07:35:47.052Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-07-14T07:35:47.052Z] === RUN TestPingGet [2021-07-14T07:35:47.052Z] --- PASS: TestPingGet (0.01s) [2021-07-14T07:35:47.052Z] === RUN TestPingHead [2021-07-14T07:35:47.052Z] --- PASS: TestPingHead (0.02s) [2021-07-14T07:35:47.052Z] === RUN TestVersion [2021-07-14T07:35:47.052Z] --- PASS: TestVersion (0.02s) [2021-07-14T07:35:47.052Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-07-14T07:35:47.096Z] time="2021-07-14T07:35:46Z" level=info msg="node 2 leaving" [2021-07-14T07:35:47.096Z] time="2021-07-14T07:35:46Z" level=info msg="Node 193c36df43c0 change state NodeActive --> NodeLeft" [2021-07-14T07:35:47.096Z] time="2021-07-14T07:35:46Z" level=info msg="node4(fcfcfba1fdda): Node leave event for 193c36df43c0/172.26.100.63" [2021-07-14T07:35:47.096Z] time="2021-07-14T07:35:46Z" level=info msg="Node 193c36df43c0 change state NodeActive --> NodeLeft" [2021-07-14T07:35:47.096Z] time="2021-07-14T07:35:46Z" level=info msg="node3(193c36df43c0): Node leave event for 193c36df43c0/172.26.100.63" [2021-07-14T07:35:47.096Z] time="2021-07-14T07:35:46Z" level=info msg="Node 193c36df43c0 change state NodeActive --> NodeLeft" [2021-07-14T07:35:47.096Z] time="2021-07-14T07:35:46Z" level=info msg="node5(0f301539cf59): Node leave event for 193c36df43c0/172.26.100.63" [2021-07-14T07:35:47.096Z] time="2021-07-14T07:35:46Z" level=debug msg="memberlist: Failed ping: 647da19f6c6a (timeout reached)" [2021-07-14T07:35:47.096Z] time="2021-07-14T07:35:46Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.26.100.63:10035: use of closed network connection" [2021-07-14T07:35:47.096Z] time="2021-07-14T07:35:46Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.26.100.63:10037: use of closed network connection" [2021-07-14T07:35:47.096Z] time="2021-07-14T07:35:46Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.26.100.63:10036: use of closed network connection" [2021-07-14T07:35:47.096Z] time="2021-07-14T07:35:46Z" level=info msg="Node 193c36df43c0/172.26.100.63, left gossip cluster" [2021-07-14T07:35:47.096Z] time="2021-07-14T07:35:46Z" level=info msg="Node 193c36df43c0/172.26.100.63, left gossip cluster" [2021-07-14T07:35:47.096Z] time="2021-07-14T07:35:46Z" level=info msg="Node 193c36df43c0/172.26.100.63, left gossip cluster" [2021-07-14T07:35:47.395Z] === RUN TestVersionInfo [2021-07-14T07:35:47.395Z] --- PASS: TestVersionInfo (0.00s) [2021-07-14T07:35:47.395Z] === RUN TestAppendVersions [2021-07-14T07:35:47.395Z] --- PASS: TestAppendVersions (0.00s) [2021-07-14T07:35:47.395Z] PASS [2021-07-14T07:35:47.395Z] coverage: 88.9% of statements [2021-07-14T07:35:47.395Z] ok github.com/docker/docker/pkg/useragent 0.031s coverage: 88.9% of statements [2021-07-14T07:35:47.549Z] --- PASS: TestExportContainerAndImportImage (1.04s) [2021-07-14T07:35:47.549Z] === RUN TestExportContainerAfterDaemonRestart [2021-07-14T07:35:47.556Z] networkdb_test.go:866: node4: OK [2021-07-14T07:35:47.556Z] networkdb_test.go:866: node5: OK [2021-07-14T07:35:47.556Z] time="2021-07-14T07:35:47Z" level=info msg="node 0 coming back" [2021-07-14T07:35:47.556Z] time="2021-07-14T07:35:47Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:29dec5ed22a7 with config:&{NodeID:29dec5ed22a7 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:35:47.556Z] time="2021-07-14T07:35:47Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:47.556Z] time="2021-07-14T07:35:47Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, added to nodes list" [2021-07-14T07:35:47.556Z] time="2021-07-14T07:35:47Z" level=info msg="node 1 coming back" [2021-07-14T07:35:47.556Z] time="2021-07-14T07:35:47Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:abbf2a085cf6 with config:&{NodeID:abbf2a085cf6 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:35:47.556Z] time="2021-07-14T07:35:47Z" level=info msg="Node abbf2a085cf6/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:47.556Z] time="2021-07-14T07:35:47Z" level=info msg="Node abbf2a085cf6/172.26.100.63, added to nodes list" [2021-07-14T07:35:47.556Z] time="2021-07-14T07:35:47Z" level=info msg="node 2 coming back" [2021-07-14T07:35:47.556Z] time="2021-07-14T07:35:47Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:45be5c966d58 with config:&{NodeID:45be5c966d58 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:35:47.556Z] time="2021-07-14T07:35:47Z" level=info msg="Node 45be5c966d58/172.26.100.63, joined gossip cluster" [2021-07-14T07:35:47.556Z] time="2021-07-14T07:35:47Z" level=info msg="Node 45be5c966d58/172.26.100.63, added to nodes list" [2021-07-14T07:35:47.556Z] time="2021-07-14T07:35:47Z" level=debug msg="memberlist: Stream connection from=172.26.100.63:49381" [2021-07-14T07:35:47.556Z] time="2021-07-14T07:35:47Z" level=warning msg="memberlist: Failed fallback ping: write tcp 172.26.100.63:49381->172.26.100.63:10034: i/o timeout" [2021-07-14T07:35:47.556Z] time="2021-07-14T07:35:47Z" level=info msg="memberlist: Suspect 647da19f6c6a has failed, no acks received" [2021-07-14T07:35:47.887Z] --- PASS: TestDaemonRestartIpcMode (4.98s) [2021-07-14T07:35:48.015Z] time="2021-07-14T07:35:47Z" level=debug msg="memberlist: Failed ping: fcfcfba1fdda (timeout reached)" [2021-07-14T07:35:48.015Z] time="2021-07-14T07:35:47Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.26.100.63:10037: use of closed network connection" [2021-07-14T07:35:48.016Z] time="2021-07-14T07:35:47Z" level=debug msg="memberlist: Stream connection from=172.26.100.63:49382" [2021-07-14T07:35:48.437Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.45s) [2021-07-14T07:35:48.437Z] PASS [2021-07-14T07:35:48.437Z] [2021-07-14T07:35:48.437Z] DONE 19 tests in 22.772s [2021-07-14T07:35:48.437Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-07-14T07:35:48.437Z] INFO: Testing against a local daemon [2021-07-14T07:35:48.437Z] === RUN TestVolumesCreateAndList [2021-07-14T07:35:48.437Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-07-14T07:35:48.437Z] === RUN TestVolumesRemove [2021-07-14T07:35:48.437Z] --- PASS: TestVolumesRemove (0.08s) [2021-07-14T07:35:48.437Z] === RUN TestVolumesInspect [2021-07-14T07:35:48.437Z] --- PASS: TestVolumesInspect (0.02s) [2021-07-14T07:35:48.437Z] === RUN TestVolumesInvalidJSON [2021-07-14T07:35:48.437Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-07-14T07:35:48.437Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-07-14T07:35:48.437Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-07-14T07:35:48.437Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-07-14T07:35:48.437Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-07-14T07:35:48.437Z] PASS [2021-07-14T07:35:48.437Z] [2021-07-14T07:35:48.437Z] DONE 5 tests in 0.163s [2021-07-14T07:35:48.475Z] time="2021-07-14T07:35:48Z" level=warning msg="memberlist: Was able to connect to fcfcfba1fdda but other probes failed, network may be misconfigured" [2021-07-14T07:35:48.698Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-07-14T07:35:48.822Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-07-14T07:35:48.936Z] --- PASS: TestExportContainerAfterDaemonRestart (1.41s) [2021-07-14T07:35:48.936Z] === RUN TestHealthCheckWorkdir [2021-07-14T07:35:48.940Z] === RUN TestValidatePrivileges [2021-07-14T07:35:48.940Z] --- PASS: TestValidatePrivileges (0.00s) [2021-07-14T07:35:48.940Z] === RUN TestFilterByCapNeg [2021-07-14T07:35:48.940Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-07-14T07:35:48.940Z] === RUN TestFilterByCapPos [2021-07-14T07:35:48.940Z] --- PASS: TestFilterByCapPos (0.00s) [2021-07-14T07:35:48.940Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-07-14T07:35:48.940Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-07-14T07:35:48.940Z] PASS [2021-07-14T07:35:48.940Z] coverage: 12.0% of statements [2021-07-14T07:35:48.940Z] ok github.com/docker/docker/plugin 0.045s coverage: 12.0% of statements [2021-07-14T07:35:49.080Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-07-14T07:35:49.291Z] Stopping apparmor (via systemctl): apparmor.service. [2021-07-14T07:35:49.291Z] Removing test suite binaries [2021-07-14T07:35:49.291Z] exiting test-integration [2021-07-14T07:35:49.291Z] ++ exit 0 [2021-07-14T07:35:49.291Z] [2021-07-14T07:35:49.649Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-07-14T07:35:49.916Z] --- PASS: TestAllocateRandomDeallocate (5.42s) [2021-07-14T07:35:49.916Z] === RUN TestRetrieveFromStore [2021-07-14T07:35:49.916Z] === RUN TestNewSettable [2021-07-14T07:35:49.916Z] --- PASS: TestNewSettable (0.00s) [2021-07-14T07:35:49.916Z] === RUN TestIsSettable [2021-07-14T07:35:49.916Z] --- PASS: TestIsSettable (0.00s) [2021-07-14T07:35:49.916Z] === RUN TestUpdateSettingsEnv [2021-07-14T07:35:49.916Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-07-14T07:35:49.916Z] PASS [2021-07-14T07:35:49.916Z] coverage: 20.0% of statements [2021-07-14T07:35:49.916Z] ok github.com/docker/docker/plugin/v2 0.043s coverage: 20.0% of statements [2021-07-14T07:35:50.217Z] --- PASS: TestContainerKillOnDaemonStart (13.49s) [2021-07-14T07:35:50.217Z] PASS [2021-07-14T07:35:50.217Z] [2021-07-14T07:35:50.217Z] === Skipped [2021-07-14T07:35:50.217Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-07-14T07:35:50.217Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-07-14T07:35:50.217Z] [2021-07-14T07:35:50.217Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-07-14T07:35:50.217Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:35:50.217Z] [2021-07-14T07:35:50.217Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.01s) [2021-07-14T07:35:50.217Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:35:50.217Z] [2021-07-14T07:35:50.217Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-07-14T07:35:50.217Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-07-14T07:35:50.217Z] [2021-07-14T07:35:50.217Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-07-14T07:35:50.217Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-07-14T07:35:50.217Z] [2021-07-14T07:35:50.217Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-07-14T07:35:50.217Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:35:50.217Z] [2021-07-14T07:35:50.217Z] [2021-07-14T07:35:50.217Z] DONE 196 tests, 6 skipped in 233.612s [2021-07-14T07:35:50.217Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-07-14T07:35:50.217Z] ++ 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-07-14T07:35:50.217Z] ++ set -e [2021-07-14T07:35:50.217Z] ++ '[' -n 0 ']' [2021-07-14T07:35:50.217Z] ++ set -x [2021-07-14T07:35:50.217Z] ++ 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-07-14T07:35:50.217Z] === RUN TestConfigDaemonLibtrustID [2021-07-14T07:35:50.323Z] --- PASS: TestHealthCheckWorkdir (1.44s) [2021-07-14T07:35:50.323Z] === RUN TestHealthKillContainer [2021-07-14T07:35:50.378Z] === RUN TestLoad [2021-07-14T07:35:50.378Z] --- PASS: TestLoad (0.00s) [2021-07-14T07:35:50.378Z] === RUN TestSave [2021-07-14T07:35:50.378Z] --- PASS: TestSave (0.03s) [2021-07-14T07:35:50.378Z] === RUN TestAddDeleteGet [2021-07-14T07:35:50.378Z] --- PASS: TestAddDeleteGet (0.03s) [2021-07-14T07:35:50.378Z] === RUN TestInvalidTags [2021-07-14T07:35:50.378Z] --- PASS: TestInvalidTags (0.02s) [2021-07-14T07:35:50.378Z] PASS [2021-07-14T07:35:50.378Z] coverage: 84.4% of statements [2021-07-14T07:35:50.378Z] ok github.com/docker/docker/reference 0.124s coverage: 84.4% of statements [2021-07-14T07:35:50.785Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-07-14T07:35:50.785Z] --- PASS: TestConfigDaemonLibtrustID (0.58s) [2021-07-14T07:35:50.785Z] === RUN TestDaemonConfigValidation [2021-07-14T07:35:50.785Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-07-14T07:35:50.785Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-07-14T07:35:50.785Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-07-14T07:35:50.785Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-07-14T07:35:50.785Z] === RUN TestDaemonConfigValidation/invalid_config [2021-07-14T07:35:50.785Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-07-14T07:35:50.785Z] === RUN TestDaemonConfigValidation/malformed_config [2021-07-14T07:35:50.785Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-07-14T07:35:50.785Z] === RUN TestDaemonConfigValidation/valid_config [2021-07-14T07:35:50.785Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-07-14T07:35:50.785Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-07-14T07:35:50.785Z] === CONT TestDaemonConfigValidation/malformed_config [2021-07-14T07:35:51.044Z] === CONT TestDaemonConfigValidation/valid_config [2021-07-14T07:35:51.044Z] === CONT TestDaemonConfigValidation/invalid_config [2021-07-14T07:35:51.303Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-07-14T07:35:51.303Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-07-14T07:35:51.303Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.20s) [2021-07-14T07:35:51.303Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.20s) [2021-07-14T07:35:51.303Z] --- PASS: TestDaemonConfigValidation/valid_config (0.16s) [2021-07-14T07:35:51.303Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.26s) [2021-07-14T07:35:51.303Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.11s) [2021-07-14T07:35:51.303Z] PASS [2021-07-14T07:35:51.303Z] [2021-07-14T07:35:51.303Z] DONE 7 tests in 1.215s [2021-07-14T07:35:51.303Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-07-14T07:35:51.303Z] ++ 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-07-14T07:35:51.303Z] ++ set -e [2021-07-14T07:35:51.303Z] ++ '[' -n 0 ']' [2021-07-14T07:35:51.303Z] ++ set -x [2021-07-14T07:35:51.303Z] ++ 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-07-14T07:35:51.350Z] --- PASS: TestRetrieveFromStore (1.84s) [2021-07-14T07:35:51.350Z] === RUN TestRequestReleaseAddressDuplicate [2021-07-14T07:35:51.561Z] INFO: Testing against a local daemon [2021-07-14T07:35:51.561Z] === RUN TestCommitInheritsEnv [2021-07-14T07:35:51.811Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2021-07-14T07:35:51.811Z] === RUN TestParallelPredefinedRequest1 [2021-07-14T07:35:51.811Z] === PAUSE TestParallelPredefinedRequest1 [2021-07-14T07:35:51.811Z] === RUN TestParallelPredefinedRequest2 [2021-07-14T07:35:51.811Z] === PAUSE TestParallelPredefinedRequest2 [2021-07-14T07:35:51.811Z] === RUN TestParallelPredefinedRequest3 [2021-07-14T07:35:51.811Z] === PAUSE TestParallelPredefinedRequest3 [2021-07-14T07:35:51.811Z] === RUN TestParallelPredefinedRequest4 [2021-07-14T07:35:51.811Z] === PAUSE TestParallelPredefinedRequest4 [2021-07-14T07:35:51.811Z] === RUN TestParallelPredefinedRequest5 [2021-07-14T07:35:51.811Z] === PAUSE TestParallelPredefinedRequest5 [2021-07-14T07:35:51.811Z] === RUN TestDebug [2021-07-14T07:35:51.811Z] --- PASS: TestDebug (0.00s) [2021-07-14T07:35:51.811Z] === RUN TestRequestPoolParallel [2021-07-14T07:35:51.811Z] --- PASS: TestRequestPoolParallel (0.25s) [2021-07-14T07:35:51.811Z] === RUN TestFullAllocateRelease [2021-07-14T07:35:52.131Z] --- PASS: TestCommitInheritsEnv (0.51s) [2021-07-14T07:35:52.131Z] === RUN TestImportExtremelyLargeImageWorks [2021-07-14T07:35:52.131Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-07-14T07:35:52.131Z] === RUN TestImagesFilterMultiReference [2021-07-14T07:35:52.272Z] --- PASS: TestFullAllocateRelease (0.45s) [2021-07-14T07:35:52.272Z] === RUN TestOddAllocateRelease [2021-07-14T07:35:52.389Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2021-07-14T07:35:52.389Z] === RUN TestImagePullPlatformInvalid [2021-07-14T07:35:52.389Z] --- PASS: TestImagePullPlatformInvalid (0.06s) [2021-07-14T07:35:52.389Z] === RUN TestRemoveImageOrphaning Post stage [Pipeline] junit [2021-07-14T07:35:52.623Z] Recording test results [2021-07-14T07:35:52.733Z] === RUN TestResolveAuthConfigIndexServer [2021-07-14T07:35:52.733Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-07-14T07:35:52.733Z] === RUN TestResolveAuthConfigFullURL [2021-07-14T07:35:52.733Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-07-14T07:35:52.733Z] === RUN TestLoadAllowNondistributableArtifacts [2021-07-14T07:35:52.733Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-07-14T07:35:52.733Z] === RUN TestValidateMirror [2021-07-14T07:35:52.733Z] --- PASS: TestValidateMirror (0.00s) [2021-07-14T07:35:52.733Z] === RUN TestLoadInsecureRegistries [2021-07-14T07:35:52.733Z] --- PASS: TestOddAllocateRelease (0.29s) [2021-07-14T07:35:52.733Z] === RUN TestFullAllocateSerialReleaseParallel [2021-07-14T07:35:52.733Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2021-07-14T07:35:52.733Z] === RUN TestOddAllocateSerialReleaseParallel [2021-07-14T07:35:52.734Z] time="2021-07-14T07:35:52Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-07-14T07:35:52.734Z] time="2021-07-14T07:35:52Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-07-14T07:35:52.734Z] time="2021-07-14T07:35:52Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-07-14T07:35:52.734Z] --- PASS: TestLoadInsecureRegistries (0.13s) [2021-07-14T07:35:52.734Z] === RUN TestNewServiceConfig [2021-07-14T07:35:52.734Z] --- PASS: TestNewServiceConfig (0.00s) [2021-07-14T07:35:52.734Z] === RUN TestValidateIndexName [2021-07-14T07:35:52.734Z] --- PASS: TestValidateIndexName (0.00s) [2021-07-14T07:35:52.734Z] === RUN TestValidateIndexNameWithError [2021-07-14T07:35:52.734Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-07-14T07:35:52.734Z] === RUN TestEndpointParse [2021-07-14T07:35:52.734Z] --- PASS: TestEndpointParse (0.00s) [2021-07-14T07:35:52.734Z] === RUN TestEndpointParseInvalid [2021-07-14T07:35:52.734Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-07-14T07:35:52.734Z] === RUN TestValidateEndpoint [2021-07-14T07:35:52.734Z] --- PASS: TestValidateEndpoint (0.00s) [2021-07-14T07:35:52.734Z] === RUN TestPing [2021-07-14T07:35:52.734Z] --- PASS: TestPing (0.00s) [2021-07-14T07:35:52.734Z] === RUN TestPingRegistryEndpoint [2021-07-14T07:35:52.734Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:35:52.734Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2021-07-14T07:35:52.734Z] === RUN TestEndpoint [2021-07-14T07:35:52.734Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:35:52.734Z] --- SKIP: TestEndpoint (0.00s) [2021-07-14T07:35:52.734Z] === RUN TestParseRepositoryInfo [2021-07-14T07:35:52.734Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-07-14T07:35:52.734Z] === RUN TestNewIndexInfo [2021-07-14T07:35:52.734Z] --- PASS: TestNewIndexInfo (0.00s) [2021-07-14T07:35:52.734Z] === RUN TestMirrorEndpointLookup [2021-07-14T07:35:52.734Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:35:52.734Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-07-14T07:35:52.734Z] === RUN TestSearchRepositories [2021-07-14T07:35:52.734Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-07-14T07:35:52.734Z] Host: 127.0.0.1:49308 [2021-07-14T07:35:52.734Z] User-Agent: docker test client [2021-07-14T07:35:52.734Z] Authorization: Token fake-token [2021-07-14T07:35:52.734Z] X-Docker-Token: true [2021-07-14T07:35:52.734Z] Accept-Encoding: gzip [2021-07-14T07:35:52.734Z] [2021-07-14T07:35:52.734Z] [2021-07-14T07:35:52.734Z] registry_test.go:730: HTTP/1.1 200 OK [2021-07-14T07:35:52.734Z] Connection: close [2021-07-14T07:35:52.734Z] Content-Length: 144 [2021-07-14T07:35:52.734Z] Cache-Control: no-cache [2021-07-14T07:35:52.734Z] Content-Type: application/json [2021-07-14T07:35:52.734Z] Date: Wed, 14 Jul 2021 07:35:52 GMT [2021-07-14T07:35:52.734Z] Expires: -1 [2021-07-14T07:35:52.734Z] Pragma: no-cache [2021-07-14T07:35:52.734Z] Server: docker-tests/mock [2021-07-14T07:35:52.734Z] X-Docker-Registry-Config: mock [2021-07-14T07:35:52.734Z] X-Docker-Registry-Version: 0.0.0 [2021-07-14T07:35:52.734Z] [2021-07-14T07:35:52.734Z] [2021-07-14T07:35:52.734Z] --- PASS: TestSearchRepositories (0.00s) [2021-07-14T07:35:52.734Z] === RUN TestTrustedLocation [2021-07-14T07:35:52.734Z] --- PASS: TestTrustedLocation (0.00s) [2021-07-14T07:35:52.734Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-07-14T07:35:52.734Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-07-14T07:35:52.734Z] === RUN TestAllowNondistributableArtifacts [2021-07-14T07:35:52.734Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-07-14T07:35:52.734Z] === RUN TestIsSecureIndex [2021-07-14T07:35:52.734Z] --- PASS: TestIsSecureIndex (0.00s) [2021-07-14T07:35:52.734Z] PASS [2021-07-14T07:35:52.734Z] coverage: 51.7% of statements [2021-07-14T07:35:52.734Z] ok github.com/docker/docker/registry 0.208s coverage: 51.7% of statements [2021-07-14T07:35:52.734Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2021-07-14T07:35:52.734Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-07-14T07:35:52.734Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2021-07-14T07:35:52.734Z] === CONT TestParallelPredefinedRequest1 [2021-07-14T07:35:52.734Z] === CONT TestParallelPredefinedRequest4 [2021-07-14T07:35:52.734Z] === CONT TestParallelPredefinedRequest1 [2021-07-14T07:35:52.734Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:35:52.734Z] === CONT TestParallelPredefinedRequest4 [2021-07-14T07:35:52.734Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:35:52.734Z] === CONT TestParallelPredefinedRequest3 [2021-07-14T07:35:52.734Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:35:52.734Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-07-14T07:35:52.734Z] === CONT TestParallelPredefinedRequest2 [2021-07-14T07:35:52.734Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:35:52.734Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-07-14T07:35:52.734Z] === CONT TestParallelPredefinedRequest5 [2021-07-14T07:35:52.734Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-07-14T07:35:52.734Z] === CONT TestParallelPredefinedRequest5 [2021-07-14T07:35:52.734Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:35:52.734Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-07-14T07:35:52.734Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-07-14T07:35:52.734Z] PASS [2021-07-14T07:35:52.734Z] coverage: 85.3% of statements [2021-07-14T07:35:52.734Z] ok github.com/docker/docker/libnetwork/ipam 55.900s coverage: 85.3% of statements [2021-07-14T07:35:52.957Z] --- PASS: TestRemoveImageOrphaning (0.50s) [2021-07-14T07:35:52.957Z] === RUN TestRemoveImageGarbageCollector [2021-07-14T07:35:53.625Z] --- PASS: TestHealthKillContainer (3.11s) [2021-07-14T07:35:53.625Z] === RUN TestInspectCpusetInConfigPre120 [2021-07-14T07:35:53.707Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-07-14T07:35:53.707Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-07-14T07:35:53.707Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-07-14T07:35:53.707Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-07-14T07:35:53.707Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-07-14T07:35:53.707Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-07-14T07:35:53.707Z] === RUN TestResumableRequestReaderWithReadError [2021-07-14T07:35:53.707Z] time="2021-07-14T07:35:53Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-07-14T07:35:53.707Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s) [2021-07-14T07:35:53.707Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-07-14T07:35:53.707Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-07-14T07:35:53.707Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-07-14T07:35:53.707Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-07-14T07:35:53.707Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-07-14T07:35:53.707Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-07-14T07:35:53.707Z] === RUN TestResumableRequestReader [2021-07-14T07:35:53.707Z] --- PASS: TestResumableRequestReader (0.00s) [2021-07-14T07:35:53.707Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-07-14T07:35:53.707Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-07-14T07:35:53.707Z] PASS [2021-07-14T07:35:53.707Z] coverage: 100.0% of statements [2021-07-14T07:35:53.707Z] ok github.com/docker/docker/registry/resumable 0.154s coverage: 100.0% of statements [2021-07-14T07:35:54.097Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-07-14T07:35:54.168Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-07-14T07:35:54.168Z] === RUN TestClientStream [2021-07-14T07:35:54.168Z] --- PASS: TestClientStream (0.00s) [2021-07-14T07:35:54.168Z] === RUN TestClientSendFile [2021-07-14T07:35:54.168Z] --- PASS: TestClientSendFile (0.00s) [2021-07-14T07:35:54.168Z] === RUN TestClientWithRequestTimeout [2021-07-14T07:35:54.168Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-07-14T07:35:54.168Z] === RUN TestFileSpecPlugin [2021-07-14T07:35:54.168Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-07-14T07:35:54.168Z] === RUN TestFileJSONSpecPlugin [2021-07-14T07:35:54.168Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-07-14T07:35:54.168Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-07-14T07:35:54.168Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-07-14T07:35:54.168Z] === RUN TestPluginAddHandler [2021-07-14T07:35:54.168Z] --- PASS: TestPluginAddHandler (0.00s) [2021-07-14T07:35:54.168Z] === RUN TestPluginWaitBadPlugin [2021-07-14T07:35:54.168Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-07-14T07:35:54.168Z] === RUN TestGet [2021-07-14T07:35:54.168Z] time="2021-07-14T07:35:53Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-07-14T07:35:54.168Z] === RUN TestRestartManagerTimeout [2021-07-14T07:35:54.168Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-07-14T07:35:54.168Z] === RUN TestRestartManagerTimeoutReset [2021-07-14T07:35:54.168Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-07-14T07:35:54.168Z] PASS [2021-07-14T07:35:54.168Z] coverage: 50.9% of statements [2021-07-14T07:35:54.168Z] ok github.com/docker/docker/restartmanager 0.030s coverage: 50.9% of statements [2021-07-14T07:35:54.198Z] --- PASS: TestInspectCpusetInConfigPre120 (0.81s) [2021-07-14T07:35:54.198Z] === RUN TestIpcModeNone [2021-07-14T07:35:54.454Z] + echo Ensuring container killed. [2021-07-14T07:35:54.454Z] Ensuring container killed. [2021-07-14T07:35:54.454Z] + docker rm -vf docker-pr2 [2021-07-14T07:35:54.454Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-07-14T07:35:54.746Z] + echo Chowning /workspace to jenkins user [2021-07-14T07:35:54.746Z] Chowning /workspace to jenkins user [2021-07-14T07:35:54.746Z] + id -u [2021-07-14T07:35:54.746Z] + id -g [2021-07-14T07:35:54.746Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42636:/workspace busybox chown -R 1000:1000 /workspace [2021-07-14T07:35:54.746Z] Unable to find image 'busybox:latest' locally [2021-07-14T07:35:55.007Z] latest: Pulling from library/busybox [2021-07-14T07:35:55.007Z] b71f96345d44: Pulling fs layer [2021-07-14T07:35:55.007Z] b71f96345d44: Verifying Checksum [2021-07-14T07:35:55.007Z] b71f96345d44: Download complete [2021-07-14T07:35:55.140Z] === RUN TestDecodeContainerConfig [2021-07-14T07:35:55.140Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-07-14T07:35:55.140Z] === RUN TestDecodeContainerConfigIsolation [2021-07-14T07:35:55.140Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-07-14T07:35:55.140Z] === RUN TestValidatePrivileged [2021-07-14T07:35:55.140Z] --- PASS: TestValidatePrivileged (0.00s) [2021-07-14T07:35:55.140Z] PASS [2021-07-14T07:35:55.140Z] coverage: 52.2% of statements [2021-07-14T07:35:55.140Z] ok github.com/docker/docker/runconfig 0.035s coverage: 52.2% of statements [2021-07-14T07:35:55.140Z] time="2021-07-14T07:35:54Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-07-14T07:35:55.268Z] b71f96345d44: Pull complete [2021-07-14T07:35:55.268Z] Digest: sha256:0f354ec1728d9ff32edcd7d1b8bbdfc798277ad36120dc3dc683be44524c8b60 [2021-07-14T07:35:55.268Z] Status: Downloaded newer image for busybox:latest [2021-07-14T07:35:55.488Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-07-14T07:35:55.488Z] --- PASS: TestRemoveImageGarbageCollector (2.53s) [2021-07-14T07:35:55.488Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-07-14T07:35:55.488Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-07-14T07:35:55.488Z] === RUN TestTagInvalidReference [2021-07-14T07:35:55.488Z] --- PASS: TestTagInvalidReference (0.05s) [2021-07-14T07:35:55.488Z] === RUN TestTagValidPrefixedRepo [2021-07-14T07:35:55.488Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-07-14T07:35:55.488Z] === RUN TestTagExistedNameWithoutForce [2021-07-14T07:35:55.488Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2021-07-14T07:35:55.488Z] === RUN TestTagOfficialNames [2021-07-14T07:35:55.589Z] --- PASS: TestIpcModeNone (1.09s) [2021-07-14T07:35:55.589Z] === RUN TestIpcModePrivate [2021-07-14T07:35:55.602Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-07-14T07:35:55.602Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-07-14T07:35:55.602Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-07-14T07:35:55.602Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-07-14T07:35:55.602Z] PASS [2021-07-14T07:35:55.602Z] coverage: 62.5% of statements [2021-07-14T07:35:55.602Z] ok github.com/docker/docker/testutil 0.037s coverage: 62.5% of statements [2021-07-14T07:35:55.747Z] --- PASS: TestTagOfficialNames (0.10s) [2021-07-14T07:35:55.747Z] === RUN TestTagMatchesDigest [2021-07-14T07:35:55.747Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-07-14T07:35:55.747Z] === CONT TestImportExtremelyLargeImageWorks [2021-07-14T07:35:56.162Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false [2021-07-14T07:35:56.314Z] check_test.go:309: [dcf2187cc9e07] daemon is not started [2021-07-14T07:35:56.314Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-07-14T07:35:56.424Z] --- PASS: TestIpcModePrivate (1.07s) [2021-07-14T07:35:56.424Z] === RUN TestIpcModeShareable [2021-07-14T07:35:57.146Z] time="2021-07-14T07:35:56Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-07-14T07:35:57.250Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-07-14T07:35:57.368Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:64, shared: true, mustBeShared: true [2021-07-14T07:35:57.630Z] --- PASS: TestIpcModeShareable (1.02s) [2021-07-14T07:35:57.630Z] === RUN TestAPIIpcModeShareableAndContainer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-07-14T07:35:58.111Z] + bundleName=amd64-cgroup2 [2021-07-14T07:35:58.111Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-07-14T07:35:58.111Z] Creating amd64-cgroup2-bundles.tar.gz [2021-07-14T07:35:58.111Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-07-14T07:35:58.112Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2021-07-14T07:35:58.386Z] Archiving artifacts [2021-07-14T07:36:00.689Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42636/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-07-14T07:36:00.936Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.08s) [2021-07-14T07:36:00.936Z] === RUN TestAPIIpcModeHost [2021-07-14T07:36:01.003Z] + make clean [2021-07-14T07:36:01.263Z] docker volume rm -f docker-dev-cache [2021-07-14T07:36:01.263Z] docker-dev-cache [Pipeline] deleteDir [2021-07-14T07:36:01.852Z] time="2021-07-14T07:36:00Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-07-14T07:36:01.852Z] === RUN TestGetDriver [2021-07-14T07:36:01.852Z] --- PASS: TestGetDriver (0.00s) [2021-07-14T07:36:01.852Z] === RUN TestVolumeRequestError [2021-07-14T07:36:01.852Z] --- PASS: TestVolumeRequestError (0.01s) [2021-07-14T07:36:01.852Z] PASS [2021-07-14T07:36:01.852Z] coverage: 36.1% of statements [2021-07-14T07:36:01.852Z] ok github.com/docker/docker/volume/drivers 0.052s coverage: 36.1% of statements [2021-07-14T07:36:01.881Z] --- PASS: TestAPIIpcModeHost (1.08s) [2021-07-14T07:36:01.881Z] === RUN TestDaemonIpcModeShareable [2021-07-14T07:36:02.317Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-07-14T07:36:02.317Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-07-14T07:36:02.317Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-07-14T07:36:02.317Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-07-14T07:36:02.317Z] === RUN TestGetAddress [2021-07-14T07:36:02.317Z] --- PASS: TestGetAddress (0.00s) [2021-07-14T07:36:02.317Z] === RUN TestRemove [2021-07-14T07:36:02.317Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-07-14T07:36:02.317Z] --- SKIP: TestRemove (0.00s) [2021-07-14T07:36:02.317Z] === RUN TestInitializeWithVolumes [2021-07-14T07:36:02.317Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-07-14T07:36:02.317Z] === RUN TestCreate [2021-07-14T07:36:02.317Z] --- PASS: TestCreate (0.01s) [2021-07-14T07:36:02.317Z] === RUN TestValidateName [2021-07-14T07:36:02.317Z] --- PASS: TestValidateName (0.00s) [2021-07-14T07:36:02.317Z] === RUN TestCreateWithOpts [2021-07-14T07:36:02.317Z] local_test.go:181: runtime.GOOS == "windows" [2021-07-14T07:36:02.317Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-07-14T07:36:02.317Z] === RUN TestRelaodNoOpts [2021-07-14T07:36:02.317Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-07-14T07:36:02.317Z] PASS [2021-07-14T07:36:02.317Z] coverage: 41.5% of statements [2021-07-14T07:36:02.317Z] ok github.com/docker/docker/volume/local 0.066s coverage: 41.5% of statements [2021-07-14T07:36:03.275Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-07-14T07:36:03.536Z] --- PASS: TestDaemonIpcModeShareable (1.88s) [2021-07-14T07:36:03.536Z] === RUN TestDaemonIpcModePrivate [2021-07-14T07:36:03.861Z] === RUN TestConvertTmpfsOptions [2021-07-14T07:36:03.861Z] parser_test.go:49: data="mode=700,size=1m" [2021-07-14T07:36:03.861Z] parser_test.go:49: data="ro" [2021-07-14T07:36:03.861Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-07-14T07:36:03.861Z] === RUN TestParseMountRaw [2021-07-14T07:36:03.861Z] --- PASS: TestParseMountRaw (0.03s) [2021-07-14T07:36:03.861Z] === RUN TestParseMountRawSplit [2021-07-14T07:36:03.861Z] parser_test.go:390: case 0 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 1 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 2 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 3 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 4 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 5 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 6 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 7 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 8 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 0 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 1 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 2 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 3 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 4 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 5 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 6 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 7 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 8 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 9 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 10 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 11 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 12 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 0 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 1 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 2 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 3 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 4 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 5 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 6 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 7 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 8 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 9 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 10 [2021-07-14T07:36:03.861Z] parser_test.go:390: case 11 [2021-07-14T07:36:03.861Z] --- PASS: TestParseMountRawSplit (0.01s) [2021-07-14T07:36:03.861Z] === RUN TestParseMountSpec [2021-07-14T07:36:03.861Z] parser_test.go:455: case 0 [2021-07-14T07:36:03.861Z] parser_test.go:455: case 1 [2021-07-14T07:36:03.861Z] parser_test.go:455: case 2 [2021-07-14T07:36:03.861Z] parser_test.go:455: case 3 [2021-07-14T07:36:03.861Z] parser_test.go:455: case 4 [2021-07-14T07:36:03.861Z] parser_test.go:455: case 5 [2021-07-14T07:36:03.861Z] --- PASS: TestParseMountSpec (0.00s) [2021-07-14T07:36:03.861Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-07-14T07:36:03.861Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-07-14T07:36:03.862Z] === RUN TestValidateMount [2021-07-14T07:36:03.862Z] --- PASS: TestValidateMount (0.00s) [2021-07-14T07:36:03.862Z] PASS [2021-07-14T07:36:03.862Z] coverage: 66.2% of statements [2021-07-14T07:36:03.862Z] ok github.com/docker/docker/volume/mounts 0.080s coverage: 66.2% of statements [2021-07-14T07:36:04.327Z] === RUN TestSetGetMeta [2021-07-14T07:36:04.327Z] === PAUSE TestSetGetMeta [2021-07-14T07:36:04.327Z] === RUN TestRestore [2021-07-14T07:36:04.327Z] === PAUSE TestRestore [2021-07-14T07:36:04.327Z] === RUN TestServiceCreate [2021-07-14T07:36:04.327Z] === PAUSE TestServiceCreate [2021-07-14T07:36:04.327Z] === RUN TestServiceList [2021-07-14T07:36:04.327Z] === PAUSE TestServiceList [2021-07-14T07:36:04.327Z] === RUN TestServiceRemove [2021-07-14T07:36:04.327Z] === PAUSE TestServiceRemove [2021-07-14T07:36:04.327Z] === RUN TestServiceGet [2021-07-14T07:36:04.327Z] === PAUSE TestServiceGet [2021-07-14T07:36:04.327Z] === RUN TestServicePrune [2021-07-14T07:36:04.327Z] === PAUSE TestServicePrune [2021-07-14T07:36:04.327Z] === RUN TestCreate [2021-07-14T07:36:04.327Z] === PAUSE TestCreate [2021-07-14T07:36:04.327Z] === RUN TestRemove [2021-07-14T07:36:04.327Z] === PAUSE TestRemove [2021-07-14T07:36:04.327Z] === RUN TestList [2021-07-14T07:36:04.327Z] === PAUSE TestList [2021-07-14T07:36:04.327Z] === RUN TestFindByDriver [2021-07-14T07:36:04.327Z] === PAUSE TestFindByDriver [2021-07-14T07:36:04.327Z] === RUN TestFindByReferenced [2021-07-14T07:36:04.327Z] === PAUSE TestFindByReferenced [2021-07-14T07:36:04.327Z] === RUN TestDerefMultipleOfSameRef [2021-07-14T07:36:04.327Z] === PAUSE TestDerefMultipleOfSameRef [2021-07-14T07:36:04.327Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-07-14T07:36:04.327Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-07-14T07:36:04.327Z] === RUN TestDefererencePluginOnCreateError [2021-07-14T07:36:04.327Z] === PAUSE TestDefererencePluginOnCreateError [2021-07-14T07:36:04.327Z] === RUN TestRefDerefRemove [2021-07-14T07:36:04.327Z] === PAUSE TestRefDerefRemove [2021-07-14T07:36:04.327Z] === RUN TestGet [2021-07-14T07:36:04.327Z] === PAUSE TestGet [2021-07-14T07:36:04.327Z] === RUN TestGetWithReference [2021-07-14T07:36:04.327Z] === PAUSE TestGetWithReference [2021-07-14T07:36:04.327Z] === RUN TestFilterFunc [2021-07-14T07:36:04.327Z] === RUN TestFilterFunc/test_nil_list [2021-07-14T07:36:04.327Z] === PAUSE TestFilterFunc/test_nil_list [2021-07-14T07:36:04.327Z] === RUN TestFilterFunc/test_empty_list [2021-07-14T07:36:04.327Z] === PAUSE TestFilterFunc/test_empty_list [2021-07-14T07:36:04.327Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-07-14T07:36:04.327Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-07-14T07:36:04.327Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-07-14T07:36:04.327Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-07-14T07:36:04.327Z] === RUN TestFilterFunc/test_filter_some [2021-07-14T07:36:04.327Z] === PAUSE TestFilterFunc/test_filter_some [2021-07-14T07:36:04.327Z] === RUN TestFilterFunc/test_filter_middle [2021-07-14T07:36:04.327Z] === PAUSE TestFilterFunc/test_filter_middle [2021-07-14T07:36:04.327Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-07-14T07:36:04.327Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-07-14T07:36:04.327Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-07-14T07:36:04.327Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-07-14T07:36:04.327Z] === CONT TestFilterFunc/test_nil_list [2021-07-14T07:36:04.327Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-07-14T07:36:04.327Z] === CONT TestFilterFunc/test_filter_some [2021-07-14T07:36:04.327Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-07-14T07:36:04.327Z] === CONT TestFilterFunc/test_empty_list [2021-07-14T07:36:04.327Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-07-14T07:36:04.327Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-07-14T07:36:04.327Z] === CONT TestFilterFunc/test_filter_middle [2021-07-14T07:36:04.327Z] --- PASS: TestFilterFunc (0.00s) [2021-07-14T07:36:04.327Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-07-14T07:36:04.327Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-07-14T07:36:04.327Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-07-14T07:36:04.327Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-07-14T07:36:04.327Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-07-14T07:36:04.327Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-07-14T07:36:04.327Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-07-14T07:36:04.327Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-07-14T07:36:04.327Z] === CONT TestSetGetMeta [2021-07-14T07:36:04.327Z] === CONT TestGetWithReference [2021-07-14T07:36:04.327Z] === CONT TestFindByReferenced [2021-07-14T07:36:04.327Z] === CONT TestFindByDriver [2021-07-14T07:36:04.327Z] --- PASS: TestSetGetMeta (0.02s) [2021-07-14T07:36:04.327Z] === CONT TestList [2021-07-14T07:36:04.327Z] --- PASS: TestGetWithReference (0.03s) [2021-07-14T07:36:04.327Z] === CONT TestRemove [2021-07-14T07:36:04.327Z] --- PASS: TestFindByDriver (0.04s) [2021-07-14T07:36:04.327Z] === CONT TestCreate [2021-07-14T07:36:04.327Z] --- PASS: TestFindByReferenced (0.05s) [2021-07-14T07:36:04.327Z] === CONT TestServicePrune [2021-07-14T07:36:04.327Z] --- PASS: TestList (0.03s) [2021-07-14T07:36:04.327Z] === CONT TestServiceGet [2021-07-14T07:36:04.327Z] --- PASS: TestCreate (0.02s) [2021-07-14T07:36:04.327Z] === CONT TestServiceRemove [2021-07-14T07:36:04.327Z] --- PASS: TestRemove (0.03s) [2021-07-14T07:36:04.327Z] === CONT TestServiceList [2021-07-14T07:36:04.327Z] --- PASS: TestServiceGet (0.15s) [2021-07-14T07:36:04.327Z] === CONT TestServiceCreate [2021-07-14T07:36:04.327Z] time="2021-07-14T07:36:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-07-14T07:36:04.327Z] --- PASS: TestServiceRemove (0.15s) [2021-07-14T07:36:04.327Z] === CONT TestRestore [2021-07-14T07:36:04.327Z] --- PASS: TestServiceList (0.15s) [2021-07-14T07:36:04.327Z] === CONT TestDefererencePluginOnCreateError [2021-07-14T07:36:04.327Z] time="2021-07-14T07:36:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-07-14T07:36:04.327Z] time="2021-07-14T07:36:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-07-14T07:36:04.327Z] --- PASS: TestServiceCreate (0.03s) [2021-07-14T07:36:04.327Z] === CONT TestGet [2021-07-14T07:36:04.327Z] time="2021-07-14T07:36:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-07-14T07:36:04.327Z] time="2021-07-14T07:36:04Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-07-14T07:36:04.327Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-07-14T07:36:04.327Z] === CONT TestRefDerefRemove [2021-07-14T07:36:04.327Z] --- PASS: TestRestore (0.03s) [2021-07-14T07:36:04.327Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-07-14T07:36:04.327Z] --- PASS: TestServicePrune (0.19s) [2021-07-14T07:36:04.327Z] === CONT TestDerefMultipleOfSameRef [2021-07-14T07:36:04.327Z] --- PASS: TestGet (0.02s) [2021-07-14T07:36:04.327Z] --- PASS: TestRefDerefRemove (0.03s) [2021-07-14T07:36:04.327Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.03s) [2021-07-14T07:36:04.327Z] --- PASS: TestDerefMultipleOfSameRef (0.07s) [2021-07-14T07:36:04.327Z] PASS [2021-07-14T07:36:04.327Z] coverage: 69.6% of statements [2021-07-14T07:36:04.327Z] ok github.com/docker/docker/volume/service 0.358s coverage: 69.6% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-14T07:36:05.363Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-07-14T07:36:05.454Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-07-14T07:36:05.454Z] --- PASS: TestDaemonIpcModePrivate (1.83s) [2021-07-14T07:36:05.454Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-07-14T07:36:05.934Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-07-14T07:36:06.501Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-07-14T07:36:07.377Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-07-14T07:36:07.377Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.88s) [2021-07-14T07:36:07.377Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-07-14T07:36:08.404Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-07-14T07:36:08.775Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-07-14T07:36:09.034Z] --- PASS: TestGet (15.01s) [2021-07-14T07:36:09.034Z] === RUN TestPluginWithNoManifest [2021-07-14T07:36:09.034Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-07-14T07:36:09.034Z] === RUN TestGetAll [2021-07-14T07:36:09.034Z] --- PASS: TestGetAll (0.00s) [2021-07-14T07:36:09.034Z] PASS [2021-07-14T07:36:09.034Z] coverage: 73.4% of statements [2021-07-14T07:36:09.034Z] ok github.com/docker/docker/pkg/plugins 34.887s coverage: 73.4% of statements [2021-07-14T07:36:09.037Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.85s) [2021-07-14T07:36:09.037Z] === RUN TestIpcModeOlderClient [2021-07-14T07:36:09.037Z] === PAUSE TestIpcModeOlderClient [2021-07-14T07:36:09.037Z] === RUN TestKillContainerInvalidSignal [2021-07-14T07:36:09.981Z] --- PASS: TestKillContainerInvalidSignal (0.83s) [2021-07-14T07:36:09.981Z] === RUN TestKillContainer [2021-07-14T07:36:09.981Z] === RUN TestKillContainer/no_signal [2021-07-14T07:36:10.308Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-07-14T07:36:10.926Z] === RUN TestKillContainer/non_killing_signal [2021-07-14T07:36:11.499Z] === RUN TestKillContainer/killing_signal [2021-07-14T07:36:12.443Z] --- PASS: TestKillContainer (2.47s) [2021-07-14T07:36:12.443Z] --- PASS: TestKillContainer/no_signal (0.80s) [2021-07-14T07:36:12.443Z] --- PASS: TestKillContainer/non_killing_signal (0.61s) [2021-07-14T07:36:12.443Z] --- PASS: TestKillContainer/killing_signal (0.79s) [2021-07-14T07:36:12.443Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-07-14T07:36:12.443Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-07-14T07:36:13.387Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-07-14T07:36:13.627Z] time="2021-07-14T07:36:11Z" level=info msg="memberlist: Marking 647da19f6c6a as failed, suspect timeout reached (0 peer confirmations)" [2021-07-14T07:36:13.627Z] time="2021-07-14T07:36:11Z" level=info msg="Node 647da19f6c6a/172.26.100.63, left gossip cluster" [2021-07-14T07:36:13.627Z] time="2021-07-14T07:36:11Z" level=info msg="Node 647da19f6c6a change state NodeActive --> NodeFailed" [2021-07-14T07:36:13.627Z] time="2021-07-14T07:36:11Z" level=info msg="Node 647da19f6c6a/172.26.100.63, added to failed nodes list" [2021-07-14T07:36:13.960Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.60s) [2021-07-14T07:36:13.960Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.78s) [2021-07-14T07:36:13.960Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.59s) [2021-07-14T07:36:13.960Z] === RUN TestKillStoppedContainer [2021-07-14T07:36:13.960Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-07-14T07:36:13.960Z] === RUN TestKillStoppedContainerAPIPre120 [2021-07-14T07:36:14.223Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-07-14T07:36:14.223Z] === RUN TestKillDifferentUserContainer [2021-07-14T07:36:14.494Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-07-14T07:36:15.060Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-07-14T07:36:15.060Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-07-14T07:36:15.167Z] --- PASS: TestKillDifferentUserContainer (0.83s) [2021-07-14T07:36:15.167Z] === RUN TestInspectOomKilledTrue [2021-07-14T07:36:15.167Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:36:15.167Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-07-14T07:36:15.167Z] === RUN TestInspectOomKilledFalse [2021-07-14T07:36:15.167Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:36:15.167Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-07-14T07:36:15.167Z] === RUN TestLinksEtcHostsContentMatch [2021-07-14T07:36:15.318Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-07-14T07:36:15.739Z] --- PASS: TestLinksEtcHostsContentMatch (0.84s) [2021-07-14T07:36:15.739Z] === RUN TestLinksContainerNames [2021-07-14T07:36:16.693Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-07-14T07:36:17.260Z] check_test.go:309: [dcfa7868c380d] daemon is not started [2021-07-14T07:36:17.260Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-07-14T07:36:17.657Z] --- PASS: TestLinksContainerNames (1.61s) [2021-07-14T07:36:17.657Z] === RUN TestLogsFollowTailEmpty [2021-07-14T07:36:18.196Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-07-14T07:36:18.196Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-07-14T07:36:18.230Z] --- PASS: TestLogsFollowTailEmpty (0.83s) [2021-07-14T07:36:18.230Z] === RUN TestContainerNetworkMountsNoChown [2021-07-14T07:36:18.455Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-07-14T07:36:19.023Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-07-14T07:36:19.175Z] --- PASS: TestContainerNetworkMountsNoChown (0.82s) [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/default [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/default [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/private [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/private [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/rprivate [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/rprivate [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/slave [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/slave [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/rslave [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/rslave [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/shared [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/shared [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/rshared [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/rshared [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/default [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/default/bind_root [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/rslave [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/default/mount_root [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/rshared [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/rprivate [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/slave [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/shared [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/private [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/private/mount_root [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-07-14T07:36:19.175Z] === RUN TestMountDaemonRoot/private/bind_root [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-07-14T07:36:19.175Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-07-14T07:36:19.175Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-07-14T07:36:19.436Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-07-14T07:36:19.436Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-07-14T07:36:19.436Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-07-14T07:36:19.436Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-07-14T07:36:19.436Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-07-14T07:36:19.436Z] === CONT TestMountDaemonRoot/private/bind_root [2021-07-14T07:36:19.436Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-07-14T07:36:19.436Z] === CONT TestMountDaemonRoot/private/mount_root [2021-07-14T07:36:19.436Z] === CONT TestMountDaemonRoot/default/bind_root [2021-07-14T07:36:19.436Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-07-14T07:36:19.436Z] === CONT TestMountDaemonRoot/default/mount_root [2021-07-14T07:36:19.437Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.08s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/default (0.01s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-07-14T07:36:19.437Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-07-14T07:36:19.437Z] === RUN TestContainerBindMountNonRecursive [2021-07-14T07:36:19.960Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-07-14T07:36:21.404Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-07-14T07:36:21.404Z] check_test.go:309: [d06c5b5496495] daemon is not started [2021-07-14T07:36:21.404Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-07-14T07:36:21.987Z] --- PASS: TestContainerBindMountNonRecursive (2.13s) [2021-07-14T07:36:21.987Z] === RUN TestContainerVolumesMountedAsShared [2021-07-14T07:36:22.252Z] --- PASS: TestContainerVolumesMountedAsShared (0.60s) [2021-07-14T07:36:22.252Z] === RUN TestContainerVolumesMountedAsSlave [2021-07-14T07:36:23.197Z] --- PASS: TestContainerVolumesMountedAsSlave (0.83s) [2021-07-14T07:36:23.197Z] === RUN TestNetworkNat [2021-07-14T07:36:23.331Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-07-14T07:36:24.141Z] --- PASS: TestNetworkNat (0.87s) [2021-07-14T07:36:24.141Z] === RUN TestNetworkLocalhostTCPNat [2021-07-14T07:36:24.715Z] --- PASS: TestNetworkLocalhostTCPNat (0.82s) [2021-07-14T07:36:24.715Z] === RUN TestNetworkLoopbackNat [2021-07-14T07:36:25.232Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-07-14T07:36:28.020Z] --- PASS: TestNetworkLoopbackNat (3.26s) [2021-07-14T07:36:28.020Z] === RUN TestPause [2021-07-14T07:36:28.449Z] time="2021-07-14T07:36:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.100.63:10036" [2021-07-14T07:36:28.449Z] time="2021-07-14T07:36:28Z" level=debug msg="memberlist: Stream connection from=172.26.100.63:49383" [2021-07-14T07:36:28.965Z] --- PASS: TestPause (0.88s) [2021-07-14T07:36:28.965Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-07-14T07:36:28.965Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-07-14T07:36:28.965Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-07-14T07:36:28.965Z] === RUN TestPauseStopPausedContainer [2021-07-14T07:36:29.420Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-07-14T07:36:29.421Z] time="2021-07-14T07:36:29Z" level=debug msg="memberlist: Stream connection from=172.26.100.63:49384" [2021-07-14T07:36:29.421Z] time="2021-07-14T07:36:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.100.63:10037" [2021-07-14T07:36:29.909Z] --- PASS: TestPauseStopPausedContainer (0.85s) [2021-07-14T07:36:29.909Z] === RUN TestPidHost [2021-07-14T07:36:30.164Z] 2021/07/14 07:36:27 Closing DB instances... [2021-07-14T07:36:30.164Z] --- PASS: TestNetworkDBGarbageCollection (53.63s) [2021-07-14T07:36:30.164Z] === RUN TestFindNode [2021-07-14T07:36:30.164Z] 2021/07/14 07:36:29 Closing DB instances... [2021-07-14T07:36:30.164Z] --- PASS: TestFindNode (0.01s) [2021-07-14T07:36:30.164Z] === RUN TestChangeNodeState [2021-07-14T07:36:30.164Z] 2021/07/14 07:36:29 Closing DB instances... [2021-07-14T07:36:30.164Z] --- PASS: TestChangeNodeState (0.01s) [2021-07-14T07:36:30.164Z] === RUN TestNodeReincarnation [2021-07-14T07:36:30.164Z] 2021/07/14 07:36:29 Closing DB instances... [2021-07-14T07:36:30.356Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-07-14T07:36:31.826Z] --- PASS: TestPidHost (2.19s) [2021-07-14T07:36:31.827Z] === RUN TestPsFilter [2021-07-14T07:36:32.089Z] --- PASS: TestPsFilter (0.15s) [2021-07-14T07:36:32.089Z] === RUN TestRemoveContainerWithRemovedVolume [2021-07-14T07:36:32.889Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-07-14T07:36:33.032Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.79s) [2021-07-14T07:36:33.032Z] === RUN TestRemoveContainerWithVolume [2021-07-14T07:36:33.605Z] --- PASS: TestRemoveContainerWithVolume (0.84s) [2021-07-14T07:36:33.605Z] === RUN TestRemoveContainerRunning [2021-07-14T07:36:34.549Z] --- PASS: TestRemoveContainerRunning (0.82s) [2021-07-14T07:36:34.549Z] === RUN TestRemoveContainerForceRemoveRunning [2021-07-14T07:36:34.791Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-07-14T07:36:34.868Z] time="2021-07-14T07:36:34Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-07-14T07:36:34.868Z] --- PASS: TestNodeReincarnation (5.01s) [2021-07-14T07:36:34.868Z] === RUN TestParallelCreate [2021-07-14T07:36:34.868Z] 2021/07/14 07:36:34 Closing DB instances... [2021-07-14T07:36:34.868Z] --- PASS: TestParallelCreate (0.01s) [2021-07-14T07:36:34.868Z] === RUN TestParallelDelete [2021-07-14T07:36:34.869Z] 2021/07/14 07:36:34 Closing DB instances... [2021-07-14T07:36:34.869Z] --- PASS: TestParallelDelete (0.01s) [2021-07-14T07:36:34.869Z] === RUN TestNetworkDBIslands [2021-07-14T07:36:34.869Z] time="2021-07-14T07:36:34Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:a94d1204d97d with config:&{NodeID:a94d1204d97d Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:36:34.869Z] time="2021-07-14T07:36:34Z" level=info msg="Node a94d1204d97d/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:34.869Z] time="2021-07-14T07:36:34Z" level=info msg="Node a94d1204d97d/172.17.130.11, added to nodes list" [2021-07-14T07:36:34.869Z] time="2021-07-14T07:36:34Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:290f7cbbfcf5 with config:&{NodeID:290f7cbbfcf5 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:36:34.869Z] time="2021-07-14T07:36:34Z" level=info msg="Node 290f7cbbfcf5/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:34.869Z] time="2021-07-14T07:36:34Z" level=info msg="Node 290f7cbbfcf5/172.17.130.11, added to nodes list" [2021-07-14T07:36:34.869Z] time="2021-07-14T07:36:34Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-07-14T07:36:34.869Z] time="2021-07-14T07:36:34Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-07-14T07:36:34.869Z] time="2021-07-14T07:36:34Z" level=debug msg="memberlist: Stream connection from=[::1]:49351" [2021-07-14T07:36:34.869Z] time="2021-07-14T07:36:34Z" level=info msg="Node 290f7cbbfcf5/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:34.869Z] time="2021-07-14T07:36:34Z" level=info msg="Node 290f7cbbfcf5/172.17.130.11, added to nodes list" [2021-07-14T07:36:34.869Z] time="2021-07-14T07:36:34Z" level=info msg="Node a94d1204d97d/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:34.869Z] time="2021-07-14T07:36:34Z" level=info msg="Node a94d1204d97d/172.17.130.11, added to nodes list" [2021-07-14T07:36:34.869Z] time="2021-07-14T07:36:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-07-14T07:36:34.869Z] time="2021-07-14T07:36:34Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352" [2021-07-14T07:36:35.330Z] time="2021-07-14T07:36:35Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:bd635ed5212f with config:&{NodeID:bd635ed5212f Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:36:35.330Z] time="2021-07-14T07:36:35Z" level=info msg="Node bd635ed5212f/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:35.330Z] time="2021-07-14T07:36:35Z" level=info msg="Node bd635ed5212f/172.17.130.11, added to nodes list" [2021-07-14T07:36:35.330Z] time="2021-07-14T07:36:35Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-07-14T07:36:35.330Z] time="2021-07-14T07:36:35Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-07-14T07:36:35.330Z] time="2021-07-14T07:36:35Z" level=debug msg="memberlist: Stream connection from=[::1]:49353" [2021-07-14T07:36:35.330Z] time="2021-07-14T07:36:35Z" level=info msg="Node bd635ed5212f/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:35.330Z] time="2021-07-14T07:36:35Z" level=info msg="Node bd635ed5212f/172.17.130.11, added to nodes list" [2021-07-14T07:36:35.330Z] time="2021-07-14T07:36:35Z" level=info msg="Node a94d1204d97d/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:35.330Z] time="2021-07-14T07:36:35Z" level=info msg="Node a94d1204d97d/172.17.130.11, added to nodes list" [2021-07-14T07:36:35.330Z] time="2021-07-14T07:36:35Z" level=info msg="Node 290f7cbbfcf5/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:35.330Z] time="2021-07-14T07:36:35Z" level=info msg="Node 290f7cbbfcf5/172.17.130.11, added to nodes list" [2021-07-14T07:36:35.330Z] time="2021-07-14T07:36:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-07-14T07:36:35.330Z] time="2021-07-14T07:36:35Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354" [2021-07-14T07:36:35.495Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.83s) [2021-07-14T07:36:35.495Z] === RUN TestRemoveInvalidContainer [2021-07-14T07:36:35.495Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-07-14T07:36:35.495Z] === RUN TestRenameLinkedContainer [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="Node bd635ed5212f/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="Node bd635ed5212f/172.17.130.11, added to nodes list" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:3713fb4dd6ef with config:&{NodeID:3713fb4dd6ef Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, added to nodes list" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=debug msg="memberlist: Stream connection from=[::1]:49355" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, added to nodes list" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="Node a94d1204d97d/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="Node a94d1204d97d/172.17.130.11, added to nodes list" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="Node 290f7cbbfcf5/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="Node 290f7cbbfcf5/172.17.130.11, added to nodes list" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="Node bd635ed5212f/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="Node bd635ed5212f/172.17.130.11, added to nodes list" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49356" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, added to nodes list" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:35.791Z] time="2021-07-14T07:36:35Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, added to nodes list" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:8af6a41d3112 with config:&{NodeID:8af6a41d3112 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=info msg="Node 8af6a41d3112/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=info msg="Node 8af6a41d3112/172.17.130.11, added to nodes list" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=debug msg="memberlist: Stream connection from=[::1]:49357" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=info msg="Node 8af6a41d3112/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=info msg="Node 8af6a41d3112/172.17.130.11, added to nodes list" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=info msg="Node 290f7cbbfcf5/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=info msg="Node 290f7cbbfcf5/172.17.130.11, added to nodes list" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, added to nodes list" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=info msg="Node bd635ed5212f/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=info msg="Node bd635ed5212f/172.17.130.11, added to nodes list" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=info msg="Node a94d1204d97d/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=info msg="Node a94d1204d97d/172.17.130.11, added to nodes list" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:35Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49358" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:36Z" level=info msg="Node 8af6a41d3112/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:36Z" level=info msg="Node 8af6a41d3112/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:36Z" level=info msg="Node 8af6a41d3112/172.17.130.11, added to nodes list" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:36Z" level=info msg="Node 8af6a41d3112/172.17.130.11, added to nodes list" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:36Z" level=info msg="Node 8af6a41d3112/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:36.274Z] time="2021-07-14T07:36:36Z" level=info msg="Node 8af6a41d3112/172.17.130.11, added to nodes list" [2021-07-14T07:36:36.693Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-07-14T07:36:36.693Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-07-14T07:36:36.735Z] networkdb_test.go:834: Re-joining: 3 [2021-07-14T07:36:36.735Z] time="2021-07-14T07:36:36Z" level=info msg="The new bootstrap node list is:[172.17.130.11:10033 172.17.130.11:10034 172.17.130.11:10035]" [2021-07-14T07:36:36.735Z] time="2021-07-14T07:36:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.130.11:10033" [2021-07-14T07:36:36.735Z] time="2021-07-14T07:36:36Z" level=debug msg="memberlist: Stream connection from=172.17.130.11:49359" [2021-07-14T07:36:36.735Z] time="2021-07-14T07:36:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.130.11:10034" [2021-07-14T07:36:36.735Z] time="2021-07-14T07:36:36Z" level=debug msg="memberlist: Stream connection from=172.17.130.11:49360" [2021-07-14T07:36:36.735Z] time="2021-07-14T07:36:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.130.11:10035" [2021-07-14T07:36:36.735Z] time="2021-07-14T07:36:36Z" level=debug msg="memberlist: Stream connection from=172.17.130.11:49361" [2021-07-14T07:36:36.735Z] networkdb_test.go:834: Re-joining: 4 [2021-07-14T07:36:36.735Z] time="2021-07-14T07:36:36Z" level=info msg="The new bootstrap node list is:[172.17.130.11:10033 172.17.130.11:10034 172.17.130.11:10035]" [2021-07-14T07:36:36.735Z] time="2021-07-14T07:36:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.130.11:10033" [2021-07-14T07:36:36.735Z] time="2021-07-14T07:36:36Z" level=debug msg="memberlist: Stream connection from=172.17.130.11:49362" [2021-07-14T07:36:36.735Z] time="2021-07-14T07:36:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.130.11:10034" [2021-07-14T07:36:36.735Z] time="2021-07-14T07:36:36Z" level=debug msg="memberlist: Stream connection from=172.17.130.11:49363" [2021-07-14T07:36:36.735Z] time="2021-07-14T07:36:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.130.11:10035" [2021-07-14T07:36:36.735Z] time="2021-07-14T07:36:36Z" level=debug msg="memberlist: Stream connection from=172.17.130.11:49364" [2021-07-14T07:36:37.196Z] time="2021-07-14T07:36:36Z" level=info msg="node 0 leaving" [2021-07-14T07:36:37.196Z] time="2021-07-14T07:36:36Z" level=info msg="Node a94d1204d97d change state NodeActive --> NodeLeft" [2021-07-14T07:36:37.196Z] time="2021-07-14T07:36:36Z" level=info msg="node5(8af6a41d3112): Node leave event for a94d1204d97d/172.17.130.11" [2021-07-14T07:36:37.196Z] time="2021-07-14T07:36:36Z" level=info msg="Node a94d1204d97d change state NodeActive --> NodeLeft" [2021-07-14T07:36:37.196Z] time="2021-07-14T07:36:36Z" level=info msg="node2(290f7cbbfcf5): Node leave event for a94d1204d97d/172.17.130.11" [2021-07-14T07:36:37.196Z] time="2021-07-14T07:36:36Z" level=info msg="Node a94d1204d97d change state NodeActive --> NodeLeft" [2021-07-14T07:36:37.196Z] time="2021-07-14T07:36:36Z" level=info msg="node4(3713fb4dd6ef): Node leave event for a94d1204d97d/172.17.130.11" [2021-07-14T07:36:37.196Z] time="2021-07-14T07:36:36Z" level=info msg="Node a94d1204d97d change state NodeActive --> NodeLeft" [2021-07-14T07:36:37.196Z] time="2021-07-14T07:36:36Z" level=info msg="node3(bd635ed5212f): Node leave event for a94d1204d97d/172.17.130.11" [2021-07-14T07:36:37.196Z] time="2021-07-14T07:36:36Z" level=info msg="Node a94d1204d97d change state NodeActive --> NodeLeft" [2021-07-14T07:36:37.196Z] time="2021-07-14T07:36:36Z" level=info msg="node1(a94d1204d97d): Node leave event for a94d1204d97d/172.17.130.11" [2021-07-14T07:36:37.196Z] time="2021-07-14T07:36:37Z" level=info msg="Node a94d1204d97d/172.17.130.11, left gossip cluster" [2021-07-14T07:36:37.196Z] time="2021-07-14T07:36:37Z" level=info msg="Node a94d1204d97d/172.17.130.11, left gossip cluster" [2021-07-14T07:36:37.196Z] time="2021-07-14T07:36:37Z" level=info msg="Node a94d1204d97d/172.17.130.11, left gossip cluster" [2021-07-14T07:36:37.196Z] time="2021-07-14T07:36:37Z" level=info msg="Node a94d1204d97d/172.17.130.11, left gossip cluster" [2021-07-14T07:36:37.196Z] time="2021-07-14T07:36:37Z" level=info msg="Node a94d1204d97d/172.17.130.11, left gossip cluster" [2021-07-14T07:36:37.658Z] time="2021-07-14T07:36:37Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.17.130.11:10034: use of closed network connection" [2021-07-14T07:36:37.658Z] time="2021-07-14T07:36:37Z" level=info msg="node 1 leaving" [2021-07-14T07:36:37.658Z] time="2021-07-14T07:36:37Z" level=info msg="Node 290f7cbbfcf5 change state NodeActive --> NodeLeft" [2021-07-14T07:36:37.658Z] time="2021-07-14T07:36:37Z" level=info msg="node5(8af6a41d3112): Node leave event for 290f7cbbfcf5/172.17.130.11" [2021-07-14T07:36:37.658Z] time="2021-07-14T07:36:37Z" level=info msg="Node 290f7cbbfcf5 change state NodeActive --> NodeLeft" [2021-07-14T07:36:37.658Z] time="2021-07-14T07:36:37Z" level=info msg="Node 290f7cbbfcf5/172.17.130.11, left gossip cluster" [2021-07-14T07:36:37.658Z] time="2021-07-14T07:36:37Z" level=info msg="Node 290f7cbbfcf5 change state NodeActive --> NodeFailed" [2021-07-14T07:36:37.658Z] time="2021-07-14T07:36:37Z" level=info msg="Node 290f7cbbfcf5/172.17.130.11, added to failed nodes list" [2021-07-14T07:36:37.658Z] time="2021-07-14T07:36:37Z" level=info msg="node4(3713fb4dd6ef): Node leave event for 290f7cbbfcf5/172.17.130.11" [2021-07-14T07:36:37.658Z] time="2021-07-14T07:36:37Z" level=info msg="Node 290f7cbbfcf5 change state NodeActive --> NodeLeft" [2021-07-14T07:36:37.658Z] time="2021-07-14T07:36:37Z" level=info msg="node3(bd635ed5212f): Node leave event for 290f7cbbfcf5/172.17.130.11" [2021-07-14T07:36:37.658Z] time="2021-07-14T07:36:37Z" level=error msg="node: 290f7cbbfcf5 is unknown to memberlist" [2021-07-14T07:36:37.658Z] time="2021-07-14T07:36:37Z" level=info msg="Node 290f7cbbfcf5/172.17.130.11, left gossip cluster" [2021-07-14T07:36:37.658Z] time="2021-07-14T07:36:37Z" level=info msg="Node 290f7cbbfcf5/172.17.130.11, left gossip cluster" [2021-07-14T07:36:37.658Z] time="2021-07-14T07:36:37Z" level=info msg="Node 290f7cbbfcf5/172.17.130.11, left gossip cluster" [2021-07-14T07:36:38.126Z] time="2021-07-14T07:36:37Z" level=info msg="node 2 leaving" [2021-07-14T07:36:38.126Z] time="2021-07-14T07:36:37Z" level=info msg="Node bd635ed5212f change state NodeActive --> NodeLeft" [2021-07-14T07:36:38.126Z] time="2021-07-14T07:36:37Z" level=info msg="node4(3713fb4dd6ef): Node leave event for bd635ed5212f/172.17.130.11" [2021-07-14T07:36:38.126Z] time="2021-07-14T07:36:37Z" level=info msg="Node bd635ed5212f change state NodeActive --> NodeLeft" [2021-07-14T07:36:38.126Z] time="2021-07-14T07:36:37Z" level=info msg="node5(8af6a41d3112): Node leave event for bd635ed5212f/172.17.130.11" [2021-07-14T07:36:38.127Z] time="2021-07-14T07:36:37Z" level=info msg="Node bd635ed5212f change state NodeActive --> NodeLeft" [2021-07-14T07:36:38.127Z] time="2021-07-14T07:36:37Z" level=info msg="node3(bd635ed5212f): Node leave event for bd635ed5212f/172.17.130.11" [2021-07-14T07:36:38.127Z] time="2021-07-14T07:36:37Z" level=info msg="Node bd635ed5212f/172.17.130.11, left gossip cluster" [2021-07-14T07:36:38.127Z] time="2021-07-14T07:36:37Z" level=info msg="Node bd635ed5212f/172.17.130.11, left gossip cluster" [2021-07-14T07:36:38.127Z] time="2021-07-14T07:36:37Z" level=info msg="Node bd635ed5212f/172.17.130.11, left gossip cluster" [2021-07-14T07:36:38.588Z] time="2021-07-14T07:36:38Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10035->172.17.130.11:10036: use of closed network connection" [2021-07-14T07:36:38.588Z] networkdb_test.go:866: node5: OK [2021-07-14T07:36:38.588Z] networkdb_test.go:866: node4: OK [2021-07-14T07:36:38.588Z] time="2021-07-14T07:36:38Z" level=info msg="node 0 coming back" [2021-07-14T07:36:38.588Z] time="2021-07-14T07:36:38Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:8ebd7ef75624 with config:&{NodeID:8ebd7ef75624 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:36:38.588Z] time="2021-07-14T07:36:38Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:38.588Z] time="2021-07-14T07:36:38Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, added to nodes list" [2021-07-14T07:36:38.588Z] time="2021-07-14T07:36:38Z" level=info msg="node 1 coming back" [2021-07-14T07:36:38.588Z] time="2021-07-14T07:36:38Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:1ccce30d2287 with config:&{NodeID:1ccce30d2287 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:36:38.588Z] time="2021-07-14T07:36:38Z" level=info msg="Node 1ccce30d2287/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:38.588Z] time="2021-07-14T07:36:38Z" level=info msg="Node 1ccce30d2287/172.17.130.11, added to nodes list" [2021-07-14T07:36:38.588Z] time="2021-07-14T07:36:38Z" level=info msg="node 2 coming back" [2021-07-14T07:36:38.588Z] time="2021-07-14T07:36:38Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:44ec64748e50 with config:&{NodeID:44ec64748e50 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-07-14T07:36:38.588Z] time="2021-07-14T07:36:38Z" level=info msg="Node 44ec64748e50/172.17.130.11, joined gossip cluster" [2021-07-14T07:36:38.588Z] time="2021-07-14T07:36:38Z" level=info msg="Node 44ec64748e50/172.17.130.11, added to nodes list" [2021-07-14T07:36:38.803Z] --- PASS: TestRenameLinkedContainer (3.37s) [2021-07-14T07:36:38.803Z] === RUN TestRenameStoppedContainer [2021-07-14T07:36:39.746Z] --- PASS: TestRenameStoppedContainer (0.78s) [2021-07-14T07:36:39.746Z] === RUN TestRenameRunningContainerAndReuse [2021-07-14T07:36:40.884Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-07-14T07:36:41.134Z] --- PASS: TestRenameRunningContainerAndReuse (1.64s) [2021-07-14T07:36:41.134Z] === RUN TestRenameInvalidName [2021-07-14T07:36:41.450Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-07-14T07:36:42.078Z] --- PASS: TestRenameInvalidName (0.85s) [2021-07-14T07:36:42.078Z] === RUN TestRenameAnonymousContainer [2021-07-14T07:36:45.383Z] --- PASS: TestRenameAnonymousContainer (3.01s) [2021-07-14T07:36:45.383Z] === RUN TestRenameContainerWithSameName [2021-07-14T07:36:45.955Z] --- PASS: TestRenameContainerWithSameName (0.83s) [2021-07-14T07:36:45.955Z] === RUN TestRenameContainerWithLinkedContainer [2021-07-14T07:36:46.722Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:44Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.100.63:10033 172.26.100.63:10034 172.26.100.63:10035]" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:44Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.26.100.63:10033 172.26.100.63:10034 172.26.100.63:10035]" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.100.63:10033" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=debug msg="memberlist: Stream connection from=172.26.100.63:49385" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 0f301539cf59/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 0f301539cf59/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, is the new incarnation of the shutdown node 7c918d17b974/172.26.100.63" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.100.63:10034" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=debug msg="memberlist: Stream connection from=172.26.100.63:49386" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 0f301539cf59/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 0f301539cf59/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node abbf2a085cf6/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node abbf2a085cf6/172.26.100.63, is the new incarnation of the shutdown node 647da19f6c6a/172.26.100.63" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node abbf2a085cf6/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.100.63:10035" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=debug msg="memberlist: Stream connection from=172.26.100.63:49387" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node abbf2a085cf6/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node abbf2a085cf6/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 0f301539cf59/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 0f301539cf59/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 45be5c966d58/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 45be5c966d58/172.26.100.63, is the new incarnation of the shutdown node 193c36df43c0/172.26.100.63" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 45be5c966d58/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 45be5c966d58/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 45be5c966d58/172.26.100.63, is the new incarnation of the shutdown node 193c36df43c0/172.26.100.63" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 45be5c966d58/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node abbf2a085cf6/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node abbf2a085cf6/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node abbf2a085cf6/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 45be5c966d58/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 45be5c966d58/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 45be5c966d58/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 45be5c966d58/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node abbf2a085cf6/172.26.100.63, is the new incarnation of the shutdown node 647da19f6c6a/172.26.100.63" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node abbf2a085cf6/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, joined gossip cluster" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, is the new incarnation of the shutdown node 7c918d17b974/172.26.100.63" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, added to nodes list" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.100.63:10033" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=debug msg="memberlist: Stream connection from=172.26.100.63:49388" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.100.63:10034" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=debug msg="memberlist: Stream connection from=172.26.100.63:49389" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.26.100.63:10035" [2021-07-14T07:36:47.124Z] time="2021-07-14T07:36:45Z" level=debug msg="memberlist: Stream connection from=172.26.100.63:49390" [2021-07-14T07:36:47.584Z] 2021/07/14 07:36:47 Closing DB instances... [2021-07-14T07:36:47.584Z] time="2021-07-14T07:36:47Z" level=info msg="Node 29dec5ed22a7 change state NodeActive --> NodeLeft" [2021-07-14T07:36:47.584Z] time="2021-07-14T07:36:47Z" level=info msg="node2(abbf2a085cf6): Node leave event for 29dec5ed22a7/172.26.100.63" [2021-07-14T07:36:47.584Z] time="2021-07-14T07:36:47Z" level=info msg="Node 29dec5ed22a7 change state NodeActive --> NodeLeft" [2021-07-14T07:36:47.584Z] time="2021-07-14T07:36:47Z" level=info msg="node5(0f301539cf59): Node leave event for 29dec5ed22a7/172.26.100.63" [2021-07-14T07:36:47.584Z] time="2021-07-14T07:36:47Z" level=info msg="Node 29dec5ed22a7 change state NodeActive --> NodeLeft" [2021-07-14T07:36:47.584Z] time="2021-07-14T07:36:47Z" level=info msg="node4(fcfcfba1fdda): Node leave event for 29dec5ed22a7/172.26.100.63" [2021-07-14T07:36:47.584Z] time="2021-07-14T07:36:47Z" level=info msg="Node 29dec5ed22a7 change state NodeActive --> NodeLeft" [2021-07-14T07:36:47.584Z] time="2021-07-14T07:36:47Z" level=info msg="node3(45be5c966d58): Node leave event for 29dec5ed22a7/172.26.100.63" [2021-07-14T07:36:47.872Z] --- PASS: TestRenameContainerWithLinkedContainer (1.61s) [2021-07-14T07:36:47.872Z] === RUN TestResize [2021-07-14T07:36:48.043Z] time="2021-07-14T07:36:47Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, left gossip cluster" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="Node 29dec5ed22a7 change state NodeActive --> NodeFailed" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, added to failed nodes list" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=error msg="node: 29dec5ed22a7 is unknown to memberlist" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, left gossip cluster" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, left gossip cluster" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, left gossip cluster" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="Node 29dec5ed22a7/172.26.100.63, left gossip cluster" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="Node abbf2a085cf6 change state NodeActive --> NodeLeft" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="node3(45be5c966d58): Node leave event for abbf2a085cf6/172.26.100.63" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="Node abbf2a085cf6 change state NodeActive --> NodeLeft" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="node5(0f301539cf59): Node leave event for abbf2a085cf6/172.26.100.63" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="Node abbf2a085cf6 change state NodeActive --> NodeLeft" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="node4(fcfcfba1fdda): Node leave event for abbf2a085cf6/172.26.100.63" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="Node abbf2a085cf6 change state NodeActive --> NodeLeft" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="node2(abbf2a085cf6): Node leave event for abbf2a085cf6/172.26.100.63" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="Node abbf2a085cf6/172.26.100.63, left gossip cluster" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="Node abbf2a085cf6/172.26.100.63, left gossip cluster" [2021-07-14T07:36:48.044Z] time="2021-07-14T07:36:47Z" level=info msg="Node abbf2a085cf6/172.26.100.63, left gossip cluster" [2021-07-14T07:36:48.444Z] --- PASS: TestResize (0.82s) [2021-07-14T07:36:48.444Z] === RUN TestResizeWithInvalidSize [2021-07-14T07:36:48.503Z] time="2021-07-14T07:36:48Z" level=info msg="Node abbf2a085cf6/172.26.100.63, left gossip cluster" [2021-07-14T07:36:48.503Z] time="2021-07-14T07:36:48Z" level=info msg="Node 45be5c966d58/172.26.100.63, left gossip cluster" [2021-07-14T07:36:48.503Z] time="2021-07-14T07:36:48Z" level=info msg="Node 45be5c966d58 change state NodeActive --> NodeFailed" [2021-07-14T07:36:48.503Z] time="2021-07-14T07:36:48Z" level=info msg="Node 45be5c966d58/172.26.100.63, added to failed nodes list" [2021-07-14T07:36:48.503Z] time="2021-07-14T07:36:48Z" level=info msg="Node 45be5c966d58 change state NodeActive --> NodeLeft" [2021-07-14T07:36:48.503Z] time="2021-07-14T07:36:48Z" level=info msg="node4(fcfcfba1fdda): Node leave event for 45be5c966d58/172.26.100.63" [2021-07-14T07:36:48.503Z] time="2021-07-14T07:36:48Z" level=info msg="Node 45be5c966d58 change state NodeActive --> NodeLeft" [2021-07-14T07:36:48.503Z] time="2021-07-14T07:36:48Z" level=info msg="node5(0f301539cf59): Node leave event for 45be5c966d58/172.26.100.63" [2021-07-14T07:36:48.503Z] time="2021-07-14T07:36:48Z" level=error msg="node: 45be5c966d58 is unknown to memberlist" [2021-07-14T07:36:48.503Z] time="2021-07-14T07:36:48Z" level=info msg="Node 45be5c966d58/172.26.100.63, left gossip cluster" [2021-07-14T07:36:48.623Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-07-14T07:36:48.963Z] time="2021-07-14T07:36:48Z" level=info msg="Node 45be5c966d58/172.26.100.63, left gossip cluster" [2021-07-14T07:36:48.963Z] time="2021-07-14T07:36:48Z" level=debug msg="memberlist: Failed ping: 45be5c966d58 (timeout reached)" [2021-07-14T07:36:48.963Z] time="2021-07-14T07:36:48Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.26.100.63:10037: use of closed network connection" [2021-07-14T07:36:48.963Z] time="2021-07-14T07:36:48Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.26.100.63:10036: use of closed network connection" [2021-07-14T07:36:48.963Z] time="2021-07-14T07:36:48Z" level=info msg="Node fcfcfba1fdda change state NodeActive --> NodeLeft" [2021-07-14T07:36:48.963Z] time="2021-07-14T07:36:48Z" level=info msg="node5(0f301539cf59): Node leave event for fcfcfba1fdda/172.26.100.63" [2021-07-14T07:36:49.017Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2021-07-14T07:36:49.017Z] === RUN TestResizeWhenContainerNotStarted [2021-07-14T07:36:49.422Z] time="2021-07-14T07:36:48Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, left gossip cluster" [2021-07-14T07:36:49.422Z] time="2021-07-14T07:36:48Z" level=info msg="Node fcfcfba1fdda change state NodeActive --> NodeFailed" [2021-07-14T07:36:49.422Z] time="2021-07-14T07:36:48Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, added to failed nodes list" [2021-07-14T07:36:49.422Z] time="2021-07-14T07:36:48Z" level=info msg="Node fcfcfba1fdda/172.26.100.63, left gossip cluster" [2021-07-14T07:36:49.422Z] time="2021-07-14T07:36:48Z" level=error msg="node: fcfcfba1fdda is unknown to memberlist" [2021-07-14T07:36:49.422Z] time="2021-07-14T07:36:49Z" level=info msg="Node 0f301539cf59/172.26.100.63, left gossip cluster" [2021-07-14T07:36:49.422Z] time="2021-07-14T07:36:49Z" level=info msg="Node 0f301539cf59 change state NodeActive --> NodeFailed" [2021-07-14T07:36:49.422Z] time="2021-07-14T07:36:49Z" level=info msg="Node 0f301539cf59/172.26.100.63, added to failed nodes list" [2021-07-14T07:36:49.422Z] --- PASS: TestNetworkDBIslands (65.85s) [2021-07-14T07:36:49.422Z] PASS [2021-07-14T07:36:49.422Z] coverage: 60.5% of statements [2021-07-14T07:36:49.422Z] ok github.com/docker/docker/libnetwork/networkdb 156.707s coverage: 60.5% of statements [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/libnetwork/portmapper [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/libnetwork/resolvconf [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/oci/caps [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/pkg/term [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/quota [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/rootless [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/testutil/request [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/volume [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-07-14T07:36:49.422Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-07-14T07:36:49.558Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-07-14T07:36:49.601Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-07-14T07:36:49.601Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-07-14T07:36:49.601Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-07-14T07:36:49.601Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-07-14T07:36:49.601Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-07-14T07:36:49.857Z] remote: Enumerating objects: 23, done. [2021-07-14T07:36:49.857Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-07-14T07:36:49.857Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-07-14T07:36:49.857Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-07-14T07:36:49.857Z] Unpacking objects: 4% (1/23) Unpacking objects: 8% (2/23) Unpacking objects: 13% (3/23) Unpacking objects: 17% (4/23) Unpacking objects: 21% (5/23) Unpacking objects: 26% (6/23) Unpacking objects: 30% (7/23) Unpacking objects: 34% (8/23) Unpacking objects: 39% (9/23) Unpacking objects: 43% (10/23) Unpacking objects: 47% (11/23) Unpacking objects: 52% (12/23) Unpacking objects: 56% (13/23) Unpacking objects: 60% (14/23) Unpacking objects: 65% (15/23) Unpacking objects: 69% (16/23) Unpacking objects: 73% (17/23) Unpacking objects: 78% (18/23) Unpacking objects: 82% (19/23) Unpacking objects: 86% (20/23) Unpacking objects: 91% (21/23) Unpacking objects: 95% (22/23) Unpacking objects: 100% (23/23) Unpacking objects: 100% (23/23), done. [2021-07-14T07:36:49.857Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-07-14T07:36:49.961Z] --- PASS: TestResizeWhenContainerNotStarted (0.79s) [2021-07-14T07:36:49.961Z] === RUN TestDaemonRestartKillContainers [2021-07-14T07:36:49.961Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-07-14T07:36:49.961Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-07-14T07:36:49.961Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-07-14T07:36:49.961Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-07-14T07:36:49.961Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-07-14T07:36:49.961Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-07-14T07:36:49.961Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-07-14T07:36:49.961Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-07-14T07:36:49.961Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-07-14T07:36:49.961Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-07-14T07:36:49.961Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-07-14T07:36:49.961Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-07-14T07:36:49.961Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-07-14T07:36:49.961Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-07-14T07:36:49.961Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-07-14T07:36:49.961Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-07-14T07:36:49.961Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:36:49.961Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:36:49.961Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:36:49.961Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:36:49.961Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:36:49.961Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:36:49.961Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:36:49.961Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:36:49.961Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-07-14T07:36:49.961Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-07-14T07:36:49.961Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:36:49.961Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-07-14T07:36:50.934Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === Skipped [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-07-14T07:36:50.961Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-07-14T07:36:50.961Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-07-14T07:36:50.961Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-07-14T07:36:50.961Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-07-14T07:36:50.961Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-07-14T07:36:50.961Z] client_test.go:23: runtime.GOOS == "windows" [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-07-14T07:36:50.961Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-07-14T07:36:50.961Z] network_proxy_test.go:212: No support for dual stack yet [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-07-14T07:36:50.961Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-07-14T07:36:50.961Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-07-14T07:36:50.961Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-07-14T07:36:50.961Z] daemon_test.go:147: root required [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-07-14T07:36:50.961Z] reload_test.go:520: root required [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-07-14T07:36:50.961Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-07-14T07:36:50.961Z] pull_v2_test.go:73: Needs fixing on Windows [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-07-14T07:36:50.961Z] pull_v2_test.go:118: Needs fixing on Windows [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-07-14T07:36:50.961Z] download_test.go:268: Needs fixing on Windows [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-07-14T07:36:50.961Z] layer_test.go:304: Failing on Windows [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-07-14T07:36:50.961Z] layer_test.go:353: Failing on Windows [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-07-14T07:36:50.961Z] layer_test.go:468: Failing on Windows [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-07-14T07:36:50.961Z] layer_test.go:697: Failing on Windows [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-07-14T07:36:50.961Z] migration_test.go:46: Failing on Windows [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-07-14T07:36:50.961Z] migration_test.go:182: Failing on Windows [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-07-14T07:36:50.961Z] mount_test.go:17: Failing on Windows [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-07-14T07:36:50.961Z] mount_test.go:76: Failing on Windows [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.961Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-07-14T07:36:50.961Z] mount_test.go:125: Failing on Windows [2021-07-14T07:36:50.961Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-07-14T07:36:50.962Z] mount_test.go:212: Failing on Windows [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-07-14T07:36:50.962Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-07-14T07:36:50.962Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2021-07-14T07:36:50.962Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-07-14T07:36:50.962Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-07-14T07:36:50.962Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-07-14T07:36:50.962Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-07-14T07:36:50.962Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-07-14T07:36:50.962Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-07-14T07:36:50.962Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-07-14T07:36:50.962Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-07-14T07:36:50.962Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-07-14T07:36:50.962Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-07-14T07:36:50.962Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-07-14T07:36:50.962Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-07-14T07:36:50.962Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-07-14T07:36:50.962Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-07-14T07:36:50.962Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-07-14T07:36:50.962Z] archive_test.go:134: Xz not present in msys2 [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-07-14T07:36:50.962Z] archive_test.go:239: Failing on Windows CI machines [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-07-14T07:36:50.962Z] archive_windows_test.go:16: Currently fails [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-07-14T07:36:50.962Z] changes_test.go:196: needs more investigation [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-07-14T07:36:50.962Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-07-14T07:36:50.962Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-07-14T07:36:50.962Z] changes_test.go:433: needs further investigation [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-07-14T07:36:50.962Z] changes_test.go:469: needs further investigation [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-07-14T07:36:50.962Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-07-14T07:36:50.962Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:50.962Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-07-14T07:36:50.962Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:36:50.962Z] [2021-07-14T07:36:51.422Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-07-14T07:36:51.422Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:36:51.422Z] [2021-07-14T07:36:51.422Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-07-14T07:36:51.422Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:36:51.422Z] [2021-07-14T07:36:51.422Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-07-14T07:36:51.422Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:36:51.422Z] [2021-07-14T07:36:51.422Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-07-14T07:36:51.422Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:36:51.422Z] [2021-07-14T07:36:51.422Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-07-14T07:36:51.422Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:36:51.422Z] [2021-07-14T07:36:51.422Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-07-14T07:36:51.422Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:36:51.422Z] [2021-07-14T07:36:51.422Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-07-14T07:36:51.422Z] poller_test.go:41: No chmod on Windows [2021-07-14T07:36:51.422Z] [2021-07-14T07:36:51.422Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-07-14T07:36:51.422Z] fileutils_test.go:134: Needs porting to Windows [2021-07-14T07:36:51.422Z] [2021-07-14T07:36:51.422Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-07-14T07:36:51.422Z] fileutils_test.go:180: Needs porting to Windows [2021-07-14T07:36:51.422Z] [2021-07-14T07:36:51.422Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-07-14T07:36:51.422Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:36:51.422Z] [2021-07-14T07:36:51.422Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-07-14T07:36:51.422Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:36:51.422Z] [2021-07-14T07:36:51.422Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2021-07-14T07:36:51.422Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:36:51.422Z] [2021-07-14T07:36:51.422Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-07-14T07:36:51.422Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-07-14T07:36:51.422Z] [2021-07-14T07:36:51.422Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-07-14T07:36:51.422Z] local_test.go:181: runtime.GOOS == "windows" [2021-07-14T07:36:51.422Z] [2021-07-14T07:36:51.422Z] [2021-07-14T07:36:51.422Z] DONE 2027 tests, 69 skipped in 319.150s [2021-07-14T07:36:51.422Z] INFO: make.ps1 ended at 07/14/2021 07:36:50 [2021-07-14T07:36:51.880Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-07-14T07:36:52.827Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-07-14T07:36:52.827Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-07-14T07:36:52.960Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-07-14T07:36:52.960Z] INFO: Unit tests ended at 07/14/2021 07:36:52. Duration:00:05:31.2447174 [2021-07-14T07:36:52.960Z] INFO: Building busybox [2021-07-14T07:36:52.960Z] Sending build context to Docker daemon 5.12kB [2021-07-14T07:36:52.960Z] [2021-07-14T07:36:52.960Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-07-14T07:36:52.960Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-07-14T07:36:52.960Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-07-14T07:36:52.960Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-07-14T07:36:52.960Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-07-14T07:36:52.960Z] ---> 39d157a84080 [2021-07-14T07:36:52.960Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-07-14T07:36:52.960Z] ---> Running in d27c5fcb9115 [2021-07-14T07:36:53.779Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-07-14T07:36:55.110Z] Cross building: bundles/cross/linux/ppc64le [2021-07-14T07:36:55.110Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-07-14T07:36:55.110Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-07-14T07:36:55.125Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-07-14T07:36:55.215Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-07-14T07:36:55.215Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:36:55.487Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-07-14T07:36:56.066Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-07-14T07:36:56.704Z] Removing intermediate container d27c5fcb9115 [2021-07-14T07:36:56.704Z] ---> 44656428a80e [2021-07-14T07:36:56.704Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-07-14T07:36:56.704Z] ---> Running in a5adf2b281f3 [2021-07-14T07:36:56.704Z] Removing intermediate container a5adf2b281f3 [2021-07-14T07:36:56.704Z] ---> 415968057285 [2021-07-14T07:36:56.704Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-07-14T07:36:56.704Z] ---> Running in b81ee3424c25 [2021-07-14T07:36:57.164Z] Removing intermediate container b81ee3424c25 [2021-07-14T07:36:57.164Z] ---> 0b08f4a8846a [2021-07-14T07:36:57.164Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-07-14T07:36:58.135Z] [2021-07-14T07:36:58.594Z] ---> 070aa8d6a217 [2021-07-14T07:36:58.595Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-07-14T07:36:58.595Z] ---> Running in 2440410ed895 [2021-07-14T07:36:58.618Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-07-14T07:36:58.618Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.63s) [2021-07-14T07:36:58.618Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.79s) [2021-07-14T07:36:58.618Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.86s) [2021-07-14T07:36:58.618Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.66s) [2021-07-14T07:36:58.618Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.64s) [2021-07-14T07:36:58.618Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.55s) [2021-07-14T07:36:58.618Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.64s) [2021-07-14T07:36:58.618Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.57s) [2021-07-14T07:36:58.618Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.53s) [2021-07-14T07:36:58.618Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.49s) [2021-07-14T07:36:58.618Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.55s) [2021-07-14T07:36:58.618Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.15s) [2021-07-14T07:36:58.618Z] === RUN TestCgroupNamespacesRun [2021-07-14T07:36:59.311Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-07-14T07:36:59.877Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-07-14T07:36:59.877Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-07-14T07:37:00.007Z] --- PASS: TestCgroupNamespacesRun (1.84s) [2021-07-14T07:37:00.007Z] === RUN TestCgroupNamespacesRunPrivileged [2021-07-14T07:37:01.924Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.46s) [2021-07-14T07:37:01.924Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-07-14T07:37:02.413Z] docker_cli_daemon_test.go:2550: [d9a117642f499] daemon is not started [2021-07-14T07:37:03.313Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.82s) [2021-07-14T07:37:03.313Z] === RUN TestCgroupNamespacesRunHostMode [2021-07-14T07:37:04.317Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-07-14T07:37:05.231Z] --- PASS: TestCgroupNamespacesRunHostMode (1.83s) [2021-07-14T07:37:05.231Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-07-14T07:37:06.222Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-07-14T07:37:07.149Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.84s) [2021-07-14T07:37:07.149Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-07-14T07:37:07.181Z] Removing intermediate container 2440410ed895 [2021-07-14T07:37:07.181Z] ---> 6cab2c401db4 [2021-07-14T07:37:07.181Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-07-14T07:37:07.181Z] ---> Running in fc31fa8ef3fc [2021-07-14T07:37:08.151Z] [2021-07-14T07:37:08.151Z] SUCCESS: Specified value was saved. [2021-07-14T07:37:08.536Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.47s) [2021-07-14T07:37:08.536Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-07-14T07:37:09.480Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.78s) [2021-07-14T07:37:09.480Z] === RUN TestCgroupNamespacesRunOlderClient [2021-07-14T07:37:09.503Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-07-14T07:37:10.330Z] Removing intermediate container fc31fa8ef3fc [2021-07-14T07:37:10.330Z] ---> 4e46b576fa03 [2021-07-14T07:37:10.330Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-07-14T07:37:10.330Z] ---> Running in 21c0e92bd18e [2021-07-14T07:37:11.399Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.82s) [2021-07-14T07:37:11.399Z] === RUN TestNISDomainname [2021-07-14T07:37:12.033Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-07-14T07:37:12.786Z] --- PASS: TestNISDomainname (1.38s) [2021-07-14T07:37:12.786Z] === RUN TestHostnameDnsResolution [2021-07-14T07:37:14.068Z] Cannot create a file when that file already exists. [2021-07-14T07:37:14.174Z] --- PASS: TestHostnameDnsResolution (1.48s) [2021-07-14T07:37:14.174Z] === RUN TestStats [2021-07-14T07:37:15.315Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-07-14T07:37:16.722Z] --- PASS: TestStats (2.84s) [2021-07-14T07:37:16.722Z] === RUN TestStopContainerWithTimeout [2021-07-14T07:37:16.983Z] === RUN TestStopContainerWithTimeout/0 [2021-07-14T07:37:16.983Z] === PAUSE TestStopContainerWithTimeout/0 [2021-07-14T07:37:16.983Z] === RUN TestStopContainerWithTimeout/1 [2021-07-14T07:37:16.983Z] === PAUSE TestStopContainerWithTimeout/1 [2021-07-14T07:37:16.983Z] === RUN TestStopContainerWithTimeout/3 [2021-07-14T07:37:16.983Z] === PAUSE TestStopContainerWithTimeout/3 [2021-07-14T07:37:16.983Z] === RUN TestStopContainerWithTimeout/-1 [2021-07-14T07:37:16.983Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-07-14T07:37:16.983Z] === CONT TestStopContainerWithTimeout/0 [2021-07-14T07:37:16.983Z] === CONT TestStopContainerWithTimeout/3 [2021-07-14T07:37:16.983Z] === CONT TestStopContainerWithTimeout/1 [2021-07-14T07:37:16.983Z] === CONT TestStopContainerWithTimeout/-1 [2021-07-14T07:37:17.805Z] Removing intermediate container 21c0e92bd18e [2021-07-14T07:37:17.805Z] ---> b0bcc1018035 [2021-07-14T07:37:17.805Z] Step 13/13 : CMD ["sh"] [2021-07-14T07:37:17.805Z] ---> Running in 26ccf917c983 [2021-07-14T07:37:18.264Z] Removing intermediate container 26ccf917c983 [2021-07-14T07:37:18.264Z] ---> b857873443d5 [2021-07-14T07:37:18.264Z] Successfully built b857873443d5 [2021-07-14T07:37:18.264Z] Successfully tagged busybox:latest [2021-07-14T07:37:18.264Z] INFO: Docker images of the daemon under test [2021-07-14T07:37:18.264Z] [2021-07-14T07:37:18.264Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-14T07:37:18.264Z] busybox latest b857873443d5 Less than a second ago 2.78GB [2021-07-14T07:37:18.264Z] microsoft/windowsservercore latest 39d157a84080 4 months ago 2.74GB [2021-07-14T07:37:18.264Z] mcr.microsoft.com/windows/servercore/insider 10.0.20295.1 39d157a84080 4 months ago 2.74GB [2021-07-14T07:37:18.264Z] [2021-07-14T07:37:18.264Z] INFO: Running integration tests at 07/14/2021 07:37:18... [2021-07-14T07:37:18.264Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-07-14T07:37:18.264Z] INFO: Integration API tests being run from the host: [2021-07-14T07:37:18.724Z] INFO: make.ps1 starting at 07/14/2021 07:37:18 [2021-07-14T07:37:19.183Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-07-14T07:37:19.504Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-07-14T07:37:20.294Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-07-14T07:37:20.294Z] --- PASS: TestStopContainerWithTimeout/0 (1.35s) [2021-07-14T07:37:20.294Z] --- PASS: TestStopContainerWithTimeout/1 (2.38s) [2021-07-14T07:37:20.294Z] --- PASS: TestStopContainerWithTimeout/3 (3.26s) [2021-07-14T07:37:20.294Z] --- PASS: TestStopContainerWithTimeout/-1 (3.29s) [2021-07-14T07:37:20.294Z] === RUN TestDeleteDevicemapper [2021-07-14T07:37:20.294Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-07-14T07:37:20.294Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-07-14T07:37:20.294Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-07-14T07:37:20.883Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-07-14T07:37:21.141Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-07-14T07:37:21.205Z] time="2021-07-14T07:37:17Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.130.11:10036" [2021-07-14T07:37:21.205Z] time="2021-07-14T07:37:17Z" level=debug msg="memberlist: Stream connection from=172.17.130.11:49367" [2021-07-14T07:37:21.205Z] time="2021-07-14T07:37:18Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.130.11:10037" [2021-07-14T07:37:21.205Z] time="2021-07-14T07:37:18Z" level=debug msg="memberlist: Stream connection from=172.17.130.11:49368" [2021-07-14T07:37:23.605Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.18s) [2021-07-14T07:37:23.605Z] === RUN TestUpdateMemory [2021-07-14T07:37:23.605Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:37:23.605Z] --- SKIP: TestUpdateMemory (0.00s) [2021-07-14T07:37:23.605Z] === RUN TestUpdateCPUQuota [2021-07-14T07:37:24.422Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-07-14T07:37:24.988Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-07-14T07:37:24.988Z] check_test.go:309: [d0b4c1cbf0597] daemon is not started [2021-07-14T07:37:24.988Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-07-14T07:37:27.520Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-07-14T07:37:30.194Z] --- PASS: TestUpdateCPUQuota (5.78s) [2021-07-14T07:37:30.194Z] === RUN TestUpdatePidsLimit [2021-07-14T07:37:30.194Z] === RUN TestUpdatePidsLimit/update_from_none [2021-07-14T07:37:30.194Z] === RUN TestUpdatePidsLimit/no_change [2021-07-14T07:37:30.456Z] === RUN TestUpdatePidsLimit/update_lower [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite (421.33s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.75s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.23s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.75s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.16s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.89s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.45s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.88s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.26s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.99s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (4.51s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (5.01s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.90s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.38s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.90s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.12s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.59s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.94s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.44s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.54s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.14s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.58s) [2021-07-14T07:37:30.806Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.59s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.71s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.55s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.95s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (6.51s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.04s) [2021-07-14T07:37:30.807Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.67s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.63s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.71s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.22s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (4.16s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.43s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.60s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (4.33s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.55s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.28s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.07s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.99s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.33s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.51s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.20s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.41s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.59s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.62s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.83s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (26.79s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.86s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.14s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (6.75s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (4.24s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.26s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.68s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.94s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (14.75s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (4.06s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.69s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.74s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (4.09s) [2021-07-14T07:37:30.807Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-07-14T07:37:30.807Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.65s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (6.37s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (4.31s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.22s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.01s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.44s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (5.06s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (6.35s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.97s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.73s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.11s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.92s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.04s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.11s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.63s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.28s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.10s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.59s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.63s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.33s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.04s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.53s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (8.66s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (5.26s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (5.01s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.03s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.64s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.59s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.29s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.84s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.90s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.66s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.64s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.03s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.31s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.07s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.57s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.88s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.13s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.27s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.71s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (9.88s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.99s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.52s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.42s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.69s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.15s) [2021-07-14T07:37:30.807Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.78s) [2021-07-14T07:37:30.807Z] === RUN TestDockerSwarmSuite [2021-07-14T07:37:30.807Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-07-14T07:37:31.030Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-07-14T07:37:31.974Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-07-14T07:37:32.547Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-07-14T07:37:33.120Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-07-14T07:37:34.103Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-07-14T07:37:34.508Z] --- PASS: TestUpdatePidsLimit (5.44s) [2021-07-14T07:37:34.508Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.64s) [2021-07-14T07:37:34.508Z] --- PASS: TestUpdatePidsLimit/no_change (0.66s) [2021-07-14T07:37:34.508Z] --- PASS: TestUpdatePidsLimit/update_lower (0.67s) [2021-07-14T07:37:34.508Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.66s) [2021-07-14T07:37:34.508Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.65s) [2021-07-14T07:37:34.508Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.66s) [2021-07-14T07:37:34.508Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.67s) [2021-07-14T07:37:34.508Z] === RUN TestUpdateRestartPolicy [2021-07-14T07:37:36.044Z] time="2021-07-14T07:37:35Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.130.11:10033 172.17.130.11:10034 172.17.130.11:10035]" [2021-07-14T07:37:36.045Z] time="2021-07-14T07:37:35Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.17.130.11:10033 172.17.130.11:10034 172.17.130.11:10035]" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.130.11:10033" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=debug msg="memberlist: Stream connection from=172.17.130.11:49369" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 8af6a41d3112/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 8af6a41d3112/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, is the new incarnation of the shutdown node a94d1204d97d/172.17.130.11" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.130.11:10034" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=debug msg="memberlist: Stream connection from=172.17.130.11:49370" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 8af6a41d3112/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 8af6a41d3112/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 1ccce30d2287/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 1ccce30d2287/172.17.130.11, is the new incarnation of the shutdown node 290f7cbbfcf5/172.17.130.11" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 1ccce30d2287/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.130.11:10035" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=debug msg="memberlist: Stream connection from=172.17.130.11:49371" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 1ccce30d2287/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 1ccce30d2287/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 8af6a41d3112/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 8af6a41d3112/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 44ec64748e50/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 44ec64748e50/172.17.130.11, is the new incarnation of the shutdown node bd635ed5212f/172.17.130.11" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 44ec64748e50/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 1ccce30d2287/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 1ccce30d2287/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, is the new incarnation of the shutdown node a94d1204d97d/172.17.130.11" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 1ccce30d2287/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 1ccce30d2287/172.17.130.11, is the new incarnation of the shutdown node 290f7cbbfcf5/172.17.130.11" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 1ccce30d2287/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 44ec64748e50/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 44ec64748e50/172.17.130.11, is the new incarnation of the shutdown node bd635ed5212f/172.17.130.11" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 44ec64748e50/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 44ec64748e50/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 44ec64748e50/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 44ec64748e50/172.17.130.11, joined gossip cluster" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=info msg="Node 44ec64748e50/172.17.130.11, added to nodes list" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.130.11:10033" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=debug msg="memberlist: Stream connection from=172.17.130.11:49372" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=debug msg="memberlist: Stream connection from=172.17.130.11:49373" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.130.11:10034" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.130.11:10035" [2021-07-14T07:37:37.019Z] time="2021-07-14T07:37:36Z" level=debug msg="memberlist: Stream connection from=172.17.130.11:49374" [2021-07-14T07:37:37.436Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-07-14T07:37:38.565Z] 2021/07/14 07:37:38 Closing DB instances... [2021-07-14T07:37:38.565Z] time="2021-07-14T07:37:38Z" level=info msg="Node 8ebd7ef75624 change state NodeActive --> NodeLeft" [2021-07-14T07:37:38.565Z] time="2021-07-14T07:37:38Z" level=info msg="node4(3713fb4dd6ef): Node leave event for 8ebd7ef75624/172.17.130.11" [2021-07-14T07:37:38.565Z] time="2021-07-14T07:37:38Z" level=info msg="Node 8ebd7ef75624 change state NodeActive --> NodeLeft" [2021-07-14T07:37:38.565Z] time="2021-07-14T07:37:38Z" level=info msg="node2(1ccce30d2287): Node leave event for 8ebd7ef75624/172.17.130.11" [2021-07-14T07:37:38.565Z] time="2021-07-14T07:37:38Z" level=info msg="Node 8ebd7ef75624 change state NodeActive --> NodeLeft" [2021-07-14T07:37:38.565Z] time="2021-07-14T07:37:38Z" level=info msg="node5(8af6a41d3112): Node leave event for 8ebd7ef75624/172.17.130.11" [2021-07-14T07:37:38.565Z] time="2021-07-14T07:37:38Z" level=info msg="Node 8ebd7ef75624 change state NodeActive --> NodeLeft" [2021-07-14T07:37:38.565Z] time="2021-07-14T07:37:38Z" level=info msg="node3(44ec64748e50): Node leave event for 8ebd7ef75624/172.17.130.11" [2021-07-14T07:37:38.565Z] time="2021-07-14T07:37:38Z" level=info msg="Node 8ebd7ef75624 change state NodeActive --> NodeLeft" [2021-07-14T07:37:38.565Z] time="2021-07-14T07:37:38Z" level=info msg="node1(8ebd7ef75624): Node leave event for 8ebd7ef75624/172.17.130.11" [2021-07-14T07:37:38.565Z] time="2021-07-14T07:37:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.17.130.11:10033" [2021-07-14T07:37:38.565Z] time="2021-07-14T07:37:38Z" level=debug msg="memberlist: Stream connection from=172.17.130.11:49375" [2021-07-14T07:37:38.565Z] time="2021-07-14T07:37:38Z" level=error msg="node: 8ebd7ef75624 is unknown to memberlist" [2021-07-14T07:37:39.027Z] time="2021-07-14T07:37:38Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, left gossip cluster" [2021-07-14T07:37:39.027Z] time="2021-07-14T07:37:38Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, left gossip cluster" [2021-07-14T07:37:39.027Z] time="2021-07-14T07:37:38Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, left gossip cluster" [2021-07-14T07:37:39.027Z] time="2021-07-14T07:37:38Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, left gossip cluster" [2021-07-14T07:37:39.027Z] time="2021-07-14T07:37:38Z" level=info msg="Node 8ebd7ef75624/172.17.130.11, left gossip cluster" [2021-07-14T07:37:39.027Z] time="2021-07-14T07:37:38Z" level=info msg="Node 1ccce30d2287 change state NodeActive --> NodeLeft" [2021-07-14T07:37:39.027Z] time="2021-07-14T07:37:38Z" level=info msg="node3(44ec64748e50): Node leave event for 1ccce30d2287/172.17.130.11" [2021-07-14T07:37:39.027Z] time="2021-07-14T07:37:38Z" level=info msg="Node 1ccce30d2287 change state NodeActive --> NodeLeft" [2021-07-14T07:37:39.027Z] time="2021-07-14T07:37:38Z" level=info msg="node4(3713fb4dd6ef): Node leave event for 1ccce30d2287/172.17.130.11" [2021-07-14T07:37:39.027Z] time="2021-07-14T07:37:38Z" level=info msg="Node 1ccce30d2287 change state NodeActive --> NodeLeft" [2021-07-14T07:37:39.027Z] time="2021-07-14T07:37:38Z" level=info msg="node5(8af6a41d3112): Node leave event for 1ccce30d2287/172.17.130.11" [2021-07-14T07:37:39.027Z] time="2021-07-14T07:37:38Z" level=info msg="Node 1ccce30d2287 change state NodeActive --> NodeLeft" [2021-07-14T07:37:39.027Z] time="2021-07-14T07:37:38Z" level=info msg="node2(1ccce30d2287): Node leave event for 1ccce30d2287/172.17.130.11" [2021-07-14T07:37:39.027Z] time="2021-07-14T07:37:38Z" level=info msg="Node 1ccce30d2287/172.17.130.11, left gossip cluster" [2021-07-14T07:37:39.027Z] time="2021-07-14T07:37:38Z" level=info msg="Node 1ccce30d2287/172.17.130.11, left gossip cluster" [2021-07-14T07:37:39.027Z] time="2021-07-14T07:37:38Z" level=info msg="Node 1ccce30d2287/172.17.130.11, left gossip cluster" [2021-07-14T07:37:39.488Z] time="2021-07-14T07:37:39Z" level=info msg="Node 1ccce30d2287/172.17.130.11, left gossip cluster" [2021-07-14T07:37:39.488Z] time="2021-07-14T07:37:39Z" level=info msg="Node 44ec64748e50 change state NodeActive --> NodeLeft" [2021-07-14T07:37:39.488Z] time="2021-07-14T07:37:39Z" level=info msg="node5(8af6a41d3112): Node leave event for 44ec64748e50/172.17.130.11" [2021-07-14T07:37:39.488Z] time="2021-07-14T07:37:39Z" level=info msg="Node 44ec64748e50 change state NodeActive --> NodeLeft" [2021-07-14T07:37:39.488Z] time="2021-07-14T07:37:39Z" level=info msg="node4(3713fb4dd6ef): Node leave event for 44ec64748e50/172.17.130.11" [2021-07-14T07:37:39.488Z] time="2021-07-14T07:37:39Z" level=info msg="Node 44ec64748e50/172.17.130.11, left gossip cluster" [2021-07-14T07:37:39.488Z] time="2021-07-14T07:37:39Z" level=info msg="Node 44ec64748e50 change state NodeActive --> NodeFailed" [2021-07-14T07:37:39.488Z] time="2021-07-14T07:37:39Z" level=info msg="Node 44ec64748e50/172.17.130.11, added to failed nodes list" [2021-07-14T07:37:39.488Z] time="2021-07-14T07:37:39Z" level=error msg="node: 44ec64748e50 is unknown to memberlist" [2021-07-14T07:37:39.488Z] time="2021-07-14T07:37:39Z" level=info msg="Node 44ec64748e50/172.17.130.11, left gossip cluster" [2021-07-14T07:37:39.488Z] time="2021-07-14T07:37:39Z" level=info msg="Node 44ec64748e50/172.17.130.11, left gossip cluster" [2021-07-14T07:37:39.954Z] time="2021-07-14T07:37:39Z" level=info msg="Node 3713fb4dd6ef change state NodeActive --> NodeLeft" [2021-07-14T07:37:39.954Z] time="2021-07-14T07:37:39Z" level=info msg="node5(8af6a41d3112): Node leave event for 3713fb4dd6ef/172.17.130.11" [2021-07-14T07:37:39.954Z] time="2021-07-14T07:37:39Z" level=info msg="Node 3713fb4dd6ef change state NodeActive --> NodeLeft" [2021-07-14T07:37:39.954Z] time="2021-07-14T07:37:39Z" level=info msg="node4(3713fb4dd6ef): Node leave event for 3713fb4dd6ef/172.17.130.11" [2021-07-14T07:37:40.414Z] time="2021-07-14T07:37:39Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, left gossip cluster" [2021-07-14T07:37:40.414Z] time="2021-07-14T07:37:39Z" level=info msg="Node 3713fb4dd6ef/172.17.130.11, left gossip cluster" [2021-07-14T07:37:40.415Z] time="2021-07-14T07:37:40Z" level=info msg="Node 8af6a41d3112/172.17.130.11, left gossip cluster" [2021-07-14T07:37:40.415Z] time="2021-07-14T07:37:40Z" level=info msg="Node 8af6a41d3112 change state NodeActive --> NodeFailed" [2021-07-14T07:37:40.415Z] time="2021-07-14T07:37:40Z" level=info msg="Node 8af6a41d3112/172.17.130.11, added to failed nodes list" [2021-07-14T07:37:40.415Z] --- PASS: TestNetworkDBIslands (65.84s) [2021-07-14T07:37:40.415Z] PASS [2021-07-14T07:37:40.415Z] coverage: 60.2% of statements [2021-07-14T07:37:40.415Z] ok github.com/docker/docker/libnetwork/networkdb 156.493s coverage: 60.2% of statements [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/libnetwork/portmapper [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/libnetwork/resolvconf [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/oci/caps [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/pkg/term [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/quota [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/rootless [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/testutil/request [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/volume [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-07-14T07:37:40.415Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === Skipped [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-07-14T07:37:42.606Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.01s) [2021-07-14T07:37:42.606Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-07-14T07:37:42.606Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-07-14T07:37:42.606Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2021-07-14T07:37:42.606Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-07-14T07:37:42.606Z] client_test.go:23: runtime.GOOS == "windows" [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-07-14T07:37:42.606Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-07-14T07:37:42.606Z] network_proxy_test.go:212: No support for dual stack yet [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-07-14T07:37:42.606Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-07-14T07:37:42.606Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-07-14T07:37:42.606Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-07-14T07:37:42.606Z] daemon_test.go:147: root required [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-07-14T07:37:42.606Z] reload_test.go:520: root required [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-07-14T07:37:42.606Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-07-14T07:37:42.606Z] pull_v2_test.go:73: Needs fixing on Windows [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-07-14T07:37:42.606Z] pull_v2_test.go:118: Needs fixing on Windows [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-07-14T07:37:42.606Z] download_test.go:268: Needs fixing on Windows [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-07-14T07:37:42.606Z] layer_test.go:304: Failing on Windows [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-07-14T07:37:42.606Z] layer_test.go:353: Failing on Windows [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-07-14T07:37:42.606Z] layer_test.go:468: Failing on Windows [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-07-14T07:37:42.606Z] layer_test.go:697: Failing on Windows [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-07-14T07:37:42.606Z] migration_test.go:46: Failing on Windows [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-07-14T07:37:42.606Z] migration_test.go:182: Failing on Windows [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-07-14T07:37:42.606Z] mount_test.go:17: Failing on Windows [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-07-14T07:37:42.606Z] mount_test.go:76: Failing on Windows [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-07-14T07:37:42.606Z] mount_test.go:125: Failing on Windows [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-07-14T07:37:42.606Z] mount_test.go:212: Failing on Windows [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-07-14T07:37:42.606Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-07-14T07:37:42.606Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-07-14T07:37:42.606Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-07-14T07:37:42.606Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.01s) [2021-07-14T07:37:42.606Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.01s) [2021-07-14T07:37:42.606Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-07-14T07:37:42.606Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-07-14T07:37:42.606Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-07-14T07:37:42.606Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-07-14T07:37:42.606Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-07-14T07:37:42.606Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-07-14T07:37:42.606Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-07-14T07:37:42.606Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-07-14T07:37:42.606Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-07-14T07:37:42.606Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:37:42.606Z] [2021-07-14T07:37:42.606Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-07-14T07:37:42.607Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-07-14T07:37:42.607Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-07-14T07:37:42.607Z] archive_test.go:134: Xz not present in msys2 [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-07-14T07:37:42.607Z] archive_test.go:239: Failing on Windows CI machines [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-07-14T07:37:42.607Z] archive_windows_test.go:16: Currently fails [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-07-14T07:37:42.607Z] changes_test.go:196: needs more investigation [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-07-14T07:37:42.607Z] changes_test.go:433: needs further investigation [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-07-14T07:37:42.607Z] changes_test.go:469: needs further investigation [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-07-14T07:37:42.607Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-07-14T07:37:42.607Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-07-14T07:37:42.607Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-07-14T07:37:42.607Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-07-14T07:37:42.607Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-07-14T07:37:42.607Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-07-14T07:37:42.607Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-07-14T07:37:42.607Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-07-14T07:37:42.607Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-07-14T07:37:42.607Z] poller_test.go:41: No chmod on Windows [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-07-14T07:37:42.607Z] fileutils_test.go:134: Needs porting to Windows [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-07-14T07:37:42.607Z] fileutils_test.go:180: Needs porting to Windows [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2021-07-14T07:37:42.607Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-07-14T07:37:42.607Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-07-14T07:37:42.607Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-07-14T07:37:42.607Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-07-14T07:37:42.607Z] local_test.go:181: runtime.GOOS == "windows" [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] [2021-07-14T07:37:42.607Z] DONE 2027 tests, 67 skipped in 334.135s [2021-07-14T07:37:42.607Z] INFO: make.ps1 ended at 07/14/2021 07:37:42 [2021-07-14T07:37:42.730Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-07-14T07:37:44.154Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-07-14T07:37:44.154Z] INFO: Unit tests ended at 07/14/2021 07:37:43. Duration:00:05:49.4945456 [2021-07-14T07:37:44.154Z] INFO: Building busybox [2021-07-14T07:37:44.154Z] Sending build context to Docker daemon 5.12kB [2021-07-14T07:37:44.154Z] [2021-07-14T07:37:44.154Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-07-14T07:37:44.154Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-07-14T07:37:44.154Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-07-14T07:37:44.154Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-07-14T07:37:44.154Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-07-14T07:37:44.154Z] ---> 9a0a02eca0e6 [2021-07-14T07:37:44.154Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-07-14T07:37:44.154Z] ---> Running in 61f141f4f281 [2021-07-14T07:37:49.227Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:37:49.227Z] INFO: Testing against a local daemon [2021-07-14T07:37:49.227Z] === RUN TestBuildWithSession [2021-07-14T07:37:49.227Z] build_session_test.go:25: TODO: BuildKit [2021-07-14T07:37:49.227Z] --- SKIP: TestBuildWithSession (0.00s) [2021-07-14T07:37:49.227Z] === RUN TestBuildSquashParent [2021-07-14T07:37:49.227Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:37:49.227Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-07-14T07:37:49.227Z] === RUN TestBuildWithRemoveAndForceRemove [2021-07-14T07:37:49.227Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:37:49.227Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:37:49.227Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:37:49.227Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:37:49.227Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:37:49.227Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:37:49.227Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:37:49.227Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:37:49.227Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:37:49.227Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:37:49.227Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:37:49.227Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:37:49.227Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:37:49.227Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:37:49.227Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:37:49.227Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:37:49.424Z] --- PASS: TestUpdateRestartPolicy (12.90s) [2021-07-14T07:37:49.424Z] === RUN TestUpdateRestartWithAutoRemove [2021-07-14T07:37:49.424Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s) [2021-07-14T07:37:49.424Z] === RUN TestWaitNonBlocked [2021-07-14T07:37:49.424Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:37:49.424Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:37:49.424Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:37:49.424Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:37:49.424Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:37:49.424Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:37:49.424Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-07-14T07:37:49.424Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.96s) [2021-07-14T07:37:49.424Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.05s) [2021-07-14T07:37:49.424Z] === RUN TestWaitBlocked [2021-07-14T07:37:49.424Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-07-14T07:37:49.424Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-07-14T07:37:49.424Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-07-14T07:37:49.424Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-07-14T07:37:49.424Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-07-14T07:37:49.424Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-07-14T07:37:50.370Z] --- PASS: TestWaitBlocked (0.02s) [2021-07-14T07:37:50.370Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.95s) [2021-07-14T07:37:50.370Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.02s) [2021-07-14T07:37:50.370Z] === CONT TestContainerStartOnDaemonRestart [2021-07-14T07:37:50.370Z] === CONT TestContainerKillOnDaemonStart [2021-07-14T07:37:50.370Z] === CONT TestRestartDaemonWithRestartingContainer [2021-07-14T07:37:50.370Z] === CONT TestDaemonHostGatewayIP [2021-07-14T07:37:50.847Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-07-14T07:37:50.847Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-07-14T07:37:54.589Z] --- PASS: TestContainerStartOnDaemonRestart (3.64s) [2021-07-14T07:37:54.589Z] === CONT TestIpcModeOlderClient [2021-07-14T07:37:54.589Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.68s) [2021-07-14T07:37:54.589Z] === CONT TestDaemonRestartIpcMode [2021-07-14T07:37:54.589Z] --- PASS: TestIpcModeOlderClient (0.11s) [2021-07-14T07:37:55.033Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-07-14T07:37:55.162Z] --- PASS: TestDaemonHostGatewayIP (4.70s) [2021-07-14T07:37:55.291Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-07-14T07:37:55.549Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-07-14T07:37:55.549Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-07-14T07:37:56.116Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-07-14T07:37:56.374Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-07-14T07:37:56.633Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-07-14T07:37:56.633Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-07-14T07:37:57.201Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-07-14T07:37:57.712Z] --- PASS: TestDaemonRestartIpcMode (3.48s) [2021-07-14T07:37:59.104Z] docker_api_swarm_test.go:562: [d38165c5c9dd4] joining swarm manager [db51edaa50aeb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:37:59.564Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:38:00.024Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:38:00.479Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-07-14T07:38:01.874Z] Removing intermediate container 61f141f4f281 [2021-07-14T07:38:01.874Z] ---> c225c6794b02 [2021-07-14T07:38:01.874Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-07-14T07:38:01.874Z] ---> Running in 7d6a38138fcb [2021-07-14T07:38:01.874Z] Removing intermediate container 7d6a38138fcb [2021-07-14T07:38:01.874Z] ---> d549cc81192e [2021-07-14T07:38:01.874Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-07-14T07:38:01.874Z] ---> Running in 18f607b4b8f7 [2021-07-14T07:38:01.874Z] Removing intermediate container 18f607b4b8f7 [2021-07-14T07:38:01.874Z] ---> 29d93537166e [2021-07-14T07:38:01.874Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-07-14T07:38:03.010Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-07-14T07:38:03.419Z] [2021-07-14T07:38:03.419Z] ---> 95c16e6a8f91 [2021-07-14T07:38:03.419Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-07-14T07:38:03.882Z] ---> Running in d10cdaa7713a [2021-07-14T07:38:04.308Z] --- PASS: TestContainerKillOnDaemonStart (12.79s) [2021-07-14T07:38:04.308Z] PASS [2021-07-14T07:38:04.308Z] [2021-07-14T07:38:04.308Z] === Skipped [2021-07-14T07:38:04.308Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-07-14T07:38:04.308Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-07-14T07:38:04.308Z] [2021-07-14T07:38:04.308Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-07-14T07:38:04.308Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:38:04.308Z] [2021-07-14T07:38:04.308Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-07-14T07:38:04.308Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:38:04.308Z] [2021-07-14T07:38:04.308Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-07-14T07:38:04.308Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-07-14T07:38:04.308Z] [2021-07-14T07:38:04.308Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-07-14T07:38:04.308Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-07-14T07:38:04.308Z] [2021-07-14T07:38:04.308Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-07-14T07:38:04.308Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:38:04.308Z] [2021-07-14T07:38:04.308Z] [2021-07-14T07:38:04.308Z] DONE 196 tests, 6 skipped in 149.639s [2021-07-14T07:38:04.308Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2021-07-14T07:38:04.308Z] ++ 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-07-14T07:38:04.308Z] ++ set -e [2021-07-14T07:38:04.308Z] ++ '[' -n 0 ']' [2021-07-14T07:38:04.308Z] ++ set -x [2021-07-14T07:38:04.308Z] ++ 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-07-14T07:38:04.308Z] === RUN TestConfigDaemonLibtrustID [2021-07-14T07:38:04.308Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-07-14T07:38:04.308Z] === RUN TestDaemonConfigValidation [2021-07-14T07:38:04.308Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-07-14T07:38:04.308Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-07-14T07:38:04.308Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-07-14T07:38:04.308Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-07-14T07:38:04.308Z] === RUN TestDaemonConfigValidation/invalid_config [2021-07-14T07:38:04.308Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-07-14T07:38:04.308Z] === RUN TestDaemonConfigValidation/malformed_config [2021-07-14T07:38:04.308Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-07-14T07:38:04.308Z] === RUN TestDaemonConfigValidation/valid_config [2021-07-14T07:38:04.308Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-07-14T07:38:04.309Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-07-14T07:38:04.309Z] === CONT TestDaemonConfigValidation/malformed_config [2021-07-14T07:38:04.309Z] === CONT TestDaemonConfigValidation/valid_config [2021-07-14T07:38:04.309Z] === CONT TestDaemonConfigValidation/invalid_config [2021-07-14T07:38:04.309Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-07-14T07:38:04.309Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-07-14T07:38:04.309Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.10s) [2021-07-14T07:38:04.309Z] --- PASS: TestDaemonConfigValidation/valid_config (0.12s) [2021-07-14T07:38:04.309Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.13s) [2021-07-14T07:38:04.309Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.13s) [2021-07-14T07:38:04.309Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.09s) [2021-07-14T07:38:04.309Z] PASS [2021-07-14T07:38:04.309Z] [2021-07-14T07:38:04.309Z] DONE 7 tests in 1.122s [2021-07-14T07:38:04.309Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-07-14T07:38:04.309Z] ++ 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-07-14T07:38:04.309Z] ++ set -e [2021-07-14T07:38:04.309Z] ++ '[' -n 0 ']' [2021-07-14T07:38:04.309Z] ++ set -x [2021-07-14T07:38:04.309Z] ++ 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-07-14T07:38:04.570Z] INFO: Testing against a local daemon [2021-07-14T07:38:04.570Z] === RUN TestCommitInheritsEnv [2021-07-14T07:38:04.832Z] --- PASS: TestCommitInheritsEnv (0.38s) [2021-07-14T07:38:04.832Z] === RUN TestImportExtremelyLargeImageWorks [2021-07-14T07:38:04.832Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-07-14T07:38:04.832Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-07-14T07:38:04.832Z] === RUN TestImagesFilterMultiReference [2021-07-14T07:38:04.912Z] === RUN TestDockerSuite/TestBuildEnv [2021-07-14T07:38:05.094Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2021-07-14T07:38:05.094Z] === RUN TestImagePullPlatformInvalid [2021-07-14T07:38:05.094Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-07-14T07:38:05.094Z] === RUN TestRemoveImageOrphaning [2021-07-14T07:38:05.355Z] --- PASS: TestRemoveImageOrphaning (0.37s) [2021-07-14T07:38:05.355Z] === RUN TestRemoveImageGarbageCollector [2021-07-14T07:38:05.355Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-14T07:38:05.355Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-07-14T07:38:05.355Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-07-14T07:38:05.355Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-07-14T07:38:05.355Z] === RUN TestTagInvalidReference [2021-07-14T07:38:05.618Z] --- PASS: TestTagInvalidReference (0.03s) [2021-07-14T07:38:05.618Z] === RUN TestTagValidPrefixedRepo [2021-07-14T07:38:05.618Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2021-07-14T07:38:05.618Z] === RUN TestTagExistedNameWithoutForce [2021-07-14T07:38:05.618Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-07-14T07:38:05.618Z] === RUN TestTagOfficialNames [2021-07-14T07:38:05.618Z] --- PASS: TestTagOfficialNames (0.08s) [2021-07-14T07:38:05.618Z] === RUN TestTagMatchesDigest [2021-07-14T07:38:05.618Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-07-14T07:38:05.618Z] PASS [2021-07-14T07:38:05.618Z] [2021-07-14T07:38:05.618Z] === Skipped [2021-07-14T07:38:05.618Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-07-14T07:38:05.618Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-07-14T07:38:05.618Z] [2021-07-14T07:38:05.618Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-07-14T07:38:05.618Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-14T07:38:05.618Z] [2021-07-14T07:38:05.618Z] [2021-07-14T07:38:05.618Z] DONE 12 tests, 2 skipped in 1.401s [2021-07-14T07:38:05.882Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-07-14T07:38:05.882Z] ++ 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-07-14T07:38:05.882Z] ++ set -e [2021-07-14T07:38:05.882Z] ++ '[' -n 0 ']' [2021-07-14T07:38:05.882Z] ++ set -x [2021-07-14T07:38:05.882Z] ++ 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-07-14T07:38:06.286Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-07-14T07:38:06.455Z] INFO: Testing against a local daemon [2021-07-14T07:38:06.455Z] === RUN TestNetworkCreateDelete [2021-07-14T07:38:06.455Z] --- PASS: TestNetworkCreateDelete (0.20s) [2021-07-14T07:38:06.455Z] === RUN TestDockerNetworkDeletePreferID [2021-07-14T07:38:07.029Z] --- PASS: TestDockerNetworkDeletePreferID (0.60s) [2021-07-14T07:38:07.029Z] === RUN TestDaemonDNSFallback [2021-07-14T07:38:07.662Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-07-14T07:38:08.613Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-07-14T07:38:08.613Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.34s) [2021-07-14T07:38:08.613Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.11s) [2021-07-14T07:38:08.613Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.53s) [2021-07-14T07:38:08.613Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (17.34s) [2021-07-14T07:38:08.613Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (7.86s) [2021-07-14T07:38:08.613Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (7.82s) [2021-07-14T07:38:08.613Z] === RUN TestBuildMultiStageCopy [2021-07-14T07:38:08.613Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-07-14T07:38:09.037Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-07-14T07:38:15.174Z] --- PASS: TestDaemonDNSFallback (6.85s) [2021-07-14T07:38:15.175Z] === RUN TestInspectNetwork [2021-07-14T07:38:15.599Z] docker_api_swarm_test.go:584: [d42ffe9b6ca31] joining swarm manager [db51edaa50aeb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:38:16.531Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-07-14T07:38:16.789Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-07-14T07:38:16.789Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-07-14T07:38:17.045Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-07-14T07:38:17.045Z] Cross building: bundles/cross/linux/s390x [2021-07-14T07:38:17.301Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-07-14T07:38:17.301Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-07-14T07:38:18.133Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-07-14T07:38:18.482Z] === RUN TestInspectNetwork/full_network_id [2021-07-14T07:38:18.482Z] === RUN TestInspectNetwork/partial_network_id [2021-07-14T07:38:18.482Z] === RUN TestInspectNetwork/network_name [2021-07-14T07:38:18.482Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-07-14T07:38:18.701Z] check_test.go:380: [d38165c5c9dd4] daemon is not started [2021-07-14T07:38:22.692Z] --- PASS: TestInspectNetwork (8.32s) [2021-07-14T07:38:22.692Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-07-14T07:38:22.692Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-07-14T07:38:22.692Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-07-14T07:38:22.692Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-07-14T07:38:22.692Z] === RUN TestRunContainerWithBridgeNone [2021-07-14T07:38:25.066Z] Removing intermediate container d10cdaa7713a [2021-07-14T07:38:25.066Z] ---> 581686654324 [2021-07-14T07:38:25.066Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-07-14T07:38:25.066Z] ---> Running in ef943b7573b3 [2021-07-14T07:38:25.066Z] [2021-07-14T07:38:25.066Z] SUCCESS: Specified value was saved. [2021-07-14T07:38:25.244Z] --- PASS: TestRunContainerWithBridgeNone (3.10s) [2021-07-14T07:38:25.244Z] === RUN TestNetworkInvalidJSON [2021-07-14T07:38:25.506Z] === RUN TestNetworkInvalidJSON//networks/create [2021-07-14T07:38:25.506Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-07-14T07:38:25.506Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:38:25.506Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:38:25.506Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:38:25.506Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:38:25.506Z] === CONT TestNetworkInvalidJSON//networks/create [2021-07-14T07:38:25.506Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:38:25.506Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:38:25.506Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-07-14T07:38:25.506Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-07-14T07:38:25.506Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-07-14T07:38:25.506Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-07-14T07:38:25.506Z] === RUN TestNetworkList [2021-07-14T07:38:25.506Z] === RUN TestNetworkList//networks [2021-07-14T07:38:25.506Z] === PAUSE TestNetworkList//networks [2021-07-14T07:38:25.506Z] === RUN TestNetworkList//networks/ [2021-07-14T07:38:25.506Z] === PAUSE TestNetworkList//networks/ [2021-07-14T07:38:25.506Z] === CONT TestNetworkList//networks [2021-07-14T07:38:25.506Z] === CONT TestNetworkList//networks/ [2021-07-14T07:38:25.506Z] --- PASS: TestNetworkList (0.03s) [2021-07-14T07:38:25.506Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-07-14T07:38:25.506Z] --- PASS: TestNetworkList//networks (0.00s) [2021-07-14T07:38:25.506Z] === RUN TestHostIPv4BridgeLabel [2021-07-14T07:38:26.078Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2021-07-14T07:38:26.078Z] === RUN TestDaemonRestartWithLiveRestore [2021-07-14T07:38:26.307Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-07-14T07:38:26.307Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-07-14T07:38:26.612Z] Removing intermediate container ef943b7573b3 [2021-07-14T07:38:26.612Z] ---> d157b0821d14 [2021-07-14T07:38:26.612Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-07-14T07:38:26.612Z] ---> Running in b084e53df6ea [2021-07-14T07:38:27.021Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2021-07-14T07:38:27.022Z] === RUN TestDaemonDefaultNetworkPools [2021-07-14T07:38:27.275Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-07-14T07:38:27.966Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s) [2021-07-14T07:38:27.966Z] === RUN TestDaemonRestartWithExistingNetwork [2021-07-14T07:38:28.244Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-07-14T07:38:29.354Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s) [2021-07-14T07:38:29.354Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-07-14T07:38:29.787Z] --- PASS: TestBuildMultiStageCopy (21.70s) [2021-07-14T07:38:29.787Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (17.43s) [2021-07-14T07:38:29.787Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.83s) [2021-07-14T07:38:29.787Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.99s) [2021-07-14T07:38:29.787Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.14s) [2021-07-14T07:38:29.787Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.30s) [2021-07-14T07:38:29.787Z] === RUN TestBuildMultiStageParentConfig [2021-07-14T07:38:30.740Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.39s) [2021-07-14T07:38:30.740Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-07-14T07:38:30.906Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-07-14T07:38:30.906Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-07-14T07:38:30.906Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-07-14T07:38:31.001Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2021-07-14T07:38:31.002Z] === RUN TestServiceWithPredefinedNetwork [2021-07-14T07:38:31.966Z] --- PASS: TestBuildMultiStageParentConfig (2.48s) [2021-07-14T07:38:31.966Z] === RUN TestBuildLabelWithTargets [2021-07-14T07:38:31.966Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:38:31.966Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-07-14T07:38:31.966Z] === RUN TestBuildWithEmptyLayers [2021-07-14T07:38:32.284Z] docker_api_swarm_test.go:45: [dd5e4746aea5d] joining swarm manager [d841f41c197c4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:38:32.427Z] Cannot create a file when that file already exists. [2021-07-14T07:38:33.504Z] --- PASS: TestBuildWithEmptyLayers (1.32s) [2021-07-14T07:38:33.504Z] === RUN TestBuildMultiStageOnBuild [2021-07-14T07:38:34.308Z] --- PASS: TestServiceWithPredefinedNetwork (2.80s) [2021-07-14T07:38:34.308Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-07-14T07:38:34.308Z] service_test.go:242: FLAKY_TEST [2021-07-14T07:38:34.308Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-07-14T07:38:34.308Z] === RUN TestServiceWithDataPathPortInit [2021-07-14T07:38:36.174Z] Removing intermediate container b084e53df6ea [2021-07-14T07:38:36.174Z] ---> 61bdb847e59b [2021-07-14T07:38:36.174Z] Step 13/13 : CMD ["sh"] [2021-07-14T07:38:36.174Z] ---> Running in 5c601d08469b [2021-07-14T07:38:36.634Z] Removing intermediate container 5c601d08469b [2021-07-14T07:38:36.635Z] ---> 63abc1b43036 [2021-07-14T07:38:36.635Z] Successfully built 63abc1b43036 [2021-07-14T07:38:36.635Z] Successfully tagged busybox:latest [2021-07-14T07:38:36.635Z] INFO: Docker images of the daemon under test [2021-07-14T07:38:36.635Z] [2021-07-14T07:38:36.635Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-14T07:38:36.635Z] busybox latest 63abc1b43036 Less than a second ago 5.72GB [2021-07-14T07:38:36.635Z] mcr.microsoft.com/windows/servercore ltsc2019 9a0a02eca0e6 7 days ago 5.7GB [2021-07-14T07:38:36.635Z] microsoft/windowsservercore latest 9a0a02eca0e6 7 days ago 5.7GB [2021-07-14T07:38:36.635Z] [2021-07-14T07:38:36.635Z] INFO: Running integration tests at 07/14/2021 07:38:36... [2021-07-14T07:38:36.635Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-07-14T07:38:36.635Z] INFO: Integration API tests being run from the host: [2021-07-14T07:38:36.635Z] INFO: make.ps1 starting at 07/14/2021 07:38:36 [2021-07-14T07:38:37.609Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-07-14T07:38:42.259Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-07-14T07:38:44.162Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-07-14T07:38:45.892Z] --- PASS: TestBuildMultiStageOnBuild (10.96s) [2021-07-14T07:38:45.892Z] === RUN TestBuildUncleanTarFilenames [2021-07-14T07:38:45.892Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:38:45.892Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-07-14T07:38:45.892Z] === RUN TestBuildMultiStageLayerLeak [2021-07-14T07:38:50.731Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-07-14T07:38:50.731Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-07-14T07:38:52.445Z] --- PASS: TestServiceWithDataPathPortInit (16.99s) [2021-07-14T07:38:52.445Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-07-14T07:38:54.368Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:81a6awnmupiw108zrj3pmuo9f Created:2021-07-14 07:38:52.423723713 +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[02baac4ce0cade5b90ce5cbad4cc6039c2b9d57c0c1124f7eefb51ced0c0885c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.m9vvh5mdcqlznsefmopcrjpc6 EndpointID:fa20f32a507a4c738f94a4d875f041f903ec639e9dd97eacb315d39e156ae627 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:8633bda087f7f3df6cbc3630c43c361bae3dbfcd0fd1f2254caedb19f2f02e4a 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:e19c95250afe IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.m9vvh5mdcqlznsefmopcrjpc6 EndpointID:fa20f32a507a4c738f94a4d875f041f903ec639e9dd97eacb315d39e156ae627 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-07-14T07:38:54.468Z] --- PASS: TestBuildMultiStageLayerLeak (9.97s) [2021-07-14T07:38:54.468Z] === RUN TestBuildWithHugeFile [2021-07-14T07:38:54.925Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-07-14T07:38:55.860Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-07-14T07:38:56.218Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-07-14T07:38:56.821Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-07-14T07:38:58.727Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-07-14T07:38:58.727Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-07-14T07:38:58.727Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-07-14T07:38:58.727Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-07-14T07:38:59.659Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.99s) [2021-07-14T07:38:59.660Z] PASS [2021-07-14T07:38:59.660Z] [2021-07-14T07:38:59.660Z] === Skipped [2021-07-14T07:38:59.660Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-07-14T07:38:59.660Z] service_test.go:242: FLAKY_TEST [2021-07-14T07:38:59.660Z] [2021-07-14T07:38:59.660Z] [2021-07-14T07:38:59.660Z] DONE 26 tests, 1 skipped in 53.119s [2021-07-14T07:38:59.660Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-07-14T07:38:59.660Z] ++ 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-07-14T07:38:59.660Z] ++ set -e [2021-07-14T07:38:59.660Z] ++ '[' -n 0 ']' [2021-07-14T07:38:59.660Z] ++ set -x [2021-07-14T07:38:59.660Z] ++ 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-07-14T07:38:59.660Z] INFO: Testing against a local daemon [2021-07-14T07:38:59.660Z] === RUN TestDockerNetworkIpvlanPersistance [2021-07-14T07:38:59.660Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-14T07:38:59.660Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-07-14T07:38:59.660Z] === RUN TestDockerNetworkIpvlan [2021-07-14T07:38:59.660Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-14T07:38:59.660Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-07-14T07:38:59.660Z] PASS [2021-07-14T07:38:59.660Z] [2021-07-14T07:38:59.660Z] === Skipped [2021-07-14T07:38:59.660Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-07-14T07:38:59.660Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-14T07:38:59.660Z] [2021-07-14T07:38:59.660Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-07-14T07:38:59.660Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-14T07:38:59.660Z] [2021-07-14T07:38:59.660Z] [2021-07-14T07:38:59.660Z] DONE 2 tests, 2 skipped in 0.504s [2021-07-14T07:38:59.660Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-07-14T07:38:59.660Z] ++ 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-07-14T07:38:59.660Z] ++ set -e [2021-07-14T07:38:59.660Z] ++ '[' -n 0 ']' [2021-07-14T07:38:59.660Z] ++ set -x [2021-07-14T07:38:59.660Z] ++ 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-07-14T07:38:59.660Z] INFO: Testing against a local daemon [2021-07-14T07:38:59.660Z] === RUN TestDockerNetworkMacvlanPersistance [2021-07-14T07:39:01.046Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.48s) [2021-07-14T07:39:01.046Z] === RUN TestDockerNetworkMacvlan [2021-07-14T07:39:01.256Z] --- PASS: TestImportExtremelyLargeImageWorks (185.37s) [2021-07-14T07:39:01.256Z] PASS [2021-07-14T07:39:01.256Z] [2021-07-14T07:39:01.256Z] DONE 12 tests in 189.712s [2021-07-14T07:39:01.256Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-07-14T07:39:01.256Z] ++ 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-07-14T07:39:01.256Z] ++ set -e [2021-07-14T07:39:01.256Z] ++ '[' -n 0 ']' [2021-07-14T07:39:01.256Z] ++ set -x [2021-07-14T07:39:01.256Z] ++ 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-07-14T07:39:01.256Z] INFO: Testing against a local daemon [2021-07-14T07:39:01.256Z] === RUN TestNetworkCreateDelete [2021-07-14T07:39:01.515Z] --- PASS: TestNetworkCreateDelete (0.19s) [2021-07-14T07:39:01.515Z] === RUN TestDockerNetworkDeletePreferID [2021-07-14T07:39:01.775Z] --- PASS: TestDockerNetworkDeletePreferID (0.44s) [2021-07-14T07:39:01.775Z] === RUN TestDaemonDNSFallback [2021-07-14T07:39:01.991Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-07-14T07:39:02.564Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-07-14T07:39:03.508Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-07-14T07:39:06.814Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-07-14T07:39:09.366Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-07-14T07:39:09.893Z] --- PASS: TestDaemonDNSFallback (7.04s) [2021-07-14T07:39:09.893Z] === RUN TestInspectNetwork [2021-07-14T07:39:09.893Z] === RUN TestDockerSuite/TestBuildExpose [2021-07-14T07:39:09.893Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-07-14T07:39:09.893Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-07-14T07:39:10.151Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-07-14T07:39:10.409Z] === RUN TestDockerSuite/TestBuildFails [2021-07-14T07:39:11.784Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-07-14T07:39:11.784Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-07-14T07:39:13.462Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:39:13.463Z] INFO: Testing against a local daemon [2021-07-14T07:39:13.463Z] === RUN TestBuildWithSession [2021-07-14T07:39:13.463Z] build_session_test.go:25: TODO: BuildKit [2021-07-14T07:39:13.463Z] --- SKIP: TestBuildWithSession (0.00s) [2021-07-14T07:39:13.463Z] === RUN TestBuildSquashParent [2021-07-14T07:39:13.463Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:39:13.463Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-07-14T07:39:13.463Z] === RUN TestBuildWithRemoveAndForceRemove [2021-07-14T07:39:13.463Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:39:13.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:39:13.463Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:39:13.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:39:13.463Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:39:13.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:39:13.463Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:39:13.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:39:13.463Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:39:13.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:39:13.463Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:39:13.463Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:39:13.463Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-07-14T07:39:13.463Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-07-14T07:39:13.463Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-07-14T07:39:13.463Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-07-14T07:39:13.686Z] === RUN TestInspectNetwork/full_network_id [2021-07-14T07:39:13.686Z] === RUN TestInspectNetwork/partial_network_id [2021-07-14T07:39:13.686Z] === RUN TestInspectNetwork/network_name [2021-07-14T07:39:13.686Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-07-14T07:39:13.943Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-07-14T07:39:15.846Z] === RUN TestDockerSuite/TestBuildForceRm [2021-07-14T07:39:15.966Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-07-14T07:39:16.916Z] --- PASS: TestDockerNetworkMacvlan (15.76s) [2021-07-14T07:39:16.916Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2021-07-14T07:39:16.916Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s) [2021-07-14T07:39:16.916Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.81s) [2021-07-14T07:39:16.916Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.91s) [2021-07-14T07:39:16.916Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.36s) [2021-07-14T07:39:16.916Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.38s) [2021-07-14T07:39:16.916Z] PASS [2021-07-14T07:39:16.916Z] [2021-07-14T07:39:16.916Z] DONE 8 tests in 17.378s [2021-07-14T07:39:16.916Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-07-14T07:39:16.916Z] ++ 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-07-14T07:39:16.916Z] ++ set -e [2021-07-14T07:39:16.916Z] ++ '[' -n 0 ']' [2021-07-14T07:39:16.916Z] ++ set -x [2021-07-14T07:39:16.916Z] ++ 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-07-14T07:39:16.916Z] testing: warning: no tests to run [2021-07-14T07:39:16.916Z] PASS [2021-07-14T07:39:16.916Z] [2021-07-14T07:39:16.916Z] DONE 0 tests in 0.031s [2021-07-14T07:39:16.916Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-07-14T07:39:16.916Z] ++ 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-07-14T07:39:16.916Z] ++ set -e [2021-07-14T07:39:16.916Z] ++ '[' -n 0 ']' [2021-07-14T07:39:16.916Z] ++ set -x [2021-07-14T07:39:16.916Z] ++ 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-07-14T07:39:16.916Z] INFO: Testing against a local daemon [2021-07-14T07:39:16.916Z] === RUN TestAuthZPluginAllowRequest [2021-07-14T07:39:17.749Z] === RUN TestDockerSuite/TestBuildFromGit [2021-07-14T07:39:17.749Z] --- PASS: TestInspectNetwork (8.83s) [2021-07-14T07:39:17.749Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-07-14T07:39:17.749Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-07-14T07:39:17.749Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-07-14T07:39:17.749Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-07-14T07:39:17.749Z] === RUN TestRunContainerWithBridgeNone [2021-07-14T07:39:18.835Z] --- PASS: TestAuthZPluginAllowRequest (1.64s) [2021-07-14T07:39:18.835Z] === RUN TestAuthZPluginTLS [2021-07-14T07:39:19.124Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-07-14T07:39:19.124Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-07-14T07:39:19.305Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-07-14T07:39:19.305Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-07-14T07:39:19.408Z] --- PASS: TestAuthZPluginTLS (0.58s) [2021-07-14T07:39:19.408Z] === RUN TestAuthZPluginDenyRequest [2021-07-14T07:39:19.670Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2021-07-14T07:39:19.670Z] === RUN TestAuthZPluginAPIDenyResponse [2021-07-14T07:39:20.243Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2021-07-14T07:39:20.243Z] === RUN TestAuthZPluginDenyResponse [2021-07-14T07:39:20.499Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-07-14T07:39:20.817Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2021-07-14T07:39:20.817Z] === RUN TestAuthZPluginAllowEventStream [2021-07-14T07:39:21.873Z] --- PASS: TestRunContainerWithBridgeNone (3.95s) [2021-07-14T07:39:21.873Z] === RUN TestNetworkInvalidJSON [2021-07-14T07:39:21.873Z] === RUN TestNetworkInvalidJSON//networks/create [2021-07-14T07:39:21.873Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-07-14T07:39:21.873Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:39:21.873Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:39:21.873Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:39:21.873Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:39:21.873Z] === CONT TestNetworkInvalidJSON//networks/create [2021-07-14T07:39:21.873Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:39:21.873Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:39:21.873Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-07-14T07:39:21.873Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-07-14T07:39:21.873Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-07-14T07:39:21.873Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-07-14T07:39:21.873Z] === RUN TestNetworkList [2021-07-14T07:39:21.873Z] === RUN TestNetworkList//networks [2021-07-14T07:39:21.874Z] === PAUSE TestNetworkList//networks [2021-07-14T07:39:21.874Z] === RUN TestNetworkList//networks/ [2021-07-14T07:39:21.874Z] === PAUSE TestNetworkList//networks/ [2021-07-14T07:39:21.874Z] === CONT TestNetworkList//networks [2021-07-14T07:39:21.874Z] === CONT TestNetworkList//networks/ [2021-07-14T07:39:21.874Z] --- PASS: TestNetworkList (0.03s) [2021-07-14T07:39:21.874Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-07-14T07:39:21.874Z] --- PASS: TestNetworkList//networks (0.00s) [2021-07-14T07:39:21.874Z] === RUN TestHostIPv4BridgeLabel [2021-07-14T07:39:22.439Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2021-07-14T07:39:22.439Z] === RUN TestDaemonRestartWithLiveRestore [2021-07-14T07:39:22.439Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-07-14T07:39:22.736Z] --- PASS: TestAuthZPluginAllowEventStream (1.67s) [2021-07-14T07:39:22.736Z] === RUN TestAuthZPluginErrorResponse [2021-07-14T07:39:23.309Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2021-07-14T07:39:23.309Z] === RUN TestAuthZPluginErrorRequest [2021-07-14T07:39:23.373Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-07-14T07:39:23.373Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-07-14T07:39:23.373Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2021-07-14T07:39:23.373Z] === RUN TestDaemonDefaultNetworkPools [2021-07-14T07:39:23.882Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2021-07-14T07:39:23.882Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-07-14T07:39:24.143Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2021-07-14T07:39:24.143Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-07-14T07:39:24.308Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2021-07-14T07:39:24.308Z] === RUN TestDaemonRestartWithExistingNetwork [2021-07-14T07:39:25.244Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) [2021-07-14T07:39:25.244Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-07-14T07:39:25.505Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-07-14T07:39:26.693Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.99s) [2021-07-14T07:39:26.693Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-07-14T07:39:26.883Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.32s) [2021-07-14T07:39:26.883Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-07-14T07:39:27.449Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2021-07-14T07:39:27.449Z] === RUN TestServiceWithPredefinedNetwork [2021-07-14T07:39:27.449Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-07-14T07:39:28.081Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.95s) [2021-07-14T07:39:28.081Z] === RUN TestAuthZPluginHeader [2021-07-14T07:39:28.385Z] === RUN TestDockerSuite/TestBuildHistory [2021-07-14T07:39:29.026Z] --- PASS: TestAuthZPluginHeader (0.81s) [2021-07-14T07:39:29.026Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-07-14T07:39:29.026Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-14T07:39:29.026Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-07-14T07:39:29.026Z] === RUN TestAuthZPluginV2Disable [2021-07-14T07:39:29.026Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-14T07:39:29.026Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-07-14T07:39:29.026Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-07-14T07:39:29.026Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-14T07:39:29.026Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-07-14T07:39:29.026Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-07-14T07:39:29.026Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-14T07:39:29.026Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-07-14T07:39:29.026Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-07-14T07:39:30.286Z] --- PASS: TestServiceWithPredefinedNetwork (2.80s) [2021-07-14T07:39:30.286Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-07-14T07:39:30.286Z] service_test.go:242: FLAKY_TEST [2021-07-14T07:39:30.286Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-07-14T07:39:30.286Z] === RUN TestServiceWithDataPathPortInit [2021-07-14T07:39:31.661Z] === RUN TestDockerSuite/TestBuildIidFile [2021-07-14T07:39:31.731Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-07-14T07:39:31.731Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (10.04s) [2021-07-14T07:39:31.731Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.64s) [2021-07-14T07:39:31.731Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (10.65s) [2021-07-14T07:39:31.731Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.13s) [2021-07-14T07:39:31.731Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.80s) [2021-07-14T07:39:31.731Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.95s) [2021-07-14T07:39:31.731Z] === RUN TestBuildMultiStageCopy [2021-07-14T07:39:31.731Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-07-14T07:39:32.234Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-07-14T07:39:33.181Z] === RUN TestDockerSuite/TestBuildInheritance [2021-07-14T07:39:33.747Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-07-14T07:39:34.313Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-07-14T07:39:34.313Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-07-14T07:39:35.247Z] === RUN TestDockerSuite/TestBuildLabel [2021-07-14T07:39:35.505Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-07-14T07:39:35.763Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-07-14T07:39:36.022Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-07-14T07:39:36.281Z] === RUN TestDockerSuite/TestBuildLabels [2021-07-14T07:39:36.539Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-07-14T07:39:37.474Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-07-14T07:39:38.695Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-07-14T07:39:38.695Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-07-14T07:39:38.695Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-07-14T07:39:38.695Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-07-14T07:39:38.695Z] [2021-07-14T07:39:39.377Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-07-14T07:39:39.377Z] === RUN TestDockerSuite/TestBuildLastModified [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-07-14T07:39:40.326Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-07-14T07:39:40.326Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-07-14T07:39:40.390Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-07-14T07:39:40.706Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42636/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=95b26c9285cfe5e6a04a61c128a7caea7c2045f2 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:95b26c9285cfe5e6a04a61c128a7caea7c2045f2 hack/test/unit [2021-07-14T07:39:40.788Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-07-14T07:39:41.268Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-07-14T07:39:41.268Z] + TESTFLAGS+=' -test.timeout=5m' [2021-07-14T07:39:41.268Z] + TESTDIRS=./... [2021-07-14T07:39:41.268Z] + exclude_paths='/vendor/|/integration' [2021-07-14T07:39:41.268Z] ++ grep -vE '(/vendor/|/integration)' [2021-07-14T07:39:41.268Z] ++ go list ./... [2021-07-14T07:39:41.281Z] docker_api_swarm_test.go:303: [d988aa0b15694] joining swarm manager [dad60f9e68cb5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:39:41.762Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-07-14T07:39:42.199Z] + pkg_list='github.com/docker/docker/api [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/backend/build [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/httputils [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/middleware [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/router [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/router/build [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/router/checkpoint [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/router/container [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/router/debug [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/router/distribution [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/router/grpc [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/router/image [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/router/network [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/router/plugin [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/router/session [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/router/swarm [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/router/system [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/server/router/volume [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/backend [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/blkiodev [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/container [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/events [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/filters [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/image [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/mount [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/network [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/plugins/logdriver [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/registry [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/strslice [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/swarm [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/swarm/runtime [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/time [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/versions [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/versions/v1p19 [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/versions/v1p20 [2021-07-14T07:39:42.199Z] github.com/docker/docker/api/types/volume [2021-07-14T07:39:42.199Z] github.com/docker/docker/builder [2021-07-14T07:39:42.199Z] github.com/docker/docker/builder/builder-next [2021-07-14T07:39:42.199Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-07-14T07:39:42.199Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-07-14T07:39:42.199Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-07-14T07:39:42.199Z] github.com/docker/docker/builder/builder-next/exporter [2021-07-14T07:39:42.199Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-07-14T07:39:42.199Z] github.com/docker/docker/builder/builder-next/worker [2021-07-14T07:39:42.199Z] github.com/docker/docker/builder/dockerfile [2021-07-14T07:39:42.199Z] github.com/docker/docker/builder/dockerignore [2021-07-14T07:39:42.199Z] github.com/docker/docker/builder/remotecontext [2021-07-14T07:39:42.199Z] github.com/docker/docker/builder/remotecontext/git [2021-07-14T07:39:42.199Z] github.com/docker/docker/cli [2021-07-14T07:39:42.199Z] github.com/docker/docker/cli/config [2021-07-14T07:39:42.199Z] github.com/docker/docker/cli/debug [2021-07-14T07:39:42.199Z] github.com/docker/docker/client [2021-07-14T07:39:42.199Z] github.com/docker/docker/cmd/docker-proxy [2021-07-14T07:39:42.199Z] github.com/docker/docker/cmd/dockerd [2021-07-14T07:39:42.199Z] github.com/docker/docker/container [2021-07-14T07:39:42.199Z] github.com/docker/docker/container/stream [2021-07-14T07:39:42.199Z] github.com/docker/docker/contrib/apparmor [2021-07-14T07:39:42.199Z] github.com/docker/docker/contrib/docker-device-tool [2021-07-14T07:39:42.199Z] github.com/docker/docker/contrib/httpserver [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/cluster [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/cluster/convert [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/cluster/executor [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/cluster/executor/container [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/cluster/provider [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/config [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/discovery [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/events [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/events/testutils [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/exec [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/graphdriver [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/graphdriver/copy [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/graphdriver/register [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/images [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/initlayer [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/links [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/listeners [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/logger [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/logger/awslogs [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/logger/fluentd [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/logger/gcplogs [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/logger/gelf [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/logger/journald [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/logger/local [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/logger/logentries [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/logger/loggerutils [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/logger/splunk [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/logger/syslog [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/logger/templates [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/names [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/network [2021-07-14T07:39:42.199Z] github.com/docker/docker/daemon/stats [2021-07-14T07:39:42.199Z] github.com/docker/docker/distribution [2021-07-14T07:39:42.199Z] github.com/docker/docker/distribution/metadata [2021-07-14T07:39:42.199Z] github.com/docker/docker/distribution/utils [2021-07-14T07:39:42.199Z] github.com/docker/docker/distribution/xfer [2021-07-14T07:39:42.199Z] github.com/docker/docker/dockerversion [2021-07-14T07:39:42.199Z] github.com/docker/docker/errdefs [2021-07-14T07:39:42.199Z] github.com/docker/docker/image [2021-07-14T07:39:42.199Z] github.com/docker/docker/image/cache [2021-07-14T07:39:42.199Z] github.com/docker/docker/image/tarexport [2021-07-14T07:39:42.199Z] github.com/docker/docker/image/v1 [2021-07-14T07:39:42.199Z] github.com/docker/docker/internal/test/suite [2021-07-14T07:39:42.199Z] github.com/docker/docker/layer [2021-07-14T07:39:42.199Z] github.com/docker/docker/libcontainerd [2021-07-14T07:39:42.199Z] github.com/docker/docker/libcontainerd/queue [2021-07-14T07:39:42.199Z] github.com/docker/docker/libcontainerd/remote [2021-07-14T07:39:42.199Z] github.com/docker/docker/libcontainerd/supervisor [2021-07-14T07:39:42.199Z] github.com/docker/docker/libcontainerd/types [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/api [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/bitseq [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/cluster [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/config [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/datastore [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/diagnostic [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/discoverapi [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/driverapi [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/drivers/host [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/drivers/null [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/drivers/remote [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/drivers/windows [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/drvregistry [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/etchosts [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/idm [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/internal/caller [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/ipam [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/ipamapi [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/ipams/null [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/ipams/remote [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/ipamutils [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/iptables [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/netlabel [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/netutils [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/networkdb [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/ns [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/options [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/osl [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/osl/kernel [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/portallocator [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/portmapper [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/resolvconf [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/testutils [2021-07-14T07:39:42.199Z] github.com/docker/docker/libnetwork/types [2021-07-14T07:39:42.199Z] github.com/docker/docker/oci [2021-07-14T07:39:42.199Z] github.com/docker/docker/oci/caps [2021-07-14T07:39:42.199Z] github.com/docker/docker/opts [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/aaparser [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/archive [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/authorization [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/broadcaster [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/capabilities [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/chrootarchive [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/containerfs [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/devicemapper [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/directory [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/discovery [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/discovery/file [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/discovery/kv [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/discovery/memory [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/discovery/nodes [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/dmesg [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/filenotify [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/fileutils [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/fsutils [2021-07-14T07:39:42.199Z] github.com/docker/docker/pkg/homedir [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/idtools [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/ioutils [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/jsonmessage [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/locker [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/longpath [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/loopback [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/mount [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/namesgenerator [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/parsers [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/parsers/kernel [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/pidfile [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/platform [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/plugingetter [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/plugins [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/plugins/transport [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/pools [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/progress [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/pubsub [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/reexec [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/signal [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/signal/testfiles [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/stdcopy [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/streamformatter [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/stringid [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/symlink [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/sysinfo [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/system [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/tailfile [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/tarsum [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/term [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/term/windows [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/truncindex [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/urlutil [2021-07-14T07:39:42.200Z] github.com/docker/docker/pkg/useragent [2021-07-14T07:39:42.200Z] github.com/docker/docker/plugin [2021-07-14T07:39:42.200Z] github.com/docker/docker/plugin/executor/containerd [2021-07-14T07:39:42.200Z] github.com/docker/docker/plugin/v2 [2021-07-14T07:39:42.200Z] github.com/docker/docker/profiles/apparmor [2021-07-14T07:39:42.200Z] github.com/docker/docker/profiles/seccomp [2021-07-14T07:39:42.200Z] github.com/docker/docker/quota [2021-07-14T07:39:42.200Z] github.com/docker/docker/reference [2021-07-14T07:39:42.200Z] github.com/docker/docker/registry [2021-07-14T07:39:42.200Z] github.com/docker/docker/registry/resumable [2021-07-14T07:39:42.200Z] github.com/docker/docker/restartmanager [2021-07-14T07:39:42.200Z] github.com/docker/docker/rootless [2021-07-14T07:39:42.200Z] github.com/docker/docker/rootless/specconv [2021-07-14T07:39:42.200Z] github.com/docker/docker/runconfig [2021-07-14T07:39:42.200Z] github.com/docker/docker/runconfig/opts [2021-07-14T07:39:42.200Z] github.com/docker/docker/testutil [2021-07-14T07:39:42.200Z] github.com/docker/docker/testutil/daemon [2021-07-14T07:39:42.200Z] github.com/docker/docker/testutil/environment [2021-07-14T07:39:42.200Z] github.com/docker/docker/testutil/fakecontext [2021-07-14T07:39:42.200Z] github.com/docker/docker/testutil/fakegit [2021-07-14T07:39:42.200Z] github.com/docker/docker/testutil/fakestorage [2021-07-14T07:39:42.200Z] github.com/docker/docker/testutil/fixtures/load [2021-07-14T07:39:42.200Z] github.com/docker/docker/testutil/fixtures/plugin [2021-07-14T07:39:42.200Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-07-14T07:39:42.200Z] github.com/docker/docker/testutil/registry [2021-07-14T07:39:42.200Z] github.com/docker/docker/testutil/request [2021-07-14T07:39:42.200Z] github.com/docker/docker/volume [2021-07-14T07:39:42.200Z] github.com/docker/docker/volume/drivers [2021-07-14T07:39:42.200Z] github.com/docker/docker/volume/local [2021-07-14T07:39:42.200Z] github.com/docker/docker/volume/mounts [2021-07-14T07:39:42.200Z] github.com/docker/docker/volume/service [2021-07-14T07:39:42.200Z] github.com/docker/docker/volume/service/opts [2021-07-14T07:39:42.200Z] github.com/docker/docker/volume/testutils' [2021-07-14T07:39:42.200Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-07-14T07:39:42.200Z] + echo 'github.com/docker/docker/api [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/backend/build [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/httputils [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/middleware [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/router [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/router/build [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/router/checkpoint [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/router/container [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/router/debug [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/router/distribution [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/router/grpc [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/router/image [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/router/network [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/router/plugin [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/router/session [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/router/swarm [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/router/system [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/server/router/volume [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/backend [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/blkiodev [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/container [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/events [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/filters [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/image [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/mount [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/network [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/plugins/logdriver [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/registry [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/strslice [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/swarm [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/swarm/runtime [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/time [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/versions [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/versions/v1p19 [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/versions/v1p20 [2021-07-14T07:39:42.200Z] github.com/docker/docker/api/types/volume [2021-07-14T07:39:42.200Z] github.com/docker/docker/builder [2021-07-14T07:39:42.200Z] github.com/docker/docker/builder/builder-next [2021-07-14T07:39:42.200Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-07-14T07:39:42.200Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-07-14T07:39:42.200Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-07-14T07:39:42.200Z] github.com/docker/docker/builder/builder-next/exporter [2021-07-14T07:39:42.200Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-07-14T07:39:42.200Z] github.com/docker/docker/builder/builder-next/worker [2021-07-14T07:39:42.200Z] github.com/docker/docker/builder/dockerfile [2021-07-14T07:39:42.200Z] github.com/docker/docker/builder/dockerignore [2021-07-14T07:39:42.200Z] github.com/docker/docker/builder/remotecontext [2021-07-14T07:39:42.200Z] github.com/docker/docker/builder/remotecontext/git [2021-07-14T07:39:42.200Z] github.com/docker/docker/cli [2021-07-14T07:39:42.200Z] github.com/docker/docker/cli/config [2021-07-14T07:39:42.200Z] github.com/docker/docker/cli/debug [2021-07-14T07:39:42.200Z] github.com/docker/docker/client [2021-07-14T07:39:42.200Z] github.com/docker/docker/cmd/docker-proxy [2021-07-14T07:39:42.200Z] github.com/docker/docker/cmd/dockerd [2021-07-14T07:39:42.200Z] github.com/docker/docker/container [2021-07-14T07:39:42.200Z] github.com/docker/docker/container/stream [2021-07-14T07:39:42.200Z] github.com/docker/docker/contrib/apparmor [2021-07-14T07:39:42.200Z] github.com/docker/docker/contrib/docker-device-tool [2021-07-14T07:39:42.200Z] github.com/docker/docker/contrib/httpserver [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/cluster [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/cluster/convert [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/cluster/executor [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/cluster/executor/container [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/cluster/provider [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/config [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/discovery [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/events [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/events/testutils [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/exec [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/graphdriver [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/graphdriver/copy [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/graphdriver/register [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/images [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/initlayer [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/links [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/listeners [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/logger [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/logger/awslogs [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/logger/fluentd [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/logger/gcplogs [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/logger/gelf [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/logger/journald [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/logger/local [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/logger/logentries [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/logger/loggerutils [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/logger/splunk [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/logger/syslog [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/logger/templates [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/names [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/network [2021-07-14T07:39:42.200Z] github.com/docker/docker/daemon/stats [2021-07-14T07:39:42.200Z] github.com/docker/docker/distribution [2021-07-14T07:39:42.200Z] github.com/docker/docker/distribution/metadata [2021-07-14T07:39:42.200Z] github.com/docker/docker/distribution/utils [2021-07-14T07:39:42.200Z] github.com/docker/docker/distribution/xfer [2021-07-14T07:39:42.200Z] github.com/docker/docker/dockerversion [2021-07-14T07:39:42.200Z] github.com/docker/docker/errdefs [2021-07-14T07:39:42.200Z] github.com/docker/docker/image [2021-07-14T07:39:42.200Z] github.com/docker/docker/image/cache [2021-07-14T07:39:42.200Z] github.com/docker/docker/image/tarexport [2021-07-14T07:39:42.200Z] github.com/docker/docker/image/v1 [2021-07-14T07:39:42.200Z] github.com/docker/docker/internal/test/suite [2021-07-14T07:39:42.200Z] github.com/docker/docker/layer [2021-07-14T07:39:42.200Z] github.com/docker/docker/libcontainerd [2021-07-14T07:39:42.200Z] github.com/docker/docker/libcontainerd/queue [2021-07-14T07:39:42.200Z] github.com/docker/docker/libcontainerd/remote [2021-07-14T07:39:42.200Z] github.com/docker/docker/libcontainerd/supervisor [2021-07-14T07:39:42.200Z] github.com/docker/docker/libcontainerd/types [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/api [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/bitseq [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/cluster [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/config [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/datastore [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/diagnostic [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/discoverapi [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/driverapi [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/drivers/host [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/drivers/null [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/drivers/remote [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/drivers/windows [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/drvregistry [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/etchosts [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/idm [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/internal/caller [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/ipam [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/ipamapi [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/ipams/null [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/ipams/remote [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-07-14T07:39:42.200Z] github.com/docker/docker/libnetwork/ipamutils [2021-07-14T07:39:42.201Z] github.com/docker/docker/libnetwork/iptables [2021-07-14T07:39:42.201Z] github.com/docker/docker/libnetwork/netlabel [2021-07-14T07:39:42.201Z] github.com/docker/docker/libnetwork/netutils [2021-07-14T07:39:42.201Z] github.com/docker/docker/libnetwork/networkdb [2021-07-14T07:39:42.201Z] github.com/docker/docker/libnetwork/ns [2021-07-14T07:39:42.201Z] github.com/docker/docker/libnetwork/options [2021-07-14T07:39:42.201Z] github.com/docker/docker/libnetwork/osl [2021-07-14T07:39:42.201Z] github.com/docker/docker/libnetwork/osl/kernel [2021-07-14T07:39:42.201Z] github.com/docker/docker/libnetwork/portallocator [2021-07-14T07:39:42.201Z] github.com/docker/docker/libnetwork/portmapper [2021-07-14T07:39:42.201Z] github.com/docker/docker/libnetwork/resolvconf [2021-07-14T07:39:42.201Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-07-14T07:39:42.201Z] github.com/docker/docker/libnetwork/testutils [2021-07-14T07:39:42.201Z] github.com/docker/docker/libnetwork/types [2021-07-14T07:39:42.201Z] github.com/docker/docker/oci [2021-07-14T07:39:42.201Z] github.com/docker/docker/oci/caps [2021-07-14T07:39:42.201Z] github.com/docker/docker/opts [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/aaparser [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/archive [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/authorization [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/broadcaster [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/capabilities [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/chrootarchive [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/containerfs [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/devicemapper [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/directory [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/discovery [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/discovery/file [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/discovery/kv [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/discovery/memory [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/discovery/nodes [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/dmesg [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/filenotify [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/fileutils [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/fsutils [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/homedir [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/idtools [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/ioutils [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/jsonmessage [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/locker [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/longpath [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/loopback [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/mount [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/namesgenerator [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/parsers [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/parsers/kernel [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/pidfile [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/platform [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/plugingetter [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/plugins [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/plugins/transport [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/pools [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/progress [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/pubsub [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/reexec [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/signal [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/signal/testfiles [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/stdcopy [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/streamformatter [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/stringid [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/symlink [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/sysinfo [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/system [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/tailfile [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/tarsum [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/term [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/term/windows [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/truncindex [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/urlutil [2021-07-14T07:39:42.201Z] github.com/docker/docker/pkg/useragent [2021-07-14T07:39:42.201Z] github.com/docker/docker/plugin [2021-07-14T07:39:42.201Z] github.com/docker/docker/plugin/executor/containerd [2021-07-14T07:39:42.201Z] github.com/docker/docker/plugin/v2 [2021-07-14T07:39:42.201Z] github.com/docker/docker/profiles/apparmor [2021-07-14T07:39:42.201Z] github.com/docker/docker/profiles/seccomp [2021-07-14T07:39:42.201Z] github.com/docker/docker/quota [2021-07-14T07:39:42.201Z] github.com/docker/docker/reference [2021-07-14T07:39:42.201Z] github.com/docker/docker/registry [2021-07-14T07:39:42.201Z] github.com/docker/docker/registry/resumable [2021-07-14T07:39:42.201Z] github.com/docker/docker/restartmanager [2021-07-14T07:39:42.201Z] github.com/docker/docker/rootless [2021-07-14T07:39:42.201Z] github.com/docker/docker/rootless/specconv [2021-07-14T07:39:42.201Z] github.com/docker/docker/runconfig [2021-07-14T07:39:42.201Z] github.com/docker/docker/runconfig/opts [2021-07-14T07:39:42.201Z] github.com/docker/docker/testutil [2021-07-14T07:39:42.201Z] github.com/docker/docker/testutil/daemon [2021-07-14T07:39:42.201Z] github.com/docker/docker/testutil/environment [2021-07-14T07:39:42.201Z] github.com/docker/docker/testutil/fakecontext [2021-07-14T07:39:42.201Z] github.com/docker/docker/testutil/fakegit [2021-07-14T07:39:42.201Z] github.com/docker/docker/testutil/fakestorage [2021-07-14T07:39:42.201Z] github.com/docker/docker/testutil/fixtures/load [2021-07-14T07:39:42.201Z] github.com/docker/docker/testutil/fixtures/plugin [2021-07-14T07:39:42.201Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-07-14T07:39:42.201Z] github.com/docker/docker/testutil/registry [2021-07-14T07:39:42.201Z] github.com/docker/docker/testutil/request [2021-07-14T07:39:42.201Z] github.com/docker/docker/volume [2021-07-14T07:39:42.201Z] github.com/docker/docker/volume/drivers [2021-07-14T07:39:42.201Z] github.com/docker/docker/volume/local [2021-07-14T07:39:42.201Z] github.com/docker/docker/volume/mounts [2021-07-14T07:39:42.201Z] github.com/docker/docker/volume/service [2021-07-14T07:39:42.201Z] github.com/docker/docker/volume/service/opts [2021-07-14T07:39:42.201Z] github.com/docker/docker/volume/testutils' [2021-07-14T07:39:42.201Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-07-14T07:39:42.201Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-07-14T07:39:42.201Z] + type docker-proxy [2021-07-14T07:39:42.201Z] hack/test/unit: line 22: type: docker-proxy: not found [2021-07-14T07:39:42.201Z] + hack/make.sh binary-proxy install-proxy [2021-07-14T07:39:42.201Z] [2021-07-14T07:39:42.201Z] Removing bundles/ [2021-07-14T07:39:42.201Z] [2021-07-14T07:39:42.201Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-07-14T07:39:42.201Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-07-14T07:39:42.201Z] GOOS="" GOARCH="" GOARM="" [2021-07-14T07:39:42.654Z] docker_api_swarm_test.go:304: [d0b4bb0fa2803] joining swarm manager [dad60f9e68cb5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:39:43.307Z] --- PASS: TestBuildMultiStageCopy (12.36s) [2021-07-14T07:39:43.307Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.37s) [2021-07-14T07:39:43.307Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.82s) [2021-07-14T07:39:43.307Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.90s) [2021-07-14T07:39:43.307Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.04s) [2021-07-14T07:39:43.307Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.23s) [2021-07-14T07:39:43.307Z] === RUN TestBuildMultiStageParentConfig [2021-07-14T07:39:43.592Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-07-14T07:39:44.526Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-07-14T07:39:45.495Z] --- PASS: TestBuildMultiStageParentConfig (2.43s) [2021-07-14T07:39:45.495Z] === RUN TestBuildLabelWithTargets [2021-07-14T07:39:45.495Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:39:45.495Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-07-14T07:39:45.495Z] === RUN TestBuildWithEmptyLayers [2021-07-14T07:39:47.036Z] --- PASS: TestBuildWithEmptyLayers (1.33s) [2021-07-14T07:39:47.036Z] === RUN TestBuildMultiStageOnBuild [2021-07-14T07:39:47.057Z] --- PASS: TestServiceWithDataPathPortInit (16.53s) [2021-07-14T07:39:47.057Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-07-14T07:39:47.150Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.80s) [2021-07-14T07:39:47.150Z] PASS [2021-07-14T07:39:47.150Z] [2021-07-14T07:39:47.150Z] === Skipped [2021-07-14T07:39:47.150Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-07-14T07:39:47.150Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-14T07:39:47.150Z] [2021-07-14T07:39:47.150Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-07-14T07:39:47.150Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-14T07:39:47.150Z] [2021-07-14T07:39:47.150Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-07-14T07:39:47.150Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-14T07:39:47.150Z] [2021-07-14T07:39:47.150Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-07-14T07:39:47.150Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-14T07:39:47.150Z] [2021-07-14T07:39:47.150Z] [2021-07-14T07:39:47.150Z] DONE 17 tests, 4 skipped in 28.957s [2021-07-14T07:39:47.150Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-07-14T07:39:47.150Z] ++ 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-07-14T07:39:47.150Z] ++ set -e [2021-07-14T07:39:47.150Z] ++ '[' -n 0 ']' [2021-07-14T07:39:47.150Z] ++ set -x [2021-07-14T07:39:47.150Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-14T07:39:47.150Z] INFO: Testing against a local daemon [2021-07-14T07:39:47.150Z] === RUN TestPluginInvalidJSON [2021-07-14T07:39:47.150Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:39:47.150Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:39:47.150Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:39:47.150Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-07-14T07:39:47.150Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-07-14T07:39:47.150Z] === RUN TestPluginInstall [2021-07-14T07:39:47.150Z] === RUN TestPluginInstall/no_auth [2021-07-14T07:39:47.992Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-07-14T07:39:47.992Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-07-14T07:39:47.992Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-07-14T07:39:48.251Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-07-14T07:39:48.251Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-07-14T07:39:48.523Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-07-14T07:39:48.745Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-07-14T07:39:48.745Z] [2021-07-14T07:39:48.745Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-07-14T07:39:48.745Z] Installing docker-proxy to /usr/local/bin/ [2021-07-14T07:39:48.745Z] [2021-07-14T07:39:48.745Z] + mkdir -p bundles [2021-07-14T07:39:48.745Z] + 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/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/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns 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/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/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/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-07-14T07:39:49.067Z] time="2021-07-14T07:39:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:39:49.067Z] time="2021-07-14T07:39:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9b0759f740333a9e69849be9ab6f22efcb292f70fe513aa4aba1ff7eeb30051f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:39:49.067Z] time="2021-07-14T07:39:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:39:49.067Z] time="2021-07-14T07:39:48Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9b0759f740333a9e69849be9ab6f22efcb292f70fe513aa4aba1ff7eeb30051f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:39:49.308Z] ? github.com/docker/docker/api [no test files] [2021-07-14T07:39:49.328Z] === RUN TestPluginInstall/with_htpasswd [2021-07-14T07:39:49.900Z] time="2021-07-14T07:39:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:39:49.900Z] time="2021-07-14T07:39:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:31f4eb8ab139c8dfa7b86a840fbcae29b3aec4024e5c7ce600955995646e3dbe" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:39:49.900Z] time="2021-07-14T07:39:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:39:49.901Z] time="2021-07-14T07:39:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:31f4eb8ab139c8dfa7b86a840fbcae29b3aec4024e5c7ce600955995646e3dbe" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:39:50.162Z] === RUN TestPluginInstall/with_insecure [2021-07-14T07:39:50.425Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-07-14T07:39:50.425Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:s5my7e6dx04ucp8ww403uwz9c Created:2021-07-14 07:39:48.115121515 +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[2d8c93f50eac5d4868a0f5e76a42723e15f0aa07359a2d6d7377b9a99f07e787:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pbeoc7s8mjfvyzuaf1o8v92xy EndpointID:2f634964a5e09d6f1356d5e1bfea3c742d0382a5bf7cf32d3712bb56eb33bcc8 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4dd683392f9c763648d4403757fd2b6b1c8442b01d4b4e26a8378e20ed14b2af 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:5d71c3b31377 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pbeoc7s8mjfvyzuaf1o8v92xy EndpointID:2f634964a5e09d6f1356d5e1bfea3c742d0382a5bf7cf32d3712bb56eb33bcc8 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-07-14T07:39:51.359Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-07-14T07:39:51.550Z] time="2021-07-14T07:39:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:39:51.550Z] time="2021-07-14T07:39:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f84d11bf45e9cf5a7545814769ecddd925f2482b276be7b8e8db473e04f0c04b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:39:51.550Z] time="2021-07-14T07:39:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:39:51.550Z] time="2021-07-14T07:39:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f84d11bf45e9cf5a7545814769ecddd925f2482b276be7b8e8db473e04f0c04b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:39:51.550Z] plugin_test.go:165: [d42c790d5e641] daemon is not started [2021-07-14T07:39:51.550Z] --- PASS: TestPluginInstall (5.57s) [2021-07-14T07:39:51.550Z] --- PASS: TestPluginInstall/no_auth (3.23s) [2021-07-14T07:39:51.550Z] --- PASS: TestPluginInstall/with_htpasswd (0.94s) [2021-07-14T07:39:51.550Z] --- PASS: TestPluginInstall/with_insecure (1.40s) [2021-07-14T07:39:51.550Z] === RUN TestPluginsWithRuntimes [2021-07-14T07:39:53.471Z] === RUN TestPluginsWithRuntimes/No_Args [2021-07-14T07:39:54.643Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-07-14T07:39:54.859Z] === RUN TestPluginsWithRuntimes/With_Args [2021-07-14T07:39:54.901Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.35s) [2021-07-14T07:39:54.901Z] PASS [2021-07-14T07:39:54.901Z] [2021-07-14T07:39:54.901Z] === Skipped [2021-07-14T07:39:54.901Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-07-14T07:39:54.901Z] service_test.go:242: FLAKY_TEST [2021-07-14T07:39:54.901Z] [2021-07-14T07:39:54.901Z] [2021-07-14T07:39:54.901Z] DONE 26 tests, 1 skipped in 53.896s [2021-07-14T07:39:54.901Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-07-14T07:39:54.901Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-07-14T07:39:54.901Z] ++ 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-07-14T07:39:54.901Z] ++ set -e [2021-07-14T07:39:54.901Z] ++ '[' -n 0 ']' [2021-07-14T07:39:54.901Z] ++ set -x [2021-07-14T07:39:54.901Z] ++ 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-07-14T07:39:55.160Z] INFO: Testing against a local daemon [2021-07-14T07:39:55.160Z] === RUN TestDockerNetworkIpvlanPersistance [2021-07-14T07:39:55.160Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-14T07:39:55.160Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-07-14T07:39:55.160Z] === RUN TestDockerNetworkIpvlan [2021-07-14T07:39:55.160Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-14T07:39:55.160Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-07-14T07:39:55.160Z] PASS [2021-07-14T07:39:55.160Z] [2021-07-14T07:39:55.160Z] === Skipped [2021-07-14T07:39:55.160Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-07-14T07:39:55.160Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-14T07:39:55.160Z] [2021-07-14T07:39:55.160Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-07-14T07:39:55.160Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-07-14T07:39:55.160Z] [2021-07-14T07:39:55.160Z] [2021-07-14T07:39:55.160Z] DONE 2 tests, 2 skipped in 0.137s [2021-07-14T07:39:55.160Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-07-14T07:39:55.160Z] ++ 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-07-14T07:39:55.160Z] ++ set -e [2021-07-14T07:39:55.160Z] ++ '[' -n 0 ']' [2021-07-14T07:39:55.160Z] ++ set -x [2021-07-14T07:39:55.160Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-14T07:39:55.418Z] INFO: Testing against a local daemon [2021-07-14T07:39:55.418Z] === RUN TestDockerNetworkMacvlanPersistance [2021-07-14T07:39:55.418Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-07-14T07:39:55.803Z] --- PASS: TestPluginsWithRuntimes (4.18s) [2021-07-14T07:39:55.803Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.14s) [2021-07-14T07:39:55.803Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.12s) [2021-07-14T07:39:55.803Z] === RUN TestPluginBackCompatMediaTypes [2021-07-14T07:39:56.748Z] --- PASS: TestPluginBackCompatMediaTypes (0.91s) [2021-07-14T07:39:56.748Z] PASS [2021-07-14T07:39:56.748Z] [2021-07-14T07:39:56.748Z] DONE 10 tests in 10.846s [2021-07-14T07:39:56.748Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-07-14T07:39:56.748Z] ++ 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-07-14T07:39:56.748Z] ++ set -e [2021-07-14T07:39:56.748Z] ++ '[' -n 0 ']' [2021-07-14T07:39:56.748Z] ++ set -x [2021-07-14T07:39:56.748Z] ++ 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-07-14T07:39:56.748Z] INFO: Testing against a local daemon [2021-07-14T07:39:56.748Z] === RUN TestExternalGraphDriver [2021-07-14T07:39:56.792Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2021-07-14T07:39:56.793Z] === RUN TestDockerNetworkMacvlan [2021-07-14T07:39:57.009Z] === RUN TestExternalGraphDriver/json [2021-07-14T07:39:57.728Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-07-14T07:39:58.295Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-07-14T07:39:59.230Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-07-14T07:39:59.441Z] --- PASS: TestBuildMultiStageOnBuild (11.48s) [2021-07-14T07:39:59.442Z] === RUN TestBuildUncleanTarFilenames [2021-07-14T07:39:59.442Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:39:59.442Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-07-14T07:39:59.442Z] === RUN TestBuildMultiStageLayerLeak [2021-07-14T07:39:59.558Z] === RUN TestExternalGraphDriver/spec [2021-07-14T07:40:02.516Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-07-14T07:40:02.863Z] === RUN TestExternalGraphDriver/pull [2021-07-14T07:40:04.781Z] --- PASS: TestExternalGraphDriver (7.82s) [2021-07-14T07:40:04.781Z] --- PASS: TestExternalGraphDriver/json (2.22s) [2021-07-14T07:40:04.781Z] --- PASS: TestExternalGraphDriver/spec (3.58s) [2021-07-14T07:40:04.781Z] --- PASS: TestExternalGraphDriver/pull (1.93s) [2021-07-14T07:40:04.781Z] === RUN TestGraphdriverPluginV2 [2021-07-14T07:40:04.781Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-14T07:40:04.781Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2021-07-14T07:40:04.781Z] PASS [2021-07-14T07:40:04.781Z] [2021-07-14T07:40:04.781Z] === Skipped [2021-07-14T07:40:04.781Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2021-07-14T07:40:04.781Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-14T07:40:04.781Z] [2021-07-14T07:40:04.781Z] [2021-07-14T07:40:04.781Z] DONE 5 tests, 1 skipped in 7.988s [2021-07-14T07:40:04.781Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-07-14T07:40:04.781Z] ++ 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-07-14T07:40:04.781Z] ++ set -e [2021-07-14T07:40:04.781Z] ++ '[' -n 0 ']' [2021-07-14T07:40:04.781Z] ++ set -x [2021-07-14T07:40:04.782Z] ++ 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-07-14T07:40:04.782Z] INFO: Testing against a local daemon [2021-07-14T07:40:04.782Z] === RUN TestContinueAfterPluginCrash [2021-07-14T07:40:04.782Z] === PAUSE TestContinueAfterPluginCrash [2021-07-14T07:40:04.782Z] === RUN TestReadPluginNoRead [2021-07-14T07:40:04.782Z] === PAUSE TestReadPluginNoRead [2021-07-14T07:40:04.782Z] === RUN TestDaemonStartWithLogOpt [2021-07-14T07:40:04.782Z] === PAUSE TestDaemonStartWithLogOpt [2021-07-14T07:40:04.782Z] === CONT TestContinueAfterPluginCrash [2021-07-14T07:40:04.782Z] === CONT TestDaemonStartWithLogOpt [2021-07-14T07:40:04.782Z] === CONT TestReadPluginNoRead [2021-07-14T07:40:05.799Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-07-14T07:40:05.799Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-07-14T07:40:07.362Z] ok github.com/docker/docker/api/server 0.012s coverage: 9.0% of statements [2021-07-14T07:40:09.000Z] === RUN TestReadPluginNoRead/disabled_caching [2021-07-14T07:40:09.001Z] --- PASS: TestDaemonStartWithLogOpt (4.22s) [2021-07-14T07:40:10.388Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-07-14T07:40:11.069Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-07-14T07:40:11.636Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-07-14T07:40:11.775Z] === RUN TestReadPluginNoRead/default [2021-07-14T07:40:11.897Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-07-14T07:40:13.294Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-07-14T07:40:13.691Z] === CONT TestReadPluginNoRead [2021-07-14T07:40:13.691Z] read_test.go:92: [d3905652b0816] daemon is not started [2021-07-14T07:40:13.691Z] --- PASS: TestReadPluginNoRead (8.65s) [2021-07-14T07:40:13.691Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.69s) [2021-07-14T07:40:13.691Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.71s) [2021-07-14T07:40:13.691Z] --- PASS: TestReadPluginNoRead/default (1.68s) [2021-07-14T07:40:14.264Z] --- PASS: TestContinueAfterPluginCrash (9.47s) [2021-07-14T07:40:14.264Z] PASS [2021-07-14T07:40:14.264Z] [2021-07-14T07:40:14.264Z] DONE 6 tests in 9.611s [2021-07-14T07:40:14.264Z] 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-07-14T07:40:14.264Z] ++ 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-07-14T07:40:14.264Z] ++ set -e [2021-07-14T07:40:14.264Z] ++ '[' -n 0 ']' [2021-07-14T07:40:14.264Z] ++ set -x [2021-07-14T07:40:14.264Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-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-07-14T07:40:14.526Z] testing: warning: no tests to run [2021-07-14T07:40:14.526Z] PASS [2021-07-14T07:40:14.526Z] [2021-07-14T07:40:14.526Z] DONE 0 tests in 0.049s [2021-07-14T07:40:14.526Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-07-14T07:40:14.527Z] ++ 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-07-14T07:40:14.527Z] ++ set -e [2021-07-14T07:40:14.527Z] ++ '[' -n 0 ']' [2021-07-14T07:40:14.527Z] ++ set -x [2021-07-14T07:40:14.527Z] ++ 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-07-14T07:40:14.527Z] INFO: Testing against a local daemon [2021-07-14T07:40:14.527Z] === RUN TestPluginWithDevMounts [2021-07-14T07:40:14.527Z] === PAUSE TestPluginWithDevMounts [2021-07-14T07:40:14.527Z] === CONT TestPluginWithDevMounts [2021-07-14T07:40:14.669Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-07-14T07:40:14.669Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-07-14T07:40:14.669Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-07-14T07:40:15.235Z] --- PASS: TestDockerNetworkMacvlan (18.60s) [2021-07-14T07:40:15.235Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-07-14T07:40:15.235Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2021-07-14T07:40:15.235Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.11s) [2021-07-14T07:40:15.235Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.54s) [2021-07-14T07:40:15.235Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.69s) [2021-07-14T07:40:15.235Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.93s) [2021-07-14T07:40:15.235Z] PASS [2021-07-14T07:40:15.235Z] [2021-07-14T07:40:15.235Z] DONE 8 tests in 20.151s [2021-07-14T07:40:15.235Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-07-14T07:40:15.235Z] ++ 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-07-14T07:40:15.235Z] ++ set -e [2021-07-14T07:40:15.235Z] ++ '[' -n 0 ']' [2021-07-14T07:40:15.235Z] ++ set -x [2021-07-14T07:40:15.235Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-plugin-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-07-14T07:40:15.494Z] testing: warning: no tests to run [2021-07-14T07:40:15.494Z] PASS [2021-07-14T07:40:15.494Z] [2021-07-14T07:40:15.494Z] DONE 0 tests in 0.034s [2021-07-14T07:40:15.494Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-07-14T07:40:15.494Z] ++ 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-07-14T07:40:15.494Z] ++ set -e [2021-07-14T07:40:15.494Z] ++ '[' -n 0 ']' [2021-07-14T07:40:15.494Z] ++ set -x [2021-07-14T07:40:15.494Z] ++ 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-07-14T07:40:15.494Z] INFO: Testing against a local daemon [2021-07-14T07:40:15.494Z] === RUN TestAuthZPluginAllowRequest [2021-07-14T07:40:16.444Z] --- PASS: TestPluginWithDevMounts (1.90s) [2021-07-14T07:40:16.444Z] PASS [2021-07-14T07:40:16.444Z] [2021-07-14T07:40:16.444Z] DONE 1 tests in 2.033s [2021-07-14T07:40:16.444Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-07-14T07:40:16.444Z] ++ 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-07-14T07:40:16.444Z] ++ set -e [2021-07-14T07:40:16.444Z] ++ '[' -n 0 ']' [2021-07-14T07:40:16.444Z] ++ set -x [2021-07-14T07:40:16.444Z] ++ 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-07-14T07:40:17.398Z] --- PASS: TestAuthZPluginAllowRequest (1.68s) [2021-07-14T07:40:17.398Z] === RUN TestAuthZPluginTLS [2021-07-14T07:40:17.965Z] --- PASS: TestAuthZPluginTLS (0.56s) [2021-07-14T07:40:17.965Z] === RUN TestAuthZPluginDenyRequest [2021-07-14T07:40:18.361Z] INFO: Testing against a local daemon [2021-07-14T07:40:18.361Z] === RUN TestSecretInspect [2021-07-14T07:40:18.536Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2021-07-14T07:40:18.536Z] === RUN TestAuthZPluginAPIDenyResponse [2021-07-14T07:40:18.795Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2021-07-14T07:40:18.795Z] === RUN TestAuthZPluginDenyResponse [2021-07-14T07:40:19.362Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2021-07-14T07:40:19.362Z] === RUN TestAuthZPluginAllowEventStream [2021-07-14T07:40:19.621Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-07-14T07:40:19.879Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-07-14T07:40:20.565Z] --- PASS: TestBuildMultiStageLayerLeak (19.28s) [2021-07-14T07:40:20.565Z] === RUN TestBuildWithHugeFile [2021-07-14T07:40:20.919Z] --- PASS: TestSecretInspect (2.74s) [2021-07-14T07:40:20.919Z] === RUN TestSecretList [2021-07-14T07:40:21.255Z] --- PASS: TestAuthZPluginAllowEventStream (1.71s) [2021-07-14T07:40:21.255Z] === RUN TestAuthZPluginErrorResponse [2021-07-14T07:40:21.821Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2021-07-14T07:40:21.822Z] === RUN TestAuthZPluginErrorRequest [2021-07-14T07:40:22.080Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-07-14T07:40:22.339Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2021-07-14T07:40:22.339Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-07-14T07:40:22.339Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-07-14T07:40:22.905Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2021-07-14T07:40:22.905Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-07-14T07:40:23.468Z] --- PASS: TestSecretList (2.67s) [2021-07-14T07:40:23.468Z] === RUN TestSecretsCreateAndDelete [2021-07-14T07:40:24.806Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.07s) [2021-07-14T07:40:24.806Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-07-14T07:40:25.065Z] === RUN TestDockerSuite/TestBuildNetNone [2021-07-14T07:40:26.001Z] === RUN TestDockerSuite/TestBuildNoContext [2021-07-14T07:40:26.017Z] --- PASS: TestSecretsCreateAndDelete (2.60s) [2021-07-14T07:40:26.017Z] === RUN TestSecretsUpdate [2021-07-14T07:40:26.938Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-07-14T07:40:26.938Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.08s) [2021-07-14T07:40:26.938Z] === RUN TestAuthZPluginHeader [2021-07-14T07:40:27.873Z] --- PASS: TestAuthZPluginHeader (0.81s) [2021-07-14T07:40:27.873Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-07-14T07:40:27.873Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-07-14T07:40:28.441Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-07-14T07:40:28.566Z] --- PASS: TestSecretsUpdate (2.21s) [2021-07-14T07:40:28.566Z] === RUN TestTemplatedSecret [2021-07-14T07:40:29.818Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-07-14T07:40:30.761Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-07-14T07:40:30.761Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-07-14T07:40:30.761Z] docker_api_swarm_test.go:271: [d8a61af84a6cf] joining swarm manager [d7386ee1fee6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:40:31.020Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-07-14T07:40:31.587Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-07-14T07:40:31.871Z] --- PASS: TestTemplatedSecret (3.51s) [2021-07-14T07:40:31.871Z] === RUN TestSecretCreateResolve [2021-07-14T07:40:32.154Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-07-14T07:40:32.416Z] docker_api_swarm_test.go:272: [d740fe4d1c07a] joining swarm manager [d7386ee1fee6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:40:32.676Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.91s) [2021-07-14T07:40:32.676Z] === RUN TestAuthZPluginV2Disable [2021-07-14T07:40:34.419Z] --- PASS: TestSecretCreateResolve (2.24s) [2021-07-14T07:40:34.419Z] PASS [2021-07-14T07:40:34.419Z] [2021-07-14T07:40:34.419Z] DONE 6 tests in 17.486s [2021-07-14T07:40:34.419Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-07-14T07:40:34.419Z] ++ 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-07-14T07:40:34.419Z] ++ set -e [2021-07-14T07:40:34.419Z] ++ '[' -n 0 ']' [2021-07-14T07:40:34.419Z] ++ set -x [2021-07-14T07:40:34.419Z] ++ 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-07-14T07:40:34.419Z] INFO: Testing against a local daemon [2021-07-14T07:40:34.419Z] === RUN TestServiceCreateInit [2021-07-14T07:40:34.419Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-07-14T07:40:34.576Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-07-14T07:40:35.143Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-07-14T07:40:35.703Z] --- PASS: TestBuildWithHugeFile (100.24s) [2021-07-14T07:40:35.703Z] === RUN TestBuildWCOWSandboxSize [2021-07-14T07:40:36.077Z] --- PASS: TestAuthZPluginV2Disable (3.38s) [2021-07-14T07:40:36.077Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-07-14T07:40:37.452Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-07-14T07:40:38.631Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-07-14T07:40:38.827Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-07-14T07:40:39.085Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.98s) [2021-07-14T07:40:39.085Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-07-14T07:40:40.988Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-07-14T07:40:41.923Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-07-14T07:40:43.299Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-07-14T07:40:43.299Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-07-14T07:40:43.927Z] --- PASS: TestServiceCreateInit (9.39s) [2021-07-14T07:40:43.927Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.57s) [2021-07-14T07:40:43.927Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.80s) [2021-07-14T07:40:43.927Z] === RUN TestCreateServiceMultipleTimes [2021-07-14T07:40:47.488Z] === RUN TestDockerSuite/TestBuildPATH [2021-07-14T07:40:50.023Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-07-14T07:40:50.283Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-07-14T07:40:51.660Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-07-14T07:40:53.034Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-07-14T07:40:54.410Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (15.31s) [2021-07-14T07:40:54.410Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-07-14T07:41:00.969Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-07-14T07:41:02.055Z] --- PASS: TestCreateServiceMultipleTimes (16.57s) [2021-07-14T07:41:02.055Z] === RUN TestCreateServiceConflict [2021-07-14T07:41:02.998Z] --- PASS: TestCreateServiceConflict (2.66s) [2021-07-14T07:41:02.998Z] === RUN TestCreateServiceMaxReplicas [2021-07-14T07:41:04.256Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-07-14T07:41:06.306Z] --- PASS: TestCreateServiceMaxReplicas (3.43s) [2021-07-14T07:41:06.306Z] === RUN TestCreateWithDuplicateNetworkNames [2021-07-14T07:41:09.518Z] === RUN TestDockerSuite/TestBuildRm [2021-07-14T07:41:11.421Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.64s) [2021-07-14T07:41:11.421Z] PASS [2021-07-14T07:41:11.421Z] [2021-07-14T07:41:11.421Z] DONE 17 tests in 55.639s [2021-07-14T07:41:11.421Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-07-14T07:41:11.421Z] ++ 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-07-14T07:41:11.421Z] ++ set -e [2021-07-14T07:41:11.421Z] ++ '[' -n 0 ']' [2021-07-14T07:41:11.421Z] ++ set -x [2021-07-14T07:41:11.421Z] ++ 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-07-14T07:41:11.421Z] INFO: Testing against a local daemon [2021-07-14T07:41:11.421Z] === RUN TestPluginInvalidJSON [2021-07-14T07:41:11.421Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:41:11.421Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:41:11.421Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:41:11.421Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-07-14T07:41:11.421Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-07-14T07:41:11.421Z] === RUN TestPluginInstall [2021-07-14T07:41:11.421Z] === RUN TestPluginInstall/no_auth [2021-07-14T07:41:11.421Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-07-14T07:41:12.356Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-07-14T07:41:13.290Z] time="2021-07-14T07:41:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:41:13.290Z] time="2021-07-14T07:41:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:94a1091a831b365660a14875cefd209092a7ee122b288ecd9a862c06ac55e674" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:41:13.290Z] time="2021-07-14T07:41:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:41:13.290Z] time="2021-07-14T07:41:13Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:94a1091a831b365660a14875cefd209092a7ee122b288ecd9a862c06ac55e674" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:41:13.549Z] === RUN TestPluginInstall/with_htpasswd [2021-07-14T07:41:13.807Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-07-14T07:41:14.065Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-07-14T07:41:14.328Z] time="2021-07-14T07:41:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:41:14.328Z] time="2021-07-14T07:41:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3f0d37af2cec7972494c00bc83353c7a941ef03653ab9c0cf80c1a941c980ae0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:41:14.328Z] time="2021-07-14T07:41:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:41:14.328Z] time="2021-07-14T07:41:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3f0d37af2cec7972494c00bc83353c7a941ef03653ab9c0cf80c1a941c980ae0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:41:14.588Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-07-14T07:41:14.847Z] === RUN TestPluginInstall/with_insecure [2021-07-14T07:41:14.847Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-07-14T07:41:15.790Z] time="2021-07-14T07:41:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:41:15.790Z] time="2021-07-14T07:41:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2bed15cf54db529c593ff19a55115ab0ecf5704b45a068cef0f139eddb880096" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:41:15.790Z] time="2021-07-14T07:41:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-07-14T07:41:15.790Z] time="2021-07-14T07:41:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2bed15cf54db529c593ff19a55115ab0ecf5704b45a068cef0f139eddb880096" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-07-14T07:41:16.733Z] plugin_test.go:165: [d20fec18a5c8e] daemon is not started [2021-07-14T07:41:16.733Z] --- PASS: TestPluginInstall (5.25s) [2021-07-14T07:41:16.733Z] --- PASS: TestPluginInstall/no_auth (2.42s) [2021-07-14T07:41:16.733Z] --- PASS: TestPluginInstall/with_htpasswd (1.14s) [2021-07-14T07:41:16.733Z] --- PASS: TestPluginInstall/with_insecure (1.69s) [2021-07-14T07:41:16.733Z] === RUN TestPluginsWithRuntimes [2021-07-14T07:41:16.733Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-07-14T07:41:18.636Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-07-14T07:41:18.636Z] === RUN TestPluginsWithRuntimes/No_Args [2021-07-14T07:41:20.012Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-07-14T07:41:20.012Z] === RUN TestPluginsWithRuntimes/With_Args [2021-07-14T07:41:20.271Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-07-14T07:41:21.223Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.91s) [2021-07-14T07:41:21.223Z] === RUN TestCreateServiceSecretFileMode [2021-07-14T07:41:21.648Z] --- PASS: TestPluginsWithRuntimes (4.92s) [2021-07-14T07:41:21.648Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.38s) [2021-07-14T07:41:21.648Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.24s) [2021-07-14T07:41:21.648Z] === RUN TestPluginBackCompatMediaTypes [2021-07-14T07:41:22.586Z] --- PASS: TestPluginBackCompatMediaTypes (1.15s) [2021-07-14T07:41:22.586Z] PASS [2021-07-14T07:41:22.586Z] [2021-07-14T07:41:22.586Z] DONE 10 tests in 11.506s [2021-07-14T07:41:22.586Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-07-14T07:41:22.586Z] ++ 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-07-14T07:41:22.586Z] ++ set -e [2021-07-14T07:41:22.586Z] ++ '[' -n 0 ']' [2021-07-14T07:41:22.586Z] ++ set -x [2021-07-14T07:41:22.586Z] ++ 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-07-14T07:41:22.845Z] INFO: Testing against a local daemon [2021-07-14T07:41:22.845Z] === RUN TestExternalGraphDriver [2021-07-14T07:41:22.845Z] docker_api_swarm_node_test.go:19: [d008f811b63bb] joining swarm manager [d44d1a9bf9087]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:41:22.845Z] === RUN TestExternalGraphDriver/json [2021-07-14T07:41:23.141Z] --- PASS: TestCreateServiceSecretFileMode (3.02s) [2021-07-14T07:41:23.141Z] === RUN TestCreateServiceConfigFileMode [2021-07-14T07:41:24.223Z] docker_api_swarm_node_test.go:20: [d012e3fde5a1d] joining swarm manager [d44d1a9bf9087]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:41:25.157Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-07-14T07:41:25.157Z] === RUN TestExternalGraphDriver/spec [2021-07-14T07:41:25.416Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-07-14T07:41:25.675Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-07-14T07:41:25.675Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-07-14T07:41:25.675Z] === RUN TestDockerSuite/TestBuildSpaces [2021-07-14T07:41:25.934Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-07-14T07:41:26.446Z] --- PASS: TestCreateServiceConfigFileMode (2.93s) [2021-07-14T07:41:26.446Z] === RUN TestCreateServiceSysctls [2021-07-14T07:41:27.310Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-07-14T07:41:27.310Z] === RUN TestDockerSuite/TestBuildStderr [2021-07-14T07:41:27.569Z] === RUN TestExternalGraphDriver/pull [2021-07-14T07:41:28.135Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-07-14T07:41:29.512Z] --- PASS: TestExternalGraphDriver (6.62s) [2021-07-14T07:41:29.512Z] --- PASS: TestExternalGraphDriver/json (2.32s) [2021-07-14T07:41:29.512Z] --- PASS: TestExternalGraphDriver/spec (2.31s) [2021-07-14T07:41:29.512Z] --- PASS: TestExternalGraphDriver/pull (1.84s) [2021-07-14T07:41:29.512Z] === RUN TestGraphdriverPluginV2 [2021-07-14T07:41:30.657Z] --- PASS: TestCreateServiceSysctls (4.12s) [2021-07-14T07:41:30.657Z] === RUN TestCreateServiceCapabilities [2021-07-14T07:41:32.795Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-07-14T07:41:33.207Z] --- PASS: TestCreateServiceCapabilities (3.07s) [2021-07-14T07:41:33.207Z] === RUN TestInspect [2021-07-14T07:41:33.731Z] --- PASS: TestGraphdriverPluginV2 (4.24s) [2021-07-14T07:41:33.731Z] PASS [2021-07-14T07:41:33.731Z] [2021-07-14T07:41:33.731Z] DONE 5 tests in 11.046s [2021-07-14T07:41:33.731Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-07-14T07:41:33.731Z] ++ 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-07-14T07:41:33.731Z] ++ set -e [2021-07-14T07:41:33.731Z] ++ '[' -n 0 ']' [2021-07-14T07:41:33.731Z] ++ set -x [2021-07-14T07:41:33.731Z] ++ 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-07-14T07:41:33.731Z] INFO: Testing against a local daemon [2021-07-14T07:41:33.731Z] === RUN TestContinueAfterPluginCrash [2021-07-14T07:41:33.731Z] === PAUSE TestContinueAfterPluginCrash [2021-07-14T07:41:33.731Z] === RUN TestReadPluginNoRead [2021-07-14T07:41:33.731Z] === PAUSE TestReadPluginNoRead [2021-07-14T07:41:33.731Z] === RUN TestDaemonStartWithLogOpt [2021-07-14T07:41:33.731Z] === PAUSE TestDaemonStartWithLogOpt [2021-07-14T07:41:33.731Z] === CONT TestContinueAfterPluginCrash [2021-07-14T07:41:33.731Z] === CONT TestDaemonStartWithLogOpt [2021-07-14T07:41:33.990Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-07-14T07:41:34.558Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-07-14T07:41:35.496Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-07-14T07:41:36.433Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-07-14T07:41:36.515Z] --- PASS: TestInspect (3.41s) [2021-07-14T07:41:36.515Z] === RUN TestCreateJob [2021-07-14T07:41:38.343Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-07-14T07:41:39.720Z] --- PASS: TestDaemonStartWithLogOpt (6.01s) [2021-07-14T07:41:39.720Z] === CONT TestReadPluginNoRead [2021-07-14T07:41:39.979Z] === RUN TestDockerSuite/TestBuildUser [2021-07-14T07:41:40.727Z] --- PASS: TestCreateJob (3.99s) [2021-07-14T07:41:40.728Z] === RUN TestReplicatedJob [2021-07-14T07:41:42.513Z] docker_api_swarm_test.go:501: [d69c115406895] joining swarm manager [ddc2525a5e3f6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:41:43.080Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-07-14T07:41:43.338Z] === RUN TestReadPluginNoRead/default [2021-07-14T07:41:43.762Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 14.7% of statements [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-07-14T07:41:43.762Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/server/router [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-07-14T07:41:43.762Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/types [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/types/container [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/types/events [no test files] [2021-07-14T07:41:43.762Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2021-07-14T07:41:43.762Z] ok github.com/docker/docker/api/types/filters 0.010s coverage: 92.2% of statements [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/types/image [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/types/network [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-07-14T07:41:43.762Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2021-07-14T07:41:43.762Z] ok github.com/docker/docker/api/types/versions 0.003s coverage: 75.0% of statements [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/builder [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-07-14T07:41:43.762Z] ok github.com/docker/docker/builder/remotecontext 0.089s coverage: 13.7% of statements [2021-07-14T07:41:43.762Z] ok github.com/docker/docker/builder/dockerfile 0.226s coverage: 48.7% of statements [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-07-14T07:41:43.762Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2021-07-14T07:41:43.762Z] ok github.com/docker/docker/builder/remotecontext/git 1.255s coverage: 86.3% of statements [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/cli [no test files] [2021-07-14T07:41:43.762Z] ? github.com/docker/docker/cli/config [no test files] [2021-07-14T07:41:43.762Z] ok github.com/docker/docker/cmd/docker-proxy 0.142s coverage: 67.6% of statements [2021-07-14T07:41:43.762Z] ok github.com/docker/docker/client 0.135s coverage: 75.5% of statements [2021-07-14T07:41:45.240Z] === RUN TestReadPluginNoRead/disabled_caching [2021-07-14T07:41:45.808Z] --- PASS: TestContinueAfterPluginCrash (11.90s) [2021-07-14T07:41:46.375Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-07-14T07:41:47.314Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-07-14T07:41:48.883Z] --- PASS: TestReplicatedJob (6.87s) [2021-07-14T07:41:48.883Z] === RUN TestUpdateReplicatedJob [2021-07-14T07:41:49.216Z] === CONT TestReadPluginNoRead [2021-07-14T07:41:49.216Z] read_test.go:92: [d3db5ea2bb88b] daemon is not started [2021-07-14T07:41:49.216Z] --- PASS: TestReadPluginNoRead (9.15s) [2021-07-14T07:41:49.216Z] --- PASS: TestReadPluginNoRead/default (1.85s) [2021-07-14T07:41:49.216Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.87s) [2021-07-14T07:41:49.216Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.89s) [2021-07-14T07:41:49.216Z] PASS [2021-07-14T07:41:49.216Z] [2021-07-14T07:41:49.216Z] DONE 6 tests in 15.330s [2021-07-14T07:41:49.216Z] 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-07-14T07:41:49.216Z] ++ 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-07-14T07:41:49.216Z] ++ set -e [2021-07-14T07:41:49.216Z] ++ '[' -n 0 ']' [2021-07-14T07:41:49.216Z] ++ set -x [2021-07-14T07:41:49.216Z] ++ 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-07-14T07:41:49.216Z] testing: warning: no tests to run [2021-07-14T07:41:49.216Z] PASS [2021-07-14T07:41:49.216Z] [2021-07-14T07:41:49.216Z] DONE 0 tests in 0.036s [2021-07-14T07:41:49.216Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-07-14T07:41:49.216Z] ++ 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-07-14T07:41:49.216Z] ++ set -e [2021-07-14T07:41:49.216Z] ++ '[' -n 0 ']' [2021-07-14T07:41:49.216Z] ++ set -x [2021-07-14T07:41:49.216Z] ++ 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-07-14T07:41:49.216Z] INFO: Testing against a local daemon [2021-07-14T07:41:49.216Z] === RUN TestPluginWithDevMounts [2021-07-14T07:41:49.216Z] === PAUSE TestPluginWithDevMounts [2021-07-14T07:41:49.216Z] === CONT TestPluginWithDevMounts [2021-07-14T07:41:50.150Z] docker_api_swarm_test.go:506: [d81f0d0491f70] joining swarm manager [ddc2525a5e3f6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:41:51.526Z] --- PASS: TestPluginWithDevMounts (2.09s) [2021-07-14T07:41:51.526Z] PASS [2021-07-14T07:41:51.526Z] [2021-07-14T07:41:51.526Z] DONE 1 tests in 2.241s [2021-07-14T07:41:51.526Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-07-14T07:41:51.526Z] ++ 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-07-14T07:41:51.526Z] ++ set -e [2021-07-14T07:41:51.526Z] ++ '[' -n 0 ']' [2021-07-14T07:41:51.526Z] ++ set -x [2021-07-14T07:41:51.526Z] ++ 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-07-14T07:41:51.526Z] INFO: Testing against a local daemon [2021-07-14T07:41:51.526Z] === RUN TestSecretInspect [2021-07-14T07:41:52.192Z] --- PASS: TestUpdateReplicatedJob (4.07s) [2021-07-14T07:41:52.192Z] === RUN TestServiceListWithStatuses [2021-07-14T07:41:52.192Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-07-14T07:41:52.192Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-07-14T07:41:52.192Z] === RUN TestDockerNetworkConnectAlias [2021-07-14T07:41:54.056Z] --- PASS: TestSecretInspect (2.51s) [2021-07-14T07:41:54.056Z] === RUN TestSecretList [2021-07-14T07:41:56.482Z] --- PASS: TestDockerNetworkConnectAlias (4.93s) [2021-07-14T07:41:56.482Z] === RUN TestDockerNetworkReConnect [2021-07-14T07:41:56.601Z] --- PASS: TestSecretList (2.61s) [2021-07-14T07:41:56.601Z] === RUN TestSecretsCreateAndDelete [2021-07-14T07:41:59.132Z] --- PASS: TestSecretsCreateAndDelete (2.61s) [2021-07-14T07:41:59.132Z] === RUN TestSecretsUpdate [2021-07-14T07:42:00.697Z] --- PASS: TestDockerNetworkReConnect (4.28s) [2021-07-14T07:42:00.697Z] === RUN TestServicePlugin [2021-07-14T07:42:00.697Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-14T07:42:00.697Z] --- SKIP: TestServicePlugin (0.00s) [2021-07-14T07:42:00.697Z] === RUN TestServiceUpdateLabel [2021-07-14T07:42:01.664Z] --- PASS: TestSecretsUpdate (2.39s) [2021-07-14T07:42:01.664Z] === RUN TestTemplatedSecret [2021-07-14T07:42:03.040Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-07-14T07:42:04.002Z] --- PASS: TestServiceUpdateLabel (2.63s) [2021-07-14T07:42:04.002Z] === RUN TestServiceUpdateSecrets [2021-07-14T07:42:04.417Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-07-14T07:42:04.675Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-07-14T07:42:05.610Z] --- PASS: TestTemplatedSecret (4.02s) [2021-07-14T07:42:05.610Z] === RUN TestSecretCreateResolve [2021-07-14T07:42:05.610Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-07-14T07:42:06.986Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-07-14T07:42:08.363Z] --- PASS: TestSecretCreateResolve (2.50s) [2021-07-14T07:42:08.363Z] PASS [2021-07-14T07:42:08.363Z] [2021-07-14T07:42:08.363Z] DONE 6 tests in 16.772s [2021-07-14T07:42:08.363Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-07-14T07:42:08.363Z] ++ 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-07-14T07:42:08.363Z] ++ set -e [2021-07-14T07:42:08.363Z] ++ '[' -n 0 ']' [2021-07-14T07:42:08.363Z] ++ set -x [2021-07-14T07:42:08.364Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-14T07:42:08.364Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-07-14T07:42:08.364Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-07-14T07:42:08.364Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-07-14T07:42:08.364Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-07-14T07:42:08.364Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-07-14T07:42:08.364Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-07-14T07:42:08.364Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-07-14T07:42:08.364Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-07-14T07:42:08.364Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-07-14T07:42:08.364Z] INFO: Testing against a local daemon [2021-07-14T07:42:08.364Z] === RUN TestServiceCreateInit [2021-07-14T07:42:08.364Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-07-14T07:42:10.264Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-07-14T07:42:10.264Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-07-14T07:42:11.200Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-07-14T07:42:11.767Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-07-14T07:42:12.702Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-07-14T07:42:12.961Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-07-14T07:42:13.897Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-07-14T07:42:15.815Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-07-14T07:42:18.352Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-07-14T07:42:18.916Z] --- PASS: TestServiceUpdateSecrets (15.45s) [2021-07-14T07:42:18.916Z] === RUN TestServiceUpdateConfigs [2021-07-14T07:42:18.919Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-07-14T07:42:19.178Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-07-14T07:42:19.439Z] --- PASS: TestServiceCreateInit (11.19s) [2021-07-14T07:42:19.439Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.62s) [2021-07-14T07:42:19.439Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.55s) [2021-07-14T07:42:19.439Z] === RUN TestCreateServiceMultipleTimes [2021-07-14T07:42:19.697Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-07-14T07:42:19.697Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-07-14T07:42:19.697Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-07-14T07:42:20.265Z] === RUN TestDockerSuite/TestBuildXZHost [2021-07-14T07:42:22.798Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-07-14T07:42:22.798Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-07-14T07:42:22.798Z] docker_cli_sni_test.go:18: Flakey test [2021-07-14T07:42:22.798Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-07-14T07:42:24.174Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-07-14T07:42:25.114Z] === RUN TestDockerSuite/TestCommitChange [2021-07-14T07:42:26.490Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-07-14T07:42:26.490Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-07-14T07:42:28.395Z] === RUN TestDockerSuite/TestCommitHardlink [2021-07-14T07:42:29.331Z] docker_api_swarm_node_test.go:80: [d57fa36fbe026] joining swarm manager [dd451e633a103]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:42:30.266Z] === RUN TestDockerSuite/TestCommitNewFile [2021-07-14T07:42:30.397Z] ok github.com/docker/docker/cmd/dockerd 0.078s coverage: 29.1% of statements [2021-07-14T07:42:30.397Z] ok github.com/docker/docker/container 0.117s coverage: 34.6% of statements [2021-07-14T07:42:30.397Z] ? github.com/docker/docker/container/stream [no test files] [2021-07-14T07:42:30.397Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-07-14T07:42:30.397Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-07-14T07:42:30.397Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-07-14T07:42:32.300Z] --- PASS: TestBuildWithHugeFile (123.21s) [2021-07-14T07:42:32.300Z] === RUN TestBuildWCOWSandboxSize [2021-07-14T07:42:32.795Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-07-14T07:42:33.732Z] === RUN TestDockerSuite/TestCommitTTY [2021-07-14T07:42:35.644Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-07-14T07:42:36.582Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-07-14T07:42:37.086Z] --- PASS: TestServiceUpdateConfigs (15.48s) [2021-07-14T07:42:37.086Z] === RUN TestServiceUpdateNetwork [2021-07-14T07:42:38.530Z] ok github.com/docker/docker/daemon/cluster 0.058s coverage: 0.5% of statements [2021-07-14T07:42:39.102Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2021-07-14T07:42:39.112Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-07-14T07:42:39.680Z] --- PASS: TestCreateServiceMultipleTimes (20.29s) [2021-07-14T07:42:39.680Z] === RUN TestCreateServiceConflict [2021-07-14T07:42:39.938Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-07-14T07:42:39.938Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-07-14T07:42:39.938Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-07-14T07:42:39.938Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-07-14T07:42:40.031Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2021-07-14T07:42:40.197Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-07-14T07:42:40.197Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-07-14T07:42:40.197Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-07-14T07:42:42.101Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-07-14T07:42:42.360Z] --- PASS: TestCreateServiceConflict (2.55s) [2021-07-14T07:42:42.360Z] === RUN TestCreateServiceMaxReplicas [2021-07-14T07:42:43.737Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-07-14T07:42:43.737Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-07-14T07:42:44.671Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-07-14T07:42:44.931Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-07-14T07:42:46.307Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-07-14T07:42:46.566Z] --- PASS: TestCreateServiceMaxReplicas (4.16s) [2021-07-14T07:42:46.566Z] === RUN TestCreateWithDuplicateNetworkNames [2021-07-14T07:42:47.134Z] docker_api_swarm_node_test.go:52: [d3a74c39a0343] joining swarm manager [dce1a8a3c57c1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:42:47.393Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-07-14T07:42:48.118Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 13.8% of statements [2021-07-14T07:42:48.331Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-07-14T07:42:48.331Z] docker_api_swarm_node_test.go:53: [d3d455e993dc5] joining swarm manager [dce1a8a3c57c1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:42:48.374Z] ok github.com/docker/docker/daemon/config 0.027s coverage: 81.4% of statements [2021-07-14T07:42:48.935Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2021-07-14T07:42:49.192Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2021-07-14T07:42:49.267Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-07-14T07:42:49.331Z] --- PASS: TestServiceUpdateNetwork (13.88s) [2021-07-14T07:42:49.331Z] === RUN TestServiceUpdatePidsLimit [2021-07-14T07:42:49.525Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-07-14T07:42:49.525Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-07-14T07:42:49.594Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-07-14T07:42:49.754Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2021-07-14T07:42:50.459Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-07-14T07:42:50.459Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-07-14T07:42:50.459Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-07-14T07:42:50.459Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-07-14T07:42:50.459Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-07-14T07:42:50.541Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-07-14T07:42:51.121Z] ok github.com/docker/docker/daemon 12.211s coverage: 17.4% of statements [2021-07-14T07:42:51.121Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-07-14T07:42:51.121Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-07-14T07:42:51.121Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-07-14T07:42:51.121Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-07-14T07:42:51.393Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-07-14T07:42:51.753Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.110s coverage: 73.3% of statements [2021-07-14T07:42:52.056Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-07-14T07:42:52.991Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-07-14T07:42:52.991Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-07-14T07:42:53.121Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.417s coverage: 56.2% of statements [2021-07-14T07:42:53.122Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.1% of statements [2021-07-14T07:42:54.896Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-07-14T07:42:55.016Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.9% of statements [2021-07-14T07:42:55.462Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-07-14T07:42:55.462Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-07-14T07:42:56.027Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-07-14T07:42:56.924Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.304s coverage: 49.4% of statements [2021-07-14T07:42:56.961Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-07-14T07:42:57.486Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.634s coverage: 45.9% of statements [2021-07-14T07:42:57.486Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-07-14T07:42:57.527Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-07-14T07:42:58.459Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-07-14T07:42:58.459Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-07-14T07:42:58.854Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.702s coverage: 57.7% of statements [2021-07-14T07:42:58.854Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-07-14T07:42:58.854Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-07-14T07:42:58.854Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.006s coverage: 57.5% of statements [2021-07-14T07:42:58.952Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-07-14T07:42:59.025Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-07-14T07:42:59.783Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2021-07-14T07:42:59.959Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-07-14T07:43:00.524Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-07-14T07:43:00.524Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-07-14T07:43:00.713Z] ok github.com/docker/docker/daemon/links 0.004s coverage: 93.0% of statements [2021-07-14T07:43:00.970Z] ok github.com/docker/docker/daemon/images 0.027s coverage: 6.8% of statements [2021-07-14T07:43:00.970Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-07-14T07:43:00.970Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-07-14T07:43:01.091Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.70s) [2021-07-14T07:43:01.091Z] === RUN TestCreateServiceSecretFileMode [2021-07-14T07:43:01.349Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-07-14T07:43:02.336Z] ok github.com/docker/docker/daemon/logger 0.221s coverage: 43.5% of statements [2021-07-14T07:43:02.593Z] ok github.com/docker/docker/daemon/logger/awslogs 0.173s coverage: 77.8% of statements [2021-07-14T07:43:02.593Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-07-14T07:43:02.593Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-07-14T07:43:03.156Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2021-07-14T07:43:03.251Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-07-14T07:43:03.413Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-07-14T07:43:03.976Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.017s coverage: 87.2% of statements [2021-07-14T07:43:03.976Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2021-07-14T07:43:04.187Z] --- PASS: TestCreateServiceSecretFileMode (3.11s) [2021-07-14T07:43:04.187Z] === RUN TestCreateServiceConfigFileMode [2021-07-14T07:43:04.540Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 75.2% of statements [2021-07-14T07:43:04.540Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-07-14T07:43:05.102Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.052s coverage: 58.6% of statements [2021-07-14T07:43:05.121Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-07-14T07:43:05.121Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-07-14T07:43:05.121Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-07-14T07:43:05.121Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-07-14T07:43:05.121Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-07-14T07:43:05.664Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.021s coverage: 31.5% of statements [2021-07-14T07:43:05.687Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-07-14T07:43:06.593Z] ok github.com/docker/docker/daemon/logger/syslog 0.015s coverage: 46.8% of statements [2021-07-14T07:43:06.849Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-07-14T07:43:07.102Z] --- PASS: TestServiceUpdatePidsLimit (17.47s) [2021-07-14T07:43:07.102Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s) [2021-07-14T07:43:07.102Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2021-07-14T07:43:07.102Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.24s) [2021-07-14T07:43:07.102Z] PASS [2021-07-14T07:43:07.102Z] [2021-07-14T07:43:07.102Z] === Skipped [2021-07-14T07:43:07.102Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-07-14T07:43:07.102Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-07-14T07:43:07.102Z] [2021-07-14T07:43:07.102Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-07-14T07:43:07.102Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-07-14T07:43:07.102Z] [2021-07-14T07:43:07.102Z] [2021-07-14T07:43:07.102Z] DONE 27 tests, 2 skipped in 151.726s [2021-07-14T07:43:07.102Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-07-14T07:43:07.102Z] ++ 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-07-14T07:43:07.102Z] ++ set -e [2021-07-14T07:43:07.102Z] ++ '[' -n 0 ']' [2021-07-14T07:43:07.102Z] ++ set -x [2021-07-14T07:43:07.102Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-14T07:43:07.102Z] INFO: Testing against a local daemon [2021-07-14T07:43:07.102Z] === RUN TestSessionCreate [2021-07-14T07:43:07.102Z] --- PASS: TestSessionCreate (0.04s) [2021-07-14T07:43:07.102Z] === RUN TestSessionCreateWithBadUpgrade [2021-07-14T07:43:07.102Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2021-07-14T07:43:07.102Z] PASS [2021-07-14T07:43:07.102Z] [2021-07-14T07:43:07.102Z] DONE 2 tests in 0.210s [2021-07-14T07:43:07.102Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-07-14T07:43:07.102Z] ++ 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-07-14T07:43:07.102Z] ++ set -e [2021-07-14T07:43:07.102Z] ++ '[' -n 0 ']' [2021-07-14T07:43:07.102Z] ++ set -x [2021-07-14T07:43:07.102Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-14T07:43:07.411Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2021-07-14T07:43:07.587Z] --- PASS: TestCreateServiceConfigFileMode (2.93s) [2021-07-14T07:43:07.587Z] === RUN TestCreateServiceSysctls [2021-07-14T07:43:07.667Z] ok github.com/docker/docker/daemon/logger/splunk 1.615s coverage: 82.5% of statements [2021-07-14T07:43:07.667Z] ? github.com/docker/docker/daemon/names [no test files] [2021-07-14T07:43:07.667Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-07-14T07:43:09.034Z] ok github.com/docker/docker/distribution/metadata 0.071s coverage: 48.2% of statements [2021-07-14T07:43:09.291Z] ok github.com/docker/docker/distribution 0.134s coverage: 25.4% of statements [2021-07-14T07:43:09.291Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-07-14T07:43:10.219Z] ok github.com/docker/docker/errdefs 0.005s coverage: 53.1% of statements [2021-07-14T07:43:10.782Z] ok github.com/docker/docker/image 0.015s coverage: 86.6% of statements [2021-07-14T07:43:10.867Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-07-14T07:43:10.867Z] --- PASS: TestCreateServiceSysctls (3.58s) [2021-07-14T07:43:10.867Z] === RUN TestCreateServiceCapabilities [2021-07-14T07:43:11.039Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2021-07-14T07:43:11.320Z] INFO: Testing against a local daemon [2021-07-14T07:43:11.320Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-07-14T07:43:11.320Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-07-14T07:43:11.320Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-07-14T07:43:11.320Z] === RUN TestEventsExecDie [2021-07-14T07:43:11.435Z] === RUN TestDockerSuite/TestContainerAPITop [2021-07-14T07:43:11.602Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2021-07-14T07:43:11.859Z] ok github.com/docker/docker/distribution/xfer 1.964s coverage: 85.1% of statements [2021-07-14T07:43:11.859Z] ? github.com/docker/docker/dockerversion [no test files] [2021-07-14T07:43:11.893Z] --- PASS: TestEventsExecDie (1.12s) [2021-07-14T07:43:11.893Z] === RUN TestEventsBackwardsCompatible [2021-07-14T07:43:11.893Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2021-07-14T07:43:11.893Z] === RUN TestEventsVolumeCreate [2021-07-14T07:43:11.893Z] --- PASS: TestEventsVolumeCreate (0.09s) [2021-07-14T07:43:11.893Z] === RUN TestInfoBinaryCommits [2021-07-14T07:43:11.893Z] --- PASS: TestInfoBinaryCommits (0.04s) [2021-07-14T07:43:11.893Z] === RUN TestInfoAPIVersioned [2021-07-14T07:43:11.893Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-07-14T07:43:11.893Z] === RUN TestInfoDiscoveryBackend [2021-07-14T07:43:12.116Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2021-07-14T07:43:12.116Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-07-14T07:43:12.370Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-07-14T07:43:12.370Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-07-14T07:43:12.370Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-07-14T07:43:12.370Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-07-14T07:43:12.372Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2021-07-14T07:43:12.465Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-07-14T07:43:12.465Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-07-14T07:43:13.409Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-07-14T07:43:13.409Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-07-14T07:43:13.982Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2021-07-14T07:43:13.982Z] === RUN TestInfoAPI [2021-07-14T07:43:13.982Z] --- PASS: TestInfoAPI (0.04s) [2021-07-14T07:43:13.982Z] === RUN TestInfoAPIWarnings [2021-07-14T07:43:14.289Z] --- PASS: TestCreateServiceCapabilities (3.18s) [2021-07-14T07:43:14.289Z] === RUN TestInspect [2021-07-14T07:43:15.662Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-07-14T07:43:16.598Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-07-14T07:43:17.974Z] --- PASS: TestInspect (3.74s) [2021-07-14T07:43:17.974Z] === RUN TestCreateJob [2021-07-14T07:43:18.234Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-07-14T07:43:20.763Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-07-14T07:43:22.321Z] ok github.com/docker/docker/layer 7.935s coverage: 68.8% of statements [2021-07-14T07:43:22.321Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-07-14T07:43:22.321Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-07-14T07:43:22.321Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-07-14T07:43:22.321Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-07-14T07:43:22.663Z] --- PASS: TestCreateJob (4.60s) [2021-07-14T07:43:22.663Z] === RUN TestReplicatedJob [2021-07-14T07:43:24.841Z] ok github.com/docker/docker/libnetwork/api 1.364s coverage: 90.1% of statements [2021-07-14T07:43:25.098Z] ok github.com/docker/docker/libnetwork/bitseq 0.128s coverage: 84.4% of statements [2021-07-14T07:43:25.195Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-07-14T07:43:25.761Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-07-14T07:43:26.467Z] ok github.com/docker/docker/libnetwork/config 0.041s coverage: 24.0% of statements [2021-07-14T07:43:26.724Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2021-07-14T07:43:26.980Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2021-07-14T07:43:27.139Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-07-14T07:43:28.519Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-07-14T07:43:29.499Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.438s coverage: 59.9% of statements [2021-07-14T07:43:29.756Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2021-07-14T07:43:29.897Z] docker_api_swarm_test.go:201: [dcc84ca665d9e] joining swarm manager [db3e5aadfe042]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:43:30.318Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.183s coverage: 4.0% of statements [2021-07-14T07:43:30.897Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2021-07-14T07:43:31.163Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2021-07-14T07:43:31.272Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-07-14T07:43:31.272Z] --- PASS: TestReplicatedJob (8.79s) [2021-07-14T07:43:31.272Z] === RUN TestUpdateReplicatedJob [2021-07-14T07:43:32.104Z] --- PASS: TestInfoAPIWarnings (16.39s) [2021-07-14T07:43:32.104Z] === RUN TestInfoDebug [2021-07-14T07:43:32.104Z] --- PASS: TestInfoDebug (0.54s) [2021-07-14T07:43:32.104Z] === RUN TestInfoInsecureRegistries [2021-07-14T07:43:32.104Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2021-07-14T07:43:32.104Z] === RUN TestInfoRegistryMirrors [2021-07-14T07:43:32.104Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-07-14T07:43:32.104Z] === RUN TestLoginFailsWithBadCredentials [2021-07-14T07:43:32.209Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-07-14T07:43:32.365Z] --- PASS: TestLoginFailsWithBadCredentials (0.19s) [2021-07-14T07:43:32.365Z] === RUN TestPingCacheHeaders [2021-07-14T07:43:32.365Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-07-14T07:43:32.365Z] === RUN TestPingGet [2021-07-14T07:43:32.365Z] --- PASS: TestPingGet (0.03s) [2021-07-14T07:43:32.365Z] === RUN TestPingHead [2021-07-14T07:43:32.365Z] --- PASS: TestPingHead (0.03s) [2021-07-14T07:43:32.365Z] === RUN TestVersion [2021-07-14T07:43:32.365Z] --- PASS: TestVersion (0.03s) [2021-07-14T07:43:32.365Z] PASS [2021-07-14T07:43:32.365Z] [2021-07-14T07:43:32.365Z] === Skipped [2021-07-14T07:43:32.365Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-07-14T07:43:32.365Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-07-14T07:43:32.365Z] [2021-07-14T07:43:32.365Z] [2021-07-14T07:43:32.365Z] DONE 19 tests, 1 skipped in 26.437s [2021-07-14T07:43:32.365Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-07-14T07:43:32.365Z] ++ 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-07-14T07:43:32.365Z] ++ set -e [2021-07-14T07:43:32.365Z] ++ '[' -n 0 ']' [2021-07-14T07:43:32.365Z] ++ set -x [2021-07-14T07:43:32.365Z] ++ 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-07-14T07:43:32.626Z] INFO: Testing against a local daemon [2021-07-14T07:43:32.626Z] === RUN TestVolumesCreateAndList [2021-07-14T07:43:32.626Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-07-14T07:43:32.626Z] === RUN TestVolumesRemove [2021-07-14T07:43:32.626Z] --- PASS: TestVolumesRemove (0.09s) [2021-07-14T07:43:32.626Z] === RUN TestVolumesInspect [2021-07-14T07:43:32.626Z] --- PASS: TestVolumesInspect (0.03s) [2021-07-14T07:43:32.626Z] === RUN TestVolumesInvalidJSON [2021-07-14T07:43:32.626Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-07-14T07:43:32.626Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-07-14T07:43:32.626Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-07-14T07:43:32.626Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-07-14T07:43:32.626Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-07-14T07:43:32.626Z] PASS [2021-07-14T07:43:32.626Z] [2021-07-14T07:43:32.626Z] DONE 5 tests in 0.314s [2021-07-14T07:43:32.626Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-07-14T07:43:33.570Z] ++++ cat bundles/test-integration/docker.pid [2021-07-14T07:43:33.570Z] +++ kill 14624 [2021-07-14T07:43:33.570Z] +++ /etc/init.d/apparmor stop [2021-07-14T07:43:33.570Z] Leaving: AppArmorNo profiles have been unloaded. [2021-07-14T07:43:33.570Z] [2021-07-14T07:43:33.570Z] Unloading profiles will leave already running processes permanently [2021-07-14T07:43:33.570Z] unconfined, which can lead to unexpected situations. [2021-07-14T07:43:33.570Z] [2021-07-14T07:43:33.570Z] To set a process to complain mode, use the command line tool [2021-07-14T07:43:33.570Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-07-14T07:43:33.570Z] +++ true [2021-07-14T07:43:33.570Z] exiting test-integration [2021-07-14T07:43:33.570Z] ++ exit 0 [2021-07-14T07:43:33.570Z] [2021-07-14T07:43:33.606Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-07-14T07:43:35.505Z] --- PASS: TestUpdateReplicatedJob (4.08s) [2021-07-14T07:43:35.505Z] === RUN TestServiceListWithStatuses [2021-07-14T07:43:35.505Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-07-14T07:43:35.505Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-07-14T07:43:35.505Z] === RUN TestDockerNetworkConnectAlias [2021-07-14T07:43:35.505Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} Post stage [Pipeline] junit [2021-07-14T07:43:36.892Z] Recording test results [2021-07-14T07:43:37.547Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-07-14T07:43:37.575Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-07-14T07:43:38.002Z] + echo Ensuring container killed. [2021-07-14T07:43:38.002Z] Ensuring container killed. [2021-07-14T07:43:38.002Z] + docker rm -vf docker-pr2 [2021-07-14T07:43:38.002Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-07-14T07:43:38.294Z] + echo Chowning /workspace to jenkins user [2021-07-14T07:43:38.294Z] Chowning /workspace to jenkins user [2021-07-14T07:43:38.294Z] + id -u [2021-07-14T07:43:38.294Z] + id -g [2021-07-14T07:43:38.294Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42636:/workspace busybox chown -R 1000:1000 /workspace [2021-07-14T07:43:38.294Z] Unable to find image 'busybox:latest' locally [2021-07-14T07:43:38.555Z] latest: Pulling from library/busybox [2021-07-14T07:43:38.555Z] 38cc3b49dbab: Pulling fs layer [2021-07-14T07:43:38.817Z] 38cc3b49dbab: Verifying Checksum [2021-07-14T07:43:38.817Z] 38cc3b49dbab: Download complete [2021-07-14T07:43:38.817Z] 38cc3b49dbab: Pull complete [2021-07-14T07:43:38.927Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0003d6630_} [2021-07-14T07:43:39.079Z] Digest: sha256:0f354ec1728d9ff32edcd7d1b8bbdfc798277ad36120dc3dc683be44524c8b60 [2021-07-14T07:43:39.079Z] Status: Downloaded newer image for busybox:latest [2021-07-14T07:43:39.862Z] --- PASS: TestDockerNetworkConnectAlias (4.79s) [2021-07-14T07:43:39.863Z] === RUN TestDockerNetworkReConnect [2021-07-14T07:43:40.797Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1703719993_/foo_false____} [2021-07-14T07:43:41.159Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.182s coverage: 6.6% of statements [2021-07-14T07:43:41.159Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2021-07-14T07:43:41.159Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2021-07-14T07:43:41.159Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2021-07-14T07:43:41.415Z] ok github.com/docker/docker/libnetwork/etchosts 0.015s coverage: 81.2% of statements [2021-07-14T07:43:41.671Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.003s coverage: 48.1% of statements [2021-07-14T07:43:41.928Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2021-07-14T07:43:42.173Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1703719993_/foo_true____} [2021-07-14T07:43:42.184Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2021-07-14T07:43:44.074Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3694549060_/foo_false____} [2021-07-14T07:43:44.332Z] --- PASS: TestDockerNetworkReConnect (4.24s) [2021-07-14T07:43:44.332Z] === RUN TestServicePlugin [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-07-14T07:43:45.705Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3694549060_/foo_true____} [2021-07-14T07:43:45.983Z] + bundleName=arm64-integration [2021-07-14T07:43:45.983Z] + echo Creating arm64-integration-bundles.tar.gz [2021-07-14T07:43:45.983Z] Creating arm64-integration-bundles.tar.gz [2021-07-14T07:43:45.983Z] + + xargsfind tar bundles -czf -path arm64-integration-bundles.tar.gz */root/*overlay2 [2021-07-14T07:43:45.983Z] -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-07-14T07:43:46.570Z] Archiving artifacts [2021-07-14T07:43:47.606Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3694549060_/foo_true__0xc0003d6660__} [2021-07-14T07:43:47.606Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-07-14T07:43:48.173Z] plugin_test.go:62: [d04d3be103355] joining swarm manager [d62877247fa11]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:43:49.064Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42636/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-07-14T07:43:49.109Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0003d6678_} [2021-07-14T07:43:49.383Z] + make clean [2021-07-14T07:43:49.676Z] plugin_test.go:65: [d9358259285a9] joining swarm manager [d62877247fa11]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:43:49.957Z] docker volume rm -f docker-dev-cache [2021-07-14T07:43:49.957Z] docker-dev-cache [Pipeline] deleteDir [2021-07-14T07:43:50.245Z] docker_api_swarm_test.go:383: [dc6a1523fecc6] joining swarm manager [d8d46969151ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:43:51.263Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0003d6690_} [2021-07-14T07:43:51.522Z] docker_api_swarm_test.go:384: [d9feadb3a2578] joining swarm manager [d8d46969151ab]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:43:52.916Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0003d66a8_} [2021-07-14T07:43:54.353Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.005s coverage: 100.0% of statements [2021-07-14T07:43:54.354Z] ok github.com/docker/docker/libnetwork 37.836s coverage: 40.7% of statements [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-07-14T07:43:54.354Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-07-14T07:43:54.817Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0003d66c0_} [2021-07-14T07:43:54.916Z] ok github.com/docker/docker/libnetwork/ipams/null 0.004s coverage: 57.1% of statements [2021-07-14T07:43:55.846Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.007s coverage: 47.4% of statements [2021-07-14T07:43:56.103Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.006s coverage: 71.4% of statements [2021-07-14T07:43:56.192Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-07-14T07:43:57.473Z] ok github.com/docker/docker/libnetwork/ipamutils 0.544s coverage: 74.0% of statements [2021-07-14T07:43:57.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-07-14T07:43:57.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-07-14T07:43:57.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-07-14T07:43:57.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-07-14T07:43:57.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-07-14T07:43:57.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-07-14T07:43:57.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-07-14T07:43:57.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-07-14T07:43:57.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-07-14T07:43:57.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-07-14T07:43:57.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-07-14T07:43:57.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-07-14T07:43:57.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-07-14T07:43:57.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-07-14T07:43:57.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-07-14T07:43:57.826Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-07-14T07:43:57.826Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-07-14T07:43:57.826Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-07-14T07:43:58.401Z] ok github.com/docker/docker/libnetwork/iptables 0.353s coverage: 45.1% of statements [2021-07-14T07:43:58.657Z] ok github.com/docker/docker/libnetwork/netlabel 0.003s coverage: 60.0% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-14T07:43:59.586Z] ok github.com/docker/docker/libnetwork/netutils 0.039s coverage: 44.1% of statements [2021-07-14T07:44:01.111Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-07-14T07:44:03.015Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-07-14T07:44:06.299Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-07-14T07:44:07.674Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-07-14T07:44:07.674Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-07-14T07:44:08.241Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-07-14T07:44:09.177Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-07-14T07:44:09.743Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-07-14T07:44:10.678Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-07-14T07:44:11.246Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-07-14T07:44:11.764Z] ok github.com/docker/docker/libnetwork/ipam 18.533s coverage: 85.3% of statements [2021-07-14T07:44:11.764Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-07-14T07:44:11.764Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-07-14T07:44:11.764Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-07-14T07:44:11.764Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2021-07-14T07:44:12.182Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-07-14T07:44:12.749Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-07-14T07:44:13.706Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-07-14T07:44:14.282Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-07-14T07:44:15.217Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-07-14T07:44:15.783Z] --- PASS: TestServicePlugin (31.67s) [2021-07-14T07:44:15.783Z] === RUN TestServiceUpdateLabel [2021-07-14T07:44:16.349Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-07-14T07:44:17.008Z] ok github.com/docker/docker/libnetwork/osl 4.321s coverage: 39.7% of statements [2021-07-14T07:44:17.008Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.009s coverage: 20.0% of statements [2021-07-14T07:44:17.264Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2021-07-14T07:44:17.284Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-07-14T07:44:17.827Z] ok github.com/docker/docker/libnetwork/portmapper 0.226s coverage: 49.5% of statements [2021-07-14T07:44:18.084Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.5% of statements [2021-07-14T07:44:18.219Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-07-14T07:44:18.342Z] ok github.com/docker/docker/libnetwork/types 0.004s coverage: 47.9% of statements [2021-07-14T07:44:18.477Z] --- PASS: TestServiceUpdateLabel (2.57s) [2021-07-14T07:44:18.477Z] === RUN TestServiceUpdateSecrets [2021-07-14T07:44:18.906Z] ok github.com/docker/docker/oci 0.006s coverage: 45.2% of statements [2021-07-14T07:44:19.414Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-07-14T07:44:19.470Z] ok github.com/docker/docker/opts 0.021s coverage: 67.1% of statements [2021-07-14T07:44:19.470Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-07-14T07:44:20.351Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-07-14T07:44:21.362Z] ok github.com/docker/docker/pkg/archive 0.331s coverage: 81.8% of statements [2021-07-14T07:44:21.727Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-07-14T07:44:21.727Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-07-14T07:44:21.925Z] ok github.com/docker/docker/pkg/authorization 0.188s coverage: 68.3% of statements [2021-07-14T07:44:21.926Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2021-07-14T07:44:22.182Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-07-14T07:44:22.294Z] === RUN TestDockerSuite/TestCpRelativePath [2021-07-14T07:44:22.861Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-07-14T07:44:23.797Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-07-14T07:44:24.732Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-07-14T07:44:25.298Z] === RUN TestDockerSuite/TestCpToCaseA [2021-07-14T07:44:25.453Z] ok github.com/docker/docker/pkg/chrootarchive 2.470s coverage: 43.2% of statements [2021-07-14T07:44:25.453Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-07-14T07:44:25.709Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2021-07-14T07:44:25.966Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2021-07-14T07:44:26.671Z] === RUN TestDockerSuite/TestCpToCaseB [2021-07-14T07:44:27.608Z] === RUN TestDockerSuite/TestCpToCaseC [2021-07-14T07:44:29.238Z] ok github.com/docker/docker/pkg/discovery/kv 3.030s coverage: 84.1% of statements [2021-07-14T07:44:29.495Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 87.2% of statements [2021-07-14T07:44:29.753Z] ok github.com/docker/docker/pkg/discovery/nodes 0.003s coverage: 93.8% of statements [2021-07-14T07:44:30.009Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2021-07-14T07:44:30.140Z] === RUN TestDockerSuite/TestCpToCaseD [2021-07-14T07:44:30.937Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-07-14T07:44:31.206Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 86.3% of statements [2021-07-14T07:44:31.483Z] ok github.com/docker/docker/pkg/fsutils 0.136s coverage: 85.1% of statements [2021-07-14T07:44:31.740Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-07-14T07:44:32.313Z] ok github.com/docker/docker/pkg/idtools 0.322s coverage: 69.5% of statements [2021-07-14T07:44:33.242Z] ok github.com/docker/docker/pkg/ioutils 0.382s coverage: 69.3% of statements [2021-07-14T07:44:33.499Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2021-07-14T07:44:33.499Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2021-07-14T07:44:33.755Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-07-14T07:44:34.012Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2021-07-14T07:44:34.268Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-07-14T07:44:34.336Z] --- PASS: TestServiceUpdateSecrets (15.72s) [2021-07-14T07:44:34.336Z] === RUN TestServiceUpdateConfigs [2021-07-14T07:44:34.336Z] === RUN TestDockerSuite/TestCpToCaseE [2021-07-14T07:44:34.524Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2021-07-14T07:44:34.525Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-07-14T07:44:37.620Z] === RUN TestDockerSuite/TestCpToCaseF [2021-07-14T07:44:38.555Z] === RUN TestDockerSuite/TestCpToCaseG [2021-07-14T07:44:42.741Z] === RUN TestDockerSuite/TestCpToCaseH [2021-07-14T07:44:45.272Z] check_test.go:380: [d9feadb3a2578] daemon is not started [2021-07-14T07:44:45.272Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-07-14T07:44:46.648Z] === RUN TestDockerSuite/TestCpToCaseI [2021-07-14T07:44:47.584Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-07-14T07:44:47.584Z] docker_api_swarm_test.go:801: [d81809a389cb5] joining swarm manager [ddbe5ae8c61e2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:44:48.959Z] docker_api_swarm_test.go:801: [d940d76941ed1] joining swarm manager [ddbe5ae8c61e2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:44:50.334Z] --- PASS: TestServiceUpdateConfigs (15.92s) [2021-07-14T07:44:50.334Z] === RUN TestServiceUpdateNetwork [2021-07-14T07:44:50.334Z] docker_api_swarm_test.go:801: [d6b463a44ff66] joining swarm manager [ddbe5ae8c61e2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-07-14T07:44:52.237Z] docker_api_swarm_test.go:801: [d23cc102b9b2d] joining swarm manager [ddbe5ae8c61e2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-07-14T07:44:53.181Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-07-14T07:44:53.760Z] docker_api_swarm_test.go:809: [d368e523bedc3] joining swarm manager [ddbe5ae8c61e2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-07-14T07:44:54.694Z] === RUN TestDockerSuite/TestCpToDot [2021-07-14T07:44:55.629Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-07-14T07:44:57.004Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-07-14T07:44:58.381Z] === RUN TestDockerSuite/TestCpToStdout [2021-07-14T07:44:59.315Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-07-14T07:45:00.692Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-07-14T07:45:00.951Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-07-14T07:45:01.887Z] === RUN TestDockerSuite/TestCpVolumePath [2021-07-14T07:45:02.823Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-07-14T07:45:02.823Z] === RUN TestDockerSuite/TestCreateArgs [2021-07-14T07:45:02.823Z] === RUN TestDockerSuite/TestCreateByImageID [2021-07-14T07:45:03.080Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-07-14T07:45:04.015Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-07-14T07:45:04.015Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-07-14T07:45:04.015Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-07-14T07:45:04.015Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-07-14T07:45:04.582Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-07-14T07:45:04.840Z] === RUN TestDockerSuite/TestCreateLabels [2021-07-14T07:45:04.840Z] --- PASS: TestServiceUpdateNetwork (14.86s) [2021-07-14T07:45:04.840Z] === RUN TestServiceUpdatePidsLimit [2021-07-14T07:45:05.099Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-07-14T07:45:05.099Z] === RUN TestDockerSuite/TestCreateRM [2021-07-14T07:45:05.357Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-07-14T07:45:05.358Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-07-14T07:45:05.358Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-07-14T07:45:05.358Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-07-14T07:45:05.358Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-07-14T07:45:06.293Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-07-14T07:45:07.672Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-07-14T07:45:07.931Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-07-14T07:45:07.931Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-07-14T07:45:07.931Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-07-14T07:45:12.128Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-07-14T07:45:12.128Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-07-14T07:45:12.128Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-07-14T07:45:12.128Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-07-14T07:45:12.128Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-07-14T07:45:12.128Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-07-14T07:45:12.386Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-07-14T07:45:13.182Z] ok github.com/docker/docker/pkg/plugins 33.620s coverage: 76.6% of statements [2021-07-14T07:45:13.182Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2021-07-14T07:45:13.182Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-07-14T07:45:13.182Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-07-14T07:45:13.182Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-07-14T07:45:13.182Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 75.0% of statements [2021-07-14T07:45:13.182Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-07-14T07:45:14.290Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-07-14T07:45:14.857Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-07-14T07:45:14.857Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-07-14T07:45:15.071Z] ok github.com/docker/docker/pkg/signal 3.287s coverage: 62.3% of statements [2021-07-14T07:45:15.071Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-07-14T07:45:15.328Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-07-14T07:45:15.584Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-07-14T07:45:16.147Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 52.9% of statements [2021-07-14T07:45:16.404Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 39.9% of statements [2021-07-14T07:45:16.660Z] ok github.com/docker/docker/pkg/tailfile 0.045s coverage: 88.6% of statements [2021-07-14T07:45:16.757Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-07-14T07:45:17.223Z] ok github.com/docker/docker/pkg/tarsum 0.042s coverage: 89.3% of statements [2021-07-14T07:45:17.223Z] testing: warning: no tests to run [2021-07-14T07:45:17.223Z] coverage: [no statements] [2021-07-14T07:45:17.223Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-07-14T07:45:17.784Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-07-14T07:45:17.784Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-07-14T07:45:17.784Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-07-14T07:45:18.130Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-07-14T07:45:19.067Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-07-14T07:45:19.633Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-07-14T07:45:19.633Z] === RUN TestDockerSuite/TestDevicePermissions [2021-07-14T07:45:19.676Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2021-07-14T07:45:19.932Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2021-07-14T07:45:20.200Z] === RUN TestDockerSuite/TestDockerFails [2021-07-14T07:45:20.200Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-07-14T07:45:20.459Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-07-14T07:45:20.459Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-07-14T07:45:20.495Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 85.1% of statements [2021-07-14T07:45:21.394Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-07-14T07:45:21.438Z] ok github.com/docker/docker/quota 0.252s coverage: 71.4% of statements [2021-07-14T07:45:21.699Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-07-14T07:45:22.329Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-07-14T07:45:22.626Z] ok github.com/docker/docker/registry 0.049s coverage: 58.8% of statements [2021-07-14T07:45:22.895Z] --- PASS: TestServiceUpdatePidsLimit (17.87s) [2021-07-14T07:45:22.895Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.24s) [2021-07-14T07:45:22.895Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.32s) [2021-07-14T07:45:22.895Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.33s) [2021-07-14T07:45:22.895Z] PASS [2021-07-14T07:45:22.895Z] [2021-07-14T07:45:22.895Z] === Skipped [2021-07-14T07:45:22.895Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-07-14T07:45:22.895Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-07-14T07:45:22.895Z] [2021-07-14T07:45:22.895Z] [2021-07-14T07:45:22.895Z] DONE 27 tests, 1 skipped in 194.676s [2021-07-14T07:45:22.895Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-07-14T07:45:22.895Z] ++ 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-07-14T07:45:22.895Z] ++ set -e [2021-07-14T07:45:22.895Z] ++ '[' -n 0 ']' [2021-07-14T07:45:22.895Z] ++ set -x [2021-07-14T07:45:22.895Z] ++ 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-07-14T07:45:22.895Z] INFO: Testing against a local daemon [2021-07-14T07:45:22.895Z] === RUN TestSessionCreate [2021-07-14T07:45:22.895Z] --- PASS: TestSessionCreate (0.03s) [2021-07-14T07:45:22.895Z] === RUN TestSessionCreateWithBadUpgrade [2021-07-14T07:45:22.895Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-07-14T07:45:22.895Z] PASS [2021-07-14T07:45:23.154Z] [2021-07-14T07:45:23.154Z] DONE 2 tests in 0.182s [2021-07-14T07:45:23.154Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-07-14T07:45:23.154Z] ++ 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-07-14T07:45:23.154Z] ++ set -e [2021-07-14T07:45:23.154Z] ++ '[' -n 0 ']' [2021-07-14T07:45:23.154Z] ++ set -x [2021-07-14T07:45:23.154Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-07-14T07:45:23.154Z] INFO: Testing against a local daemon [2021-07-14T07:45:23.154Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-07-14T07:45:23.154Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-07-14T07:45:23.154Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-07-14T07:45:23.154Z] === RUN TestEventsExecDie [2021-07-14T07:45:23.188Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-07-14T07:45:23.188Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-07-14T07:45:23.720Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-07-14T07:45:23.720Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-07-14T07:45:23.750Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-07-14T07:45:23.978Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-07-14T07:45:23.978Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-07-14T07:45:24.006Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-07-14T07:45:24.544Z] --- PASS: TestEventsExecDie (1.27s) [2021-07-14T07:45:24.544Z] === RUN TestEventsBackwardsCompatible [2021-07-14T07:45:24.544Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-07-14T07:45:24.544Z] === RUN TestEventsVolumeCreate [2021-07-14T07:45:24.544Z] --- PASS: TestEventsVolumeCreate (0.07s) [2021-07-14T07:45:24.544Z] === RUN TestInfoBinaryCommits [2021-07-14T07:45:24.544Z] --- PASS: TestInfoBinaryCommits (0.04s) [2021-07-14T07:45:24.544Z] === RUN TestInfoAPIVersioned [2021-07-14T07:45:24.544Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-07-14T07:45:24.544Z] === RUN TestInfoDiscoveryBackend [2021-07-14T07:45:25.111Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-07-14T07:45:25.111Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-07-14T07:45:26.045Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-07-14T07:45:26.045Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-07-14T07:45:26.525Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-07-14T07:45:26.611Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-07-14T07:45:26.611Z] === RUN TestInfoAPI [2021-07-14T07:45:26.611Z] --- PASS: TestInfoAPI (0.02s) [2021-07-14T07:45:26.611Z] === RUN TestInfoAPIWarnings [2021-07-14T07:45:27.455Z] ok github.com/docker/docker/volume/local 0.087s coverage: 76.4% of statements [2021-07-14T07:45:28.019Z] ok github.com/docker/docker/volume/mounts 0.020s coverage: 67.0% of statements [2021-07-14T07:45:28.947Z] ok github.com/docker/docker/volume/service 0.016s coverage: 72.3% of statements [2021-07-14T07:45:30.802Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-07-14T07:45:33.331Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-07-14T07:45:35.233Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-07-14T07:45:37.133Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-07-14T07:45:38.068Z] === RUN TestDockerSuite/TestEventsAttach [2021-07-14T07:45:38.634Z] === RUN TestDockerSuite/TestEventsCommit [2021-07-14T07:45:39.569Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-07-14T07:45:40.136Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-07-14T07:45:41.070Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-07-14T07:45:41.637Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-07-14T07:45:43.011Z] --- PASS: TestInfoAPIWarnings (16.30s) [2021-07-14T07:45:43.011Z] === RUN TestInfoDebug [2021-07-14T07:45:43.578Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-07-14T07:45:43.578Z] --- PASS: TestInfoDebug (0.54s) [2021-07-14T07:45:43.578Z] === RUN TestInfoInsecureRegistries [2021-07-14T07:45:44.145Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2021-07-14T07:45:44.145Z] === RUN TestInfoRegistryMirrors [2021-07-14T07:45:44.712Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-07-14T07:45:44.712Z] === RUN TestLoginFailsWithBadCredentials [2021-07-14T07:45:44.712Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s) [2021-07-14T07:45:44.712Z] === RUN TestPingCacheHeaders [2021-07-14T07:45:44.712Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-07-14T07:45:44.712Z] === RUN TestPingGet [2021-07-14T07:45:44.971Z] --- PASS: TestPingGet (0.02s) [2021-07-14T07:45:44.971Z] === RUN TestPingHead [2021-07-14T07:45:44.971Z] --- PASS: TestPingHead (0.02s) [2021-07-14T07:45:44.971Z] === RUN TestVersion [2021-07-14T07:45:44.971Z] --- PASS: TestVersion (0.02s) [2021-07-14T07:45:44.971Z] PASS [2021-07-14T07:45:44.971Z] [2021-07-14T07:45:44.971Z] === Skipped [2021-07-14T07:45:44.971Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-07-14T07:45:44.971Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-07-14T07:45:44.971Z] [2021-07-14T07:45:44.971Z] [2021-07-14T07:45:44.971Z] DONE 19 tests, 1 skipped in 21.856s [2021-07-14T07:45:44.971Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-07-14T07:45:44.971Z] ++ 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-07-14T07:45:44.971Z] ++ set -e [2021-07-14T07:45:44.971Z] ++ '[' -n 0 ']' [2021-07-14T07:45:44.971Z] ++ set -x [2021-07-14T07:45:44.971Z] ++ 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-07-14T07:45:44.971Z] INFO: Testing against a local daemon [2021-07-14T07:45:44.971Z] === RUN TestVolumesCreateAndList [2021-07-14T07:45:44.971Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-07-14T07:45:44.971Z] === RUN TestVolumesRemove [2021-07-14T07:45:45.230Z] --- PASS: TestVolumesRemove (0.08s) [2021-07-14T07:45:45.230Z] === RUN TestVolumesInspect [2021-07-14T07:45:45.230Z] --- PASS: TestVolumesInspect (0.02s) [2021-07-14T07:45:45.230Z] === RUN TestVolumesInvalidJSON [2021-07-14T07:45:45.230Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-07-14T07:45:45.230Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-07-14T07:45:45.230Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-07-14T07:45:45.230Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-07-14T07:45:45.230Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-07-14T07:45:45.230Z] PASS [2021-07-14T07:45:45.230Z] [2021-07-14T07:45:45.230Z] DONE 5 tests in 0.256s [2021-07-14T07:45:45.230Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-07-14T07:45:45.230Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-07-14T07:45:45.489Z] ++++ cat bundles/test-integration/docker.pid [2021-07-14T07:45:45.489Z] +++ kill 5766 [2021-07-14T07:45:45.747Z] +++ /etc/init.d/apparmor stop [2021-07-14T07:45:45.747Z] Leaving: AppArmorNo profiles have been unloaded. [2021-07-14T07:45:45.747Z] [2021-07-14T07:45:45.747Z] Unloading profiles will leave already running processes permanently [2021-07-14T07:45:45.747Z] unconfined, which can lead to unexpected situations. [2021-07-14T07:45:45.747Z] [2021-07-14T07:45:45.747Z] To set a process to complain mode, use the command line tool [2021-07-14T07:45:45.747Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-07-14T07:45:45.747Z] +++ true [2021-07-14T07:45:45.747Z] exiting test-integration [2021-07-14T07:45:45.747Z] ++ exit 0 [2021-07-14T07:45:45.747Z] [2021-07-14T07:45:46.683Z] + for job in $(jobs -p) [2021-07-14T07:45:46.683Z] + wait 4224 [2021-07-14T07:45:49.226Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-07-14T07:45:49.484Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-07-14T07:45:50.858Z] === RUN TestDockerSuite/TestEventsCopy [2021-07-14T07:45:52.233Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-07-14T07:45:53.608Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-07-14T07:45:54.177Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-07-14T07:45:54.177Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-07-14T07:45:55.553Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-07-14T07:45:56.118Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-07-14T07:45:56.377Z] === RUN TestDockerSuite/TestEventsFilterType [2021-07-14T07:45:56.635Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-07-14T07:45:56.635Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-07-14T07:45:56.635Z] === RUN TestDockerSuite/TestEventsFilters [2021-07-14T07:45:58.009Z] === RUN TestDockerSuite/TestEventsFormat [2021-07-14T07:45:59.387Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-07-14T07:45:59.387Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-07-14T07:45:59.387Z] === RUN TestDockerSuite/TestEventsImageImport [2021-07-14T07:46:00.321Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-07-14T07:46:00.579Z] === RUN TestDockerSuite/TestEventsImagePull [2021-07-14T07:46:00.836Z] === RUN TestDockerSuite/TestEventsImageTag [2021-07-14T07:46:02.210Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-07-14T07:46:02.210Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-07-14T07:46:02.210Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-07-14T07:46:02.210Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-07-14T07:46:02.210Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-07-14T07:46:02.210Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-07-14T07:46:03.585Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-07-14T07:46:04.521Z] === RUN TestDockerSuite/TestEventsRename [2021-07-14T07:46:05.087Z] === RUN TestDockerSuite/TestEventsResize [2021-07-14T07:46:05.655Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-07-14T07:46:10.937Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-07-14T07:46:11.503Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-07-14T07:46:12.878Z] === RUN TestDockerSuite/TestEventsStreaming [2021-07-14T07:46:13.813Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-07-14T07:46:16.346Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-07-14T07:46:17.283Z] === RUN TestDockerSuite/TestEventsTop [2021-07-14T07:46:18.219Z] === RUN TestDockerSuite/TestEventsUntag [2021-07-14T07:46:18.477Z] docker_api_swarm_service_test.go:394: [df0550c48e650] joining swarm manager [d43621f3c26b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:46:19.412Z] docker_api_swarm_service_test.go:394: [de32e80bd438f] joining swarm manager [d43621f3c26b8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:46:20.788Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-07-14T07:46:32.988Z] === RUN TestDockerSuite/TestExec [2021-07-14T07:46:32.988Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-07-14T07:46:33.922Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-07-14T07:46:34.502Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-07-14T07:46:35.078Z] === RUN TestDockerSuite/TestExecAPIStart [2021-07-14T07:46:36.012Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-07-14T07:46:37.390Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-07-14T07:46:38.325Z] docker_api_swarm_service_test.go:342: [db4dfe2592bf3] joining swarm manager [df3484e419bb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:46:38.892Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-07-14T07:46:39.459Z] docker_api_swarm_service_test.go:342: [dbb76df9dfc7e] joining swarm manager [df3484e419bb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:46:40.025Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-07-14T07:46:41.928Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-07-14T07:46:42.864Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-07-14T07:46:44.768Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-07-14T07:46:45.702Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-07-14T07:46:47.607Z] === RUN TestDockerSuite/TestExecCgroup [2021-07-14T07:46:50.139Z] === RUN TestDockerSuite/TestExecEnv [2021-07-14T07:46:50.313Z] ok github.com/docker/docker/libnetwork/networkdb 156.180s coverage: 60.2% of statements [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/oci/caps [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/pkg/term [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/rootless [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/testutil/request [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/volume [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-07-14T07:46:50.313Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-07-14T07:46:50.313Z] [2021-07-14T07:46:50.313Z] === Skipped [2021-07-14T07:46:50.313Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-07-14T07:46:50.313Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-07-14T07:46:50.313Z] [2021-07-14T07:46:50.313Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-07-14T07:46:50.314Z] network_proxy_test.go:212: No support for dual stack yet [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-07-14T07:46:50.314Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-07-14T07:46:50.314Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-07-14T07:46:50.314Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:46:50.314Z] graphtest_unix.go:44: Driver btrfs not supported [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-07-14T07:46:50.314Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:46:50.314Z] graphtest_unix.go:44: Driver btrfs not supported [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-07-14T07:46:50.314Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:46:50.314Z] graphtest_unix.go:44: Driver btrfs not supported [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-07-14T07:46:50.314Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:46:50.314Z] graphtest_unix.go:44: Driver btrfs not supported [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-07-14T07:46:50.314Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:46:50.314Z] graphtest_unix.go:44: Driver btrfs not supported [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-07-14T07:46:50.314Z] graphtest_unix.go:71: No driver to put! [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-07-14T07:46:50.314Z] time="2021-07-14T07:42:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-14T07:46:50.314Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-07-14T07:46:50.314Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-07-14T07:46:50.314Z] time="2021-07-14T07:42:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-14T07:46:50.314Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-07-14T07:46:50.314Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-07-14T07:46:50.314Z] time="2021-07-14T07:42:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-14T07:46:50.314Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-07-14T07:46:50.314Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-07-14T07:46:50.314Z] time="2021-07-14T07:42:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-14T07:46:50.314Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-07-14T07:46:50.314Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-07-14T07:46:50.314Z] time="2021-07-14T07:42:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-07-14T07:46:50.314Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-07-14T07:46:50.314Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-07-14T07:46:50.314Z] graphtest_unix.go:71: No driver to put! [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-07-14T07:46:50.314Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-07-14T07:46:50.314Z] overlay_test.go:49: Fails to compute changes intermittently [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-07-14T07:46:50.314Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-07-14T07:46:50.314Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-07-14T07:46:50.314Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:46:50.314Z] graphtest_unix.go:44: Driver zfs not supported [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-07-14T07:46:50.314Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:46:50.314Z] graphtest_unix.go:44: Driver zfs not supported [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-07-14T07:46:50.314Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:46:50.314Z] graphtest_unix.go:44: Driver zfs not supported [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-07-14T07:46:50.314Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:46:50.314Z] graphtest_unix.go:44: Driver zfs not supported [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-07-14T07:46:50.314Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-07-14T07:46:50.314Z] graphtest_unix.go:44: Driver zfs not supported [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-07-14T07:46:50.314Z] graphtest_unix.go:71: No driver to put! [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: libnetwork TestParallel1 (0.00s) [2021-07-14T07:46:50.314Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: libnetwork TestParallel3 (0.00s) [2021-07-14T07:46:50.314Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: libnetwork TestParallel2 (0.00s) [2021-07-14T07:46:50.314Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-07-14T07:46:50.314Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-07-14T07:46:50.314Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-07-14T07:46:50.314Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-07-14T07:46:50.314Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-07-14T07:46:50.314Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-07-14T07:46:50.314Z] firewalld_test.go:13: firewalld is not running [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-07-14T07:46:50.314Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-07-14T07:46:50.314Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] [2021-07-14T07:46:50.314Z] DONE 2627 tests, 37 skipped in 409.960s Post stage [Pipeline] junit [2021-07-14T07:46:50.324Z] Recording test results [2021-07-14T07:46:50.743Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-07-14T07:46:51.071Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42636/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=95b26c9285cfe5e6a04a61c128a7caea7c2045f2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:95b26c9285cfe5e6a04a61c128a7caea7c2045f2 hack/validate/vendor [2021-07-14T07:46:51.074Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-07-14T07:46:52.006Z] update vendored copy of archive/tar [2021-07-14T07:46:52.006Z] downloading: https://golang.org/dl/go1.16.6.src.tar.gz [2021-07-14T07:46:52.448Z] === RUN TestDockerSuite/TestExecExitStatus [2021-07-14T07:46:52.949Z] patching file stat_unix.go [2021-07-14T07:46:52.949Z] 2021/07/14 07:46:52 Collecting initial packages [2021-07-14T07:46:53.205Z] 2021/07/14 07:46:53 Download dependencies [2021-07-14T07:46:53.405Z] === RUN TestDockerSuite/TestExecInspectID [2021-07-14T07:46:55.305Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-07-14T07:46:55.871Z] === RUN TestDockerSuite/TestExecInteractive [2021-07-14T07:46:56.470Z] 2021/07/14 07:46:56 Starting whole vndr cycle because no package specified [2021-07-14T07:46:56.471Z] 2021/07/14 07:46:56 Ignoring paths matching "^archive/tar" [2021-07-14T07:46:56.727Z] 2021/07/14 07:46:56 Clone github.com/Microsoft/hcsshim, revision 3ad51c76263bad09548a40e1996960814a12a870, attempt 1/20 [2021-07-14T07:46:56.727Z] 2021/07/14 07:46:56 Clone github.com/bits-and-blooms/bitset, revision 59de210119f50cedaa42d175dc88b6335fcf63f6, attempt 1/20 [2021-07-14T07:46:56.727Z] 2021/07/14 07:46:56 Clone github.com/Microsoft/go-winio, revision 5c2e05d71961716a6c392a06ada435aaf5d5302c, attempt 1/20 [2021-07-14T07:46:56.807Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-07-14T07:46:56.984Z] 2021/07/14 07:46:56 Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20 [2021-07-14T07:46:56.984Z] 2021/07/14 07:46:56 Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20 [2021-07-14T07:46:56.984Z] 2021/07/14 07:46:56 Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20 [2021-07-14T07:46:56.984Z] 2021/07/14 07:46:56 Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20 [2021-07-14T07:46:56.984Z] 2021/07/14 07:46:56 Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20 [2021-07-14T07:46:56.984Z] 2021/07/14 07:46:56 Clone github.com/moby/term, revision 3f7ff695adc6a35abc925370dd0a4dafb48ec64d, attempt 1/20 [2021-07-14T07:46:56.984Z] 2021/07/14 07:46:56 Clone github.com/moby/sys, revision b0f1fd7235275d01bd35cc4421e884e522395f45, attempt 1/20 [2021-07-14T07:46:56.984Z] 2021/07/14 07:46:56 Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20 [2021-07-14T07:46:56.984Z] 2021/07/14 07:46:56 Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20 [2021-07-14T07:46:56.984Z] 2021/07/14 07:46:56 Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20 [2021-07-14T07:46:56.984Z] 2021/07/14 07:46:56 Clone golang.org/x/net, revision e18ecbb051101a46fc263334b127c89bc7bff7ea, attempt 1/20 [2021-07-14T07:46:56.984Z] 2021/07/14 07:46:56 Clone golang.org/x/sys, revision d19ff857e887eacb631721f188c7d365c2331456, attempt 1/20 [2021-07-14T07:46:56.984Z] 2021/07/14 07:46:56 Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20 [2021-07-14T07:46:57.742Z] docker_api_swarm_service_test.go:489: [df559fa4b1b5b] joining swarm manager [d0cb53a8537ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:46:57.914Z] 2021/07/14 07:46:57 Finished clone github.com/docker/go-units [2021-07-14T07:46:57.914Z] 2021/07/14 07:46:57 Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20 [2021-07-14T07:46:57.914Z] 2021/07/14 07:46:57 Finished clone github.com/docker/libtrust [2021-07-14T07:46:57.914Z] 2021/07/14 07:46:57 Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20 [2021-07-14T07:46:58.171Z] 2021/07/14 07:46:58 Finished clone github.com/tchap/go-patricia [2021-07-14T07:46:58.171Z] 2021/07/14 07:46:58 Finished clone github.com/creack/pty [2021-07-14T07:46:58.171Z] 2021/07/14 07:46:58 Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20 [2021-07-14T07:46:58.171Z] 2021/07/14 07:46:58 Clone gotest.tools/v3, revision 568bc57cc5c19a2ef85e5749870b49a4cc2ab54d, attempt 1/20 [2021-07-14T07:46:58.171Z] 2021/07/14 07:46:58 Finished clone github.com/bits-and-blooms/bitset [2021-07-14T07:46:58.171Z] 2021/07/14 07:46:58 Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20 [2021-07-14T07:46:58.171Z] 2021/07/14 07:46:58 Finished clone github.com/moby/locker [2021-07-14T07:46:58.171Z] 2021/07/14 07:46:58 Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20 [2021-07-14T07:46:58.171Z] 2021/07/14 07:46:58 Finished clone github.com/google/uuid [2021-07-14T07:46:58.171Z] 2021/07/14 07:46:58 Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20 [2021-07-14T07:46:58.171Z] 2021/07/14 07:46:58 Finished clone github.com/moby/term [2021-07-14T07:46:58.171Z] 2021/07/14 07:46:58 Clone golang.org/x/sync, revision 036812b2e83c0ddf193dd5a34e034151da389d09, attempt 1/20 [2021-07-14T07:46:58.171Z] 2021/07/14 07:46:58 Clone github.com/moby/buildkit, revision 9f254e18360a24c2ae47b26f772c3c89533bcbb7, attempt 1/20 [2021-07-14T07:46:58.171Z] 2021/07/14 07:46:58 Finished clone github.com/moby/sys [2021-07-14T07:46:58.309Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-07-14T07:46:58.428Z] 2021/07/14 07:46:58 Finished clone github.com/Microsoft/go-winio [2021-07-14T07:46:58.428Z] 2021/07/14 07:46:58 Clone github.com/tonistiigi/fsutil, revision d72af97c0eaf93c1d20360e3cb9c63c223675b83, attempt 1/20 [2021-07-14T07:46:58.428Z] 2021/07/14 07:46:58 Finished clone github.com/gorilla/mux [2021-07-14T07:46:58.428Z] 2021/07/14 07:46:58 Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20 [2021-07-14T07:46:58.567Z] docker_api_swarm_service_test.go:489: [d360ee5ca7945] joining swarm manager [d0cb53a8537ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:46:58.992Z] 2021/07/14 07:46:58 Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20 [2021-07-14T07:46:58.992Z] 2021/07/14 07:46:58 Finished clone github.com/sirupsen/logrus [2021-07-14T07:46:59.250Z] 2021/07/14 07:46:59 Finished clone github.com/syndtr/gocapability [2021-07-14T07:46:59.250Z] 2021/07/14 07:46:59 Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20 [2021-07-14T07:46:59.507Z] 2021/07/14 07:46:59 Finished clone github.com/RackSec/srslog [2021-07-14T07:46:59.507Z] 2021/07/14 07:46:59 Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20 [2021-07-14T07:46:59.507Z] 2021/07/14 07:46:59 Finished clone github.com/tonistiigi/units [2021-07-14T07:46:59.507Z] 2021/07/14 07:46:59 Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20 [2021-07-14T07:46:59.764Z] 2021/07/14 07:46:59 Finished clone github.com/imdario/mergo [2021-07-14T07:46:59.764Z] 2021/07/14 07:46:59 Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20 [2021-07-14T07:46:59.764Z] 2021/07/14 07:46:59 Finished clone golang.org/x/sync [2021-07-14T07:46:59.764Z] 2021/07/14 07:46:59 Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20 [2021-07-14T07:46:59.764Z] 2021/07/14 07:46:59 Finished clone gotest.tools/v3 [2021-07-14T07:46:59.764Z] 2021/07/14 07:46:59 Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20 [2021-07-14T07:46:59.943Z] === RUN TestDockerSuite/TestExecParseError [2021-07-14T07:47:00.021Z] 2021/07/14 07:47:00 Finished clone github.com/google/go-cmp [2021-07-14T07:47:00.021Z] 2021/07/14 07:47:00 Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20 [2021-07-14T07:47:00.278Z] 2021/07/14 07:47:00 Finished clone github.com/grpc-ecosystem/grpc-opentracing [2021-07-14T07:47:00.278Z] 2021/07/14 07:47:00 Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20 [2021-07-14T07:47:00.840Z] 2021/07/14 07:47:00 Finished clone github.com/docker/go-connections [2021-07-14T07:47:00.840Z] 2021/07/14 07:47:00 Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20 [2021-07-14T07:47:00.840Z] 2021/07/14 07:47:00 Finished clone github.com/google/shlex [2021-07-14T07:47:00.840Z] 2021/07/14 07:47:00 Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20 [2021-07-14T07:47:00.840Z] 2021/07/14 07:47:00 Finished clone github.com/opentracing/opentracing-go [2021-07-14T07:47:00.840Z] 2021/07/14 07:47:00 Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20 [2021-07-14T07:47:00.878Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-07-14T07:47:01.097Z] 2021/07/14 07:47:00 Finished clone github.com/opentracing-contrib/go-stdlib [2021-07-14T07:47:01.097Z] 2021/07/14 07:47:00 Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20 [2021-07-14T07:47:01.097Z] 2021/07/14 07:47:01 Finished clone github.com/mitchellh/hashstructure [2021-07-14T07:47:01.097Z] 2021/07/14 07:47:01 Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20 [2021-07-14T07:47:01.097Z] 2021/07/14 07:47:01 Finished clone github.com/gofrs/flock [2021-07-14T07:47:01.097Z] 2021/07/14 07:47:01 Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20 [2021-07-14T07:47:01.662Z] 2021/07/14 07:47:01 Finished clone github.com/docker/go-events [2021-07-14T07:47:01.662Z] 2021/07/14 07:47:01 Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20 [2021-07-14T07:47:01.814Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-07-14T07:47:01.919Z] 2021/07/14 07:47:01 Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20 [2021-07-14T07:47:01.919Z] 2021/07/14 07:47:01 Finished clone github.com/armon/go-radix [2021-07-14T07:47:02.483Z] 2021/07/14 07:47:02 Finished clone github.com/armon/go-metrics [2021-07-14T07:47:02.483Z] 2021/07/14 07:47:02 Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20 [2021-07-14T07:47:02.483Z] 2021/07/14 07:47:02 Finished clone github.com/sean-/seed [2021-07-14T07:47:02.483Z] 2021/07/14 07:47:02 Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20 [2021-07-14T07:47:02.740Z] 2021/07/14 07:47:02 Finished clone github.com/tonistiigi/fsutil [2021-07-14T07:47:02.740Z] 2021/07/14 07:47:02 Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20 [2021-07-14T07:47:02.740Z] 2021/07/14 07:47:02 Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20 [2021-07-14T07:47:02.740Z] 2021/07/14 07:47:02 Finished clone github.com/hashicorp/errwrap [2021-07-14T07:47:02.748Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-07-14T07:47:03.670Z] 2021/07/14 07:47:03 Finished clone github.com/hashicorp/go-multierror [2021-07-14T07:47:03.670Z] 2021/07/14 07:47:03 Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20 [2021-07-14T07:47:03.670Z] 2021/07/14 07:47:03 Finished clone github.com/hashicorp/memberlist [2021-07-14T07:47:03.670Z] 2021/07/14 07:47:03 Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20 [2021-07-14T07:47:04.234Z] 2021/07/14 07:47:04 Finished clone github.com/vishvananda/netns [2021-07-14T07:47:04.234Z] 2021/07/14 07:47:04 Clone github.com/coreos/etcd, revision 2c834459e1aab78a5d5219c7dfe42335fc4b617a, attempt 1/20 [2021-07-14T07:47:04.491Z] 2021/07/14 07:47:04 Finished clone github.com/hashicorp/go-sockaddr [2021-07-14T07:47:04.491Z] 2021/07/14 07:47:04 Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20 [2021-07-14T07:47:04.749Z] 2021/07/14 07:47:04 Finished clone github.com/golang/gddo [2021-07-14T07:47:04.749Z] 2021/07/14 07:47:04 Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20 [2021-07-14T07:47:04.749Z] 2021/07/14 07:47:04 Finished clone github.com/docker/libkv [2021-07-14T07:47:04.749Z] 2021/07/14 07:47:04 Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20 [2021-07-14T07:47:05.312Z] 2021/07/14 07:47:05 Finished clone github.com/samuel/go-zookeeper [2021-07-14T07:47:05.312Z] 2021/07/14 07:47:05 Clone github.com/ishidawataru/sctp, revision f2269e66cdee387bd321445d5d300893449805be, attempt 1/20 [2021-07-14T07:47:05.312Z] 2021/07/14 07:47:05 Finished clone github.com/deckarep/golang-set [2021-07-14T07:47:05.312Z] 2021/07/14 07:47:05 Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20 [2021-07-14T07:47:05.312Z] 2021/07/14 07:47:05 Finished clone github.com/moby/ipvs [2021-07-14T07:47:05.312Z] 2021/07/14 07:47:05 Clone github.com/json-iterator/go, revision a1ca0830781e007c66b225121d2cdb3a649421f6, attempt 1/20 [2021-07-14T07:47:05.876Z] 2021/07/14 07:47:05 Finished clone github.com/coreos/go-semver [2021-07-14T07:47:05.876Z] 2021/07/14 07:47:05 Clone github.com/modern-go/concurrent, revision bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94, attempt 1/20 [2021-07-14T07:47:06.133Z] 2021/07/14 07:47:06 Finished clone github.com/vishvananda/netlink [2021-07-14T07:47:06.133Z] 2021/07/14 07:47:06 Clone github.com/modern-go/reflect2, revision 94122c33edd36123c84d5368cfb2b69df93a0ec8, attempt 1/20 [2021-07-14T07:47:06.390Z] 2021/07/14 07:47:06 Finished clone github.com/ishidawataru/sctp [2021-07-14T07:47:06.390Z] 2021/07/14 07:47:06 Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20 [2021-07-14T07:47:06.647Z] 2021/07/14 07:47:06 Finished clone github.com/hashicorp/go-msgpack [2021-07-14T07:47:06.647Z] 2021/07/14 07:47:06 Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20 [2021-07-14T07:47:06.904Z] 2021/07/14 07:47:06 Finished clone golang.org/x/net [2021-07-14T07:47:06.904Z] 2021/07/14 07:47:06 Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20 [2021-07-14T07:47:06.932Z] === RUN TestDockerSuite/TestExecSetEnv [2021-07-14T07:47:07.191Z] === RUN TestDockerSuite/TestExecStartFails [2021-07-14T07:47:07.467Z] 2021/07/14 07:47:07 Finished clone github.com/modern-go/concurrent [2021-07-14T07:47:07.467Z] 2021/07/14 07:47:07 Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20 [2021-07-14T07:47:07.467Z] 2021/07/14 07:47:07 Finished clone github.com/modern-go/reflect2 [2021-07-14T07:47:07.467Z] 2021/07/14 07:47:07 Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20 [2021-07-14T07:47:08.125Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-07-14T07:47:08.397Z] 2021/07/14 07:47:08 Finished clone go.etcd.io/bbolt [2021-07-14T07:47:08.397Z] 2021/07/14 07:47:08 Clone github.com/opencontainers/runc, revision b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7, attempt 1/20 [2021-07-14T07:47:08.397Z] 2021/07/14 07:47:08 Clone github.com/opencontainers/runtime-spec, revision 1c3f411f041711bbeecf35ff7e93461ea6789220, attempt 1/20 [2021-07-14T07:47:08.397Z] 2021/07/14 07:47:08 Finished clone github.com/json-iterator/go [2021-07-14T07:47:08.397Z] 2021/07/14 07:47:08 Finished clone github.com/opencontainers/go-digest [2021-07-14T07:47:08.397Z] 2021/07/14 07:47:08 Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20 [2021-07-14T07:47:08.960Z] 2021/07/14 07:47:08 Finished clone github.com/mistifyio/go-zfs [2021-07-14T07:47:08.960Z] 2021/07/14 07:47:08 Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20 [2021-07-14T07:47:10.854Z] 2021/07/14 07:47:10 Finished clone github.com/cyphar/filepath-securejoin [2021-07-14T07:47:10.854Z] 2021/07/14 07:47:10 Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20 [2021-07-14T07:47:10.854Z] 2021/07/14 07:47:10 Finished clone github.com/grpc-ecosystem/go-grpc-middleware [2021-07-14T07:47:10.854Z] 2021/07/14 07:47:10 Clone github.com/coreos/go-systemd/v22, revision 256724e3db397c5ca4287b8f0c78e9e8492fdb01, attempt 1/20 [2021-07-14T07:47:10.854Z] 2021/07/14 07:47:10 Finished clone github.com/hashicorp/serf [2021-07-14T07:47:10.854Z] 2021/07/14 07:47:10 Clone github.com/godbus/dbus/v5, revision c88335c0b1d28a30e7fc76d526a06154b85e5d97, attempt 1/20 [2021-07-14T07:47:11.784Z] 2021/07/14 07:47:11 Finished clone github.com/opencontainers/runtime-spec [2021-07-14T07:47:11.784Z] 2021/07/14 07:47:11 Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20 [2021-07-14T07:47:12.347Z] 2021/07/14 07:47:12 Finished clone github.com/vbatts/tar-split [2021-07-14T07:47:12.347Z] 2021/07/14 07:47:12 Clone github.com/fluent/fluent-logger-golang, revision b9b7fb02ccfee8ba4e69aa87386820c2bf24fd11, attempt 1/20 [2021-07-14T07:47:12.347Z] 2021/07/14 07:47:12 Finished clone github.com/opencontainers/image-spec [2021-07-14T07:47:12.347Z] 2021/07/14 07:47:12 Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20 [2021-07-14T07:47:12.910Z] 2021/07/14 07:47:12 Finished clone github.com/coreos/go-systemd [2021-07-14T07:47:12.910Z] 2021/07/14 07:47:12 Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20 [2021-07-14T07:47:13.167Z] 2021/07/14 07:47:13 Finished clone github.com/coreos/go-systemd/v22 [2021-07-14T07:47:13.167Z] 2021/07/14 07:47:13 Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20 [2021-07-14T07:47:13.167Z] 2021/07/14 07:47:13 Finished clone github.com/godbus/dbus/v5 [2021-07-14T07:47:13.167Z] 2021/07/14 07:47:13 Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20 [2021-07-14T07:47:13.389Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-07-14T07:47:13.424Z] 2021/07/14 07:47:13 Finished clone github.com/Graylog2/go-gelf [2021-07-14T07:47:13.424Z] 2021/07/14 07:47:13 Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20 [2021-07-14T07:47:13.683Z] 2021/07/14 07:47:13 Finished clone github.com/philhofer/fwd [2021-07-14T07:47:13.683Z] 2021/07/14 07:47:13 Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20 [2021-07-14T07:47:13.683Z] 2021/07/14 07:47:13 Finished clone github.com/fluent/fluent-logger-golang [2021-07-14T07:47:13.683Z] 2021/07/14 07:47:13 Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20 [2021-07-14T07:47:15.051Z] 2021/07/14 07:47:14 Finished clone github.com/fsnotify/fsnotify [2021-07-14T07:47:15.051Z] 2021/07/14 07:47:14 Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20 [2021-07-14T07:47:15.051Z] 2021/07/14 07:47:15 Finished clone github.com/bsphere/le_go [2021-07-14T07:47:15.051Z] 2021/07/14 07:47:15 Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20 [2021-07-14T07:47:15.614Z] 2021/07/14 07:47:15 Finished clone github.com/jmespath/go-jmespath [2021-07-14T07:47:15.614Z] 2021/07/14 07:47:15 Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20 [2021-07-14T07:47:16.177Z] 2021/07/14 07:47:16 Finished clone golang.org/x/oauth2 [2021-07-14T07:47:16.177Z] 2021/07/14 07:47:16 Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20 [2021-07-14T07:47:16.744Z] 2021/07/14 07:47:16 Finished clone github.com/golang/groupcache [2021-07-14T07:47:16.744Z] 2021/07/14 07:47:16 Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20 [2021-07-14T07:47:17.322Z] 2021/07/14 07:47:17 Finished clone github.com/tinylib/msgp [2021-07-14T07:47:17.322Z] 2021/07/14 07:47:17 Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20 [2021-07-14T07:47:18.665Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-07-14T07:47:18.688Z] 2021/07/14 07:47:18 Finished clone github.com/googleapis/gax-go [2021-07-14T07:47:18.688Z] 2021/07/14 07:47:18 Clone github.com/containerd/containerd, revision 0e8719f54c6dc6571fc1170da75a85e86c17636b, attempt 1/20 [2021-07-14T07:47:19.599Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-07-14T07:47:19.615Z] 2021/07/14 07:47:19 Finished clone go.opencensus.io [2021-07-14T07:47:19.615Z] 2021/07/14 07:47:19 Clone github.com/containerd/fifo, revision 650e8a8a179d040123db61f016cb133143e7a581, attempt 1/20 [2021-07-14T07:47:20.178Z] 2021/07/14 07:47:20 Finished clone golang.org/x/sys [2021-07-14T07:47:20.178Z] 2021/07/14 07:47:20 Clone github.com/containerd/continuity, revision bce1c3f9669b6f3e7f6656ee715b0b4d75fa64a6, attempt 1/20 [2021-07-14T07:47:20.536Z] === RUN TestDockerSuite/TestExecTTY [2021-07-14T07:47:20.794Z] docker_api_swarm_service_test.go:127: [d1629b591a930] joining swarm manager [dbf2ef5565bce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:47:21.106Z] 2021/07/14 07:47:20 Finished clone github.com/containerd/fifo [2021-07-14T07:47:21.106Z] 2021/07/14 07:47:20 Clone github.com/containerd/cgroups, revision b9de8a2212026c07cec67baf3323f1fc0121e048, attempt 1/20 [2021-07-14T07:47:21.106Z] 2021/07/14 07:47:21 Finished clone github.com/miekg/dns [2021-07-14T07:47:21.106Z] 2021/07/14 07:47:21 Clone github.com/containerd/console, revision 2f1e3d2b6afd18e8b2077816c711205a0b4d8769, attempt 1/20 [2021-07-14T07:47:21.729Z] docker_api_swarm_service_test.go:128: [d34f577984963] joining swarm manager [dbf2ef5565bce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:47:21.987Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-07-14T07:47:23.625Z] 2021/07/14 07:47:23 Finished clone github.com/containerd/cgroups [2021-07-14T07:47:23.625Z] 2021/07/14 07:47:23 Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20 [2021-07-14T07:47:23.891Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-07-14T07:47:24.190Z] 2021/07/14 07:47:24 Clone github.com/containerd/typeurl, revision 5e43fb8b75ed2f2305fc04e6918c8d10636771bc, attempt 1/20 [2021-07-14T07:47:24.190Z] 2021/07/14 07:47:24 Finished clone github.com/containerd/console [2021-07-14T07:47:24.458Z] === RUN TestDockerSuite/TestExecUlimits [2021-07-14T07:47:25.026Z] docker_api_swarm_service_test.go:136: [d55b8201fc553] joining swarm manager [dbf2ef5565bce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-07-14T07:47:25.122Z] 2021/07/14 07:47:24 Finished clone github.com/containerd/go-runc [2021-07-14T07:47:25.122Z] 2021/07/14 07:47:24 Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20 [2021-07-14T07:47:25.122Z] 2021/07/14 07:47:24 Finished clone golang.org/x/text [2021-07-14T07:47:25.122Z] 2021/07/14 07:47:24 Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20 [2021-07-14T07:47:25.685Z] 2021/07/14 07:47:25 Finished clone github.com/containerd/typeurl [2021-07-14T07:47:25.685Z] 2021/07/14 07:47:25 Clone github.com/cilium/ebpf, revision ef54c303d1fff1e80a9bf20f00a378fde5419d61, attempt 1/20 [2021-07-14T07:47:25.941Z] 2021/07/14 07:47:26 Clone github.com/klauspost/compress, revision a3b7545c88eea469c2246bee0e6c130525d56190, attempt 1/20 [2021-07-14T07:47:25.961Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-07-14T07:47:25.961Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-07-14T07:47:25.961Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-07-14T07:47:25.961Z] docker_api_swarm_service_test.go:137: [d17691ca47429] joining swarm manager [dbf2ef5565bce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-07-14T07:47:26.198Z] 2021/07/14 07:47:26 Finished clone github.com/containerd/continuity [2021-07-14T07:47:26.198Z] 2021/07/14 07:47:26 Finished clone github.com/opencontainers/runc [2021-07-14T07:47:26.198Z] 2021/07/14 07:47:26 Clone github.com/pelletier/go-toml, revision 65ca8064882c8c308e5c804c5d5443d409e0738c, attempt 1/20 [2021-07-14T07:47:26.198Z] 2021/07/14 07:47:26 Finished clone github.com/containerd/ttrpc [2021-07-14T07:47:26.198Z] 2021/07/14 07:47:26 Clone github.com/docker/swarmkit, revision 2dcf70aafdc9ea55af3aaaeca440638cde0ecda6, attempt 1/20 [2021-07-14T07:47:27.129Z] 2021/07/14 07:47:27 Finished clone github.com/gogo/googleapis [2021-07-14T07:47:27.129Z] 2021/07/14 07:47:27 Clone github.com/gogo/protobuf, revision b03c65ea87cdc3521ede29f62fe3ce239267c1bc, attempt 1/20 [2021-07-14T07:47:27.129Z] 2021/07/14 07:47:27 Finished clone google.golang.org/grpc [2021-07-14T07:47:27.129Z] 2021/07/14 07:47:27 Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20 [2021-07-14T07:47:27.691Z] 2021/07/14 07:47:27 Finished clone github.com/moby/buildkit [2021-07-14T07:47:27.691Z] 2021/07/14 07:47:27 Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20 [2021-07-14T07:47:28.254Z] 2021/07/14 07:47:28 Finished clone github.com/docker/distribution [2021-07-14T07:47:28.254Z] 2021/07/14 07:47:28 Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20 [2021-07-14T07:47:28.492Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-07-14T07:47:29.425Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-07-14T07:47:29.624Z] 2021/07/14 07:47:29 Finished clone github.com/pelletier/go-toml [2021-07-14T07:47:29.624Z] 2021/07/14 07:47:29 Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20 [2021-07-14T07:47:29.624Z] 2021/07/14 07:47:29 Finished clone github.com/fernet/fernet-go [2021-07-14T07:47:29.624Z] 2021/07/14 07:47:29 Clone golang.org/x/crypto, revision 0c34fe9e7dc2486962ef9867e3edb3503537209f, attempt 1/20 [2021-07-14T07:47:30.187Z] 2021/07/14 07:47:30 Finished clone github.com/Microsoft/hcsshim [2021-07-14T07:47:30.187Z] 2021/07/14 07:47:30 Clone golang.org/x/time, revision 3af7569d3a1e776fc2a3c1cec133b43105ea9c2e, attempt 1/20 [2021-07-14T07:47:31.118Z] 2021/07/14 07:47:30 Finished clone github.com/cilium/ebpf [2021-07-14T07:47:31.118Z] 2021/07/14 07:47:30 Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20 [2021-07-14T07:47:31.325Z] === RUN TestDockerSuite/TestExecWithTERM [2021-07-14T07:47:31.892Z] === RUN TestDockerSuite/TestExecWithUser [2021-07-14T07:47:32.048Z] 2021/07/14 07:47:31 Finished clone golang.org/x/time [2021-07-14T07:47:32.048Z] 2021/07/14 07:47:31 Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20 [2021-07-14T07:47:32.611Z] 2021/07/14 07:47:32 Finished clone github.com/hashicorp/go-memdb [2021-07-14T07:47:32.611Z] 2021/07/14 07:47:32 Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20 [2021-07-14T07:47:32.868Z] 2021/07/14 07:47:32 Finished clone github.com/hashicorp/go-immutable-radix [2021-07-14T07:47:32.868Z] 2021/07/14 07:47:32 Clone github.com/coreos/pkg, revision 97fdf19511ea361ae1c100dd393cc47f8dcfa1e1, attempt 1/20 [2021-07-14T07:47:33.268Z] === RUN TestDockerSuite/TestGetContainerStats [2021-07-14T07:47:34.237Z] 2021/07/14 07:47:34 Finished clone github.com/hashicorp/golang-lru [2021-07-14T07:47:34.237Z] 2021/07/14 07:47:34 Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20 [2021-07-14T07:47:34.237Z] 2021/07/14 07:47:34 Finished clone github.com/coreos/pkg [2021-07-14T07:47:34.237Z] 2021/07/14 07:47:34 Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20 [2021-07-14T07:47:36.133Z] 2021/07/14 07:47:35 Finished clone github.com/golang/protobuf [2021-07-14T07:47:36.133Z] 2021/07/14 07:47:35 Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20 [2021-07-14T07:47:36.697Z] 2021/07/14 07:47:36 Finished clone golang.org/x/crypto [2021-07-14T07:47:36.697Z] 2021/07/14 07:47:36 Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20 [2021-07-14T07:47:37.261Z] 2021/07/14 07:47:37 Finished clone github.com/beorn7/perks [2021-07-14T07:47:37.261Z] 2021/07/14 07:47:37 Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20 [2021-07-14T07:47:38.190Z] 2021/07/14 07:47:38 Finished clone github.com/prometheus/client_golang [2021-07-14T07:47:38.190Z] 2021/07/14 07:47:38 Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20 [2021-07-14T07:47:38.459Z] 2021/07/14 07:47:38 Finished clone github.com/prometheus/client_model [2021-07-14T07:47:38.459Z] 2021/07/14 07:47:38 Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20 [2021-07-14T07:47:38.556Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-07-14T07:47:39.023Z] 2021/07/14 07:47:38 Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20 [2021-07-14T07:47:39.023Z] 2021/07/14 07:47:38 Finished clone code.cloudfoundry.org/clock [2021-07-14T07:47:39.953Z] 2021/07/14 07:47:39 Finished clone github.com/matttproud/golang_protobuf_extensions [2021-07-14T07:47:39.953Z] 2021/07/14 07:47:39 Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20 [2021-07-14T07:47:40.886Z] 2021/07/14 07:47:40 Finished clone github.com/pkg/errors [2021-07-14T07:47:40.886Z] 2021/07/14 07:47:40 Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20 [2021-07-14T07:47:40.886Z] 2021/07/14 07:47:40 Finished clone github.com/prometheus/common [2021-07-14T07:47:40.886Z] 2021/07/14 07:47:40 Clone github.com/spf13/cobra, revision 8380ddd3132bdf8fd77731725b550c181dda0aa8, attempt 1/20 [2021-07-14T07:47:41.451Z] 2021/07/14 07:47:41 Finished clone github.com/prometheus/procfs [2021-07-14T07:47:41.451Z] 2021/07/14 07:47:41 Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20 [2021-07-14T07:47:41.708Z] 2021/07/14 07:47:41 Finished clone github.com/grpc-ecosystem/go-grpc-prometheus [2021-07-14T07:47:41.708Z] 2021/07/14 07:47:41 Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20 [2021-07-14T07:47:42.272Z] 2021/07/14 07:47:42 Finished clone github.com/cespare/xxhash/v2 [2021-07-14T07:47:42.272Z] 2021/07/14 07:47:42 Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20 [2021-07-14T07:47:42.737Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-07-14T07:47:43.206Z] 2021/07/14 07:47:43 Finished clone github.com/inconshreveable/mousetrap [2021-07-14T07:47:43.206Z] 2021/07/14 07:47:43 Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20 [2021-07-14T07:47:43.770Z] 2021/07/14 07:47:43 Finished clone github.com/spf13/pflag [2021-07-14T07:47:43.770Z] 2021/07/14 07:47:43 Clone github.com/opencontainers/selinux, revision 76bc82e11d854d3e40c08889d13c98abcea72ea2, attempt 1/20 [2021-07-14T07:47:44.028Z] 2021/07/14 07:47:43 Finished clone github.com/morikuni/aec [2021-07-14T07:47:44.028Z] 2021/07/14 07:47:43 Clone github.com/Azure/go-ansiterm, revision d185dfc1b5a126116ea5a19e148e29d16b4574c9, attempt 1/20 [2021-07-14T07:47:44.028Z] 2021/07/14 07:47:44 Finished clone github.com/klauspost/compress [2021-07-14T07:47:44.285Z] 2021/07/14 07:47:44 Finished clone github.com/google/certificate-transparency-go [2021-07-14T07:47:44.285Z] 2021/07/14 07:47:44 Finished clone github.com/spf13/cobra [2021-07-14T07:47:44.637Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-07-14T07:47:44.851Z] 2021/07/14 07:47:44 Finished clone github.com/docker/go-metrics [2021-07-14T07:47:46.745Z] 2021/07/14 07:47:46 Finished clone github.com/Azure/go-ansiterm [2021-07-14T07:47:47.310Z] 2021/07/14 07:47:47 Finished clone github.com/opencontainers/selinux [2021-07-14T07:47:48.818Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-07-14T07:47:49.385Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-07-14T07:47:50.321Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-07-14T07:47:50.321Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-07-14T07:47:50.321Z] === RUN TestDockerSuite/TestHealth [2021-07-14T07:47:50.888Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-07-14T07:47:53.419Z] docker_api_swarm_service_test.go:303: [db69845947b43] joining swarm manager [d41f2ea805a0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:47:53.677Z] docker_api_swarm_service_test.go:303: [dacc2ea6ab9b2] joining swarm manager [d41f2ea805a0b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:47:55.406Z] 2021/07/14 07:47:54 Finished clone github.com/cloudflare/cfssl [2021-07-14T07:48:00.659Z] 2021/07/14 07:48:00 Finished clone github.com/docker/swarmkit [2021-07-14T07:48:04.833Z] 2021/07/14 07:48:04 Finished clone github.com/coreos/etcd [2021-07-14T07:48:04.863Z] --- PASS: TestBuildWCOWSandboxSize (755.62s) [2021-07-14T07:48:04.863Z] === RUN TestBuildWithEmptyDockerfile [2021-07-14T07:48:04.863Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:48:04.863Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:48:04.863Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:48:04.863Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:48:04.863Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:48:04.863Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:48:04.863Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:48:04.863Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:48:04.863Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:48:04.863Z] --- PASS: TestBuildWithEmptyDockerfile (0.53s) [2021-07-14T07:48:04.863Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-07-14T07:48:04.863Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-07-14T07:48:04.863Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-07-14T07:48:04.863Z] === RUN TestBuildPreserveOwnership [2021-07-14T07:48:04.863Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:48:04.863Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-07-14T07:48:04.863Z] === RUN TestBuildPlatformInvalid [2021-07-14T07:48:04.863Z] --- PASS: TestBuildPlatformInvalid (0.43s) [2021-07-14T07:48:04.863Z] PASS [2021-07-14T07:48:04.863Z] ok github.com/docker/docker/integration/build 933.414s [2021-07-14T07:48:04.863Z] [2021-07-14T07:48:04.863Z] === Skipped [2021-07-14T07:48:04.863Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-07-14T07:48:04.863Z] build_session_test.go:25: TODO: BuildKit [2021-07-14T07:48:04.863Z] [2021-07-14T07:48:04.863Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-07-14T07:48:04.863Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:04.863Z] [2021-07-14T07:48:04.863Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-07-14T07:48:04.863Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:48:04.863Z] [2021-07-14T07:48:04.863Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-07-14T07:48:04.863Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:48:04.863Z] [2021-07-14T07:48:04.863Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-07-14T07:48:04.863Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:48:04.863Z] [2021-07-14T07:48:04.863Z] [2021-07-14T07:48:04.863Z] DONE 29 tests, 5 skipped in 968.270s [2021-07-14T07:48:04.863Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-07-14T07:48:05.856Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:48:05.856Z] INFO: Testing against a local daemon [2021-07-14T07:48:05.856Z] === RUN TestConfigInspect [2021-07-14T07:48:05.856Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:05.856Z] --- SKIP: TestConfigInspect (0.00s) [2021-07-14T07:48:05.856Z] === RUN TestConfigList [2021-07-14T07:48:05.856Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:05.856Z] --- SKIP: TestConfigList (0.00s) [2021-07-14T07:48:05.856Z] === RUN TestConfigsCreateAndDelete [2021-07-14T07:48:05.856Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:05.856Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-07-14T07:48:05.856Z] === RUN TestConfigsUpdate [2021-07-14T07:48:05.856Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:05.856Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-07-14T07:48:05.856Z] === RUN TestTemplatedConfig [2021-07-14T07:48:05.856Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:05.856Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-07-14T07:48:05.856Z] === RUN TestConfigCreateResolve [2021-07-14T07:48:05.856Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:48:05.856Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-07-14T07:48:05.856Z] PASS [2021-07-14T07:48:05.856Z] ok github.com/docker/docker/integration/config 0.110s [2021-07-14T07:48:06.325Z] [2021-07-14T07:48:06.325Z] === Skipped [2021-07-14T07:48:06.325Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-07-14T07:48:06.325Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:06.325Z] [2021-07-14T07:48:06.325Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-07-14T07:48:06.325Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:06.326Z] [2021-07-14T07:48:06.326Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-07-14T07:48:06.326Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:06.326Z] [2021-07-14T07:48:06.326Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-07-14T07:48:06.326Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:06.326Z] [2021-07-14T07:48:06.326Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-07-14T07:48:06.326Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:06.326Z] [2021-07-14T07:48:06.326Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-07-14T07:48:06.326Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:48:06.326Z] [2021-07-14T07:48:06.326Z] [2021-07-14T07:48:06.326Z] DONE 6 tests, 6 skipped in 2.729s [2021-07-14T07:48:06.326Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-07-14T07:48:09.004Z] 2021/07/14 07:48:08 Finished clone cloud.google.com/go [2021-07-14T07:48:09.326Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:48:09.326Z] INFO: Testing against a local daemon [2021-07-14T07:48:09.326Z] === RUN TestCheckpoint [2021-07-14T07:48:09.326Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-07-14T07:48:09.326Z] --- SKIP: TestCheckpoint (0.00s) [2021-07-14T07:48:09.326Z] === RUN TestContainerInvalidJSON [2021-07-14T07:48:09.326Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:48:09.326Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:48:09.326Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:48:09.326Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:48:09.326Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:48:09.326Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:48:09.326Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:48:09.326Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:48:09.326Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:48:09.326Z] --- PASS: TestContainerInvalidJSON (0.47s) [2021-07-14T07:48:09.326Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-07-14T07:48:09.326Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-07-14T07:48:09.326Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-07-14T07:48:09.326Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-07-14T07:48:09.326Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.28s) [2021-07-14T07:48:09.326Z] === RUN TestCopyFromContainerPathIsNotDir [2021-07-14T07:48:09.794Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.21s) [2021-07-14T07:48:09.794Z] === RUN TestCopyToContainerPathDoesNotExist [2021-07-14T07:48:09.794Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s) [2021-07-14T07:48:09.794Z] === RUN TestCopyToContainerPathIsNotDir [2021-07-14T07:48:09.935Z] 2021/07/14 07:48:09 Finished clone github.com/containerd/containerd [2021-07-14T07:48:10.268Z] --- PASS: TestCopyToContainerPathIsNotDir (0.20s) [2021-07-14T07:48:10.268Z] === RUN TestCopyFromContainer [2021-07-14T07:48:10.268Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:10.268Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-07-14T07:48:10.268Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-07-14T07:48:10.268Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:48:10.268Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:48:10.268Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:48:10.268Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:48:10.268Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:48:10.268Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:48:10.268Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:48:10.268Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:48:10.268Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:48:10.268Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-07-14T07:48:10.268Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-07-14T07:48:10.268Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-07-14T07:48:10.268Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-07-14T07:48:10.268Z] === RUN TestCreateLinkToNonExistingContainer [2021-07-14T07:48:10.268Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-07-14T07:48:10.268Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-07-14T07:48:10.268Z] === RUN TestCreateWithInvalidEnv [2021-07-14T07:48:10.268Z] === RUN TestCreateWithInvalidEnv/0 [2021-07-14T07:48:10.268Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-07-14T07:48:10.268Z] === RUN TestCreateWithInvalidEnv/1 [2021-07-14T07:48:10.268Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-07-14T07:48:10.268Z] === RUN TestCreateWithInvalidEnv/2 [2021-07-14T07:48:10.268Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-07-14T07:48:10.268Z] === CONT TestCreateWithInvalidEnv/0 [2021-07-14T07:48:10.268Z] === CONT TestCreateWithInvalidEnv/2 [2021-07-14T07:48:10.268Z] === CONT TestCreateWithInvalidEnv/1 [2021-07-14T07:48:10.268Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-07-14T07:48:10.268Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-07-14T07:48:10.268Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-07-14T07:48:10.268Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-07-14T07:48:10.268Z] === RUN TestCreateTmpfsMountsTarget [2021-07-14T07:48:10.268Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:10.268Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-07-14T07:48:10.268Z] === RUN TestCreateWithCustomMaskedPaths [2021-07-14T07:48:10.268Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:48:10.268Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-07-14T07:48:10.268Z] === RUN TestCreateWithCustomReadonlyPaths [2021-07-14T07:48:10.268Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:48:10.268Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-07-14T07:48:10.268Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-07-14T07:48:10.268Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:48:10.268Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:48:10.268Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:48:10.268Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:48:10.268Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:48:10.268Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:48:10.268Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:48:10.268Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:48:10.268Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:48:10.268Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:48:10.268Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:48:10.268Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:48:10.268Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:48:10.268Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:48:10.268Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:48:10.268Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-07-14T07:48:10.268Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-07-14T07:48:10.268Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-07-14T07:48:10.268Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-07-14T07:48:10.268Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-07-14T07:48:10.268Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-07-14T07:48:10.268Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-07-14T07:48:10.268Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-07-14T07:48:10.268Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-07-14T07:48:10.268Z] === RUN TestCreateDifferentPlatform [2021-07-14T07:48:10.268Z] === RUN TestCreateDifferentPlatform/different_os [2021-07-14T07:48:10.268Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-07-14T07:48:10.268Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-07-14T07:48:10.268Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-07-14T07:48:10.268Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-07-14T07:48:10.268Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-07-14T07:48:10.268Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.11s) [2021-07-14T07:48:10.268Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-07-14T07:48:10.268Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-07-14T07:48:10.268Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-07-14T07:48:10.268Z] === RUN TestContainerKillOnDaemonStart [2021-07-14T07:48:10.268Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:10.268Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-07-14T07:48:10.268Z] === RUN TestDiff [2021-07-14T07:48:10.268Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-07-14T07:48:10.268Z] --- SKIP: TestDiff (0.00s) [2021-07-14T07:48:10.268Z] === RUN TestExecWithCloseStdin [2021-07-14T07:48:13.220Z] --- PASS: TestExecWithCloseStdin (2.64s) [2021-07-14T07:48:13.220Z] === RUN TestExec [2021-07-14T07:48:14.813Z] --- PASS: TestExec (1.91s) [2021-07-14T07:48:14.813Z] === RUN TestExecUser [2021-07-14T07:48:14.813Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-07-14T07:48:14.813Z] --- SKIP: TestExecUser (0.00s) [2021-07-14T07:48:14.813Z] === RUN TestExportContainerAndImportImage [2021-07-14T07:48:14.813Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:14.813Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-07-14T07:48:14.813Z] === RUN TestExportContainerAfterDaemonRestart [2021-07-14T07:48:14.813Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:14.813Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-07-14T07:48:14.813Z] === RUN TestHealthCheckWorkdir [2021-07-14T07:48:14.813Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-07-14T07:48:14.813Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-07-14T07:48:14.813Z] === RUN TestHealthKillContainer [2021-07-14T07:48:14.813Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-07-14T07:48:14.813Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-07-14T07:48:14.813Z] === RUN TestInspectCpusetInConfigPre120 [2021-07-14T07:48:14.813Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-07-14T07:48:14.813Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-07-14T07:48:14.813Z] === RUN TestKillContainerInvalidSignal [2021-07-14T07:48:15.612Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-07-14T07:48:15.612Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-07-14T07:48:15.612Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-07-14T07:48:15.612Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-07-14T07:48:15.612Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-07-14T07:48:15.612Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-07-14T07:48:15.612Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-07-14T07:48:15.612Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-07-14T07:48:15.612Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-07-14T07:48:15.612Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-07-14T07:48:15.612Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-07-14T07:48:15.612Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-07-14T07:48:15.612Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-07-14T07:48:15.612Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-07-14T07:48:15.612Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-07-14T07:48:16.569Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-07-14T07:48:16.569Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-07-14T07:48:16.827Z] docker_api_swarm_service_test.go:99: [dae7bf8248362] joining swarm manager [da81d7f571d68]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:48:17.031Z] --- PASS: TestKillContainerInvalidSignal (1.82s) [2021-07-14T07:48:17.032Z] === RUN TestKillContainer [2021-07-14T07:48:17.032Z] === RUN TestKillContainer/no_signal [2021-07-14T07:48:17.393Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-07-14T07:48:17.652Z] docker_api_swarm_service_test.go:100: [daae046795f22] joining swarm manager [da81d7f571d68]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:48:18.218Z] === RUN TestDockerSuite/TestImagesFormat [2021-07-14T07:48:18.476Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-07-14T07:48:18.598Z] === RUN TestKillContainer/non_killing_signal [2021-07-14T07:48:18.598Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-07-14T07:48:18.598Z] === RUN TestKillContainer/killing_signal [2021-07-14T07:48:19.414Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-07-14T07:48:20.821Z] --- PASS: TestKillContainer (4.05s) [2021-07-14T07:48:20.821Z] --- PASS: TestKillContainer/no_signal (1.64s) [2021-07-14T07:48:20.821Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-07-14T07:48:20.821Z] --- PASS: TestKillContainer/killing_signal (2.38s) [2021-07-14T07:48:20.821Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-07-14T07:48:20.821Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:48:20.821Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-07-14T07:48:20.821Z] === RUN TestKillStoppedContainer [2021-07-14T07:48:20.821Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:48:20.821Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-07-14T07:48:20.821Z] === RUN TestKillStoppedContainerAPIPre120 [2021-07-14T07:48:20.821Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:48:20.821Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-07-14T07:48:20.821Z] === RUN TestKillDifferentUserContainer [2021-07-14T07:48:20.821Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-07-14T07:48:20.821Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-07-14T07:48:20.821Z] === RUN TestInspectOomKilledTrue [2021-07-14T07:48:20.821Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:20.821Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-07-14T07:48:20.821Z] === RUN TestInspectOomKilledFalse [2021-07-14T07:48:20.821Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:48:20.821Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-07-14T07:48:20.821Z] === RUN TestLogsFollowTailEmpty [2021-07-14T07:48:22.702Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-07-14T07:48:22.702Z] === RUN TestDockerSuite/TestImportBadURL [2021-07-14T07:48:22.702Z] === RUN TestDockerSuite/TestImportDisplay [2021-07-14T07:48:23.035Z] --- PASS: TestLogsFollowTailEmpty (1.83s) [2021-07-14T07:48:23.035Z] === RUN TestNetworkNat [2021-07-14T07:48:23.035Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-07-14T07:48:23.035Z] --- SKIP: TestNetworkNat (0.00s) [2021-07-14T07:48:23.035Z] === RUN TestNetworkLocalhostTCPNat [2021-07-14T07:48:24.608Z] === RUN TestDockerSuite/TestImportFile [2021-07-14T07:48:24.660Z] --- PASS: TestNetworkLocalhostTCPNat (2.13s) [2021-07-14T07:48:24.660Z] === RUN TestNetworkLoopbackNat [2021-07-14T07:48:24.660Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-07-14T07:48:24.660Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-07-14T07:48:24.660Z] === RUN TestPause [2021-07-14T07:48:24.660Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-07-14T07:48:24.660Z] --- SKIP: TestPause (0.00s) [2021-07-14T07:48:24.660Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-07-14T07:48:24.810Z] 2021/07/14 07:48:22 Finished clone google.golang.org/genproto [2021-07-14T07:48:24.810Z] 2021/07/14 07:48:22 Finished clone github.com/gogo/protobuf [2021-07-14T07:48:26.509Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-07-14T07:48:26.509Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-07-14T07:48:26.874Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.77s) [2021-07-14T07:48:26.874Z] === RUN TestPauseStopPausedContainer [2021-07-14T07:48:26.874Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:26.874Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-07-14T07:48:26.874Z] === RUN TestPsFilter [2021-07-14T07:48:26.874Z] --- PASS: TestPsFilter (0.28s) [2021-07-14T07:48:26.874Z] === RUN TestRemoveContainerWithRemovedVolume [2021-07-14T07:48:27.884Z] === RUN TestDockerSuite/TestImportGzipped [2021-07-14T07:48:29.091Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.39s) [2021-07-14T07:48:29.091Z] === RUN TestRemoveContainerWithVolume [2021-07-14T07:48:29.259Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-07-14T07:48:31.161Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-07-14T07:48:31.307Z] --- PASS: TestRemoveContainerWithVolume (1.85s) [2021-07-14T07:48:31.307Z] === RUN TestRemoveContainerRunning [2021-07-14T07:48:32.094Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-07-14T07:48:32.660Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-07-14T07:48:32.872Z] --- PASS: TestRemoveContainerRunning (1.80s) [2021-07-14T07:48:32.872Z] === RUN TestRemoveContainerForceRemoveRunning [2021-07-14T07:48:33.596Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-07-14T07:48:33.596Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-07-14T07:48:33.596Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-07-14T07:48:34.436Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.62s) [2021-07-14T07:48:34.436Z] === RUN TestRemoveInvalidContainer [2021-07-14T07:48:34.436Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-07-14T07:48:34.436Z] === RUN TestRenameLinkedContainer [2021-07-14T07:48:34.436Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-07-14T07:48:34.436Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-07-14T07:48:34.436Z] === RUN TestRenameStoppedContainer [2021-07-14T07:48:34.539Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-07-14T07:48:35.125Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-07-14T07:48:36.062Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-07-14T07:48:36.651Z] --- PASS: TestRenameStoppedContainer (1.98s) [2021-07-14T07:48:36.651Z] === RUN TestRenameRunningContainerAndReuse [2021-07-14T07:48:37.439Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-07-14T07:48:38.006Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-07-14T07:48:38.941Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-07-14T07:48:38.941Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-07-14T07:48:40.317Z] check_test.go:380: [dae7bf8248362] daemon is not started [2021-07-14T07:48:40.439Z] --- PASS: TestRenameRunningContainerAndReuse (3.47s) [2021-07-14T07:48:40.439Z] === RUN TestRenameInvalidName [2021-07-14T07:48:40.882Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-07-14T07:48:41.448Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-07-14T07:48:42.008Z] --- PASS: TestRenameInvalidName (1.70s) [2021-07-14T07:48:42.008Z] === RUN TestRenameAnonymousContainer [2021-07-14T07:48:42.383Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-07-14T07:48:42.383Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-07-14T07:48:42.951Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-07-14T07:48:42.951Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-07-14T07:48:42.951Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-07-14T07:48:43.886Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-07-14T07:48:44.453Z] === RUN TestDockerSuite/TestInspectDefault [2021-07-14T07:48:45.388Z] === RUN TestDockerSuite/TestInspectHistory [2021-07-14T07:48:45.388Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-07-14T07:48:46.324Z] === RUN TestDockerSuite/TestInspectImage [2021-07-14T07:48:46.324Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-07-14T07:48:46.324Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-07-14T07:48:46.324Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-07-14T07:48:46.324Z] === RUN TestDockerSuite/TestInspectInt64 [2021-07-14T07:48:46.891Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-07-14T07:48:47.828Z] docker_api_swarm_service_test.go:532: [db2c94f4d513f] joining swarm manager [df73fe550f256]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:48:48.087Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-07-14T07:48:48.087Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-07-14T07:48:48.654Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-07-14T07:48:49.592Z] docker_api_swarm_service_test.go:533: [de79283d38bc5] joining swarm manager [df73fe550f256]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:48:49.592Z] === RUN TestDockerSuite/TestInspectPlugin [2021-07-14T07:48:50.670Z] --- PASS: TestRenameAnonymousContainer (8.76s) [2021-07-14T07:48:50.670Z] === RUN TestRenameContainerWithSameName [2021-07-14T07:48:50.967Z] === RUN TestDockerSuite/TestInspectRootFS [2021-07-14T07:48:51.237Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-07-14T07:48:52.237Z] --- PASS: TestRenameContainerWithSameName (1.82s) [2021-07-14T07:48:52.237Z] === RUN TestRenameContainerWithLinkedContainer [2021-07-14T07:48:52.237Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-07-14T07:48:52.237Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-07-14T07:48:52.237Z] === RUN TestResize [2021-07-14T07:48:52.624Z] === RUN TestDockerSuite/TestInspectStatus [2021-07-14T07:48:54.000Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-07-14T07:48:54.453Z] --- PASS: TestResize (1.71s) [2021-07-14T07:48:54.453Z] === RUN TestResizeWithInvalidSize [2021-07-14T07:48:56.018Z] --- PASS: TestResizeWithInvalidSize (1.85s) [2021-07-14T07:48:56.018Z] === RUN TestResizeWhenContainerNotStarted [2021-07-14T07:48:56.532Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-07-14T07:48:57.467Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-07-14T07:48:58.235Z] --- PASS: TestResizeWhenContainerNotStarted (2.34s) [2021-07-14T07:48:58.235Z] === RUN TestDaemonRestartKillContainers [2021-07-14T07:48:58.235Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:48:58.235Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-07-14T07:48:58.235Z] === RUN TestStats [2021-07-14T07:48:58.235Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-07-14T07:48:58.235Z] --- SKIP: TestStats (0.00s) [2021-07-14T07:48:58.235Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-07-14T07:48:58.404Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-07-14T07:48:59.338Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-07-14T07:49:00.273Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-07-14T07:49:01.209Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-07-14T07:49:02.143Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-07-14T07:49:02.143Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-07-14T07:49:04.043Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-07-14T07:49:05.419Z] === RUN TestDockerSuite/TestLinksEnvs [2021-07-14T07:49:06.901Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.36s) [2021-07-14T07:49:06.901Z] === RUN TestStopContainerWithTimeout [2021-07-14T07:49:06.901Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-07-14T07:49:06.901Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-07-14T07:49:06.901Z] === RUN TestUpdateRestartPolicy [2021-07-14T07:49:07.321Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-07-14T07:49:07.321Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-07-14T07:49:09.852Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-07-14T07:49:11.449Z] 2021/07/14 07:49:09 Finished clone github.com/hashicorp/consul [2021-07-14T07:49:11.868Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-07-14T07:49:13.769Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-07-14T07:49:13.769Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-07-14T07:49:14.723Z] 2021/07/14 07:49:14 Finished clone github.com/aws/aws-sdk-go [2021-07-14T07:49:15.674Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-07-14T07:49:16.240Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-07-14T07:49:17.174Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-07-14T07:49:17.174Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-07-14T07:49:19.705Z] docker_api_swarm_service_test.go:147: [dd5e695ac66b3] joining swarm manager [d5f5b6b380fd0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:49:20.640Z] docker_api_swarm_service_test.go:147: [da8ac84b65231] joining swarm manager [d5f5b6b380fd0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:49:28.133Z] --- PASS: TestUpdateRestartPolicy (20.54s) [2021-07-14T07:49:28.133Z] === RUN TestUpdateRestartWithAutoRemove [2021-07-14T07:49:29.119Z] --- PASS: TestUpdateRestartWithAutoRemove (1.74s) [2021-07-14T07:49:29.119Z] === RUN TestWaitNonBlocked [2021-07-14T07:49:29.119Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:49:29.119Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:49:29.119Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:49:29.119Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:49:29.119Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:49:29.119Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:49:30.613Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-07-14T07:49:31.987Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-07-14T07:49:34.524Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-07-14T07:49:35.457Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-07-14T07:49:36.272Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-07-14T07:49:36.272Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.72s) [2021-07-14T07:49:36.272Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (7.31s) [2021-07-14T07:49:36.272Z] === RUN TestWaitBlocked [2021-07-14T07:49:36.272Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:49:36.272Z] --- SKIP: TestWaitBlocked (0.00s) [2021-07-14T07:49:36.272Z] PASS [2021-07-14T07:49:36.272Z] ok github.com/docker/docker/integration/container 87.470s [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === Skipped [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-07-14T07:49:36.272Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-07-14T07:49:36.272Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-07-14T07:49:36.272Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-07-14T07:49:36.272Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-07-14T07:49:36.272Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-07-14T07:49:36.272Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-07-14T07:49:36.272Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-07-14T07:49:36.272Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-07-14T07:49:36.272Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-07-14T07:49:36.272Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-07-14T07:49:36.272Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-07-14T07:49:36.272Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-07-14T07:49:36.272Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-07-14T07:49:36.272Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-07-14T07:49:36.272Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-07-14T07:49:36.272Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-07-14T07:49:36.272Z] [2021-07-14T07:49:36.272Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-07-14T07:49:36.273Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-07-14T07:49:36.273Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-07-14T07:49:36.273Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-07-14T07:49:36.273Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-07-14T07:49:36.273Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-07-14T07:49:36.273Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-07-14T07:49:36.273Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-07-14T07:49:36.273Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-07-14T07:49:36.273Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-07-14T07:49:36.273Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-07-14T07:49:36.273Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-07-14T07:49:36.273Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-07-14T07:49:36.273Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-07-14T07:49:36.273Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-07-14T07:49:36.273Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-07-14T07:49:36.273Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-07-14T07:49:36.273Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-07-14T07:49:36.273Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] [2021-07-14T07:49:36.273Z] DONE 88 tests, 33 skipped in 90.066s [2021-07-14T07:49:36.273Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-07-14T07:49:37.839Z] === RUN TestConfigDaemonLibtrustID [2021-07-14T07:49:37.839Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-07-14T07:49:37.839Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-07-14T07:49:37.839Z] === RUN TestDaemonConfigValidation [2021-07-14T07:49:37.839Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-07-14T07:49:37.839Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-07-14T07:49:37.839Z] PASS [2021-07-14T07:49:37.839Z] ok github.com/docker/docker/integration/daemon 0.080s [2021-07-14T07:49:37.839Z] [2021-07-14T07:49:37.839Z] === Skipped [2021-07-14T07:49:37.839Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-07-14T07:49:37.839Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-07-14T07:49:37.839Z] [2021-07-14T07:49:37.839Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-07-14T07:49:37.839Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-07-14T07:49:37.839Z] [2021-07-14T07:49:37.839Z] [2021-07-14T07:49:37.839Z] DONE 2 tests, 2 skipped in 1.489s [2021-07-14T07:49:37.839Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-07-14T07:49:37.998Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-07-14T07:49:37.998Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-07-14T07:49:38.256Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-07-14T07:49:38.256Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-07-14T07:49:38.256Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-07-14T07:49:39.414Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:49:39.414Z] INFO: Testing against a local daemon [2021-07-14T07:49:39.414Z] === RUN TestCommitInheritsEnv [2021-07-14T07:49:39.414Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:49:39.414Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-07-14T07:49:39.414Z] === RUN TestImportExtremelyLargeImageWorks [2021-07-14T07:49:39.414Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-07-14T07:49:39.414Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-07-14T07:49:39.414Z] === RUN TestImagesFilterMultiReference [2021-07-14T07:49:39.414Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-07-14T07:49:39.414Z] === RUN TestImagePullPlatformInvalid [2021-07-14T07:49:39.414Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-07-14T07:49:39.414Z] === RUN TestRemoveImageOrphaning [2021-07-14T07:49:39.631Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-07-14T07:49:40.199Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-07-14T07:49:40.399Z] --- PASS: TestRemoveImageOrphaning (0.93s) [2021-07-14T07:49:40.399Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-07-14T07:49:40.399Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-07-14T07:49:40.399Z] === RUN TestTagInvalidReference [2021-07-14T07:49:40.399Z] --- PASS: TestTagInvalidReference (0.02s) [2021-07-14T07:49:40.399Z] === RUN TestTagValidPrefixedRepo [2021-07-14T07:49:40.399Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-07-14T07:49:40.399Z] === RUN TestTagExistedNameWithoutForce [2021-07-14T07:49:40.399Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-07-14T07:49:40.399Z] === RUN TestTagOfficialNames [2021-07-14T07:49:40.399Z] --- PASS: TestTagOfficialNames (0.06s) [2021-07-14T07:49:40.399Z] === RUN TestTagMatchesDigest [2021-07-14T07:49:40.399Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-07-14T07:49:40.399Z] PASS [2021-07-14T07:49:40.399Z] ok github.com/docker/docker/integration/image 1.313s [2021-07-14T07:49:40.399Z] [2021-07-14T07:49:40.399Z] === Skipped [2021-07-14T07:49:40.399Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-07-14T07:49:40.399Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:49:40.399Z] [2021-07-14T07:49:40.399Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-07-14T07:49:40.399Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-07-14T07:49:40.399Z] [2021-07-14T07:49:40.399Z] [2021-07-14T07:49:40.399Z] DONE 11 tests, 2 skipped in 2.709s [2021-07-14T07:49:40.399Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-07-14T07:49:42.615Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:49:42.615Z] INFO: Testing against a local daemon [2021-07-14T07:49:42.615Z] === RUN TestNetworkCreateDelete [2021-07-14T07:49:42.615Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:49:42.615Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-07-14T07:49:42.615Z] === RUN TestDockerNetworkDeletePreferID [2021-07-14T07:49:42.615Z] 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-07-14T07:49:42.615Z] --- SKIP: TestDockerNetworkDeletePreferID (0.01s) [2021-07-14T07:49:42.615Z] === RUN TestDaemonDNSFallback [2021-07-14T07:49:42.615Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:49:42.615Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-07-14T07:49:42.615Z] === RUN TestInspectNetwork [2021-07-14T07:49:42.615Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-07-14T07:49:42.615Z] --- SKIP: TestInspectNetwork (0.00s) [2021-07-14T07:49:42.615Z] === RUN TestRunContainerWithBridgeNone [2021-07-14T07:49:42.615Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:49:42.615Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-07-14T07:49:42.615Z] === RUN TestNetworkInvalidJSON [2021-07-14T07:49:42.615Z] === RUN TestNetworkInvalidJSON//networks/create [2021-07-14T07:49:42.615Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-07-14T07:49:42.615Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:49:42.615Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:49:42.615Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:49:42.615Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:49:42.615Z] === CONT TestNetworkInvalidJSON//networks/create [2021-07-14T07:49:42.615Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:49:42.615Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:49:42.615Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-07-14T07:49:42.615Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-07-14T07:49:42.615Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-07-14T07:49:42.615Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-07-14T07:49:42.615Z] === RUN TestNetworkList [2021-07-14T07:49:42.615Z] === RUN TestNetworkList//networks [2021-07-14T07:49:42.615Z] === PAUSE TestNetworkList//networks [2021-07-14T07:49:42.615Z] === RUN TestNetworkList//networks/ [2021-07-14T07:49:42.615Z] === PAUSE TestNetworkList//networks/ [2021-07-14T07:49:42.615Z] === CONT TestNetworkList//networks [2021-07-14T07:49:42.615Z] === CONT TestNetworkList//networks/ [2021-07-14T07:49:42.615Z] --- PASS: TestNetworkList (0.02s) [2021-07-14T07:49:42.615Z] --- PASS: TestNetworkList//networks (0.00s) [2021-07-14T07:49:42.615Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-07-14T07:49:42.615Z] === RUN TestHostIPv4BridgeLabel [2021-07-14T07:49:42.615Z] network_test.go:126: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-07-14T07:49:42.615Z] === RUN TestDaemonRestartWithLiveRestore [2021-07-14T07:49:42.615Z] service_test.go:29: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-07-14T07:49:42.615Z] === RUN TestDaemonDefaultNetworkPools [2021-07-14T07:49:42.615Z] service_test.go:58: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-07-14T07:49:42.615Z] === RUN TestDaemonRestartWithExistingNetwork [2021-07-14T07:49:42.615Z] service_test.go:102: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-07-14T07:49:42.615Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-07-14T07:49:42.615Z] service_test.go:136: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-07-14T07:49:42.615Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-07-14T07:49:42.615Z] service_test.go:187: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-07-14T07:49:42.615Z] === RUN TestServiceWithPredefinedNetwork [2021-07-14T07:49:42.615Z] service_test.go:212: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-07-14T07:49:42.615Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-07-14T07:49:42.615Z] service_test.go:242: FLAKY_TEST [2021-07-14T07:49:42.615Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-07-14T07:49:42.615Z] === RUN TestServiceWithDataPathPortInit [2021-07-14T07:49:42.615Z] service_test.go:333: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-07-14T07:49:42.615Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-07-14T07:49:42.615Z] service_test.go:401: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-07-14T07:49:42.615Z] PASS [2021-07-14T07:49:42.615Z] ok github.com/docker/docker/integration/network 0.146s [2021-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] === Skipped [2021-07-14T07:49:42.615Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-07-14T07:49:42.615Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.01s) [2021-07-14T07:49:42.615Z] 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-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-07-14T07:49:42.615Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-07-14T07:49:42.615Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-07-14T07:49:42.615Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-07-14T07:49:42.615Z] network_test.go:126: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-07-14T07:49:42.615Z] service_test.go:29: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-07-14T07:49:42.615Z] service_test.go:58: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-07-14T07:49:42.615Z] service_test.go:102: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-07-14T07:49:42.615Z] service_test.go:136: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-07-14T07:49:42.615Z] service_test.go:187: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-07-14T07:49:42.615Z] service_test.go:212: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-07-14T07:49:42.615Z] service_test.go:242: FLAKY_TEST [2021-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-07-14T07:49:42.615Z] service_test.go:333: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-07-14T07:49:42.615Z] service_test.go:401: testEnv.OSType == "windows" [2021-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] [2021-07-14T07:49:42.615Z] DONE 22 tests, 15 skipped in 1.979s [2021-07-14T07:49:42.615Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-07-14T07:49:43.083Z] testing: warning: no tests to run [2021-07-14T07:49:43.083Z] PASS [2021-07-14T07:49:43.083Z] ok github.com/docker/docker/integration/network/ipvlan 0.059s [2021-07-14T07:49:43.083Z] [2021-07-14T07:49:43.083Z] DONE 0 tests in 0.561s [2021-07-14T07:49:43.083Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-07-14T07:49:44.068Z] testing: warning: no tests to run [2021-07-14T07:49:44.068Z] PASS [2021-07-14T07:49:44.068Z] ok github.com/docker/docker/integration/network/macvlan 0.061s [2021-07-14T07:49:44.068Z] [2021-07-14T07:49:44.068Z] DONE 0 tests in 0.555s [2021-07-14T07:49:44.068Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-07-14T07:49:44.382Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-07-14T07:49:44.536Z] testing: warning: no tests to run [2021-07-14T07:49:44.536Z] PASS [2021-07-14T07:49:44.536Z] ok github.com/docker/docker/integration/plugin 0.068s [2021-07-14T07:49:44.536Z] [2021-07-14T07:49:44.536Z] DONE 0 tests in 0.562s [2021-07-14T07:49:44.536Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-07-14T07:49:44.640Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-07-14T07:49:45.003Z] testing: warning: no tests to run [2021-07-14T07:49:45.003Z] PASS [2021-07-14T07:49:45.003Z] ok github.com/docker/docker/integration/plugin/authz 0.066s [2021-07-14T07:49:45.003Z] [2021-07-14T07:49:45.003Z] DONE 0 tests in 0.602s [2021-07-14T07:49:45.003Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-07-14T07:49:49.903Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-07-14T07:49:49.903Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-07-14T07:49:49.903Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-07-14T07:49:51.278Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-07-14T07:49:52.214Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-07-14T07:49:53.149Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-07-14T07:49:53.675Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:49:53.675Z] INFO: Testing against a local daemon [2021-07-14T07:49:53.675Z] === RUN TestPluginInvalidJSON [2021-07-14T07:49:53.675Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:49:53.675Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:49:53.675Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:49:53.675Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-07-14T07:49:53.675Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-07-14T07:49:53.675Z] === RUN TestPluginInstall [2021-07-14T07:49:53.675Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-07-14T07:49:53.675Z] --- SKIP: TestPluginInstall (0.00s) [2021-07-14T07:49:53.675Z] === RUN TestPluginsWithRuntimes [2021-07-14T07:49:53.675Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-07-14T07:49:53.675Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-07-14T07:49:53.675Z] === RUN TestPluginBackCompatMediaTypes [2021-07-14T07:49:53.675Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-07-14T07:49:53.675Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-07-14T07:49:53.675Z] PASS [2021-07-14T07:49:53.675Z] ok github.com/docker/docker/integration/plugin/common 0.099s [2021-07-14T07:49:54.143Z] [2021-07-14T07:49:54.143Z] === Skipped [2021-07-14T07:49:54.143Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-07-14T07:49:54.143Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-07-14T07:49:54.143Z] [2021-07-14T07:49:54.143Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-07-14T07:49:54.143Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-07-14T07:49:54.143Z] [2021-07-14T07:49:54.143Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-07-14T07:49:54.143Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-07-14T07:49:54.143Z] [2021-07-14T07:49:54.143Z] [2021-07-14T07:49:54.143Z] DONE 5 tests, 3 skipped in 8.848s [2021-07-14T07:49:54.143Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-07-14T07:49:54.522Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-07-14T07:49:55.457Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-07-14T07:49:56.374Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:49:56.374Z] INFO: Testing against a local daemon [2021-07-14T07:49:56.374Z] === RUN TestExternalGraphDriver [2021-07-14T07:49:56.374Z] external_test.go:48: runtime.GOOS == "windows" [2021-07-14T07:49:56.374Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-07-14T07:49:56.374Z] === RUN TestGraphdriverPluginV2 [2021-07-14T07:49:56.374Z] external_test.go:408: runtime.GOOS == "windows" [2021-07-14T07:49:56.374Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-07-14T07:49:56.374Z] PASS [2021-07-14T07:49:56.374Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.100s [2021-07-14T07:49:56.843Z] [2021-07-14T07:49:56.843Z] === Skipped [2021-07-14T07:49:56.843Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-07-14T07:49:56.843Z] external_test.go:48: runtime.GOOS == "windows" [2021-07-14T07:49:56.843Z] [2021-07-14T07:49:56.843Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-07-14T07:49:56.843Z] external_test.go:408: runtime.GOOS == "windows" [2021-07-14T07:49:56.843Z] [2021-07-14T07:49:56.843Z] [2021-07-14T07:49:56.843Z] DONE 2 tests, 2 skipped in 2.614s [2021-07-14T07:49:56.843Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-07-14T07:49:57.358Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-07-14T07:49:58.293Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-07-14T07:49:58.405Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:49:58.405Z] INFO: Testing against a local daemon [2021-07-14T07:49:58.405Z] === RUN TestReadPluginNoRead [2021-07-14T07:49:58.405Z] read_test.go:21: no unix domain sockets on Windows [2021-07-14T07:49:58.405Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-07-14T07:49:58.405Z] PASS [2021-07-14T07:49:58.405Z] ok github.com/docker/docker/integration/plugin/logging 0.103s [2021-07-14T07:49:58.405Z] [2021-07-14T07:49:58.405Z] === Skipped [2021-07-14T07:49:58.405Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-07-14T07:49:58.405Z] read_test.go:21: no unix domain sockets on Windows [2021-07-14T07:49:58.405Z] [2021-07-14T07:49:58.405Z] [2021-07-14T07:49:58.405Z] DONE 1 tests, 1 skipped in 1.828s [2021-07-14T07:49:58.405Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-07-14T07:49:58.866Z] === RUN TestDockerSuite/TestLogsSince [2021-07-14T07:49:59.390Z] testing: warning: no tests to run [2021-07-14T07:49:59.390Z] PASS [2021-07-14T07:49:59.390Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.060s [2021-07-14T07:49:59.390Z] [2021-07-14T07:49:59.390Z] DONE 0 tests in 0.868s [2021-07-14T07:49:59.390Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-07-14T07:49:59.799Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-07-14T07:50:00.953Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:50:00.953Z] INFO: Testing against a local daemon [2021-07-14T07:50:00.953Z] === RUN TestPluginWithDevMounts [2021-07-14T07:50:00.953Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:00.953Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-07-14T07:50:00.953Z] PASS [2021-07-14T07:50:00.953Z] ok github.com/docker/docker/integration/plugin/volumes 0.095s [2021-07-14T07:50:01.427Z] [2021-07-14T07:50:01.427Z] === Skipped [2021-07-14T07:50:01.427Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-07-14T07:50:01.427Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:01.427Z] [2021-07-14T07:50:01.427Z] [2021-07-14T07:50:01.427Z] DONE 1 tests, 1 skipped in 1.714s [2021-07-14T07:50:01.427Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-07-14T07:50:03.014Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:50:03.014Z] INFO: Testing against a local daemon [2021-07-14T07:50:03.014Z] === RUN TestSecretInspect [2021-07-14T07:50:03.014Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:03.014Z] --- SKIP: TestSecretInspect (0.00s) [2021-07-14T07:50:03.014Z] === RUN TestSecretList [2021-07-14T07:50:03.014Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:03.014Z] --- SKIP: TestSecretList (0.00s) [2021-07-14T07:50:03.014Z] === RUN TestSecretsCreateAndDelete [2021-07-14T07:50:03.014Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:03.014Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-07-14T07:50:03.014Z] === RUN TestSecretsUpdate [2021-07-14T07:50:03.014Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:03.014Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-07-14T07:50:03.014Z] === RUN TestTemplatedSecret [2021-07-14T07:50:03.014Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:03.014Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-07-14T07:50:03.014Z] === RUN TestSecretCreateResolve [2021-07-14T07:50:03.014Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:50:03.014Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-07-14T07:50:03.014Z] PASS [2021-07-14T07:50:03.014Z] ok github.com/docker/docker/integration/secret 0.089s [2021-07-14T07:50:03.014Z] [2021-07-14T07:50:03.014Z] === Skipped [2021-07-14T07:50:03.014Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-07-14T07:50:03.014Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:03.014Z] [2021-07-14T07:50:03.014Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-07-14T07:50:03.014Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:03.014Z] [2021-07-14T07:50:03.014Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-07-14T07:50:03.014Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:03.014Z] [2021-07-14T07:50:03.014Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-07-14T07:50:03.014Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:03.014Z] [2021-07-14T07:50:03.014Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-07-14T07:50:03.014Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:03.014Z] [2021-07-14T07:50:03.014Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-07-14T07:50:03.014Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:50:03.014Z] [2021-07-14T07:50:03.014Z] [2021-07-14T07:50:03.014Z] DONE 6 tests, 6 skipped in 1.906s [2021-07-14T07:50:03.482Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-07-14T07:50:05.046Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:50:05.046Z] INFO: Testing against a local daemon [2021-07-14T07:50:05.046Z] === RUN TestServiceCreateInit [2021-07-14T07:50:05.046Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-07-14T07:50:05.046Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-07-14T07:50:05.046Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- PASS: TestServiceCreateInit (0.03s) [2021-07-14T07:50:05.046Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-07-14T07:50:05.046Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestCreateServiceMultipleTimes [2021-07-14T07:50:05.046Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestCreateServiceConflict [2021-07-14T07:50:05.046Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestCreateServiceMaxReplicas [2021-07-14T07:50:05.046Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-07-14T07:50:05.046Z] === RUN TestCreateWithDuplicateNetworkNames [2021-07-14T07:50:05.046Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestCreateServiceSecretFileMode [2021-07-14T07:50:05.046Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestCreateServiceConfigFileMode [2021-07-14T07:50:05.046Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestCreateServiceSysctls [2021-07-14T07:50:05.046Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-07-14T07:50:05.046Z] === RUN TestCreateServiceCapabilities [2021-07-14T07:50:05.046Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-07-14T07:50:05.046Z] === RUN TestInspect [2021-07-14T07:50:05.046Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- SKIP: TestInspect (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestCreateJob [2021-07-14T07:50:05.046Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- SKIP: TestCreateJob (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestReplicatedJob [2021-07-14T07:50:05.046Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- SKIP: TestReplicatedJob (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestUpdateReplicatedJob [2021-07-14T07:50:05.046Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestServiceListWithStatuses [2021-07-14T07:50:05.046Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestDockerNetworkConnectAlias [2021-07-14T07:50:05.046Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestDockerNetworkReConnect [2021-07-14T07:50:05.046Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestServicePlugin [2021-07-14T07:50:05.046Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.046Z] --- SKIP: TestServicePlugin (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestServiceUpdateLabel [2021-07-14T07:50:05.046Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:50:05.046Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestServiceUpdateSecrets [2021-07-14T07:50:05.046Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:50:05.046Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestServiceUpdateConfigs [2021-07-14T07:50:05.046Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:50:05.046Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestServiceUpdateNetwork [2021-07-14T07:50:05.046Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:50:05.046Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-07-14T07:50:05.046Z] === RUN TestServiceUpdatePidsLimit [2021-07-14T07:50:05.046Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:50:05.046Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-07-14T07:50:05.046Z] PASS [2021-07-14T07:50:05.513Z] ok github.com/docker/docker/integration/service 0.189s [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === Skipped [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-07-14T07:50:05.514Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-07-14T07:50:05.514Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-07-14T07:50:05.514Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-07-14T07:50:05.514Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-07-14T07:50:05.514Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-07-14T07:50:05.514Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-07-14T07:50:05.514Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-07-14T07:50:05.514Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2021-07-14T07:50:05.514Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-07-14T07:50:05.514Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-07-14T07:50:05.514Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-07-14T07:50:05.514Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-07-14T07:50:05.514Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-07-14T07:50:05.514Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-07-14T07:50:05.514Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-07-14T07:50:05.514Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-07-14T07:50:05.514Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-07-14T07:50:05.514Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-07-14T07:50:05.514Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-07-14T07:50:05.514Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-07-14T07:50:05.514Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-07-14T07:50:05.514Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-07-14T07:50:05.514Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] [2021-07-14T07:50:05.514Z] DONE 24 tests, 23 skipped in 2.198s [2021-07-14T07:50:05.514Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-07-14T07:50:06.357Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-07-14T07:50:07.095Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:50:07.095Z] INFO: Testing against a local daemon [2021-07-14T07:50:07.095Z] === RUN TestSessionCreate [2021-07-14T07:50:07.095Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-07-14T07:50:07.095Z] --- SKIP: TestSessionCreate (0.00s) [2021-07-14T07:50:07.095Z] === RUN TestSessionCreateWithBadUpgrade [2021-07-14T07:50:07.095Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-07-14T07:50:07.095Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-07-14T07:50:07.095Z] PASS [2021-07-14T07:50:07.095Z] ok github.com/docker/docker/integration/session 0.088s [2021-07-14T07:50:07.095Z] [2021-07-14T07:50:07.095Z] === Skipped [2021-07-14T07:50:07.095Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-07-14T07:50:07.095Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-07-14T07:50:07.095Z] [2021-07-14T07:50:07.095Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-07-14T07:50:07.095Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-07-14T07:50:07.095Z] [2021-07-14T07:50:07.095Z] [2021-07-14T07:50:07.095Z] DONE 2 tests, 2 skipped in 1.590s [2021-07-14T07:50:07.095Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-07-14T07:50:08.662Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:50:08.662Z] INFO: Testing against a local daemon [2021-07-14T07:50:08.662Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-07-14T07:50:08.662Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:08.662Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-07-14T07:50:08.662Z] === RUN TestEventsExecDie [2021-07-14T07:50:08.662Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-07-14T07:50:08.662Z] --- SKIP: TestEventsExecDie (0.00s) [2021-07-14T07:50:08.662Z] === RUN TestEventsBackwardsCompatible [2021-07-14T07:50:08.662Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-07-14T07:50:08.662Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-07-14T07:50:08.662Z] === RUN TestEventsVolumeCreate [2021-07-14T07:50:08.662Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-07-14T07:50:08.662Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-07-14T07:50:08.662Z] === RUN TestInfoAPI [2021-07-14T07:50:08.662Z] --- PASS: TestInfoAPI (0.03s) [2021-07-14T07:50:08.662Z] === RUN TestInfoAPIWarnings [2021-07-14T07:50:08.662Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:50:08.662Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-07-14T07:50:08.662Z] === RUN TestInfoDebug [2021-07-14T07:50:08.662Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:50:08.662Z] --- SKIP: TestInfoDebug (0.00s) [2021-07-14T07:50:08.662Z] === RUN TestInfoInsecureRegistries [2021-07-14T07:50:08.662Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:50:08.662Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-07-14T07:50:08.662Z] === RUN TestInfoRegistryMirrors [2021-07-14T07:50:08.662Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:50:08.662Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-07-14T07:50:08.662Z] === RUN TestLoginFailsWithBadCredentials [2021-07-14T07:50:09.647Z] --- PASS: TestLoginFailsWithBadCredentials (0.99s) [2021-07-14T07:50:09.647Z] === RUN TestPingCacheHeaders [2021-07-14T07:50:09.647Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-07-14T07:50:09.647Z] === RUN TestPingGet [2021-07-14T07:50:09.647Z] --- PASS: TestPingGet (0.03s) [2021-07-14T07:50:09.647Z] === RUN TestPingHead [2021-07-14T07:50:09.647Z] --- PASS: TestPingHead (0.02s) [2021-07-14T07:50:09.647Z] === RUN TestVersion [2021-07-14T07:50:09.647Z] --- PASS: TestVersion (0.02s) [2021-07-14T07:50:09.647Z] PASS [2021-07-14T07:50:09.647Z] ok github.com/docker/docker/integration/system 1.183s [2021-07-14T07:50:09.647Z] [2021-07-14T07:50:09.647Z] === Skipped [2021-07-14T07:50:09.647Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-07-14T07:50:09.647Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:50:09.647Z] [2021-07-14T07:50:09.647Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-07-14T07:50:09.647Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-07-14T07:50:09.647Z] [2021-07-14T07:50:09.647Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-07-14T07:50:09.647Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-07-14T07:50:09.647Z] [2021-07-14T07:50:09.647Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-07-14T07:50:09.647Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-07-14T07:50:09.647Z] [2021-07-14T07:50:09.647Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-07-14T07:50:09.647Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:50:09.647Z] [2021-07-14T07:50:09.647Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-07-14T07:50:09.647Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:50:09.647Z] [2021-07-14T07:50:09.647Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-07-14T07:50:09.647Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:50:09.647Z] [2021-07-14T07:50:09.647Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-07-14T07:50:09.647Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:50:09.647Z] [2021-07-14T07:50:09.647Z] [2021-07-14T07:50:09.647Z] DONE 14 tests, 8 skipped in 2.631s [2021-07-14T07:50:09.647Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-07-14T07:50:11.621Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-07-14T07:50:11.861Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:50:11.861Z] INFO: Testing against a local daemon [2021-07-14T07:50:11.861Z] === RUN TestVolumesCreateAndList [2021-07-14T07:50:11.861Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-07-14T07:50:11.861Z] === RUN TestVolumesRemove [2021-07-14T07:50:11.861Z] --- PASS: TestVolumesRemove (0.13s) [2021-07-14T07:50:11.861Z] === RUN TestVolumesInspect [2021-07-14T07:50:11.861Z] --- PASS: TestVolumesInspect (0.04s) [2021-07-14T07:50:11.861Z] === RUN TestVolumesInvalidJSON [2021-07-14T07:50:11.861Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-07-14T07:50:11.861Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-07-14T07:50:11.861Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-07-14T07:50:11.861Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-07-14T07:50:11.861Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-07-14T07:50:11.861Z] PASS [2021-07-14T07:50:11.861Z] ok github.com/docker/docker/integration/volume 0.293s [2021-07-14T07:50:11.861Z] [2021-07-14T07:50:11.861Z] DONE 5 tests in 2.004s [2021-07-14T07:50:11.861Z] INFO: make.ps1 ended at 07/14/2021 07:50:11 [2021-07-14T07:50:11.861Z] INFO: Integration CLI tests being run from the host: [2021-07-14T07:50:11.861Z] 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-07-14T07:50:12.998Z] === RUN TestDockerSuite/TestLogsTail [2021-07-14T07:50:13.933Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-07-14T07:50:15.311Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-07-14T07:50:16.246Z] === RUN TestDockerSuite/TestMountIntoProc [2021-07-14T07:50:16.506Z] === RUN TestDockerSuite/TestMountIntoSys [2021-07-14T07:50:17.882Z] === RUN TestDockerSuite/TestNetHostname [2021-07-14T07:50:20.539Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:50:20.539Z] INFO: Testing against a local daemon [2021-07-14T07:50:20.539Z] === RUN TestDockerSuite [2021-07-14T07:50:20.539Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-07-14T07:50:20.539Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-07-14T07:50:20.539Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-07-14T07:50:20.539Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-07-14T07:50:20.539Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-07-14T07:50:20.539Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-07-14T07:50:20.539Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-07-14T07:50:20.539Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-07-14T07:50:20.539Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-07-14T07:50:20.539Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-07-14T07:50:20.539Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-07-14T07:50:20.539Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-07-14T07:50:21.007Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-07-14T07:50:21.173Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-07-14T07:50:21.475Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-07-14T07:50:21.742Z] === RUN TestDockerSuite/TestNetworkEvents [2021-07-14T07:50:28.328Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-07-14T07:50:30.859Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-07-14T07:50:31.794Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-07-14T07:50:31.795Z] === RUN TestDockerSuite/TestPluginActive [2021-07-14T07:50:33.695Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-07-14T07:50:37.883Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-07-14T07:50:40.413Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-07-14T07:50:40.671Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-07-14T07:50:40.671Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-07-14T07:50:40.671Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-07-14T07:50:41.237Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-07-14T07:50:43.768Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-07-14T07:50:44.702Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-07-14T07:50:46.077Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-07-14T07:50:46.643Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-07-14T07:50:48.060Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-07-14T07:50:49.960Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-07-14T07:50:51.864Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-07-14T07:50:52.804Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-07-14T07:50:56.088Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-07-14T07:50:56.088Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-07-14T07:50:58.621Z] === RUN TestDockerSuite/TestPortHostBinding [2021-07-14T07:50:59.996Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-07-14T07:50:59.996Z] === RUN TestDockerSuite/TestPortList [2021-07-14T07:51:09.967Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-07-14T07:51:11.344Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-07-14T07:51:17.917Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-07-14T07:51:17.917Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-07-14T07:51:18.175Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-07-14T07:51:18.742Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-07-14T07:51:18.742Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-07-14T07:51:19.676Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-07-14T07:51:19.676Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-07-14T07:51:20.242Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-07-14T07:51:20.242Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-07-14T07:51:21.618Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-07-14T07:51:21.618Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-07-14T07:51:22.095Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-07-14T07:51:22.095Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-07-14T07:51:22.095Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-07-14T07:51:22.095Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-07-14T07:51:22.095Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-07-14T07:51:22.095Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-07-14T07:51:22.095Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-07-14T07:51:22.095Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-07-14T07:51:22.095Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-07-14T07:51:22.095Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-07-14T07:51:22.095Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-07-14T07:51:22.095Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-07-14T07:51:22.095Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-07-14T07:51:22.095Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-07-14T07:51:22.095Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-07-14T07:51:22.095Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T07:51:22.095Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-07-14T07:51:22.095Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-07-14T07:51:22.095Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-07-14T07:51:22.095Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-07-14T07:51:22.095Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-07-14T07:51:22.095Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-07-14T07:51:22.095Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-07-14T07:51:22.095Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-07-14T07:51:22.095Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-07-14T07:51:23.658Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-07-14T07:51:24.900Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-07-14T07:51:24.900Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-07-14T07:51:25.871Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-07-14T07:51:25.872Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-07-14T07:51:25.872Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-07-14T07:51:25.872Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-07-14T07:51:25.872Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-07-14T07:51:25.872Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-07-14T07:51:25.872Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-07-14T07:51:25.872Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-07-14T07:51:25.872Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-07-14T07:51:26.275Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-07-14T07:51:26.842Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-07-14T07:51:27.101Z] === RUN TestDockerSuite/TestPsByOrder [2021-07-14T07:51:28.820Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-07-14T07:51:28.820Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-07-14T07:51:28.820Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-07-14T07:51:28.820Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-07-14T07:51:28.820Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-07-14T07:51:31.290Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-07-14T07:51:31.857Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-07-14T07:51:33.759Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-07-14T07:51:35.662Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-07-14T07:51:38.195Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-07-14T07:51:39.243Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-07-14T07:51:41.481Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-07-14T07:51:41.481Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-07-14T07:51:44.764Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-07-14T07:51:51.323Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-07-14T07:51:53.223Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-07-14T07:51:54.158Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-07-14T07:51:54.725Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-07-14T07:51:58.012Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-07-14T07:51:58.271Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-07-14T07:51:59.648Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-07-14T07:52:01.045Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-07-14T07:52:01.045Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-07-14T07:52:04.333Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-07-14T07:52:05.269Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-07-14T07:52:07.171Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-07-14T07:52:08.548Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-07-14T07:52:08.806Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-07-14T07:52:08.806Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-07-14T07:52:09.743Z] === RUN TestDockerSuite/TestPsRightTagName [2021-07-14T07:52:12.275Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-07-14T07:52:12.842Z] === RUN TestDockerSuite/TestPsShowMounts [2021-07-14T07:52:15.375Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-07-14T07:52:15.375Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-07-14T07:52:16.310Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-07-14T07:52:16.310Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-07-14T07:52:16.310Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-07-14T07:52:16.568Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-07-14T07:52:16.568Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-07-14T07:52:16.827Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-07-14T07:52:17.763Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-07-14T07:52:19.668Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-07-14T07:52:19.668Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-07-14T07:52:21.057Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-07-14T07:52:21.162Z] 2021/07/14 07:52:09 Finished clone google.golang.org/api [2021-07-14T07:52:21.162Z] 2021/07/14 07:52:09 Dependencies downloaded. Download time: 5m12.953171641s [2021-07-14T07:52:21.162Z] 2021/07/14 07:52:09 Collecting all dependencies [2021-07-14T07:52:21.162Z] 2021/07/14 07:52:21 Clean vendor dir from unused packages [2021-07-14T07:52:21.162Z] 2021/07/14 07:52:21 Ignoring paths matching "^archive/tar" [2021-07-14T07:52:22.090Z] 2021/07/14 07:52:21 Success [2021-07-14T07:52:22.090Z] 2021/07/14 07:52:21 Running time: 5m28.97247903s [2021-07-14T07:52:22.090Z] Congratulations! All vendoring changes are done the right way. [2021-07-14T07:52:22.433Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-07-14T07:52:23.006Z] + echo Ensuring container killed. [2021-07-14T07:52:23.006Z] Ensuring container killed. [2021-07-14T07:52:23.006Z] + docker rm -vf docker-pr2 [2021-07-14T07:52:23.006Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-07-14T07:52:23.290Z] + echo Chowning /workspace to jenkins user [2021-07-14T07:52:23.290Z] Chowning /workspace to jenkins user [2021-07-14T07:52:23.290Z] + id -u [2021-07-14T07:52:23.290Z] + id -g [2021-07-14T07:52:23.290Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42636:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-07-14T07:52:24.551Z] + bundleName=unit [2021-07-14T07:52:24.551Z] + echo Creating unit-bundles.tar.gz [2021-07-14T07:52:24.551Z] Creating unit-bundles.tar.gz [2021-07-14T07:52:24.551Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-07-14T07:52:24.551Z] bundles/junit-report.xml [2021-07-14T07:52:24.551Z] bundles/go-test-report.json [2021-07-14T07:52:24.551Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-07-14T07:52:24.561Z] Archiving artifacts [2021-07-14T07:52:24.766Z] --- PASS: TestBuildWCOWSandboxSize (709.10s) [2021-07-14T07:52:24.766Z] === RUN TestBuildWithEmptyDockerfile [2021-07-14T07:52:24.766Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:52:24.766Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:52:24.766Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:52:24.766Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:52:24.766Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:52:24.766Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:52:24.767Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:52:24.767Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:52:24.767Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:52:24.767Z] --- PASS: TestBuildWithEmptyDockerfile (0.38s) [2021-07-14T07:52:24.767Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2021-07-14T07:52:24.767Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-07-14T07:52:24.767Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-07-14T07:52:24.767Z] === RUN TestBuildPreserveOwnership [2021-07-14T07:52:24.767Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:52:24.767Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-07-14T07:52:24.767Z] === RUN TestBuildPlatformInvalid [2021-07-14T07:52:24.767Z] --- PASS: TestBuildPlatformInvalid (0.43s) [2021-07-14T07:52:24.767Z] PASS [2021-07-14T07:52:24.767Z] ok github.com/docker/docker/integration/build 877.636s [2021-07-14T07:52:25.022Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42636/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-07-14T07:52:25.217Z] [2021-07-14T07:52:25.217Z] === Skipped [2021-07-14T07:52:25.217Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-07-14T07:52:25.217Z] build_session_test.go:25: TODO: BuildKit [2021-07-14T07:52:25.217Z] [2021-07-14T07:52:25.217Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-07-14T07:52:25.217Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:25.217Z] [2021-07-14T07:52:25.217Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-07-14T07:52:25.217Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:52:25.217Z] [2021-07-14T07:52:25.217Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-07-14T07:52:25.217Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:52:25.217Z] [2021-07-14T07:52:25.217Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-07-14T07:52:25.217Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:52:25.217Z] [2021-07-14T07:52:25.217Z] [2021-07-14T07:52:25.217Z] DONE 29 tests, 5 skipped in 905.681s [2021-07-14T07:52:25.217Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-07-14T07:52:25.326Z] + make clean [2021-07-14T07:52:25.582Z] docker volume rm -f docker-dev-cache [2021-07-14T07:52:25.582Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-14T07:52:27.699Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-07-14T07:52:28.081Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:52:28.081Z] INFO: Testing against a local daemon [2021-07-14T07:52:28.081Z] === RUN TestConfigInspect [2021-07-14T07:52:28.081Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:28.081Z] --- SKIP: TestConfigInspect (0.00s) [2021-07-14T07:52:28.081Z] === RUN TestConfigList [2021-07-14T07:52:28.081Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:28.081Z] --- SKIP: TestConfigList (0.00s) [2021-07-14T07:52:28.081Z] === RUN TestConfigsCreateAndDelete [2021-07-14T07:52:28.081Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:28.081Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-07-14T07:52:28.081Z] === RUN TestConfigsUpdate [2021-07-14T07:52:28.081Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:28.081Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-07-14T07:52:28.081Z] === RUN TestTemplatedConfig [2021-07-14T07:52:28.081Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:28.081Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-07-14T07:52:28.081Z] === RUN TestConfigCreateResolve [2021-07-14T07:52:28.081Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:52:28.081Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-07-14T07:52:28.081Z] PASS [2021-07-14T07:52:28.081Z] ok github.com/docker/docker/integration/config 0.127s [2021-07-14T07:52:28.081Z] [2021-07-14T07:52:28.081Z] === Skipped [2021-07-14T07:52:28.081Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-07-14T07:52:28.081Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:28.081Z] [2021-07-14T07:52:28.081Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-07-14T07:52:28.081Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:28.081Z] [2021-07-14T07:52:28.081Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-07-14T07:52:28.081Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:28.081Z] [2021-07-14T07:52:28.081Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-07-14T07:52:28.081Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:28.081Z] [2021-07-14T07:52:28.081Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-07-14T07:52:28.081Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:28.081Z] [2021-07-14T07:52:28.081Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-07-14T07:52:28.081Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:52:28.081Z] [2021-07-14T07:52:28.081Z] [2021-07-14T07:52:28.081Z] DONE 6 tests, 6 skipped in 2.558s [2021-07-14T07:52:28.081Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-07-14T07:52:30.227Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:52:30.227Z] INFO: Testing against a local daemon [2021-07-14T07:52:30.227Z] === RUN TestCheckpoint [2021-07-14T07:52:30.227Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-07-14T07:52:30.227Z] --- SKIP: TestCheckpoint (0.00s) [2021-07-14T07:52:30.227Z] === RUN TestContainerInvalidJSON [2021-07-14T07:52:30.227Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:52:30.227Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:52:30.227Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:52:30.227Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:52:30.227Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:52:30.227Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:52:30.227Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:52:30.227Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:52:30.227Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:52:30.227Z] --- PASS: TestContainerInvalidJSON (0.45s) [2021-07-14T07:52:30.227Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-07-14T07:52:30.227Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-07-14T07:52:30.227Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-07-14T07:52:30.227Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-07-14T07:52:30.677Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.21s) [2021-07-14T07:52:30.677Z] === RUN TestCopyFromContainerPathIsNotDir [2021-07-14T07:52:30.677Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.21s) [2021-07-14T07:52:30.677Z] === RUN TestCopyToContainerPathDoesNotExist [2021-07-14T07:52:31.127Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.20s) [2021-07-14T07:52:31.127Z] === RUN TestCopyToContainerPathIsNotDir [2021-07-14T07:52:31.127Z] --- PASS: TestCopyToContainerPathIsNotDir (0.18s) [2021-07-14T07:52:31.127Z] === RUN TestCopyFromContainer [2021-07-14T07:52:31.127Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:31.127Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-07-14T07:52:31.127Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-07-14T07:52:31.127Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:52:31.127Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:52:31.127Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:52:31.127Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:52:31.127Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:52:31.127Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:52:31.127Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:52:31.127Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:52:31.127Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:52:31.127Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-07-14T07:52:31.127Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-07-14T07:52:31.127Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-07-14T07:52:31.127Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-07-14T07:52:31.127Z] === RUN TestCreateLinkToNonExistingContainer [2021-07-14T07:52:31.127Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-07-14T07:52:31.127Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-07-14T07:52:31.127Z] === RUN TestCreateWithInvalidEnv [2021-07-14T07:52:31.127Z] === RUN TestCreateWithInvalidEnv/0 [2021-07-14T07:52:31.127Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-07-14T07:52:31.127Z] === RUN TestCreateWithInvalidEnv/1 [2021-07-14T07:52:31.127Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-07-14T07:52:31.127Z] === RUN TestCreateWithInvalidEnv/2 [2021-07-14T07:52:31.127Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-07-14T07:52:31.127Z] === CONT TestCreateWithInvalidEnv/0 [2021-07-14T07:52:31.127Z] === CONT TestCreateWithInvalidEnv/1 [2021-07-14T07:52:31.127Z] === CONT TestCreateWithInvalidEnv/2 [2021-07-14T07:52:31.127Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-07-14T07:52:31.127Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-07-14T07:52:31.127Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-07-14T07:52:31.127Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-07-14T07:52:31.127Z] === RUN TestCreateTmpfsMountsTarget [2021-07-14T07:52:31.127Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:31.127Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-07-14T07:52:31.127Z] === RUN TestCreateWithCustomMaskedPaths [2021-07-14T07:52:31.127Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:52:31.127Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-07-14T07:52:31.127Z] === RUN TestCreateWithCustomReadonlyPaths [2021-07-14T07:52:31.127Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:52:31.127Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-07-14T07:52:31.127Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-07-14T07:52:31.127Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:52:31.127Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:52:31.127Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:52:31.127Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:52:31.127Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:52:31.127Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:52:31.127Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:52:31.127Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:52:31.127Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:52:31.127Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:52:31.127Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:52:31.127Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:52:31.127Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:52:31.127Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:52:31.127Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:52:31.127Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-07-14T07:52:31.127Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2021-07-14T07:52:31.127Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2021-07-14T07:52:31.127Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-07-14T07:52:31.127Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-07-14T07:52:31.127Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-07-14T07:52:31.127Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-07-14T07:52:31.127Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-07-14T07:52:31.127Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-07-14T07:52:31.127Z] === RUN TestCreateDifferentPlatform [2021-07-14T07:52:31.127Z] === RUN TestCreateDifferentPlatform/different_os [2021-07-14T07:52:31.128Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-07-14T07:52:31.578Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-07-14T07:52:31.578Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-07-14T07:52:31.578Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-07-14T07:52:31.578Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-07-14T07:52:31.578Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.13s) [2021-07-14T07:52:31.578Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-07-14T07:52:31.578Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-07-14T07:52:31.578Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-07-14T07:52:31.578Z] === RUN TestContainerKillOnDaemonStart [2021-07-14T07:52:31.578Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:31.578Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-07-14T07:52:31.578Z] === RUN TestDiff [2021-07-14T07:52:31.578Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-07-14T07:52:31.578Z] --- SKIP: TestDiff (0.00s) [2021-07-14T07:52:31.578Z] === RUN TestExecWithCloseStdin [2021-07-14T07:52:32.970Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-07-14T07:52:34.349Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-07-14T07:52:34.349Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-07-14T07:52:34.439Z] --- PASS: TestExecWithCloseStdin (2.65s) [2021-07-14T07:52:34.439Z] === RUN TestExec [2021-07-14T07:52:35.970Z] --- PASS: TestExec (1.84s) [2021-07-14T07:52:35.970Z] === RUN TestExecUser [2021-07-14T07:52:35.970Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-07-14T07:52:35.970Z] --- SKIP: TestExecUser (0.00s) [2021-07-14T07:52:35.970Z] === RUN TestExportContainerAndImportImage [2021-07-14T07:52:35.970Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:35.970Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-07-14T07:52:35.970Z] === RUN TestExportContainerAfterDaemonRestart [2021-07-14T07:52:35.970Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:35.970Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-07-14T07:52:35.970Z] === RUN TestHealthCheckWorkdir [2021-07-14T07:52:35.970Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-07-14T07:52:35.970Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-07-14T07:52:35.970Z] === RUN TestHealthKillContainer [2021-07-14T07:52:35.970Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-07-14T07:52:35.970Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-07-14T07:52:35.970Z] === RUN TestInspectCpusetInConfigPre120 [2021-07-14T07:52:35.970Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-07-14T07:52:35.970Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-07-14T07:52:35.970Z] === RUN TestKillContainerInvalidSignal [2021-07-14T07:52:37.633Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-07-14T07:52:37.633Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-07-14T07:52:37.633Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-07-14T07:52:37.633Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-07-14T07:52:38.116Z] --- PASS: TestKillContainerInvalidSignal (1.72s) [2021-07-14T07:52:38.116Z] === RUN TestKillContainer [2021-07-14T07:52:38.116Z] === RUN TestKillContainer/no_signal [2021-07-14T07:52:39.627Z] === RUN TestKillContainer/non_killing_signal [2021-07-14T07:52:39.628Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-07-14T07:52:39.628Z] === RUN TestKillContainer/killing_signal [2021-07-14T07:52:40.161Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-07-14T07:52:41.535Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-07-14T07:52:41.778Z] --- PASS: TestKillContainer (4.24s) [2021-07-14T07:52:41.778Z] --- PASS: TestKillContainer/no_signal (1.79s) [2021-07-14T07:52:41.778Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-07-14T07:52:41.778Z] --- PASS: TestKillContainer/killing_signal (2.41s) [2021-07-14T07:52:41.778Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-07-14T07:52:41.778Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:52:41.778Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-07-14T07:52:41.778Z] === RUN TestKillStoppedContainer [2021-07-14T07:52:41.778Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:52:41.778Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-07-14T07:52:41.778Z] === RUN TestKillStoppedContainerAPIPre120 [2021-07-14T07:52:41.778Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:52:41.778Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-07-14T07:52:41.778Z] === RUN TestKillDifferentUserContainer [2021-07-14T07:52:41.778Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-07-14T07:52:41.778Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-07-14T07:52:41.778Z] === RUN TestInspectOomKilledTrue [2021-07-14T07:52:41.778Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:41.778Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-07-14T07:52:41.778Z] === RUN TestInspectOomKilledFalse [2021-07-14T07:52:41.778Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:52:41.778Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-07-14T07:52:41.778Z] === RUN TestLogsFollowTailEmpty [2021-07-14T07:52:43.921Z] --- PASS: TestLogsFollowTailEmpty (1.81s) [2021-07-14T07:52:43.921Z] === RUN TestNetworkNat [2021-07-14T07:52:43.921Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-07-14T07:52:43.921Z] --- SKIP: TestNetworkNat (0.00s) [2021-07-14T07:52:43.921Z] === RUN TestNetworkLocalhostTCPNat [2021-07-14T07:52:44.818Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-07-14T07:52:46.101Z] --- PASS: TestNetworkLocalhostTCPNat (2.17s) [2021-07-14T07:52:46.101Z] === RUN TestNetworkLoopbackNat [2021-07-14T07:52:46.101Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-07-14T07:52:46.101Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-07-14T07:52:46.101Z] === RUN TestPause [2021-07-14T07:52:46.101Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-07-14T07:52:46.101Z] --- SKIP: TestPause (0.00s) [2021-07-14T07:52:46.101Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-07-14T07:52:46.202Z] === RUN TestDockerSuite/TestRmiBlank [2021-07-14T07:52:46.461Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-07-14T07:52:46.461Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-07-14T07:52:47.613Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.74s) [2021-07-14T07:52:47.613Z] === RUN TestPauseStopPausedContainer [2021-07-14T07:52:47.613Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:52:47.613Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-07-14T07:52:47.613Z] === RUN TestPsFilter [2021-07-14T07:52:48.063Z] --- PASS: TestPsFilter (0.30s) [2021-07-14T07:52:48.063Z] === RUN TestRemoveContainerWithRemovedVolume [2021-07-14T07:52:48.362Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-07-14T07:52:50.208Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.43s) [2021-07-14T07:52:50.208Z] === RUN TestRemoveContainerWithVolume [2021-07-14T07:52:50.262Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-07-14T07:52:51.562Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-07-14T07:52:51.562Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-07-14T07:52:51.562Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-07-14T07:52:51.562Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-07-14T07:52:51.562Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-07-14T07:52:51.636Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-07-14T07:52:51.636Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-07-14T07:52:51.636Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-07-14T07:52:53.078Z] --- PASS: TestRemoveContainerWithVolume (2.43s) [2021-07-14T07:52:53.078Z] === RUN TestRemoveContainerRunning [2021-07-14T07:52:54.169Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-07-14T07:52:54.590Z] --- PASS: TestRemoveContainerRunning (1.81s) [2021-07-14T07:52:54.590Z] === RUN TestRemoveContainerForceRemoveRunning [2021-07-14T07:52:54.735Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-07-14T07:52:55.358Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-07-14T07:52:55.673Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-07-14T07:52:55.827Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-07-14T07:52:55.828Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-07-14T07:52:55.828Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-07-14T07:52:55.828Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-07-14T07:52:55.828Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-07-14T07:52:55.828Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-07-14T07:52:55.828Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-07-14T07:52:56.296Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-07-14T07:52:56.608Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-07-14T07:52:56.731Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.74s) [2021-07-14T07:52:56.731Z] === RUN TestRemoveInvalidContainer [2021-07-14T07:52:56.731Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-07-14T07:52:56.731Z] === RUN TestRenameLinkedContainer [2021-07-14T07:52:56.731Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-07-14T07:52:56.731Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-07-14T07:52:56.731Z] === RUN TestRenameStoppedContainer [2021-07-14T07:52:56.765Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-07-14T07:52:57.986Z] === RUN TestDockerSuite/TestRmiTag [2021-07-14T07:52:58.241Z] --- PASS: TestRenameStoppedContainer (1.94s) [2021-07-14T07:52:58.241Z] === RUN TestRenameRunningContainerAndReuse [2021-07-14T07:52:58.245Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-07-14T07:52:59.182Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-07-14T07:52:59.182Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-07-14T07:53:00.557Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-07-14T07:53:01.543Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-07-14T07:53:01.543Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-07-14T07:53:01.543Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-07-14T07:53:01.543Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-07-14T07:53:01.543Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-07-14T07:53:01.543Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-07-14T07:53:01.924Z] --- PASS: TestRenameRunningContainerAndReuse (3.37s) [2021-07-14T07:53:01.924Z] === RUN TestRenameInvalidName [2021-07-14T07:53:03.437Z] --- PASS: TestRenameInvalidName (1.76s) [2021-07-14T07:53:03.437Z] === RUN TestRenameAnonymousContainer [2021-07-14T07:53:04.450Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-07-14T07:53:04.450Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-07-14T07:53:04.450Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-07-14T07:53:04.491Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-07-14T07:53:05.385Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-07-14T07:53:05.643Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-07-14T07:53:07.557Z] === RUN TestDockerSuite/TestRunAddHost [2021-07-14T07:53:08.490Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-07-14T07:53:08.748Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-07-14T07:53:09.314Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-07-14T07:53:10.252Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-07-14T07:53:10.252Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-07-14T07:53:11.188Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-07-14T07:53:12.564Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-07-14T07:53:13.499Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-07-14T07:53:13.661Z] --- PASS: TestRenameAnonymousContainer (8.91s) [2021-07-14T07:53:13.661Z] === RUN TestRenameContainerWithSameName [2021-07-14T07:53:14.066Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-07-14T07:53:14.111Z] --- PASS: TestRenameContainerWithSameName (1.70s) [2021-07-14T07:53:14.111Z] === RUN TestRenameContainerWithLinkedContainer [2021-07-14T07:53:14.111Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-07-14T07:53:14.111Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-07-14T07:53:14.111Z] === RUN TestResize [2021-07-14T07:53:14.907Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-07-14T07:53:15.001Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-07-14T07:53:15.621Z] --- PASS: TestResize (1.75s) [2021-07-14T07:53:15.621Z] === RUN TestResizeWithInvalidSize [2021-07-14T07:53:15.936Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-07-14T07:53:17.310Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-07-14T07:53:17.767Z] --- PASS: TestResizeWithInvalidSize (1.67s) [2021-07-14T07:53:17.767Z] === RUN TestResizeWhenContainerNotStarted [2021-07-14T07:53:18.244Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-07-14T07:53:19.179Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-07-14T07:53:19.656Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-07-14T07:53:19.744Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-07-14T07:53:19.912Z] --- PASS: TestResizeWhenContainerNotStarted (2.37s) [2021-07-14T07:53:19.912Z] === RUN TestDaemonRestartKillContainers [2021-07-14T07:53:19.912Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:53:19.912Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-07-14T07:53:19.912Z] === RUN TestStats [2021-07-14T07:53:19.912Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-07-14T07:53:19.912Z] --- SKIP: TestStats (0.00s) [2021-07-14T07:53:19.912Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-07-14T07:53:20.650Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-07-14T07:53:20.650Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-07-14T07:53:20.650Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-07-14T07:53:20.680Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-07-14T07:53:21.616Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-07-14T07:53:21.875Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-07-14T07:53:22.443Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-07-14T07:53:23.603Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-07-14T07:53:23.820Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-07-14T07:53:24.546Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.24s) [2021-07-14T07:53:24.546Z] === RUN TestStopContainerWithTimeout [2021-07-14T07:53:24.546Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-07-14T07:53:24.546Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-07-14T07:53:24.546Z] === RUN TestUpdateRestartPolicy [2021-07-14T07:53:24.772Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-07-14T07:53:25.166Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-07-14T07:53:25.337Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-07-14T07:53:26.271Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-07-14T07:53:26.271Z] === RUN TestDockerSuite/TestRunBindMounts [2021-07-14T07:53:28.171Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-07-14T07:53:29.103Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-07-14T07:53:29.669Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-07-14T07:53:29.919Z] === RUN TestDockerSuite/TestBuildAddScript [2021-07-14T07:53:29.919Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-07-14T07:53:29.919Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-07-14T07:53:29.919Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-07-14T07:53:29.919Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-07-14T07:53:29.919Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-07-14T07:53:29.919Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-07-14T07:53:29.919Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-07-14T07:53:29.919Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-07-14T07:53:30.386Z] === RUN TestDockerSuite/TestBuildAddTar [2021-07-14T07:53:30.603Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-07-14T07:53:31.169Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-07-14T07:53:31.169Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-07-14T07:53:31.737Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-07-14T07:53:32.671Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-07-14T07:53:33.237Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-07-14T07:53:33.804Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-07-14T07:53:34.739Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-07-14T07:53:34.739Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-07-14T07:53:35.305Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-07-14T07:53:35.563Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-07-14T07:53:35.563Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-07-14T07:53:36.500Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-07-14T07:53:37.877Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-07-14T07:53:38.814Z] docker_cli_service_logs_test.go:245: checking task 20qeesba0l8o [2021-07-14T07:53:38.814Z] docker_cli_service_logs_test.go:250: checking messages for 20qeesba0l8o [2021-07-14T07:53:38.814Z] docker_cli_service_logs_test.go:245: checking task 5ifu2vwqjumc [2021-07-14T07:53:38.814Z] docker_cli_service_logs_test.go:250: checking messages for 5ifu2vwqjumc [2021-07-14T07:53:38.814Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-07-14T07:53:39.749Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-07-14T07:53:39.749Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-07-14T07:53:40.315Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-07-14T07:53:41.705Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-07-14T07:53:43.078Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-07-14T07:53:44.454Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-07-14T07:53:44.712Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-07-14T07:53:45.512Z] --- PASS: TestUpdateRestartPolicy (20.31s) [2021-07-14T07:53:45.512Z] === RUN TestUpdateRestartWithAutoRemove [2021-07-14T07:53:45.647Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-07-14T07:53:46.214Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-07-14T07:53:46.463Z] --- PASS: TestUpdateRestartWithAutoRemove (1.82s) [2021-07-14T07:53:46.463Z] === RUN TestWaitNonBlocked [2021-07-14T07:53:46.463Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:53:46.463Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:53:46.463Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:53:46.463Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:53:46.463Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:53:46.463Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:53:47.149Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-07-14T07:53:47.715Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-07-14T07:53:49.327Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-07-14T07:53:49.327Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.26s) [2021-07-14T07:53:49.327Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.69s) [2021-07-14T07:53:49.327Z] === RUN TestWaitBlocked [2021-07-14T07:53:49.327Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:53:49.327Z] --- SKIP: TestWaitBlocked (0.00s) [2021-07-14T07:53:49.327Z] PASS [2021-07-14T07:53:49.327Z] ok github.com/docker/docker/integration/container 79.021s [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === Skipped [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-07-14T07:53:49.327Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-07-14T07:53:49.327Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-07-14T07:53:49.327Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-07-14T07:53:49.327Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-07-14T07:53:49.327Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-07-14T07:53:49.327Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-07-14T07:53:49.327Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-07-14T07:53:49.327Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-07-14T07:53:49.327Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-07-14T07:53:49.327Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-07-14T07:53:49.327Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-07-14T07:53:49.327Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-07-14T07:53:49.327Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-07-14T07:53:49.327Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-07-14T07:53:49.327Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-07-14T07:53:49.327Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-07-14T07:53:49.327Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-07-14T07:53:49.327Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-07-14T07:53:49.327Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-07-14T07:53:49.327Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-07-14T07:53:49.327Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-07-14T07:53:49.327Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-07-14T07:53:49.327Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-07-14T07:53:49.327Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-07-14T07:53:49.327Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-07-14T07:53:49.327Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-07-14T07:53:49.327Z] [2021-07-14T07:53:49.327Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-07-14T07:53:49.327Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-07-14T07:53:49.328Z] [2021-07-14T07:53:49.328Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-07-14T07:53:49.328Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:53:49.328Z] [2021-07-14T07:53:49.328Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-07-14T07:53:49.328Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-07-14T07:53:49.328Z] [2021-07-14T07:53:49.328Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-07-14T07:53:49.328Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-07-14T07:53:49.328Z] [2021-07-14T07:53:49.328Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-07-14T07:53:49.328Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:53:49.328Z] [2021-07-14T07:53:49.328Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-07-14T07:53:49.328Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-07-14T07:53:49.328Z] [2021-07-14T07:53:49.328Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-07-14T07:53:49.328Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-07-14T07:53:49.328Z] [2021-07-14T07:53:49.328Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-07-14T07:53:49.328Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:53:49.328Z] [2021-07-14T07:53:49.328Z] [2021-07-14T07:53:49.328Z] DONE 88 tests, 33 skipped in 81.191s [2021-07-14T07:53:49.328Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-07-14T07:53:49.617Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-07-14T07:53:49.617Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-07-14T07:53:50.278Z] === RUN TestConfigDaemonLibtrustID [2021-07-14T07:53:50.278Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-07-14T07:53:50.278Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-07-14T07:53:50.278Z] === RUN TestDaemonConfigValidation [2021-07-14T07:53:50.278Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-07-14T07:53:50.278Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-07-14T07:53:50.278Z] PASS [2021-07-14T07:53:50.278Z] ok github.com/docker/docker/integration/daemon 0.093s [2021-07-14T07:53:50.278Z] [2021-07-14T07:53:50.278Z] === Skipped [2021-07-14T07:53:50.278Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-07-14T07:53:50.278Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-07-14T07:53:50.278Z] [2021-07-14T07:53:50.278Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-07-14T07:53:50.278Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-07-14T07:53:50.278Z] [2021-07-14T07:53:50.278Z] [2021-07-14T07:53:50.278Z] DONE 2 tests, 2 skipped in 1.406s [2021-07-14T07:53:50.729Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-07-14T07:53:52.150Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-07-14T07:53:52.238Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:53:52.238Z] INFO: Testing against a local daemon [2021-07-14T07:53:52.238Z] === RUN TestCommitInheritsEnv [2021-07-14T07:53:52.238Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:53:52.238Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-07-14T07:53:52.238Z] === RUN TestImportExtremelyLargeImageWorks [2021-07-14T07:53:52.238Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-07-14T07:53:52.238Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-07-14T07:53:52.238Z] === RUN TestImagesFilterMultiReference [2021-07-14T07:53:52.238Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-07-14T07:53:52.238Z] === RUN TestImagePullPlatformInvalid [2021-07-14T07:53:52.238Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-07-14T07:53:52.238Z] === RUN TestRemoveImageOrphaning [2021-07-14T07:53:52.716Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-07-14T07:53:52.716Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-07-14T07:53:53.188Z] --- PASS: TestRemoveImageOrphaning (0.94s) [2021-07-14T07:53:53.188Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-07-14T07:53:53.188Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-07-14T07:53:53.188Z] === RUN TestTagInvalidReference [2021-07-14T07:53:53.188Z] --- PASS: TestTagInvalidReference (0.02s) [2021-07-14T07:53:53.188Z] === RUN TestTagValidPrefixedRepo [2021-07-14T07:53:53.188Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-07-14T07:53:53.188Z] === RUN TestTagExistedNameWithoutForce [2021-07-14T07:53:53.188Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-07-14T07:53:53.188Z] === RUN TestTagOfficialNames [2021-07-14T07:53:53.188Z] --- PASS: TestTagOfficialNames (0.06s) [2021-07-14T07:53:53.188Z] === RUN TestTagMatchesDigest [2021-07-14T07:53:53.188Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-07-14T07:53:53.188Z] PASS [2021-07-14T07:53:53.188Z] ok github.com/docker/docker/integration/image 1.311s [2021-07-14T07:53:53.641Z] [2021-07-14T07:53:53.641Z] === Skipped [2021-07-14T07:53:53.641Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-07-14T07:53:53.641Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:53:53.641Z] [2021-07-14T07:53:53.641Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-07-14T07:53:53.641Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-07-14T07:53:53.641Z] [2021-07-14T07:53:53.641Z] [2021-07-14T07:53:53.641Z] DONE 11 tests, 2 skipped in 2.875s [2021-07-14T07:53:53.641Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-07-14T07:53:53.650Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-07-14T07:53:55.173Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:53:55.174Z] INFO: Testing against a local daemon [2021-07-14T07:53:55.174Z] === RUN TestNetworkCreateDelete [2021-07-14T07:53:55.174Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:53:55.174Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-07-14T07:53:55.174Z] === RUN TestDockerNetworkDeletePreferID [2021-07-14T07:53:55.174Z] 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-07-14T07:53:55.174Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-07-14T07:53:55.174Z] === RUN TestDaemonDNSFallback [2021-07-14T07:53:55.174Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:53:55.174Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-07-14T07:53:55.174Z] === RUN TestInspectNetwork [2021-07-14T07:53:55.174Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-07-14T07:53:55.174Z] --- SKIP: TestInspectNetwork (0.00s) [2021-07-14T07:53:55.174Z] === RUN TestRunContainerWithBridgeNone [2021-07-14T07:53:55.174Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:53:55.174Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-07-14T07:53:55.174Z] === RUN TestNetworkInvalidJSON [2021-07-14T07:53:55.174Z] === RUN TestNetworkInvalidJSON//networks/create [2021-07-14T07:53:55.174Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-07-14T07:53:55.174Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:53:55.174Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:53:55.174Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:53:55.174Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:53:55.174Z] === CONT TestNetworkInvalidJSON//networks/create [2021-07-14T07:53:55.174Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:53:55.174Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:53:55.174Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-07-14T07:53:55.174Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-07-14T07:53:55.174Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-07-14T07:53:55.174Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-07-14T07:53:55.174Z] === RUN TestNetworkList [2021-07-14T07:53:55.174Z] === RUN TestNetworkList//networks [2021-07-14T07:53:55.174Z] === PAUSE TestNetworkList//networks [2021-07-14T07:53:55.174Z] === RUN TestNetworkList//networks/ [2021-07-14T07:53:55.174Z] === PAUSE TestNetworkList//networks/ [2021-07-14T07:53:55.174Z] === CONT TestNetworkList//networks [2021-07-14T07:53:55.174Z] === CONT TestNetworkList//networks/ [2021-07-14T07:53:55.174Z] --- PASS: TestNetworkList (0.03s) [2021-07-14T07:53:55.174Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-07-14T07:53:55.174Z] --- PASS: TestNetworkList//networks (0.00s) [2021-07-14T07:53:55.174Z] === RUN TestHostIPv4BridgeLabel [2021-07-14T07:53:55.174Z] network_test.go:126: testEnv.OSType == "windows" [2021-07-14T07:53:55.174Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-07-14T07:53:55.174Z] === RUN TestDaemonRestartWithLiveRestore [2021-07-14T07:53:55.174Z] service_test.go:29: testEnv.OSType == "windows" [2021-07-14T07:53:55.174Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-07-14T07:53:55.174Z] === RUN TestDaemonDefaultNetworkPools [2021-07-14T07:53:55.174Z] service_test.go:58: testEnv.OSType == "windows" [2021-07-14T07:53:55.174Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-07-14T07:53:55.174Z] === RUN TestDaemonRestartWithExistingNetwork [2021-07-14T07:53:55.174Z] service_test.go:102: testEnv.OSType == "windows" [2021-07-14T07:53:55.174Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-07-14T07:53:55.174Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-07-14T07:53:55.174Z] service_test.go:136: testEnv.OSType == "windows" [2021-07-14T07:53:55.174Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-07-14T07:53:55.174Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-07-14T07:53:55.174Z] service_test.go:187: testEnv.OSType == "windows" [2021-07-14T07:53:55.174Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-07-14T07:53:55.174Z] === RUN TestServiceWithPredefinedNetwork [2021-07-14T07:53:55.174Z] service_test.go:212: testEnv.OSType == "windows" [2021-07-14T07:53:55.174Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-07-14T07:53:55.174Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-07-14T07:53:55.174Z] service_test.go:242: FLAKY_TEST [2021-07-14T07:53:55.174Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-07-14T07:53:55.174Z] === RUN TestServiceWithDataPathPortInit [2021-07-14T07:53:55.174Z] service_test.go:333: testEnv.OSType == "windows" [2021-07-14T07:53:55.174Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-07-14T07:53:55.174Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-07-14T07:53:55.174Z] service_test.go:401: testEnv.OSType == "windows" [2021-07-14T07:53:55.174Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-07-14T07:53:55.174Z] PASS [2021-07-14T07:53:55.174Z] ok github.com/docker/docker/integration/network 0.141s [2021-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] === Skipped [2021-07-14T07:53:55.624Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-07-14T07:53:55.624Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-07-14T07:53:55.624Z] 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-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-07-14T07:53:55.624Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-07-14T07:53:55.624Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-07-14T07:53:55.624Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-07-14T07:53:55.624Z] network_test.go:126: testEnv.OSType == "windows" [2021-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-07-14T07:53:55.624Z] service_test.go:29: testEnv.OSType == "windows" [2021-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-07-14T07:53:55.624Z] service_test.go:58: testEnv.OSType == "windows" [2021-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-07-14T07:53:55.624Z] service_test.go:102: testEnv.OSType == "windows" [2021-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-07-14T07:53:55.624Z] service_test.go:136: testEnv.OSType == "windows" [2021-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-07-14T07:53:55.624Z] service_test.go:187: testEnv.OSType == "windows" [2021-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-07-14T07:53:55.624Z] service_test.go:212: testEnv.OSType == "windows" [2021-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-07-14T07:53:55.624Z] service_test.go:242: FLAKY_TEST [2021-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-07-14T07:53:55.624Z] service_test.go:333: testEnv.OSType == "windows" [2021-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-07-14T07:53:55.624Z] service_test.go:401: testEnv.OSType == "windows" [2021-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] [2021-07-14T07:53:55.624Z] DONE 22 tests, 15 skipped in 1.919s [2021-07-14T07:53:55.624Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-07-14T07:53:56.075Z] testing: warning: no tests to run [2021-07-14T07:53:56.075Z] PASS [2021-07-14T07:53:56.075Z] ok github.com/docker/docker/integration/network/ipvlan 0.057s [2021-07-14T07:53:56.075Z] [2021-07-14T07:53:56.075Z] DONE 0 tests in 0.558s [2021-07-14T07:53:56.075Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-07-14T07:53:56.182Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-07-14T07:53:56.525Z] testing: warning: no tests to run [2021-07-14T07:53:56.525Z] PASS [2021-07-14T07:53:56.525Z] ok github.com/docker/docker/integration/network/macvlan 0.059s [2021-07-14T07:53:56.525Z] [2021-07-14T07:53:56.525Z] DONE 0 tests in 0.532s [2021-07-14T07:53:56.525Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-07-14T07:53:56.978Z] testing: warning: no tests to run [2021-07-14T07:53:56.978Z] PASS [2021-07-14T07:53:56.978Z] ok github.com/docker/docker/integration/plugin 0.066s [2021-07-14T07:53:56.978Z] [2021-07-14T07:53:56.978Z] DONE 0 tests in 0.544s [2021-07-14T07:53:57.428Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-07-14T07:53:57.556Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-07-14T07:53:57.878Z] testing: warning: no tests to run [2021-07-14T07:53:57.878Z] PASS [2021-07-14T07:53:57.878Z] ok github.com/docker/docker/integration/plugin/authz 0.062s [2021-07-14T07:53:57.878Z] [2021-07-14T07:53:57.878Z] DONE 0 tests in 0.535s [2021-07-14T07:53:57.878Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-07-14T07:54:00.090Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-07-14T07:54:02.632Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-07-14T07:54:02.632Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-07-14T07:54:02.632Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-07-14T07:54:02.632Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-07-14T07:54:02.632Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-07-14T07:54:03.198Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-07-14T07:54:05.731Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-07-14T07:54:06.225Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-07-14T07:54:06.225Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-07-14T07:54:06.225Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-07-14T07:54:06.225Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-07-14T07:54:06.225Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-07-14T07:54:06.393Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:54:06.393Z] INFO: Testing against a local daemon [2021-07-14T07:54:06.393Z] === RUN TestPluginInvalidJSON [2021-07-14T07:54:06.393Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:54:06.393Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:54:06.393Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:54:06.393Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-07-14T07:54:06.393Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-07-14T07:54:06.393Z] === RUN TestPluginInstall [2021-07-14T07:54:06.393Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-07-14T07:54:06.393Z] --- SKIP: TestPluginInstall (0.00s) [2021-07-14T07:54:06.393Z] === RUN TestPluginsWithRuntimes [2021-07-14T07:54:06.393Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-07-14T07:54:06.393Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-07-14T07:54:06.393Z] === RUN TestPluginBackCompatMediaTypes [2021-07-14T07:54:06.393Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-07-14T07:54:06.393Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-07-14T07:54:06.393Z] PASS [2021-07-14T07:54:06.393Z] ok github.com/docker/docker/integration/plugin/common 0.112s [2021-07-14T07:54:06.393Z] [2021-07-14T07:54:06.393Z] === Skipped [2021-07-14T07:54:06.393Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-07-14T07:54:06.393Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-07-14T07:54:06.393Z] [2021-07-14T07:54:06.393Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-07-14T07:54:06.393Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-07-14T07:54:06.393Z] [2021-07-14T07:54:06.393Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-07-14T07:54:06.393Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-07-14T07:54:06.393Z] [2021-07-14T07:54:06.393Z] [2021-07-14T07:54:06.393Z] DONE 5 tests, 3 skipped in 8.122s [2021-07-14T07:54:06.393Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-07-14T07:54:07.631Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-07-14T07:54:08.557Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:54:08.557Z] INFO: Testing against a local daemon [2021-07-14T07:54:08.557Z] === RUN TestExternalGraphDriver [2021-07-14T07:54:08.557Z] external_test.go:48: runtime.GOOS == "windows" [2021-07-14T07:54:08.557Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-07-14T07:54:08.557Z] === RUN TestGraphdriverPluginV2 [2021-07-14T07:54:08.557Z] external_test.go:408: runtime.GOOS == "windows" [2021-07-14T07:54:08.557Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-07-14T07:54:08.557Z] PASS [2021-07-14T07:54:08.557Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.099s [2021-07-14T07:54:08.557Z] [2021-07-14T07:54:08.557Z] === Skipped [2021-07-14T07:54:08.557Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-07-14T07:54:08.557Z] external_test.go:48: runtime.GOOS == "windows" [2021-07-14T07:54:08.557Z] [2021-07-14T07:54:08.557Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-07-14T07:54:08.557Z] external_test.go:408: runtime.GOOS == "windows" [2021-07-14T07:54:08.557Z] [2021-07-14T07:54:08.557Z] [2021-07-14T07:54:08.557Z] DONE 2 tests, 2 skipped in 2.453s [2021-07-14T07:54:08.557Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-07-14T07:54:09.533Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-07-14T07:54:10.067Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:54:10.067Z] INFO: Testing against a local daemon [2021-07-14T07:54:10.067Z] === RUN TestReadPluginNoRead [2021-07-14T07:54:10.067Z] read_test.go:21: no unix domain sockets on Windows [2021-07-14T07:54:10.067Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-07-14T07:54:10.067Z] PASS [2021-07-14T07:54:10.067Z] ok github.com/docker/docker/integration/plugin/logging 0.087s [2021-07-14T07:54:10.067Z] [2021-07-14T07:54:10.067Z] === Skipped [2021-07-14T07:54:10.067Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-07-14T07:54:10.067Z] read_test.go:21: no unix domain sockets on Windows [2021-07-14T07:54:10.067Z] [2021-07-14T07:54:10.067Z] [2021-07-14T07:54:10.067Z] DONE 1 tests, 1 skipped in 1.697s [2021-07-14T07:54:10.067Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-07-14T07:54:10.099Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-07-14T07:54:11.017Z] testing: warning: no tests to run [2021-07-14T07:54:11.017Z] PASS [2021-07-14T07:54:11.017Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.060s [2021-07-14T07:54:11.017Z] [2021-07-14T07:54:11.017Z] DONE 0 tests in 0.830s [2021-07-14T07:54:11.017Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-07-14T07:54:11.033Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-07-14T07:54:12.408Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-07-14T07:54:12.527Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:54:12.527Z] INFO: Testing against a local daemon [2021-07-14T07:54:12.527Z] === RUN TestPluginWithDevMounts [2021-07-14T07:54:12.527Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:12.527Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-07-14T07:54:12.527Z] PASS [2021-07-14T07:54:12.527Z] ok github.com/docker/docker/integration/plugin/volumes 0.084s [2021-07-14T07:54:12.666Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-07-14T07:54:12.978Z] [2021-07-14T07:54:12.978Z] === Skipped [2021-07-14T07:54:12.978Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-07-14T07:54:12.978Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:12.978Z] [2021-07-14T07:54:12.978Z] [2021-07-14T07:54:12.978Z] DONE 1 tests, 1 skipped in 1.710s [2021-07-14T07:54:12.978Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-07-14T07:54:13.602Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-07-14T07:54:13.602Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-07-14T07:54:13.602Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-07-14T07:54:14.488Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:54:14.488Z] INFO: Testing against a local daemon [2021-07-14T07:54:14.488Z] === RUN TestSecretInspect [2021-07-14T07:54:14.488Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:14.488Z] --- SKIP: TestSecretInspect (0.00s) [2021-07-14T07:54:14.488Z] === RUN TestSecretList [2021-07-14T07:54:14.488Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:14.488Z] --- SKIP: TestSecretList (0.00s) [2021-07-14T07:54:14.488Z] === RUN TestSecretsCreateAndDelete [2021-07-14T07:54:14.488Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:14.488Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-07-14T07:54:14.488Z] === RUN TestSecretsUpdate [2021-07-14T07:54:14.488Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:14.488Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-07-14T07:54:14.488Z] === RUN TestTemplatedSecret [2021-07-14T07:54:14.488Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:14.488Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-07-14T07:54:14.488Z] === RUN TestSecretCreateResolve [2021-07-14T07:54:14.488Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:54:14.488Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-07-14T07:54:14.488Z] PASS [2021-07-14T07:54:14.488Z] ok github.com/docker/docker/integration/secret 0.093s [2021-07-14T07:54:14.488Z] [2021-07-14T07:54:14.488Z] === Skipped [2021-07-14T07:54:14.488Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-07-14T07:54:14.488Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:14.488Z] [2021-07-14T07:54:14.488Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-07-14T07:54:14.488Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:14.488Z] [2021-07-14T07:54:14.488Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-07-14T07:54:14.488Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:14.488Z] [2021-07-14T07:54:14.488Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-07-14T07:54:14.488Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:14.488Z] [2021-07-14T07:54:14.488Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-07-14T07:54:14.488Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:14.488Z] [2021-07-14T07:54:14.488Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-07-14T07:54:14.488Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:54:14.488Z] [2021-07-14T07:54:14.488Z] [2021-07-14T07:54:14.488Z] DONE 6 tests, 6 skipped in 1.484s [2021-07-14T07:54:14.488Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-07-14T07:54:14.537Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-07-14T07:54:14.795Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-07-14T07:54:16.001Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:54:16.002Z] INFO: Testing against a local daemon [2021-07-14T07:54:16.002Z] === RUN TestServiceCreateInit [2021-07-14T07:54:16.002Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-07-14T07:54:16.002Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.002Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-07-14T07:54:16.002Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.002Z] --- PASS: TestServiceCreateInit (0.03s) [2021-07-14T07:54:16.002Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-07-14T07:54:16.002Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-07-14T07:54:16.002Z] === RUN TestCreateServiceMultipleTimes [2021-07-14T07:54:16.002Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.002Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-07-14T07:54:16.002Z] === RUN TestCreateServiceConflict [2021-07-14T07:54:16.002Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.002Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-07-14T07:54:16.002Z] === RUN TestCreateServiceMaxReplicas [2021-07-14T07:54:16.002Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.002Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-07-14T07:54:16.002Z] === RUN TestCreateWithDuplicateNetworkNames [2021-07-14T07:54:16.002Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.002Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-07-14T07:54:16.002Z] === RUN TestCreateServiceSecretFileMode [2021-07-14T07:54:16.002Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.002Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-07-14T07:54:16.002Z] === RUN TestCreateServiceConfigFileMode [2021-07-14T07:54:16.002Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.002Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-07-14T07:54:16.002Z] === RUN TestCreateServiceSysctls [2021-07-14T07:54:16.002Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.002Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-07-14T07:54:16.002Z] === RUN TestCreateServiceCapabilities [2021-07-14T07:54:16.171Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-07-14T07:54:16.171Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-07-14T07:54:16.452Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-07-14T07:54:16.452Z] === RUN TestInspect [2021-07-14T07:54:16.452Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] --- SKIP: TestInspect (0.00s) [2021-07-14T07:54:16.452Z] === RUN TestCreateJob [2021-07-14T07:54:16.452Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] --- SKIP: TestCreateJob (0.00s) [2021-07-14T07:54:16.452Z] === RUN TestReplicatedJob [2021-07-14T07:54:16.452Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] --- SKIP: TestReplicatedJob (0.00s) [2021-07-14T07:54:16.452Z] === RUN TestUpdateReplicatedJob [2021-07-14T07:54:16.452Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-07-14T07:54:16.452Z] === RUN TestServiceListWithStatuses [2021-07-14T07:54:16.452Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-07-14T07:54:16.452Z] === RUN TestDockerNetworkConnectAlias [2021-07-14T07:54:16.452Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-07-14T07:54:16.452Z] === RUN TestDockerNetworkReConnect [2021-07-14T07:54:16.452Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-07-14T07:54:16.452Z] === RUN TestServicePlugin [2021-07-14T07:54:16.452Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] --- SKIP: TestServicePlugin (0.00s) [2021-07-14T07:54:16.452Z] === RUN TestServiceUpdateLabel [2021-07-14T07:54:16.452Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:54:16.452Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-07-14T07:54:16.452Z] === RUN TestServiceUpdateSecrets [2021-07-14T07:54:16.452Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:54:16.452Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-07-14T07:54:16.452Z] === RUN TestServiceUpdateConfigs [2021-07-14T07:54:16.452Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:54:16.452Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-07-14T07:54:16.452Z] === RUN TestServiceUpdateNetwork [2021-07-14T07:54:16.452Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:54:16.452Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-07-14T07:54:16.452Z] === RUN TestServiceUpdatePidsLimit [2021-07-14T07:54:16.452Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:54:16.452Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-07-14T07:54:16.452Z] PASS [2021-07-14T07:54:16.452Z] ok github.com/docker/docker/integration/service 0.201s [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === Skipped [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-07-14T07:54:16.452Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-07-14T07:54:16.452Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-07-14T07:54:16.452Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-07-14T07:54:16.452Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-07-14T07:54:16.452Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-07-14T07:54:16.452Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-07-14T07:54:16.452Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-07-14T07:54:16.452Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2021-07-14T07:54:16.452Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-07-14T07:54:16.452Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-07-14T07:54:16.452Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-07-14T07:54:16.452Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-07-14T07:54:16.452Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.01s) [2021-07-14T07:54:16.452Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-07-14T07:54:16.452Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-07-14T07:54:16.452Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-07-14T07:54:16.452Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-07-14T07:54:16.452Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-07-14T07:54:16.452Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-07-14T07:54:16.452Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-07-14T07:54:16.452Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-07-14T07:54:16.452Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-07-14T07:54:16.452Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] [2021-07-14T07:54:16.452Z] DONE 24 tests, 23 skipped in 2.002s [2021-07-14T07:54:16.452Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-07-14T07:54:16.643Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-07-14T07:54:16.643Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-07-14T07:54:17.106Z] docker_cli_swarm_test.go:1901: [d33fd2c48d7ce] joining swarm manager [d6afd9a89acc0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:54:17.106Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-07-14T07:54:17.629Z] === RUN TestDockerSuite/TestBuildBlankName [2021-07-14T07:54:17.963Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:54:17.963Z] INFO: Testing against a local daemon [2021-07-14T07:54:17.963Z] === RUN TestSessionCreate [2021-07-14T07:54:17.963Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-07-14T07:54:17.963Z] --- SKIP: TestSessionCreate (0.00s) [2021-07-14T07:54:17.963Z] === RUN TestSessionCreateWithBadUpgrade [2021-07-14T07:54:17.963Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-07-14T07:54:17.963Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-07-14T07:54:17.963Z] PASS [2021-07-14T07:54:17.963Z] ok github.com/docker/docker/integration/session 0.098s [2021-07-14T07:54:17.963Z] [2021-07-14T07:54:17.963Z] === Skipped [2021-07-14T07:54:17.963Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-07-14T07:54:17.963Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-07-14T07:54:17.963Z] [2021-07-14T07:54:17.963Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-07-14T07:54:17.963Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-07-14T07:54:17.963Z] [2021-07-14T07:54:17.963Z] [2021-07-14T07:54:17.963Z] DONE 2 tests, 2 skipped in 1.418s [2021-07-14T07:54:17.963Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-07-14T07:54:18.041Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-07-14T07:54:18.097Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-07-14T07:54:18.299Z] docker_cli_swarm_test.go:1902: [d924a896df631] joining swarm manager [d6afd9a89acc0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:54:18.867Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-07-14T07:54:19.474Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:54:19.474Z] INFO: Testing against a local daemon [2021-07-14T07:54:19.474Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-07-14T07:54:19.474Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:19.474Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-07-14T07:54:19.474Z] === RUN TestEventsExecDie [2021-07-14T07:54:19.474Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-07-14T07:54:19.474Z] --- SKIP: TestEventsExecDie (0.00s) [2021-07-14T07:54:19.474Z] === RUN TestEventsBackwardsCompatible [2021-07-14T07:54:19.474Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-07-14T07:54:19.474Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-07-14T07:54:19.474Z] === RUN TestEventsVolumeCreate [2021-07-14T07:54:19.474Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-07-14T07:54:19.474Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-07-14T07:54:19.474Z] === RUN TestInfoAPI [2021-07-14T07:54:19.474Z] --- PASS: TestInfoAPI (0.03s) [2021-07-14T07:54:19.474Z] === RUN TestInfoAPIWarnings [2021-07-14T07:54:19.474Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:54:19.474Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-07-14T07:54:19.474Z] === RUN TestInfoDebug [2021-07-14T07:54:19.474Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:54:19.474Z] --- SKIP: TestInfoDebug (0.00s) [2021-07-14T07:54:19.474Z] === RUN TestInfoInsecureRegistries [2021-07-14T07:54:19.474Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:54:19.474Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-07-14T07:54:19.474Z] === RUN TestInfoRegistryMirrors [2021-07-14T07:54:19.474Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:54:19.474Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-07-14T07:54:19.474Z] === RUN TestLoginFailsWithBadCredentials [2021-07-14T07:54:19.803Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-07-14T07:54:19.803Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-07-14T07:54:20.368Z] === RUN TestDockerSuite/TestRunEnvironment [2021-07-14T07:54:20.425Z] --- PASS: TestLoginFailsWithBadCredentials (0.95s) [2021-07-14T07:54:20.425Z] === RUN TestPingCacheHeaders [2021-07-14T07:54:20.425Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-07-14T07:54:20.425Z] === RUN TestPingGet [2021-07-14T07:54:20.425Z] --- PASS: TestPingGet (0.02s) [2021-07-14T07:54:20.425Z] === RUN TestPingHead [2021-07-14T07:54:20.425Z] --- PASS: TestPingHead (0.02s) [2021-07-14T07:54:20.425Z] === RUN TestVersion [2021-07-14T07:54:20.425Z] --- PASS: TestVersion (0.02s) [2021-07-14T07:54:20.425Z] PASS [2021-07-14T07:54:20.425Z] ok github.com/docker/docker/integration/system 1.139s [2021-07-14T07:54:20.425Z] [2021-07-14T07:54:20.425Z] === Skipped [2021-07-14T07:54:20.426Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-07-14T07:54:20.426Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:54:20.426Z] [2021-07-14T07:54:20.426Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-07-14T07:54:20.426Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-07-14T07:54:20.426Z] [2021-07-14T07:54:20.426Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-07-14T07:54:20.426Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-07-14T07:54:20.426Z] [2021-07-14T07:54:20.426Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-07-14T07:54:20.426Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-07-14T07:54:20.426Z] [2021-07-14T07:54:20.426Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-07-14T07:54:20.426Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:54:20.426Z] [2021-07-14T07:54:20.426Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-07-14T07:54:20.426Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:54:20.426Z] [2021-07-14T07:54:20.426Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-07-14T07:54:20.426Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:54:20.426Z] [2021-07-14T07:54:20.426Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-07-14T07:54:20.426Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:54:20.426Z] [2021-07-14T07:54:20.426Z] [2021-07-14T07:54:20.426Z] DONE 14 tests, 8 skipped in 2.534s [2021-07-14T07:54:20.426Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-07-14T07:54:21.304Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-07-14T07:54:21.869Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-07-14T07:54:21.939Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:54:21.939Z] INFO: Testing against a local daemon [2021-07-14T07:54:21.939Z] === RUN TestVolumesCreateAndList [2021-07-14T07:54:21.939Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-07-14T07:54:21.939Z] === RUN TestVolumesRemove [2021-07-14T07:54:21.939Z] --- PASS: TestVolumesRemove (0.12s) [2021-07-14T07:54:21.939Z] === RUN TestVolumesInspect [2021-07-14T07:54:21.939Z] --- PASS: TestVolumesInspect (0.03s) [2021-07-14T07:54:21.939Z] === RUN TestVolumesInvalidJSON [2021-07-14T07:54:21.939Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-07-14T07:54:21.939Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-07-14T07:54:21.939Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-07-14T07:54:21.939Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-07-14T07:54:21.939Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-07-14T07:54:21.939Z] PASS [2021-07-14T07:54:21.939Z] ok github.com/docker/docker/integration/volume 0.259s [2021-07-14T07:54:22.390Z] [2021-07-14T07:54:22.390Z] DONE 5 tests in 1.768s [2021-07-14T07:54:22.390Z] INFO: make.ps1 ended at 07/14/2021 07:54:22 [2021-07-14T07:54:22.390Z] INFO: Integration CLI tests being run from the host: [2021-07-14T07:54:22.390Z] 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-07-14T07:54:22.437Z] === RUN TestDockerSuite/TestRunExitCode [2021-07-14T07:54:23.003Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-07-14T07:54:23.899Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-07-14T07:54:23.899Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-07-14T07:54:23.939Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-07-14T07:54:24.349Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-07-14T07:54:24.505Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-07-14T07:54:25.071Z] === RUN TestDockerSuite/TestRunExposePort [2021-07-14T07:54:25.072Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-07-14T07:54:26.005Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-07-14T07:54:26.572Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-07-14T07:54:27.950Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-07-14T07:54:28.209Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-07-14T07:54:28.209Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-07-14T07:54:28.209Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-07-14T07:54:29.397Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-07-14T07:54:29.397Z] INFO: Testing against a local daemon [2021-07-14T07:54:29.397Z] === RUN TestDockerSuite [2021-07-14T07:54:29.397Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-07-14T07:54:29.397Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-07-14T07:54:29.397Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-07-14T07:54:29.397Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-07-14T07:54:29.397Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-07-14T07:54:29.397Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-07-14T07:54:29.397Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-07-14T07:54:29.397Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-07-14T07:54:29.397Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-07-14T07:54:29.397Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-07-14T07:54:30.347Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-07-14T07:54:30.347Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-07-14T07:54:31.299Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-07-14T07:54:31.299Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-07-14T07:54:31.491Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-07-14T07:54:32.058Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-07-14T07:54:34.571Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-07-14T07:54:34.586Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-07-14T07:54:42.710Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-07-14T07:54:43.645Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-07-14T07:54:44.212Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-07-14T07:54:44.783Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-07-14T07:54:46.157Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-07-14T07:54:46.157Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-07-14T07:54:46.157Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-07-14T07:54:46.158Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-07-14T07:54:46.846Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-07-14T07:54:47.093Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-07-14T07:54:50.377Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-07-14T07:54:51.753Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-07-14T07:54:52.569Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-07-14T07:54:52.569Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-07-14T07:54:52.569Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-07-14T07:54:53.128Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-07-14T07:54:56.250Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-07-14T07:54:56.250Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-07-14T07:54:56.250Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-07-14T07:54:56.250Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-07-14T07:54:56.250Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-07-14T07:54:59.685Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-07-14T07:54:59.685Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-07-14T07:54:59.943Z] === RUN TestDockerSuite/TestRunModeHostname [2021-07-14T07:55:01.317Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-07-14T07:55:01.317Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-07-14T07:55:01.317Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-07-14T07:55:01.575Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-07-14T07:55:03.244Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-07-14T07:55:03.244Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-07-14T07:55:03.244Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-07-14T07:55:03.244Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-07-14T07:55:03.244Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-07-14T07:55:03.244Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-07-14T07:55:03.244Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-07-14T07:55:03.244Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-07-14T07:55:03.477Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-07-14T07:55:03.478Z] docker_cli_swarm_test.go:1802: [d848b2c7658a6] joining swarm manager [decd4f05ce6f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:55:04.872Z] docker_cli_swarm_test.go:1803: [d190fbd1d52f5] joining swarm manager [decd4f05ce6f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:55:05.132Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-07-14T07:55:06.559Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-07-14T07:55:06.817Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-07-14T07:55:06.817Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-07-14T07:55:08.192Z] === RUN TestDockerSuite/TestRunMount [2021-07-14T07:55:16.304Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-07-14T07:55:16.562Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-07-14T07:55:17.497Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-07-14T07:55:18.871Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-07-14T07:55:20.773Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-07-14T07:55:20.773Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-07-14T07:55:24.254Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-07-14T07:55:24.961Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-07-14T07:55:26.863Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-07-14T07:55:27.937Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-07-14T07:55:27.937Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-07-14T07:55:28.894Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-07-14T07:55:28.894Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-07-14T07:55:28.894Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-07-14T07:55:29.393Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-07-14T07:55:29.393Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-07-14T07:55:30.405Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-07-14T07:55:30.405Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-07-14T07:55:30.405Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-07-14T07:55:30.767Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-07-14T07:55:31.334Z] docker_cli_swarm_test.go:1321: [d694d89973a0e] joining swarm manager [d700d3c9433ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:55:31.547Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-07-14T07:55:31.547Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-07-14T07:55:31.547Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-07-14T07:55:31.547Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-07-14T07:55:31.547Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-07-14T07:55:31.547Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-07-14T07:55:31.547Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-07-14T07:55:31.547Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-07-14T07:55:31.547Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-07-14T07:55:31.547Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-07-14T07:55:31.547Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-07-14T07:55:31.547Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-07-14T07:55:31.547Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-07-14T07:55:31.547Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-07-14T07:55:31.547Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-07-14T07:55:31.547Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T07:55:31.547Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-07-14T07:55:31.547Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-07-14T07:55:31.547Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-07-14T07:55:31.547Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-07-14T07:55:31.547Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-07-14T07:55:31.547Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-07-14T07:55:31.547Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-07-14T07:55:31.547Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-07-14T07:55:31.547Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-07-14T07:55:32.710Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-07-14T07:55:32.710Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-07-14T07:55:32.710Z] docker_cli_swarm_test.go:1322: [d252a044f2bcc] joining swarm manager [d700d3c9433ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:55:33.646Z] === RUN TestDockerSuite/TestRunNetHost [2021-07-14T07:55:34.086Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-07-14T07:55:34.407Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-07-14T07:55:35.022Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-07-14T07:55:35.038Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-07-14T07:55:35.038Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-07-14T07:55:35.038Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-07-14T07:55:35.038Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-07-14T07:55:35.038Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-07-14T07:55:35.589Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-07-14T07:55:36.546Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-07-14T07:55:36.552Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-07-14T07:55:36.576Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-07-14T07:55:36.576Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-07-14T07:55:36.576Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-07-14T07:55:36.576Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-07-14T07:55:36.576Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-07-14T07:55:36.576Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-07-14T07:55:36.576Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-07-14T07:55:36.576Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-07-14T07:55:36.576Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-07-14T07:55:37.005Z] === RUN TestDockerSuite/TestBuildCmd [2021-07-14T07:55:37.956Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-07-14T07:55:38.406Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-07-14T07:55:38.856Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-07-14T07:55:39.078Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-07-14T07:55:39.485Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-07-14T07:55:39.485Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-07-14T07:55:39.485Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-07-14T07:55:39.485Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-07-14T07:55:39.485Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-07-14T07:55:40.978Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-07-14T07:55:45.167Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-07-14T07:55:45.167Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-07-14T07:55:45.425Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-07-14T07:55:45.991Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-07-14T07:55:46.249Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-07-14T07:55:46.815Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-07-14T07:55:47.383Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-07-14T07:55:47.642Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-07-14T07:55:48.209Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-07-14T07:55:49.082Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-07-14T07:55:49.712Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-07-14T07:55:50.032Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-07-14T07:55:50.032Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-07-14T07:55:50.032Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-07-14T07:55:51.543Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-07-14T07:55:51.543Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-07-14T07:55:51.543Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-07-14T07:55:51.543Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-07-14T07:55:53.685Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-07-14T07:55:54.135Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-07-14T07:55:54.585Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-07-14T07:55:54.585Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-07-14T07:55:54.585Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-07-14T07:55:54.771Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-07-14T07:55:54.771Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-07-14T07:55:54.771Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-07-14T07:55:54.771Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-07-14T07:55:55.336Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-07-14T07:55:55.534Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-07-14T07:55:55.984Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-07-14T07:55:55.984Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-07-14T07:55:55.984Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-07-14T07:55:55.984Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-07-14T07:55:55.984Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-07-14T07:55:57.238Z] === RUN TestDockerSuite/TestRunPortInUse [2021-07-14T07:55:57.803Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-07-14T07:55:58.062Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2021-07-14T07:55:58.062Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-07-14T07:55:58.627Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-07-14T07:55:58.885Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-07-14T07:55:59.820Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-07-14T07:56:00.080Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-07-14T07:56:00.080Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-07-14T07:56:00.080Z] === RUN TestDockerSuite/TestRunPublishPort [2021-07-14T07:56:01.014Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-07-14T07:56:01.273Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-07-14T07:56:01.273Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-07-14T07:56:01.273Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-07-14T07:56:01.709Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-07-14T07:56:01.840Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-07-14T07:56:03.223Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-07-14T07:56:03.223Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-07-14T07:56:03.223Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-07-14T07:56:06.507Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-07-14T07:56:07.880Z] === RUN TestDockerSuite/TestRunRm [2021-07-14T07:56:08.273Z] --- PASS: TestBuildWCOWSandboxSize (822.78s) [2021-07-14T07:56:08.273Z] === RUN TestBuildWithEmptyDockerfile [2021-07-14T07:56:08.273Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:56:08.273Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:56:08.273Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:56:08.273Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:56:08.273Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:56:08.273Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:56:08.273Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-07-14T07:56:08.273Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-07-14T07:56:08.273Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-07-14T07:56:08.273Z] --- PASS: TestBuildWithEmptyDockerfile (0.44s) [2021-07-14T07:56:08.273Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-07-14T07:56:08.273Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-07-14T07:56:08.273Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-07-14T07:56:08.273Z] === RUN TestBuildPreserveOwnership [2021-07-14T07:56:08.273Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:56:08.273Z] --- SKIP: TestBuildPreserveOwnership (0.01s) [2021-07-14T07:56:08.273Z] === RUN TestBuildPlatformInvalid [2021-07-14T07:56:08.273Z] --- PASS: TestBuildPlatformInvalid (0.42s) [2021-07-14T07:56:08.273Z] PASS [2021-07-14T07:56:08.273Z] ok github.com/docker/docker/integration/build 1015.854s [2021-07-14T07:56:08.273Z] [2021-07-14T07:56:08.273Z] === Skipped [2021-07-14T07:56:08.273Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-07-14T07:56:08.273Z] build_session_test.go:25: TODO: BuildKit [2021-07-14T07:56:08.273Z] [2021-07-14T07:56:08.273Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-07-14T07:56:08.273Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:08.273Z] [2021-07-14T07:56:08.273Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-07-14T07:56:08.273Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:56:08.273Z] [2021-07-14T07:56:08.273Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-07-14T07:56:08.273Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:56:08.273Z] [2021-07-14T07:56:08.273Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s) [2021-07-14T07:56:08.273Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:56:08.273Z] [2021-07-14T07:56:08.273Z] [2021-07-14T07:56:08.273Z] DONE 29 tests, 5 skipped in 1047.382s [2021-07-14T07:56:08.273Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-07-14T07:56:08.273Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:56:08.273Z] INFO: Testing against a local daemon [2021-07-14T07:56:08.273Z] === RUN TestConfigInspect [2021-07-14T07:56:08.273Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:08.273Z] --- SKIP: TestConfigInspect (0.00s) [2021-07-14T07:56:08.273Z] === RUN TestConfigList [2021-07-14T07:56:08.273Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:08.273Z] --- SKIP: TestConfigList (0.00s) [2021-07-14T07:56:08.273Z] === RUN TestConfigsCreateAndDelete [2021-07-14T07:56:08.273Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:08.273Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-07-14T07:56:08.273Z] === RUN TestConfigsUpdate [2021-07-14T07:56:08.273Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:08.273Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-07-14T07:56:08.273Z] === RUN TestTemplatedConfig [2021-07-14T07:56:08.273Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:08.273Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-07-14T07:56:08.273Z] === RUN TestConfigCreateResolve [2021-07-14T07:56:08.273Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:56:08.273Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-07-14T07:56:08.273Z] PASS [2021-07-14T07:56:08.273Z] ok github.com/docker/docker/integration/config 0.119s [2021-07-14T07:56:08.273Z] [2021-07-14T07:56:08.273Z] === Skipped [2021-07-14T07:56:08.273Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-07-14T07:56:08.273Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:08.273Z] [2021-07-14T07:56:08.273Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-07-14T07:56:08.273Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:08.273Z] [2021-07-14T07:56:08.273Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-07-14T07:56:08.273Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:08.273Z] [2021-07-14T07:56:08.273Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-07-14T07:56:08.273Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:08.273Z] [2021-07-14T07:56:08.273Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-07-14T07:56:08.273Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:08.273Z] [2021-07-14T07:56:08.273Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-07-14T07:56:08.273Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:56:08.273Z] [2021-07-14T07:56:08.273Z] [2021-07-14T07:56:08.273Z] DONE 6 tests, 6 skipped in 2.675s [2021-07-14T07:56:08.273Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-07-14T07:56:08.446Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-07-14T07:56:10.419Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:56:10.419Z] INFO: Testing against a local daemon [2021-07-14T07:56:10.419Z] === RUN TestCheckpoint [2021-07-14T07:56:10.419Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-07-14T07:56:10.419Z] --- SKIP: TestCheckpoint (0.00s) [2021-07-14T07:56:10.419Z] === RUN TestContainerInvalidJSON [2021-07-14T07:56:10.419Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:56:10.419Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:56:10.419Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:56:10.419Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:56:10.419Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:56:10.419Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:56:10.419Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-07-14T07:56:10.419Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-07-14T07:56:10.419Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-07-14T07:56:10.419Z] --- PASS: TestContainerInvalidJSON (0.40s) [2021-07-14T07:56:10.419Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-07-14T07:56:10.419Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-07-14T07:56:10.419Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-07-14T07:56:10.419Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-07-14T07:56:10.871Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.23s) [2021-07-14T07:56:10.871Z] === RUN TestCopyFromContainerPathIsNotDir [2021-07-14T07:56:10.871Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.20s) [2021-07-14T07:56:10.871Z] === RUN TestCopyToContainerPathDoesNotExist [2021-07-14T07:56:11.323Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.35s) [2021-07-14T07:56:11.323Z] === RUN TestCopyToContainerPathIsNotDir [2021-07-14T07:56:11.775Z] --- PASS: TestCopyToContainerPathIsNotDir (0.18s) [2021-07-14T07:56:11.775Z] === RUN TestCopyFromContainer [2021-07-14T07:56:11.775Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:11.775Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-07-14T07:56:11.775Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-07-14T07:56:11.775Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:56:11.775Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:56:11.775Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:56:11.775Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:56:11.775Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:56:11.775Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:56:11.775Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-07-14T07:56:11.775Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-07-14T07:56:11.775Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-07-14T07:56:11.775Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-07-14T07:56:11.775Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-07-14T07:56:11.775Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-07-14T07:56:11.775Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-07-14T07:56:11.775Z] === RUN TestCreateLinkToNonExistingContainer [2021-07-14T07:56:11.775Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-07-14T07:56:11.775Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-07-14T07:56:11.775Z] === RUN TestCreateWithInvalidEnv [2021-07-14T07:56:11.775Z] === RUN TestCreateWithInvalidEnv/0 [2021-07-14T07:56:11.775Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-07-14T07:56:11.775Z] === RUN TestCreateWithInvalidEnv/1 [2021-07-14T07:56:11.775Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-07-14T07:56:11.775Z] === RUN TestCreateWithInvalidEnv/2 [2021-07-14T07:56:11.775Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-07-14T07:56:11.775Z] === CONT TestCreateWithInvalidEnv/0 [2021-07-14T07:56:11.775Z] === CONT TestCreateWithInvalidEnv/2 [2021-07-14T07:56:11.775Z] === CONT TestCreateWithInvalidEnv/1 [2021-07-14T07:56:11.775Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-07-14T07:56:11.775Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-07-14T07:56:11.775Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-07-14T07:56:11.775Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-07-14T07:56:11.775Z] === RUN TestCreateTmpfsMountsTarget [2021-07-14T07:56:11.775Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:11.775Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-07-14T07:56:11.775Z] === RUN TestCreateWithCustomMaskedPaths [2021-07-14T07:56:11.775Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:56:11.775Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-07-14T07:56:11.775Z] === RUN TestCreateWithCustomReadonlyPaths [2021-07-14T07:56:11.775Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:56:11.775Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-07-14T07:56:11.775Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-07-14T07:56:11.775Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:56:11.775Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:56:11.775Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:56:11.775Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:56:11.775Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:56:11.775Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:56:11.775Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:56:11.775Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:56:11.775Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:56:11.775Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:56:11.775Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-07-14T07:56:11.775Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-07-14T07:56:11.775Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-07-14T07:56:11.775Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-07-14T07:56:11.775Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-07-14T07:56:11.775Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-07-14T07:56:11.775Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-07-14T07:56:11.775Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-07-14T07:56:11.775Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-07-14T07:56:11.775Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-07-14T07:56:11.775Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-07-14T07:56:11.775Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-07-14T07:56:11.775Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-07-14T07:56:11.775Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-07-14T07:56:11.775Z] === RUN TestCreateDifferentPlatform [2021-07-14T07:56:11.775Z] === RUN TestCreateDifferentPlatform/different_os [2021-07-14T07:56:11.775Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-07-14T07:56:11.775Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-07-14T07:56:11.775Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-07-14T07:56:11.775Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-07-14T07:56:11.775Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-07-14T07:56:11.775Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2021-07-14T07:56:11.775Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-07-14T07:56:11.775Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-07-14T07:56:11.775Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-07-14T07:56:11.775Z] === RUN TestContainerKillOnDaemonStart [2021-07-14T07:56:11.775Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:11.775Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-07-14T07:56:11.775Z] === RUN TestDiff [2021-07-14T07:56:11.775Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-07-14T07:56:11.775Z] --- SKIP: TestDiff (0.00s) [2021-07-14T07:56:11.775Z] === RUN TestExecWithCloseStdin [2021-07-14T07:56:12.630Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-07-14T07:56:12.630Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-07-14T07:56:13.576Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-07-14T07:56:14.649Z] --- PASS: TestExecWithCloseStdin (2.94s) [2021-07-14T07:56:14.649Z] === RUN TestExec [2021-07-14T07:56:14.952Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-07-14T07:56:15.519Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-07-14T07:56:16.799Z] --- PASS: TestExec (1.96s) [2021-07-14T07:56:16.799Z] === RUN TestExecUser [2021-07-14T07:56:16.799Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-07-14T07:56:16.799Z] --- SKIP: TestExecUser (0.00s) [2021-07-14T07:56:16.799Z] === RUN TestExportContainerAndImportImage [2021-07-14T07:56:16.799Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:16.799Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-07-14T07:56:16.799Z] === RUN TestExportContainerAfterDaemonRestart [2021-07-14T07:56:16.799Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:16.799Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-07-14T07:56:16.799Z] === RUN TestHealthCheckWorkdir [2021-07-14T07:56:16.799Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-07-14T07:56:16.799Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-07-14T07:56:16.799Z] === RUN TestHealthKillContainer [2021-07-14T07:56:16.799Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-07-14T07:56:16.799Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-07-14T07:56:16.799Z] === RUN TestInspectCpusetInConfigPre120 [2021-07-14T07:56:16.799Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-07-14T07:56:16.799Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-07-14T07:56:16.799Z] === RUN TestKillContainerInvalidSignal [2021-07-14T07:56:18.316Z] --- PASS: TestKillContainerInvalidSignal (1.75s) [2021-07-14T07:56:18.316Z] === RUN TestKillContainer [2021-07-14T07:56:18.316Z] === RUN TestKillContainer/no_signal [2021-07-14T07:56:18.803Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-07-14T07:56:20.463Z] === RUN TestKillContainer/non_killing_signal [2021-07-14T07:56:20.463Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-07-14T07:56:20.463Z] === RUN TestKillContainer/killing_signal [2021-07-14T07:56:22.989Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-07-14T07:56:23.248Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-07-14T07:56:23.815Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-07-14T07:56:24.383Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-07-14T07:56:24.950Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-07-14T07:56:25.208Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-07-14T07:56:25.774Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-07-14T07:56:26.340Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-07-14T07:56:27.275Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-07-14T07:56:27.465Z] --- PASS: TestKillContainer (8.59s) [2021-07-14T07:56:27.465Z] --- PASS: TestKillContainer/no_signal (1.70s) [2021-07-14T07:56:27.465Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-07-14T07:56:27.465Z] --- PASS: TestKillContainer/killing_signal (6.84s) [2021-07-14T07:56:27.465Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-07-14T07:56:27.465Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:56:27.465Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-07-14T07:56:27.465Z] === RUN TestKillStoppedContainer [2021-07-14T07:56:27.465Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:56:27.465Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-07-14T07:56:27.465Z] === RUN TestKillStoppedContainerAPIPre120 [2021-07-14T07:56:27.465Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:56:27.465Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-07-14T07:56:27.465Z] === RUN TestKillDifferentUserContainer [2021-07-14T07:56:27.465Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-07-14T07:56:27.465Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-07-14T07:56:27.465Z] === RUN TestInspectOomKilledTrue [2021-07-14T07:56:27.465Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:27.465Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-07-14T07:56:27.465Z] === RUN TestInspectOomKilledFalse [2021-07-14T07:56:27.465Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:56:27.465Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-07-14T07:56:27.465Z] === RUN TestLogsFollowTailEmpty [2021-07-14T07:56:27.843Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-07-14T07:56:28.978Z] --- PASS: TestLogsFollowTailEmpty (1.79s) [2021-07-14T07:56:28.978Z] === RUN TestNetworkNat [2021-07-14T07:56:28.978Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-07-14T07:56:28.978Z] --- SKIP: TestNetworkNat (0.00s) [2021-07-14T07:56:28.978Z] === RUN TestNetworkLocalhostTCPNat [2021-07-14T07:56:30.372Z] === RUN TestDockerSuite/TestRunState [2021-07-14T07:56:31.124Z] --- PASS: TestNetworkLocalhostTCPNat (2.14s) [2021-07-14T07:56:31.124Z] === RUN TestNetworkLoopbackNat [2021-07-14T07:56:31.124Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-07-14T07:56:31.124Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-07-14T07:56:31.124Z] === RUN TestPause [2021-07-14T07:56:31.124Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-07-14T07:56:31.124Z] --- SKIP: TestPause (0.00s) [2021-07-14T07:56:31.124Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-07-14T07:56:32.282Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-07-14T07:56:32.542Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-07-14T07:56:32.639Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.76s) [2021-07-14T07:56:32.639Z] === RUN TestPauseStopPausedContainer [2021-07-14T07:56:32.639Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:56:32.639Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-07-14T07:56:32.639Z] === RUN TestPsFilter [2021-07-14T07:56:33.091Z] --- PASS: TestPsFilter (0.20s) [2021-07-14T07:56:33.091Z] === RUN TestRemoveContainerWithRemovedVolume [2021-07-14T07:56:33.476Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-07-14T07:56:33.476Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-07-14T07:56:33.476Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-07-14T07:56:33.476Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-07-14T07:56:34.043Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-07-14T07:56:34.609Z] === RUN TestDockerSuite/TestRunSysctls [2021-07-14T07:56:35.956Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.72s) [2021-07-14T07:56:35.956Z] === RUN TestRemoveContainerWithVolume [2021-07-14T07:56:35.985Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-07-14T07:56:35.985Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-07-14T07:56:35.985Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-07-14T07:56:36.920Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-07-14T07:56:37.253Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-07-14T07:56:37.253Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-07-14T07:56:37.253Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-07-14T07:56:38.100Z] --- PASS: TestRemoveContainerWithVolume (2.12s) [2021-07-14T07:56:38.100Z] === RUN TestRemoveContainerRunning [2021-07-14T07:56:39.449Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-07-14T07:56:39.613Z] --- PASS: TestRemoveContainerRunning (1.76s) [2021-07-14T07:56:39.613Z] === RUN TestRemoveContainerForceRemoveRunning [2021-07-14T07:56:39.707Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-07-14T07:56:41.128Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.70s) [2021-07-14T07:56:41.128Z] === RUN TestRemoveInvalidContainer [2021-07-14T07:56:41.128Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-07-14T07:56:41.128Z] === RUN TestRenameLinkedContainer [2021-07-14T07:56:41.128Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-07-14T07:56:41.128Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-07-14T07:56:41.128Z] === RUN TestRenameStoppedContainer [2021-07-14T07:56:41.607Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-07-14T07:56:43.275Z] --- PASS: TestRenameStoppedContainer (2.01s) [2021-07-14T07:56:43.275Z] === RUN TestRenameRunningContainerAndReuse [2021-07-14T07:56:44.246Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-07-14T07:56:44.246Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-07-14T07:56:44.246Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-07-14T07:56:44.246Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-07-14T07:56:44.246Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-07-14T07:56:44.246Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-07-14T07:56:44.246Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-07-14T07:56:44.697Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-07-14T07:56:44.697Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-07-14T07:56:44.697Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-07-14T07:56:44.889Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-07-14T07:56:46.966Z] --- PASS: TestRenameRunningContainerAndReuse (3.45s) [2021-07-14T07:56:46.966Z] === RUN TestRenameInvalidName [2021-07-14T07:56:48.171Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-07-14T07:56:48.429Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-07-14T07:56:48.485Z] --- PASS: TestRenameInvalidName (1.74s) [2021-07-14T07:56:48.485Z] === RUN TestRenameAnonymousContainer [2021-07-14T07:56:49.364Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-07-14T07:56:49.937Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-07-14T07:56:51.837Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-07-14T07:56:52.772Z] === RUN TestDockerSuite/TestRunUserByID [2021-07-14T07:56:53.707Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-07-14T07:56:53.707Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-07-14T07:56:53.707Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-07-14T07:56:54.642Z] === RUN TestDockerSuite/TestRunUserByName [2021-07-14T07:56:55.208Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-07-14T07:56:55.775Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-07-14T07:56:55.775Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-07-14T07:56:55.775Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-07-14T07:56:56.033Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-07-14T07:56:56.600Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-07-14T07:56:58.720Z] --- PASS: TestRenameAnonymousContainer (9.01s) [2021-07-14T07:56:58.720Z] === RUN TestRenameContainerWithSameName [2021-07-14T07:56:59.266Z] --- PASS: TestRenameContainerWithSameName (1.70s) [2021-07-14T07:56:59.266Z] === RUN TestRenameContainerWithLinkedContainer [2021-07-14T07:56:59.266Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-07-14T07:56:59.266Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-07-14T07:56:59.266Z] === RUN TestResize [2021-07-14T07:57:00.780Z] --- PASS: TestResize (1.66s) [2021-07-14T07:57:00.780Z] === RUN TestResizeWithInvalidSize [2021-07-14T07:57:00.786Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-07-14T07:57:01.355Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-07-14T07:57:01.683Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-07-14T07:57:01.683Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-07-14T07:57:01.683Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-07-14T07:57:01.683Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-07-14T07:57:01.683Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-07-14T07:57:02.290Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-07-14T07:57:02.375Z] --- PASS: TestResizeWithInvalidSize (1.69s) [2021-07-14T07:57:02.375Z] === RUN TestResizeWhenContainerNotStarted [2021-07-14T07:57:04.190Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-07-14T07:57:04.591Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-07-14T07:57:05.558Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-07-14T07:57:05.558Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-07-14T07:57:05.558Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-07-14T07:57:05.558Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-07-14T07:57:05.558Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-07-14T07:57:05.558Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-07-14T07:57:05.558Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-07-14T07:57:05.558Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-07-14T07:57:05.665Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-07-14T07:57:06.092Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-07-14T07:57:06.115Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-07-14T07:57:06.115Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-07-14T07:57:06.531Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-07-14T07:57:06.566Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-07-14T07:57:08.002Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-07-14T07:57:09.383Z] --- PASS: TestResizeWhenContainerNotStarted (6.82s) [2021-07-14T07:57:09.383Z] === RUN TestDaemonRestartKillContainers [2021-07-14T07:57:09.383Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:57:09.383Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-07-14T07:57:09.383Z] === RUN TestStats [2021-07-14T07:57:09.383Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-07-14T07:57:09.383Z] --- SKIP: TestStats (0.00s) [2021-07-14T07:57:09.383Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-07-14T07:57:09.436Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-07-14T07:57:10.532Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-07-14T07:57:10.790Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-07-14T07:57:10.790Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-07-14T07:57:10.790Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-07-14T07:57:10.790Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-07-14T07:57:10.790Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-07-14T07:57:10.790Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-07-14T07:57:10.790Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-07-14T07:57:10.971Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-07-14T07:57:10.971Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-07-14T07:57:10.971Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-07-14T07:57:10.971Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-07-14T07:57:10.971Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-07-14T07:57:10.971Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-07-14T07:57:11.048Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-07-14T07:57:11.048Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-07-14T07:57:11.048Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-07-14T07:57:13.070Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.71s) [2021-07-14T07:57:13.070Z] === RUN TestStopContainerWithTimeout [2021-07-14T07:57:13.070Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-07-14T07:57:13.070Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-07-14T07:57:13.070Z] === RUN TestUpdateRestartPolicy [2021-07-14T07:57:13.873Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-07-14T07:57:15.228Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-07-14T07:57:15.228Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-07-14T07:57:16.603Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-07-14T07:57:17.537Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-07-14T07:57:18.103Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-07-14T07:57:18.103Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-07-14T07:57:18.669Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-07-14T07:57:18.669Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-07-14T07:57:18.669Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-07-14T07:57:18.669Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-07-14T07:57:18.929Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-07-14T07:57:18.929Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-07-14T07:57:18.929Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-07-14T07:57:18.929Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-07-14T07:57:18.929Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-07-14T07:57:18.929Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-07-14T07:57:18.929Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-07-14T07:57:18.929Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-07-14T07:57:18.929Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-07-14T07:57:18.929Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-07-14T07:57:18.929Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-07-14T07:57:19.497Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-07-14T07:57:20.432Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-07-14T07:57:20.432Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-07-14T07:57:21.366Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-07-14T07:57:21.366Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-07-14T07:57:21.933Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-07-14T07:57:21.933Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-07-14T07:57:22.866Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-07-14T07:57:23.433Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-07-14T07:57:23.433Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-07-14T07:57:23.433Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-07-14T07:57:24.202Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-07-14T07:57:24.373Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-07-14T07:57:25.753Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-07-14T07:57:26.011Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-07-14T07:57:26.273Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-07-14T07:57:26.273Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-07-14T07:57:26.273Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-07-14T07:57:27.212Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-07-14T07:57:27.212Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-07-14T07:57:27.533Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-07-14T07:57:27.983Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-07-14T07:57:28.889Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-07-14T07:57:28.933Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-07-14T07:57:29.115Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-07-14T07:57:29.374Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-07-14T07:57:29.410Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-07-14T07:57:29.410Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-07-14T07:57:29.410Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-07-14T07:57:30.309Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-07-14T07:57:31.685Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-07-14T07:57:32.707Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-07-14T07:57:33.062Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-07-14T07:57:33.062Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-07-14T07:57:33.062Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-07-14T07:57:33.147Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-07-14T07:57:34.043Z] --- PASS: TestUpdateRestartPolicy (19.20s) [2021-07-14T07:57:34.043Z] === RUN TestUpdateRestartWithAutoRemove [2021-07-14T07:57:34.043Z] --- PASS: TestUpdateRestartWithAutoRemove (1.76s) [2021-07-14T07:57:34.043Z] === RUN TestWaitNonBlocked [2021-07-14T07:57:34.043Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:57:34.043Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:57:34.043Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:57:34.043Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:57:34.043Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-07-14T07:57:34.043Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-07-14T07:57:34.114Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-07-14T07:57:34.437Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-07-14T07:57:34.848Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-07-14T07:57:35.813Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-07-14T07:57:36.922Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-07-14T07:57:36.922Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.39s) [2021-07-14T07:57:36.922Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.55s) [2021-07-14T07:57:36.922Z] === RUN TestWaitBlocked [2021-07-14T07:57:36.922Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:57:36.922Z] --- SKIP: TestWaitBlocked (0.00s) [2021-07-14T07:57:36.922Z] PASS [2021-07-14T07:57:36.922Z] ok github.com/docker/docker/integration/container 86.490s [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === Skipped [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-07-14T07:57:36.922Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-07-14T07:57:36.922Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-07-14T07:57:36.922Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-07-14T07:57:36.922Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-07-14T07:57:36.922Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-07-14T07:57:36.922Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-07-14T07:57:36.922Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-07-14T07:57:36.922Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-07-14T07:57:36.922Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-07-14T07:57:36.922Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-07-14T07:57:36.922Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-07-14T07:57:36.922Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-07-14T07:57:36.922Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-07-14T07:57:36.922Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-07-14T07:57:36.922Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-07-14T07:57:36.922Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-07-14T07:57:36.922Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-07-14T07:57:36.922Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-07-14T07:57:36.922Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-07-14T07:57:36.922Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-07-14T07:57:36.922Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-07-14T07:57:36.922Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-07-14T07:57:36.922Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-07-14T07:57:36.922Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-07-14T07:57:36.922Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-07-14T07:57:36.922Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-07-14T07:57:36.922Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-07-14T07:57:36.922Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-07-14T07:57:36.922Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-07-14T07:57:36.922Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-07-14T07:57:36.922Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-07-14T07:57:36.922Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-07-14T07:57:36.922Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-07-14T07:57:36.922Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] [2021-07-14T07:57:36.922Z] DONE 88 tests, 33 skipped in 88.719s [2021-07-14T07:57:36.922Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-07-14T07:57:37.188Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-07-14T07:57:37.188Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-07-14T07:57:38.437Z] === RUN TestConfigDaemonLibtrustID [2021-07-14T07:57:38.437Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-07-14T07:57:38.437Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-07-14T07:57:38.437Z] === RUN TestDaemonConfigValidation [2021-07-14T07:57:38.437Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-07-14T07:57:38.437Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-07-14T07:57:38.437Z] PASS [2021-07-14T07:57:38.437Z] ok github.com/docker/docker/integration/daemon 0.087s [2021-07-14T07:57:38.437Z] [2021-07-14T07:57:38.437Z] === Skipped [2021-07-14T07:57:38.437Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-07-14T07:57:38.437Z] daemon_test.go:19: runtime.GOOS != "linux" [2021-07-14T07:57:38.437Z] [2021-07-14T07:57:38.437Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-07-14T07:57:38.437Z] daemon_test.go:38: runtime.GOOS != "linux" [2021-07-14T07:57:38.437Z] [2021-07-14T07:57:38.437Z] [2021-07-14T07:57:38.437Z] DONE 2 tests, 2 skipped in 1.461s [2021-07-14T07:57:38.437Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-07-14T07:57:38.529Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-07-14T07:57:38.562Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-07-14T07:57:38.799Z] === RUN TestDockerSuite/TestBuildAddScript [2021-07-14T07:57:38.799Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-07-14T07:57:38.799Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-07-14T07:57:38.799Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-07-14T07:57:38.799Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-07-14T07:57:38.799Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-07-14T07:57:38.799Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-07-14T07:57:38.799Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-07-14T07:57:38.799Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-07-14T07:57:39.133Z] === RUN TestDockerSuite/TestSaveImageId [2021-07-14T07:57:39.133Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-07-14T07:57:39.258Z] === RUN TestDockerSuite/TestBuildAddTar [2021-07-14T07:57:39.699Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-07-14T07:57:39.949Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:57:39.949Z] INFO: Testing against a local daemon [2021-07-14T07:57:39.949Z] === RUN TestCommitInheritsEnv [2021-07-14T07:57:39.949Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:57:39.949Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-07-14T07:57:39.949Z] === RUN TestImportExtremelyLargeImageWorks [2021-07-14T07:57:39.949Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-07-14T07:57:39.949Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-07-14T07:57:39.949Z] === RUN TestImagesFilterMultiReference [2021-07-14T07:57:39.949Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-07-14T07:57:39.949Z] === RUN TestImagePullPlatformInvalid [2021-07-14T07:57:39.949Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-07-14T07:57:39.949Z] === RUN TestRemoveImageOrphaning [2021-07-14T07:57:40.901Z] --- PASS: TestRemoveImageOrphaning (0.88s) [2021-07-14T07:57:40.901Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-07-14T07:57:40.901Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-07-14T07:57:40.901Z] === RUN TestTagInvalidReference [2021-07-14T07:57:40.901Z] --- PASS: TestTagInvalidReference (0.03s) [2021-07-14T07:57:40.901Z] === RUN TestTagValidPrefixedRepo [2021-07-14T07:57:40.901Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-07-14T07:57:40.901Z] === RUN TestTagExistedNameWithoutForce [2021-07-14T07:57:40.901Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2021-07-14T07:57:40.901Z] === RUN TestTagOfficialNames [2021-07-14T07:57:40.901Z] --- PASS: TestTagOfficialNames (0.07s) [2021-07-14T07:57:40.901Z] === RUN TestTagMatchesDigest [2021-07-14T07:57:40.902Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-07-14T07:57:40.902Z] PASS [2021-07-14T07:57:40.902Z] ok github.com/docker/docker/integration/image 1.350s [2021-07-14T07:57:41.353Z] [2021-07-14T07:57:41.353Z] === Skipped [2021-07-14T07:57:41.353Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-07-14T07:57:41.353Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:57:41.353Z] [2021-07-14T07:57:41.353Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-07-14T07:57:41.353Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-07-14T07:57:41.353Z] [2021-07-14T07:57:41.353Z] [2021-07-14T07:57:41.353Z] DONE 11 tests, 2 skipped in 2.881s [2021-07-14T07:57:41.353Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-07-14T07:57:41.626Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents041336785 [2021-07-14T07:57:42.196Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-07-14T07:57:42.196Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-07-14T07:57:42.874Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:57:42.874Z] INFO: Testing against a local daemon [2021-07-14T07:57:42.874Z] === RUN TestNetworkCreateDelete [2021-07-14T07:57:42.874Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:57:42.874Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-07-14T07:57:42.874Z] === RUN TestDockerNetworkDeletePreferID [2021-07-14T07:57:42.874Z] 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-07-14T07:57:42.874Z] --- SKIP: TestDockerNetworkDeletePreferID (0.01s) [2021-07-14T07:57:42.874Z] === RUN TestDaemonDNSFallback [2021-07-14T07:57:42.874Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:57:42.874Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-07-14T07:57:42.874Z] === RUN TestInspectNetwork [2021-07-14T07:57:42.874Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-07-14T07:57:42.874Z] --- SKIP: TestInspectNetwork (0.00s) [2021-07-14T07:57:42.874Z] === RUN TestRunContainerWithBridgeNone [2021-07-14T07:57:42.874Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:57:42.874Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-07-14T07:57:42.874Z] === RUN TestNetworkInvalidJSON [2021-07-14T07:57:42.874Z] === RUN TestNetworkInvalidJSON//networks/create [2021-07-14T07:57:42.874Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-07-14T07:57:42.874Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:57:42.874Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:57:42.874Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:57:42.874Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:57:42.874Z] === CONT TestNetworkInvalidJSON//networks/create [2021-07-14T07:57:42.874Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-07-14T07:57:42.874Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-07-14T07:57:42.874Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-07-14T07:57:42.874Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-07-14T07:57:42.874Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-07-14T07:57:42.874Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-07-14T07:57:42.874Z] === RUN TestNetworkList [2021-07-14T07:57:42.874Z] === RUN TestNetworkList//networks [2021-07-14T07:57:42.874Z] === PAUSE TestNetworkList//networks [2021-07-14T07:57:42.874Z] === RUN TestNetworkList//networks/ [2021-07-14T07:57:42.874Z] === PAUSE TestNetworkList//networks/ [2021-07-14T07:57:42.874Z] === CONT TestNetworkList//networks [2021-07-14T07:57:42.874Z] === CONT TestNetworkList//networks/ [2021-07-14T07:57:42.874Z] --- PASS: TestNetworkList (0.02s) [2021-07-14T07:57:42.874Z] --- PASS: TestNetworkList//networks (0.00s) [2021-07-14T07:57:42.874Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-07-14T07:57:42.874Z] === RUN TestHostIPv4BridgeLabel [2021-07-14T07:57:42.874Z] network_test.go:126: testEnv.OSType == "windows" [2021-07-14T07:57:42.874Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-07-14T07:57:42.874Z] === RUN TestDaemonRestartWithLiveRestore [2021-07-14T07:57:42.874Z] service_test.go:29: testEnv.OSType == "windows" [2021-07-14T07:57:42.874Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-07-14T07:57:42.874Z] === RUN TestDaemonDefaultNetworkPools [2021-07-14T07:57:42.874Z] service_test.go:58: testEnv.OSType == "windows" [2021-07-14T07:57:42.874Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-07-14T07:57:42.874Z] === RUN TestDaemonRestartWithExistingNetwork [2021-07-14T07:57:42.874Z] service_test.go:102: testEnv.OSType == "windows" [2021-07-14T07:57:42.874Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-07-14T07:57:42.874Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-07-14T07:57:42.874Z] service_test.go:136: testEnv.OSType == "windows" [2021-07-14T07:57:42.874Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-07-14T07:57:42.874Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-07-14T07:57:42.874Z] service_test.go:187: testEnv.OSType == "windows" [2021-07-14T07:57:42.874Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-07-14T07:57:42.874Z] === RUN TestServiceWithPredefinedNetwork [2021-07-14T07:57:42.874Z] service_test.go:212: testEnv.OSType == "windows" [2021-07-14T07:57:42.874Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-07-14T07:57:42.874Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-07-14T07:57:42.874Z] service_test.go:242: FLAKY_TEST [2021-07-14T07:57:42.874Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-07-14T07:57:42.874Z] === RUN TestServiceWithDataPathPortInit [2021-07-14T07:57:42.874Z] service_test.go:333: testEnv.OSType == "windows" [2021-07-14T07:57:42.874Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-07-14T07:57:42.874Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-07-14T07:57:42.874Z] service_test.go:401: testEnv.OSType == "windows" [2021-07-14T07:57:42.874Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-07-14T07:57:42.874Z] PASS [2021-07-14T07:57:42.874Z] ok github.com/docker/docker/integration/network 0.159s [2021-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] === Skipped [2021-07-14T07:57:43.325Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-07-14T07:57:43.325Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.01s) [2021-07-14T07:57:43.325Z] 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-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-07-14T07:57:43.325Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-07-14T07:57:43.325Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-07-14T07:57:43.325Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-07-14T07:57:43.325Z] network_test.go:126: testEnv.OSType == "windows" [2021-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-07-14T07:57:43.325Z] service_test.go:29: testEnv.OSType == "windows" [2021-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-07-14T07:57:43.325Z] service_test.go:58: testEnv.OSType == "windows" [2021-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-07-14T07:57:43.325Z] service_test.go:102: testEnv.OSType == "windows" [2021-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-07-14T07:57:43.325Z] service_test.go:136: testEnv.OSType == "windows" [2021-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-07-14T07:57:43.325Z] service_test.go:187: testEnv.OSType == "windows" [2021-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-07-14T07:57:43.325Z] service_test.go:212: testEnv.OSType == "windows" [2021-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-07-14T07:57:43.325Z] service_test.go:242: FLAKY_TEST [2021-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-07-14T07:57:43.325Z] service_test.go:333: testEnv.OSType == "windows" [2021-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-07-14T07:57:43.325Z] service_test.go:401: testEnv.OSType == "windows" [2021-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] [2021-07-14T07:57:43.325Z] DONE 22 tests, 15 skipped in 1.995s [2021-07-14T07:57:43.325Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-07-14T07:57:43.776Z] testing: warning: no tests to run [2021-07-14T07:57:43.776Z] PASS [2021-07-14T07:57:43.776Z] ok github.com/docker/docker/integration/network/ipvlan 0.063s [2021-07-14T07:57:43.776Z] [2021-07-14T07:57:43.776Z] DONE 0 tests in 0.626s [2021-07-14T07:57:43.776Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-07-14T07:57:44.726Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-07-14T07:57:44.726Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-07-14T07:57:44.726Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-07-14T07:57:44.727Z] testing: warning: no tests to run [2021-07-14T07:57:44.727Z] PASS [2021-07-14T07:57:44.727Z] ok github.com/docker/docker/integration/network/macvlan 0.069s [2021-07-14T07:57:44.727Z] [2021-07-14T07:57:44.727Z] DONE 0 tests in 0.584s [2021-07-14T07:57:44.727Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-07-14T07:57:45.178Z] testing: warning: no tests to run [2021-07-14T07:57:45.178Z] PASS [2021-07-14T07:57:45.178Z] ok github.com/docker/docker/integration/plugin 0.066s [2021-07-14T07:57:45.178Z] [2021-07-14T07:57:45.178Z] DONE 0 tests in 0.576s [2021-07-14T07:57:45.178Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-07-14T07:57:45.629Z] testing: warning: no tests to run [2021-07-14T07:57:45.629Z] PASS [2021-07-14T07:57:45.629Z] ok github.com/docker/docker/integration/plugin/authz 0.058s [2021-07-14T07:57:45.629Z] [2021-07-14T07:57:45.629Z] DONE 0 tests in 0.574s [2021-07-14T07:57:45.629Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-07-14T07:57:46.630Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-07-14T07:57:47.563Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-07-14T07:57:48.497Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-07-14T07:57:48.755Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-07-14T07:57:48.755Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-07-14T07:57:48.755Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-07-14T07:57:49.014Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-07-14T07:57:49.580Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-07-14T07:57:49.840Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-07-14T07:57:52.373Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-07-14T07:57:54.902Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-07-14T07:57:55.879Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:57:55.879Z] INFO: Testing against a local daemon [2021-07-14T07:57:55.879Z] === RUN TestPluginInvalidJSON [2021-07-14T07:57:55.879Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:57:55.879Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:57:55.879Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-07-14T07:57:55.879Z] --- PASS: TestPluginInvalidJSON (0.04s) [2021-07-14T07:57:55.879Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-07-14T07:57:55.879Z] === RUN TestPluginInstall [2021-07-14T07:57:55.879Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-07-14T07:57:55.879Z] --- SKIP: TestPluginInstall (0.00s) [2021-07-14T07:57:55.879Z] === RUN TestPluginsWithRuntimes [2021-07-14T07:57:55.879Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-07-14T07:57:55.879Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-07-14T07:57:55.879Z] === RUN TestPluginBackCompatMediaTypes [2021-07-14T07:57:55.879Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-07-14T07:57:55.879Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-07-14T07:57:55.879Z] PASS [2021-07-14T07:57:55.879Z] ok github.com/docker/docker/integration/plugin/common 0.111s [2021-07-14T07:57:55.879Z] [2021-07-14T07:57:55.879Z] === Skipped [2021-07-14T07:57:55.879Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-07-14T07:57:55.879Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-07-14T07:57:55.879Z] [2021-07-14T07:57:55.879Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-07-14T07:57:55.879Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-07-14T07:57:55.879Z] [2021-07-14T07:57:55.879Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-07-14T07:57:55.879Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-07-14T07:57:55.879Z] [2021-07-14T07:57:55.879Z] [2021-07-14T07:57:55.879Z] DONE 5 tests, 3 skipped in 9.122s [2021-07-14T07:57:55.879Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-07-14T07:57:56.802Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-07-14T07:57:57.394Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:57:57.394Z] INFO: Testing against a local daemon [2021-07-14T07:57:57.394Z] === RUN TestExternalGraphDriver [2021-07-14T07:57:57.394Z] external_test.go:48: runtime.GOOS == "windows" [2021-07-14T07:57:57.394Z] --- SKIP: TestExternalGraphDriver (0.01s) [2021-07-14T07:57:57.394Z] === RUN TestGraphdriverPluginV2 [2021-07-14T07:57:57.394Z] external_test.go:408: runtime.GOOS == "windows" [2021-07-14T07:57:57.394Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-07-14T07:57:57.394Z] PASS [2021-07-14T07:57:57.394Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.112s [2021-07-14T07:57:57.735Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-07-14T07:57:57.846Z] [2021-07-14T07:57:57.846Z] === Skipped [2021-07-14T07:57:57.846Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s) [2021-07-14T07:57:57.846Z] external_test.go:48: runtime.GOOS == "windows" [2021-07-14T07:57:57.846Z] [2021-07-14T07:57:57.846Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-07-14T07:57:57.846Z] external_test.go:408: runtime.GOOS == "windows" [2021-07-14T07:57:57.846Z] [2021-07-14T07:57:57.846Z] [2021-07-14T07:57:57.846Z] DONE 2 tests, 2 skipped in 2.757s [2021-07-14T07:57:57.846Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-07-14T07:57:59.359Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:57:59.359Z] INFO: Testing against a local daemon [2021-07-14T07:57:59.359Z] === RUN TestReadPluginNoRead [2021-07-14T07:57:59.359Z] read_test.go:21: no unix domain sockets on Windows [2021-07-14T07:57:59.359Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-07-14T07:57:59.360Z] PASS [2021-07-14T07:57:59.360Z] ok github.com/docker/docker/integration/plugin/logging 0.096s [2021-07-14T07:57:59.810Z] [2021-07-14T07:57:59.810Z] === Skipped [2021-07-14T07:57:59.810Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-07-14T07:57:59.810Z] read_test.go:21: no unix domain sockets on Windows [2021-07-14T07:57:59.810Z] [2021-07-14T07:57:59.810Z] [2021-07-14T07:57:59.810Z] DONE 1 tests, 1 skipped in 1.784s [2021-07-14T07:57:59.810Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-07-14T07:58:00.762Z] testing: warning: no tests to run [2021-07-14T07:58:00.762Z] PASS [2021-07-14T07:58:00.762Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.073s [2021-07-14T07:58:00.762Z] [2021-07-14T07:58:00.762Z] DONE 0 tests in 0.918s [2021-07-14T07:58:00.762Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-07-14T07:58:01.047Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-07-14T07:58:01.047Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-07-14T07:58:01.047Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-07-14T07:58:01.047Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-07-14T07:58:01.613Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-07-14T07:58:02.275Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:58:02.275Z] INFO: Testing against a local daemon [2021-07-14T07:58:02.275Z] === RUN TestPluginWithDevMounts [2021-07-14T07:58:02.275Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:02.275Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-07-14T07:58:02.275Z] PASS [2021-07-14T07:58:02.275Z] ok github.com/docker/docker/integration/plugin/volumes 0.096s [2021-07-14T07:58:02.727Z] [2021-07-14T07:58:02.727Z] === Skipped [2021-07-14T07:58:02.727Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-07-14T07:58:02.727Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:02.727Z] [2021-07-14T07:58:02.727Z] [2021-07-14T07:58:02.727Z] DONE 1 tests, 1 skipped in 1.981s [2021-07-14T07:58:02.727Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-07-14T07:58:03.514Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-07-14T07:58:04.240Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:58:04.240Z] INFO: Testing against a local daemon [2021-07-14T07:58:04.240Z] === RUN TestSecretInspect [2021-07-14T07:58:04.241Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:04.241Z] --- SKIP: TestSecretInspect (0.00s) [2021-07-14T07:58:04.241Z] === RUN TestSecretList [2021-07-14T07:58:04.241Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:04.241Z] --- SKIP: TestSecretList (0.00s) [2021-07-14T07:58:04.241Z] === RUN TestSecretsCreateAndDelete [2021-07-14T07:58:04.241Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:04.241Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-07-14T07:58:04.241Z] === RUN TestSecretsUpdate [2021-07-14T07:58:04.241Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:04.241Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-07-14T07:58:04.241Z] === RUN TestTemplatedSecret [2021-07-14T07:58:04.241Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:04.241Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-07-14T07:58:04.241Z] === RUN TestSecretCreateResolve [2021-07-14T07:58:04.241Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:58:04.241Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-07-14T07:58:04.241Z] PASS [2021-07-14T07:58:04.241Z] ok github.com/docker/docker/integration/secret 0.123s [2021-07-14T07:58:04.241Z] [2021-07-14T07:58:04.241Z] === Skipped [2021-07-14T07:58:04.241Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-07-14T07:58:04.241Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:04.241Z] [2021-07-14T07:58:04.241Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-07-14T07:58:04.241Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:04.241Z] [2021-07-14T07:58:04.241Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-07-14T07:58:04.241Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:04.241Z] [2021-07-14T07:58:04.241Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-07-14T07:58:04.241Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:04.241Z] [2021-07-14T07:58:04.241Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-07-14T07:58:04.241Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:04.241Z] [2021-07-14T07:58:04.241Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-07-14T07:58:04.241Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:58:04.241Z] [2021-07-14T07:58:04.241Z] [2021-07-14T07:58:04.241Z] DONE 6 tests, 6 skipped in 1.595s [2021-07-14T07:58:04.241Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-07-14T07:58:06.395Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:58:06.395Z] INFO: Testing against a local daemon [2021-07-14T07:58:06.395Z] === RUN TestServiceCreateInit [2021-07-14T07:58:06.395Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-07-14T07:58:06.395Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-07-14T07:58:06.395Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- PASS: TestServiceCreateInit (0.04s) [2021-07-14T07:58:06.395Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-07-14T07:58:06.395Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestCreateServiceMultipleTimes [2021-07-14T07:58:06.395Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestCreateServiceConflict [2021-07-14T07:58:06.395Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestCreateServiceMaxReplicas [2021-07-14T07:58:06.395Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-07-14T07:58:06.395Z] === RUN TestCreateWithDuplicateNetworkNames [2021-07-14T07:58:06.395Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestCreateServiceSecretFileMode [2021-07-14T07:58:06.395Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestCreateServiceConfigFileMode [2021-07-14T07:58:06.395Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestCreateServiceSysctls [2021-07-14T07:58:06.395Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-07-14T07:58:06.395Z] === RUN TestCreateServiceCapabilities [2021-07-14T07:58:06.395Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-07-14T07:58:06.395Z] === RUN TestInspect [2021-07-14T07:58:06.395Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestInspect (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestCreateJob [2021-07-14T07:58:06.395Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestCreateJob (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestReplicatedJob [2021-07-14T07:58:06.395Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestReplicatedJob (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestUpdateReplicatedJob [2021-07-14T07:58:06.395Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestServiceListWithStatuses [2021-07-14T07:58:06.395Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestDockerNetworkConnectAlias [2021-07-14T07:58:06.395Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestDockerNetworkReConnect [2021-07-14T07:58:06.395Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestServicePlugin [2021-07-14T07:58:06.395Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestServicePlugin (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestServiceUpdateLabel [2021-07-14T07:58:06.395Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:58:06.395Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestServiceUpdateSecrets [2021-07-14T07:58:06.395Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:58:06.395Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestServiceUpdateConfigs [2021-07-14T07:58:06.395Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:58:06.395Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-07-14T07:58:06.395Z] === RUN TestServiceUpdateNetwork [2021-07-14T07:58:06.395Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:58:06.395Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-07-14T07:58:06.395Z] === RUN TestServiceUpdatePidsLimit [2021-07-14T07:58:06.395Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:58:06.395Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-07-14T07:58:06.395Z] PASS [2021-07-14T07:58:06.395Z] ok github.com/docker/docker/integration/service 0.214s [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === Skipped [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-07-14T07:58:06.395Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-07-14T07:58:06.395Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-07-14T07:58:06.395Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-07-14T07:58:06.395Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-07-14T07:58:06.395Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-07-14T07:58:06.395Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-07-14T07:58:06.395Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-07-14T07:58:06.395Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2021-07-14T07:58:06.395Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-07-14T07:58:06.395Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-07-14T07:58:06.395Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-07-14T07:58:06.395Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-07-14T07:58:06.395Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-07-14T07:58:06.395Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-07-14T07:58:06.395Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-07-14T07:58:06.395Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-07-14T07:58:06.395Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-07-14T07:58:06.395Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-07-14T07:58:06.395Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-07-14T07:58:06.395Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-07-14T07:58:06.395Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.01s) [2021-07-14T07:58:06.395Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-07-14T07:58:06.395Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] [2021-07-14T07:58:06.395Z] DONE 24 tests, 23 skipped in 2.206s [2021-07-14T07:58:06.395Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-07-14T07:58:06.796Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-07-14T07:58:06.796Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-07-14T07:58:07.363Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-07-14T07:58:07.926Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:58:07.926Z] INFO: Testing against a local daemon [2021-07-14T07:58:07.926Z] === RUN TestSessionCreate [2021-07-14T07:58:07.926Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-07-14T07:58:07.926Z] --- SKIP: TestSessionCreate (0.00s) [2021-07-14T07:58:07.926Z] === RUN TestSessionCreateWithBadUpgrade [2021-07-14T07:58:07.926Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-07-14T07:58:07.926Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-07-14T07:58:07.926Z] PASS [2021-07-14T07:58:07.926Z] ok github.com/docker/docker/integration/session 0.114s [2021-07-14T07:58:08.297Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-07-14T07:58:08.377Z] [2021-07-14T07:58:08.377Z] === Skipped [2021-07-14T07:58:08.377Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-07-14T07:58:08.377Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-07-14T07:58:08.377Z] [2021-07-14T07:58:08.377Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-07-14T07:58:08.377Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-07-14T07:58:08.377Z] [2021-07-14T07:58:08.377Z] [2021-07-14T07:58:08.377Z] DONE 2 tests, 2 skipped in 1.634s [2021-07-14T07:58:08.377Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-07-14T07:58:09.231Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-07-14T07:58:09.799Z] === RUN TestDockerSuite/TestStartRecordError [2021-07-14T07:58:09.890Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:58:09.891Z] INFO: Testing against a local daemon [2021-07-14T07:58:09.891Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-07-14T07:58:09.891Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:09.891Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-07-14T07:58:09.891Z] === RUN TestEventsExecDie [2021-07-14T07:58:09.891Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-07-14T07:58:09.891Z] --- SKIP: TestEventsExecDie (0.00s) [2021-07-14T07:58:09.891Z] === RUN TestEventsBackwardsCompatible [2021-07-14T07:58:09.891Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-07-14T07:58:09.891Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-07-14T07:58:09.891Z] === RUN TestEventsVolumeCreate [2021-07-14T07:58:09.891Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-07-14T07:58:09.891Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-07-14T07:58:09.891Z] === RUN TestInfoAPI [2021-07-14T07:58:09.891Z] --- PASS: TestInfoAPI (0.04s) [2021-07-14T07:58:09.891Z] === RUN TestInfoAPIWarnings [2021-07-14T07:58:09.891Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:58:09.891Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-07-14T07:58:09.891Z] === RUN TestInfoDebug [2021-07-14T07:58:09.891Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:58:09.891Z] --- SKIP: TestInfoDebug (0.00s) [2021-07-14T07:58:09.891Z] === RUN TestInfoInsecureRegistries [2021-07-14T07:58:09.891Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:58:09.891Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-07-14T07:58:09.891Z] === RUN TestInfoRegistryMirrors [2021-07-14T07:58:09.891Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:58:09.891Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-07-14T07:58:09.891Z] === RUN TestLoginFailsWithBadCredentials [2021-07-14T07:58:10.733Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-07-14T07:58:10.843Z] --- PASS: TestLoginFailsWithBadCredentials (0.95s) [2021-07-14T07:58:10.844Z] === RUN TestPingCacheHeaders [2021-07-14T07:58:10.844Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-07-14T07:58:10.844Z] === RUN TestPingGet [2021-07-14T07:58:10.844Z] --- PASS: TestPingGet (0.03s) [2021-07-14T07:58:10.844Z] === RUN TestPingHead [2021-07-14T07:58:10.844Z] --- PASS: TestPingHead (0.03s) [2021-07-14T07:58:10.844Z] === RUN TestVersion [2021-07-14T07:58:10.844Z] --- PASS: TestVersion (0.03s) [2021-07-14T07:58:10.844Z] PASS [2021-07-14T07:58:10.844Z] ok github.com/docker/docker/integration/system 1.185s [2021-07-14T07:58:10.844Z] [2021-07-14T07:58:10.844Z] === Skipped [2021-07-14T07:58:10.844Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-07-14T07:58:10.844Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-07-14T07:58:10.844Z] [2021-07-14T07:58:10.844Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-07-14T07:58:10.844Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-07-14T07:58:10.844Z] [2021-07-14T07:58:10.844Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-07-14T07:58:10.844Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-07-14T07:58:10.844Z] [2021-07-14T07:58:10.844Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-07-14T07:58:10.844Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-07-14T07:58:10.844Z] [2021-07-14T07:58:10.844Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-07-14T07:58:10.844Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-07-14T07:58:10.844Z] [2021-07-14T07:58:10.844Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-07-14T07:58:10.844Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:58:10.844Z] [2021-07-14T07:58:10.844Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-07-14T07:58:10.844Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:58:10.844Z] [2021-07-14T07:58:10.844Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-07-14T07:58:10.844Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-07-14T07:58:10.844Z] [2021-07-14T07:58:10.844Z] [2021-07-14T07:58:10.844Z] DONE 14 tests, 8 skipped in 2.726s [2021-07-14T07:58:11.294Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-07-14T07:58:12.108Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-07-14T07:58:12.808Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:58:12.808Z] INFO: Testing against a local daemon [2021-07-14T07:58:12.808Z] === RUN TestVolumesCreateAndList [2021-07-14T07:58:12.808Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-07-14T07:58:12.808Z] === RUN TestVolumesRemove [2021-07-14T07:58:12.808Z] --- PASS: TestVolumesRemove (0.10s) [2021-07-14T07:58:12.808Z] === RUN TestVolumesInspect [2021-07-14T07:58:12.808Z] --- PASS: TestVolumesInspect (0.04s) [2021-07-14T07:58:12.808Z] === RUN TestVolumesInvalidJSON [2021-07-14T07:58:12.808Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-07-14T07:58:12.808Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-07-14T07:58:12.808Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-07-14T07:58:12.808Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-07-14T07:58:12.808Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-07-14T07:58:12.808Z] PASS [2021-07-14T07:58:12.808Z] ok github.com/docker/docker/integration/volume 0.260s [2021-07-14T07:58:13.260Z] [2021-07-14T07:58:13.260Z] DONE 5 tests in 1.930s [2021-07-14T07:58:13.260Z] INFO: make.ps1 ended at 07/14/2021 07:58:12 [2021-07-14T07:58:13.260Z] INFO: Integration CLI tests being run from the host: [2021-07-14T07:58:13.260Z] 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-07-14T07:58:14.012Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-07-14T07:58:14.939Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-07-14T07:58:14.939Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-07-14T07:58:14.939Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-07-14T07:58:14.939Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-07-14T07:58:14.939Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-07-14T07:58:15.916Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-07-14T07:58:19.211Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-07-14T07:58:21.759Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-07-14T07:58:21.759Z] INFO: Testing against a local daemon [2021-07-14T07:58:21.759Z] === RUN TestDockerSuite [2021-07-14T07:58:21.759Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-07-14T07:58:21.759Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-07-14T07:58:21.759Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-07-14T07:58:21.759Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-07-14T07:58:21.759Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-07-14T07:58:21.759Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-07-14T07:58:21.759Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-07-14T07:58:21.759Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-07-14T07:58:21.759Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-07-14T07:58:21.759Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-07-14T07:58:22.210Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-07-14T07:58:22.661Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-07-14T07:58:23.112Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-07-14T07:58:23.564Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-07-14T07:58:24.474Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-07-14T07:58:27.001Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-07-14T07:58:27.322Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-07-14T07:58:27.322Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-07-14T07:58:27.322Z] === RUN TestDockerSuite/TestBuildBlankName [2021-07-14T07:58:27.322Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-07-14T07:58:29.040Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-07-14T07:58:29.040Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-07-14T07:58:29.040Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-07-14T07:58:29.040Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-07-14T07:58:32.261Z] === RUN TestDockerSuite/TestStatsNoStream [2021-07-14T07:58:34.787Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-07-14T07:58:36.159Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-07-14T07:58:37.094Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-07-14T07:58:37.641Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-07-14T07:58:37.641Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-07-14T07:58:37.662Z] === RUN TestDockerSuite/TestTopPrivileged [2021-07-14T07:58:38.100Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-07-14T07:58:38.229Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-07-14T07:58:38.229Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-07-14T07:58:38.229Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-07-14T07:58:39.177Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-07-14T07:58:43.363Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-07-14T07:58:46.644Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-07-14T07:58:46.669Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-07-14T07:58:46.902Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-07-14T07:58:47.837Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-07-14T07:58:47.837Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-07-14T07:58:47.837Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-07-14T07:58:47.837Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-07-14T07:58:47.837Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-07-14T07:58:49.212Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-07-14T07:58:50.146Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-07-14T07:58:51.080Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-07-14T07:58:52.981Z] === RUN TestDockerSuite/TestUpdateStats [2021-07-14T07:58:57.162Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-07-14T07:58:58.096Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-07-14T07:58:58.096Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-07-14T07:58:58.096Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-07-14T07:59:00.029Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-07-14T07:59:00.964Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-07-14T07:59:04.355Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-07-14T07:59:05.149Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-07-14T07:59:06.084Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-07-14T07:59:07.020Z] docker_cli_swarm_test.go:1186: [d25c2b87a62e0] joining swarm manager [df2f3a49e1f49]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T07:59:11.205Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-07-14T07:59:13.736Z] docker_cli_swarm_test.go:1195: [dda87b5865ac4] joining swarm manager [df2f3a49e1f49]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T07:59:15.110Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-07-14T07:59:16.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-07-14T07:59:16.735Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-07-14T07:59:16.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-07-14T07:59:18.395Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-07-14T07:59:19.550Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-07-14T07:59:19.550Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-07-14T07:59:19.550Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-07-14T07:59:20.467Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-07-14T07:59:20.467Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-07-14T07:59:20.467Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-07-14T07:59:20.467Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-07-14T07:59:20.467Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-07-14T07:59:22.585Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-07-14T07:59:26.256Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-07-14T07:59:26.257Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-07-14T07:59:26.257Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-07-14T07:59:26.715Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-07-14T07:59:26.715Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-07-14T07:59:26.715Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-07-14T07:59:26.715Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-07-14T07:59:26.715Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-07-14T07:59:27.852Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-07-14T07:59:29.228Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-07-14T07:59:31.762Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-07-14T07:59:33.135Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-07-14T07:59:34.508Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-07-14T07:59:36.409Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-07-14T07:59:37.109Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-07-14T07:59:38.311Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-07-14T07:59:40.843Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-07-14T07:59:42.801Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-07-14T07:59:44.699Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-07-14T07:59:47.332Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-07-14T07:59:51.856Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-07-14T07:59:51.856Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-07-14T07:59:51.856Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-07-14T07:59:52.317Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-07-14T07:59:52.317Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-07-14T07:59:52.776Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-07-14T07:59:52.804Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-07-14T07:59:54.313Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-07-14T07:59:54.313Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-07-14T07:59:54.313Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-07-14T07:59:55.811Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-07-14T08:00:00.909Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-07-14T08:00:00.909Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-07-14T08:00:00.909Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-07-14T08:00:00.909Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-07-14T08:00:00.909Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-07-14T08:00:00.909Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-07-14T08:00:00.909Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-07-14T08:00:01.475Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-07-14T08:00:01.475Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-07-14T08:00:02.412Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-07-14T08:00:02.412Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-07-14T08:00:02.412Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-07-14T08:00:02.412Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-07-14T08:00:02.412Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-07-14T08:00:02.884Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-07-14T08:00:03.884Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-07-14T08:00:04.342Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-07-14T08:00:04.342Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-07-14T08:00:04.342Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-07-14T08:00:04.342Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-07-14T08:00:04.942Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-07-14T08:00:04.942Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-07-14T08:00:04.942Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-07-14T08:00:04.942Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-07-14T08:00:04.942Z] === RUN TestDockerSuite/TestVolumeEvents [2021-07-14T08:00:05.200Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-07-14T08:00:05.879Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-07-14T08:00:06.850Z] === RUN TestDockerSuite/TestBuildCmd [2021-07-14T08:00:07.308Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-07-14T08:00:07.767Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-07-14T08:00:08.229Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-07-14T08:00:09.412Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-07-14T08:00:10.785Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-07-14T08:00:11.719Z] docker_cli_swarm_test.go:1118: [d0cc535e1649d] joining swarm manager [dc9ca3a5bf4db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T08:00:12.914Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-07-14T08:00:13.095Z] docker_cli_swarm_test.go:1119: [d1746f937061b] joining swarm manager [dc9ca3a5bf4db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T08:00:13.353Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-07-14T08:00:13.353Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-07-14T08:00:13.612Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-07-14T08:00:15.090Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-07-14T08:00:15.090Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-07-14T08:00:15.090Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-07-14T08:00:16.057Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-07-14T08:00:16.057Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-07-14T08:00:16.057Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-07-14T08:00:16.144Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-07-14T08:00:16.516Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-07-14T08:00:18.051Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-07-14T08:00:19.022Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-07-14T08:00:19.481Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-07-14T08:00:19.481Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-07-14T08:00:19.481Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-07-14T08:00:20.330Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-07-14T08:00:20.330Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite (1789.24s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.04s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.39s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.55s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.14s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.58s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.83s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.19s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.15s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.40s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.13s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.54s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.15s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.70s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.21s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.62s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.14s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.13s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.09s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.19s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.51s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.49s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.35s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAttachDetach (1.52s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.16s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.21s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.40s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.19s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.74s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.97s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.60s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.72s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.56s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.77s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (24.31s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.30s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.23s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.17s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.41s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.15s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.02s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.89s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.87s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (5.86s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.17s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.05s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.59s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.81s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.83s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.61s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.63s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.98s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.63s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddScript (4.55s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (10.41s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (7.42s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.81s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.29s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.30s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.78s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.61s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (6.16s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (10.25s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.62s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (3.30s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (3.63s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.88s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.76s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.51s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.63s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.56s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.66s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (16.90s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.32s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.59s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.32s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.73s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.50s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.70s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.48s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.69s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.85s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.87s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.22s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.58s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.05s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.41s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (8.36s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.94s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.61s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.31s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCmd (0.25s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.34s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.32s) [2021-07-14T08:00:20.330Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.98s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.45s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.16s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.53s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.43s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.40s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.60s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.40s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (14.41s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.46s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.33s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.68s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.13s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.93s) [2021-07-14T08:00:20.330Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-07-14T08:00:20.330Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-07-14T08:00:20.330Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.04s) [2021-07-14T08:00:20.330Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.67s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.46s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.88s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.30s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.87s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.45s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.69s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.94s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.73s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.72s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.49s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.60s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.84s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildDockerignore (14.97s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.92s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.74s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.40s) [2021-07-14T08:00:20.330Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.87s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.35s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.23s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.76s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.79s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.34s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.16s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (22.09s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.13s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.26s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.29s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.30s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.62s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.35s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.39s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.35s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.28s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.90s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEnv (1.76s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.35s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.28s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (8.95s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (24.08s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.93s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (11.11s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.77s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.49s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.52s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.58s) [2021-07-14T08:00:20.331Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.29s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (10.45s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildExpose (0.20s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.52s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.29s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.28s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildFails (1.11s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.32s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.78s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.65s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.49s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.32s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.19s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.14s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.63s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.20s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.05s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.08s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.00s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildHistory (3.31s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.45s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.06s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.52s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.33s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.94s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildLabel (0.29s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.28s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.30s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.20s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildLabels (0.31s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.76s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.98s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.19s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.48s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.15s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.30s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.46s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.23s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.40s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.32s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.45s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (10.36s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.39s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.31s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (3.17s) [2021-07-14T08:00:20.331Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (4.97s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.33s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.19s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.29s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.54s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.76s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.20s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.01s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.91s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.66s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.10s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.39s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.45s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.69s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.38s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.51s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.52s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.25s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.96s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.11s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.23s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.28s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (4.10s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildPATH (2.88s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.08s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.56s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.78s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.43s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (4.47s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildRm (2.70s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.04s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.26s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.47s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.69s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.66s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.96s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.60s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (5.11s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.12s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.29s) [2021-07-14T08:00:20.331Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.34s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.18s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildStderr (0.94s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.66s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.24s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.43s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.67s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.75s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (2.00s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildUser (2.96s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.48s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (16.67s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.24s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.28s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.13s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.14s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.33s) [2021-07-14T08:00:20.331Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-07-14T08:00:20.331Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-07-14T08:00:20.331Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-07-14T08:00:20.331Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.75s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.10s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.65s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.00s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.12s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.94s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.06s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.96s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.32s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.48s) [2021-07-14T08:00:20.331Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.62s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.39s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.08s) [2021-07-14T08:00:20.331Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.08s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.25s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestCommitChange (1.34s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.66s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestCommitHardlink (2.27s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestCommitNewFile (2.04s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.28s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestCommitTTY (1.90s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.12s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.22s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.01s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.82s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.72s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.19s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.24s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (1.20s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.99s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.09s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.86s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.74s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.70s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.84s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.87s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.73s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.68s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.70s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.77s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.70s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.73s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.74s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.74s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.08s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.85s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.75s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.78s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.74s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.70s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.84s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.87s) [2021-07-14T08:00:20.331Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.14s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.12s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.58s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (6.71s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.98s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.61s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (2.59s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (25.10s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.63s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.77s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.65s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.73s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0003d6630_} (1.73s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1703719993_/foo_false____} (1.62s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1703719993_/foo_true____} (1.75s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3694549060_/foo_false____} (1.67s) [2021-07-14T08:00:20.331Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3694549060_/foo_true____} (1.71s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3694549060_/foo_true__0xc0003d6660__} (1.82s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0003d6678_} (1.98s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0003d6690_} (1.82s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0003d66a8_} (1.55s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0003d66c0_} (1.59s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.42s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.26s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.00s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.86s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.37s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.40s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.73s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.75s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.76s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.76s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.73s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.76s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.80s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.81s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.79s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.83s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.97s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.88s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.02s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.31s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.93s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.08s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.75s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.74s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.88s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.76s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.80s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.42s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.68s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.42s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.31s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.37s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.79s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.36s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.72s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToCaseI (1.03s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToCaseJ (5.54s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.65s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToDot (0.75s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.35s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.50s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToStdout (1.14s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.31s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.20s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.77s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.99s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.35s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.68s) [2021-07-14T08:00:20.332Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.07s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.75s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.26s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.13s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateRM (0.13s) [2021-07-14T08:00:20.332Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.46s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.45s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.68s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.77s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.79s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.47s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.65s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.75s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.72s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.69s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.01s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.75s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.65s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.04s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.21s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.56s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.36s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.34s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.70s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.88s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsAttach (0.76s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsCommit (0.88s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.70s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.70s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.71s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.85s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.67s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.53s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.20s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsCopy (1.01s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.43s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.70s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.23s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.31s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.56s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.26s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsFilters (1.35s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsFormat (1.36s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.89s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.18s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.39s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.19s) [2021-07-14T08:00:20.332Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-07-14T08:00:20.332Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.34s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.79s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsRename (0.74s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsResize (0.74s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.63s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.28s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsStreaming (1.18s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.28s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsTop (0.89s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsUntag (2.60s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.41s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExec (1.01s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.73s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.70s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.72s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.23s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.39s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.15s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.58s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.43s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.38s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.39s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.65s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecCgroup (2.43s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecEnv (1.02s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.67s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.00s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecInspectID (2.17s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecInteractive (1.19s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.35s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.51s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecParseError (1.15s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.93s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.82s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.51s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.00s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecStartFails (1.06s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.41s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.90s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecTTY (1.39s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.59s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.98s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecUlimits (1.38s) [2021-07-14T08:00:20.332Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.44s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.97s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.66s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.98s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestExecWithUser (1.35s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.73s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.76s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.76s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.75s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.81s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestHealth (22.92s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.76s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.81s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.26s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.35s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.77s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.11s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.85s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.90s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.90s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.09s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.02s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImportDisplay (2.12s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImportFile (1.51s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.57s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImportGzipped (1.64s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.68s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.86s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.78s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.80s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.80s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.82s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.97s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.13s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.84s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.80s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.04s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.86s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.69s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.68s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.72s) [2021-07-14T08:00:20.332Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-07-14T08:00:20.332Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.91s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.75s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectDefault (0.71s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectHistory (0.90s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.04s) [2021-07-14T08:00:20.333Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.76s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.03s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.68s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.82s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.48s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.04s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.35s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectStatus (1.44s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (2.37s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.23s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.89s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.98s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.89s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.95s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.71s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.97s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.44s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.57s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.46s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.01s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.11s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.18s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.07s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.51s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.77s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (12.69s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.23s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.52s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.77s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.76s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.27s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.96s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.76s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.72s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.69s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.76s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.72s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.06s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.02s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.04s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.12s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.08s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.12s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.69s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.69s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsSince (6.87s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.95s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (1.12s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsTail (1.12s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsTimestamps (1.19s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.05s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.37s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestMountIntoSys (1.08s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestNetHostname (3.09s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.95s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestNetworkEvents (6.47s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.69s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.94s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPluginActive (1.86s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (7.02s) [2021-07-14T08:00:20.333Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.66s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.27s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.42s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.15s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.71s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (3.01s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (2.34s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.97s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPortList (9.66s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.34s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.92s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.72s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.67s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.71s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.38s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.07s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.54s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.67s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.30s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsByOrder (3.63s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.93s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.62s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.73s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.39s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.52s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.73s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.84s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.72s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.68s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.99s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.82s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.80s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.18s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.95s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.96s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.65s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.82s) [2021-07-14T08:00:20.333Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.28s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.09s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (1.02s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.85s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.57s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (1.10s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (10.53s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.54s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.70s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.14s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.11s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.23s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.41s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.37s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.62s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.39s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRmiBlank (0.03s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.10s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.87s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.19s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (2.05s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.04s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.76s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.30s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRmiTag (0.33s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.87s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.60s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.86s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.95s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.27s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.91s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAddHost (1.03s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.61s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.81s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (1.07s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.46s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.69s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.81s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.83s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.88s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.40s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.84s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.82s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.83s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.74s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.90s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.09s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.15s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.04s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.69s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.69s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.11s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.79s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.76s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.70s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.69s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.70s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.65s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.69s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.70s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.66s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.88s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.06s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (1.21s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (1.10s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.68s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.68s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.40s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.40s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.09s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.67s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.69s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.69s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.70s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.68s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.72s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.43s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.08s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.80s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.22s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.50s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.60s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.60s) [2021-07-14T08:00:20.333Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-07-14T08:00:20.333Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.69s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.35s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.71s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.81s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.73s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.91s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.79s) [2021-07-14T08:00:20.333Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.89s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.72s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.98s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.73s) [2021-07-14T08:00:20.333Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.85s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.91s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.67s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.68s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.67s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.68s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunExitCode (0.66s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.68s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.68s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.70s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.67s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.70s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.34s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.46s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.99s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.71s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.46s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.75s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.73s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.94s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.24s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.38s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.43s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.74s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.69s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.58s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.36s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.19s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.75s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.75s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.58s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.37s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunMount (7.73s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.66s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.70s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.38s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.11s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.96s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.05s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.28s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.71s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.73s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (1.12s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNetHost (1.14s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.69s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.98s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.05s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.03s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.03s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.60s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.70s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.67s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.67s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.68s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.72s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.72s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.70s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.47s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.82s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.45s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.42s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.43s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.68s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.45s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.71s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.43s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.68s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.35s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.99s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.33s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunRm (0.72s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.69s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.70s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.70s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.32s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.65s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.48s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.71s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.70s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.42s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.70s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.44s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.42s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.44s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.68s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.73s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.70s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.64s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunState (1.46s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.68s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.71s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.16s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.69s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.47s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunSysctls (1.40s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.70s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.26s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.69s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.61s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.37s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.10s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.71s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.70s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.69s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.84s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.01s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunUserByID (0.79s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.14s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.68s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunUserByName (0.68s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.68s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.69s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.89s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.71s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.96s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.05s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.44s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.18s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.22s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.67s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.17s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (3.65s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.67s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.34s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.70s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.71s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.68s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.69s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.70s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.91s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.68s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.71s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.68s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.68s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.39s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.73s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.70s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.81s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.56s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.40s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (1.05s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.26s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.36s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.44s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.11s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.01s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSaveImageId (0.11s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.39s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.52s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (2.08s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.09s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (2.03s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.90s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.41s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.12s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.61s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.62s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.59s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.66s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.17s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.66s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (3.11s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.64s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.89s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestStartRecordError (1.95s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.12s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.91s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.13s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.69s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.05s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.77s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.68s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.71s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.75s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.52s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (1.02s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.67s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.34s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.66s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.68s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.37s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.11s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.04s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.68s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUpdateStats (3.73s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.36s) [2021-07-14T08:00:20.334Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.93s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.03s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (5.12s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (4.84s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (4.35s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.64s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.58s) [2021-07-14T08:00:20.334Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (4.91s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.04s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.13s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.40s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.38s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.08s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.99s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.04s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.17s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.02s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.81s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.09s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.07s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.71s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.87s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.09s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.09s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.02s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.18s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.80s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.59s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.72s) [2021-07-14T08:00:20.335Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.69s) [2021-07-14T08:00:20.335Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-07-14T08:00:20.335Z] === RUN TestDockerRegistrySuite [2021-07-14T08:00:20.335Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-07-14T08:00:20.448Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-07-14T08:00:20.817Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-07-14T08:00:20.907Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-07-14T08:00:20.907Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-07-14T08:00:20.907Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-07-14T08:00:20.907Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-07-14T08:00:21.271Z] check_test.go:196: [d62be4c98bacf] daemon is not started [2021-07-14T08:00:21.271Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-07-14T08:00:21.365Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-07-14T08:00:22.645Z] check_test.go:196: [dcd5eee1ef736] daemon is not started [2021-07-14T08:00:22.646Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-07-14T08:00:24.019Z] check_test.go:196: [d4de0ff8e583c] daemon is not started [2021-07-14T08:00:24.019Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-07-14T08:00:24.278Z] check_test.go:196: [d6de8c2db95eb] daemon is not started [2021-07-14T08:00:24.278Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-07-14T08:00:26.053Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-07-14T08:00:28.492Z] check_test.go:196: [d5ef5ad3195a3] daemon is not started [2021-07-14T08:00:28.492Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-07-14T08:00:31.047Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-07-14T08:00:35.036Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-07-14T08:00:35.036Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-07-14T08:00:35.036Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-07-14T08:00:35.036Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-07-14T08:00:35.036Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-07-14T08:00:35.036Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-07-14T08:00:35.036Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-07-14T08:00:35.036Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-07-14T08:00:35.036Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-07-14T08:00:35.036Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-07-14T08:00:35.036Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-07-14T08:00:35.036Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-07-14T08:00:35.036Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-07-14T08:00:35.036Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-07-14T08:00:35.036Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-07-14T08:00:35.036Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:00:35.036Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-07-14T08:00:35.036Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-07-14T08:00:35.036Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-07-14T08:00:35.036Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-07-14T08:00:35.050Z] check_test.go:196: [d1c91dcad27e9] daemon is not started [2021-07-14T08:00:35.050Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-07-14T08:00:37.905Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-07-14T08:00:37.905Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-07-14T08:00:37.905Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-07-14T08:00:37.905Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-07-14T08:00:37.905Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-07-14T08:00:38.334Z] check_test.go:196: [ddfcab1df2454] daemon is not started [2021-07-14T08:00:38.334Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-07-14T08:00:39.270Z] check_test.go:196: [d154f999aeda3] daemon is not started [2021-07-14T08:00:39.270Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-07-14T08:00:40.206Z] check_test.go:196: [d188c9c09d5a0] daemon is not started [2021-07-14T08:00:40.206Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-07-14T08:00:40.996Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-07-14T08:00:41.583Z] check_test.go:196: [d4568b953176b] daemon is not started [2021-07-14T08:00:41.583Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-07-14T08:00:42.960Z] check_test.go:196: [d43fc835210f7] daemon is not started [2021-07-14T08:00:42.960Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-07-14T08:00:43.139Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-07-14T08:00:43.139Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-07-14T08:00:43.139Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-07-14T08:00:43.139Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-07-14T08:00:43.139Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-07-14T08:00:43.139Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-07-14T08:00:43.139Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-07-14T08:00:43.139Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-07-14T08:00:43.139Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-07-14T08:00:44.336Z] check_test.go:196: [d15b008e4bae4] daemon is not started [2021-07-14T08:00:44.336Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-07-14T08:00:45.270Z] check_test.go:196: [d5a1f00aa5c13] daemon is not started [2021-07-14T08:00:45.270Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-07-14T08:00:46.475Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-07-14T08:00:46.554Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-07-14T08:00:46.554Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-07-14T08:00:46.554Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-07-14T08:00:46.554Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-07-14T08:00:46.554Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-07-14T08:00:46.648Z] check_test.go:196: [d16f6b88f1963] daemon is not started [2021-07-14T08:00:46.648Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-07-14T08:00:47.590Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e5d0210e9d5f9bb670539a069a525180ca91341c2356cbb1452bd130d34f3905 [2021-07-14T08:00:48.965Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a18162ffc90a3a2902848030bc2e2ac50316632b60962fde11e4ad9f077bc322 [2021-07-14T08:00:48.965Z] check_test.go:196: [dffa45ed1f5c5] daemon is not started [2021-07-14T08:00:48.965Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-07-14T08:00:50.343Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a7cff1ec1aa3f1b4b895739b0acf95f5f76347f988f72c33de78b94506c414df [2021-07-14T08:00:51.278Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:f7f809277cdec91847b8bb12d0c0733e34ae4510458fe995ce23f4ac166b1b30 [2021-07-14T08:00:51.278Z] check_test.go:196: [d89809d8da2a2] daemon is not started [2021-07-14T08:00:51.278Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-07-14T08:00:52.298Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-07-14T08:00:52.654Z] check_test.go:196: [d63d883ba6a22] daemon is not started [2021-07-14T08:00:52.654Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-07-14T08:00:55.190Z] check_test.go:196: [d12d880797449] daemon is not started [2021-07-14T08:00:55.190Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-07-14T08:00:56.566Z] check_test.go:196: [de868c9b64ec6] daemon is not started [2021-07-14T08:00:56.566Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-07-14T08:00:56.566Z] check_test.go:196: [dcd880aae9623] daemon is not started [2021-07-14T08:00:56.566Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-07-14T08:00:57.946Z] check_test.go:196: [d3f0ff8668bda] daemon is not started [2021-07-14T08:00:57.946Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-07-14T08:00:59.321Z] check_test.go:196: [d8b96e6ba2637] daemon is not started [2021-07-14T08:00:59.321Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-07-14T08:01:00.258Z] check_test.go:196: [d20aed939c683] daemon is not started [2021-07-14T08:01:00.258Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-07-14T08:01:03.223Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-07-14T08:01:03.546Z] check_test.go:196: [da5518929f64f] daemon is not started [2021-07-14T08:01:03.546Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-07-14T08:01:03.816Z] check_test.go:196: [dfab1d8779b6c] daemon is not started [2021-07-14T08:01:03.816Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-07-14T08:01:03.871Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-07-14T08:01:05.197Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-07-14T08:01:05.199Z] check_test.go:196: [da7e583b78abf] daemon is not started [2021-07-14T08:01:05.199Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-07-14T08:01:05.457Z] check_test.go:196: [df5271d0712b8] daemon is not started [2021-07-14T08:01:05.457Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-07-14T08:01:05.457Z] check_test.go:196: [d12269a751d6e] daemon is not started [2021-07-14T08:01:05.457Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-07-14T08:01:05.715Z] check_test.go:196: [d7f0dffc0a03e] daemon is not started [2021-07-14T08:01:05.715Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-07-14T08:01:05.973Z] check_test.go:196: [d4e9bde8fe449] daemon is not started [2021-07-14T08:01:05.973Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-07-14T08:01:06.540Z] check_test.go:196: [df088d2f6de7e] daemon is not started [2021-07-14T08:01:06.540Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-07-14T08:01:06.540Z] check_test.go:196: [d961bd5f5f5ac] daemon is not started [2021-07-14T08:01:06.540Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-07-14T08:01:07.918Z] check_test.go:196: [db40be08aaaab] daemon is not started [2021-07-14T08:01:07.918Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-07-14T08:01:09.822Z] check_test.go:196: [d5eaa02ae5bfd] daemon is not started [2021-07-14T08:01:09.822Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-07-14T08:01:10.758Z] check_test.go:196: [daab1651ed14a] daemon is not started [2021-07-14T08:01:10.758Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-07-14T08:01:12.133Z] check_test.go:196: [d31161d7a2a83] daemon is not started [2021-07-14T08:01:12.133Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-07-14T08:01:13.068Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite (53.66s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.39s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.23s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.48s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.19s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.50s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.42s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.66s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.22s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.09s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.35s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.30s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.29s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.15s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.27s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.48s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.34s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.25s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.73s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.19s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.31s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.09s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.09s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.08s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.50s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.35s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.38s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.38s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.23s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.88s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.02s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.21s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) [2021-07-14T08:01:13.635Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2021-07-14T08:01:13.635Z] === RUN TestDockerSchema1RegistrySuite [2021-07-14T08:01:13.635Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-07-14T08:01:13.894Z] check_test.go:223: [d390c88851e69] daemon is not started [2021-07-14T08:01:13.894Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-07-14T08:01:14.917Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-07-14T08:01:14.917Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-07-14T08:01:14.917Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-07-14T08:01:14.917Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-07-14T08:01:14.917Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-07-14T08:01:14.917Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-07-14T08:01:14.917Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-07-14T08:01:15.427Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-07-14T08:01:15.427Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-07-14T08:01:15.427Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-07-14T08:01:18.086Z] check_test.go:223: [dc1c4eaaba3da] daemon is not started [2021-07-14T08:01:18.086Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-07-14T08:01:23.363Z] check_test.go:223: [d668399c12697] daemon is not started [2021-07-14T08:01:23.363Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-07-14T08:01:26.658Z] check_test.go:223: [dd22edd880918] daemon is not started [2021-07-14T08:01:26.658Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-07-14T08:01:28.035Z] check_test.go:223: [da87cffc199b5] daemon is not started [2021-07-14T08:01:28.035Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-07-14T08:01:29.411Z] check_test.go:223: [dc288ab021628] daemon is not started [2021-07-14T08:01:29.411Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-07-14T08:01:29.411Z] check_test.go:223: [dc53f656a3156] daemon is not started [2021-07-14T08:01:29.411Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-07-14T08:01:30.788Z] check_test.go:223: [d16bf98bb10e8] daemon is not started [2021-07-14T08:01:30.788Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-07-14T08:01:31.725Z] check_test.go:223: [d63892116aa89] daemon is not started [2021-07-14T08:01:31.725Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-07-14T08:01:33.101Z] check_test.go:223: [d88e6a22f472e] daemon is not started [2021-07-14T08:01:33.101Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-07-14T08:01:36.388Z] check_test.go:223: [d24c3eb47d258] daemon is not started [2021-07-14T08:01:36.388Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-07-14T08:01:36.388Z] check_test.go:223: [d955acafb5a5a] daemon is not started [2021-07-14T08:01:36.388Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-07-14T08:01:36.780Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-07-14T08:01:36.780Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-07-14T08:01:36.780Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-07-14T08:01:36.955Z] check_test.go:223: [d488035f18241] daemon is not started [2021-07-14T08:01:36.955Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-07-14T08:01:36.955Z] check_test.go:223: [df51b5d6a4842] daemon is not started [2021-07-14T08:01:36.955Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-07-14T08:01:37.213Z] check_test.go:223: [d87e98fb701db] daemon is not started [2021-07-14T08:01:37.213Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-07-14T08:01:37.239Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-07-14T08:01:37.473Z] check_test.go:223: [d2d291996b9bd] daemon is not started [2021-07-14T08:01:37.473Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-07-14T08:01:38.041Z] check_test.go:223: [de545f23ecaae] daemon is not started [2021-07-14T08:01:38.041Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-07-14T08:01:38.041Z] check_test.go:223: [d3af58e17ea35] daemon is not started [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite (24.39s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.65s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.71s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.54s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.33s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.18s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.24s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.14s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.11s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.18s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.44s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.40s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.25s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.40s) [2021-07-14T08:01:38.041Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-07-14T08:01:38.041Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-07-14T08:01:38.041Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-07-14T08:01:38.608Z] check_test.go:252: [d7464285fbdae] daemon is not started [2021-07-14T08:01:38.608Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-07-14T08:01:39.175Z] check_test.go:252: [d73ea0971641e] daemon is not started [2021-07-14T08:01:39.175Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-07-14T08:01:39.438Z] check_test.go:252: [d1e8fc98a896f] daemon is not started [2021-07-14T08:01:39.439Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-07-14T08:01:40.379Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-07-14T08:01:40.638Z] check_test.go:252: [da95d6aa9242b] daemon is not started [2021-07-14T08:01:40.638Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-07-14T08:01:41.205Z] check_test.go:252: [dfff5c7f01a9b] daemon is not started [2021-07-14T08:01:41.205Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-07-14T08:01:41.464Z] docker_cli_swarm_test.go:1172: [dcbb762914258] joining swarm manager [dc9ca3a5bf4db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-07-14T08:01:41.722Z] check_test.go:252: [d45128d3af6de] daemon is not started [2021-07-14T08:01:41.722Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-07-14T08:01:41.981Z] check_test.go:252: [ddafdeef7bc28] daemon is not started [2021-07-14T08:01:41.981Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.97s) [2021-07-14T08:01:41.981Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.72s) [2021-07-14T08:01:41.981Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.48s) [2021-07-14T08:01:41.981Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2021-07-14T08:01:41.981Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.10s) [2021-07-14T08:01:41.981Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.28s) [2021-07-14T08:01:41.981Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.40s) [2021-07-14T08:01:41.981Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.66s) [2021-07-14T08:01:41.981Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2021-07-14T08:01:41.981Z] === RUN TestDockerRegistryAuthTokenSuite [2021-07-14T08:01:41.981Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-07-14T08:01:47.247Z] check_test.go:279: [dd7f968884120] daemon is not started [2021-07-14T08:01:47.247Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-07-14T08:01:47.247Z] check_test.go:279: [dbeb5e01e4e5d] daemon is not started [2021-07-14T08:01:47.247Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-07-14T08:01:47.505Z] check_test.go:279: [deafb76ad789c] daemon is not started [2021-07-14T08:01:47.505Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-07-14T08:01:47.505Z] check_test.go:279: [d946180ed3e1b] daemon is not started [2021-07-14T08:01:47.505Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-07-14T08:01:47.763Z] check_test.go:279: [d5711c747fe02] daemon is not started [2021-07-14T08:01:47.763Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.79s) [2021-07-14T08:01:47.763Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2021-07-14T08:01:47.763Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-07-14T08:01:47.763Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-07-14T08:01:47.763Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.17s) [2021-07-14T08:01:47.763Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2021-07-14T08:01:47.763Z] === RUN TestDockerNetworkSuite [2021-07-14T08:01:47.763Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-07-14T08:01:50.296Z] docker_cli_network_unix_test.go:46: [d5fd1a5bb182c] daemon is not started [2021-07-14T08:01:50.296Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-07-14T08:01:50.862Z] docker_cli_network_unix_test.go:46: [de05823bd4cc4] daemon is not started [2021-07-14T08:01:51.120Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-07-14T08:01:56.390Z] docker_cli_network_unix_test.go:46: [d1d22e350050d] daemon is not started [2021-07-14T08:01:57.325Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-07-14T08:01:58.342Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-07-14T08:01:58.702Z] docker_cli_network_unix_test.go:46: [d923cc3d3ed57] daemon is not started [2021-07-14T08:01:58.802Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-07-14T08:01:59.261Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-07-14T08:01:59.276Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-07-14T08:01:59.276Z] docker_cli_network_unix_test.go:1233: [d8dc5dadaac40] daemon is not started [2021-07-14T08:02:02.559Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-07-14T08:02:02.620Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-07-14T08:02:02.620Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-07-14T08:02:02.620Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-07-14T08:02:02.620Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-07-14T08:02:02.620Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-07-14T08:02:02.620Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-07-14T08:02:02.620Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-07-14T08:02:02.620Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-07-14T08:02:02.620Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-07-14T08:02:02.620Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-07-14T08:02:02.620Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-07-14T08:02:02.620Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-07-14T08:02:02.996Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-07-14T08:02:03.491Z] docker_cli_network_unix_test.go:46: [dc69a2b6ca1f6] daemon is not started [2021-07-14T08:02:03.750Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-07-14T08:02:04.762Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-07-14T08:02:05.900Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-07-14T08:02:08.075Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-07-14T08:02:11.860Z] docker_cli_network_unix_test.go:46: [d7ca43cd08096] daemon is not started [2021-07-14T08:02:12.118Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-07-14T08:02:13.249Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-07-14T08:02:14.650Z] docker_cli_network_unix_test.go:46: [d0a566323a217] daemon is not started [2021-07-14T08:02:14.907Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-07-14T08:02:16.282Z] docker_cli_network_unix_test.go:46: [d654ce32169dd] daemon is not started [2021-07-14T08:02:16.282Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-07-14T08:02:16.849Z] docker_cli_network_unix_test.go:46: [da98b13e517d0] daemon is not started [2021-07-14T08:02:16.849Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-07-14T08:02:17.416Z] docker_cli_network_unix_test.go:46: [d142024ac8b97] daemon is not started [2021-07-14T08:02:17.675Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-07-14T08:02:18.241Z] docker_cli_network_unix_test.go:46: [de1c57fb48666] daemon is not started [2021-07-14T08:02:18.807Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-07-14T08:02:19.381Z] docker_cli_network_unix_test.go:46: [d7a7a6d50bd86] daemon is not started [2021-07-14T08:02:19.949Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-07-14T08:02:19.950Z] docker_cli_network_unix_test.go:46: [d5424f840445f] daemon is not started [2021-07-14T08:02:19.950Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-07-14T08:02:19.950Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-07-14T08:02:20.517Z] docker_cli_network_unix_test.go:46: [d82ffe8d264a2] daemon is not started [2021-07-14T08:02:20.517Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-07-14T08:02:21.453Z] docker_cli_network_unix_test.go:46: [dfceb11ac1582] daemon is not started [2021-07-14T08:02:21.453Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-07-14T08:02:21.713Z] docker_cli_network_unix_test.go:46: [d51cf4f15a9a3] daemon is not started [2021-07-14T08:02:21.713Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-07-14T08:02:21.731Z] === RUN TestDockerSuite/TestBuildEnv [2021-07-14T08:02:21.731Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-07-14T08:02:21.731Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-07-14T08:02:21.731Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-07-14T08:02:21.731Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-07-14T08:02:21.731Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-07-14T08:02:21.731Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-07-14T08:02:21.731Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-07-14T08:02:21.731Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-07-14T08:02:21.731Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-07-14T08:02:21.731Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-07-14T08:02:21.971Z] docker_cli_network_unix_test.go:46: [d9cdbb93662ac] daemon is not started [2021-07-14T08:02:21.971Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-07-14T08:02:22.229Z] docker_cli_network_unix_test.go:46: [df9eaa9e8b2cf] daemon is not started [2021-07-14T08:02:22.229Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-07-14T08:02:22.488Z] docker_cli_swarm_test.go:1453: [d18014f610d4e] joining swarm manager [d9f20eb27126d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T08:02:23.425Z] docker_cli_swarm_test.go:1454: [d81d9aafc661b] joining swarm manager [d9f20eb27126d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-07-14T08:02:23.425Z] docker_cli_network_unix_test.go:46: [dcc953156ba83] daemon is not started [2021-07-14T08:02:23.425Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-07-14T08:02:24.359Z] docker_cli_network_unix_test.go:46: [d970e3ce91809] daemon is not started [2021-07-14T08:02:24.595Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-07-14T08:02:24.595Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-07-14T08:02:24.595Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-07-14T08:02:24.595Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-07-14T08:02:24.595Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-07-14T08:02:24.595Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-07-14T08:02:24.925Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-07-14T08:02:24.925Z] docker_cli_network_unix_test.go:46: [d01d9123c45c9] daemon is not started [2021-07-14T08:02:24.925Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-07-14T08:02:25.045Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-07-14T08:02:25.491Z] docker_cli_network_unix_test.go:46: [d5eeb8bf8db69] daemon is not started [2021-07-14T08:02:25.491Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-07-14T08:02:25.491Z] docker_cli_network_unix_test.go:46: [d429a52ce2e8f] daemon is not started [2021-07-14T08:02:25.491Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-07-14T08:02:25.997Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-07-14T08:02:26.865Z] docker_cli_network_unix_test.go:968: [de925a4a0b927] daemon is not started [2021-07-14T08:02:28.240Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-07-14T08:02:30.140Z] docker_cli_network_unix_test.go:46: [d4ce0f4c248d3] daemon is not started [2021-07-14T08:02:30.140Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-07-14T08:02:34.327Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-07-14T08:02:34.483Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-07-14T08:02:34.893Z] docker_cli_network_unix_test.go:1116: [d0aa23ec6fbf4] daemon is not started [2021-07-14T08:02:35.463Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-07-14T08:02:35.726Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-07-14T08:02:35.726Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-07-14T08:02:35.984Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-07-14T08:02:36.540Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-07-14T08:02:36.541Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-07-14T08:02:36.541Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-07-14T08:02:36.918Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-07-14T08:02:40.205Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-07-14T08:02:41.141Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-07-14T08:02:41.706Z] docker_cli_network_unix_test.go:46: [d5af63390d0d9] daemon is not started [2021-07-14T08:02:41.706Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-07-14T08:02:42.269Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-07-14T08:02:42.269Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-07-14T08:02:43.082Z] docker_cli_network_unix_test.go:46: [d4c60f35034ef] daemon is not started [2021-07-14T08:02:43.082Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-07-14T08:02:43.082Z] docker_cli_network_unix_test.go:46: [db357e843d219] daemon is not started [2021-07-14T08:02:43.341Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-07-14T08:02:43.341Z] docker_cli_network_unix_test.go:46: [dd5c3daad8be2] daemon is not started [2021-07-14T08:02:43.341Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-07-14T08:02:43.601Z] docker_cli_network_unix_test.go:46: [d20c5fbfa8134] daemon is not started [2021-07-14T08:02:43.601Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-07-14T08:02:43.858Z] docker_cli_network_unix_test.go:46: [d033b30348565] daemon is not started [2021-07-14T08:02:43.858Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-07-14T08:02:43.858Z] docker_cli_network_unix_test.go:46: [d71c8bf846523] daemon is not started [2021-07-14T08:02:43.858Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-07-14T08:02:44.423Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-07-14T08:02:45.135Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-07-14T08:02:46.088Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-07-14T08:02:46.088Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-07-14T08:02:46.088Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-07-14T08:02:46.088Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-07-14T08:02:46.088Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-07-14T08:02:46.088Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-07-14T08:02:46.088Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-07-14T08:02:46.539Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-07-14T08:02:46.953Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-07-14T08:02:46.953Z] docker_cli_network_unix_test.go:46: [db1c1dd73beca] daemon is not started [2021-07-14T08:02:47.076Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-07-14T08:02:47.494Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-07-14T08:02:47.527Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-07-14T08:02:47.527Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-07-14T08:02:47.527Z] === RUN TestDockerSuite/TestBuildExpose [2021-07-14T08:02:47.527Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-07-14T08:02:47.527Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-07-14T08:02:47.527Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-07-14T08:02:47.527Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-07-14T08:02:47.527Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-07-14T08:02:47.527Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-07-14T08:02:47.527Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-07-14T08:02:47.527Z] === RUN TestDockerSuite/TestBuildFails [2021-07-14T08:02:47.887Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-07-14T08:02:47.887Z] docker_cli_network_unix_test.go:46: [df5daf404fee6] daemon is not started [2021-07-14T08:02:47.887Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-07-14T08:02:47.887Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-07-14T08:02:47.887Z] docker_cli_network_unix_test.go:46: [d8651de043440] daemon is not started [2021-07-14T08:02:47.887Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-07-14T08:02:49.263Z] docker_cli_network_unix_test.go:46: [d071b156813c8] daemon is not started [2021-07-14T08:02:49.263Z] docker_cli_swarm_unix_test.go:62: [d89792479f925] joining swarm manager [d087152e7f1c9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T08:02:49.521Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-07-14T08:02:50.361Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-07-14T08:02:50.395Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-07-14T08:02:50.395Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-07-14T08:02:51.875Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-07-14T08:02:51.875Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-07-14T08:02:51.875Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-07-14T08:02:51.875Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-07-14T08:02:51.875Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-07-14T08:02:51.875Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-07-14T08:02:53.705Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-07-14T08:02:54.749Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-07-14T08:02:55.614Z] docker_cli_network_unix_test.go:1084: [d55713c5bf71d] daemon is not started [2021-07-14T08:02:56.134Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-07-14T08:02:57.513Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-07-14T08:02:57.513Z] docker_cli_network_unix_test.go:46: [dd25474db5506] daemon is not started [2021-07-14T08:02:57.513Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-07-14T08:02:58.079Z] docker_cli_network_unix_test.go:46: [de93dcd6f7d6c] daemon is not started [2021-07-14T08:02:58.337Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-07-14T08:02:58.756Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-07-14T08:02:58.756Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-07-14T08:02:58.756Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-07-14T08:02:58.756Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-07-14T08:03:00.237Z] docker_cli_network_unix_test.go:46: [daf9861b2674a] daemon is not started [2021-07-14T08:03:00.495Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-07-14T08:03:00.495Z] docker_cli_network_unix_test.go:46: [df85b62ea8a41] daemon is not started [2021-07-14T08:03:00.495Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-07-14T08:03:01.430Z] docker_cli_network_unix_test.go:46: [d78f6fb772ca6] daemon is not started [2021-07-14T08:03:01.430Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-07-14T08:03:01.872Z] === RUN TestDockerSuite/TestBuildForceRm [2021-07-14T08:03:01.996Z] docker_cli_network_unix_test.go:46: [d5ad5d1e295fd] daemon is not started [2021-07-14T08:03:01.996Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-07-14T08:03:02.931Z] docker_cli_network_unix_test.go:46: [d142d2a884e61] daemon is not started [2021-07-14T08:03:03.188Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-07-14T08:03:07.045Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-07-14T08:03:07.595Z] === RUN TestDockerSuite/TestBuildFromGit [2021-07-14T08:03:09.747Z] docker_cli_network_unix_test.go:46: [d711b7c9a75b0] daemon is not started [2021-07-14T08:03:10.314Z] --- PASS: TestDockerNetworkSuite (82.39s) [2021-07-14T08:03:10.314Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.43s) [2021-07-14T08:03:10.314Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.05s) [2021-07-14T08:03:10.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.89s) [2021-07-14T08:03:10.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.98s) [2021-07-14T08:03:10.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.03s) [2021-07-14T08:03:10.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.73s) [2021-07-14T08:03:10.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (8.28s) [2021-07-14T08:03:10.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.69s) [2021-07-14T08:03:10.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.34s) [2021-07-14T08:03:10.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.76s) [2021-07-14T08:03:10.314Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.62s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.11s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.14s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.18s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.38s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.15s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.30s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.08s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.28s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.30s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.44s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.49s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.77s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.62s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (11.31s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.33s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.46s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.20s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.08s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.22s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.28s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.09s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2021-07-14T08:03:10.315Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.43s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.16s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.70s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.06s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.11s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.04s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.06s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.95s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.52s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.25s) [2021-07-14T08:03:10.315Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.89s) [2021-07-14T08:03:10.315Z] === RUN TestDockerHubPullSuite [2021-07-14T08:03:10.315Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-07-14T08:03:10.734Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-07-14T08:03:11.186Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-07-14T08:03:11.187Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-07-14T08:03:11.187Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-07-14T08:03:11.688Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-07-14T08:03:13.314Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-07-14T08:03:14.214Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-07-14T08:03:14.214Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-07-14T08:03:14.824Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-07-14T08:03:14.874Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-07-14T08:03:15.587Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-07-14T08:03:15.845Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-07-14T08:03:15.845Z] --- PASS: TestDockerHubPullSuite (5.71s) [2021-07-14T08:03:15.845Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.43s) [2021-07-14T08:03:15.845Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.21s) [2021-07-14T08:03:15.845Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.41s) [2021-07-14T08:03:15.845Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.37s) [2021-07-14T08:03:15.845Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.22s) [2021-07-14T08:03:15.845Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-07-14T08:03:15.845Z] PASS [2021-07-14T08:03:15.845Z] [2021-07-14T08:03:15.845Z] === Skipped [2021-07-14T08:03:15.845Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-07-14T08:03:15.845Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.845Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-07-14T08:03:15.845Z] [2021-07-14T08:03:15.845Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-07-14T08:03:15.845Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.845Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-07-14T08:03:15.845Z] [2021-07-14T08:03:15.845Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-07-14T08:03:15.845Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.845Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-07-14T08:03:15.845Z] [2021-07-14T08:03:15.845Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.04s) [2021-07-14T08:03:15.845Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.845Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.04s) [2021-07-14T08:03:15.845Z] [2021-07-14T08:03:15.845Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-07-14T08:03:15.845Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.845Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-07-14T08:03:15.845Z] [2021-07-14T08:03:15.845Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-07-14T08:03:15.845Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.845Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-07-14T08:03:15.845Z] [2021-07-14T08:03:15.845Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-07-14T08:03:15.845Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.845Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-07-14T08:03:15.845Z] [2021-07-14T08:03:15.845Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-07-14T08:03:15.845Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.845Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-07-14T08:03:15.845Z] [2021-07-14T08:03:15.845Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-07-14T08:03:15.845Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.845Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-07-14T08:03:15.845Z] [2021-07-14T08:03:15.845Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-07-14T08:03:15.845Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.845Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-07-14T08:03:15.845Z] [2021-07-14T08:03:15.845Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-07-14T08:03:15.845Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-07-14T08:03:15.846Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-07-14T08:03:15.846Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-07-14T08:03:15.846Z] docker_cli_sni_test.go:18: Flakey test [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-07-14T08:03:15.846Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-07-14T08:03:15.846Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-07-14T08:03:15.846Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2021-07-14T08:03:15.846Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2021-07-14T08:03:15.846Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-07-14T08:03:15.846Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-07-14T08:03:15.846Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-07-14T08:03:15.846Z] docker_cli_network_unix_test.go:46: [d8651de043440] daemon is not started [2021-07-14T08:03:15.846Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] DONE 1269 tests, 51 skipped in 2019.036s [2021-07-14T08:03:15.846Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-07-14T08:03:15.846Z] ++++ cat bundles/test-integration/docker.pid [2021-07-14T08:03:15.846Z] +++ kill 8285 [2021-07-14T08:03:15.846Z] +++ /etc/init.d/apparmor stop [2021-07-14T08:03:15.846Z] Leaving: AppArmorNo profiles have been unloaded. [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] Unloading profiles will leave already running processes permanently [2021-07-14T08:03:15.846Z] unconfined, which can lead to unexpected situations. [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:15.846Z] To set a process to complain mode, use the command line tool [2021-07-14T08:03:15.846Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-07-14T08:03:15.846Z] +++ true [2021-07-14T08:03:15.846Z] exiting test-integration [2021-07-14T08:03:15.846Z] ++ exit 0 [2021-07-14T08:03:15.846Z] [2021-07-14T08:03:16.104Z] + for job in $(jobs -p) [2021-07-14T08:03:16.104Z] + wait 4225 [2021-07-14T08:03:16.388Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-07-14T08:03:19.457Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-07-14T08:03:19.457Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-07-14T08:03:19.457Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-07-14T08:03:19.457Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-07-14T08:03:20.407Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-07-14T08:03:20.407Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-07-14T08:03:20.407Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-07-14T08:03:26.628Z] === RUN TestDockerSuite/TestBuildAddScript [2021-07-14T08:03:26.629Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-07-14T08:03:26.629Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-07-14T08:03:26.629Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-07-14T08:03:26.629Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-07-14T08:03:26.629Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-07-14T08:03:26.629Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-07-14T08:03:26.629Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-07-14T08:03:26.629Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-07-14T08:03:26.629Z] === RUN TestDockerSuite/TestBuildAddTar [2021-07-14T08:03:28.886Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-07-14T08:03:28.886Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-07-14T08:03:28.886Z] === RUN TestDockerSuite/TestBuildHistory [2021-07-14T08:03:39.114Z] === RUN TestDockerSuite/TestBuildIidFile [2021-07-14T08:03:39.564Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-07-14T08:03:41.076Z] === RUN TestDockerSuite/TestBuildInheritance [2021-07-14T08:03:41.076Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-07-14T08:03:41.076Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-07-14T08:03:42.028Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-07-14T08:03:42.028Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-07-14T08:03:42.628Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-07-14T08:03:42.886Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-07-14T08:03:46.654Z] === RUN TestDockerSuite/TestBuildLabel [2021-07-14T08:03:47.069Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-07-14T08:03:47.104Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-07-14T08:03:47.554Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-07-14T08:03:48.504Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-07-14T08:03:48.953Z] === RUN TestDockerSuite/TestBuildLabels [2021-07-14T08:03:48.966Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-07-14T08:03:49.427Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-07-14T08:03:49.427Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-07-14T08:03:49.427Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-07-14T08:03:49.902Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-07-14T08:03:51.412Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-07-14T08:03:52.258Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-07-14T08:03:54.787Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-07-14T08:03:56.688Z] docker_api_swarm_test.go:961: [d7af3c0451d0e] joining swarm manager [dee1fb3487f9e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-07-14T08:03:57.133Z] === RUN TestDockerSuite/TestBuildLastModified [2021-07-14T08:03:57.133Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-07-14T08:03:57.133Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-07-14T08:03:57.133Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-07-14T08:03:57.133Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-07-14T08:03:57.133Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-07-14T08:03:57.585Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-07-14T08:03:57.585Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-07-14T08:03:57.585Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-07-14T08:03:58.036Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-07-14T08:03:58.486Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-07-14T08:04:04.216Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-07-14T08:04:07.111Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-07-14T08:04:15.683Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-07-14T08:04:18.601Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-07-14T08:04:18.919Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-07-14T08:04:18.919Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-07-14T08:04:18.919Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-07-14T08:04:19.869Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-07-14T08:04:26.000Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-07-14T08:04:26.904Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-07-14T08:04:26.904Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-07-14T08:04:26.904Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-07-14T08:04:26.904Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-07-14T08:04:26.904Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-07-14T08:04:28.562Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-07-14T08:04:29.496Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-07-14T08:04:32.022Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-07-14T08:04:35.303Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-07-14T08:04:43.409Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-07-14T08:04:47.873Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-07-14T08:04:47.873Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-07-14T08:04:47.873Z] === RUN TestDockerSuite/TestBuildBlankName [2021-07-14T08:04:47.873Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-07-14T08:04:48.672Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-07-14T08:04:51.136Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-07-14T08:04:51.953Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-07-14T08:04:54.505Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-07-14T08:04:54.882Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-07-14T08:04:54.882Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-07-14T08:04:54.882Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-07-14T08:04:55.406Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-07-14T08:04:57.035Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-07-14T08:04:59.519Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-07-14T08:04:59.696Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-07-14T08:05:00.314Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-07-14T08:05:02.842Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-07-14T08:05:05.368Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-07-14T08:05:07.790Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-07-14T08:05:08.132Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-07-14T08:05:12.090Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-07-14T08:05:12.417Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-07-14T08:05:15.232Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-07-14T08:05:15.232Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-07-14T08:05:15.232Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-07-14T08:05:18.512Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-07-14T08:05:23.145Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-07-14T08:05:25.469Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-07-14T08:05:25.469Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-07-14T08:05:25.469Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-07-14T08:05:25.469Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-07-14T08:05:25.469Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-07-14T08:05:31.194Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-07-14T08:05:31.194Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-07-14T08:05:31.194Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-07-14T08:05:31.194Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-07-14T08:05:31.194Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-07-14T08:05:31.194Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-07-14T08:05:31.194Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-07-14T08:05:31.194Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-07-14T08:05:44.094Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-07-14T08:05:44.094Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-07-14T08:05:44.094Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-07-14T08:05:49.821Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-07-14T08:05:50.771Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-07-14T08:05:50.771Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-07-14T08:05:50.771Z] === RUN TestDockerSuite/TestBuildNetNone [2021-07-14T08:05:50.771Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-07-14T08:05:50.771Z] === RUN TestDockerSuite/TestBuildNoContext [2021-07-14T08:05:53.629Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-07-14T08:05:56.260Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-07-14T08:05:58.257Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-07-14T08:05:59.767Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-07-14T08:05:59.767Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-07-14T08:06:00.217Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-07-14T08:06:00.891Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-07-14T08:06:00.891Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-07-14T08:06:01.342Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-07-14T08:06:01.342Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-07-14T08:06:01.342Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-07-14T08:06:01.570Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-07-14T08:06:02.853Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-07-14T08:06:02.853Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-07-14T08:06:02.853Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-07-14T08:06:03.076Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-07-14T08:06:04.024Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-07-14T08:06:04.975Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-07-14T08:06:07.486Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-07-14T08:06:08.439Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-07-14T08:06:08.439Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-07-14T08:06:08.439Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-07-14T08:06:08.439Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-07-14T08:06:08.439Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-07-14T08:06:09.951Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-07-14T08:06:10.904Z] === RUN TestDockerSuite/TestBuildCmd [2021-07-14T08:06:11.355Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-07-14T08:06:11.806Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-07-14T08:06:12.257Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-07-14T08:06:13.450Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-07-14T08:06:14.959Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-07-14T08:06:16.433Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-07-14T08:06:17.981Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-07-14T08:06:19.494Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-07-14T08:06:19.494Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-07-14T08:06:19.494Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-07-14T08:06:21.007Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-07-14T08:06:21.007Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-07-14T08:06:21.007Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-07-14T08:06:21.458Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-07-14T08:06:22.969Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-07-14T08:06:23.441Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-07-14T08:06:23.919Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-07-14T08:06:24.363Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-07-14T08:06:24.363Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-07-14T08:06:24.363Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-07-14T08:06:24.363Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-07-14T08:06:24.363Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-07-14T08:06:24.363Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-07-14T08:06:24.363Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-07-14T08:06:24.363Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-07-14T08:06:24.363Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-07-14T08:06:24.363Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-07-14T08:06:24.363Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-07-14T08:06:24.363Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-07-14T08:06:24.380Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-07-14T08:06:24.380Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-07-14T08:06:24.380Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-07-14T08:06:25.330Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-07-14T08:06:26.285Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-07-14T08:06:26.285Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-07-14T08:06:26.285Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-07-14T08:06:26.285Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-07-14T08:06:26.285Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-07-14T08:06:27.122Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-07-14T08:06:30.923Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite (1740.70s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.18s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.13s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.11s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.38s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.05s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (32.45s) [2021-07-14T08:06:34.502Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.69s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.97s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.35s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (49.24s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.64s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.43s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.85s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.16s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (52.02s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (18.14s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.82s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.47s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (20.71s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (57.52s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (64.34s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.25s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.65s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.63s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (19.17s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (17.25s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.18s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.80s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.39s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.76s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.77s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (31.83s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (42.45s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (32.03s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.75s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.66s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.38s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.03s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.33s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.07s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.07s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.05s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.56s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.17s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.23s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.11s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.13s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (4.05s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.51s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.49s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.31s) [2021-07-14T08:06:34.502Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.79s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.56s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (4.84s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.77s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.66s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.93s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.27s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.19s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.46s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.46s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.89s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.45s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.33s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.19s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.54s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.61s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.58s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.54s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.88s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.94s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.40s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.36s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.27s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.63s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (116.84s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.38s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (8.01s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.08s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.41s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.61s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.38s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.22s) [2021-07-14T08:06:34.503Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.46s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.75s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.83s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.50s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.03s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (47.41s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.00s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.34s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (130.63s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.84s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.84s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.27s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.21s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.08s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.11s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.93s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.71s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.50s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (53.78s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.19s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.73s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.18s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.34s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.74s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.18s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.11s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.21s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.23s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.26s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.37s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.41s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.74s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.72s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.99s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.79s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.10s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.20s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.11s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.17s) [2021-07-14T08:06:34.503Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.18s) [2021-07-14T08:06:34.503Z] === RUN TestDockerExternalVolumeSuite [2021-07-14T08:06:34.503Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-07-14T08:06:34.503Z] docker_cli_external_volume_driver_test.go:53: [db84f3d5d65b0] daemon is not started [2021-07-14T08:06:36.788Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-07-14T08:06:38.326Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-07-14T08:06:42.066Z] === RUN TestDockerSuite/TestBuildEnv [2021-07-14T08:06:42.066Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-07-14T08:06:42.066Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-07-14T08:06:42.066Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-07-14T08:06:42.066Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-07-14T08:06:42.066Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-07-14T08:06:42.066Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-07-14T08:06:42.066Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-07-14T08:06:42.066Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-07-14T08:06:42.066Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-07-14T08:06:42.066Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-07-14T08:06:44.703Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-07-14T08:06:45.809Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-07-14T08:06:45.809Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-07-14T08:06:45.809Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-07-14T08:06:45.809Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-07-14T08:06:45.809Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-07-14T08:06:45.809Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-07-14T08:06:45.809Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-07-14T08:06:46.781Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-07-14T08:06:47.568Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-07-14T08:06:49.374Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-07-14T08:06:52.191Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-07-14T08:06:52.641Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-07-14T08:06:52.641Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-07-14T08:06:52.641Z] === RUN TestDockerSuite/TestBuildPATH [2021-07-14T08:06:52.641Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-07-14T08:06:52.641Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-07-14T08:06:54.784Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-07-14T08:06:54.784Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-07-14T08:06:54.784Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-07-14T08:06:55.368Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-07-14T08:07:00.739Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-07-14T08:07:01.690Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-07-14T08:07:02.642Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-07-14T08:07:07.276Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-07-14T08:07:07.276Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-07-14T08:07:07.728Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-07-14T08:07:07.728Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-07-14T08:07:07.728Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-07-14T08:07:07.728Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-07-14T08:07:07.728Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-07-14T08:07:07.771Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-07-14T08:07:08.231Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-07-14T08:07:08.231Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-07-14T08:07:08.231Z] === RUN TestDockerSuite/TestBuildExpose [2021-07-14T08:07:08.231Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-07-14T08:07:08.231Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-07-14T08:07:08.231Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-07-14T08:07:08.231Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-07-14T08:07:08.231Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-07-14T08:07:08.231Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-07-14T08:07:08.231Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-07-14T08:07:08.231Z] === RUN TestDockerSuite/TestBuildFails [2021-07-14T08:07:08.679Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-07-14T08:07:08.679Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-07-14T08:07:08.679Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-07-14T08:07:10.412Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-07-14T08:07:10.872Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-07-14T08:07:21.206Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-07-14T08:07:27.010Z] === RUN TestDockerSuite/TestBuildForceRm [2021-07-14T08:07:32.814Z] === RUN TestDockerSuite/TestBuildFromGit [2021-07-14T08:07:37.140Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-07-14T08:07:38.622Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-07-14T08:07:39.593Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-07-14T08:07:44.210Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-07-14T08:07:44.211Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-07-14T08:07:44.211Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-07-14T08:07:44.211Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-07-14T08:07:49.746Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-07-14T08:07:49.747Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-07-14T08:07:49.747Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-07-14T08:07:49.747Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-07-14T08:07:50.210Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-07-14T08:07:50.210Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-07-14T08:07:50.210Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-07-14T08:07:50.301Z] === RUN TestDockerSuite/TestBuildRm [2021-07-14T08:07:57.037Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-07-14T08:08:02.602Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-07-14T08:08:02.602Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-07-14T08:08:02.602Z] === RUN TestDockerSuite/TestBuildHistory [2021-07-14T08:08:05.145Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-07-14T08:08:10.387Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-07-14T08:08:10.387Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-07-14T08:08:10.838Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-07-14T08:08:11.255Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-07-14T08:08:11.705Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-07-14T08:08:11.705Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-07-14T08:08:11.705Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-07-14T08:08:11.705Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-07-14T08:08:12.155Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-07-14T08:08:12.941Z] === RUN TestDockerSuite/TestBuildIidFile [2021-07-14T08:08:13.401Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-07-14T08:08:13.664Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-07-14T08:08:14.522Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-07-14T08:08:14.940Z] === RUN TestDockerSuite/TestBuildInheritance [2021-07-14T08:08:14.940Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-07-14T08:08:14.940Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-07-14T08:08:15.909Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-07-14T08:08:15.909Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-07-14T08:08:16.521Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-07-14T08:08:16.665Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-07-14T08:08:19.529Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-07-14T08:08:20.008Z] docker_cli_external_volume_driver_test.go:53: [d1e1d107dcb03] daemon is not started [2021-07-14T08:08:20.197Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-07-14T08:08:20.607Z] === RUN TestDockerSuite/TestBuildLabel [2021-07-14T08:08:21.067Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-07-14T08:08:21.526Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-07-14T08:08:22.495Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-07-14T08:08:22.955Z] === RUN TestDockerSuite/TestBuildLabels [2021-07-14T08:08:23.878Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-07-14T08:08:23.924Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-07-14T08:08:25.466Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-07-14T08:08:31.272Z] === RUN TestDockerSuite/TestBuildLastModified [2021-07-14T08:08:31.272Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-07-14T08:08:31.272Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-07-14T08:08:31.272Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-07-14T08:08:31.272Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-07-14T08:08:31.272Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-07-14T08:08:31.272Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-07-14T08:08:31.272Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-07-14T08:08:31.272Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-07-14T08:08:32.242Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-07-14T08:08:32.704Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-07-14T08:08:34.873Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-07-14T08:08:37.409Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-07-14T08:08:44.827Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-07-14T08:08:44.828Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-07-14T08:08:44.828Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-07-14T08:08:52.233Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-07-14T08:08:52.233Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-07-14T08:08:52.233Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-07-14T08:08:52.944Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-07-14T08:08:53.369Z] === RUN TestDockerSuite/TestBuildSpaces [2021-07-14T08:08:53.369Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-07-14T08:08:53.780Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-07-14T08:09:01.847Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-07-14T08:09:01.847Z] === RUN TestDockerSuite/TestBuildStderr [2021-07-14T08:09:05.133Z] docker_cli_external_volume_driver_test.go:53: [d881483ff65a8] daemon is not started [2021-07-14T08:09:10.337Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-07-14T08:09:19.996Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-07-14T08:09:20.253Z] docker_cli_external_volume_driver_test.go:53: [d7fb25cc0136d] daemon is not started [2021-07-14T08:09:35.125Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-07-14T08:09:36.329Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-07-14T08:09:44.927Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-07-14T08:09:45.498Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-07-14T08:09:45.916Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-07-14T08:09:45.916Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-07-14T08:09:45.916Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-07-14T08:09:46.036Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-07-14T08:09:46.036Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-07-14T08:09:46.553Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-07-14T08:09:48.249Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-07-14T08:09:49.274Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-07-14T08:09:51.151Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-07-14T08:09:53.224Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-07-14T08:09:57.267Z] === RUN TestDockerSuite/TestBuildUser [2021-07-14T08:09:57.267Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-07-14T08:09:57.267Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-07-14T08:09:57.267Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-07-14T08:09:57.267Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-07-14T08:09:57.267Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-07-14T08:09:57.267Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-07-14T08:09:57.409Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-07-14T08:10:01.487Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-07-14T08:10:06.713Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-07-14T08:10:06.713Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-07-14T08:10:07.181Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-07-14T08:10:09.091Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-07-14T08:10:09.091Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-07-14T08:10:09.091Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-07-14T08:10:09.091Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-07-14T08:10:09.091Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-07-14T08:10:17.016Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-07-14T08:10:17.016Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-07-14T08:10:17.016Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-07-14T08:10:23.280Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-07-14T08:10:23.797Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-07-14T08:10:23.797Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-07-14T08:10:23.797Z] === RUN TestDockerSuite/TestBuildNetNone [2021-07-14T08:10:23.797Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-07-14T08:10:23.797Z] === RUN TestDockerSuite/TestBuildNoContext [2021-07-14T08:10:25.248Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-07-14T08:10:26.210Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-07-14T08:10:30.374Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-07-14T08:10:30.878Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-07-14T08:10:30.878Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-07-14T08:10:32.994Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-07-14T08:10:32.994Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-07-14T08:10:32.994Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-07-14T08:10:37.539Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-07-14T08:10:38.163Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-07-14T08:10:39.034Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-07-14T08:10:40.122Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-07-14T08:10:40.217Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-07-14T08:10:43.733Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-07-14T08:10:43.733Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-07-14T08:10:43.733Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-07-14T08:10:43.734Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-07-14T08:10:43.734Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-07-14T08:10:45.760Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-07-14T08:10:45.760Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-07-14T08:10:45.760Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-07-14T08:10:48.854Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-07-14T08:10:49.512Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-07-14T08:10:58.418Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-07-14T08:10:59.900Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-07-14T08:10:59.900Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-07-14T08:10:59.900Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-07-14T08:11:01.308Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-07-14T08:11:05.942Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-07-14T08:11:07.921Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-07-14T08:11:08.446Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-07-14T08:11:08.534Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-07-14T08:11:16.823Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-07-14T08:11:17.188Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-07-14T08:11:20.785Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-07-14T08:11:20.785Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-07-14T08:11:20.785Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-07-14T08:11:20.785Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-07-14T08:11:21.034Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-07-14T08:11:21.405Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-07-14T08:11:21.405Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-07-14T08:11:21.405Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-07-14T08:11:21.655Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-07-14T08:11:21.655Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-07-14T08:11:21.655Z] === RUN TestDockerSuite/TestBuildPATH [2021-07-14T08:11:21.655Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-07-14T08:11:21.655Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-07-14T08:11:22.021Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-07-14T08:11:23.745Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-07-14T08:11:23.745Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-07-14T08:11:23.745Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-07-14T08:11:26.774Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-07-14T08:11:29.060Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-07-14T08:11:34.951Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-07-14T08:11:35.581Z] === RUN TestDockerSuite/TestBuildXZHost [2021-07-14T08:11:35.581Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-07-14T08:11:35.581Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-07-14T08:11:35.581Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-07-14T08:11:35.581Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-07-14T08:11:35.581Z] docker_cli_sni_test.go:18: Flakey test [2021-07-14T08:11:35.581Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-07-14T08:11:37.642Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-07-14T08:11:42.461Z] === RUN TestDockerSuite/TestCommitChange [2021-07-14T08:11:43.647Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-07-14T08:11:44.845Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-07-14T08:11:46.369Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-07-14T08:11:51.407Z] === RUN TestDockerSuite/TestCommitHardlink [2021-07-14T08:11:51.407Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-07-14T08:11:51.407Z] === RUN TestDockerSuite/TestCommitNewFile [2021-07-14T08:11:57.538Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-07-14T08:11:57.538Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-07-14T08:11:57.538Z] === RUN TestDockerSuite/TestCommitTTY [2021-07-14T08:12:02.984Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-07-14T08:12:03.521Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-07-14T08:12:08.291Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-07-14T08:12:08.292Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-07-14T08:12:08.292Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-07-14T08:12:08.292Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-07-14T08:12:08.292Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-07-14T08:12:08.292Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-07-14T08:12:08.292Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-07-14T08:12:08.292Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-07-14T08:12:08.292Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-07-14T08:12:08.292Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-07-14T08:12:08.292Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-07-14T08:12:08.292Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-07-14T08:12:08.292Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-07-14T08:12:08.292Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-07-14T08:12:08.292Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-07-14T08:12:08.292Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-07-14T08:12:15.528Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-07-14T08:12:16.901Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-07-14T08:12:16.997Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-07-14T08:12:17.641Z] === RUN TestDockerSuite/TestBuildRm [2021-07-14T08:12:21.477Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-07-14T08:12:21.477Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-07-14T08:12:21.477Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-07-14T08:12:23.475Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-07-14T08:12:23.475Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-07-14T08:12:23.475Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-07-14T08:12:23.475Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-07-14T08:12:23.475Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-07-14T08:12:23.475Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-07-14T08:12:23.475Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-07-14T08:12:26.330Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-07-14T08:12:26.330Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-07-14T08:12:26.330Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-07-14T08:12:26.330Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-07-14T08:12:28.428Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-07-14T08:12:28.428Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-07-14T08:12:28.428Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-07-14T08:12:28.428Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-07-14T08:12:28.428Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-07-14T08:12:28.428Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-07-14T08:12:28.428Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-07-14T08:12:28.428Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-07-14T08:12:32.132Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-07-14T08:12:34.162Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-07-14T08:12:35.475Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-07-14T08:12:35.476Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-07-14T08:12:35.476Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-07-14T08:12:35.476Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-07-14T08:12:37.080Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-07-14T08:12:37.559Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-07-14T08:12:37.559Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-07-14T08:12:40.473Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-07-14T08:12:40.473Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-07-14T08:12:40.473Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-07-14T08:12:40.473Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:12:40.473Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-07-14T08:12:41.456Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-07-14T08:12:42.544Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-07-14T08:12:42.544Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-07-14T08:12:43.534Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-07-14T08:12:43.534Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-07-14T08:12:43.534Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-07-14T08:12:43.534Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-07-14T08:12:43.534Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-07-14T08:12:44.559Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-07-14T08:12:44.559Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-07-14T08:12:44.559Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-07-14T08:12:45.575Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-07-14T08:12:47.376Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-07-14T08:12:47.376Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-07-14T08:12:48.497Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-07-14T08:12:48.956Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-07-14T08:12:49.319Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-07-14T08:12:49.468Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-07-14T08:12:52.384Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-07-14T08:12:53.329Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-07-14T08:12:56.309Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-07-14T08:12:57.209Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-07-14T08:12:57.209Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-07-14T08:12:57.209Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-07-14T08:12:57.209Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-07-14T08:12:57.209Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-07-14T08:12:59.350Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-07-14T08:12:59.350Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-07-14T08:12:59.350Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-07-14T08:13:01.495Z] === RUN TestDockerSuite/TestContainerAPITop [2021-07-14T08:13:01.495Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-07-14T08:13:01.495Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-07-14T08:13:03.687Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-07-14T08:13:03.687Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-07-14T08:13:03.837Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-07-14T08:13:07.776Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-07-14T08:13:10.039Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-07-14T08:13:10.039Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-07-14T08:13:10.039Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-07-14T08:13:10.039Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-07-14T08:13:10.039Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-07-14T08:13:10.039Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-07-14T08:13:10.039Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-07-14T08:13:10.039Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-07-14T08:13:10.039Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-07-14T08:13:10.039Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-07-14T08:13:10.039Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-07-14T08:13:11.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-07-14T08:13:11.566Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-07-14T08:13:14.061Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-07-14T08:13:16.598Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-07-14T08:13:17.434Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-07-14T08:13:17.434Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-07-14T08:13:17.434Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-07-14T08:13:19.163Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-07-14T08:13:21.641Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0000a0720_} [2021-07-14T08:13:21.905Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-07-14T08:13:21.905Z] docker_cli_external_volume_driver_test.go:485: [dc2075cc8c00f] daemon is not started [2021-07-14T08:13:24.140Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1876327942_c:\foo_false____} [2021-07-14T08:13:24.446Z] === RUN TestDockerSuite/TestBuildSpaces [2021-07-14T08:13:24.446Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-07-14T08:13:25.785Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1876327942_c:\foo_true____} [2021-07-14T08:13:27.971Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-07-14T08:13:27.971Z] === RUN TestDockerSuite/TestBuildStderr [2021-07-14T08:13:28.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-07-14T08:13:28.302Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-07-14T08:13:28.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-07-14T08:13:28.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-07-14T08:13:28.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-07-14T08:13:28.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-07-14T08:13:28.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-07-14T08:13:28.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-07-14T08:13:28.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-07-14T08:13:28.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-07-14T08:13:29.108Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-07-14T08:13:29.108Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-07-14T08:13:29.108Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-07-14T08:13:29.108Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-07-14T08:13:29.108Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-07-14T08:13:29.108Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-07-14T08:13:29.108Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-07-14T08:13:29.108Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-07-14T08:13:29.108Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-07-14T08:13:29.108Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-07-14T08:13:29.108Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-07-14T08:13:29.108Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-07-14T08:13:29.108Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-07-14T08:13:29.108Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-07-14T08:13:31.640Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-07-14T08:13:31.640Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-07-14T08:13:31.640Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-07-14T08:13:31.640Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:13:31.640Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-07-14T08:13:31.640Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-07-14T08:13:31.640Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-07-14T08:13:31.640Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-07-14T08:13:31.640Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-07-14T08:13:31.640Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:13:31.640Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-07-14T08:13:31.640Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-07-14T08:13:31.640Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-07-14T08:13:31.640Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-07-14T08:13:31.640Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-07-14T08:13:31.640Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-07-14T08:13:31.640Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-07-14T08:13:31.640Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-07-14T08:13:31.640Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-07-14T08:13:31.640Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-07-14T08:13:31.640Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-07-14T08:13:31.640Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-07-14T08:13:31.640Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-07-14T08:13:31.640Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:13:31.640Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-07-14T08:13:31.640Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-07-14T08:13:31.640Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-07-14T08:13:34.187Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-07-14T08:13:34.187Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-07-14T08:13:34.187Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-07-14T08:13:34.187Z] === RUN TestDockerSuite/TestCpRelativePath [2021-07-14T08:13:36.565Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-07-14T08:13:36.682Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-07-14T08:13:36.682Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-07-14T08:13:36.682Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-07-14T08:13:36.682Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-07-14T08:13:36.682Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-07-14T08:13:36.682Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-07-14T08:13:36.682Z] === RUN TestDockerSuite/TestCpToCaseA [2021-07-14T08:13:36.768Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-07-14T08:13:36.768Z] docker_cli_external_volume_driver_test.go:53: [dd1c4b46b9776] daemon is not started [2021-07-14T08:13:41.172Z] === RUN TestDockerSuite/TestCpToCaseB [2021-07-14T08:13:42.776Z] === RUN TestDockerSuite/TestCpToCaseC [2021-07-14T08:13:42.776Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-07-14T08:13:42.776Z] === RUN TestDockerSuite/TestCpToCaseD [2021-07-14T08:13:42.776Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-07-14T08:13:42.776Z] === RUN TestDockerSuite/TestCpToCaseE [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite (439.39s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.81s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.41s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.13s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.41s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.41s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.77s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.42s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.53s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.89s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.40s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.08s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.25s) [2021-07-14T08:13:51.630Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-07-14T08:13:51.630Z] PASS [2021-07-14T08:13:51.630Z] [2021-07-14T08:13:51.630Z] === Skipped [2021-07-14T08:13:51.630Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-07-14T08:13:51.630Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-07-14T08:13:51.630Z] check_test.go:309: [da780a09e0019] daemon is not started [2021-07-14T08:13:51.630Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-07-14T08:13:51.630Z] [2021-07-14T08:13:51.630Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-07-14T08:13:51.630Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-07-14T08:13:51.630Z] check_test.go:309: [d0a2defa1cdeb] daemon is not started [2021-07-14T08:13:51.630Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-07-14T08:13:51.630Z] [2021-07-14T08:13:51.630Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-07-14T08:13:51.630Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-07-14T08:13:51.630Z] check_test.go:309: [dc9835c6e0218] daemon is not started [2021-07-14T08:13:51.630Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-07-14T08:13:51.630Z] [2021-07-14T08:13:51.630Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-07-14T08:13:51.630Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-07-14T08:13:51.630Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-07-14T08:13:51.630Z] [2021-07-14T08:13:51.630Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-07-14T08:13:51.630Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-07-14T08:13:51.630Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-07-14T08:13:51.630Z] [2021-07-14T08:13:51.630Z] [2021-07-14T08:13:51.630Z] DONE 273 tests, 5 skipped in 2654.151s [2021-07-14T08:13:51.630Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-07-14T08:13:51.630Z] ++++ cat bundles/test-integration/docker.pid [2021-07-14T08:13:51.630Z] +++ kill 8229 [2021-07-14T08:13:51.630Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/da91baafea378/docker.pid [2021-07-14T08:13:51.630Z] +++ kill 7148 [2021-07-14T08:13:51.630Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7148 is not a child of this shell [2021-07-14T08:13:51.630Z] warning: PID 7148 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/da91baafea378/docker.pid had a nonzero exit code [2021-07-14T08:13:51.630Z] +++ /etc/init.d/apparmor stop [2021-07-14T08:13:51.630Z] Leaving: AppArmorNo profiles have been unloaded. [2021-07-14T08:13:51.630Z] [2021-07-14T08:13:51.630Z] Unloading profiles will leave already running processes permanently [2021-07-14T08:13:51.630Z] unconfined, which can lead to unexpected situations. [2021-07-14T08:13:51.630Z] [2021-07-14T08:13:51.630Z] To set a process to complain mode, use the command line tool [2021-07-14T08:13:51.630Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-07-14T08:13:51.630Z] +++ true [2021-07-14T08:13:51.630Z] exiting test-integration [2021-07-14T08:13:51.630Z] ++ exit 0 [2021-07-14T08:13:51.630Z] [2021-07-14T08:13:51.630Z] + exit 0 [2021-07-14T08:13:51.630Z] ++ jobs -p [2021-07-14T08:13:51.630Z] + pids= [2021-07-14T08:13:51.630Z] + echo 'Remaining pids to kill: []' [2021-07-14T08:13:51.630Z] Remaining pids to kill: [] [2021-07-14T08:13:51.630Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-07-14T08:13:51.645Z] Recording test results [2021-07-14T08:13:52.634Z] === RUN TestDockerSuite/TestCpToCaseF [2021-07-14T08:13:52.634Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-07-14T08:13:52.634Z] === RUN TestDockerSuite/TestCpToCaseG [2021-07-14T08:13:52.634Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-07-14T08:13:52.634Z] === RUN TestDockerSuite/TestCpToCaseH [2021-07-14T08:13:53.396Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-07-14T08:13:53.748Z] + echo Ensuring container killed. [2021-07-14T08:13:53.748Z] Ensuring container killed. [2021-07-14T08:13:53.748Z] + docker ps -aq -f name=docker-pr2-* [2021-07-14T08:13:53.748Z] + cids=510de159c19d [2021-07-14T08:13:53.748Z] 61dad6319853 [2021-07-14T08:13:53.748Z] 35dc1890a6f3 [2021-07-14T08:13:53.748Z] + [ -n 510de159c19d [2021-07-14T08:13:53.748Z] 61dad6319853 [2021-07-14T08:13:53.748Z] 35dc1890a6f3 ] [2021-07-14T08:13:53.748Z] + docker rm -vf 510de159c19d 61dad6319853 35dc1890a6f3 [2021-07-14T08:13:55.653Z] 510de159c19d [2021-07-14T08:13:55.653Z] 61dad6319853 [2021-07-14T08:13:56.220Z] 35dc1890a6f3 [Pipeline] sh [2021-07-14T08:13:56.500Z] + echo Chowning /workspace to jenkins user [2021-07-14T08:13:56.500Z] Chowning /workspace to jenkins user [2021-07-14T08:13:56.500Z] + id -u [2021-07-14T08:13:56.500Z] + id -g [2021-07-14T08:13:56.500Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42636:/workspace busybox chown -R 1000:1000 /workspace [2021-07-14T08:13:56.500Z] Unable to find image 'busybox:latest' locally [2021-07-14T08:13:56.759Z] latest: Pulling from library/busybox [2021-07-14T08:13:56.759Z] b71f96345d44: Pulling fs layer [2021-07-14T08:13:56.759Z] b71f96345d44: Verifying Checksum [2021-07-14T08:13:56.759Z] b71f96345d44: Download complete [2021-07-14T08:13:56.759Z] b71f96345d44: Pull complete [2021-07-14T08:13:56.759Z] Digest: sha256:0f354ec1728d9ff32edcd7d1b8bbdfc798277ad36120dc3dc683be44524c8b60 [2021-07-14T08:13:56.759Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-07-14T08:14:01.037Z] === RUN TestDockerSuite/TestCpToCaseI [2021-07-14T08:14:01.037Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-07-14T08:14:01.037Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-07-14T08:14:01.037Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-07-14T08:14:01.037Z] === RUN TestDockerSuite/TestCpToDot [2021-07-14T08:14:01.254Z] + bundleName=amd64 [2021-07-14T08:14:01.254Z] + echo Creating amd64-bundles.tar.gz [2021-07-14T08:14:01.254Z] Creating amd64-bundles.tar.gz [2021-07-14T08:14:01.254Z] + xargs tar -czf amd64-bundles.tar.gz [2021-07-14T08:14:01.254Z] + 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-07-14T08:14:02.200Z] Archiving artifacts [2021-07-14T08:14:03.563Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-07-14T08:14:03.563Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-07-14T08:14:03.563Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-07-14T08:14:03.563Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-07-14T08:14:03.563Z] === RUN TestDockerSuite/TestCpToStdout [2021-07-14T08:14:04.010Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42636/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-07-14T08:14:04.324Z] + make clean [2021-07-14T08:14:04.582Z] docker volume rm -f docker-dev-cache [2021-07-14T08:14:04.582Z] docker-dev-cache [Pipeline] deleteDir [2021-07-14T08:14:06.091Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-07-14T08:14:06.091Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:14:06.091Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-07-14T08:14:06.091Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-07-14T08:14:06.091Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-07-14T08:14:06.091Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-07-14T08:14:06.091Z] === RUN TestDockerSuite/TestCpVolumePath [2021-07-14T08:14:06.091Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-07-14T08:14:06.091Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-07-14T08:14:06.091Z] === RUN TestDockerSuite/TestCreateArgs [2021-07-14T08:14:06.889Z] === RUN TestDockerSuite/TestCreateByImageID [2021-07-14T08:14:10.396Z] === RUN TestDockerSuite/TestCreateEchoStdout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-14T08:14:12.888Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-07-14T08:14:12.889Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-07-14T08:14:13.652Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-07-14T08:14:15.223Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-07-14T08:14:15.965Z] === RUN TestDockerSuite/TestCreateLabels [2021-07-14T08:14:15.965Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-07-14T08:14:15.965Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-07-14T08:14:15.965Z] === RUN TestDockerSuite/TestCreateRM [2021-07-14T08:14:15.965Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-07-14T08:14:15.965Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-07-14T08:14:15.965Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-07-14T08:14:16.720Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-07-14T08:14:16.720Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-07-14T08:14:18.126Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-07-14T08:14:18.126Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-07-14T08:14:18.126Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-07-14T08:14:18.904Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-07-14T08:14:20.492Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-07-14T08:14:23.966Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-07-14T08:14:24.952Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-07-14T08:14:24.952Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-07-14T08:14:24.952Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-07-14T08:14:28.388Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-07-14T08:14:28.388Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-07-14T08:14:28.388Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-07-14T08:14:28.388Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-07-14T08:14:30.915Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-07-14T08:14:30.915Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-07-14T08:14:30.915Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-07-14T08:14:30.915Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-07-14T08:14:30.915Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-07-14T08:14:30.915Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-07-14T08:14:30.915Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-07-14T08:14:30.915Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-07-14T08:14:30.915Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-07-14T08:14:30.915Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-07-14T08:14:30.915Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:14:30.915Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-07-14T08:14:30.915Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-07-14T08:14:30.915Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-07-14T08:14:30.915Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:14:30.915Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-07-14T08:14:30.915Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-07-14T08:14:30.915Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-07-14T08:14:30.915Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:14:30.915Z] === RUN TestDockerSuite/TestDevicePermissions [2021-07-14T08:14:30.915Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-07-14T08:14:30.915Z] === RUN TestDockerSuite/TestDockerFails [2021-07-14T08:14:31.696Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-07-14T08:14:31.696Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-07-14T08:14:31.696Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-07-14T08:14:31.696Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-07-14T08:14:31.696Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-07-14T08:14:31.696Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-07-14T08:14:31.696Z] === RUN TestDockerSuite/TestEventsAttach [2021-07-14T08:14:31.696Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-07-14T08:14:31.696Z] === RUN TestDockerSuite/TestEventsCommit [2021-07-14T08:14:31.696Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-07-14T08:14:31.696Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-07-14T08:14:32.393Z] === RUN TestDockerSuite/TestBuildUser [2021-07-14T08:14:32.393Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-07-14T08:14:32.393Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-07-14T08:14:32.393Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-07-14T08:14:32.393Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-07-14T08:14:32.393Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-07-14T08:14:32.393Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-07-14T08:14:33.334Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-07-14T08:14:35.831Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-07-14T08:14:39.040Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-07-14T08:14:40.561Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-07-14T08:14:41.236Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-07-14T08:14:44.253Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-07-14T08:14:44.253Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-07-14T08:14:44.253Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-07-14T08:14:44.254Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-07-14T08:14:44.254Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-07-14T08:14:47.955Z] === RUN TestDockerSuite/TestEventsCopy [2021-07-14T08:14:52.078Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-07-14T08:14:52.079Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-07-14T08:14:52.079Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-07-14T08:14:52.079Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-07-14T08:14:52.079Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-07-14T08:14:52.079Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-07-14T08:14:52.079Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-07-14T08:14:52.079Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-07-14T08:14:52.079Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-07-14T08:14:52.079Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-07-14T08:14:52.079Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-07-14T08:14:52.079Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-07-14T08:14:52.079Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-07-14T08:14:52.079Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-07-14T08:14:54.115Z] === RUN TestDockerSuite/TestBuildEnv [2021-07-14T08:14:54.115Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-07-14T08:14:54.115Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-07-14T08:14:54.115Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-07-14T08:14:54.115Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-07-14T08:14:54.115Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-07-14T08:14:54.115Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-07-14T08:14:54.115Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-07-14T08:14:54.115Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-07-14T08:14:54.115Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-07-14T08:14:54.115Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-07-14T08:14:56.704Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-07-14T08:14:57.797Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-07-14T08:14:57.797Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-07-14T08:14:57.797Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-07-14T08:14:57.797Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-07-14T08:14:57.797Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-07-14T08:14:57.797Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-07-14T08:14:57.797Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-07-14T08:14:59.095Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-07-14T08:15:00.432Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-07-14T08:15:02.595Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-07-14T08:15:03.263Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-07-14T08:15:04.049Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-07-14T08:15:04.700Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-07-14T08:15:04.700Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-07-14T08:15:07.350Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-07-14T08:15:07.350Z] === RUN TestDockerSuite/TestEventsFilterType [2021-07-14T08:15:08.046Z] === RUN TestDockerSuite/TestEventsFilters [2021-07-14T08:15:12.454Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-07-14T08:15:13.255Z] === RUN TestDockerSuite/TestEventsFormat [2021-07-14T08:15:16.690Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-07-14T08:15:16.690Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-07-14T08:15:17.375Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-07-14T08:15:17.375Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-07-14T08:15:17.405Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-07-14T08:15:17.405Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-07-14T08:15:17.405Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-07-14T08:15:18.093Z] === RUN TestDockerSuite/TestEventsImageImport [2021-07-14T08:15:18.093Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-07-14T08:15:18.093Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-07-14T08:15:18.093Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-07-14T08:15:18.093Z] === RUN TestDockerSuite/TestEventsImagePull [2021-07-14T08:15:18.093Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-07-14T08:15:18.093Z] === RUN TestDockerSuite/TestEventsImageTag [2021-07-14T08:15:18.801Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-07-14T08:15:18.801Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-07-14T08:15:18.801Z] === RUN TestDockerSuite/TestEventsRename [2021-07-14T08:15:19.290Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-07-14T08:15:19.290Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-07-14T08:15:19.290Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-07-14T08:15:19.290Z] === RUN TestDockerSuite/TestBuildExpose [2021-07-14T08:15:19.290Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-07-14T08:15:19.290Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-07-14T08:15:19.290Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-07-14T08:15:19.290Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-07-14T08:15:19.290Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-07-14T08:15:19.290Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-07-14T08:15:19.290Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-07-14T08:15:19.290Z] === RUN TestDockerSuite/TestBuildFails [2021-07-14T08:15:21.897Z] === RUN TestDockerSuite/TestEventsResize [2021-07-14T08:15:25.138Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-07-14T08:15:25.138Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-07-14T08:15:25.138Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-07-14T08:15:25.541Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-07-14T08:15:25.541Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-07-14T08:15:29.380Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-07-14T08:15:30.502Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-07-14T08:15:31.527Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-07-14T08:15:33.757Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-07-14T08:15:35.602Z] === RUN TestDockerSuite/TestBuildForceRm [2021-07-14T08:15:38.005Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-07-14T08:15:39.019Z] === RUN TestDockerSuite/TestEventsTop [2021-07-14T08:15:39.019Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-07-14T08:15:39.019Z] === RUN TestDockerSuite/TestEventsUntag [2021-07-14T08:15:42.242Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-07-14T08:15:45.565Z] === RUN TestDockerSuite/TestExec [2021-07-14T08:15:45.565Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:15:45.565Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-07-14T08:15:45.565Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-07-14T08:15:45.565Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-07-14T08:15:46.052Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-07-14T08:15:46.811Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-07-14T08:15:46.879Z] === RUN TestDockerSuite/TestBuildFromGit [2021-07-14T08:15:48.015Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-07-14T08:15:49.659Z] === RUN TestDockerSuite/TestExecAPIStart [2021-07-14T08:15:49.659Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:15:49.659Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-07-14T08:15:49.659Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-07-14T08:15:49.659Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-07-14T08:15:49.659Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-07-14T08:15:49.659Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-07-14T08:15:52.046Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-07-14T08:15:52.606Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-07-14T08:15:53.830Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-07-14T08:15:54.207Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-07-14T08:15:55.428Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-07-14T08:15:57.018Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-07-14T08:15:58.717Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-07-14T08:15:58.717Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-07-14T08:15:58.717Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-07-14T08:15:58.769Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-07-14T08:15:58.769Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-07-14T08:15:59.514Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-07-14T08:15:59.573Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-07-14T08:15:59.573Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-07-14T08:15:59.573Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-07-14T08:15:59.573Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-07-14T08:15:59.573Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-07-14T08:16:00.305Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-07-14T08:16:00.305Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-07-14T08:16:00.305Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-07-14T08:16:01.205Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-07-14T08:16:06.460Z] === RUN TestDockerSuite/TestExecCgroup [2021-07-14T08:16:06.460Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-07-14T08:16:06.460Z] === RUN TestDockerSuite/TestExecEnv [2021-07-14T08:16:06.460Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-07-14T08:16:06.460Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-07-14T08:16:06.460Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-07-14T08:16:06.460Z] === RUN TestDockerSuite/TestExecExitStatus [2021-07-14T08:16:07.393Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-07-14T08:16:08.770Z] === RUN TestDockerSuite/TestBuildXZHost [2021-07-14T08:16:08.770Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-07-14T08:16:08.770Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-07-14T08:16:08.770Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-07-14T08:16:08.770Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-07-14T08:16:08.770Z] docker_cli_sni_test.go:18: Flakey test [2021-07-14T08:16:08.770Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-07-14T08:16:09.226Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-07-14T08:16:09.226Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-07-14T08:16:09.226Z] === RUN TestDockerSuite/TestBuildHistory [2021-07-14T08:16:09.371Z] === RUN TestDockerSuite/TestExecInspectID [2021-07-14T08:16:10.863Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-07-14T08:16:13.150Z] === RUN TestDockerSuite/TestExecInteractive [2021-07-14T08:16:13.150Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-07-14T08:16:13.150Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-07-14T08:16:13.150Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-07-14T08:16:13.150Z] === RUN TestDockerSuite/TestExecParseError [2021-07-14T08:16:13.150Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-07-14T08:16:13.150Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-07-14T08:16:13.150Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-07-14T08:16:13.150Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-07-14T08:16:13.150Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-07-14T08:16:13.150Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-07-14T08:16:14.719Z] === RUN TestDockerSuite/TestCommitChange [2021-07-14T08:16:15.245Z] === RUN TestDockerSuite/TestExecSetEnv [2021-07-14T08:16:15.245Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-07-14T08:16:15.245Z] === RUN TestDockerSuite/TestExecStartFails [2021-07-14T08:16:15.245Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-07-14T08:16:15.245Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-07-14T08:16:15.245Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-07-14T08:16:15.245Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-07-14T08:16:15.245Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-07-14T08:16:15.892Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-07-14T08:16:15.892Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-07-14T08:16:15.892Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-07-14T08:16:18.018Z] === RUN TestDockerSuite/TestExecUlimits [2021-07-14T08:16:18.018Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-07-14T08:16:18.018Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-07-14T08:16:18.650Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-07-14T08:16:19.641Z] === RUN TestDockerSuite/TestBuildIidFile [2021-07-14T08:16:20.992Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-07-14T08:16:22.550Z] === RUN TestDockerSuite/TestCommitHardlink [2021-07-14T08:16:22.550Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-07-14T08:16:22.550Z] === RUN TestDockerSuite/TestCommitNewFile [2021-07-14T08:16:22.878Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-07-14T08:16:22.878Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-07-14T08:16:22.878Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-07-14T08:16:22.878Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-07-14T08:16:22.878Z] === RUN TestDockerSuite/TestExecWithUser [2021-07-14T08:16:22.878Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-07-14T08:16:22.878Z] === RUN TestDockerSuite/TestGetContainerStats [2021-07-14T08:16:23.056Z] === RUN TestDockerSuite/TestBuildInheritance [2021-07-14T08:16:23.056Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-07-14T08:16:23.056Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-07-14T08:16:23.675Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-07-14T08:16:23.675Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-07-14T08:16:28.294Z] === RUN TestDockerSuite/TestBuildLabel [2021-07-14T08:16:28.896Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-07-14T08:16:29.510Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-07-14T08:16:29.646Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-07-14T08:16:29.646Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-07-14T08:16:29.646Z] === RUN TestDockerSuite/TestCommitTTY [2021-07-14T08:16:29.873Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-07-14T08:16:30.126Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-07-14T08:16:30.736Z] === RUN TestDockerSuite/TestBuildLabels [2021-07-14T08:16:31.990Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-07-14T08:16:33.243Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-07-14T08:16:35.586Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-07-14T08:16:36.697Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-07-14T08:16:37.593Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-07-14T08:16:40.248Z] === RUN TestDockerSuite/TestBuildLastModified [2021-07-14T08:16:40.248Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-07-14T08:16:40.248Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-07-14T08:16:40.248Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-07-14T08:16:40.248Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-07-14T08:16:40.248Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-07-14T08:16:40.248Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-07-14T08:16:40.248Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-07-14T08:16:40.248Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-07-14T08:16:40.595Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-07-14T08:16:40.595Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-07-14T08:16:40.595Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-07-14T08:16:40.595Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-07-14T08:16:40.595Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-07-14T08:16:40.595Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-07-14T08:16:40.595Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-07-14T08:16:40.595Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-07-14T08:16:40.595Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-07-14T08:16:40.595Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-07-14T08:16:40.595Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-07-14T08:16:40.595Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-07-14T08:16:40.595Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-07-14T08:16:40.595Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-07-14T08:16:40.595Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-07-14T08:16:40.864Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-07-14T08:16:41.222Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-07-14T08:16:41.477Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-07-14T08:16:44.591Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-07-14T08:16:44.591Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:16:44.591Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-07-14T08:16:44.591Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-07-14T08:16:44.591Z] === RUN TestDockerSuite/TestHealth [2021-07-14T08:16:44.591Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-07-14T08:16:44.591Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-07-14T08:16:44.591Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-07-14T08:16:44.591Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-07-14T08:16:44.591Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-07-14T08:16:46.897Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-07-14T08:16:47.822Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-07-14T08:16:48.489Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-07-14T08:16:48.489Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-07-14T08:16:48.489Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-07-14T08:16:48.489Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-07-14T08:16:48.489Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-07-14T08:16:48.489Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-07-14T08:16:48.489Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-07-14T08:16:48.943Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-07-14T08:16:48.943Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-07-14T08:16:48.943Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-07-14T08:16:49.891Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-07-14T08:16:50.341Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-07-14T08:16:51.848Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-07-14T08:16:51.848Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-07-14T08:16:53.986Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-07-14T08:16:54.912Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-07-14T08:16:54.912Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-07-14T08:16:54.912Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-07-14T08:16:56.840Z] === RUN TestDockerSuite/TestImagesFormat [2021-07-14T08:16:56.840Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-07-14T08:16:56.840Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-07-14T08:16:56.840Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-07-14T08:16:57.097Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-07-14T08:16:57.097Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-07-14T08:16:57.097Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-07-14T08:16:57.097Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-07-14T08:16:57.097Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-07-14T08:16:57.097Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-07-14T08:16:57.097Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-07-14T08:16:59.282Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-07-14T08:16:59.282Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-07-14T08:16:59.282Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-07-14T08:16:59.282Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-07-14T08:17:00.524Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-07-14T08:17:00.524Z] === RUN TestDockerSuite/TestImportBadURL [2021-07-14T08:17:01.599Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-07-14T08:17:01.599Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-07-14T08:17:01.599Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-07-14T08:17:02.200Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-07-14T08:17:02.200Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-07-14T08:17:02.200Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-07-14T08:17:02.200Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-07-14T08:17:02.200Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-07-14T08:17:02.200Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-07-14T08:17:02.200Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-07-14T08:17:02.200Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-07-14T08:17:03.383Z] === RUN TestDockerSuite/TestImportDisplay [2021-07-14T08:17:03.383Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-07-14T08:17:03.383Z] === RUN TestDockerSuite/TestImportFile [2021-07-14T08:17:03.383Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-07-14T08:17:03.383Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-07-14T08:17:03.383Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-07-14T08:17:03.383Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-07-14T08:17:03.383Z] === RUN TestDockerSuite/TestImportGzipped [2021-07-14T08:17:03.383Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-07-14T08:17:03.383Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-07-14T08:17:03.383Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-07-14T08:17:03.383Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-07-14T08:17:03.383Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-07-14T08:17:03.383Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-07-14T08:17:03.383Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-07-14T08:17:03.383Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-07-14T08:17:03.383Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-07-14T08:17:03.383Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-07-14T08:17:03.383Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-07-14T08:17:03.383Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-07-14T08:17:03.383Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-07-14T08:17:03.383Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-07-14T08:17:03.383Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-07-14T08:17:04.463Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-07-14T08:17:05.522Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-07-14T08:17:05.942Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-07-14T08:17:07.484Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-07-14T08:17:07.666Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-07-14T08:17:07.666Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-07-14T08:17:07.666Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-07-14T08:17:07.666Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-07-14T08:17:07.666Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-07-14T08:17:08.115Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-07-14T08:17:08.115Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-07-14T08:17:08.115Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-07-14T08:17:09.667Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-07-14T08:17:09.667Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-07-14T08:17:09.667Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-07-14T08:17:09.667Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-07-14T08:17:10.254Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-07-14T08:17:10.703Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-07-14T08:17:11.850Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-07-14T08:17:11.850Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-07-14T08:17:12.843Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-07-14T08:17:12.843Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-07-14T08:17:12.843Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-07-14T08:17:12.843Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-07-14T08:17:12.843Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-07-14T08:17:12.843Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-07-14T08:17:12.843Z] === RUN TestDockerSuite/TestInspectDefault [2021-07-14T08:17:14.033Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-07-14T08:17:14.033Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-07-14T08:17:14.033Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-07-14T08:17:14.033Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:17:14.033Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-07-14T08:17:15.696Z] === RUN TestDockerSuite/TestInspectHistory [2021-07-14T08:17:16.960Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-07-14T08:17:16.960Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-07-14T08:17:18.501Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-07-14T08:17:18.501Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-07-14T08:17:18.501Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-07-14T08:17:19.375Z] === RUN TestDockerSuite/TestInspectImage [2021-07-14T08:17:19.375Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:17:19.375Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-07-14T08:17:19.375Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-07-14T08:17:19.375Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-07-14T08:17:19.375Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-07-14T08:17:19.375Z] === RUN TestDockerSuite/TestInspectInt64 [2021-07-14T08:17:21.413Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-07-14T08:17:21.414Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-07-14T08:17:22.231Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-07-14T08:17:23.597Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-07-14T08:17:23.739Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-07-14T08:17:24.189Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-07-14T08:17:26.327Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-07-14T08:17:27.338Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-07-14T08:17:28.466Z] === RUN TestDockerSuite/TestInspectPlugin [2021-07-14T08:17:28.466Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-07-14T08:17:28.466Z] === RUN TestDockerSuite/TestInspectRootFS [2021-07-14T08:17:28.466Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-07-14T08:17:30.606Z] === RUN TestDockerSuite/TestInspectStatus [2021-07-14T08:17:32.039Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-07-14T08:17:32.039Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-07-14T08:17:32.039Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-07-14T08:17:32.039Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-07-14T08:17:32.039Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-07-14T08:17:33.465Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-07-14T08:17:33.580Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-07-14T08:17:33.580Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-07-14T08:17:33.580Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-07-14T08:17:34.273Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-07-14T08:17:36.499Z] === RUN TestDockerSuite/TestContainerAPITop [2021-07-14T08:17:36.499Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-07-14T08:17:36.499Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-07-14T08:17:38.089Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-07-14T08:17:38.688Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-07-14T08:17:38.688Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-07-14T08:17:39.596Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-07-14T08:17:41.743Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-07-14T08:17:43.250Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-07-14T08:17:43.438Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-07-14T08:17:44.981Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-07-14T08:17:44.981Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-07-14T08:17:44.981Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-07-14T08:17:44.981Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-07-14T08:17:44.981Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-07-14T08:17:44.981Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-07-14T08:17:44.981Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-07-14T08:17:44.981Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-07-14T08:17:44.981Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-07-14T08:17:44.981Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-07-14T08:17:44.981Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-07-14T08:17:46.105Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-07-14T08:17:47.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-07-14T08:17:47.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-07-14T08:17:48.245Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-07-14T08:17:49.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-07-14T08:17:51.103Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLinksEnvs [2021-07-14T08:17:51.103Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-07-14T08:17:51.103Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-07-14T08:17:51.103Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-07-14T08:17:51.103Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-07-14T08:17:51.103Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-07-14T08:17:51.103Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-07-14T08:17:51.103Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-07-14T08:17:51.103Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-07-14T08:17:51.103Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-07-14T08:17:51.103Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-07-14T08:17:51.103Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-07-14T08:17:51.103Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-07-14T08:17:51.103Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-07-14T08:17:51.103Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-07-14T08:17:51.103Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-07-14T08:17:51.103Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-07-14T08:17:52.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-07-14T08:17:52.611Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-07-14T08:17:54.585Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-07-14T08:17:54.748Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-07-14T08:17:55.235Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-07-14T08:17:57.501Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0009d66d8_} [2021-07-14T08:17:58.102Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-07-14T08:17:59.682Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1680253122_c:\foo_false____} [2021-07-14T08:18:00.463Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-07-14T08:18:01.868Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1680253122_c:\foo_true____} [2021-07-14T08:18:02.602Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-07-14T08:18:02.602Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-07-14T08:18:02.602Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-07-14T08:18:03.825Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-07-14T08:18:04.741Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-07-14T08:18:04.741Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-07-14T08:18:04.781Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-07-14T08:18:04.781Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-07-14T08:18:04.781Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-07-14T08:18:04.781Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-07-14T08:18:04.782Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-07-14T08:18:04.782Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-07-14T08:18:04.782Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-07-14T08:18:04.782Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-07-14T08:18:04.782Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-07-14T08:18:04.782Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-07-14T08:18:04.782Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-07-14T08:18:04.782Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-07-14T08:18:04.782Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-07-14T08:18:04.782Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-07-14T08:18:04.782Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-07-14T08:18:04.782Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-07-14T08:18:04.782Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-07-14T08:18:04.782Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-07-14T08:18:04.782Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-07-14T08:18:04.782Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-07-14T08:18:04.782Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-07-14T08:18:05.241Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-07-14T08:18:05.241Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-07-14T08:18:05.241Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-07-14T08:18:07.425Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-07-14T08:18:07.425Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-07-14T08:18:07.425Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-07-14T08:18:07.425Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:18:07.425Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-07-14T08:18:07.425Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-07-14T08:18:07.425Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-07-14T08:18:07.425Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-07-14T08:18:07.425Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-07-14T08:18:07.425Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:18:07.425Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-07-14T08:18:07.425Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-07-14T08:18:07.425Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-07-14T08:18:07.425Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-07-14T08:18:07.425Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-07-14T08:18:07.425Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-07-14T08:18:07.425Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-07-14T08:18:07.425Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-07-14T08:18:07.425Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-07-14T08:18:07.425Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-07-14T08:18:07.425Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-07-14T08:18:07.425Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-07-14T08:18:07.425Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-07-14T08:18:07.425Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:18:07.425Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-07-14T08:18:07.425Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-07-14T08:18:07.425Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-07-14T08:18:09.551Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-07-14T08:18:10.335Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-07-14T08:18:10.335Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-07-14T08:18:10.335Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-07-14T08:18:10.335Z] === RUN TestDockerSuite/TestCpRelativePath [2021-07-14T08:18:10.461Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-07-14T08:18:13.246Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-07-14T08:18:13.246Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-07-14T08:18:13.246Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-07-14T08:18:13.246Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-07-14T08:18:13.246Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-07-14T08:18:13.246Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-07-14T08:18:13.246Z] === RUN TestDockerSuite/TestCpToCaseA [2021-07-14T08:18:16.184Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-07-14T08:18:16.987Z] === RUN TestDockerSuite/TestCpToCaseB [2021-07-14T08:18:19.898Z] === RUN TestDockerSuite/TestCpToCaseC [2021-07-14T08:18:19.898Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-07-14T08:18:19.898Z] === RUN TestDockerSuite/TestCpToCaseD [2021-07-14T08:18:19.898Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-07-14T08:18:19.898Z] === RUN TestDockerSuite/TestCpToCaseE [2021-07-14T08:18:20.804Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-07-14T08:18:22.946Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-07-14T08:18:25.801Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-07-14T08:18:25.801Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-07-14T08:18:25.801Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-07-14T08:18:27.314Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-07-14T08:18:30.175Z] === RUN TestDockerSuite/TestLogsSince [2021-07-14T08:18:30.233Z] === RUN TestDockerSuite/TestCpToCaseF [2021-07-14T08:18:30.233Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-07-14T08:18:30.233Z] === RUN TestDockerSuite/TestCpToCaseG [2021-07-14T08:18:30.233Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-07-14T08:18:30.233Z] === RUN TestDockerSuite/TestCpToCaseH [2021-07-14T08:18:30.519Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-07-14T08:18:30.519Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-07-14T08:18:30.519Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-07-14T08:18:37.516Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-07-14T08:18:37.968Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-07-14T08:18:37.968Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-07-14T08:18:37.968Z] === RUN TestDockerSuite/TestBuildNetNone [2021-07-14T08:18:37.968Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-07-14T08:18:38.418Z] === RUN TestDockerSuite/TestBuildNoContext [2021-07-14T08:18:38.811Z] === RUN TestDockerSuite/TestCpToCaseI [2021-07-14T08:18:38.811Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-07-14T08:18:38.811Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-07-14T08:18:38.811Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-07-14T08:18:38.811Z] === RUN TestDockerSuite/TestCpToDot [2021-07-14T08:18:40.350Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-07-14T08:18:40.350Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-07-14T08:18:40.350Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-07-14T08:18:40.350Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-07-14T08:18:40.350Z] === RUN TestDockerSuite/TestCpToStdout [2021-07-14T08:18:40.403Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-07-14T08:18:40.403Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-07-14T08:18:40.403Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-07-14T08:18:40.403Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-07-14T08:18:40.403Z] === RUN TestDockerSuite/TestLogsTail [2021-07-14T08:18:41.285Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-07-14T08:18:41.911Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-07-14T08:18:43.263Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-07-14T08:18:43.263Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:18:43.263Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-07-14T08:18:43.263Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-07-14T08:18:43.263Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-07-14T08:18:43.263Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-07-14T08:18:43.263Z] === RUN TestDockerSuite/TestCpVolumePath [2021-07-14T08:18:43.263Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-07-14T08:18:43.263Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-07-14T08:18:43.263Z] === RUN TestDockerSuite/TestCreateArgs [2021-07-14T08:18:43.263Z] === RUN TestDockerSuite/TestCreateByImageID [2021-07-14T08:18:44.772Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-07-14T08:18:44.968Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-07-14T08:18:45.445Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestMountIntoProc [2021-07-14T08:18:46.909Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestMountIntoSys [2021-07-14T08:18:46.909Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestNetHostname [2021-07-14T08:18:46.909Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-07-14T08:18:46.909Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-07-14T08:18:46.909Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-07-14T08:18:46.909Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestPluginActive [2021-07-14T08:18:46.909Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-07-14T08:18:46.909Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-07-14T08:18:46.909Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-07-14T08:18:46.909Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-07-14T08:18:46.909Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-07-14T08:18:46.909Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-07-14T08:18:46.909Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-07-14T08:18:46.909Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-07-14T08:18:46.909Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestPortHostBinding [2021-07-14T08:18:46.909Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestPortList [2021-07-14T08:18:46.909Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-07-14T08:18:46.909Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-07-14T08:18:47.834Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-07-14T08:18:47.834Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-07-14T08:18:47.834Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-07-14T08:18:48.359Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-07-14T08:18:48.359Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-07-14T08:18:48.818Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-07-14T08:18:50.700Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-07-14T08:18:51.529Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-07-14T08:18:51.529Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:18:51.529Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-07-14T08:18:51.529Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-07-14T08:18:51.529Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-07-14T08:18:51.529Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-07-14T08:18:51.529Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-07-14T08:18:51.529Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-07-14T08:18:51.529Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-07-14T08:18:51.529Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-07-14T08:18:51.529Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-07-14T08:18:51.529Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-07-14T08:18:51.529Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-07-14T08:18:51.529Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-07-14T08:18:51.529Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-07-14T08:18:51.529Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-07-14T08:18:51.529Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-07-14T08:18:51.529Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-07-14T08:18:51.655Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-07-14T08:18:53.166Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-07-14T08:18:55.904Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-07-14T08:18:55.904Z] === RUN TestDockerSuite/TestCreateLabels [2021-07-14T08:18:55.904Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-07-14T08:18:55.904Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-07-14T08:18:55.904Z] === RUN TestDockerSuite/TestCreateRM [2021-07-14T08:18:56.156Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-07-14T08:18:56.156Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-07-14T08:18:56.156Z] === RUN TestDockerSuite/TestPsByOrder [2021-07-14T08:18:56.364Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-07-14T08:18:56.364Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-07-14T08:18:56.364Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-07-14T08:18:56.824Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-07-14T08:18:57.284Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-07-14T08:19:04.367Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-07-14T08:19:04.367Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-07-14T08:19:04.629Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-07-14T08:19:04.629Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-07-14T08:19:04.629Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-07-14T08:19:04.827Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-07-14T08:19:07.868Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-07-14T08:19:07.868Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-07-14T08:19:08.599Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-07-14T08:19:09.059Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-07-14T08:19:09.059Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-07-14T08:19:09.059Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-07-14T08:19:11.241Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-07-14T08:19:11.241Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-07-14T08:19:11.700Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-07-14T08:19:11.700Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-07-14T08:19:11.700Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-07-14T08:19:11.700Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-07-14T08:19:11.700Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-07-14T08:19:11.700Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-07-14T08:19:11.700Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-07-14T08:19:11.700Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestDevicePermissions [2021-07-14T08:19:11.700Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestDockerFails [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-07-14T08:19:11.700Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-07-14T08:19:11.700Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-07-14T08:19:11.700Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestEventsAttach [2021-07-14T08:19:11.700Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestEventsCommit [2021-07-14T08:19:11.700Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-07-14T08:19:11.700Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-07-14T08:19:14.617Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-07-14T08:19:16.351Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-07-14T08:19:16.807Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-07-14T08:19:16.893Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-07-14T08:19:18.988Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-07-14T08:19:20.034Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-07-14T08:19:27.567Z] === RUN TestDockerSuite/TestEventsCopy [2021-07-14T08:19:28.522Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-07-14T08:19:31.583Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-07-14T08:19:31.583Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-07-14T08:19:31.583Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-07-14T08:19:31.583Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-07-14T08:19:32.208Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-07-14T08:19:36.152Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-07-14T08:19:36.837Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-07-14T08:19:37.787Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-07-14T08:19:37.787Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-07-14T08:19:38.238Z] === RUN TestDockerSuite/TestBuildPATH [2021-07-14T08:19:38.238Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-07-14T08:19:38.238Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-07-14T08:19:40.386Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-07-14T08:19:40.386Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-07-14T08:19:40.386Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-07-14T08:19:41.795Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-07-14T08:19:41.961Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-07-14T08:19:44.142Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-07-14T08:19:44.602Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-07-14T08:19:44.650Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-07-14T08:19:49.298Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-07-14T08:19:49.298Z] === RUN TestDockerSuite/TestEventsFilterType [2021-07-14T08:19:50.268Z] === RUN TestDockerSuite/TestEventsFilters [2021-07-14T08:19:53.148Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-07-14T08:19:54.966Z] === RUN TestDockerSuite/TestEventsFormat [2021-07-14T08:19:56.825Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-07-14T08:19:56.825Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-07-14T08:19:56.825Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-07-14T08:19:56.825Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-07-14T08:19:56.825Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-07-14T08:19:59.663Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-07-14T08:19:59.663Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-07-14T08:19:59.663Z] === RUN TestDockerSuite/TestEventsImageImport [2021-07-14T08:19:59.663Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-07-14T08:19:59.663Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-07-14T08:19:59.663Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-07-14T08:19:59.663Z] === RUN TestDockerSuite/TestEventsImagePull [2021-07-14T08:19:59.663Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-07-14T08:19:59.663Z] === RUN TestDockerSuite/TestEventsImageTag [2021-07-14T08:20:00.634Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-07-14T08:20:00.634Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-07-14T08:20:00.634Z] === RUN TestDockerSuite/TestEventsRename [2021-07-14T08:20:01.449Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-07-14T08:20:01.449Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-07-14T08:20:01.449Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-07-14T08:20:01.449Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-07-14T08:20:01.449Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-07-14T08:20:01.449Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-07-14T08:20:01.449Z] === RUN TestDockerSuite/TestPsRightTagName [2021-07-14T08:20:01.449Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-07-14T08:20:01.449Z] === RUN TestDockerSuite/TestPsShowMounts [2021-07-14T08:20:03.734Z] === RUN TestDockerSuite/TestEventsResize [2021-07-14T08:20:07.200Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-07-14T08:20:07.200Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-07-14T08:20:07.200Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-07-14T08:20:08.711Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-07-14T08:20:08.711Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-07-14T08:20:08.711Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-07-14T08:20:10.218Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-07-14T08:20:11.167Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-07-14T08:20:11.167Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-07-14T08:20:11.167Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-07-14T08:20:12.321Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-07-14T08:20:13.861Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-07-14T08:20:15.790Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-07-14T08:20:16.042Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-07-14T08:20:20.409Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-07-14T08:20:20.736Z] === RUN TestDockerSuite/TestEventsTop [2021-07-14T08:20:20.736Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-07-14T08:20:20.736Z] === RUN TestDockerSuite/TestEventsUntag [2021-07-14T08:20:22.551Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-07-14T08:20:22.757Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-07-14T08:20:23.646Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-07-14T08:20:27.387Z] === RUN TestDockerSuite/TestExec [2021-07-14T08:20:27.387Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:20:27.387Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-07-14T08:20:27.387Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-07-14T08:20:27.387Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-07-14T08:20:29.568Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-07-14T08:20:31.112Z] === RUN TestDockerSuite/TestExecAPIStart [2021-07-14T08:20:31.112Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:20:31.112Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-07-14T08:20:31.112Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-07-14T08:20:31.112Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-07-14T08:20:31.112Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-07-14T08:20:31.112Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-07-14T08:20:33.294Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-07-14T08:20:35.478Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-07-14T08:20:37.018Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-07-14T08:20:39.205Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-07-14T08:20:43.525Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-07-14T08:20:43.525Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:20:43.525Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-07-14T08:20:43.719Z] === RUN TestDockerSuite/TestBuildRm [2021-07-14T08:20:43.905Z] === RUN TestDockerSuite/TestExecCgroup [2021-07-14T08:20:43.905Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-07-14T08:20:43.905Z] === RUN TestDockerSuite/TestExecEnv [2021-07-14T08:20:43.905Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-07-14T08:20:43.905Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-07-14T08:20:43.905Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-07-14T08:20:43.905Z] === RUN TestDockerSuite/TestExecExitStatus [2021-07-14T08:20:46.094Z] === RUN TestDockerSuite/TestExecInspectID [2021-07-14T08:20:47.383Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-07-14T08:20:47.383Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-07-14T08:20:47.383Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-07-14T08:20:48.391Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-07-14T08:20:50.789Z] === RUN TestDockerSuite/TestExecInteractive [2021-07-14T08:20:50.789Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-07-14T08:20:50.789Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-07-14T08:20:50.789Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-07-14T08:20:50.789Z] === RUN TestDockerSuite/TestExecParseError [2021-07-14T08:20:50.789Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-07-14T08:20:50.789Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-07-14T08:20:50.789Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-07-14T08:20:50.789Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-07-14T08:20:50.789Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-07-14T08:20:50.789Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-07-14T08:20:52.974Z] === RUN TestDockerSuite/TestExecSetEnv [2021-07-14T08:20:52.974Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-07-14T08:20:52.974Z] === RUN TestDockerSuite/TestExecStartFails [2021-07-14T08:20:52.974Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-07-14T08:20:52.974Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-07-14T08:20:52.974Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-07-14T08:20:52.974Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-07-14T08:20:52.974Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-07-14T08:20:52.974Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-07-14T08:20:52.974Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-07-14T08:20:52.974Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-07-14T08:20:53.218Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-07-14T08:20:53.945Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-07-14T08:20:55.156Z] === RUN TestDockerSuite/TestExecUlimits [2021-07-14T08:20:55.156Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-07-14T08:20:55.156Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-07-14T08:20:56.808Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-07-14T08:20:56.808Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-07-14T08:20:56.808Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-07-14T08:20:56.808Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-07-14T08:20:56.808Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-07-14T08:20:57.072Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-07-14T08:20:57.072Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:20:57.072Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-07-14T08:20:58.319Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-07-14T08:21:00.956Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-07-14T08:21:00.956Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-07-14T08:21:00.956Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-07-14T08:21:00.956Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-07-14T08:21:00.956Z] === RUN TestDockerSuite/TestExecWithUser [2021-07-14T08:21:00.956Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-07-14T08:21:00.956Z] === RUN TestDockerSuite/TestGetContainerStats [2021-07-14T08:21:01.899Z] === RUN TestDockerSuite/TestRmiBlank [2021-07-14T08:21:01.900Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-07-14T08:21:01.900Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-07-14T08:21:02.003Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-07-14T08:21:04.865Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-07-14T08:21:06.760Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-07-14T08:21:09.496Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-07-14T08:21:12.574Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-07-14T08:21:15.484Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-07-14T08:21:19.863Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-07-14T08:21:21.291Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-07-14T08:21:21.291Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:21:21.291Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-07-14T08:21:21.291Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-07-14T08:21:21.291Z] === RUN TestDockerSuite/TestHealth [2021-07-14T08:21:21.291Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-07-14T08:21:21.291Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-07-14T08:21:21.291Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-07-14T08:21:21.291Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-07-14T08:21:21.291Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-07-14T08:21:21.457Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-07-14T08:21:21.935Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-07-14T08:21:24.194Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-07-14T08:21:24.645Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-07-14T08:21:25.098Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-07-14T08:21:25.991Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-07-14T08:21:25.991Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-07-14T08:21:25.991Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-07-14T08:21:25.991Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-07-14T08:21:25.991Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-07-14T08:21:25.991Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-07-14T08:21:25.991Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-07-14T08:21:26.451Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-07-14T08:21:26.451Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-07-14T08:21:26.451Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-07-14T08:21:27.420Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-07-14T08:21:27.880Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-07-14T08:21:29.420Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-07-14T08:21:29.420Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-07-14T08:21:31.604Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-07-14T08:21:32.489Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-07-14T08:21:34.515Z] === RUN TestDockerSuite/TestImagesFormat [2021-07-14T08:21:34.515Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-07-14T08:21:34.515Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-07-14T08:21:34.975Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-07-14T08:21:35.322Z] === RUN TestDockerSuite/TestBuildSpaces [2021-07-14T08:21:35.322Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-07-14T08:21:37.316Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-07-14T08:21:38.716Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-07-14T08:21:38.716Z] === RUN TestDockerSuite/TestImportBadURL [2021-07-14T08:21:39.955Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-07-14T08:21:39.955Z] === RUN TestDockerSuite/TestBuildStderr [2021-07-14T08:21:40.904Z] === RUN TestDockerSuite/TestImportDisplay [2021-07-14T08:21:40.904Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-07-14T08:21:40.904Z] === RUN TestDockerSuite/TestImportFile [2021-07-14T08:21:40.904Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-07-14T08:21:40.904Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-07-14T08:21:40.904Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-07-14T08:21:40.904Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-07-14T08:21:40.904Z] === RUN TestDockerSuite/TestImportGzipped [2021-07-14T08:21:40.904Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-07-14T08:21:40.904Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-07-14T08:21:40.904Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-07-14T08:21:40.904Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-07-14T08:21:40.904Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-07-14T08:21:40.904Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-07-14T08:21:40.904Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-07-14T08:21:40.904Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-07-14T08:21:40.904Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-07-14T08:21:40.904Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-07-14T08:21:41.364Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-07-14T08:21:41.364Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-07-14T08:21:41.364Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-07-14T08:21:41.364Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-07-14T08:21:41.364Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-07-14T08:21:43.547Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-07-14T08:21:44.569Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-07-14T08:21:44.585Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-07-14T08:21:46.458Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-07-14T08:21:46.458Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-07-14T08:21:46.458Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-07-14T08:21:46.458Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-07-14T08:21:46.458Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-07-14T08:21:46.458Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-07-14T08:21:46.458Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-07-14T08:21:46.458Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-07-14T08:21:47.578Z] === RUN TestDockerSuite/TestRmiTag [2021-07-14T08:21:48.056Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-07-14T08:21:48.641Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-07-14T08:21:48.641Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-07-14T08:21:50.824Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-07-14T08:21:50.824Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-07-14T08:21:50.824Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-07-14T08:21:50.824Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-07-14T08:21:50.824Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-07-14T08:21:50.824Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-07-14T08:21:50.824Z] === RUN TestDockerSuite/TestInspectDefault [2021-07-14T08:21:51.065Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-07-14T08:21:53.007Z] === RUN TestDockerSuite/TestInspectHistory [2021-07-14T08:21:56.747Z] === RUN TestDockerSuite/TestInspectImage [2021-07-14T08:21:56.747Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:21:56.747Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-07-14T08:21:56.747Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-07-14T08:21:56.747Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-07-14T08:21:56.747Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-07-14T08:21:56.747Z] === RUN TestDockerSuite/TestInspectInt64 [2021-07-14T08:21:59.661Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-07-14T08:22:01.843Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-07-14T08:22:01.843Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-07-14T08:22:02.153Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-07-14T08:22:02.153Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-07-14T08:22:02.604Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-07-14T08:22:04.026Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-07-14T08:22:05.469Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-07-14T08:22:05.568Z] === RUN TestDockerSuite/TestInspectPlugin [2021-07-14T08:22:05.568Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-07-14T08:22:05.568Z] === RUN TestDockerSuite/TestInspectRootFS [2021-07-14T08:22:05.568Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-07-14T08:22:06.983Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-07-14T08:22:07.749Z] === RUN TestDockerSuite/TestInspectStatus [2021-07-14T08:22:11.493Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-07-14T08:22:11.611Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-07-14T08:22:12.460Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-07-14T08:22:12.460Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-07-14T08:22:15.252Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-07-14T08:22:16.253Z] === RUN TestDockerSuite/TestBuildUser [2021-07-14T08:22:16.253Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-07-14T08:22:16.253Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-07-14T08:22:16.253Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-07-14T08:22:16.253Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-07-14T08:22:16.253Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-07-14T08:22:16.253Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-07-14T08:22:16.842Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-07-14T08:22:17.287Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-07-14T08:22:17.765Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-07-14T08:22:17.765Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-07-14T08:22:17.765Z] === RUN TestDockerSuite/TestRunAddHost [2021-07-14T08:22:17.765Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-07-14T08:22:17.765Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-07-14T08:22:17.765Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-07-14T08:22:17.765Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-07-14T08:22:17.765Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-07-14T08:22:17.765Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-07-14T08:22:17.765Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-07-14T08:22:17.765Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-07-14T08:22:17.765Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-07-14T08:22:17.765Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-07-14T08:22:17.765Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-07-14T08:22:17.765Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-07-14T08:22:19.360Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-07-14T08:22:19.360Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-07-14T08:22:19.360Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-07-14T08:22:19.360Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-07-14T08:22:19.360Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-07-14T08:22:19.756Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-07-14T08:22:20.033Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-07-14T08:22:20.484Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-07-14T08:22:21.296Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-07-14T08:22:23.352Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-07-14T08:22:23.352Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-07-14T08:22:23.352Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-07-14T08:22:23.352Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-07-14T08:22:23.352Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-07-14T08:22:24.191Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-07-14T08:22:24.205Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-07-14T08:22:26.389Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-07-14T08:22:27.194Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-07-14T08:22:29.299Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLinksEnvs [2021-07-14T08:22:29.299Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-07-14T08:22:29.299Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-07-14T08:22:29.299Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-07-14T08:22:29.299Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-07-14T08:22:29.299Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-07-14T08:22:29.299Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-07-14T08:22:29.299Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-07-14T08:22:29.299Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-07-14T08:22:29.299Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-07-14T08:22:29.299Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-07-14T08:22:29.299Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-07-14T08:22:29.299Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-07-14T08:22:29.299Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-07-14T08:22:29.299Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-07-14T08:22:29.299Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-07-14T08:22:29.299Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-07-14T08:22:29.455Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-07-14T08:22:31.479Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-07-14T08:22:31.849Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-07-14T08:22:33.160Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-07-14T08:22:34.108Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-07-14T08:22:34.108Z] === RUN TestDockerSuite/TestRunBindMounts [2021-07-14T08:22:38.945Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-07-14T08:22:38.945Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-07-14T08:22:38.945Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-07-14T08:22:38.945Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-07-14T08:22:38.945Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-07-14T08:22:38.945Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-07-14T08:22:38.945Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-07-14T08:22:38.945Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-07-14T08:22:38.945Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-07-14T08:22:38.945Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-07-14T08:22:38.945Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-07-14T08:22:38.945Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-07-14T08:22:38.945Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-07-14T08:22:38.945Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-07-14T08:22:38.945Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-07-14T08:22:38.945Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-07-14T08:22:38.945Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-07-14T08:22:38.945Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-07-14T08:22:38.945Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-07-14T08:22:38.945Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-07-14T08:22:38.945Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-07-14T08:22:38.945Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-07-14T08:22:38.945Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-07-14T08:22:38.964Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-07-14T08:22:41.146Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-07-14T08:22:41.146Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-07-14T08:22:41.146Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-07-14T08:22:41.203Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-07-14T08:22:41.203Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-07-14T08:22:41.203Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-07-14T08:22:43.328Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-07-14T08:22:43.328Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-07-14T08:22:44.207Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-07-14T08:22:44.207Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-07-14T08:22:44.207Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-07-14T08:22:44.207Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-07-14T08:22:44.207Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-07-14T08:22:44.319Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-07-14T08:22:44.769Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-07-14T08:22:49.135Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-07-14T08:22:51.463Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-07-14T08:22:51.463Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-07-14T08:22:51.463Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-07-14T08:22:51.463Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-07-14T08:22:51.463Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-07-14T08:22:51.463Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-07-14T08:22:51.463Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-07-14T08:22:51.463Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-07-14T08:22:51.463Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-07-14T08:22:51.463Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-07-14T08:22:51.463Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-07-14T08:22:51.463Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-07-14T08:22:51.463Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-07-14T08:22:51.463Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-07-14T08:22:51.463Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-07-14T08:22:52.470Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-07-14T08:22:53.255Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-07-14T08:22:53.839Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-07-14T08:22:55.483Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-07-14T08:22:57.748Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-07-14T08:22:57.748Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-07-14T08:22:57.748Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-07-14T08:22:57.748Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-07-14T08:22:57.748Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-07-14T08:22:57.748Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-07-14T08:22:57.748Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-07-14T08:22:59.347Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-07-14T08:22:59.347Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-07-14T08:22:59.347Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-07-14T08:22:59.347Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-07-14T08:22:59.347Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-07-14T08:22:59.347Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-07-14T08:22:59.347Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-07-14T08:22:59.347Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-07-14T08:22:59.347Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-07-14T08:22:59.648Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-07-14T08:23:00.944Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-07-14T08:23:01.835Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-07-14T08:23:03.485Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-07-14T08:23:03.485Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-07-14T08:23:03.485Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-07-14T08:23:03.485Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-07-14T08:23:03.485Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-07-14T08:23:04.023Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-07-14T08:23:04.023Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-07-14T08:23:04.023Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-07-14T08:23:05.630Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-07-14T08:23:05.630Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-07-14T08:23:05.771Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-07-14T08:23:05.771Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-07-14T08:23:05.771Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-07-14T08:23:05.771Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-07-14T08:23:05.771Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-07-14T08:23:05.771Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-07-14T08:23:05.771Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-07-14T08:23:05.771Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-07-14T08:23:05.771Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-07-14T08:23:05.771Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-07-14T08:23:05.771Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-07-14T08:23:05.771Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-07-14T08:23:05.771Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-07-14T08:23:06.080Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-07-14T08:23:06.934Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-07-14T08:23:08.774Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-07-14T08:23:08.775Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-07-14T08:23:08.775Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-07-14T08:23:08.775Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-07-14T08:23:08.775Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-07-14T08:23:08.775Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-07-14T08:23:09.851Z] === RUN TestDockerSuite/TestLogsSince [2021-07-14T08:23:10.382Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-07-14T08:23:12.642Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-07-14T08:23:12.642Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-07-14T08:23:12.642Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-07-14T08:23:14.906Z] === RUN TestDockerSuite/TestRunEnvironment [2021-07-14T08:23:14.906Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-07-14T08:23:14.906Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-07-14T08:23:14.906Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-07-14T08:23:14.906Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-07-14T08:23:14.906Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-07-14T08:23:14.906Z] === RUN TestDockerSuite/TestRunExitCode [2021-07-14T08:23:16.321Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-07-14T08:23:17.162Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-07-14T08:23:19.420Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-07-14T08:23:20.186Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-07-14T08:23:20.186Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-07-14T08:23:20.186Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-07-14T08:23:20.186Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-07-14T08:23:20.186Z] === RUN TestDockerSuite/TestLogsTail [2021-07-14T08:23:20.955Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-07-14T08:23:20.955Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-07-14T08:23:21.677Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-07-14T08:23:21.727Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-07-14T08:23:24.642Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-07-14T08:23:24.685Z] === RUN TestDockerSuite/TestRunExposePort [2021-07-14T08:23:24.685Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-07-14T08:23:24.685Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-07-14T08:23:24.685Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-07-14T08:23:24.685Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-07-14T08:23:24.685Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-07-14T08:23:24.685Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-07-14T08:23:24.685Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-07-14T08:23:24.685Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-07-14T08:23:24.685Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-07-14T08:23:24.685Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-07-14T08:23:24.685Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-07-14T08:23:24.685Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-07-14T08:23:24.685Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-07-14T08:23:24.685Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-07-14T08:23:24.685Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-07-14T08:23:26.823Z] === RUN TestDockerSuite/TestMountIntoProc [2021-07-14T08:23:26.823Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-07-14T08:23:26.823Z] === RUN TestDockerSuite/TestMountIntoSys [2021-07-14T08:23:26.823Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-07-14T08:23:26.823Z] === RUN TestDockerSuite/TestNetHostname [2021-07-14T08:23:26.823Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-07-14T08:23:26.823Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-07-14T08:23:26.823Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-07-14T08:23:26.823Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-07-14T08:23:26.823Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-07-14T08:23:26.823Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-07-14T08:23:26.823Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-07-14T08:23:26.823Z] === RUN TestDockerSuite/TestPluginActive [2021-07-14T08:23:26.823Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-07-14T08:23:26.823Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-07-14T08:23:26.823Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-07-14T08:23:27.284Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-07-14T08:23:27.284Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-07-14T08:23:27.284Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-07-14T08:23:27.284Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-07-14T08:23:27.284Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-07-14T08:23:27.284Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-07-14T08:23:27.284Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-07-14T08:23:27.284Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-07-14T08:23:27.284Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-07-14T08:23:27.284Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-07-14T08:23:27.284Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-07-14T08:23:27.284Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-07-14T08:23:27.284Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-07-14T08:23:27.284Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-07-14T08:23:27.284Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-07-14T08:23:27.284Z] === RUN TestDockerSuite/TestPortHostBinding [2021-07-14T08:23:27.284Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-07-14T08:23:27.284Z] === RUN TestDockerSuite/TestPortList [2021-07-14T08:23:27.284Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-07-14T08:23:27.284Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-07-14T08:23:28.544Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-07-14T08:23:28.544Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-07-14T08:23:29.022Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-07-14T08:23:29.022Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-07-14T08:23:29.022Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-07-14T08:23:29.022Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-07-14T08:23:29.022Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-07-14T08:23:29.022Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-07-14T08:23:29.022Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-07-14T08:23:29.022Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-07-14T08:23:29.022Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-07-14T08:23:29.022Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-07-14T08:23:31.982Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-07-14T08:23:31.982Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:23:31.982Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-07-14T08:23:31.982Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-07-14T08:23:31.982Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-07-14T08:23:31.982Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-07-14T08:23:31.982Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-07-14T08:23:31.982Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-07-14T08:23:31.982Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-07-14T08:23:31.982Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-07-14T08:23:31.982Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-07-14T08:23:31.982Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-07-14T08:23:31.982Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-07-14T08:23:31.982Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-07-14T08:23:31.982Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-07-14T08:23:31.982Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-07-14T08:23:31.982Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-07-14T08:23:31.982Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-07-14T08:23:36.285Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-07-14T08:23:36.285Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-07-14T08:23:36.285Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-07-14T08:23:36.682Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-07-14T08:23:36.682Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-07-14T08:23:36.682Z] === RUN TestDockerSuite/TestPsByOrder [2021-07-14T08:23:37.300Z] === RUN TestDockerSuite/TestRunModeHostname [2021-07-14T08:23:37.300Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-07-14T08:23:37.300Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-07-14T08:23:37.300Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-07-14T08:23:37.300Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-07-14T08:23:37.300Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-07-14T08:23:37.300Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-07-14T08:23:37.300Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-07-14T08:23:37.300Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-07-14T08:23:37.300Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-07-14T08:23:37.300Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-07-14T08:23:37.300Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-07-14T08:23:37.300Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-07-14T08:23:37.300Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-07-14T08:23:37.300Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-07-14T08:23:37.300Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-07-14T08:23:37.300Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-07-14T08:23:37.300Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-07-14T08:23:37.300Z] === RUN TestDockerSuite/TestRunMount [2021-07-14T08:23:37.300Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-07-14T08:23:37.300Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-07-14T08:23:37.300Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-07-14T08:23:37.300Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-07-14T08:23:37.300Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-07-14T08:23:37.300Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-07-14T08:23:37.300Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-07-14T08:23:37.300Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-07-14T08:23:44.551Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-07-14T08:23:44.551Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-07-14T08:23:44.551Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-07-14T08:23:44.551Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-07-14T08:23:45.029Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-07-14T08:23:45.029Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-07-14T08:23:45.029Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-07-14T08:23:45.274Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-07-14T08:23:45.274Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-07-14T08:23:45.274Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-07-14T08:23:45.960Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-07-14T08:23:45.960Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-07-14T08:23:45.960Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-07-14T08:23:45.960Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-07-14T08:23:45.960Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-07-14T08:23:45.960Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-07-14T08:23:45.960Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-07-14T08:23:45.960Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-07-14T08:23:49.859Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-07-14T08:23:52.961Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-07-14T08:23:53.857Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-07-14T08:23:54.473Z] === RUN TestDockerSuite/TestBuildXZHost [2021-07-14T08:23:54.473Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-07-14T08:23:54.691Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-07-14T08:23:54.691Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-07-14T08:23:54.691Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-07-14T08:23:54.691Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-07-14T08:23:54.691Z] === RUN TestDockerSuite/TestRunNetHost [2021-07-14T08:23:54.691Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-07-14T08:23:54.691Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-07-14T08:23:54.691Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-07-14T08:23:54.691Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-07-14T08:23:54.691Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-07-14T08:23:54.691Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-07-14T08:23:54.691Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-07-14T08:23:54.691Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-07-14T08:23:54.691Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-07-14T08:23:54.691Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-07-14T08:23:54.691Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-07-14T08:23:54.691Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-07-14T08:23:54.691Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-07-14T08:23:54.691Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-07-14T08:23:54.691Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-07-14T08:23:54.924Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-07-14T08:23:54.924Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-07-14T08:23:54.924Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-07-14T08:23:54.924Z] docker_cli_sni_test.go:18: Flakey test [2021-07-14T08:23:54.924Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-07-14T08:23:56.290Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-07-14T08:23:57.074Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-07-14T08:23:57.890Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-07-14T08:23:59.492Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-07-14T08:24:00.501Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-07-14T08:24:01.707Z] === RUN TestDockerSuite/TestCommitChange [2021-07-14T08:24:02.097Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-07-14T08:24:02.576Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-07-14T08:24:02.576Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-07-14T08:24:02.576Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-07-14T08:24:02.576Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-07-14T08:24:02.576Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-07-14T08:24:02.576Z] === RUN TestDockerSuite/TestRunPortInUse [2021-07-14T08:24:02.576Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-07-14T08:24:02.576Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-07-14T08:24:02.576Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-07-14T08:24:02.576Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-07-14T08:24:02.576Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-07-14T08:24:02.576Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-07-14T08:24:02.576Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-07-14T08:24:02.576Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-07-14T08:24:02.576Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-07-14T08:24:02.576Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-07-14T08:24:06.602Z] === RUN TestDockerSuite/TestRunPublishPort [2021-07-14T08:24:06.602Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-07-14T08:24:06.602Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-07-14T08:24:06.602Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-07-14T08:24:06.602Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-07-14T08:24:06.602Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-07-14T08:24:06.602Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-07-14T08:24:06.602Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-07-14T08:24:06.602Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-07-14T08:24:06.602Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-07-14T08:24:06.602Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-07-14T08:24:08.689Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-07-14T08:24:08.689Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-07-14T08:24:08.689Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-07-14T08:24:08.689Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-07-14T08:24:11.948Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-07-14T08:24:13.854Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-07-14T08:24:13.854Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-07-14T08:24:13.854Z] === RUN TestDockerSuite/TestRunRm [2021-07-14T08:24:14.828Z] === RUN TestDockerSuite/TestCommitHardlink [2021-07-14T08:24:14.828Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-07-14T08:24:14.828Z] === RUN TestDockerSuite/TestCommitNewFile [2021-07-14T08:24:16.110Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-07-14T08:24:21.081Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-07-14T08:24:21.923Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-07-14T08:24:21.923Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-07-14T08:24:21.923Z] === RUN TestDockerSuite/TestCommitTTY [2021-07-14T08:24:22.063Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-07-14T08:24:23.659Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-07-14T08:24:23.991Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-07-14T08:24:26.672Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-07-14T08:24:28.268Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-07-14T08:24:31.272Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-07-14T08:24:31.272Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-07-14T08:24:31.272Z] === RUN TestDockerSuite/TestRunState [2021-07-14T08:24:31.272Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-07-14T08:24:31.272Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-07-14T08:24:32.573Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-07-14T08:24:33.560Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-07-14T08:24:33.560Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-07-14T08:24:33.560Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-07-14T08:24:34.320Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-07-14T08:24:35.821Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-07-14T08:24:35.821Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-07-14T08:24:35.821Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-07-14T08:24:35.821Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-07-14T08:24:35.821Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-07-14T08:24:35.821Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-07-14T08:24:35.821Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-07-14T08:24:35.821Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-07-14T08:24:35.821Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-07-14T08:24:36.314Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-07-14T08:24:36.314Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-07-14T08:24:36.314Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-07-14T08:24:36.314Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-07-14T08:24:36.314Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-07-14T08:24:36.504Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-07-14T08:24:36.504Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-07-14T08:24:36.504Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-07-14T08:24:36.504Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-07-14T08:24:36.504Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-07-14T08:24:36.504Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-07-14T08:24:36.504Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-07-14T08:24:36.504Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-07-14T08:24:36.504Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-07-14T08:24:36.504Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-07-14T08:24:36.504Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-07-14T08:24:36.504Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-07-14T08:24:36.504Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-07-14T08:24:36.504Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-07-14T08:24:36.504Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-07-14T08:24:36.964Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-07-14T08:24:40.656Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-07-14T08:24:40.656Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-07-14T08:24:40.656Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-07-14T08:24:40.656Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-07-14T08:24:40.656Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-07-14T08:24:40.656Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-07-14T08:24:40.656Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-07-14T08:24:40.656Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-07-14T08:24:40.656Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-07-14T08:24:40.656Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-07-14T08:24:40.656Z] === RUN TestDockerSuite/TestRunUserByID [2021-07-14T08:24:40.656Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-07-14T08:24:40.656Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-07-14T08:24:40.656Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-07-14T08:24:40.656Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-07-14T08:24:40.656Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-07-14T08:24:40.656Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-07-14T08:24:40.656Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-07-14T08:24:40.656Z] === RUN TestDockerSuite/TestRunUserByName [2021-07-14T08:24:40.656Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-07-14T08:24:40.656Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-07-14T08:24:41.009Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-07-14T08:24:41.009Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-07-14T08:24:41.009Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-07-14T08:24:41.009Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-07-14T08:24:41.009Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-07-14T08:24:41.009Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-07-14T08:24:41.009Z] === RUN TestDockerSuite/TestPsRightTagName [2021-07-14T08:24:41.009Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-07-14T08:24:41.009Z] === RUN TestDockerSuite/TestPsShowMounts [2021-07-14T08:24:42.915Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-07-14T08:24:42.915Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-07-14T08:24:42.915Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-07-14T08:24:44.049Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-07-14T08:24:45.923Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-07-14T08:24:45.923Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-07-14T08:24:45.923Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-07-14T08:24:45.923Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-07-14T08:24:45.923Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-07-14T08:24:48.098Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-07-14T08:24:48.098Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-07-14T08:24:48.098Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-07-14T08:24:48.560Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-07-14T08:24:48.560Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-07-14T08:24:48.560Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-07-14T08:24:48.932Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-07-14T08:24:50.100Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-07-14T08:24:51.071Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-07-14T08:24:51.071Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-07-14T08:24:51.071Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-07-14T08:24:51.141Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-07-14T08:24:51.141Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-07-14T08:24:51.141Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-07-14T08:24:53.327Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-07-14T08:24:53.327Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-07-14T08:24:53.327Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-07-14T08:24:53.327Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-07-14T08:24:53.327Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-07-14T08:24:53.327Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-07-14T08:24:53.327Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-07-14T08:24:54.816Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-07-14T08:24:56.184Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-07-14T08:24:56.251Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-07-14T08:24:56.251Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-07-14T08:24:56.251Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-07-14T08:24:56.251Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-07-14T08:24:58.434Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-07-14T08:24:58.434Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-07-14T08:24:58.434Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-07-14T08:24:58.434Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-07-14T08:24:58.434Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-07-14T08:24:58.434Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-07-14T08:24:58.434Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-07-14T08:24:58.434Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-07-14T08:24:59.522Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-07-14T08:25:00.037Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-07-14T08:25:01.346Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-07-14T08:25:02.431Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-07-14T08:25:02.889Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-07-14T08:25:05.078Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-07-14T08:25:05.078Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-07-14T08:25:05.078Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-07-14T08:25:05.078Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-07-14T08:25:06.000Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-07-14T08:25:06.001Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-07-14T08:25:06.001Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-07-14T08:25:06.001Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-07-14T08:25:07.992Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-07-14T08:25:07.993Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-07-14T08:25:09.004Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-07-14T08:25:10.174Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-07-14T08:25:10.174Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-07-14T08:25:10.174Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-07-14T08:25:10.175Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:25:10.175Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-07-14T08:25:11.259Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-07-14T08:25:12.357Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-07-14T08:25:12.357Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-07-14T08:25:13.516Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-07-14T08:25:13.516Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-07-14T08:25:13.516Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-07-14T08:25:13.516Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-07-14T08:25:13.516Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-07-14T08:25:13.516Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-07-14T08:25:13.516Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-07-14T08:25:13.516Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-07-14T08:25:13.516Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-07-14T08:25:13.516Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-07-14T08:25:13.516Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-07-14T08:25:13.516Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-07-14T08:25:13.516Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-07-14T08:25:13.516Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-07-14T08:25:13.516Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-07-14T08:25:13.897Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-07-14T08:25:13.897Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-07-14T08:25:13.897Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-07-14T08:25:16.817Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-07-14T08:25:16.817Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-07-14T08:25:17.372Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-07-14T08:25:18.379Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-07-14T08:25:18.999Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-07-14T08:25:19.975Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-07-14T08:25:23.540Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-07-14T08:25:23.540Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:25:23.540Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-07-14T08:25:24.939Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-07-14T08:25:24.940Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-07-14T08:25:24.940Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-07-14T08:25:24.940Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-07-14T08:25:24.940Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-07-14T08:25:24.940Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-07-14T08:25:24.940Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-07-14T08:25:24.940Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-07-14T08:25:24.940Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestSaveImageId [2021-07-14T08:25:24.940Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-07-14T08:25:24.940Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-07-14T08:25:24.940Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-07-14T08:25:24.940Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-07-14T08:25:24.940Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-07-14T08:25:24.940Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-07-14T08:25:24.940Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-07-14T08:25:24.940Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-07-14T08:25:24.940Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-07-14T08:25:24.940Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-07-14T08:25:27.198Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-07-14T08:25:27.198Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-07-14T08:25:27.585Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-07-14T08:25:27.676Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-07-14T08:25:28.155Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-07-14T08:25:29.751Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-07-14T08:25:30.630Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-07-14T08:25:30.630Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-07-14T08:25:30.630Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-07-14T08:25:31.331Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-07-14T08:25:31.331Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-07-14T08:25:31.331Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-07-14T08:25:31.331Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-07-14T08:25:31.331Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-07-14T08:25:31.600Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-07-14T08:25:33.515Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-07-14T08:25:33.515Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-07-14T08:25:33.515Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-07-14T08:25:35.696Z] === RUN TestDockerSuite/TestContainerAPITop [2021-07-14T08:25:35.696Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-07-14T08:25:36.158Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-07-14T08:25:36.301Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-07-14T08:25:36.999Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-07-14T08:25:36.999Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-07-14T08:25:36.999Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-07-14T08:25:38.342Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-07-14T08:25:38.342Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-07-14T08:25:40.043Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-07-14T08:25:40.043Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:25:40.043Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-07-14T08:25:43.046Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-07-14T08:25:44.587Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-07-14T08:25:44.587Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-07-14T08:25:44.587Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-07-14T08:25:44.587Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-07-14T08:25:44.587Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-07-14T08:25:44.587Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-07-14T08:25:44.587Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-07-14T08:25:44.587Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-07-14T08:25:44.587Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-07-14T08:25:44.587Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-07-14T08:25:44.587Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-07-14T08:25:44.738Z] === RUN TestDockerSuite/TestRmiBlank [2021-07-14T08:25:44.738Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-07-14T08:25:45.198Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-07-14T08:25:45.762Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-07-14T08:25:45.762Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-07-14T08:25:45.762Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-07-14T08:25:46.773Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-07-14T08:25:46.773Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-07-14T08:25:48.767Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-07-14T08:25:48.767Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-07-14T08:25:48.767Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-07-14T08:25:48.767Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-07-14T08:25:48.767Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-07-14T08:25:48.767Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-07-14T08:25:48.767Z] === RUN TestDockerSuite/TestStartRecordError [2021-07-14T08:25:48.767Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-07-14T08:25:48.767Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-07-14T08:25:53.863Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-07-14T08:25:54.723Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-07-14T08:25:54.724Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-07-14T08:25:54.724Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-07-14T08:25:54.724Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-07-14T08:25:54.724Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-07-14T08:25:54.724Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-07-14T08:25:54.724Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-07-14T08:25:54.724Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-07-14T08:25:54.724Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-07-14T08:25:54.724Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-07-14T08:25:54.724Z] === RUN TestDockerSuite/TestStatsNoStream [2021-07-14T08:25:54.724Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-07-14T08:25:54.724Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-07-14T08:25:56.319Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-07-14T08:25:56.780Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-07-14T08:25:57.589Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-07-14T08:25:58.575Z] === RUN TestDockerSuite/TestTopPrivileged [2021-07-14T08:25:58.576Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-07-14T08:25:58.576Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-07-14T08:25:58.969Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-07-14T08:26:00.502Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-07-14T08:26:00.838Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-07-14T08:26:00.838Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-07-14T08:26:00.838Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-07-14T08:26:00.838Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-07-14T08:26:00.838Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-07-14T08:26:00.838Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-07-14T08:26:00.838Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-07-14T08:26:00.838Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-07-14T08:26:00.838Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-07-14T08:26:00.838Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-07-14T08:26:00.838Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-07-14T08:26:00.838Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-07-14T08:26:00.838Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-07-14T08:26:00.963Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-07-14T08:26:01.884Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0005125b8_} [2021-07-14T08:26:04.069Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1076613642_c:\foo_false____} [2021-07-14T08:26:06.983Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1076613642_c:\foo_true____} [2021-07-14T08:26:09.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-07-14T08:26:09.165Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-07-14T08:26:09.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-07-14T08:26:09.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-07-14T08:26:09.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-07-14T08:26:09.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-07-14T08:26:09.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-07-14T08:26:09.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-07-14T08:26:09.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-07-14T08:26:09.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-07-14T08:26:09.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-07-14T08:26:09.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-07-14T08:26:09.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-07-14T08:26:09.629Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-07-14T08:26:09.629Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-07-14T08:26:09.630Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-07-14T08:26:09.630Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-07-14T08:26:09.630Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-07-14T08:26:09.630Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-07-14T08:26:09.630Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-07-14T08:26:09.630Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-07-14T08:26:09.630Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-07-14T08:26:09.630Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-07-14T08:26:09.630Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-07-14T08:26:11.284Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-07-14T08:26:11.817Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-07-14T08:26:11.817Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-07-14T08:26:11.817Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-07-14T08:26:11.817Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:26:11.817Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-07-14T08:26:11.817Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-07-14T08:26:11.817Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-07-14T08:26:11.817Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-07-14T08:26:11.817Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-07-14T08:26:11.817Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:26:11.817Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-07-14T08:26:11.817Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-07-14T08:26:11.817Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-07-14T08:26:11.817Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-07-14T08:26:11.817Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-07-14T08:26:11.817Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-07-14T08:26:11.817Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-07-14T08:26:11.817Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-07-14T08:26:11.817Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-07-14T08:26:11.817Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-07-14T08:26:11.817Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-07-14T08:26:11.817Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-07-14T08:26:11.817Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-07-14T08:26:11.817Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:26:11.817Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-07-14T08:26:11.817Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-07-14T08:26:11.817Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-07-14T08:26:14.744Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-07-14T08:26:14.744Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-07-14T08:26:14.744Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-07-14T08:26:14.744Z] === RUN TestDockerSuite/TestCpRelativePath [2021-07-14T08:26:15.933Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-07-14T08:26:15.933Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-07-14T08:26:16.411Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-07-14T08:26:16.411Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-07-14T08:26:16.412Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-07-14T08:26:16.412Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-07-14T08:26:16.892Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-07-14T08:26:16.892Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-07-14T08:26:16.928Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-07-14T08:26:16.929Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-07-14T08:26:16.929Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-07-14T08:26:16.929Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-07-14T08:26:16.929Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-07-14T08:26:16.929Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-07-14T08:26:16.929Z] === RUN TestDockerSuite/TestCpToCaseA [2021-07-14T08:26:17.015Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-07-14T08:26:19.893Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-07-14T08:26:19.893Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-07-14T08:26:21.629Z] === RUN TestDockerSuite/TestCpToCaseB [2021-07-14T08:26:22.908Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-07-14T08:26:23.387Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-07-14T08:26:23.387Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-07-14T08:26:23.815Z] === RUN TestDockerSuite/TestCpToCaseC [2021-07-14T08:26:23.815Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-07-14T08:26:23.815Z] === RUN TestDockerSuite/TestCpToCaseD [2021-07-14T08:26:23.815Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-07-14T08:26:23.815Z] === RUN TestDockerSuite/TestCpToCaseE [2021-07-14T08:26:23.865Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-07-14T08:26:23.865Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-07-14T08:26:24.011Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-07-14T08:26:27.696Z] === RUN TestDockerSuite/TestRmiTag [2021-07-14T08:26:28.146Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-07-14T08:26:31.009Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-07-14T08:26:32.639Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-07-14T08:26:32.639Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-07-14T08:26:32.639Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-07-14T08:26:32.639Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-07-14T08:26:32.639Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-07-14T08:26:32.639Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-07-14T08:26:32.639Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-07-14T08:26:38.646Z] === RUN TestDockerSuite/TestCpToCaseF [2021-07-14T08:26:38.646Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-07-14T08:26:38.646Z] === RUN TestDockerSuite/TestCpToCaseG [2021-07-14T08:26:38.646Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-07-14T08:26:38.646Z] === RUN TestDockerSuite/TestCpToCaseH [2021-07-14T08:26:39.893Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-07-14T08:26:39.893Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-07-14T08:26:39.893Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-07-14T08:26:47.232Z] === RUN TestDockerSuite/TestCpToCaseI [2021-07-14T08:26:47.232Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-07-14T08:26:47.232Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-07-14T08:26:47.232Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-07-14T08:26:47.232Z] === RUN TestDockerSuite/TestCpToDot [2021-07-14T08:26:48.777Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-07-14T08:26:48.777Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-07-14T08:26:48.777Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-07-14T08:26:48.777Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-07-14T08:26:48.777Z] === RUN TestDockerSuite/TestCpToStdout [2021-07-14T08:26:51.689Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-07-14T08:26:51.689Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:26:51.689Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-07-14T08:26:51.689Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-07-14T08:26:51.689Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-07-14T08:26:51.689Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-07-14T08:26:51.689Z] === RUN TestDockerSuite/TestCpVolumePath [2021-07-14T08:26:51.689Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-07-14T08:26:51.689Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-07-14T08:26:51.689Z] === RUN TestDockerSuite/TestCreateArgs [2021-07-14T08:26:51.689Z] === RUN TestDockerSuite/TestCreateByImageID [2021-07-14T08:26:53.873Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-07-14T08:26:54.961Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-07-14T08:26:54.961Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.961Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite (2194.99s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.72s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.20s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.53s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (52.71s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.81s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.26s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.03s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.44s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.96s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (10.00s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (62.86s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.35s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.69s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (8.06s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.86s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.86s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.12s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.47s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.70s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.45s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.58s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.20s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.53s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.50s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.48s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAddTar (30.75s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (15.51s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.49s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.69s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.88s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (8.79s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (12.14s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (6.59s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.14s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.11s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.55s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (21.13s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.76s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.59s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.24s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.39s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.22s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.40s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.87s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCmd (0.52s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.51s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.55s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (9.31s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.09s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.11s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.46s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.57s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.86s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.45s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.82s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.65s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.79s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (31.32s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.26s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.03s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (9.22s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.48s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (20.57s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.66s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.32s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.05s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.53s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.65s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.45s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.90s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.91s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerignore (44.27s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.53s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (49.29s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.47s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.67s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (17.18s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.40s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.27s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (25.62s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.50s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.58s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (67.69s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.36s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.29s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.62s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.06s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.48s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.53s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (9.39s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (7.66s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (8.73s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.54s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.94s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (8.87s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.27s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.64s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildFails (2.45s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.78s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.72s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.02s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.42s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.40s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.40s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.68s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.55s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.46s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildHistory (10.82s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.96s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.69s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.74s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.06s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildLabel (0.94s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.61s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.90s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.56s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildLabels (0.94s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.46s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.63s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.52s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.61s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.76s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (14.06s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.49s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (33.29s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.45s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.10s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.99s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.84s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.80s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.30s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.63s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-07-14T08:26:54.961Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.89s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.16s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.18s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.23s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2021-07-14T08:26:54.961Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.67s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.97s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.27s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.26s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.50s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.20s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.88s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (16.74s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.90s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.10s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.77s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (37.31s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (17.10s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildRm (20.08s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.84s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.38s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.31s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.15s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.22s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.13s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (18.96s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.63s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.57s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.05s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.28s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (8.63s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildStderr (8.44s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (34.98s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.15s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.22s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.77s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.34s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (8.23s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.53s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.94s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.98s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.81s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.08s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.99s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.32s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.19s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (18.63s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.56s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.36s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.08s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (11.13s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.97s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.83s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.37s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCommitChange (4.58s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.26s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.23s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCommitTTY (6.54s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.19s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.09s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.61s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.63s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.45s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.46s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.50s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.09s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.95s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.91s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.05s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.49s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.14s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.92s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.53s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.26s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.47s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.74s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.83s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.09s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.72s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.50s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.10s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.33s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.91s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.55s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (16.90s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.47s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.43s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.42s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.42s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0000a0720_} (2.43s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1876327942_c:\foo_false____} (2.35s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1876327942_c:\foo_true____} (2.37s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.38s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.09s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.09s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.08s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.18s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.59s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.49s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.49s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.16s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.69s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.11s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCpToDot (2.55s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCpToStdout (2.58s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.21s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateArgs (0.20s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateByImageID (3.87s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.50s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.21s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.20s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.64s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.67s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateLabels (0.20s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateRM (0.39s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.19s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.39s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.23s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.21s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.40s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.54s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.20s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.49s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-07-14T08:26:54.962Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.15s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-07-14T08:26:54.962Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.14s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.50s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.60s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.26s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsCopy (8.80s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.49s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.09s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.75s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.96s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.49s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.90s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsFilters (4.94s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsFormat (4.37s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.16s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsRename (2.54s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsResize (7.80s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.47s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.34s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.95s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsUntag (2.73s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.09s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.91s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.83s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.92s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.88s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.90s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.89s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (9.20s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.44s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestExecInspectID (4.31s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.23s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.12s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.34s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.92s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.91s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.95s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.87s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.96s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.29s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.58s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.97s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.62s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.03s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.66s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestImagesFormat (0.18s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.64s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestImportBadURL (2.38s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.48s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.11s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.41s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.41s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectDefault (2.40s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectHistory (4.20s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.40s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.92s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.20s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.39s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.91s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.90s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectStatus (3.13s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.86s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.09s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.07s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.92s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.42s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.36s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.40s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.85s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.89s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.63s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.46s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.26s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.29s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.25s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.40s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.29s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.10s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.46s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsSince (9.03s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsTail (2.74s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.62s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.42s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.36s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.81s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestPsByOrder (7.31s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestPsListContainersBase (11.56s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.18s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.30s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.41s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.53s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.55s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.03s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-07-14T08:26:54.963Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-07-14T08:26:54.963Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.64s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.22s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.63s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.23s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.89s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.47s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.49s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.54s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (18.09s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.38s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.26s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.20s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.78s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.47s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.53s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.38s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.29s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (16.96s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.59s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.62s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (10.20s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.74s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.23s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.17s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRmiTag (0.62s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.54s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (19.18s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.23s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.54s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.14s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.62s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.86s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.40s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.49s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.48s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.48s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.60s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.41s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.66s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (6.52s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.81s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.54s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.42s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.94s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.55s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.72s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.46s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.94s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.02s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.43s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunExitCode (2.06s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.48s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.46s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.46s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.27s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.85s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.49s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.36s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.19s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.27s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.38s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.28s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.65s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.65s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.27s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.73s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.41s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.17s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunRm (2.46s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.50s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.46s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.47s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.96s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.54s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.45s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.35s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.67s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.44s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.44s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.11s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.67s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.48s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.80s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.18s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.16s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.97s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.46s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.31s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.31s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.68s) [2021-07-14T08:26:54.964Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.54s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-07-14T08:26:54.964Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.31s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.46s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.71s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.29s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.73s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.02s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.38s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.99s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.33s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.97s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.26s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.31s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.25s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.69s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.11s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.38s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.35s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.97s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.59s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.18s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.68s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.25s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (13.74s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.21s) [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-07-14T08:26:54.965Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] --- PASS: TestDockerRegistrySuite (0.13s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-07-14T08:26:54.965Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:26:54.965Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-07-14T08:26:54.965Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-07-14T08:26:54.965Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-07-14T08:26:54.965Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-07-14T08:26:54.965Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-07-14T08:26:54.965Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-07-14T08:26:54.965Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-07-14T08:26:54.965Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.965Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-07-14T08:26:54.966Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-07-14T08:26:54.966Z] === RUN TestDockerRegistryAuthTokenSuite [2021-07-14T08:26:54.966Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-07-14T08:26:54.966Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-07-14T08:26:54.966Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-07-14T08:26:54.966Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-07-14T08:26:54.966Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-07-14T08:26:54.966Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-07-14T08:26:54.966Z] === RUN TestDockerDaemonSuite [2021-07-14T08:26:54.966Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-07-14T08:26:54.966Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-07-14T08:26:54.966Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-07-14T08:26:54.966Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-07-14T08:26:54.966Z] === RUN TestDockerSwarmSuite [2021-07-14T08:26:54.966Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-07-14T08:26:54.966Z] === RUN TestDockerPluginSuite [2021-07-14T08:26:54.966Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-07-14T08:26:54.966Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-07-14T08:26:54.966Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-07-14T08:26:54.966Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-07-14T08:26:54.966Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-07-14T08:26:54.966Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-07-14T08:26:54.966Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-07-14T08:26:54.966Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-07-14T08:26:54.966Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-07-14T08:26:54.966Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-07-14T08:26:54.966Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-07-14T08:26:54.966Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- PASS: TestDockerPluginSuite (0.01s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-07-14T08:26:54.966Z] === RUN TestDockerExternalVolumeSuite [2021-07-14T08:26:54.966Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-07-14T08:26:54.966Z] === RUN TestDockerNetworkSuite [2021-07-14T08:26:54.966Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-07-14T08:26:54.966Z] === RUN TestDockerHubPullSuite [2021-07-14T08:26:54.966Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-07-14T08:26:54.966Z] PASS [2021-07-14T08:26:54.966Z] ok github.com/docker/docker/integration-cli 2195.305s [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === Skipped [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-07-14T08:26:54.966Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-07-14T08:26:54.966Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-07-14T08:26:54.966Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-07-14T08:26:54.966Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-07-14T08:26:54.966Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-07-14T08:26:54.966Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-07-14T08:26:54.966Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-07-14T08:26:54.966Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-07-14T08:26:54.966Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-07-14T08:26:54.966Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-07-14T08:26:54.966Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-07-14T08:26:54.966Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-07-14T08:26:54.966Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-07-14T08:26:54.966Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-07-14T08:26:54.966Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-07-14T08:26:54.966Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-07-14T08:26:54.966Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-07-14T08:26:54.966Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.35s) [2021-07-14T08:26:54.966Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.35s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.88s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.88s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-07-14T08:26:54.966Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.966Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-07-14T08:26:54.966Z] [2021-07-14T08:26:54.966Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.59s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.59s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.33s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.33s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-07-14T08:26:54.967Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.32s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.32s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.32s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.29s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.29s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.38s) [2021-07-14T08:26:54.967Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.38s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.29s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.32s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.32s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.967Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-07-14T08:26:54.967Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.967Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-07-14T08:26:54.967Z] [2021-07-14T08:26:54.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-07-14T08:26:54.968Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.968Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-07-14T08:26:54.968Z] [2021-07-14T08:26:54.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2021-07-14T08:26:54.968Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.968Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2021-07-14T08:26:54.968Z] [2021-07-14T08:26:54.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-07-14T08:26:54.968Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.968Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-07-14T08:26:54.968Z] [2021-07-14T08:26:54.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-07-14T08:26:54.968Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.968Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-07-14T08:26:54.968Z] [2021-07-14T08:26:54.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.28s) [2021-07-14T08:26:54.968Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.968Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-07-14T08:26:54.968Z] [2021-07-14T08:26:54.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-07-14T08:26:54.968Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.968Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-07-14T08:26:54.968Z] [2021-07-14T08:26:54.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-07-14T08:26:54.968Z] docker_cli_sni_test.go:18: Flakey test [2021-07-14T08:26:54.968Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-07-14T08:26:54.968Z] [2021-07-14T08:26:54.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-07-14T08:26:54.968Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.968Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-07-14T08:26:54.968Z] [2021-07-14T08:26:54.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-07-14T08:26:54.968Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.968Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-07-14T08:26:54.968Z] [2021-07-14T08:26:54.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-07-14T08:26:54.968Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.968Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-07-14T08:26:54.968Z] [2021-07-14T08:26:54.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-07-14T08:26:54.968Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.968Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-07-14T08:26:54.968Z] [2021-07-14T08:26:54.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-07-14T08:26:54.968Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.968Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-07-14T08:26:54.968Z] [2021-07-14T08:26:54.968Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-07-14T08:26:54.968Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-07-14T08:26:54.968Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-07-14T08:26:55.448Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-07-14T08:26:55.448Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-07-14T08:26:55.448Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-07-14T08:26:55.448Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-07-14T08:26:55.448Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-07-14T08:26:55.448Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-07-14T08:26:55.448Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-07-14T08:26:55.448Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-07-14T08:26:55.448Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-07-14T08:26:55.448Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-07-14T08:26:55.448Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-07-14T08:26:55.448Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-07-14T08:26:55.448Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-07-14T08:26:55.448Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-07-14T08:26:55.448Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-07-14T08:26:55.448Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2021-07-14T08:26:55.448Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.448Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-07-14T08:26:55.448Z] [2021-07-14T08:26:55.448Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-07-14T08:26:55.448Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-07-14T08:26:55.449Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-07-14T08:26:55.449Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-07-14T08:26:55.449Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-07-14T08:26:55.449Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-07-14T08:26:55.449Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-07-14T08:26:55.449Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-07-14T08:26:55.449Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-07-14T08:26:55.449Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-07-14T08:26:55.449Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-07-14T08:26:55.449Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-07-14T08:26:55.449Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-07-14T08:26:55.449Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-07-14T08:26:55.449Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-07-14T08:26:55.449Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-07-14T08:26:55.449Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-07-14T08:26:55.449Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2021-07-14T08:26:55.449Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-07-14T08:26:55.449Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-07-14T08:26:55.449Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2021-07-14T08:26:55.449Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2021-07-14T08:26:55.449Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-07-14T08:26:55.449Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.449Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-07-14T08:26:55.449Z] [2021-07-14T08:26:55.449Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-07-14T08:26:55.449Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-07-14T08:26:55.450Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-07-14T08:26:55.450Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-07-14T08:26:55.450Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-07-14T08:26:55.450Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-07-14T08:26:55.450Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-07-14T08:26:55.450Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-07-14T08:26:55.450Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-07-14T08:26:55.450Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-07-14T08:26:55.450Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-07-14T08:26:55.450Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-07-14T08:26:55.450Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-07-14T08:26:55.450Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-07-14T08:26:55.450Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-07-14T08:26:55.450Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-07-14T08:26:55.450Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-07-14T08:26:55.450Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-07-14T08:26:55.450Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.450Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-07-14T08:26:55.450Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.450Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-07-14T08:26:55.450Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-07-14T08:26:55.451Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-07-14T08:26:55.451Z] [2021-07-14T08:26:55.451Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-07-14T08:26:55.451Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.451Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.34s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.452Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-07-14T08:26:55.452Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.452Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-07-14T08:26:55.452Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2021-07-14T08:26:55.453Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-07-14T08:26:55.453Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-07-14T08:26:55.453Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-07-14T08:26:55.453Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-07-14T08:26:55.453Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.453Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-07-14T08:26:55.453Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-07-14T08:26:55.454Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.454Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-07-14T08:26:55.454Z] [2021-07-14T08:26:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-07-14T08:26:55.455Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.455Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-07-14T08:26:55.455Z] [2021-07-14T08:26:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-07-14T08:26:55.455Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.455Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-07-14T08:26:55.455Z] [2021-07-14T08:26:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-07-14T08:26:55.455Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.455Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-07-14T08:26:55.455Z] [2021-07-14T08:26:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-07-14T08:26:55.455Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.455Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-07-14T08:26:55.455Z] [2021-07-14T08:26:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-07-14T08:26:55.455Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.455Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-07-14T08:26:55.455Z] [2021-07-14T08:26:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-07-14T08:26:55.455Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.455Z] [2021-07-14T08:26:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-07-14T08:26:55.455Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.455Z] [2021-07-14T08:26:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-07-14T08:26:55.455Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-07-14T08:26:55.455Z] [2021-07-14T08:26:55.455Z] [2021-07-14T08:26:55.455Z] DONE 1092 tests, 546 skipped in 2203.481s [2021-07-14T08:26:55.455Z] INFO: Integration tests ended at 07/14/2021 08:26:55. Duration:00:36:43.6963053 [2021-07-14T08:26:55.455Z] INFO: Docker info of the daemon under test at end of run [2021-07-14T08:26:55.455Z] [2021-07-14T08:26:55.934Z] Containers: 2 [2021-07-14T08:26:55.934Z] Running: 0 [2021-07-14T08:26:55.934Z] Paused: 0 [2021-07-14T08:26:55.934Z] Stopped: 2 [2021-07-14T08:26:55.934Z] Images: 18 [2021-07-14T08:26:55.934Z] Server Version: 0.0.0-dev [2021-07-14T08:26:55.934Z] Storage Driver: windowsfilter [2021-07-14T08:26:55.934Z] Windows: [2021-07-14T08:26:55.934Z] Logging Driver: json-file [2021-07-14T08:26:55.934Z] Plugins: [2021-07-14T08:26:55.934Z] Volume: local [2021-07-14T08:26:55.934Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-07-14T08:26:55.934Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-07-14T08:26:55.934Z] Swarm: inactive [2021-07-14T08:26:55.934Z] Default Isolation: process [2021-07-14T08:26:55.934Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-07-14T08:26:55.934Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-07-14T08:26:55.934Z] OSType: windows [2021-07-14T08:26:55.934Z] Architecture: x86_64 [2021-07-14T08:26:55.934Z] CPUs: 4 [2021-07-14T08:26:55.934Z] Total Memory: 32GiB [2021-07-14T08:26:55.934Z] Name: azwin-2-192b50 [2021-07-14T08:26:55.934Z] ID: M5S2:CKN5:PPRW:JPYQ:UUXG:336F:PGDJ:ONB6:M4JF:WZDV:7XTH:FODI [2021-07-14T08:26:55.934Z] Docker Root Dir: D:\CI\PR-42636\2\daemon [2021-07-14T08:26:55.934Z] Debug Mode (client): false [2021-07-14T08:26:55.934Z] Debug Mode (server): true [2021-07-14T08:26:55.934Z] File Descriptors: -1 [2021-07-14T08:26:55.934Z] Goroutines: 17 [2021-07-14T08:26:55.934Z] System Time: 2021-07-14T08:26:55.508026Z [2021-07-14T08:26:55.934Z] EventsListeners: 0 [2021-07-14T08:26:55.934Z] Registry: https://index.docker.io/v1/ [2021-07-14T08:26:55.934Z] Labels: [2021-07-14T08:26:55.934Z] Experimental: false [2021-07-14T08:26:55.934Z] Insecure Registries: [2021-07-14T08:26:55.934Z] 127.0.0.0/8 [2021-07-14T08:26:55.934Z] Live Restore Enabled: false [2021-07-14T08:26:55.934Z] [2021-07-14T08:26:55.934Z] [2021-07-14T08:26:55.934Z] INFO: Stopping daemon under test [2021-07-14T08:26:55.934Z] SUCCESS: The process with PID 3860 (child process of PID 348) has been terminated. [2021-07-14T08:26:55.934Z] SUCCESS: The process with PID 348 (child process of PID 3412) has been terminated. [2021-07-14T08:26:55.934Z] INFO: Stop tailing logs of the daemon under tests [2021-07-14T08:26:55.934Z] INFO: executeCI.ps1 Completed successfully at 07/14/2021 08:26:55. [2021-07-14T08:26:55.934Z] INFO: Tidying up at end of run [2021-07-14T08:26:55.934Z] INFO: Saving daemon under test log (d:\CI\PR-42636\2\dut.out) to bundles\CIDUT.out [2021-07-14T08:26:55.934Z] INFO: Saving daemon under test log (d:\CI\PR-42636\2\dut.err) to bundles\CIDUT.err [2021-07-14T08:26:55.934Z] INFO: Nuke-Everything... [2021-07-14T08:26:56.057Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-07-14T08:26:56.057Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-07-14T08:26:56.417Z] INFO: Container count on control daemon to delete is 2 [2021-07-14T08:26:56.519Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-07-14T08:26:56.896Z] d7e90c4735e2 [2021-07-14T08:26:56.896Z] 00e535792d36 [2021-07-14T08:26:56.896Z] INFO: Tidying pidfile d:\CI\PR-42636\2\docker.pid [2021-07-14T08:26:56.896Z] INFO: Nuking d:\CI [2021-07-14T08:26:58.703Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-07-14T08:26:59.165Z] === RUN TestDockerSuite/TestCreateLabels [2021-07-14T08:26:59.165Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-07-14T08:26:59.165Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-07-14T08:26:59.165Z] === RUN TestDockerSuite/TestCreateRM [2021-07-14T08:26:59.625Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-07-14T08:26:59.625Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-07-14T08:26:59.625Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-07-14T08:26:59.625Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-07-14T08:27:00.089Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-07-14T08:27:00.818Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-07-14T08:27:02.975Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-07-14T08:27:07.619Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-07-14T08:27:08.571Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-07-14T08:27:08.571Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-07-14T08:27:08.571Z] === RUN TestDockerSuite/TestRunAddHost [2021-07-14T08:27:08.571Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-07-14T08:27:08.571Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-07-14T08:27:08.571Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-07-14T08:27:08.571Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-07-14T08:27:08.571Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-07-14T08:27:08.571Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-07-14T08:27:08.571Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-07-14T08:27:08.571Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-07-14T08:27:08.571Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-07-14T08:27:08.571Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-07-14T08:27:08.571Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-07-14T08:27:08.571Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-07-14T08:27:08.673Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-07-14T08:27:08.673Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-07-14T08:27:08.673Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-07-14T08:27:09.520Z] INFO: Zapped successfully [2021-07-14T08:27:09.520Z] [2021-07-14T08:27:09.520Z] INFO: executeCI.ps1 exiting at Wed Jul 14 08:27:08 CUT 2021. Duration 01:08:58.5974660 [2021-07-14T08:27:09.520Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-07-14T08:27:09.780Z] Recording test results [2021-07-14T08:27:10.083Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-07-14T08:27:10.083Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-07-14T08:27:10.083Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-07-14T08:27:10.083Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-07-14T08:27:10.083Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-07-14T08:27:12.416Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-07-14T08:27:12.416Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-07-14T08:27:12.416Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-07-14T08:27:12.416Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-07-14T08:27:15.805Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-07-14T08:27:17.947Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-07-14T08:27:19.388Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-07-14T08:27:19.511Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-07-14T08:27:19.511Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-07-14T08:27:19.511Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-07-14T08:27:19.511Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-07-14T08:27:19.511Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-07-14T08:27:19.511Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-07-14T08:27:19.511Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-07-14T08:27:19.511Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-07-14T08:27:19.511Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestDevicePermissions [2021-07-14T08:27:19.511Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestDockerFails [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-07-14T08:27:19.511Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-07-14T08:27:19.511Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-07-14T08:27:19.511Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestEventsAttach [2021-07-14T08:27:19.511Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestEventsCommit [2021-07-14T08:27:19.511Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-07-14T08:27:19.511Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-07-14T08:27:20.100Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-07-14T08:27:20.986Z] Creating win-2022-integration-bundles.zip [2021-07-14T08:27:22.424Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [Pipeline] archiveArtifacts [2021-07-14T08:27:22.815Z] Archiving artifacts [2021-07-14T08:27:22.959Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-07-14T08:27:25.106Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-07-14T08:27:25.106Z] === RUN TestDockerSuite/TestRunBindMounts [2021-07-14T08:27:29.508Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-07-14T08:27:29.740Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-07-14T08:27:29.740Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-07-14T08:27:29.740Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-07-14T08:27:29.740Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-07-14T08:27:29.740Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-07-14T08:27:29.740Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-07-14T08:27:29.740Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-07-14T08:27:29.740Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-07-14T08:27:30.191Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-07-14T08:27:30.191Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-07-14T08:27:30.191Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-07-14T08:27:30.191Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-07-14T08:27:30.191Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-07-14T08:27:30.191Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-07-14T08:27:30.191Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-07-14T08:27:30.191Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-07-14T08:27:30.191Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-07-14T08:27:30.191Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-07-14T08:27:30.191Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-07-14T08:27:30.191Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-07-14T08:27:30.191Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-07-14T08:27:30.191Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-07-14T08:27:30.191Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-07-14T08:27:31.699Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-07-14T08:27:33.051Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-07-14T08:27:33.051Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-07-14T08:27:33.052Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-07-14T08:27:35.911Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-07-14T08:27:35.911Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-07-14T08:27:35.911Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-07-14T08:27:35.911Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-07-14T08:27:35.911Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-07-14T08:27:37.422Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-07-14T08:27:37.422Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-07-14T08:27:37.422Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-07-14T08:27:37.422Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-07-14T08:27:37.422Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-07-14T08:27:37.422Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-07-14T08:27:37.422Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-07-14T08:27:37.422Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-07-14T08:27:37.422Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-07-14T08:27:37.422Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-07-14T08:27:37.422Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-07-14T08:27:37.422Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-07-14T08:27:37.422Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-07-14T08:27:37.422Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-07-14T08:27:37.422Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-07-14T08:27:39.393Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42636/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-07-14T08:27:39.564Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-07-14T08:27:40.278Z] === RUN TestDockerSuite/TestEventsCopy [2021-07-14T08:27:40.457Z] + make clean [2021-07-14T08:27:41.466Z] docker volume rm -f docker-dev-cache [2021-07-14T08:27:41.466Z] docker-dev-cache [Pipeline] deleteDir [2021-07-14T08:27:42.426Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-14T08:27:44.023Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-07-14T08:27:44.567Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-07-14T08:27:44.567Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-07-14T08:27:44.567Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-07-14T08:27:44.567Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-07-14T08:27:44.567Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-07-14T08:27:44.567Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-07-14T08:27:44.567Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-07-14T08:27:47.427Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-07-14T08:27:47.427Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-07-14T08:27:47.427Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-07-14T08:27:47.427Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-07-14T08:27:47.427Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-07-14T08:27:47.427Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-07-14T08:27:47.427Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-07-14T08:27:47.427Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-07-14T08:27:47.427Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-07-14T08:27:48.937Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-07-14T08:27:49.828Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-07-14T08:27:51.369Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-07-14T08:27:52.340Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-07-14T08:27:54.667Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-07-14T08:27:54.667Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-07-14T08:27:54.667Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-07-14T08:27:54.667Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-07-14T08:27:54.667Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-07-14T08:27:54.667Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-07-14T08:27:54.667Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-07-14T08:27:54.667Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-07-14T08:27:54.667Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-07-14T08:27:54.667Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-07-14T08:27:54.667Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-07-14T08:27:54.667Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-07-14T08:27:54.667Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-07-14T08:27:56.808Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-07-14T08:27:56.808Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-07-14T08:27:56.808Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-07-14T08:27:56.808Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-07-14T08:27:56.808Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-07-14T08:27:56.808Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-07-14T08:27:59.669Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-07-14T08:28:00.922Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-07-14T08:28:01.383Z] === RUN TestDockerSuite/TestEventsFilterType [2021-07-14T08:28:02.354Z] === RUN TestDockerSuite/TestEventsFilters [2021-07-14T08:28:02.531Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-07-14T08:28:02.532Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-07-14T08:28:02.532Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-07-14T08:28:04.678Z] === RUN TestDockerSuite/TestRunEnvironment [2021-07-14T08:28:04.678Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-07-14T08:28:04.678Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-07-14T08:28:04.678Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-07-14T08:28:04.678Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-07-14T08:28:04.678Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-07-14T08:28:04.678Z] === RUN TestDockerSuite/TestRunExitCode [2021-07-14T08:28:07.052Z] === RUN TestDockerSuite/TestEventsFormat [2021-07-14T08:28:07.539Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-07-14T08:28:09.681Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-07-14T08:28:11.750Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-07-14T08:28:11.750Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-07-14T08:28:11.750Z] === RUN TestDockerSuite/TestEventsImageImport [2021-07-14T08:28:11.750Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-07-14T08:28:11.750Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-07-14T08:28:11.750Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-07-14T08:28:11.750Z] === RUN TestDockerSuite/TestEventsImagePull [2021-07-14T08:28:11.750Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-07-14T08:28:11.750Z] === RUN TestDockerSuite/TestEventsImageTag [2021-07-14T08:28:12.543Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-07-14T08:28:12.721Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-07-14T08:28:12.721Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-07-14T08:28:12.721Z] === RUN TestDockerSuite/TestEventsRename [2021-07-14T08:28:14.999Z] === RUN TestDockerSuite/TestEventsResize [2021-07-14T08:28:15.563Z] === RUN TestDockerSuite/TestRunExposePort [2021-07-14T08:28:15.564Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-07-14T08:28:15.564Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-07-14T08:28:15.564Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-07-14T08:28:15.564Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-07-14T08:28:15.564Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-07-14T08:28:15.564Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-07-14T08:28:15.564Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-07-14T08:28:15.564Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-07-14T08:28:15.564Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-07-14T08:28:15.564Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-07-14T08:28:15.564Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-07-14T08:28:15.564Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-07-14T08:28:15.564Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-07-14T08:28:15.564Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-07-14T08:28:15.564Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-07-14T08:28:20.194Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-07-14T08:28:20.194Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-07-14T08:28:20.194Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-07-14T08:28:20.194Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-07-14T08:28:20.194Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-07-14T08:28:20.194Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-07-14T08:28:20.194Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-07-14T08:28:20.194Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-07-14T08:28:20.194Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-07-14T08:28:20.194Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-07-14T08:28:20.194Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-07-14T08:28:20.194Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-07-14T08:28:23.583Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-07-14T08:28:25.127Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-07-14T08:28:27.192Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-07-14T08:28:27.192Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-07-14T08:28:27.192Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-07-14T08:28:28.050Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-07-14T08:28:28.701Z] === RUN TestDockerSuite/TestRunModeHostname [2021-07-14T08:28:28.702Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-07-14T08:28:28.702Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-07-14T08:28:28.702Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-07-14T08:28:28.702Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-07-14T08:28:28.702Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-07-14T08:28:28.702Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-07-14T08:28:28.702Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-07-14T08:28:28.702Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-07-14T08:28:28.702Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-07-14T08:28:28.702Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-07-14T08:28:28.702Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-07-14T08:28:28.702Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-07-14T08:28:28.702Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-07-14T08:28:28.702Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-07-14T08:28:28.702Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-07-14T08:28:28.702Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-07-14T08:28:28.702Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-07-14T08:28:28.702Z] === RUN TestDockerSuite/TestRunMount [2021-07-14T08:28:28.702Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-07-14T08:28:28.702Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-07-14T08:28:28.702Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-07-14T08:28:28.702Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-07-14T08:28:28.702Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-07-14T08:28:28.702Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-07-14T08:28:28.702Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-07-14T08:28:28.702Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-07-14T08:28:32.752Z] === RUN TestDockerSuite/TestEventsTop [2021-07-14T08:28:32.752Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-07-14T08:28:32.752Z] === RUN TestDockerSuite/TestEventsUntag [2021-07-14T08:28:34.938Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-07-14T08:28:37.187Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-07-14T08:28:37.187Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-07-14T08:28:37.187Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-07-14T08:28:37.187Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-07-14T08:28:37.187Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-07-14T08:28:37.187Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-07-14T08:28:37.187Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-07-14T08:28:39.669Z] === RUN TestDockerSuite/TestExec [2021-07-14T08:28:39.669Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:28:39.669Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-07-14T08:28:39.669Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-07-14T08:28:39.669Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-07-14T08:28:41.211Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-07-14T08:28:41.814Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-07-14T08:28:42.751Z] === RUN TestDockerSuite/TestExecAPIStart [2021-07-14T08:28:42.751Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:28:42.751Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-07-14T08:28:42.751Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-07-14T08:28:42.751Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-07-14T08:28:42.751Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-07-14T08:28:42.751Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-07-14T08:28:44.939Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-07-14T08:28:46.439Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-07-14T08:28:46.439Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-07-14T08:28:46.439Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-07-14T08:28:46.439Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-07-14T08:28:46.439Z] === RUN TestDockerSuite/TestRunNetHost [2021-07-14T08:28:46.439Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-07-14T08:28:46.439Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-07-14T08:28:46.439Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-07-14T08:28:46.439Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-07-14T08:28:46.439Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-07-14T08:28:46.439Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-07-14T08:28:46.439Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-07-14T08:28:46.439Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-07-14T08:28:46.439Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-07-14T08:28:46.439Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-07-14T08:28:46.439Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-07-14T08:28:46.439Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-07-14T08:28:46.439Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-07-14T08:28:46.439Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-07-14T08:28:46.439Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-07-14T08:28:47.122Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-07-14T08:28:47.389Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-07-14T08:28:49.315Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-07-14T08:28:49.567Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-07-14T08:28:51.140Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-07-14T08:28:51.529Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-07-14T08:28:52.650Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-07-14T08:28:54.160Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-07-14T08:28:54.611Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-07-14T08:28:54.611Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-07-14T08:28:54.611Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-07-14T08:28:54.611Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-07-14T08:28:54.611Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-07-14T08:28:54.611Z] === RUN TestDockerSuite/TestRunPortInUse [2021-07-14T08:28:54.611Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-07-14T08:28:54.611Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-07-14T08:28:54.611Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-07-14T08:28:54.611Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-07-14T08:28:54.611Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-07-14T08:28:54.611Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-07-14T08:28:54.611Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-07-14T08:28:54.611Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-07-14T08:28:54.611Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-07-14T08:28:54.611Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-07-14T08:28:55.274Z] === RUN TestDockerSuite/TestExecCgroup [2021-07-14T08:28:55.274Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-07-14T08:28:55.274Z] === RUN TestDockerSuite/TestExecEnv [2021-07-14T08:28:55.274Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-07-14T08:28:55.274Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-07-14T08:28:55.274Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-07-14T08:28:55.274Z] === RUN TestDockerSuite/TestExecExitStatus [2021-07-14T08:28:57.457Z] === RUN TestDockerSuite/TestExecInspectID [2021-07-14T08:28:58.292Z] === RUN TestDockerSuite/TestRunPublishPort [2021-07-14T08:28:58.292Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-07-14T08:28:58.292Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-07-14T08:28:58.292Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-07-14T08:28:58.292Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-07-14T08:28:58.292Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-07-14T08:28:58.292Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-07-14T08:28:58.292Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-07-14T08:28:58.292Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-07-14T08:28:58.292Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-07-14T08:28:58.292Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-07-14T08:29:02.161Z] === RUN TestDockerSuite/TestExecInteractive [2021-07-14T08:29:02.161Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-07-14T08:29:02.161Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-07-14T08:29:02.161Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-07-14T08:29:02.161Z] === RUN TestDockerSuite/TestExecParseError [2021-07-14T08:29:02.161Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-07-14T08:29:02.161Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-07-14T08:29:02.161Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-07-14T08:29:02.161Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-07-14T08:29:02.161Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-07-14T08:29:02.161Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-07-14T08:29:05.078Z] === RUN TestDockerSuite/TestExecSetEnv [2021-07-14T08:29:05.078Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-07-14T08:29:05.078Z] === RUN TestDockerSuite/TestExecStartFails [2021-07-14T08:29:05.078Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-07-14T08:29:05.078Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-07-14T08:29:05.078Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-07-14T08:29:05.078Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-07-14T08:29:05.078Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-07-14T08:29:05.078Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-07-14T08:29:05.078Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-07-14T08:29:05.078Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-07-14T08:29:06.773Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-07-14T08:29:06.773Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-07-14T08:29:06.773Z] === RUN TestDockerSuite/TestRunRm [2021-07-14T08:29:07.261Z] === RUN TestDockerSuite/TestExecUlimits [2021-07-14T08:29:07.261Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-07-14T08:29:07.261Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-07-14T08:29:09.043Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-07-14T08:29:14.429Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-07-14T08:29:14.429Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-07-14T08:29:14.429Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-07-14T08:29:14.429Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-07-14T08:29:14.429Z] === RUN TestDockerSuite/TestExecWithUser [2021-07-14T08:29:14.429Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-07-14T08:29:14.429Z] === RUN TestDockerSuite/TestGetContainerStats [2021-07-14T08:29:14.766Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-07-14T08:29:16.910Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-07-14T08:29:19.769Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-07-14T08:29:21.516Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-07-14T08:29:21.922Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-07-14T08:29:24.067Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-07-14T08:29:24.067Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-07-14T08:29:24.067Z] === RUN TestDockerSuite/TestRunState [2021-07-14T08:29:24.067Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-07-14T08:29:24.067Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-07-14T08:29:26.936Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-07-14T08:29:26.936Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-07-14T08:29:26.936Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-07-14T08:29:27.320Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-07-14T08:29:29.077Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-07-14T08:29:29.077Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-07-14T08:29:29.077Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-07-14T08:29:29.077Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-07-14T08:29:29.077Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-07-14T08:29:29.504Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-07-14T08:29:29.527Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-07-14T08:29:29.527Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-07-14T08:29:29.527Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-07-14T08:29:29.527Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-07-14T08:29:34.155Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-07-14T08:29:34.155Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-07-14T08:29:34.155Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-07-14T08:29:34.155Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-07-14T08:29:34.155Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-07-14T08:29:34.155Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-07-14T08:29:34.155Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-07-14T08:29:34.155Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-07-14T08:29:34.155Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-07-14T08:29:34.155Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-07-14T08:29:34.155Z] === RUN TestDockerSuite/TestRunUserByID [2021-07-14T08:29:34.155Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-07-14T08:29:34.155Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-07-14T08:29:34.155Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-07-14T08:29:34.155Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-07-14T08:29:34.155Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-07-14T08:29:34.155Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-07-14T08:29:34.155Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-07-14T08:29:34.155Z] === RUN TestDockerSuite/TestRunUserByName [2021-07-14T08:29:34.155Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-07-14T08:29:34.155Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-07-14T08:29:36.296Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-07-14T08:29:36.296Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-07-14T08:29:36.296Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-07-14T08:29:36.590Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-07-14T08:29:36.590Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:29:36.590Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-07-14T08:29:36.590Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-07-14T08:29:36.590Z] === RUN TestDockerSuite/TestHealth [2021-07-14T08:29:36.590Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-07-14T08:29:36.590Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-07-14T08:29:36.590Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-07-14T08:29:36.590Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-07-14T08:29:36.590Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-07-14T08:29:39.156Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-07-14T08:29:39.156Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-07-14T08:29:39.156Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-07-14T08:29:39.156Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-07-14T08:29:39.156Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-07-14T08:29:40.333Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-07-14T08:29:40.333Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-07-14T08:29:40.333Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-07-14T08:29:40.333Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-07-14T08:29:40.333Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-07-14T08:29:40.333Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-07-14T08:29:40.796Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-07-14T08:29:41.257Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-07-14T08:29:41.257Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-07-14T08:29:41.257Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-07-14T08:29:42.022Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-07-14T08:29:42.227Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-07-14T08:29:42.687Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-07-14T08:29:44.238Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-07-14T08:29:44.698Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-07-14T08:29:46.882Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-07-14T08:29:49.022Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-07-14T08:29:53.648Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-07-14T08:29:53.972Z] === RUN TestDockerSuite/TestImagesFormat [2021-07-14T08:29:54.433Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-07-14T08:29:54.433Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-07-14T08:29:54.433Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-07-14T08:29:58.178Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-07-14T08:29:58.178Z] === RUN TestDockerSuite/TestImportBadURL [2021-07-14T08:29:59.374Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-07-14T08:29:59.374Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-07-14T08:29:59.374Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-07-14T08:29:59.825Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-07-14T08:30:01.091Z] === RUN TestDockerSuite/TestImportDisplay [2021-07-14T08:30:01.091Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-07-14T08:30:01.091Z] === RUN TestDockerSuite/TestImportFile [2021-07-14T08:30:01.091Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-07-14T08:30:01.091Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-07-14T08:30:01.091Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-07-14T08:30:01.091Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-07-14T08:30:01.091Z] === RUN TestDockerSuite/TestImportGzipped [2021-07-14T08:30:01.091Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-07-14T08:30:01.091Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-07-14T08:30:01.091Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-07-14T08:30:01.091Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-07-14T08:30:01.091Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-07-14T08:30:01.091Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-07-14T08:30:01.091Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-07-14T08:30:01.091Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-07-14T08:30:01.091Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-07-14T08:30:01.091Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-07-14T08:30:01.091Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-07-14T08:30:01.091Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-07-14T08:30:01.091Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-07-14T08:30:01.091Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-07-14T08:30:01.091Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-07-14T08:30:03.236Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-07-14T08:30:03.510Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-07-14T08:30:05.380Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-07-14T08:30:05.380Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-07-14T08:30:05.380Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-07-14T08:30:05.380Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-07-14T08:30:05.380Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-07-14T08:30:05.655Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-07-14T08:30:05.831Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-07-14T08:30:05.831Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-07-14T08:30:05.831Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-07-14T08:30:07.980Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-07-14T08:30:07.980Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-07-14T08:30:08.517Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-07-14T08:30:08.517Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-07-14T08:30:08.517Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-07-14T08:30:08.517Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-07-14T08:30:08.517Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-07-14T08:30:08.517Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-07-14T08:30:08.517Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-07-14T08:30:08.517Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-07-14T08:30:08.517Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-07-14T08:30:08.517Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-07-14T08:30:08.517Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-07-14T08:30:08.517Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-07-14T08:30:08.517Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-07-14T08:30:08.517Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-07-14T08:30:08.517Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-07-14T08:30:10.126Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-07-14T08:30:10.126Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-07-14T08:30:10.126Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-07-14T08:30:10.126Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-07-14T08:30:10.126Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-07-14T08:30:10.126Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-07-14T08:30:10.126Z] === RUN TestDockerSuite/TestInspectDefault [2021-07-14T08:30:12.200Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-07-14T08:30:12.993Z] === RUN TestDockerSuite/TestInspectHistory [2021-07-14T08:30:13.711Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-07-14T08:30:15.222Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-07-14T08:30:16.677Z] === RUN TestDockerSuite/TestInspectImage [2021-07-14T08:30:16.677Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:30:16.677Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-07-14T08:30:16.677Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-07-14T08:30:16.678Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-07-14T08:30:16.678Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-07-14T08:30:16.678Z] === RUN TestDockerSuite/TestInspectInt64 [2021-07-14T08:30:18.822Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-07-14T08:30:19.950Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-07-14T08:30:19.950Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-07-14T08:30:19.950Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-07-14T08:30:19.950Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-07-14T08:30:19.950Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-07-14T08:30:19.950Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-07-14T08:30:19.950Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-07-14T08:30:19.950Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestSaveImageId [2021-07-14T08:30:19.950Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-07-14T08:30:19.950Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-07-14T08:30:19.950Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-07-14T08:30:19.950Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-07-14T08:30:19.950Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-07-14T08:30:19.950Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-07-14T08:30:19.950Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-07-14T08:30:19.950Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-07-14T08:30:19.950Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-07-14T08:30:19.950Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-07-14T08:30:20.971Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-07-14T08:30:21.422Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-07-14T08:30:22.094Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-07-14T08:30:22.543Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-07-14T08:30:22.994Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-07-14T08:30:23.443Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-07-14T08:30:23.566Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-07-14T08:30:24.953Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-07-14T08:30:25.713Z] === RUN TestDockerSuite/TestInspectPlugin [2021-07-14T08:30:25.713Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-07-14T08:30:25.713Z] === RUN TestDockerSuite/TestInspectRootFS [2021-07-14T08:30:25.713Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-07-14T08:30:27.857Z] === RUN TestDockerSuite/TestInspectStatus [2021-07-14T08:30:30.736Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-07-14T08:30:31.987Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-07-14T08:30:31.987Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-07-14T08:30:31.987Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-07-14T08:30:35.366Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-07-14T08:30:36.885Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-07-14T08:30:39.029Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-07-14T08:30:40.475Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-07-14T08:30:40.475Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-07-14T08:30:40.475Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-07-14T08:30:41.175Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-07-14T08:30:45.108Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-07-14T08:30:45.108Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-07-14T08:30:45.108Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-07-14T08:30:45.108Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-07-14T08:30:45.108Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-07-14T08:30:45.108Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-07-14T08:30:45.108Z] === RUN TestDockerSuite/TestStartRecordError [2021-07-14T08:30:45.108Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-07-14T08:30:45.108Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-07-14T08:30:48.176Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-07-14T08:30:50.322Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-07-14T08:30:52.109Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-07-14T08:30:52.109Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-07-14T08:30:52.109Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-07-14T08:30:52.109Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-07-14T08:30:52.109Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-07-14T08:30:52.109Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-07-14T08:30:52.109Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-07-14T08:30:52.109Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-07-14T08:30:52.109Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-07-14T08:30:52.109Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-07-14T08:30:52.109Z] === RUN TestDockerSuite/TestStatsNoStream [2021-07-14T08:30:52.109Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-07-14T08:30:52.109Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-07-14T08:30:54.256Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-07-14T08:30:56.398Z] === RUN TestDockerSuite/TestTopPrivileged [2021-07-14T08:30:56.398Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-07-14T08:30:56.398Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-07-14T08:30:57.909Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-07-14T08:30:57.909Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.360Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-07-14T08:30:58.360Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.360Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-07-14T08:30:58.360Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.360Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-07-14T08:30:58.360Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.360Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-07-14T08:30:58.360Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.360Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-07-14T08:30:58.360Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.360Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-07-14T08:30:58.809Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLinksEnvs [2021-07-14T08:30:58.809Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-07-14T08:30:58.809Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-07-14T08:30:58.809Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-07-14T08:30:58.809Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-07-14T08:30:58.809Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-07-14T08:30:58.809Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-07-14T08:30:58.809Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-07-14T08:30:58.809Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-07-14T08:30:58.809Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-07-14T08:30:58.809Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-07-14T08:30:58.809Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-07-14T08:30:58.809Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-07-14T08:30:58.809Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-07-14T08:30:58.809Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-07-14T08:30:58.809Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-07-14T08:30:58.809Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-07-14T08:31:00.320Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-07-14T08:31:01.830Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-07-14T08:31:07.558Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-07-14T08:31:09.705Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-07-14T08:31:09.705Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-07-14T08:31:09.705Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-07-14T08:31:11.848Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-07-14T08:31:12.299Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-07-14T08:31:15.920Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-07-14T08:31:15.920Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-07-14T08:31:15.920Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-07-14T08:31:15.920Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-07-14T08:31:15.920Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-07-14T08:31:15.920Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-07-14T08:31:15.920Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-07-14T08:31:15.920Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-07-14T08:31:17.431Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-07-14T08:31:17.431Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-07-14T08:31:18.024Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-07-14T08:31:21.112Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-07-14T08:31:21.112Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-07-14T08:31:21.562Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-07-14T08:31:21.562Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-07-14T08:31:21.562Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-07-14T08:31:23.748Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-07-14T08:31:29.480Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-07-14T08:31:30.049Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-07-14T08:31:30.049Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-07-14T08:31:30.049Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-07-14T08:31:30.049Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-07-14T08:31:30.049Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-07-14T08:31:30.049Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-07-14T08:31:30.049Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-07-14T08:31:32.343Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-07-14T08:31:34.487Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-07-14T08:31:34.487Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-07-14T08:31:34.487Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-07-14T08:31:36.630Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-07-14T08:31:38.533Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-07-14T08:31:38.533Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-07-14T08:31:38.533Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-07-14T08:31:39.498Z] === RUN TestDockerSuite/TestLogsSince [2021-07-14T08:31:47.987Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-07-14T08:31:47.987Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-07-14T08:31:47.987Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-07-14T08:31:47.987Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-07-14T08:31:47.987Z] === RUN TestDockerSuite/TestLogsTail [2021-07-14T08:31:48.755Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-07-14T08:31:48.755Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-07-14T08:31:48.755Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-07-14T08:31:48.755Z] --- PASS: TestDockerSuite (2239.28s) [2021-07-14T08:31:48.755Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-07-14T08:31:48.755Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-07-14T08:31:48.755Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-07-14T08:31:48.755Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-07-14T08:31:48.755Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.76s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.20s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.51s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (53.74s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.72s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.02s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.08s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.01s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.16s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.91s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (9.94s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (62.26s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.68s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (8.03s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.84s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.22s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.75s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.15s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.43s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.69s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.31s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.43s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.94s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.24s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.66s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.43s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.51s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAddTar (30.30s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (15.64s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.51s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (10.58s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (8.81s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (17.03s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (11.39s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.46s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.17s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.62s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (21.20s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.83s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.29s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (8.67s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.27s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.51s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.95s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCmd (0.57s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.56s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.53s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.58s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.19s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.19s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.45s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.54s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.88s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.49s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.81s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.66s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.46s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (37.05s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.40s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.16s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (9.17s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.51s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (20.42s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.83s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (20.26s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.44s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.62s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.43s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.89s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.55s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerignore (44.22s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.59s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (48.42s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.59s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.63s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (17.18s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.64s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.99s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (24.49s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.16s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.45s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (65.81s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.34s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.61s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.07s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.46s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.52s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (14.23s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.71s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.77s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-07-14T08:31:48.756Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-07-14T08:31:48.756Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.63s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.92s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (8.66s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.07s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.62s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildFails (2.47s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (10.21s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.82s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.00s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.59s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.38s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (9.12s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.79s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.53s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (12.03s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildHistory (10.33s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.99s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.53s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.76s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildLabel (0.97s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.63s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.88s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.55s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildLabels (0.94s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.56s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.52s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.53s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.70s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.30s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (14.05s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.51s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (38.18s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.13s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.38s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.20s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.67s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (14.87s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.16s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.65s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.44s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.89s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.42s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.17s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (4.12s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.02s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.48s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.20s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.46s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.05s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.76s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (6.67s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (8.77s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.87s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.03s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.65s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (35.88s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (16.55s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildRm (24.80s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.88s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.37s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.58s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.55s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.02s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (18.59s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.61s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.63s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (7.63s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.78s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildStderr (8.34s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (39.28s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.27s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.05s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.12s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.43s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (9.16s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (8.15s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.52s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.82s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.00s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.78s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.85s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.98s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildWithFailure (7.00s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (13.43s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildWithTabs (8.39s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.35s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.26s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.29s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.21s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.15s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.87s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.68s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.81s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestCommitChange (4.22s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.73s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.48s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestCommitTTY (7.62s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.18s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.67s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.99s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.57s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.23s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.66s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.23s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.12s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.11s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.24s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.04s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.57s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.98s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.70s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.27s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.18s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.84s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.14s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.92s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.60s) [2021-07-14T08:31:49.208Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.13s) [2021-07-14T08:31:49.208Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.46s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.07s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.81s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (17.63s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.57s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.56s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.51s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.50s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0009d66d8_} (2.46s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1680253122_c:\foo_false____} (2.50s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1680253122_c:\foo_true____} (2.50s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.43s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.09s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.11s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.26s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.61s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.69s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.35s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.66s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.14s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.68s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCpToDot (2.57s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCpToStdout (2.66s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.20s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateArgs (0.21s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.09s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.60s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.22s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.23s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (6.55s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.71s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateLabels (0.22s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateRM (0.40s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.21s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.41s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.10s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.25s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.43s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.71s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.25s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.57s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.15s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.29s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.67s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.30s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.14s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsCopy (8.84s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.48s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.17s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.80s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.20s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.57s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsFilters (4.74s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsFormat (4.25s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsRename (2.69s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsResize (7.87s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.54s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.45s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.57s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsUntag (2.74s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.83s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.91s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.95s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.98s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.96s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.94s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.94s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.73s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.18s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestExecInspectID (4.43s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.28s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.12s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.31s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.87s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.78s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.98s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.83s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.16s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.31s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.30s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.57s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.67s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.09s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.84s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestImagesFormat (0.18s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.75s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestImportBadURL (2.39s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.23s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.56s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.15s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.04s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestInspectDefault (2.45s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestInspectHistory (3.92s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-07-14T08:31:49.209Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.50s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.01s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.03s) [2021-07-14T08:31:49.209Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.00s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.00s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestInspectStatus (3.14s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.03s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.12s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.26s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.05s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.48s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.46s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.51s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.97s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.99s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.78s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.15s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.08s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.45s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.30s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.27s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.53s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.43s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.63s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.71s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsSince (9.17s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsTail (2.95s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.68s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.53s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.72s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.66s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPsByOrder (7.88s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.85s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.78s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.31s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.55s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.72s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.80s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.61s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.38s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.35s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.59s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.23s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.90s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.98s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.63s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.71s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (21.15s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.95s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.27s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.21s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.82s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.56s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.86s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.64s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.33s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.07s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.05s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.68s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (10.54s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.85s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.52s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.51s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRmiTag (0.64s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.63s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (29.53s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.96s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.26s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.15s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.65s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.05s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.58s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.15s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.55s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.54s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.74s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.52s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.89s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.89s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.96s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.67s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.54s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.55s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.78s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.06s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.61s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.17s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.53s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.58s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.55s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunExitCode (2.57s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.56s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.58s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.64s) [2021-07-14T08:31:49.210Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-07-14T08:31:49.210Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.48s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.23s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.51s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.65s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.41s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.07s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.38s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.17s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.76s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.87s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.16s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.87s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.12s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.43s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunRm (2.55s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.59s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.62s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.48s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.09s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.64s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.58s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.31s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.67s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.04s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.50s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.30s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.46s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.96s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.15s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.32s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.57s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.59s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.46s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.69s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.75s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.62s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.19s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.37s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.38s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.22s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.63s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.26s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.11s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.35s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.11s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.04s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.19s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.04s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.27s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.26s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.85s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.11s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.40s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.37s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.67s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.61s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.23s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.25s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.86s) [2021-07-14T08:31:49.211Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-07-14T08:31:49.211Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.25s) [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-07-14T08:31:49.211Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.211Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-07-14T08:31:49.212Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] --- PASS: TestDockerRegistrySuite (0.11s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-07-14T08:31:49.212Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-07-14T08:31:49.212Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-07-14T08:31:49.212Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-07-14T08:31:49.212Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-07-14T08:31:49.212Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-07-14T08:31:49.212Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-07-14T08:31:49.212Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-07-14T08:31:49.212Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-07-14T08:31:49.212Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistryAuthTokenSuite [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-07-14T08:31:49.212Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-07-14T08:31:49.212Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-07-14T08:31:49.212Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-07-14T08:31:49.212Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-07-14T08:31:49.212Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-07-14T08:31:49.212Z] === RUN TestDockerDaemonSuite [2021-07-14T08:31:49.212Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-07-14T08:31:49.212Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-07-14T08:31:49.212Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-07-14T08:31:49.212Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-07-14T08:31:49.212Z] === RUN TestDockerSwarmSuite [2021-07-14T08:31:49.212Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-07-14T08:31:49.212Z] === RUN TestDockerPluginSuite [2021-07-14T08:31:49.212Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-07-14T08:31:49.212Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-07-14T08:31:49.212Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-07-14T08:31:49.212Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-07-14T08:31:49.212Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-07-14T08:31:49.212Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-07-14T08:31:49.212Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-07-14T08:31:49.212Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-07-14T08:31:49.212Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-07-14T08:31:49.212Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-07-14T08:31:49.212Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-07-14T08:31:49.212Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] --- PASS: TestDockerPluginSuite (0.03s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-07-14T08:31:49.212Z] === RUN TestDockerExternalVolumeSuite [2021-07-14T08:31:49.212Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-07-14T08:31:49.212Z] === RUN TestDockerNetworkSuite [2021-07-14T08:31:49.212Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-07-14T08:31:49.212Z] === RUN TestDockerHubPullSuite [2021-07-14T08:31:49.212Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-07-14T08:31:49.212Z] PASS [2021-07-14T08:31:49.212Z] ok github.com/docker/docker/integration-cli 2239.587s [2021-07-14T08:31:49.212Z] [2021-07-14T08:31:49.212Z] === Skipped [2021-07-14T08:31:49.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-07-14T08:31:49.212Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-07-14T08:31:49.212Z] [2021-07-14T08:31:49.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-07-14T08:31:49.212Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-07-14T08:31:49.212Z] [2021-07-14T08:31:49.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-07-14T08:31:49.212Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.212Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-07-14T08:31:49.213Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-07-14T08:31:49.213Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-07-14T08:31:49.213Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-07-14T08:31:49.213Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-07-14T08:31:49.213Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-07-14T08:31:49.213Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-07-14T08:31:49.213Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-07-14T08:31:49.213Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-07-14T08:31:49.213Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2021-07-14T08:31:49.213Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.33s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.81s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.32s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-07-14T08:31:49.213Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.28s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.33s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-07-14T08:31:49.213Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.213Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-07-14T08:31:49.213Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.03s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.03s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-07-14T08:31:49.214Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.27s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.27s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.30s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.30s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.29s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.29s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.28s) [2021-07-14T08:31:49.214Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-07-14T08:31:49.214Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-07-14T08:31:49.214Z] docker_cli_sni_test.go:18: Flakey test [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-07-14T08:31:49.214Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-07-14T08:31:49.214Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-07-14T08:31:49.214Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-07-14T08:31:49.214Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-07-14T08:31:49.214Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-07-14T08:31:49.214Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-07-14T08:31:49.214Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-07-14T08:31:49.214Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-07-14T08:31:49.214Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-07-14T08:31:49.214Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-07-14T08:31:49.214Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-07-14T08:31:49.214Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.214Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-07-14T08:31:49.214Z] [2021-07-14T08:31:49.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-07-14T08:31:49.215Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.215Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-07-14T08:31:49.215Z] [2021-07-14T08:31:49.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-07-14T08:31:49.215Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-07-14T08:31:49.665Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-07-14T08:31:49.665Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-07-14T08:31:49.665Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-07-14T08:31:49.665Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-07-14T08:31:49.665Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2021-07-14T08:31:49.665Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.665Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-07-14T08:31:49.665Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.665Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-07-14T08:31:49.665Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-07-14T08:31:49.666Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-07-14T08:31:49.666Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-07-14T08:31:49.666Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-07-14T08:31:49.666Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-07-14T08:31:49.666Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-07-14T08:31:49.666Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-07-14T08:31:49.666Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-07-14T08:31:49.666Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-07-14T08:31:49.666Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-07-14T08:31:49.666Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-07-14T08:31:49.666Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-07-14T08:31:49.666Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-07-14T08:31:49.666Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-07-14T08:31:49.666Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2021-07-14T08:31:49.666Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-07-14T08:31:49.666Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-07-14T08:31:49.666Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-07-14T08:31:49.666Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-07-14T08:31:49.666Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.666Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-07-14T08:31:49.666Z] [2021-07-14T08:31:49.666Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-07-14T08:31:49.667Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-07-14T08:31:49.667Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-07-14T08:31:49.667Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-07-14T08:31:49.667Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-07-14T08:31:49.667Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2021-07-14T08:31:49.667Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-07-14T08:31:49.667Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-07-14T08:31:49.667Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-07-14T08:31:49.667Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-07-14T08:31:49.667Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-07-14T08:31:49.667Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-07-14T08:31:49.667Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-07-14T08:31:49.667Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-07-14T08:31:49.667Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.667Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-07-14T08:31:49.667Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.667Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-07-14T08:31:49.667Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-07-14T08:31:49.668Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-07-14T08:31:49.668Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-07-14T08:31:49.668Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-07-14T08:31:49.668Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-07-14T08:31:49.668Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-07-14T08:31:49.668Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-07-14T08:31:49.668Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-07-14T08:31:49.668Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-07-14T08:31:49.668Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-07-14T08:31:49.668Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.668Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-07-14T08:31:49.668Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.668Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-07-14T08:31:49.668Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-07-14T08:31:49.669Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.669Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-07-14T08:31:49.669Z] [2021-07-14T08:31:49.669Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.03s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2021-07-14T08:31:49.670Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-07-14T08:31:49.670Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-07-14T08:31:49.670Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.670Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-07-14T08:31:49.670Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.670Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-07-14T08:31:49.670Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-07-14T08:31:49.671Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-07-14T08:31:49.671Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-07-14T08:31:49.671Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-07-14T08:31:49.671Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-07-14T08:31:49.671Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-07-14T08:31:49.671Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-07-14T08:31:49.671Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-07-14T08:31:49.671Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-07-14T08:31:49.671Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-07-14T08:31:49.671Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.671Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:31:49.671Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.671Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:31:49.671Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-07-14T08:31:49.672Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:49.672Z] DONE 1092 tests, 546 skipped in 2247.195s [2021-07-14T08:31:49.672Z] INFO: Integration tests ended at 07/14/2021 08:31:49. Duration:00:37:27.4726174 [2021-07-14T08:31:49.672Z] INFO: Docker info of the daemon under test at end of run [2021-07-14T08:31:49.672Z] [2021-07-14T08:31:50.122Z] Containers: 2 [2021-07-14T08:31:50.122Z] Running: 0 [2021-07-14T08:31:50.122Z] Paused: 0 [2021-07-14T08:31:50.122Z] Stopped: 2 [2021-07-14T08:31:50.122Z] Images: 18 [2021-07-14T08:31:50.122Z] Server Version: 0.0.0-dev [2021-07-14T08:31:50.122Z] Storage Driver: windowsfilter [2021-07-14T08:31:50.122Z] Windows: [2021-07-14T08:31:50.122Z] Logging Driver: json-file [2021-07-14T08:31:50.122Z] Plugins: [2021-07-14T08:31:50.122Z] Volume: local [2021-07-14T08:31:50.122Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-07-14T08:31:50.122Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-07-14T08:31:50.122Z] Swarm: inactive [2021-07-14T08:31:50.122Z] Default Isolation: process [2021-07-14T08:31:50.122Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-07-14T08:31:50.122Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-07-14T08:31:50.122Z] OSType: windows [2021-07-14T08:31:50.122Z] Architecture: x86_64 [2021-07-14T08:31:50.122Z] CPUs: 4 [2021-07-14T08:31:50.122Z] Total Memory: 32GiB [2021-07-14T08:31:50.122Z] Name: azwin-2-192b51 [2021-07-14T08:31:50.122Z] ID: RCNH:4IAR:3OVN:AIK3:PSAU:SXXD:KSVD:OEEU:HL47:2QAB:QI2A:EXOT [2021-07-14T08:31:50.122Z] Docker Root Dir: D:\CI\PR-42636\2\daemon [2021-07-14T08:31:50.122Z] Debug Mode (client): false [2021-07-14T08:31:50.122Z] Debug Mode (server): true [2021-07-14T08:31:50.122Z] File Descriptors: -1 [2021-07-14T08:31:50.122Z] Goroutines: 17 [2021-07-14T08:31:50.122Z] System Time: 2021-07-14T08:31:49.7675663Z [2021-07-14T08:31:50.122Z] EventsListeners: 0 [2021-07-14T08:31:50.122Z] Registry: https://index.docker.io/v1/ [2021-07-14T08:31:50.122Z] Labels: [2021-07-14T08:31:50.122Z] Experimental: false [2021-07-14T08:31:50.122Z] Insecure Registries: [2021-07-14T08:31:50.122Z] 127.0.0.0/8 [2021-07-14T08:31:50.122Z] Live Restore Enabled: false [2021-07-14T08:31:50.122Z] [2021-07-14T08:31:50.122Z] [2021-07-14T08:31:50.122Z] INFO: Stopping daemon under test [2021-07-14T08:31:50.122Z] SUCCESS: The process with PID 6460 (child process of PID 6716) has been terminated. [2021-07-14T08:31:50.122Z] SUCCESS: The process with PID 6716 (child process of PID 4240) has been terminated. [2021-07-14T08:31:50.122Z] INFO: Stop tailing logs of the daemon under tests [2021-07-14T08:31:50.122Z] INFO: executeCI.ps1 Completed successfully at 07/14/2021 08:31:49. [2021-07-14T08:31:50.122Z] INFO: Tidying up at end of run [2021-07-14T08:31:50.122Z] INFO: Saving daemon under test log (d:\CI\PR-42636\2\dut.out) to bundles\CIDUT.out [2021-07-14T08:31:50.122Z] INFO: Saving daemon under test log (d:\CI\PR-42636\2\dut.err) to bundles\CIDUT.err [2021-07-14T08:31:50.122Z] INFO: Nuke-Everything... [2021-07-14T08:31:50.572Z] INFO: Container count on control daemon to delete is 2 [2021-07-14T08:31:50.849Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-07-14T08:31:51.023Z] 5fcae2610118 [2021-07-14T08:31:51.023Z] bdd7eb834546 [2021-07-14T08:31:51.023Z] INFO: Tidying pidfile d:\CI\PR-42636\2\docker.pid [2021-07-14T08:31:51.473Z] INFO: Nuking d:\CI [2021-07-14T08:31:53.708Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestMountIntoProc [2021-07-14T08:31:55.857Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestMountIntoSys [2021-07-14T08:31:55.857Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestNetHostname [2021-07-14T08:31:55.857Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-07-14T08:31:55.857Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-07-14T08:31:55.857Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-07-14T08:31:55.857Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestPluginActive [2021-07-14T08:31:55.857Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-07-14T08:31:55.857Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-07-14T08:31:55.857Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-07-14T08:31:55.857Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-07-14T08:31:55.857Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-07-14T08:31:55.857Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-07-14T08:31:55.857Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-07-14T08:31:55.857Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-07-14T08:31:55.857Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestPortHostBinding [2021-07-14T08:31:55.857Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestPortList [2021-07-14T08:31:55.857Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-07-14T08:31:55.857Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-07-14T08:32:00.484Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-07-14T08:32:00.484Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:32:00.484Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-07-14T08:32:00.484Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-07-14T08:32:00.484Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-07-14T08:32:00.484Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-07-14T08:32:00.484Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-07-14T08:32:00.484Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-07-14T08:32:00.484Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-07-14T08:32:00.484Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-07-14T08:32:00.484Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-07-14T08:32:00.484Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-07-14T08:32:00.484Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-07-14T08:32:00.484Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-07-14T08:32:00.484Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-07-14T08:32:00.484Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-07-14T08:32:00.484Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-07-14T08:32:00.484Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-07-14T08:32:05.109Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-07-14T08:32:05.109Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-07-14T08:32:05.109Z] === RUN TestDockerSuite/TestPsByOrder [2021-07-14T08:32:06.189Z] INFO: Zapped successfully [2021-07-14T08:32:06.189Z] [2021-07-14T08:32:06.189Z] INFO: executeCI.ps1 exiting at Wed Jul 14 08:32:04 CUT 2021. Duration 01:13:32.0208356 [2021-07-14T08:32:06.189Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-07-14T08:32:06.423Z] Recording test results [2021-07-14T08:32:13.271Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-07-14T08:32:13.587Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-07-14T08:32:13.587Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-07-14T08:32:13.587Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-07-14T08:32:14.719Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2021-07-14T08:32:16.433Z] Archiving artifacts [2021-07-14T08:32:25.856Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-07-14T08:32:29.833Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42636/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-07-14T08:32:30.732Z] + make clean [2021-07-14T08:32:31.689Z] docker volume rm -f docker-dev-cache [2021-07-14T08:32:31.689Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-14T08:32:40.548Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-07-14T08:32:40.548Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-07-14T08:32:40.548Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-07-14T08:32:40.548Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-07-14T08:32:52.819Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-07-14T08:32:55.684Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-07-14T08:33:07.959Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-07-14T08:33:11.640Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-07-14T08:33:11.640Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-07-14T08:33:11.640Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-07-14T08:33:11.640Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-07-14T08:33:11.640Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-07-14T08:33:21.865Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-07-14T08:33:21.865Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-07-14T08:33:21.865Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-07-14T08:33:21.865Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-07-14T08:33:21.865Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-07-14T08:33:21.865Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-07-14T08:33:21.865Z] === RUN TestDockerSuite/TestPsRightTagName [2021-07-14T08:33:21.865Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-07-14T08:33:21.865Z] === RUN TestDockerSuite/TestPsShowMounts [2021-07-14T08:33:27.586Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-07-14T08:33:27.586Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-07-14T08:33:27.586Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-07-14T08:33:29.096Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-07-14T08:33:29.096Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-07-14T08:33:29.096Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-07-14T08:33:30.608Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-07-14T08:33:31.558Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-07-14T08:33:31.558Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-07-14T08:33:31.558Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-07-14T08:33:36.184Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-07-14T08:33:39.869Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-07-14T08:33:42.013Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-07-14T08:34:11.819Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-07-14T08:34:11.819Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:34:11.819Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-07-14T08:34:14.679Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-07-14T08:34:14.679Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-07-14T08:34:14.679Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-07-14T08:34:15.632Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-07-14T08:34:19.312Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-07-14T08:34:23.936Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-07-14T08:34:23.936Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:34:23.936Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-07-14T08:34:27.619Z] === RUN TestDockerSuite/TestRmiBlank [2021-07-14T08:34:27.620Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-07-14T08:34:27.620Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-07-14T08:34:42.313Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-07-14T08:34:43.823Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-07-14T08:34:44.857Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-07-14T08:34:50.586Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-07-14T08:34:55.213Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-07-14T08:35:02.204Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-07-14T08:35:06.172Z] === RUN TestDockerSuite/TestRmiTag [2021-07-14T08:35:06.622Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-07-14T08:35:08.763Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-07-14T08:35:26.328Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-07-14T08:35:27.279Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-07-14T08:35:31.908Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-07-14T08:35:32.359Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-07-14T08:35:32.359Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-07-14T08:35:32.359Z] === RUN TestDockerSuite/TestRunAddHost [2021-07-14T08:35:32.359Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-07-14T08:35:32.359Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-07-14T08:35:32.359Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-07-14T08:35:32.359Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-07-14T08:35:32.359Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-07-14T08:35:32.359Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-07-14T08:35:32.359Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-07-14T08:35:32.359Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-07-14T08:35:32.359Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-07-14T08:35:32.810Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-07-14T08:35:32.811Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-07-14T08:35:32.811Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-07-14T08:35:34.959Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-07-14T08:35:34.959Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-07-14T08:35:34.959Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-07-14T08:35:34.959Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-07-14T08:35:34.959Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-07-14T08:35:39.587Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-07-14T08:35:41.729Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-07-14T08:35:48.734Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-07-14T08:35:50.877Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-07-14T08:35:53.024Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-07-14T08:35:53.024Z] === RUN TestDockerSuite/TestRunBindMounts [2021-07-14T08:35:57.654Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-07-14T08:35:57.654Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-07-14T08:35:57.654Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-07-14T08:35:57.654Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-07-14T08:35:57.654Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-07-14T08:35:57.654Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-07-14T08:35:57.654Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-07-14T08:35:57.654Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-07-14T08:35:57.654Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-07-14T08:35:57.654Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-07-14T08:35:57.654Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-07-14T08:35:57.654Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-07-14T08:35:57.654Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-07-14T08:35:57.654Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-07-14T08:35:57.654Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-07-14T08:35:57.654Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-07-14T08:35:57.654Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-07-14T08:35:57.654Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-07-14T08:35:57.654Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-07-14T08:35:57.654Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-07-14T08:35:57.654Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-07-14T08:35:57.654Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-07-14T08:35:57.654Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-07-14T08:36:00.514Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-07-14T08:36:00.514Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-07-14T08:36:00.514Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-07-14T08:36:03.379Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-07-14T08:36:03.379Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-07-14T08:36:03.379Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-07-14T08:36:03.379Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-07-14T08:36:03.379Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-07-14T08:36:05.522Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-07-14T08:36:05.522Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-07-14T08:36:05.522Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-07-14T08:36:05.522Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-07-14T08:36:05.522Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-07-14T08:36:05.522Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-07-14T08:36:05.522Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-07-14T08:36:05.522Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-07-14T08:36:05.522Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-07-14T08:36:05.522Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-07-14T08:36:05.522Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-07-14T08:36:05.522Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-07-14T08:36:05.522Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-07-14T08:36:05.522Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-07-14T08:36:05.522Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-07-14T08:36:07.666Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-07-14T08:36:09.810Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-07-14T08:36:11.953Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-07-14T08:36:11.953Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-07-14T08:36:11.953Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-07-14T08:36:11.953Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-07-14T08:36:12.517Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-07-14T08:36:12.517Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-07-14T08:36:12.517Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-07-14T08:36:14.671Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-07-14T08:36:14.671Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-07-14T08:36:14.671Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-07-14T08:36:14.671Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-07-14T08:36:14.671Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-07-14T08:36:14.671Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-07-14T08:36:14.671Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-07-14T08:36:14.671Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-07-14T08:36:14.671Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-07-14T08:36:16.182Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-07-14T08:36:21.905Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-07-14T08:36:21.905Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-07-14T08:36:21.905Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-07-14T08:36:21.905Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-07-14T08:36:21.905Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-07-14T08:36:21.905Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-07-14T08:36:21.905Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-07-14T08:36:21.905Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-07-14T08:36:21.905Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-07-14T08:36:21.905Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-07-14T08:36:21.905Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-07-14T08:36:21.905Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-07-14T08:36:21.905Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-07-14T08:36:23.419Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-07-14T08:36:23.419Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-07-14T08:36:23.419Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-07-14T08:36:23.419Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-07-14T08:36:23.419Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-07-14T08:36:23.869Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-07-14T08:36:26.013Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-07-14T08:36:28.156Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-07-14T08:36:28.156Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-07-14T08:36:28.156Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-07-14T08:36:30.300Z] === RUN TestDockerSuite/TestRunEnvironment [2021-07-14T08:36:30.300Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-07-14T08:36:30.300Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-07-14T08:36:30.300Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-07-14T08:36:30.300Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-07-14T08:36:30.300Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-07-14T08:36:30.300Z] === RUN TestDockerSuite/TestRunExitCode [2021-07-14T08:36:37.302Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-07-14T08:36:39.458Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-07-14T08:36:41.603Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-07-14T08:36:44.476Z] === RUN TestDockerSuite/TestRunExposePort [2021-07-14T08:36:44.476Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-07-14T08:36:44.476Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-07-14T08:36:44.476Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-07-14T08:36:44.476Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-07-14T08:36:44.476Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-07-14T08:36:44.476Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-07-14T08:36:44.476Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-07-14T08:36:44.476Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-07-14T08:36:44.476Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-07-14T08:36:44.476Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-07-14T08:36:44.476Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-07-14T08:36:44.476Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-07-14T08:36:44.476Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-07-14T08:36:44.476Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-07-14T08:36:44.476Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-07-14T08:36:48.160Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-07-14T08:36:48.160Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-07-14T08:36:48.160Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-07-14T08:36:48.610Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-07-14T08:36:48.610Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-07-14T08:36:48.610Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-07-14T08:36:48.610Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-07-14T08:36:48.610Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-07-14T08:36:48.610Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-07-14T08:36:48.610Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-07-14T08:36:48.610Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-07-14T08:36:48.610Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-07-14T08:36:58.841Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-07-14T08:36:58.841Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-07-14T08:36:58.841Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-07-14T08:36:59.292Z] === RUN TestDockerSuite/TestRunModeHostname [2021-07-14T08:36:59.292Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-07-14T08:36:59.292Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-07-14T08:36:59.292Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-07-14T08:36:59.292Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-07-14T08:36:59.292Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-07-14T08:36:59.292Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-07-14T08:36:59.292Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-07-14T08:36:59.292Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-07-14T08:36:59.292Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-07-14T08:36:59.292Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-07-14T08:36:59.292Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-07-14T08:36:59.292Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-07-14T08:36:59.292Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-07-14T08:36:59.292Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-07-14T08:36:59.292Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-07-14T08:36:59.292Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-07-14T08:36:59.292Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-07-14T08:36:59.292Z] === RUN TestDockerSuite/TestRunMount [2021-07-14T08:36:59.292Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-07-14T08:36:59.292Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-07-14T08:36:59.292Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-07-14T08:36:59.292Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-07-14T08:36:59.292Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-07-14T08:36:59.292Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-07-14T08:36:59.292Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-07-14T08:36:59.292Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-07-14T08:37:06.290Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-07-14T08:37:06.290Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-07-14T08:37:06.290Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-07-14T08:37:06.290Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-07-14T08:37:06.290Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-07-14T08:37:06.290Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-07-14T08:37:06.290Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-07-14T08:37:10.921Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-07-14T08:37:14.605Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-07-14T08:37:14.605Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-07-14T08:37:14.605Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-07-14T08:37:14.605Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-07-14T08:37:14.605Z] === RUN TestDockerSuite/TestRunNetHost [2021-07-14T08:37:14.605Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-07-14T08:37:14.605Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-07-14T08:37:14.605Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-07-14T08:37:14.605Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-07-14T08:37:14.605Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-07-14T08:37:14.605Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-07-14T08:37:14.605Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-07-14T08:37:14.605Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-07-14T08:37:14.605Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-07-14T08:37:14.605Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-07-14T08:37:14.605Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-07-14T08:37:14.605Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-07-14T08:37:14.605Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-07-14T08:37:14.605Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-07-14T08:37:15.056Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-07-14T08:37:16.008Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-07-14T08:37:18.164Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-07-14T08:37:20.310Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-07-14T08:37:21.823Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-07-14T08:37:23.337Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-07-14T08:37:23.788Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-07-14T08:37:23.788Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-07-14T08:37:23.788Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-07-14T08:37:23.788Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-07-14T08:37:23.788Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-07-14T08:37:23.788Z] === RUN TestDockerSuite/TestRunPortInUse [2021-07-14T08:37:23.788Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-07-14T08:37:23.788Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-07-14T08:37:23.788Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-07-14T08:37:23.788Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-07-14T08:37:23.788Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-07-14T08:37:23.788Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-07-14T08:37:23.788Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-07-14T08:37:23.788Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-07-14T08:37:23.788Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-07-14T08:37:23.788Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-07-14T08:37:27.475Z] === RUN TestDockerSuite/TestRunPublishPort [2021-07-14T08:37:27.476Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-07-14T08:37:27.476Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-07-14T08:37:27.476Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-07-14T08:37:27.476Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-07-14T08:37:27.476Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-07-14T08:37:27.476Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-07-14T08:37:27.476Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-07-14T08:37:27.476Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-07-14T08:37:27.476Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-07-14T08:37:27.476Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-07-14T08:37:35.963Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-07-14T08:37:35.963Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-07-14T08:37:35.963Z] === RUN TestDockerSuite/TestRunRm [2021-07-14T08:37:42.967Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-07-14T08:37:47.596Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-07-14T08:37:54.591Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-07-14T08:37:56.737Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-07-14T08:37:58.880Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-07-14T08:38:01.745Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-07-14T08:38:01.745Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-07-14T08:38:01.745Z] === RUN TestDockerSuite/TestRunState [2021-07-14T08:38:01.745Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-07-14T08:38:01.745Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-07-14T08:38:03.889Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-07-14T08:38:03.889Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-07-14T08:38:03.889Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-07-14T08:38:06.032Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-07-14T08:38:06.032Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-07-14T08:38:06.032Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-07-14T08:38:06.032Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-07-14T08:38:06.032Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-07-14T08:38:06.032Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-07-14T08:38:06.032Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-07-14T08:38:06.032Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-07-14T08:38:06.032Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-07-14T08:38:10.664Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-07-14T08:38:10.664Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-07-14T08:38:10.664Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-07-14T08:38:10.664Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-07-14T08:38:10.664Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-07-14T08:38:10.664Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-07-14T08:38:10.664Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-07-14T08:38:10.664Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-07-14T08:38:10.664Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-07-14T08:38:10.664Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-07-14T08:38:10.664Z] === RUN TestDockerSuite/TestRunUserByID [2021-07-14T08:38:10.664Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-07-14T08:38:10.664Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-07-14T08:38:10.664Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-07-14T08:38:10.664Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-07-14T08:38:10.664Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-07-14T08:38:10.664Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-07-14T08:38:10.664Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-07-14T08:38:10.664Z] === RUN TestDockerSuite/TestRunUserByName [2021-07-14T08:38:10.664Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-07-14T08:38:10.664Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-07-14T08:38:13.532Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-07-14T08:38:13.532Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-07-14T08:38:13.532Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-07-14T08:38:15.043Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-07-14T08:38:15.043Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-07-14T08:38:15.043Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-07-14T08:38:15.043Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-07-14T08:38:15.043Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-07-14T08:38:23.527Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-07-14T08:38:30.519Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-07-14T08:38:39.003Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-07-14T08:38:44.724Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-07-14T08:38:44.724Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-07-14T08:38:44.724Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-07-14T08:38:44.724Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-07-14T08:38:46.872Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-07-14T08:38:49.017Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-07-14T08:38:50.646Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-07-14T08:38:50.646Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-07-14T08:38:50.646Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-07-14T08:38:51.095Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-07-14T08:38:51.095Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-07-14T08:38:51.095Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-07-14T08:38:51.095Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-07-14T08:38:51.095Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-07-14T08:38:51.095Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-07-14T08:38:51.095Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-07-14T08:38:51.095Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-07-14T08:38:51.095Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-07-14T08:38:51.095Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-07-14T08:38:51.095Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-07-14T08:38:51.095Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-07-14T08:38:54.781Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-07-14T08:38:56.291Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-07-14T08:38:58.435Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-07-14T08:39:03.064Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-07-14T08:39:03.064Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-07-14T08:39:03.064Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-07-14T08:39:03.064Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-07-14T08:39:03.064Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-07-14T08:39:03.064Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-07-14T08:39:03.064Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-07-14T08:39:03.064Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestSaveImageId [2021-07-14T08:39:03.064Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-07-14T08:39:03.064Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-07-14T08:39:03.064Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-07-14T08:39:03.064Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-07-14T08:39:03.064Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-07-14T08:39:03.064Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-07-14T08:39:03.064Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-07-14T08:39:03.064Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-07-14T08:39:03.064Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-07-14T08:39:03.064Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-07-14T08:39:05.208Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-07-14T08:39:05.658Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-07-14T08:39:06.109Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-07-14T08:39:06.109Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-07-14T08:39:08.256Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-07-14T08:39:15.253Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-07-14T08:39:15.253Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-07-14T08:39:15.253Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-07-14T08:39:22.269Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-07-14T08:39:22.269Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-07-14T08:39:22.269Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-07-14T08:39:25.950Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-07-14T08:39:25.950Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-07-14T08:39:25.950Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-07-14T08:39:25.950Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-07-14T08:39:25.950Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-07-14T08:39:25.950Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-07-14T08:39:25.950Z] === RUN TestDockerSuite/TestStartRecordError [2021-07-14T08:39:25.950Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-07-14T08:39:25.950Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-07-14T08:39:31.673Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-07-14T08:39:31.673Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-07-14T08:39:31.673Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-07-14T08:39:31.673Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-07-14T08:39:31.673Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-07-14T08:39:31.673Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-07-14T08:39:31.673Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-07-14T08:39:31.673Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-07-14T08:39:31.673Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-07-14T08:39:31.673Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-07-14T08:39:31.673Z] === RUN TestDockerSuite/TestStatsNoStream [2021-07-14T08:39:31.673Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-07-14T08:39:31.673Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-07-14T08:39:33.815Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-07-14T08:39:36.674Z] === RUN TestDockerSuite/TestTopPrivileged [2021-07-14T08:39:36.674Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-07-14T08:39:36.674Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-07-14T08:39:38.185Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-07-14T08:39:38.185Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-07-14T08:39:38.185Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-07-14T08:39:38.185Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-07-14T08:39:38.636Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-07-14T08:39:38.636Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-07-14T08:39:38.636Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-07-14T08:39:38.636Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-07-14T08:39:38.636Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-07-14T08:39:38.636Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-07-14T08:39:38.636Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-07-14T08:39:38.636Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-07-14T08:39:38.636Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-07-14T08:39:56.206Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-07-14T08:39:56.207Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-07-14T08:39:56.207Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-07-14T08:39:56.207Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-07-14T08:39:56.207Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-07-14T08:39:56.207Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-07-14T08:39:56.207Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-07-14T08:39:56.207Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-07-14T08:39:57.158Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-07-14T08:39:57.158Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-07-14T08:40:00.020Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-07-14T08:40:00.471Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-07-14T08:40:00.921Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-07-14T08:40:00.921Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-07-14T08:40:01.371Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-07-14T08:40:08.365Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-07-14T08:40:08.365Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-07-14T08:40:08.365Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-07-14T08:40:09.315Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-07-14T08:40:09.315Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-07-14T08:40:09.315Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-07-14T08:40:09.315Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-07-14T08:40:21.587Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-07-14T08:40:21.587Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-07-14T08:40:21.587Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-07-14T08:40:30.068Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-07-14T08:40:30.068Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-07-14T08:40:30.068Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite (2529.64s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.10s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.25s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.59s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (126.83s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.07s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.08s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.07s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.23s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.07s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.34s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (103.48s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.26s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.72s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.85s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.22s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.85s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.16s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.46s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.85s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.01s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.44s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.99s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.21s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.53s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (9.26s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.51s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAddTar (59.68s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (20.49s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.58s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.47s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.63s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.80s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.35s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.15s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.60s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (9.24s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.97s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.56s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (25.06s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.29s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.60s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.31s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.21s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.23s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.44s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.94s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCmd (0.55s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.56s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.55s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.05s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.11s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.20s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.46s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.86s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.90s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.48s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.82s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.66s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.75s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (29.46s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.30s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.07s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.68s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.51s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (34.57s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.71s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (24.80s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.48s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.62s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.19s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.53s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.54s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerignore (81.94s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.91s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (69.56s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.49s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.65s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (16.83s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (14.00s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.90s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (34.03s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (18.63s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.77s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (108.87s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.36s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.29s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.56s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.05s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.46s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.55s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.02s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.03s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.41s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.53s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.97s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.46s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.57s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.58s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildFails (6.98s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.00s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.14s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildForceRm (11.04s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.45s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.45s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.96s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.74s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.54s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.30s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildHistory (11.12s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.06s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.99s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.78s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.09s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.16s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildLabel (0.98s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.67s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.01s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.58s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildLabels (0.99s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.59s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.16s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.60s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.67s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.78s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.51s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.56s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (29.85s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (18.31s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.34s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.95s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.49s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (20.80s) [2021-07-14T08:40:31.020Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.42s) [2021-07-14T08:40:31.020Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.67s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.67s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.10s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.41s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.16s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.73s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.01s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.31s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildOnBuild (13.23s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.58s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.36s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.59s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.06s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.66s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.56s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.09s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.09s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (38.74s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (22.17s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildRm (12.07s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.32s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.39s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.30s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.36s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.67s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (14.33s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.64s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.62s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.78s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.31s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.37s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildStderr (4.25s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.32s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.94s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.17s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.20s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.97s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.90s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.58s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.94s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.44s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.84s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.09s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (9.95s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.34s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.50s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.35s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.47s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.33s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.35s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (22.08s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.20s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.54s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.97s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.31s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.14s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.14s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCommitChange (9.50s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.12s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.36s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCommitTTY (11.37s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.04s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPICommit (7.23s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.11s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.30s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.35s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.39s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.57s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.16s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.10s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.30s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.25s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.30s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.98s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.54s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.16s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.50s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.88s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.84s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.50s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.12s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.33s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.88s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (22.75s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (7.52s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.67s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.52s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.55s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0005125b8_} (2.51s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1076613642_c:\foo_false____} (2.47s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1076613642_c:\foo_true____} (2.49s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.26s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.05s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.31s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.38s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.08s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.39s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.62s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.36s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCpToCaseE (13.44s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.89s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCpToDot (2.33s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCpToStdout (2.57s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.04s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.22s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateArgs (0.18s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.03s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.29s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.18s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.96s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.69s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateLabels (0.18s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateRM (0.33s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.19s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.35s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.47s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.20s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.43s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.63s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (7.12s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-07-14T08:40:31.021Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-07-14T08:40:31.021Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.35s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (7.48s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.38s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.63s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsCopy (4.69s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.19s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.81s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (8.68s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.43s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsFilters (4.55s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsFormat (4.45s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.17s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsRename (2.42s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsResize (7.76s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.18s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.53s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.66s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsUntag (2.76s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.92s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.90s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.93s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.20s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.11s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.18s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.96s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.95s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.22s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestExecInspectID (4.63s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.39s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.25s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.46s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.04s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.03s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.99s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.03s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.10s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.34s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.63s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.08s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.81s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.27s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.14s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (7.40s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestImagesFormat (0.21s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.78s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestImportBadURL (2.44s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.16s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.40s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.22s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.23s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectDefault (2.21s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectHistory (4.08s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.18s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.15s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.19s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.17s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.19s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.11s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectStatus (2.62s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.28s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.23s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.18s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.06s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (7.03s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.18s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (7.28s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.95s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.94s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.52s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.41s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.13s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.85s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.88s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.80s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.55s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.25s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.25s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.36s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsSince (9.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsTail (2.84s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.44s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.35s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.32s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.37s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestPsByOrder (7.99s) [2021-07-14T08:40:31.022Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestPsListContainersBase (12.60s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.99s) [2021-07-14T08:40:31.022Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.29s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.44s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (11.68s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.30s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (9.38s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.78s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.68s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.26s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.91s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.00s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.82s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.33s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (26.87s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.84s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.26s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.18s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.70s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.87s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.90s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.05s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.29s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.96s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.19s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.68s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.99s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.52s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.91s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.04s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRmiTag (0.67s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.28s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.73s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.36s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.31s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.14s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.99s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.40s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.63s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (6.98s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.13s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.22s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.40s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.64s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.04s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.94s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.23s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.31s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.18s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.17s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.73s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.00s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.24s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.13s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.29s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.22s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.12s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunExitCode (6.98s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.22s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.19s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.67s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunExposePort (0.08s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.76s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.93s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.68s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.03s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.54s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.55s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.90s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.33s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.20s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.12s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.15s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.20s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.95s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.50s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.57s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunRm (7.08s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.52s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (7.11s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.23s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.12s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.48s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.23s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.89s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.18s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.63s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-07-14T08:40:31.023Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.28s) [2021-07-14T08:40:31.023Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.13s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (7.72s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.65s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (9.07s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.47s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.23s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.17s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.16s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.83s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.61s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.03s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.26s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.21s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.37s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.23s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.67s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.48s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.26s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.87s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.07s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.20s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.28s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.10s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.34s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.40s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.77s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.38s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.38s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.32s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.58s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (11.29s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.28s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.27s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.35s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-07-14T08:40:31.024Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.38s) [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-07-14T08:40:31.024Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] --- PASS: TestDockerRegistrySuite (0.15s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-07-14T08:40:31.024Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-07-14T08:40:31.024Z] === RUN TestDockerSchema1RegistrySuite [2021-07-14T08:40:31.024Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-07-14T08:40:31.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-07-14T08:40:31.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-07-14T08:40:31.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.024Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-07-14T08:40:31.024Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.025Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-07-14T08:40:31.025Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.025Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-07-14T08:40:31.025Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.025Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-07-14T08:40:31.025Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.025Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-07-14T08:40:31.478Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.478Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-07-14T08:40:31.478Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.478Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-07-14T08:40:31.478Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.478Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-07-14T08:40:31.478Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.478Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-07-14T08:40:31.478Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.478Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-07-14T08:40:31.478Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.478Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-07-14T08:40:31.478Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.478Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-07-14T08:40:31.478Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.478Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-07-14T08:40:31.478Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.478Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-07-14T08:40:31.478Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.478Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-07-14T08:40:31.478Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.478Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:40:31.478Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:40:31.478Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-07-14T08:40:31.478Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-07-14T08:40:31.479Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-07-14T08:40:31.479Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-07-14T08:40:31.479Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-07-14T08:40:31.479Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-07-14T08:40:31.479Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-07-14T08:40:31.479Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-07-14T08:40:31.479Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-07-14T08:40:31.479Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-07-14T08:40:31.479Z] === RUN TestDockerRegistryAuthTokenSuite [2021-07-14T08:40:31.479Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-07-14T08:40:31.479Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-07-14T08:40:31.479Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-07-14T08:40:31.479Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-07-14T08:40:31.479Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-07-14T08:40:31.479Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-07-14T08:40:31.479Z] === RUN TestDockerDaemonSuite [2021-07-14T08:40:31.479Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-07-14T08:40:31.479Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-07-14T08:40:31.479Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-07-14T08:40:31.479Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-07-14T08:40:31.479Z] === RUN TestDockerSwarmSuite [2021-07-14T08:40:31.479Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-07-14T08:40:31.479Z] === RUN TestDockerPluginSuite [2021-07-14T08:40:31.479Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-07-14T08:40:31.479Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-07-14T08:40:31.479Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-07-14T08:40:31.479Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-07-14T08:40:31.479Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-07-14T08:40:31.479Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-07-14T08:40:31.479Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-07-14T08:40:31.479Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-07-14T08:40:31.479Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-07-14T08:40:31.479Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-07-14T08:40:31.479Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-07-14T08:40:31.479Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-07-14T08:40:31.479Z] === RUN TestDockerExternalVolumeSuite [2021-07-14T08:40:31.479Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-07-14T08:40:31.479Z] === RUN TestDockerNetworkSuite [2021-07-14T08:40:31.479Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-07-14T08:40:31.479Z] === RUN TestDockerHubPullSuite [2021-07-14T08:40:31.479Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-07-14T08:40:31.479Z] PASS [2021-07-14T08:40:31.479Z] ok github.com/docker/docker/integration-cli 2530.017s [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === Skipped [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-07-14T08:40:31.479Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-07-14T08:40:31.479Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-07-14T08:40:31.479Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-07-14T08:40:31.479Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-07-14T08:40:31.479Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-07-14T08:40:31.479Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-07-14T08:40:31.479Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-07-14T08:40:31.479Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-07-14T08:40:31.479Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-07-14T08:40:31.479Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-07-14T08:40:31.479Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-07-14T08:40:31.479Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-07-14T08:40:31.479Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-07-14T08:40:31.479Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-07-14T08:40:31.479Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-07-14T08:40:31.479Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-07-14T08:40:31.479Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-07-14T08:40:31.479Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2021-07-14T08:40:31.479Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-07-14T08:40:31.479Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-07-14T08:40:31.479Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-07-14T08:40:31.479Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-07-14T08:40:31.479Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.479Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-07-14T08:40:31.479Z] [2021-07-14T08:40:31.479Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.58s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.58s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.80s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.80s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.60s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.60s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.32s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-07-14T08:40:31.480Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.29s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.29s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.29s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.480Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-07-14T08:40:31.480Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.480Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-07-14T08:40:31.480Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.31s) [2021-07-14T08:40:31.481Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.30s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.34s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.34s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.35s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.35s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.31s) [2021-07-14T08:40:31.481Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.31s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-07-14T08:40:31.481Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-07-14T08:40:31.481Z] docker_cli_sni_test.go:18: Flakey test [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-07-14T08:40:31.481Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-07-14T08:40:31.481Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-07-14T08:40:31.481Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-07-14T08:40:31.481Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-07-14T08:40:31.481Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-07-14T08:40:31.481Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-07-14T08:40:31.481Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-07-14T08:40:31.481Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-07-14T08:40:31.481Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-07-14T08:40:31.481Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-07-14T08:40:31.481Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-07-14T08:40:31.481Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-07-14T08:40:31.481Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-07-14T08:40:31.481Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-07-14T08:40:31.481Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-07-14T08:40:31.481Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.481Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-07-14T08:40:31.481Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.481Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-07-14T08:40:31.481Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2021-07-14T08:40:31.482Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.03s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-07-14T08:40:31.482Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-07-14T08:40:31.482Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2021-07-14T08:40:31.482Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-07-14T08:40:31.482Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2021-07-14T08:40:31.482Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-07-14T08:40:31.482Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-07-14T08:40:31.482Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-07-14T08:40:31.482Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-07-14T08:40:31.482Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2021-07-14T08:40:31.482Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2021-07-14T08:40:31.482Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2021-07-14T08:40:31.482Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-07-14T08:40:31.482Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-07-14T08:40:31.482Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2021-07-14T08:40:31.482Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-07-14T08:40:31.482Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-07-14T08:40:31.482Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2021-07-14T08:40:31.482Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2021-07-14T08:40:31.482Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2021-07-14T08:40:31.482Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2021-07-14T08:40:31.482Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-07-14T08:40:31.482Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-07-14T08:40:31.482Z] [2021-07-14T08:40:31.482Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-07-14T08:40:31.482Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.482Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.04s) [2021-07-14T08:40:31.483Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.04s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-07-14T08:40:31.483Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-07-14T08:40:31.483Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-07-14T08:40:31.483Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-07-14T08:40:31.483Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-07-14T08:40:31.483Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-07-14T08:40:31.483Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-07-14T08:40:31.483Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-07-14T08:40:31.483Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-07-14T08:40:31.483Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-07-14T08:40:31.483Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-07-14T08:40:31.483Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-07-14T08:40:31.483Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-07-14T08:40:31.483Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.03s) [2021-07-14T08:40:31.483Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.03s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-07-14T08:40:31.483Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-07-14T08:40:31.483Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-07-14T08:40:31.483Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-07-14T08:40:31.483Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2021-07-14T08:40:31.483Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-07-14T08:40:31.483Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-07-14T08:40:31.483Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-07-14T08:40:31.483Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-07-14T08:40:31.483Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-07-14T08:40:31.483Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-07-14T08:40:31.483Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-07-14T08:40:31.483Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-07-14T08:40:31.483Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.483Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-07-14T08:40:31.483Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.483Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-07-14T08:40:31.483Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-07-14T08:40:31.484Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-07-14T08:40:31.484Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-07-14T08:40:31.484Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-07-14T08:40:31.484Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-07-14T08:40:31.484Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-07-14T08:40:31.484Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-07-14T08:40:31.484Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.484Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-07-14T08:40:31.484Z] [2021-07-14T08:40:31.484Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2021-07-14T08:40:31.484Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-07-14T08:40:31.485Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-07-14T08:40:31.485Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-07-14T08:40:31.485Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-07-14T08:40:31.485Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-07-14T08:40:31.485Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-07-14T08:40:31.485Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-07-14T08:40:31.485Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-07-14T08:40:31.485Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-07-14T08:40:31.485Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-07-14T08:40:31.485Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.03s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.485Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-07-14T08:40:31.485Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.485Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-07-14T08:40:31.485Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-07-14T08:40:31.486Z] [2021-07-14T08:40:31.486Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-07-14T08:40:31.486Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.486Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.03s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.03s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.937Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-07-14T08:40:31.937Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.937Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-07-14T08:40:31.937Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-07-14T08:40:31.938Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-07-14T08:40:31.938Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2021-07-14T08:40:31.938Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-07-14T08:40:31.938Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-07-14T08:40:31.938Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-07-14T08:40:31.938Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.03s) [2021-07-14T08:40:31.938Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.03s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-07-14T08:40:31.938Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-07-14T08:40:31.938Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-07-14T08:40:31.938Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2021-07-14T08:40:31.938Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-07-14T08:40:31.938Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2021-07-14T08:40:31.938Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.03s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-07-14T08:40:31.938Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-07-14T08:40:31.938Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.938Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-07-14T08:40:31.938Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.938Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-07-14T08:40:31.938Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-07-14T08:40:31.939Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.939Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-07-14T08:40:31.939Z] [2021-07-14T08:40:31.939Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-07-14T08:40:31.940Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.940Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:31.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-07-14T08:40:31.940Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.940Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:31.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-07-14T08:40:31.940Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.940Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:31.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-07-14T08:40:31.940Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.940Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:31.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-07-14T08:40:31.940Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.940Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:31.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-07-14T08:40:31.940Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.940Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:31.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-07-14T08:40:31.940Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.940Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:31.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-07-14T08:40:31.940Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.940Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:31.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-07-14T08:40:31.940Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.940Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:31.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-07-14T08:40:31.940Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.940Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:31.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-07-14T08:40:31.940Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:31.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-07-14T08:40:31.940Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:31.940Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-07-14T08:40:31.940Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:31.940Z] DONE 1092 tests, 546 skipped in 2538.517s [2021-07-14T08:40:31.940Z] INFO: Integration tests ended at 07/14/2021 08:40:31. Duration:00:42:18.8305835 [2021-07-14T08:40:31.940Z] INFO: Docker info of the daemon under test at end of run [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:31.940Z] Containers: 2 [2021-07-14T08:40:31.940Z] Running: 0 [2021-07-14T08:40:31.940Z] Paused: 0 [2021-07-14T08:40:31.940Z] Stopped: 2 [2021-07-14T08:40:31.940Z] Images: 18 [2021-07-14T08:40:31.940Z] Server Version: 0.0.0-dev [2021-07-14T08:40:31.940Z] Storage Driver: windowsfilter [2021-07-14T08:40:31.940Z] Windows: [2021-07-14T08:40:31.940Z] Logging Driver: json-file [2021-07-14T08:40:31.940Z] Plugins: [2021-07-14T08:40:31.940Z] Volume: local [2021-07-14T08:40:31.940Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-07-14T08:40:31.940Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-07-14T08:40:31.940Z] Swarm: inactive [2021-07-14T08:40:31.940Z] Default Isolation: process [2021-07-14T08:40:31.940Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-07-14T08:40:31.940Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1879) [2021-07-14T08:40:31.940Z] OSType: windows [2021-07-14T08:40:31.940Z] Architecture: x86_64 [2021-07-14T08:40:31.940Z] CPUs: 4 [2021-07-14T08:40:31.940Z] Total Memory: 32GiB [2021-07-14T08:40:31.940Z] Name: azwin-2-f94c20 [2021-07-14T08:40:31.940Z] ID: ILCO:JT7G:4N2Z:WE2M:RJWB:B4U7:NZQJ:6MAJ:4IAL:DAUO:RCKQ:3B4W [2021-07-14T08:40:31.940Z] Docker Root Dir: D:\CI\PR-42636\2\daemon [2021-07-14T08:40:31.940Z] Debug Mode (client): false [2021-07-14T08:40:31.940Z] Debug Mode (server): true [2021-07-14T08:40:31.940Z] File Descriptors: -1 [2021-07-14T08:40:31.940Z] Goroutines: 17 [2021-07-14T08:40:31.940Z] System Time: 2021-07-14T08:40:31.8514203Z [2021-07-14T08:40:31.940Z] EventsListeners: 0 [2021-07-14T08:40:31.940Z] Registry: https://index.docker.io/v1/ [2021-07-14T08:40:31.940Z] Labels: [2021-07-14T08:40:31.940Z] Experimental: false [2021-07-14T08:40:31.940Z] Insecure Registries: [2021-07-14T08:40:31.940Z] 127.0.0.0/8 [2021-07-14T08:40:31.940Z] Live Restore Enabled: false [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:31.940Z] [2021-07-14T08:40:32.389Z] INFO: Stopping daemon under test [2021-07-14T08:40:32.389Z] SUCCESS: The process with PID 3816 (child process of PID 3564) has been terminated. [2021-07-14T08:40:32.389Z] SUCCESS: The process with PID 3564 (child process of PID 5128) has been terminated. [2021-07-14T08:40:32.389Z] INFO: Stop tailing logs of the daemon under tests [2021-07-14T08:40:32.389Z] INFO: executeCI.ps1 Completed successfully at 07/14/2021 08:40:32. [2021-07-14T08:40:32.389Z] INFO: Tidying up at end of run [2021-07-14T08:40:32.389Z] INFO: Saving daemon under test log (d:\CI\PR-42636\2\dut.out) to bundles\CIDUT.out [2021-07-14T08:40:32.389Z] INFO: Saving daemon under test log (d:\CI\PR-42636\2\dut.err) to bundles\CIDUT.err [2021-07-14T08:40:32.389Z] INFO: Nuke-Everything... [2021-07-14T08:40:32.846Z] INFO: Container count on control daemon to delete is 2 [2021-07-14T08:40:33.296Z] 3945142dd20c [2021-07-14T08:40:33.296Z] af8838e451cc [2021-07-14T08:40:33.296Z] INFO: Tidying pidfile d:\CI\PR-42636\2\docker.pid [2021-07-14T08:40:33.296Z] INFO: Nuking d:\CI [2021-07-14T08:40:58.293Z] INFO: Zapped successfully [2021-07-14T08:40:58.293Z] [2021-07-14T08:40:58.293Z] INFO: executeCI.ps1 exiting at Wed Jul 14 08:40:58 CUT 2021. Duration 01:23:33.0351346 [2021-07-14T08:40:58.293Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-07-14T08:40:58.981Z] Recording test results [2021-07-14T08:41:05.859Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-07-14T08:41:07.306Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-07-14T08:41:09.653Z] Archiving artifacts [2021-07-14T08:41:23.152Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42636/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-07-14T08:41:24.051Z] + make clean [2021-07-14T08:41:25.565Z] docker volume rm -f docker-dev-cache [2021-07-14T08:41:25.565Z] 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