Pull request #42510 updated Started by user Sebastiaan van Stijn Rebuilds build #4 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from c21eaf9a0766942ae625e5852313bfb569dd8e31+b9ad7b96bd86e5f632e5fb4f36f98dcc145014fc (56418730607afedd2e0ccf1c2da0c1c528544664) 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-42510@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-06-17T12:30:33.316Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-06-17T12:30:33.320Z] Trying to pass milestone 4 [Pipeline] milestone [2021-06-17T12:30:33.370Z] Trying to pass milestone 5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-06-17T12:30:33.601Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ea9283b8fe19c8e6) in /home/ubuntu/workspace/moby_PR-42510 [Pipeline] { [Pipeline] checkout [2021-06-17T12:30:33.643Z] The recommended git tool is: git [2021-06-17T12:30:35.826Z] using credential docker-jenkins-github-credentials [2021-06-17T12:30:35.834Z] Cloning the remote Git repository [2021-06-17T12:30:35.834Z] Cloning with configured refspecs honoured and without tags [2021-06-17T12:30:35.850Z] Cloning repository https://github.com/moby/moby.git [2021-06-17T12:30:35.879Z] > git init /home/ubuntu/workspace/moby_PR-42510 # timeout=10 [2021-06-17T12:30:36.068Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-17T12:30:36.068Z] > git --version # timeout=10 [2021-06-17T12:30:36.083Z] > git --version # 'git version 2.17.1' [2021-06-17T12:30:36.083Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:30:36.085Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42510/head:refs/remotes/origin/PR-42510 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:30:52.745Z] Fetching without tags [2021-06-17T12:30:53.050Z] Merging remotes/origin/master commit b9ad7b96bd86e5f632e5fb4f36f98dcc145014fc into PR head commit c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:30:52.699Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-17T12:30:52.709Z] > git config --add remote.origin.fetch +refs/pull/42510/head:refs/remotes/origin/PR-42510 # timeout=10 [2021-06-17T12:30:52.718Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:30:52.735Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-17T12:30:52.746Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-17T12:30:52.747Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:30:52.748Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42510/head:refs/remotes/origin/PR-42510 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:30:53.056Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T12:30:53.076Z] > git checkout -f c21eaf9a0766942ae625e5852313bfb569dd8e31 # timeout=10 [2021-06-17T12:30:53.719Z] Merge succeeded, producing c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:30:53.719Z] Checking out Revision c21eaf9a0766942ae625e5852313bfb569dd8e31 (PR-42510) [2021-06-17T12:30:53.651Z] > git remote # timeout=10 [2021-06-17T12:30:53.664Z] > git config --get remote.origin.url # timeout=10 [2021-06-17T12:30:53.677Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:30:53.678Z] > git merge b9ad7b96bd86e5f632e5fb4f36f98dcc145014fc # timeout=10 [2021-06-17T12:30:53.699Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-17T12:30:53.720Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T12:30:53.735Z] > git checkout -f c21eaf9a0766942ae625e5852313bfb569dd8e31 # timeout=10 [2021-06-17T12:30:57.892Z] Commit message: "portmapper: move mockProxyCommand to a _test file" [2021-06-17T12:30:57.893Z] > git rev-list --no-walk c21eaf9a0766942ae625e5852313bfb569dd8e31 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-17T12:30:58.902Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42510:/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-06-17T12:31:07.011Z] Unable to find image 'alpine:latest' locally [2021-06-17T12:31:07.269Z] latest: Pulling from library/alpine [2021-06-17T12:31:07.269Z] 5843afab3874: Pulling fs layer [2021-06-17T12:31:07.269Z] 5843afab3874: Verifying Checksum [2021-06-17T12:31:07.269Z] 5843afab3874: Download complete [2021-06-17T12:31:07.527Z] 5843afab3874: Pull complete [2021-06-17T12:31:07.527Z] Digest: sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d2a0 [2021-06-17T12:31:07.527Z] Status: Downloaded newer image for alpine:latest [2021-06-17T12:31:12.794Z] 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] 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) Stage "win-RS5" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2021-06-17T12:31:13.633Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0ea9283b8fe19c8e6) in /home/ubuntu/workspace/moby_PR-42510 [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) Stage "win-RS5" skipped due to when conditional [Pipeline] } [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-06-17T12:31:13.694Z] The recommended git tool is: git [Pipeline] // stage [2021-06-17T12:31:13.704Z] using credential docker-jenkins-github-credentials [Pipeline] stage [Pipeline] { (Run tests) [2021-06-17T12:31:13.722Z] Fetching changes from the remote Git repository [Pipeline] // stage [2021-06-17T12:31:13.731Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "win-RS5" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [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] } [2021-06-17T12:31:13.708Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42510/.git # timeout=10 [2021-06-17T12:31:13.722Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-17T12:31:13.731Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-17T12:31:13.731Z] > git --version # timeout=10 [2021-06-17T12:31:13.734Z] > git --version # 'git version 2.17.1' [2021-06-17T12:31:13.735Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:31:13.736Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42510/head:refs/remotes/origin/PR-42510 +refs/heads/master:refs/remotes/origin/master # timeout=10 [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] } [2021-06-17T12:31:13.995Z] Merging remotes/origin/master commit b9ad7b96bd86e5f632e5fb4f36f98dcc145014fc into PR head commit c21eaf9a0766942ae625e5852313bfb569dd8e31 [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) [2021-06-17T12:31:14.081Z] Merge succeeded, producing c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:31:14.081Z] Checking out Revision c21eaf9a0766942ae625e5852313bfb569dd8e31 (PR-42510) 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 [2021-06-17T12:31:14.152Z] Commit message: "portmapper: move mockProxyCommand to a _test file" [Pipeline] } [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-17T12:31:13.996Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T12:31:14.001Z] > git checkout -f c21eaf9a0766942ae625e5852313bfb569dd8e31 # timeout=10 [2021-06-17T12:31:14.046Z] > git remote # timeout=10 [2021-06-17T12:31:14.049Z] > git config --get remote.origin.url # timeout=10 [2021-06-17T12:31:14.061Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:31:14.062Z] > git merge b9ad7b96bd86e5f632e5fb4f36f98dcc145014fc # timeout=10 [2021-06-17T12:31:14.073Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-17T12:31:14.081Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T12:31:14.087Z] > git checkout -f c21eaf9a0766942ae625e5852313bfb569dd8e31 # timeout=10 [2021-06-17T12:31:14.890Z] + [ PR != PR ] [2021-06-17T12:31:14.890Z] + [ master != master ] [2021-06-17T12:31:14.890Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-17T12:31:15.220Z] + docker version [2021-06-17T12:31:15.220Z] Client: Docker Engine - Community [2021-06-17T12:31:15.220Z] Version: 20.10.6 [2021-06-17T12:31:15.220Z] API version: 1.41 [2021-06-17T12:31:15.220Z] Go version: go1.13.15 [2021-06-17T12:31:15.220Z] Git commit: 370c289 [2021-06-17T12:31:15.220Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-17T12:31:15.220Z] OS/Arch: linux/amd64 [2021-06-17T12:31:15.220Z] Context: default [2021-06-17T12:31:15.220Z] Experimental: true [2021-06-17T12:31:15.220Z] [2021-06-17T12:31:15.220Z] Server: Docker Engine - Community [2021-06-17T12:31:15.220Z] Engine: [2021-06-17T12:31:15.220Z] Version: 20.10.6 [2021-06-17T12:31:15.220Z] API version: 1.41 (minimum version 1.12) [2021-06-17T12:31:15.220Z] Go version: go1.13.15 [2021-06-17T12:31:15.220Z] Git commit: 8728dd2 [2021-06-17T12:31:15.220Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-17T12:31:15.220Z] OS/Arch: linux/amd64 [2021-06-17T12:31:15.220Z] Experimental: true [2021-06-17T12:31:15.220Z] containerd: [2021-06-17T12:31:15.220Z] Version: 1.4.6 [2021-06-17T12:31:15.220Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-17T12:31:15.220Z] runc: [2021-06-17T12:31:15.220Z] Version: 1.0.0-rc95 [2021-06-17T12:31:15.220Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:31:15.220Z] docker-init: [2021-06-17T12:31:15.220Z] Version: 0.19.0 [2021-06-17T12:31:15.220Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-17T12:31:15.500Z] + docker info [2021-06-17T12:31:28.325Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0da5cd20fec34beaf) in /home/ubuntu/workspace/moby_PR-42510 [Pipeline] { [Pipeline] checkout [2021-06-17T12:31:28.352Z] The recommended git tool is: git [2021-06-17T12:31:28.365Z] using credential docker-jenkins-github-credentials [2021-06-17T12:31:28.372Z] Cloning the remote Git repository [2021-06-17T12:31:28.372Z] Cloning with configured refspecs honoured and without tags [2021-06-17T12:31:28.633Z] Still waiting to schedule task [2021-06-17T12:31:28.633Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-06-17T12:31:28.634Z] Still waiting to schedule task [2021-06-17T12:31:28.634Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-06-17T12:31:28.635Z] Still waiting to schedule task [2021-06-17T12:31:28.635Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-09f4a6e7f1c6b9eca)’ [2021-06-17T12:31:28.639Z] Still waiting to schedule task [2021-06-17T12:31:28.640Z] Waiting for next available executor on ‘azwin-2-472cf0’ [2021-06-17T12:31:28.376Z] Cloning repository https://github.com/moby/moby.git [2021-06-17T12:31:28.376Z] > git init /home/ubuntu/workspace/moby_PR-42510 # timeout=10 [2021-06-17T12:31:28.413Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-17T12:31:28.414Z] > git --version # timeout=10 [2021-06-17T12:31:28.444Z] > git --version # 'git version 2.25.1' [2021-06-17T12:31:28.444Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:31:28.447Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42510/head:refs/remotes/origin/PR-42510 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:31:30.413Z] Client: [2021-06-17T12:31:30.413Z] Context: default [2021-06-17T12:31:30.413Z] Debug Mode: false [2021-06-17T12:31:30.413Z] Plugins: [2021-06-17T12:31:30.413Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-17T12:31:30.413Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-17T12:31:30.413Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-17T12:31:30.413Z] [2021-06-17T12:31:30.413Z] Server: [2021-06-17T12:31:30.413Z] Containers: 0 [2021-06-17T12:31:30.413Z] Running: 0 [2021-06-17T12:31:30.413Z] Paused: 0 [2021-06-17T12:31:30.413Z] Stopped: 0 [2021-06-17T12:31:30.413Z] Images: 1 [2021-06-17T12:31:30.413Z] Server Version: 20.10.6 [2021-06-17T12:31:30.413Z] Storage Driver: overlay2 [2021-06-17T12:31:30.413Z] Backing Filesystem: extfs [2021-06-17T12:31:30.413Z] Supports d_type: true [2021-06-17T12:31:30.413Z] Native Overlay Diff: true [2021-06-17T12:31:30.413Z] userxattr: false [2021-06-17T12:31:30.413Z] Logging Driver: json-file [2021-06-17T12:31:30.413Z] Cgroup Driver: cgroupfs [2021-06-17T12:31:30.413Z] Cgroup Version: 1 [2021-06-17T12:31:30.413Z] Plugins: [2021-06-17T12:31:30.413Z] Volume: local [2021-06-17T12:31:30.413Z] Network: bridge host ipvlan macvlan null overlay [2021-06-17T12:31:30.413Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-17T12:31:30.413Z] Swarm: inactive [2021-06-17T12:31:30.413Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-17T12:31:30.413Z] Default Runtime: runc [2021-06-17T12:31:30.413Z] Init Binary: docker-init [2021-06-17T12:31:30.413Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-17T12:31:30.413Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:31:30.413Z] init version: de40ad0 [2021-06-17T12:31:30.413Z] Security Options: [2021-06-17T12:31:30.413Z] apparmor [2021-06-17T12:31:30.413Z] seccomp [2021-06-17T12:31:30.413Z] Profile: default [2021-06-17T12:31:30.413Z] Kernel Version: 5.4.0-1048-aws [2021-06-17T12:31:30.413Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-17T12:31:30.413Z] OSType: linux [2021-06-17T12:31:30.413Z] Architecture: x86_64 [2021-06-17T12:31:30.413Z] CPUs: 2 [2021-06-17T12:31:30.413Z] Total Memory: 7.569GiB [2021-06-17T12:31:30.413Z] Name: ip-10-100-100-86 [2021-06-17T12:31:30.413Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-17T12:31:30.413Z] Docker Root Dir: /var/lib/docker [2021-06-17T12:31:30.413Z] Debug Mode: false [2021-06-17T12:31:30.413Z] Registry: https://index.docker.io/v1/ [2021-06-17T12:31:30.413Z] Labels: [2021-06-17T12:31:30.413Z] Experimental: true [2021-06-17T12:31:30.413Z] Insecure Registries: [2021-06-17T12:31:30.413Z] 127.0.0.0/8 [2021-06-17T12:31:30.413Z] Live Restore Enabled: true [2021-06-17T12:31:30.413Z] [2021-06-17T12:31:30.413Z] WARNING: No swap limit support [Pipeline] sh [2021-06-17T12:31:30.693Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-17T12:31:30.693Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-17T12:31:30.693Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42510/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-17T12:31:30.693Z] + bash /home/ubuntu/workspace/moby_PR-42510/check-config.sh [2021-06-17T12:31:30.693Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-17T12:31:30.693Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-17T12:31:30.693Z] [2021-06-17T12:31:30.693Z] Generally Necessary: [2021-06-17T12:31:30.693Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-17T12:31:30.693Z] - apparmor: enabled and tools installed [2021-06-17T12:31:30.693Z] - CONFIG_NAMESPACES: enabled [2021-06-17T12:31:30.693Z] - CONFIG_NET_NS: enabled [2021-06-17T12:31:30.693Z] - CONFIG_PID_NS: enabled [2021-06-17T12:31:30.693Z] - CONFIG_IPC_NS: enabled [2021-06-17T12:31:30.693Z] - CONFIG_UTS_NS: enabled [2021-06-17T12:31:30.693Z] - CONFIG_CGROUPS: enabled [2021-06-17T12:31:30.693Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-17T12:31:30.693Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-17T12:31:30.693Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-17T12:31:30.693Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-17T12:31:30.693Z] - CONFIG_CPUSETS: enabled [2021-06-17T12:31:30.693Z] - CONFIG_MEMCG: enabled [2021-06-17T12:31:30.693Z] - CONFIG_KEYS: enabled [2021-06-17T12:31:30.693Z] - CONFIG_VETH: enabled (as module) [2021-06-17T12:31:30.693Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-17T12:31:30.693Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-17T12:31:30.693Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-17T12:31:30.693Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-17T12:31:30.693Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-17T12:31:30.693Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-17T12:31:30.693Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-17T12:31:30.951Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-17T12:31:30.951Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-17T12:31:30.951Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-17T12:31:30.951Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-17T12:31:30.951Z] [2021-06-17T12:31:30.951Z] Optional Features: [2021-06-17T12:31:30.951Z] - CONFIG_USER_NS: enabled [2021-06-17T12:31:30.951Z] - CONFIG_SECCOMP: enabled [2021-06-17T12:31:30.951Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-17T12:31:30.951Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-17T12:31:30.951Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-17T12:31:30.951Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-17T12:31:30.951Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-17T12:31:30.951Z] - CONFIG_BLK_CGROUP: enabled [2021-06-17T12:31:30.951Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-17T12:31:30.951Z] - CONFIG_CGROUP_PERF: enabled [2021-06-17T12:31:30.951Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-17T12:31:30.951Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-17T12:31:30.951Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-17T12:31:30.951Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-17T12:31:30.951Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-17T12:31:30.951Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-17T12:31:30.952Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-17T12:31:30.952Z] - CONFIG_IP_VS: enabled (as module) [2021-06-17T12:31:30.952Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-17T12:31:30.952Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-17T12:31:30.952Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-17T12:31:30.952Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-17T12:31:30.952Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-17T12:31:30.952Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-17T12:31:30.952Z] - CONFIG_EXT4_FS: enabled [2021-06-17T12:31:30.952Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-17T12:31:30.952Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-17T12:31:30.952Z] - Network Drivers: [2021-06-17T12:31:30.952Z] - "overlay": [2021-06-17T12:31:30.952Z] - CONFIG_VXLAN: enabled (as module) [2021-06-17T12:31:30.952Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-17T12:31:30.952Z] Optional (for encrypted networks): [2021-06-17T12:31:30.952Z] - CONFIG_CRYPTO: enabled [2021-06-17T12:31:30.952Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-17T12:31:30.952Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-17T12:31:30.952Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-17T12:31:30.952Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-17T12:31:30.952Z] - CONFIG_XFRM: enabled [2021-06-17T12:31:30.952Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-17T12:31:30.952Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-17T12:31:30.952Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-17T12:31:30.952Z] - "ipvlan": [2021-06-17T12:31:30.952Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-17T12:31:30.952Z] - "macvlan": [2021-06-17T12:31:30.952Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-17T12:31:30.952Z] - CONFIG_DUMMY: enabled (as module) [2021-06-17T12:31:30.952Z] - "ftp,tftp client in container": [2021-06-17T12:31:30.952Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-17T12:31:30.952Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-17T12:31:30.952Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-17T12:31:30.952Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-17T12:31:30.952Z] - Storage Drivers: [2021-06-17T12:31:30.952Z] - "aufs": [2021-06-17T12:31:31.210Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-17T12:31:31.210Z] - "btrfs": [2021-06-17T12:31:31.210Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-17T12:31:31.210Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-17T12:31:31.210Z] - "devicemapper": [2021-06-17T12:31:31.210Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-17T12:31:31.210Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-17T12:31:31.210Z] - "overlay": [2021-06-17T12:31:31.210Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-17T12:31:31.210Z] - "zfs": [2021-06-17T12:31:31.210Z] - /dev/zfs: present [2021-06-17T12:31:31.210Z] - zfs command: missing [2021-06-17T12:31:31.210Z] - zpool command: missing [2021-06-17T12:31:31.210Z] [2021-06-17T12:31:31.210Z] Limits: [2021-06-17T12:31:31.210Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-17T12:31:31.210Z] [2021-06-17T12:31:31.210Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-17T12:31:31.539Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 . [2021-06-17T12:31:31.539Z] #1 [internal] load build definition from Dockerfile [2021-06-17T12:31:31.539Z] #1 sha256:43633c3ed9c92a4d4a400d32b3c74e46d6ec98ad967cbad71d895ea2c291754d [2021-06-17T12:31:31.539Z] #1 transferring dockerfile: 16.63kB done [2021-06-17T12:31:31.539Z] #1 DONE 0.0s [2021-06-17T12:31:31.539Z] [2021-06-17T12:31:31.539Z] #2 [internal] load .dockerignore [2021-06-17T12:31:31.539Z] #2 sha256:eb3653b804242af23d563e5051bfe9bae58453658430368cade0ce382de2b6d9 [2021-06-17T12:31:31.539Z] #2 transferring context: 87B done [2021-06-17T12:31:31.539Z] #2 DONE 0.0s [2021-06-17T12:31:31.539Z] [2021-06-17T12:31:31.539Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-17T12:31:31.539Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-17T12:31:32.477Z] #3 DONE 0.6s [2021-06-17T12:31:32.477Z] [2021-06-17T12:31:32.477Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-17T12:31:32.477Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-17T12:31:32.477Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-06-17T12:31:32.477Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-06-17T12:31:32.477Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-06-17T12:31:32.477Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-06-17T12:31:32.477Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-06-17T12:31:32.477Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-06-17T12:31:32.477Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-06-17T12:31:32.735Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-06-17T12:31:32.735Z] #4 DONE 0.6s [2021-06-17T12:31:32.993Z] [2021-06-17T12:31:32.993Z] #8 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-17T12:31:32.993Z] #8 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d [2021-06-17T12:31:33.926Z] #8 ... [2021-06-17T12:31:33.926Z] [2021-06-17T12:31:33.926Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-06-17T12:31:33.926Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-17T12:31:33.926Z] #5 DONE 0.9s [2021-06-17T12:31:33.926Z] [2021-06-17T12:31:33.926Z] #8 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-17T12:31:33.926Z] #8 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d [2021-06-17T12:31:33.926Z] #8 DONE 0.9s [2021-06-17T12:31:33.926Z] [2021-06-17T12:31:33.926Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-17T12:31:33.926Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-17T12:31:33.926Z] #6 DONE 0.9s [2021-06-17T12:31:33.926Z] [2021-06-17T12:31:33.926Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-17T12:31:33.926Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-17T12:31:33.926Z] #7 DONE 0.9s [2021-06-17T12:31:34.230Z] [2021-06-17T12:31:34.230Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-17T12:31:34.230Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-17T12:31:34.230Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-06-17T12:31:34.230Z] #65 DONE 0.0s [2021-06-17T12:31:34.230Z] [2021-06-17T12:31:34.230Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-17T12:31:34.230Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-17T12:31:34.230Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-17T12:31:34.230Z] #63 DONE 0.1s [2021-06-17T12:31:34.230Z] [2021-06-17T12:31:34.230Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-17T12:31:34.230Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-17T12:31:34.230Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-17T12:31:34.520Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.1s done [2021-06-17T12:31:34.520Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done [2021-06-17T12:31:34.520Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done [2021-06-17T12:31:34.520Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done [2021-06-17T12:31:34.520Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 1.05MB / 50.43MB 0.2s [2021-06-17T12:31:34.796Z] #26 ... [2021-06-17T12:31:34.796Z] [2021-06-17T12:31:34.796Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-17T12:31:34.796Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-17T12:31:34.796Z] #42 DONE 0.0s [2021-06-17T12:31:34.796Z] [2021-06-17T12:31:34.796Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-17T12:31:34.796Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-17T12:31:34.796Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 4.19MB / 50.43MB 0.2s [2021-06-17T12:31:34.796Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 7.34MB / 50.43MB 0.4s [2021-06-17T12:31:34.796Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 12.58MB / 50.43MB 0.5s [2021-06-17T12:31:35.065Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 18.87MB / 50.43MB 0.7s [2021-06-17T12:31:35.065Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 22.02MB / 50.43MB 0.7s [2021-06-17T12:31:35.324Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 25.17MB / 50.43MB 0.9s [2021-06-17T12:31:35.324Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 31.46MB / 50.43MB 1.1s [2021-06-17T12:31:35.583Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 35.65MB / 50.43MB 1.2s [2021-06-17T12:31:35.845Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 45.09MB / 50.43MB 1.4s [2021-06-17T12:31:36.108Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 1.6s [2021-06-17T12:31:36.675Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 2.1s done [2021-06-17T12:31:38.586Z] #26 ... [2021-06-17T12:31:38.586Z] [2021-06-17T12:31:38.586Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-17T12:31:38.586Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-17T12:31:38.586Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-17T12:31:38.587Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-17T12:31:38.587Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-17T12:31:38.587Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2021-06-17T12:31:38.587Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.3s done [2021-06-17T12:31:38.587Z] #63 DONE 4.3s [2021-06-17T12:31:38.587Z] [2021-06-17T12:31:38.587Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:31:38.587Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:31:38.587Z] #9 resolve docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f 0.1s done [2021-06-17T12:31:38.587Z] #9 sha256:be0e3a0f3ffa448b0bcbb9019edca692b8278407a44dc138c60e6f12f0218f87 1.79kB / 1.79kB done [2021-06-17T12:31:38.587Z] #9 sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f 1.86kB / 1.86kB done [2021-06-17T12:31:38.587Z] #9 sha256:b09f7387a7195b1cfe0144557a8e33af2174426a4b76cb89e499093803d02e7b 7.00kB / 7.00kB done [2021-06-17T12:31:38.587Z] #9 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 2.1s done [2021-06-17T12:31:38.587Z] #9 sha256:8962bc0fad55b13afedfeb6ad5cb06fd065461cf3e1ae4e7aeae5eeb17b179df 10.00MB / 10.00MB 1.5s done [2021-06-17T12:31:38.587Z] #9 sha256:e8d62473a22dec9ffef056b2017968a9dc484c8f836fb6d79f46980b309e9138 7.83MB / 7.83MB 1.6s done [2021-06-17T12:31:38.587Z] #9 sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 51.84MB / 51.84MB 3.3s done [2021-06-17T12:31:38.587Z] #9 sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 68.74MB / 68.74MB 4.0s done [2021-06-17T12:31:38.587Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 106.95MB / 129.05MB 4.3s [2021-06-17T12:31:38.587Z] #9 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 1.6s [2021-06-17T12:31:38.587Z] #9 sha256:db807893dccf12b2476ed4f38061fb7b0e0091c1b91ebedd23fdd39924c33988 156B / 156B 4.0s done [2021-06-17T12:31:38.587Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 116.39MB / 129.05MB 4.3s [2021-06-17T12:31:38.845Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 124.48MB / 129.05MB 4.4s [2021-06-17T12:31:40.218Z] #9 ... [2021-06-17T12:31:40.218Z] [2021-06-17T12:31:40.218Z] #23 [internal] load build context [2021-06-17T12:31:40.218Z] #23 sha256:0f70f4f9958cc332ef4f4a01cefb77a521b240f58a312ac48a84c15660701406 [2021-06-17T12:31:40.218Z] #23 transferring context: 55.85MB 4.7s done [2021-06-17T12:31:40.218Z] #23 DONE 5.9s [2021-06-17T12:31:40.218Z] [2021-06-17T12:31:40.218Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:31:40.218Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:31:40.218Z] #9 ... [2021-06-17T12:31:40.218Z] [2021-06-17T12:31:40.218Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-17T12:31:40.218Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-17T12:31:40.218Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-17T12:31:40.218Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-17T12:31:40.218Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-17T12:31:40.218Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.7s done [2021-06-17T12:31:40.218Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.9s done [2021-06-17T12:31:40.784Z] #65 ... [2021-06-17T12:31:40.784Z] [2021-06-17T12:31:40.784Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:31:40.784Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:31:40.784Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 129.05MB / 129.05MB 6.2s done [2021-06-17T12:31:41.042Z] #9 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 4.0s done [2021-06-17T12:31:41.300Z] #9 ... [2021-06-17T12:31:41.300Z] [2021-06-17T12:31:41.300Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-17T12:31:41.300Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-17T12:31:41.300Z] #65 DONE 6.8s [2021-06-17T12:31:41.300Z] [2021-06-17T12:31:41.300Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-17T12:31:41.300Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-17T12:31:41.558Z] #26 DONE 7.2s [2021-06-17T12:31:41.558Z] [2021-06-17T12:31:41.558Z] #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-06-17T12:31:41.558Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-17T12:31:42.492Z] #27 ... [2021-06-17T12:31:42.492Z] [2021-06-17T12:31:42.492Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-17T12:31:42.492Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-17T12:31:42.492Z] #64 DONE 0.6s [2021-06-17T12:31:42.751Z] [2021-06-17T12:31:42.751Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:31:42.751Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:31:42.751Z] #9 extracting sha256:e8d62473a22dec9ffef056b2017968a9dc484c8f836fb6d79f46980b309e9138 0.4s done [2021-06-17T12:31:42.751Z] #9 extracting sha256:8962bc0fad55b13afedfeb6ad5cb06fd065461cf3e1ae4e7aeae5eeb17b179df 0.6s done [2021-06-17T12:31:42.751Z] #9 extracting sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 [2021-06-17T12:31:43.703Z] #9 ... [2021-06-17T12:31:43.703Z] [2021-06-17T12:31:43.703Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-17T12:31:43.703Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-17T12:31:43.703Z] #66 DONE 0.7s [2021-06-17T12:31:43.703Z] [2021-06-17T12:31:43.703Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:31:43.703Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:31:46.081Z] Fetching without tags [2021-06-17T12:31:46.450Z] Merging remotes/origin/master commit b9ad7b96bd86e5f632e5fb4f36f98dcc145014fc into PR head commit c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:31:47.481Z] Merge succeeded, producing c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:31:47.481Z] Checking out Revision c21eaf9a0766942ae625e5852313bfb569dd8e31 (PR-42510) [2021-06-17T12:31:47.894Z] #9 extracting sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 4.6s done [2021-06-17T12:31:47.894Z] #9 extracting sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 [2021-06-17T12:31:46.044Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-17T12:31:46.052Z] > git config --add remote.origin.fetch +refs/pull/42510/head:refs/remotes/origin/PR-42510 # timeout=10 [2021-06-17T12:31:46.057Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:31:46.066Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-17T12:31:46.085Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-17T12:31:46.085Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:31:46.087Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42510/head:refs/remotes/origin/PR-42510 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:31:46.453Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T12:31:46.463Z] > git checkout -f c21eaf9a0766942ae625e5852313bfb569dd8e31 # timeout=10 [2021-06-17T12:31:47.450Z] > git remote # timeout=10 [2021-06-17T12:31:47.456Z] > git config --get remote.origin.url # timeout=10 [2021-06-17T12:31:47.461Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:31:47.463Z] > git merge b9ad7b96bd86e5f632e5fb4f36f98dcc145014fc # timeout=10 [2021-06-17T12:31:47.475Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-17T12:31:47.483Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T12:31:47.491Z] > git checkout -f c21eaf9a0766942ae625e5852313bfb569dd8e31 # timeout=10 [2021-06-17T12:31:48.059Z] Commit message: "portmapper: move mockProxyCommand to a _test file" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-17T12:31:48.832Z] + docker version [2021-06-17T12:31:48.832Z] Client: Docker Engine - Community [2021-06-17T12:31:48.832Z] Version: 20.10.6 [2021-06-17T12:31:48.832Z] API version: 1.41 [2021-06-17T12:31:48.832Z] Go version: go1.13.15 [2021-06-17T12:31:48.832Z] Git commit: 370c289 [2021-06-17T12:31:48.832Z] Built: Fri Apr 9 22:45:59 2021 [2021-06-17T12:31:48.832Z] OS/Arch: linux/arm64 [2021-06-17T12:31:48.832Z] Context: default [2021-06-17T12:31:48.832Z] Experimental: true [2021-06-17T12:31:48.832Z] [2021-06-17T12:31:48.832Z] Server: Docker Engine - Community [2021-06-17T12:31:48.832Z] Engine: [2021-06-17T12:31:48.832Z] Version: 20.10.6 [2021-06-17T12:31:48.832Z] API version: 1.41 (minimum version 1.12) [2021-06-17T12:31:48.832Z] Go version: go1.13.15 [2021-06-17T12:31:48.832Z] Git commit: 8728dd2 [2021-06-17T12:31:48.832Z] Built: Fri Apr 9 22:44:09 2021 [2021-06-17T12:31:48.832Z] OS/Arch: linux/arm64 [2021-06-17T12:31:48.832Z] Experimental: true [2021-06-17T12:31:48.832Z] containerd: [2021-06-17T12:31:48.832Z] Version: 1.4.6 [2021-06-17T12:31:48.832Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-17T12:31:48.832Z] runc: [2021-06-17T12:31:48.832Z] Version: 1.0.0-rc95 [2021-06-17T12:31:48.832Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:31:48.832Z] docker-init: [2021-06-17T12:31:48.832Z] Version: 0.19.0 [2021-06-17T12:31:48.832Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-17T12:31:49.119Z] + docker info [2021-06-17T12:31:49.379Z] Client: [2021-06-17T12:31:49.379Z] Context: default [2021-06-17T12:31:49.379Z] Debug Mode: false [2021-06-17T12:31:49.379Z] Plugins: [2021-06-17T12:31:49.379Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-17T12:31:49.379Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-17T12:31:49.379Z] [2021-06-17T12:31:49.379Z] Server: [2021-06-17T12:31:49.379Z] Containers: 0 [2021-06-17T12:31:49.379Z] Running: 0 [2021-06-17T12:31:49.379Z] Paused: 0 [2021-06-17T12:31:49.379Z] Stopped: 0 [2021-06-17T12:31:49.379Z] Images: 2 [2021-06-17T12:31:49.379Z] Server Version: 20.10.6 [2021-06-17T12:31:49.379Z] Storage Driver: overlay2 [2021-06-17T12:31:49.379Z] Backing Filesystem: extfs [2021-06-17T12:31:49.379Z] Supports d_type: true [2021-06-17T12:31:49.379Z] Native Overlay Diff: true [2021-06-17T12:31:49.379Z] userxattr: false [2021-06-17T12:31:49.379Z] Logging Driver: json-file [2021-06-17T12:31:49.379Z] Cgroup Driver: cgroupfs [2021-06-17T12:31:49.379Z] Cgroup Version: 1 [2021-06-17T12:31:49.379Z] Plugins: [2021-06-17T12:31:49.379Z] Volume: local [2021-06-17T12:31:49.379Z] Network: bridge host ipvlan macvlan null overlay [2021-06-17T12:31:49.379Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-17T12:31:49.379Z] Swarm: inactive [2021-06-17T12:31:49.379Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-17T12:31:49.379Z] Default Runtime: runc [2021-06-17T12:31:49.379Z] Init Binary: docker-init [2021-06-17T12:31:49.379Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-17T12:31:49.379Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:31:49.379Z] init version: de40ad0 [2021-06-17T12:31:49.379Z] Security Options: [2021-06-17T12:31:49.379Z] apparmor [2021-06-17T12:31:49.379Z] seccomp [2021-06-17T12:31:49.379Z] Profile: default [2021-06-17T12:31:49.379Z] Kernel Version: 5.4.0-1048-aws [2021-06-17T12:31:49.379Z] Operating System: Ubuntu 20.04.2 LTS [2021-06-17T12:31:49.379Z] OSType: linux [2021-06-17T12:31:49.379Z] Architecture: aarch64 [2021-06-17T12:31:49.379Z] CPUs: 4 [2021-06-17T12:31:49.379Z] Total Memory: 7.494GiB [2021-06-17T12:31:49.379Z] Name: ip-10-100-120-79 [2021-06-17T12:31:49.379Z] ID: MGZL:OOTV:SN5F:X6EL:EAFI:KBFD:Y3ES:GQ7F:YIFA:P3HD:KTGV:V6GG [2021-06-17T12:31:49.379Z] Docker Root Dir: /var/lib/docker [2021-06-17T12:31:49.379Z] Debug Mode: false [2021-06-17T12:31:49.379Z] Registry: https://index.docker.io/v1/ [2021-06-17T12:31:49.379Z] Labels: [2021-06-17T12:31:49.379Z] Experimental: true [2021-06-17T12:31:49.379Z] Insecure Registries: [2021-06-17T12:31:49.379Z] 127.0.0.0/8 [2021-06-17T12:31:49.379Z] Live Restore Enabled: true [2021-06-17T12:31:49.379Z] [2021-06-17T12:31:49.379Z] WARNING: No swap limit support [Pipeline] sh [2021-06-17T12:31:49.670Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-17T12:31:49.670Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-17T12:31:49.670Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42510/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-17T12:31:49.670Z] + bash /home/ubuntu/workspace/moby_PR-42510/check-config.sh [2021-06-17T12:31:49.670Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-17T12:31:49.670Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-17T12:31:49.670Z] [2021-06-17T12:31:49.670Z] Generally Necessary: [2021-06-17T12:31:49.670Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-17T12:31:49.670Z] - apparmor: enabled and tools installed [2021-06-17T12:31:49.670Z] - CONFIG_NAMESPACES: enabled [2021-06-17T12:31:49.670Z] - CONFIG_NET_NS: enabled [2021-06-17T12:31:49.670Z] - CONFIG_PID_NS: enabled [2021-06-17T12:31:49.670Z] - CONFIG_IPC_NS: enabled [2021-06-17T12:31:49.670Z] - CONFIG_UTS_NS: enabled [2021-06-17T12:31:49.670Z] - CONFIG_CGROUPS: enabled [2021-06-17T12:31:49.670Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-17T12:31:49.670Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-17T12:31:49.670Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-17T12:31:49.670Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-17T12:31:49.670Z] - CONFIG_CPUSETS: enabled [2021-06-17T12:31:49.670Z] - CONFIG_MEMCG: enabled [2021-06-17T12:31:49.670Z] - CONFIG_KEYS: enabled [2021-06-17T12:31:49.670Z] - CONFIG_VETH: enabled (as module) [2021-06-17T12:31:49.670Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-17T12:31:49.670Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-17T12:31:49.670Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-17T12:31:49.931Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-17T12:31:49.931Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-17T12:31:49.931Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-17T12:31:49.931Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-17T12:31:49.931Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-17T12:31:49.931Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-17T12:31:49.931Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-17T12:31:49.931Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-17T12:31:49.931Z] [2021-06-17T12:31:49.931Z] Optional Features: [2021-06-17T12:31:49.931Z] - CONFIG_USER_NS: enabled [2021-06-17T12:31:49.931Z] - CONFIG_SECCOMP: enabled [2021-06-17T12:31:49.931Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-17T12:31:49.931Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-17T12:31:49.931Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-17T12:31:49.931Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-17T12:31:49.931Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-17T12:31:49.931Z] - CONFIG_BLK_CGROUP: enabled [2021-06-17T12:31:49.931Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-17T12:31:49.931Z] - CONFIG_CGROUP_PERF: enabled [2021-06-17T12:31:49.931Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-17T12:31:50.192Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-17T12:31:50.192Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-17T12:31:50.192Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-17T12:31:50.192Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-17T12:31:50.192Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-17T12:31:50.192Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-17T12:31:50.192Z] - CONFIG_IP_VS: enabled (as module) [2021-06-17T12:31:50.192Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-17T12:31:50.192Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-17T12:31:50.192Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-17T12:31:50.192Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-17T12:31:50.192Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-17T12:31:50.192Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-17T12:31:50.192Z] - CONFIG_EXT4_FS: enabled [2021-06-17T12:31:50.192Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-17T12:31:50.192Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-17T12:31:50.192Z] - Network Drivers: [2021-06-17T12:31:50.192Z] - "overlay": [2021-06-17T12:31:50.192Z] - CONFIG_VXLAN: enabled (as module) [2021-06-17T12:31:50.192Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-17T12:31:50.192Z] Optional (for encrypted networks): [2021-06-17T12:31:50.452Z] - CONFIG_CRYPTO: enabled [2021-06-17T12:31:50.452Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-17T12:31:50.452Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-17T12:31:50.452Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-17T12:31:50.452Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-17T12:31:50.452Z] - CONFIG_XFRM: enabled [2021-06-17T12:31:50.452Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-17T12:31:50.452Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-17T12:31:50.452Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-17T12:31:50.452Z] - "ipvlan": [2021-06-17T12:31:50.452Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-17T12:31:50.452Z] - "macvlan": [2021-06-17T12:31:50.452Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-17T12:31:50.452Z] - CONFIG_DUMMY: enabled (as module) [2021-06-17T12:31:50.452Z] - "ftp,tftp client in container": [2021-06-17T12:31:50.452Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-17T12:31:50.452Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-17T12:31:50.452Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-17T12:31:50.452Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-17T12:31:50.452Z] - Storage Drivers: [2021-06-17T12:31:50.452Z] - "aufs": [2021-06-17T12:31:50.452Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-17T12:31:50.452Z] - "btrfs": [2021-06-17T12:31:50.452Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-17T12:31:50.452Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-17T12:31:50.452Z] - "devicemapper": [2021-06-17T12:31:50.452Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-17T12:31:50.452Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-17T12:31:50.452Z] - "overlay": [2021-06-17T12:31:50.712Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-17T12:31:50.712Z] - "zfs": [2021-06-17T12:31:50.712Z] - /dev/zfs: present [2021-06-17T12:31:50.712Z] - zfs command: missing [2021-06-17T12:31:50.712Z] - zpool command: missing [2021-06-17T12:31:50.712Z] [2021-06-17T12:31:50.712Z] Limits: [2021-06-17T12:31:50.712Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-17T12:31:50.712Z] [2021-06-17T12:31:50.712Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-17T12:31:51.046Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 . [2021-06-17T12:31:51.178Z] #9 extracting sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 3.2s done [2021-06-17T12:31:51.178Z] #9 extracting sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 0.1s [2021-06-17T12:31:52.114Z] #9 ... [2021-06-17T12:31:52.114Z] [2021-06-17T12:31:52.114Z] #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-06-17T12:31:52.114Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-17T12:31:52.114Z] #27 1.285 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:31:52.114Z] #27 1.285 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:31:52.114Z] #27 1.293 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:31:52.114Z] #27 1.456 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:31:52.114Z] #27 1.731 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:31:52.114Z] #27 2.233 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:31:52.114Z] #27 3.907 Fetched 8449 kB in 3s (2952 kB/s) [2021-06-17T12:31:52.114Z] #27 3.907 Reading package lists... [2021-06-17T12:31:52.114Z] #27 4.841 Reading package lists... [2021-06-17T12:31:52.114Z] #27 5.769 Building dependency tree... [2021-06-17T12:31:52.114Z] #27 6.105 The following additional packages will be installed: [2021-06-17T12:31:52.114Z] #27 6.105 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-17T12:31:52.114Z] #27 6.105 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-17T12:31:52.114Z] #27 6.105 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-17T12:31:52.114Z] #27 6.105 Suggested packages: [2021-06-17T12:31:52.114Z] #27 6.105 krb5-doc krb5-user [2021-06-17T12:31:52.114Z] #27 6.105 Recommended packages: [2021-06-17T12:31:52.114Z] #27 6.105 krb5-locales publicsuffix libsasl2-modules [2021-06-17T12:31:52.114Z] #27 6.325 The following NEW packages will be installed: [2021-06-17T12:31:52.114Z] #27 6.325 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-17T12:31:52.114Z] #27 6.325 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-17T12:31:52.114Z] #27 6.325 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-17T12:31:52.114Z] #27 6.325 libssh2-1 libssl1.1 openssl [2021-06-17T12:31:52.114Z] #27 6.599 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:31:52.114Z] #27 6.599 Need to get 5059 kB of archives. [2021-06-17T12:31:52.114Z] #27 6.599 After this operation, 12.1 MB of additional disk space will be used. [2021-06-17T12:31:52.114Z] #27 6.599 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-17T12:31:52.114Z] #27 6.601 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-06-17T12:31:52.114Z] #27 6.603 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-06-17T12:31:52.114Z] #27 6.610 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-06-17T12:31:52.114Z] #27 6.610 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-06-17T12:31:52.114Z] #27 6.610 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-06-17T12:31:52.114Z] #27 6.618 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-06-17T12:31:52.114Z] #27 6.620 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-06-17T12:31:52.114Z] #27 6.621 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-06-17T12:31:52.114Z] #27 6.623 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-17T12:31:52.114Z] #27 6.625 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-06-17T12:31:52.114Z] #27 6.631 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-06-17T12:31:52.114Z] #27 6.643 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-06-17T12:31:52.114Z] #27 6.643 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-06-17T12:31:52.114Z] #27 6.643 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-06-17T12:31:52.114Z] #27 6.644 Get:16 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-17T12:31:52.114Z] #27 6.660 Get:17 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-17T12:31:52.114Z] #27 6.668 Get:18 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-17T12:31:52.114Z] #27 6.668 Get:19 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-06-17T12:31:52.114Z] #27 6.685 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-06-17T12:31:52.114Z] #27 6.693 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-06-17T12:31:52.114Z] #27 6.975 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:31:52.114Z] #27 7.002 Fetched 5059 kB in 0s (14.0 MB/s) [2021-06-17T12:31:52.114Z] #27 7.046 Selecting previously unselected package libssl1.1:amd64. [2021-06-17T12:31:52.114Z] #27 7.046 (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-06-17T12:31:52.114Z] #27 7.051 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 7.063 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-17T12:31:52.114Z] #27 7.262 Selecting previously unselected package openssl. [2021-06-17T12:31:52.114Z] #27 7.262 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 7.267 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-17T12:31:52.114Z] #27 7.389 Selecting previously unselected package ca-certificates. [2021-06-17T12:31:52.114Z] #27 7.389 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-17T12:31:52.114Z] #27 7.394 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-17T12:31:52.114Z] #27 7.469 Selecting previously unselected package libkeyutils1:amd64. [2021-06-17T12:31:52.114Z] #27 7.469 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 7.475 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-06-17T12:31:52.114Z] #27 7.527 Selecting previously unselected package libkrb5support0:amd64. [2021-06-17T12:31:52.114Z] #27 7.527 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 7.533 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:31:52.114Z] #27 7.576 Selecting previously unselected package libk5crypto3:amd64. [2021-06-17T12:31:52.114Z] #27 7.578 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 7.582 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:31:52.114Z] #27 7.635 Selecting previously unselected package libkrb5-3:amd64. [2021-06-17T12:31:52.114Z] #27 7.640 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 7.644 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:31:52.114Z] #27 7.743 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-17T12:31:52.114Z] #27 7.743 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 7.749 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:31:52.114Z] #27 7.806 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-17T12:31:52.114Z] #27 7.806 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 7.811 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-17T12:31:52.114Z] #27 7.855 Selecting previously unselected package libsasl2-2:amd64. [2021-06-17T12:31:52.114Z] #27 7.855 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 7.866 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-17T12:31:52.114Z] #27 7.912 Selecting previously unselected package libldap-common. [2021-06-17T12:31:52.114Z] #27 7.912 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-17T12:31:52.114Z] #27 7.920 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-17T12:31:52.114Z] #27 7.976 Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-17T12:31:52.114Z] #27 7.976 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 7.982 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-17T12:31:52.114Z] #27 8.052 Selecting previously unselected package libnghttp2-14:amd64. [2021-06-17T12:31:52.114Z] #27 8.052 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 8.057 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-17T12:31:52.114Z] #27 8.112 Selecting previously unselected package libpsl5:amd64. [2021-06-17T12:31:52.114Z] #27 8.112 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 8.117 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-06-17T12:31:52.114Z] #27 8.161 Selecting previously unselected package librtmp1:amd64. [2021-06-17T12:31:52.114Z] #27 8.162 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 8.167 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-17T12:31:52.114Z] #27 8.213 Selecting previously unselected package libssh2-1:amd64. [2021-06-17T12:31:52.114Z] #27 8.213 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 8.218 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-17T12:31:52.114Z] #27 8.275 Selecting previously unselected package libcurl4:amd64. [2021-06-17T12:31:52.114Z] #27 8.276 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 8.281 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-17T12:31:52.114Z] #27 8.346 Selecting previously unselected package curl. [2021-06-17T12:31:52.114Z] #27 8.346 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 8.350 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-17T12:31:52.114Z] #27 8.489 Selecting previously unselected package libonig5:amd64. [2021-06-17T12:31:52.114Z] #27 8.489 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 8.493 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-17T12:31:52.114Z] #27 8.563 Selecting previously unselected package libjq1:amd64. [2021-06-17T12:31:52.114Z] #27 8.564 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 8.570 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-17T12:31:52.114Z] #27 8.618 Selecting previously unselected package jq. [2021-06-17T12:31:52.114Z] #27 8.618 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-17T12:31:52.114Z] #27 8.622 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-17T12:31:52.114Z] #27 8.680 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-06-17T12:31:52.114Z] #27 8.697 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-06-17T12:31:52.114Z] #27 8.709 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-17T12:31:52.114Z] #27 8.845 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-17T12:31:52.114Z] #27 8.862 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-17T12:31:52.114Z] #27 8.883 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:31:52.114Z] #27 8.899 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-17T12:31:52.114Z] #27 8.923 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-17T12:31:52.114Z] #27 8.940 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:31:52.114Z] #27 8.954 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-17T12:31:52.114Z] #27 8.977 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-17T12:31:52.114Z] #27 8.988 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:31:52.114Z] #27 9.000 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-17T12:31:52.114Z] #27 9.017 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-17T12:31:52.114Z] #27 9.033 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-17T12:31:52.114Z] #27 9.047 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-17T12:31:52.114Z] #27 9.061 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-17T12:31:52.114Z] #27 9.671 Updating certificates in /etc/ssl/certs... [2021-06-17T12:31:52.114Z] #27 10.52 137 added, 0 removed; done. [2021-06-17T12:31:52.114Z] #27 ... [2021-06-17T12:31:52.114Z] [2021-06-17T12:31:52.114Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:31:52.114Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:31:53.589Z] #1 [internal] load build definition from Dockerfile [2021-06-17T12:31:53.589Z] #1 sha256:c69c8a1d866b110140d51312a876d3bee735589bbb8bc97b56752b84a6d86cd6 [2021-06-17T12:31:53.589Z] #1 transferring dockerfile: 16.63kB done [2021-06-17T12:31:53.589Z] #1 DONE 0.0s [2021-06-17T12:31:54.160Z] [2021-06-17T12:31:54.160Z] #2 [internal] load .dockerignore [2021-06-17T12:31:54.160Z] #2 sha256:3acc36db27627b00b9b3fcd5a7f354d5203146b48c2268ac66ef285ae8339d3c [2021-06-17T12:31:54.160Z] #2 transferring context: 87B done [2021-06-17T12:31:54.160Z] #2 DONE 0.0s [2021-06-17T12:31:55.101Z] [2021-06-17T12:31:55.101Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-17T12:31:55.101Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2021-06-17T12:31:55.362Z] #3 DONE 0.2s [2021-06-17T12:31:55.362Z] [2021-06-17T12:31:55.362Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-17T12:31:55.362Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2021-06-17T12:31:55.362Z] #4 CACHED [2021-06-17T12:31:55.404Z] #9 ... [2021-06-17T12:31:55.405Z] [2021-06-17T12:31:55.405Z] #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-06-17T12:31:55.405Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-17T12:31:55.405Z] #27 10.64 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:31:55.405Z] #27 10.65 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-17T12:31:55.405Z] #27 10.67 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-17T12:31:55.405Z] #27 10.68 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-17T12:31:55.405Z] #27 10.69 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:31:55.405Z] #27 10.74 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-17T12:31:55.405Z] #27 10.75 Updating certificates in /etc/ssl/certs... [2021-06-17T12:31:55.405Z] #27 11.44 0 added, 0 removed; done. [2021-06-17T12:31:55.405Z] #27 11.44 Running hooks in /etc/ca-certificates/update.d... [2021-06-17T12:31:55.405Z] #27 11.45 done. [2021-06-17T12:31:55.405Z] #27 DONE 13.8s [2021-06-17T12:31:55.665Z] [2021-06-17T12:31:55.665Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-17T12:31:55.665Z] #28 sha256:822dda673a30f4b75b70a0d8457530400a777a5796a7c4564b4288d5a5b7a35e [2021-06-17T12:31:55.665Z] #28 DONE 0.1s [2021-06-17T12:31:55.665Z] [2021-06-17T12:31:55.665Z] #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-06-17T12:31:55.665Z] #29 sha256:41809e7037096d4a20e1b14f18a4cb571d8a770041dbaacd18ab3e4870847100 [2021-06-17T12:31:55.933Z] [2021-06-17T12:31:55.933Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-17T12:31:55.933Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-17T12:31:56.193Z] #8 DONE 0.1s [2021-06-17T12:31:56.193Z] [2021-06-17T12:31:56.193Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-06-17T12:31:56.193Z] #5 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-06-17T12:31:56.193Z] #5 DONE 0.1s [2021-06-17T12:31:56.193Z] [2021-06-17T12:31:56.193Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-17T12:31:56.193Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-17T12:31:56.193Z] #7 DONE 0.1s [2021-06-17T12:31:56.193Z] [2021-06-17T12:31:56.193Z] #6 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-17T12:31:56.193Z] #6 sha256:6f3d5d90ea84e197d854940d13dde2eca29521f80d474df7c9eb0d21a1de0ae5 [2021-06-17T12:31:56.193Z] #6 DONE 0.1s [2021-06-17T12:31:57.045Z] #29 1.265 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-17T12:31:57.045Z] #29 1.345 [2021-06-17T12:31:57.141Z] [2021-06-17T12:31:57.141Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-17T12:31:57.141Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-17T12:31:57.141Z] #65 DONE 0.0s [2021-06-17T12:31:57.141Z] [2021-06-17T12:31:57.141Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-17T12:31:57.141Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-17T12:31:57.141Z] #63 DONE 0.0s [2021-06-17T12:31:57.141Z] [2021-06-17T12:31:57.141Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:31:57.141Z] #9 sha256:802acadc10ffa382636c4061a894b98bd5d3c350329fa3d25cd6f632e4d376a0 [2021-06-17T12:31:57.141Z] #9 DONE 0.0s [2021-06-17T12:31:57.141Z] [2021-06-17T12:31:57.141Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-17T12:31:57.141Z] #26 sha256:238014735748796eee12b791743465d56236f5233188993f3b03175284d85561 [2021-06-17T12:31:57.141Z] #26 DONE 0.0s [2021-06-17T12:31:57.141Z] [2021-06-17T12:31:57.141Z] #23 [internal] load build context [2021-06-17T12:31:57.141Z] #23 sha256:c5ee5c4327af106d5bb253f9c2cf094970c68a1614cb650693ed04e35c0083d9 [2021-06-17T12:31:57.403Z] #23 ... [2021-06-17T12:31:57.403Z] [2021-06-17T12:31:57.403Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-17T12:31:57.403Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-17T12:31:57.403Z] #42 DONE 0.4s [2021-06-17T12:31:57.403Z] [2021-06-17T12:31:57.403Z] #23 [internal] load build context [2021-06-17T12:31:57.403Z] #23 sha256:c5ee5c4327af106d5bb253f9c2cf094970c68a1614cb650693ed04e35c0083d9 [2021-06-17T12:31:57.826Z] #29 1.572 #=#=# ###### 8.6% ################# 24.6% ################### 26.6% ########################### 38.2% ####################################################### 77.7% ######################################################################## 100.0% [2021-06-17T12:31:57.826Z] #29 2.281 [2021-06-17T12:31:57.826Z] [2021-06-17T12:31:57.826Z] #29 ... [2021-06-17T12:31:57.826Z] [2021-06-17T12:31:57.826Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:31:57.826Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:31:57.826Z] #9 extracting sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 6.3s done [2021-06-17T12:31:57.826Z] #9 extracting sha256:db807893dccf12b2476ed4f38061fb7b0e0091c1b91ebedd23fdd39924c33988 done [2021-06-17T12:31:57.826Z] #9 DONE 23.6s [2021-06-17T12:31:57.826Z] [2021-06-17T12:31:57.826Z] #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-06-17T12:31:57.826Z] #29 sha256:41809e7037096d4a20e1b14f18a4cb571d8a770041dbaacd18ab3e4870847100 [2021-06-17T12:31:58.085Z] #29 2.380 ######################################################################## 100.0% [2021-06-17T12:31:58.085Z] #29 2.461 [2021-06-17T12:31:58.085Z] #29 2.585 ################################################################# 90.4% ######################################################################## 100.0% [2021-06-17T12:31:58.351Z] #29 2.684 [2021-06-17T12:31:58.812Z] #23 transferring context: 55.85MB 1.5s done [2021-06-17T12:31:58.812Z] #23 DONE 1.7s [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-17T12:31:58.812Z] #51 sha256:722d54cb8b52f0be2710ba9248716ce7dc8f9141250aa81e92ba28d5d1d27466 [2021-06-17T12:31:58.812Z] #51 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-17T12:31:58.812Z] #53 sha256:5651ee8690979b02487a318202487dea597824b91fbdacc4bb358836d113ec83 [2021-06-17T12:31:58.812Z] #53 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #27 sha256:28a50d85e3ee045175c22f8ac700042243c1cca0d130871689927f1016cbb3d2 [2021-06-17T12:31:58.812Z] #27 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-17T12:31:58.812Z] #14 sha256:f939fffcd3f79ccee8ea58c3fb4b504956c3d0d281d26560e6dd928debf1e2f9 [2021-06-17T12:31:58.812Z] #14 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-17T12:31:58.812Z] #55 sha256:73578fd2c353ec603ffde640308328bdeb7a1669402a89515fc973ec17fdd799 [2021-06-17T12:31:58.812Z] #55 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #15 sha256:f78b70fb66182b3f8c190f0c4920a4d931c33f818f6d074e6a04f0aa4ebce380 [2021-06-17T12:31:58.812Z] #15 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #52 sha256:0ba8416f5d3991d91ad1b122c46fd09685a741f5c3b9848b88955411f84e3a33 [2021-06-17T12:31:58.812Z] #52 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #37 sha256:f749cb318bbb4516c9a1cc907996f4059edfda04e4e455b25021d0521d022a5d [2021-06-17T12:31:58.812Z] #37 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #40 sha256:74e508a4fd78789e6d5e8f6befe5e6975b86a85f2e562065de2ab54f4bc71997 [2021-06-17T12:31:58.812Z] #40 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #24 sha256:94bbb4635d4d2432b20063d7e5f77badec51d0ea87519b6b87d22431e8ffee8b [2021-06-17T12:31:58.812Z] #24 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-17T12:31:58.812Z] #10 sha256:224e2ebe12265773144edf5873e72e5298a8704c8d1c8ca75533a38aa97ff3dc [2021-06-17T12:31:58.812Z] #10 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-17T12:31:58.812Z] #67 sha256:7016fc1a9cb7f21fba70c789db1bf45152c809c755d6663a2988c9289e822435 [2021-06-17T12:31:58.812Z] #67 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-17T12:31:58.812Z] #33 sha256:8ce4ccb55341cab29d7b2d8a6c273a02a541c252107e6c7e1fbdd47fd4440912 [2021-06-17T12:31:58.812Z] #33 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #34 sha256:ead44f6050e467a2e9e0551ac641f505147c5d7af28ffc53dbca8baba67aee4b [2021-06-17T12:31:58.812Z] #34 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-17T12:31:58.812Z] #17 sha256:3e1ace0d7ddcc53f9230a4a0ecfcbcb276b73a9a425633e30129b8bec8dc6af9 [2021-06-17T12:31:58.812Z] #17 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-17T12:31:58.812Z] #61 sha256:a8f823ded292cdfd6557ec94f29e62fad8714f5112cfbfe1ea76e6f61e62f8f8 [2021-06-17T12:31:58.812Z] #61 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #48 sha256:f2441b0a13928307ab1367236baa5fd37aaf5eed54a760ae38f4c8c4cf224db6 [2021-06-17T12:31:58.812Z] #48 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #36 sha256:3d917187d43ff50035ca9f573d0654debc240a5514558a7d798a623947457d03 [2021-06-17T12:31:58.812Z] #36 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-17T12:31:58.812Z] #58 sha256:e5e25e48ad9892b1b38507372bc8a31739be3d4c559985cf00e58abae33551ff [2021-06-17T12:31:58.812Z] #58 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-17T12:31:58.812Z] #64 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-06-17T12:31:58.812Z] #64 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-17T12:31:58.812Z] #18 sha256:61228094b3ae895e25cd4757bbbdcfc79984f2144c35a77eae62cace4ef604db [2021-06-17T12:31:58.812Z] #18 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #46 sha256:f56c1fec005368d4ac8e1091e05d1a8067bddbc53aa17ac96caeba081bf4cc06 [2021-06-17T12:31:58.812Z] #46 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #50 sha256:a5ccd1914d82c5b4c55e7825a02d6405f82d6c4bd6ffba02cef60e7a04ed7a95 [2021-06-17T12:31:58.812Z] #50 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-17T12:31:58.812Z] #45 sha256:720a69cf03995d43acdb3f10b4ab9eefe233d32741704fc4ee1f6d7ca37208be [2021-06-17T12:31:58.812Z] #45 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #54 sha256:8551301d4f6a8636e2c3859080adef4a784e94ab9b35a9dbbbcbb0342b85d2d5 [2021-06-17T12:31:58.812Z] #54 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #56 sha256:321862a7e160adf02033df522698a06bea924f20f84413082206066b05b78d61 [2021-06-17T12:31:58.812Z] #56 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-17T12:31:58.812Z] #62 sha256:5f565b3b590878176cff284286a8ca00ae27d4efd838ae187b400a75649de389 [2021-06-17T12:31:58.812Z] #62 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-17T12:31:58.812Z] #31 sha256:cd180bc79fcfb714ea1b951ca1b6aa09cb9fd35437955c1ab2dcdab960a39ea3 [2021-06-17T12:31:58.812Z] #31 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #29 sha256:309de9a7e856548456b39362e9f0ff7c8a8b177677998b085aeb44888a7b2751 [2021-06-17T12:31:58.812Z] #29 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-17T12:31:58.812Z] #47 sha256:4c1217c8217f5068814707089ee274aa5a47c421c18f0d39480b674a60954280 [2021-06-17T12:31:58.812Z] #47 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #57 sha256:b46c23868e77b322fa9bd93a88349ba1bc4be767262bec60f5e3fc9b6957b369 [2021-06-17T12:31:58.812Z] #57 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:31:58.812Z] #32 sha256:c768d589539d9e67dfa08770fa8e2a5fec63984235355115b34883209551b629 [2021-06-17T12:31:58.812Z] #32 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-17T12:31:58.812Z] #22 sha256:52c895437bb75a0125d28e1edc32dec1711e04af892aeb096df13ea6c822f952 [2021-06-17T12:31:58.812Z] #22 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-17T12:31:58.812Z] #60 sha256:a9dfbda8f025f0f013b5307f95173b9468fe7db9b41ba1a285cf8457167d31c4 [2021-06-17T12:31:58.812Z] #60 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-17T12:31:58.812Z] #41 sha256:faed86b27f05141656c6a2bb8520a4b621b37aad5048d51ba6d23f8135ab43cd [2021-06-17T12:31:58.812Z] #41 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-17T12:31:58.812Z] #66 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-06-17T12:31:58.812Z] #66 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #13 sha256:459ab4c27c4ef6189ab778dd0b47abf0f9a76342e283b8bbc4c787bc7b4239cc [2021-06-17T12:31:58.812Z] #13 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-17T12:31:58.812Z] #38 sha256:0aadb068e4795a83867300e60a61f4ed2fc84bbcfd146bff5e316aebbcb743f4 [2021-06-17T12:31:58.812Z] #38 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #11 sha256:a16bf372710ce49a63dc8c83f08a6c0877f07f6294d210073374cc045fb112cb [2021-06-17T12:31:58.812Z] #11 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-17T12:31:58.812Z] #16 sha256:246f2d2a2b72d3cf25e470e3a2e0ce72124c9f5309131e47a4a29136377a86fe [2021-06-17T12:31:58.812Z] #16 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-17T12:31:58.812Z] #39 sha256:4136e6f0e18e07e876f7d14a3254e5ec3204d58b57022ac838903b044c48f9f5 [2021-06-17T12:31:58.812Z] #39 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #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-06-17T12:31:58.812Z] #20 sha256:43195785d7a05943b1780973c2a87f3ef064bf67106ca29f2caf9d43bcd32c16 [2021-06-17T12:31:58.812Z] #20 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-17T12:31:58.812Z] #19 sha256:9f24424e18975c73171ef4fcec0eb9f71e7ecb23ad6ff5e6628987fa75e0cde7 [2021-06-17T12:31:58.812Z] #19 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.812Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-17T12:31:58.812Z] #35 sha256:2f96bde3331110eb6dc3caa39bbeb9d9c614fd69afeaa736a03b14f54d980eb6 [2021-06-17T12:31:58.812Z] #35 CACHED [2021-06-17T12:31:58.812Z] [2021-06-17T12:31:58.813Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-17T12:31:58.813Z] #28 sha256:a08d70fa2139c7c941d81e36b0fcea0fc0c2c07bbdc90e2b1444db8889fd11bb [2021-06-17T12:31:58.813Z] #28 CACHED [2021-06-17T12:31:58.813Z] [2021-06-17T12:31:58.813Z] #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-06-17T12:31:58.813Z] #59 sha256:93b8822385afdd41e7448b5d59348d1f922bf32056bef3284cddb9562eebef26 [2021-06-17T12:31:58.813Z] #59 CACHED [2021-06-17T12:31:58.813Z] [2021-06-17T12:31:58.813Z] #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-06-17T12:31:58.813Z] #12 sha256:35003b2718cd14e62372ad53b43b8e72d6092b77643c960b24ef7ae531758eca [2021-06-17T12:31:58.813Z] #12 CACHED [2021-06-17T12:31:58.813Z] [2021-06-17T12:31:58.813Z] #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-06-17T12:31:58.813Z] #44 sha256:5b5ea71818b8490648806770261b62fab42acbe5eb3efb843a71e575139ef97f [2021-06-17T12:31:58.813Z] #44 CACHED [2021-06-17T12:31:58.813Z] [2021-06-17T12:31:58.813Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-17T12:31:58.813Z] #25 sha256:6dcb072b88c11e0200e105a86b0a0682d3cfd501b0cd5e41f8dae33769ed9492 [2021-06-17T12:31:58.813Z] #25 CACHED [2021-06-17T12:31:58.813Z] [2021-06-17T12:31:58.813Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-17T12:31:58.813Z] #30 sha256:a9197a8fda10ce128b087207d9b845fa058a4b04e925940d2fa82322c1db603f [2021-06-17T12:31:58.813Z] #30 CACHED [2021-06-17T12:31:58.813Z] [2021-06-17T12:31:58.813Z] #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-06-17T12:31:58.813Z] #21 sha256:0ab57f05885469282d11aca84d5e20db83be0049bc635644984f137242f0ea45 [2021-06-17T12:31:58.813Z] #21 CACHED [2021-06-17T12:31:58.813Z] [2021-06-17T12:31:58.813Z] #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-06-17T12:31:58.813Z] #43 sha256:4388454194d916387dafd22ecd5181b90dc5b1139ff52bd2edcbd550f7acf31e [2021-06-17T12:31:58.813Z] #43 CACHED [2021-06-17T12:31:58.813Z] [2021-06-17T12:31:58.813Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-17T12:31:58.813Z] #49 sha256:d2257244c7f53fef1432cf34f5b3c7953a8873a222711e0acae024c70c33e296 [2021-06-17T12:31:58.813Z] #49 CACHED [2021-06-17T12:31:58.813Z] [2021-06-17T12:31:58.813Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-17T12:31:58.813Z] #68 sha256:b156e22481e8ef93a47445cc5f1863c07bc458db6ad136da4ad56ae020d36f48 [2021-06-17T12:31:58.813Z] #68 CACHED [2021-06-17T12:31:58.813Z] [2021-06-17T12:31:58.813Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-17T12:31:58.813Z] #69 sha256:3a04c5d2a03bcbfe77fefbabe32f0f163bb9593551c3c8e3431fa3ec8b22867c [2021-06-17T12:31:58.868Z] #29 2.801 ########### 15.7% ################# 24.7% ################## 25.6% #################################################### 73.1% ##################################################################### 95.9% ######################################################################## 100.0% [2021-06-17T12:31:58.868Z] #29 3.294 [2021-06-17T12:32:00.683Z] #29 3.407 ### 4.9% ####### 10.1% ########### 15.3% ############## 20.5% ################## 25.7% ###################### 31.0% ########################## 36.2% ############################# 41.4% ################################# 46.6% ##################################### 51.8% ######################################### 57.0% ############################################ 62.2% ################################################ 67.4% #################################################### 72.6% ######################################################## 77.8% ########################################################### 83.0% ############################################################## 87.3% ##################################################################### 97.1% ######################################################################## 100.0% [2021-06-17T12:32:00.683Z] #29 5.269 [2021-06-17T12:32:00.941Z] #29 ... [2021-06-17T12:32:00.941Z] [2021-06-17T12:32:00.941Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-17T12:32:00.941Z] #10 sha256:7f6eb43c8ad762107fb11b9dc5bf1c30efa1cf78d664ea7df9c142c5fd039145 [2021-06-17T12:32:00.941Z] #10 DONE 3.0s [2021-06-17T12:32:00.941Z] [2021-06-17T12:32:00.941Z] #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-06-17T12:32:00.941Z] #11 sha256:7da304b136cf5131f0f1c5da04ac876076e364d833c785923f42ac14adf08875 [2021-06-17T12:32:01.353Z] #69 DONE 2.2s [2021-06-17T12:32:01.353Z] [2021-06-17T12:32:01.353Z] #70 exporting to image [2021-06-17T12:32:01.353Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-17T12:32:01.353Z] #70 exporting layers [2021-06-17T12:32:02.319Z] #11 DONE 1.5s [2021-06-17T12:32:02.319Z] [2021-06-17T12:32:02.319Z] #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-06-17T12:32:02.319Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:32:02.735Z] #70 exporting layers 1.7s done [2021-06-17T12:32:02.735Z] #70 writing image sha256:310794be9ff29b9007abfbf0c1db49313509d9d019c3136e6e337fcc9fa70807 done [2021-06-17T12:32:02.735Z] #70 naming to docker.io/library/docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 done [2021-06-17T12:32:02.735Z] #70 DONE 1.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-06-17T12:32:03.067Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-06-17T12:32:03.269Z] #36 ... [2021-06-17T12:32:03.269Z] [2021-06-17T12:32:03.269Z] #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-06-17T12:32:03.269Z] #43 sha256:0803015c9504144177fc58ab0560e49a3b6af4bfe9e262f335a2fdf9ab4cd1a2 [2021-06-17T12:32:03.269Z] #43 DONE 0.8s [2021-06-17T12:32:03.269Z] [2021-06-17T12:32:03.269Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-17T12:32:03.269Z] #39 sha256:f0e9c165c35c5ee9245168d068a6af2614d14d81ad856edc1e240f42cd29f71c [2021-06-17T12:32:03.269Z] #39 DONE 0.9s [2021-06-17T12:32:03.269Z] [2021-06-17T12:32:03.269Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-17T12:32:03.269Z] #31 sha256:9d7e2e124e11ca77f63dad3cf223173f71cf163849e8ee5c9728eb22a8d1f98f [2021-06-17T12:32:03.269Z] #31 DONE 0.9s [2021-06-17T12:32:03.355Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42510/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 hack/test/unit [2021-06-17T12:32:03.534Z] [2021-06-17T12:32:03.534Z] #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-06-17T12:32:03.534Z] #29 sha256:41809e7037096d4a20e1b14f18a4cb571d8a770041dbaacd18ab3e4870847100 [2021-06-17T12:32:03.534Z] #29 5.611 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-17T12:32:03.534Z] #29 5.719 [2021-06-17T12:32:03.534Z] #29 5.810 ######################################################################## 100.0% [2021-06-17T12:32:03.534Z] #29 5.835 [2021-06-17T12:32:03.534Z] #29 6.084 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-17T12:32:03.534Z] #29 6.145 [2021-06-17T12:32:03.534Z] #29 6.277 0.1% ######################################################################## 100.0% [2021-06-17T12:32:03.534Z] #29 6.341 [2021-06-17T12:32:03.534Z] #29 6.608 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-17T12:32:03.534Z] #29 6.685 [2021-06-17T12:32:03.534Z] #29 6.860 0.0% ############ 17.1% ############################ 39.2% ########################################### 60.4% ######################################################################## 100.0% [2021-06-17T12:32:03.534Z] #29 7.281 [2021-06-17T12:32:03.534Z] #29 7.536 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-17T12:32:03.534Z] #29 7.605 [2021-06-17T12:32:03.534Z] #29 7.669 ######################################################################## 100.0% [2021-06-17T12:32:03.534Z] #29 7.707 [2021-06-17T12:32:03.534Z] #29 7.961 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-17T12:32:03.534Z] #29 8.093 [2021-06-17T12:32:03.799Z] #29 8.183 ######################################################################## 100.0% [2021-06-17T12:32:03.799Z] #29 8.228 [2021-06-17T12:32:03.799Z] #29 8.250 Download of images into '/build' complete. [2021-06-17T12:32:03.799Z] #29 8.250 Use something like the following to load the result into a Docker daemon: [2021-06-17T12:32:03.799Z] #29 8.250 tar -cC '/build' . | docker load [2021-06-17T12:32:03.799Z] #29 DONE 8.3s [2021-06-17T12:32:03.799Z] [2021-06-17T12:32:03.799Z] #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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:32:03.799Z] #32 sha256:dce599a86d52e6786bdd2988f5e04cbd45284930924eba39d9761c368e1d197d [2021-06-17T12:32:04.295Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-06-17T12:32:04.295Z] + TESTFLAGS+=' -test.timeout=5m' [2021-06-17T12:32:04.295Z] + TESTDIRS=./... [2021-06-17T12:32:04.295Z] + exclude_paths='/vendor/|/integration' [2021-06-17T12:32:04.295Z] ++ go list ./... [2021-06-17T12:32:04.295Z] ++ grep -vE '(/vendor/|/integration)' [2021-06-17T12:32:05.680Z] + pkg_list='github.com/docker/docker/api [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/backend/build [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/httputils [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/middleware [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/router [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/router/build [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/router/checkpoint [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/router/container [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/router/debug [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/router/distribution [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/router/grpc [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/router/image [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/router/network [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/router/plugin [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/router/session [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/router/swarm [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/router/system [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/server/router/volume [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/backend [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/blkiodev [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/container [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/events [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/filters [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/image [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/mount [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/network [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/plugins/logdriver [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/registry [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/strslice [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/swarm [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/swarm/runtime [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/time [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/versions [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/versions/v1p19 [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/versions/v1p20 [2021-06-17T12:32:05.680Z] github.com/docker/docker/api/types/volume [2021-06-17T12:32:05.680Z] github.com/docker/docker/builder [2021-06-17T12:32:05.680Z] github.com/docker/docker/builder/builder-next [2021-06-17T12:32:05.680Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-06-17T12:32:05.680Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-06-17T12:32:05.680Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-06-17T12:32:05.680Z] github.com/docker/docker/builder/builder-next/exporter [2021-06-17T12:32:05.680Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-06-17T12:32:05.680Z] github.com/docker/docker/builder/builder-next/worker [2021-06-17T12:32:05.680Z] github.com/docker/docker/builder/dockerfile [2021-06-17T12:32:05.680Z] github.com/docker/docker/builder/dockerignore [2021-06-17T12:32:05.680Z] github.com/docker/docker/builder/remotecontext [2021-06-17T12:32:05.680Z] github.com/docker/docker/builder/remotecontext/git [2021-06-17T12:32:05.680Z] github.com/docker/docker/cli [2021-06-17T12:32:05.680Z] github.com/docker/docker/cli/config [2021-06-17T12:32:05.680Z] github.com/docker/docker/cli/debug [2021-06-17T12:32:05.680Z] github.com/docker/docker/client [2021-06-17T12:32:05.680Z] github.com/docker/docker/cmd/dockerd [2021-06-17T12:32:05.680Z] github.com/docker/docker/container [2021-06-17T12:32:05.680Z] github.com/docker/docker/container/stream [2021-06-17T12:32:05.681Z] github.com/docker/docker/contrib/apparmor [2021-06-17T12:32:05.681Z] github.com/docker/docker/contrib/docker-device-tool [2021-06-17T12:32:05.681Z] github.com/docker/docker/contrib/httpserver [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/cluster [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/cluster/convert [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/cluster/executor [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/cluster/executor/container [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/cluster/provider [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/config [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/discovery [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/events [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/events/testutils [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/exec [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/copy [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/register [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/images [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/initlayer [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/links [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/listeners [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/awslogs [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/fluentd [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/gcplogs [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/gelf [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/journald [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/local [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/logentries [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/loggerutils [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/splunk [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/syslog [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/templates [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/names [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/network [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/stats [2021-06-17T12:32:05.681Z] github.com/docker/docker/distribution [2021-06-17T12:32:05.681Z] github.com/docker/docker/distribution/metadata [2021-06-17T12:32:05.681Z] github.com/docker/docker/distribution/utils [2021-06-17T12:32:05.681Z] github.com/docker/docker/distribution/xfer [2021-06-17T12:32:05.681Z] github.com/docker/docker/dockerversion [2021-06-17T12:32:05.681Z] github.com/docker/docker/errdefs [2021-06-17T12:32:05.681Z] github.com/docker/docker/image [2021-06-17T12:32:05.681Z] github.com/docker/docker/image/cache [2021-06-17T12:32:05.681Z] github.com/docker/docker/image/tarexport [2021-06-17T12:32:05.681Z] github.com/docker/docker/image/v1 [2021-06-17T12:32:05.681Z] github.com/docker/docker/internal/test/suite [2021-06-17T12:32:05.681Z] github.com/docker/docker/layer [2021-06-17T12:32:05.681Z] github.com/docker/docker/libcontainerd [2021-06-17T12:32:05.681Z] github.com/docker/docker/libcontainerd/queue [2021-06-17T12:32:05.681Z] github.com/docker/docker/libcontainerd/remote [2021-06-17T12:32:05.681Z] github.com/docker/docker/libcontainerd/supervisor [2021-06-17T12:32:05.681Z] github.com/docker/docker/libcontainerd/types [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/api [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/bitseq [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/client [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/client/mflag [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/client/mflag/example [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/cluster [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/cmd/dnet [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/cmd/proxy [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/config [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/datastore [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/diagnostic [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/discoverapi [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/driverapi [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/drivers/host [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/drivers/null [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/drivers/remote [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/drivers/windows [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/drvregistry [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/etchosts [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/idm [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/internal/caller [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/ipam [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/ipamapi [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/ipams/null [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/ipams/remote [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/ipamutils [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/iptables [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/netlabel [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/netutils [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/networkdb [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/ns [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/options [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/osl [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/osl/kernel [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/portallocator [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/portmapper [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/resolvconf [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/testutils [2021-06-17T12:32:05.681Z] github.com/docker/docker/libnetwork/types [2021-06-17T12:32:05.681Z] github.com/docker/docker/oci [2021-06-17T12:32:05.681Z] github.com/docker/docker/oci/caps [2021-06-17T12:32:05.681Z] github.com/docker/docker/opts [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/aaparser [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/archive [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/authorization [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/broadcaster [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/capabilities [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/chrootarchive [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/containerfs [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/devicemapper [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/directory [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/discovery [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/discovery/file [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/discovery/kv [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/discovery/memory [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/discovery/nodes [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/dmesg [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/filenotify [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/fileutils [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/fsutils [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/homedir [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/idtools [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/ioutils [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/jsonmessage [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/locker [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/longpath [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/loopback [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/mount [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/namesgenerator [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/parsers [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/parsers/kernel [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/pidfile [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/platform [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/plugingetter [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/plugins [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/plugins/transport [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/pools [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/progress [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/pubsub [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/reexec [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/signal [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/signal/testfiles [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/stdcopy [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/streamformatter [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/stringid [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/symlink [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/sysinfo [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/system [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/tailfile [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/tarsum [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/term [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/term/windows [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/truncindex [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/urlutil [2021-06-17T12:32:05.681Z] github.com/docker/docker/pkg/useragent [2021-06-17T12:32:05.681Z] github.com/docker/docker/plugin [2021-06-17T12:32:05.681Z] github.com/docker/docker/plugin/executor/containerd [2021-06-17T12:32:05.681Z] github.com/docker/docker/plugin/v2 [2021-06-17T12:32:05.681Z] github.com/docker/docker/profiles/apparmor [2021-06-17T12:32:05.681Z] github.com/docker/docker/profiles/seccomp [2021-06-17T12:32:05.681Z] github.com/docker/docker/quota [2021-06-17T12:32:05.681Z] github.com/docker/docker/reference [2021-06-17T12:32:05.681Z] github.com/docker/docker/registry [2021-06-17T12:32:05.681Z] github.com/docker/docker/registry/resumable [2021-06-17T12:32:05.681Z] github.com/docker/docker/restartmanager [2021-06-17T12:32:05.681Z] github.com/docker/docker/rootless [2021-06-17T12:32:05.681Z] github.com/docker/docker/rootless/specconv [2021-06-17T12:32:05.681Z] github.com/docker/docker/runconfig [2021-06-17T12:32:05.681Z] github.com/docker/docker/runconfig/opts [2021-06-17T12:32:05.681Z] github.com/docker/docker/testutil [2021-06-17T12:32:05.681Z] github.com/docker/docker/testutil/daemon [2021-06-17T12:32:05.681Z] github.com/docker/docker/testutil/environment [2021-06-17T12:32:05.681Z] github.com/docker/docker/testutil/fakecontext [2021-06-17T12:32:05.681Z] github.com/docker/docker/testutil/fakegit [2021-06-17T12:32:05.681Z] github.com/docker/docker/testutil/fakestorage [2021-06-17T12:32:05.681Z] github.com/docker/docker/testutil/fixtures/load [2021-06-17T12:32:05.681Z] github.com/docker/docker/testutil/fixtures/plugin [2021-06-17T12:32:05.681Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-06-17T12:32:05.681Z] github.com/docker/docker/testutil/registry [2021-06-17T12:32:05.681Z] github.com/docker/docker/testutil/request [2021-06-17T12:32:05.681Z] github.com/docker/docker/volume [2021-06-17T12:32:05.681Z] github.com/docker/docker/volume/drivers [2021-06-17T12:32:05.681Z] github.com/docker/docker/volume/local [2021-06-17T12:32:05.681Z] github.com/docker/docker/volume/mounts [2021-06-17T12:32:05.681Z] github.com/docker/docker/volume/service [2021-06-17T12:32:05.681Z] github.com/docker/docker/volume/service/opts [2021-06-17T12:32:05.681Z] github.com/docker/docker/volume/testutils' [2021-06-17T12:32:05.681Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-06-17T12:32:05.681Z] + echo 'github.com/docker/docker/api [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/backend/build [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/httputils [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/middleware [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/router [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/router/build [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/router/checkpoint [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/router/container [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/router/debug [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/router/distribution [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/router/grpc [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/router/image [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/router/network [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/router/plugin [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/router/session [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/router/swarm [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/router/system [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/server/router/volume [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/backend [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/blkiodev [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/container [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/events [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/filters [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/image [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/mount [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/network [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/plugins/logdriver [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/registry [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/strslice [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/swarm [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/swarm/runtime [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/time [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/versions [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/versions/v1p19 [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/versions/v1p20 [2021-06-17T12:32:05.681Z] github.com/docker/docker/api/types/volume [2021-06-17T12:32:05.681Z] github.com/docker/docker/builder [2021-06-17T12:32:05.681Z] github.com/docker/docker/builder/builder-next [2021-06-17T12:32:05.681Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-06-17T12:32:05.681Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-06-17T12:32:05.681Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-06-17T12:32:05.681Z] github.com/docker/docker/builder/builder-next/exporter [2021-06-17T12:32:05.681Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-06-17T12:32:05.681Z] github.com/docker/docker/builder/builder-next/worker [2021-06-17T12:32:05.681Z] github.com/docker/docker/builder/dockerfile [2021-06-17T12:32:05.681Z] github.com/docker/docker/builder/dockerignore [2021-06-17T12:32:05.681Z] github.com/docker/docker/builder/remotecontext [2021-06-17T12:32:05.681Z] github.com/docker/docker/builder/remotecontext/git [2021-06-17T12:32:05.681Z] github.com/docker/docker/cli [2021-06-17T12:32:05.681Z] github.com/docker/docker/cli/config [2021-06-17T12:32:05.681Z] github.com/docker/docker/cli/debug [2021-06-17T12:32:05.681Z] github.com/docker/docker/client [2021-06-17T12:32:05.681Z] github.com/docker/docker/cmd/dockerd [2021-06-17T12:32:05.681Z] github.com/docker/docker/container [2021-06-17T12:32:05.681Z] github.com/docker/docker/container/stream [2021-06-17T12:32:05.681Z] github.com/docker/docker/contrib/apparmor [2021-06-17T12:32:05.681Z] github.com/docker/docker/contrib/docker-device-tool [2021-06-17T12:32:05.681Z] github.com/docker/docker/contrib/httpserver [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/cluster [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/cluster/convert [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/cluster/executor [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/cluster/executor/container [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/cluster/provider [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/config [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/discovery [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/events [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/events/testutils [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/exec [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/copy [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/register [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/images [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/initlayer [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/links [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/listeners [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/awslogs [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/fluentd [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/gcplogs [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/gelf [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/journald [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/local [2021-06-17T12:32:05.681Z] github.com/docker/docker/daemon/logger/logentries [2021-06-17T12:32:05.682Z] github.com/docker/docker/daemon/logger/loggerutils [2021-06-17T12:32:05.682Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-06-17T12:32:05.682Z] github.com/docker/docker/daemon/logger/splunk [2021-06-17T12:32:05.682Z] github.com/docker/docker/daemon/logger/syslog [2021-06-17T12:32:05.682Z] github.com/docker/docker/daemon/logger/templates [2021-06-17T12:32:05.682Z] github.com/docker/docker/daemon/names [2021-06-17T12:32:05.682Z] github.com/docker/docker/daemon/network [2021-06-17T12:32:05.682Z] github.com/docker/docker/daemon/stats [2021-06-17T12:32:05.682Z] github.com/docker/docker/distribution [2021-06-17T12:32:05.682Z] github.com/docker/docker/distribution/metadata [2021-06-17T12:32:05.682Z] github.com/docker/docker/distribution/utils [2021-06-17T12:32:05.682Z] github.com/docker/docker/distribution/xfer [2021-06-17T12:32:05.682Z] github.com/docker/docker/dockerversion [2021-06-17T12:32:05.682Z] github.com/docker/docker/errdefs [2021-06-17T12:32:05.682Z] github.com/docker/docker/image [2021-06-17T12:32:05.682Z] github.com/docker/docker/image/cache [2021-06-17T12:32:05.682Z] github.com/docker/docker/image/tarexport [2021-06-17T12:32:05.682Z] github.com/docker/docker/image/v1 [2021-06-17T12:32:05.682Z] github.com/docker/docker/internal/test/suite [2021-06-17T12:32:05.682Z] github.com/docker/docker/layer [2021-06-17T12:32:05.682Z] github.com/docker/docker/libcontainerd [2021-06-17T12:32:05.682Z] github.com/docker/docker/libcontainerd/queue [2021-06-17T12:32:05.682Z] github.com/docker/docker/libcontainerd/remote [2021-06-17T12:32:05.682Z] github.com/docker/docker/libcontainerd/supervisor [2021-06-17T12:32:05.682Z] github.com/docker/docker/libcontainerd/types [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/api [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/bitseq [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/client [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/client/mflag [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/client/mflag/example [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/cluster [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/cmd/dnet [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/cmd/proxy [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/config [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/datastore [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/diagnostic [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/discoverapi [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/driverapi [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/host [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/null [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/remote [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/windows [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drvregistry [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/etchosts [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/idm [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/internal/caller [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/ipam [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/ipamapi [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/ipams/null [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/ipams/remote [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/ipamutils [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/iptables [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/netlabel [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/netutils [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/networkdb [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/ns [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/options [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/osl [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/osl/kernel [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/portallocator [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/portmapper [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/resolvconf [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/testutils [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/types [2021-06-17T12:32:05.682Z] github.com/docker/docker/oci [2021-06-17T12:32:05.682Z] github.com/docker/docker/oci/caps [2021-06-17T12:32:05.682Z] github.com/docker/docker/opts [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/aaparser [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/archive [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/authorization [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/broadcaster [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/capabilities [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/chrootarchive [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/containerfs [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/devicemapper [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/directory [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/discovery [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/discovery/file [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/discovery/kv [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/discovery/memory [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/discovery/nodes [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/dmesg [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/filenotify [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/fileutils [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/fsutils [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/homedir [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/idtools [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/ioutils [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/jsonmessage [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/locker [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/longpath [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/loopback [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/mount [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/namesgenerator [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/parsers [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/parsers/kernel [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/pidfile [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/platform [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/plugingetter [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/plugins [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/plugins/transport [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/pools [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/progress [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/pubsub [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/reexec [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/signal [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/signal/testfiles [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/stdcopy [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/streamformatter [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/stringid [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/symlink [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/sysinfo [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/system [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/tailfile [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/tarsum [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/term [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/term/windows [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/truncindex [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/urlutil [2021-06-17T12:32:05.682Z] github.com/docker/docker/pkg/useragent [2021-06-17T12:32:05.682Z] github.com/docker/docker/plugin [2021-06-17T12:32:05.682Z] github.com/docker/docker/plugin/executor/containerd [2021-06-17T12:32:05.682Z] github.com/docker/docker/plugin/v2 [2021-06-17T12:32:05.682Z] github.com/docker/docker/profiles/apparmor [2021-06-17T12:32:05.682Z] github.com/docker/docker/profiles/seccomp [2021-06-17T12:32:05.682Z] github.com/docker/docker/quota [2021-06-17T12:32:05.682Z] github.com/docker/docker/reference [2021-06-17T12:32:05.682Z] github.com/docker/docker/registry [2021-06-17T12:32:05.682Z] github.com/docker/docker/registry/resumable [2021-06-17T12:32:05.682Z] github.com/docker/docker/restartmanager [2021-06-17T12:32:05.682Z] github.com/docker/docker/rootless [2021-06-17T12:32:05.682Z] github.com/docker/docker/rootless/specconv [2021-06-17T12:32:05.682Z] github.com/docker/docker/runconfig [2021-06-17T12:32:05.682Z] github.com/docker/docker/runconfig/opts [2021-06-17T12:32:05.682Z] github.com/docker/docker/testutil [2021-06-17T12:32:05.682Z] github.com/docker/docker/testutil/daemon [2021-06-17T12:32:05.682Z] github.com/docker/docker/testutil/environment [2021-06-17T12:32:05.682Z] github.com/docker/docker/testutil/fakecontext [2021-06-17T12:32:05.682Z] github.com/docker/docker/testutil/fakegit [2021-06-17T12:32:05.682Z] github.com/docker/docker/testutil/fakestorage [2021-06-17T12:32:05.682Z] github.com/docker/docker/testutil/fixtures/load [2021-06-17T12:32:05.682Z] github.com/docker/docker/testutil/fixtures/plugin [2021-06-17T12:32:05.682Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-06-17T12:32:05.682Z] github.com/docker/docker/testutil/registry [2021-06-17T12:32:05.682Z] github.com/docker/docker/testutil/request [2021-06-17T12:32:05.682Z] github.com/docker/docker/volume [2021-06-17T12:32:05.682Z] github.com/docker/docker/volume/drivers [2021-06-17T12:32:05.682Z] github.com/docker/docker/volume/local [2021-06-17T12:32:05.682Z] github.com/docker/docker/volume/mounts [2021-06-17T12:32:05.682Z] github.com/docker/docker/volume/service [2021-06-17T12:32:05.682Z] github.com/docker/docker/volume/service/opts [2021-06-17T12:32:05.682Z] github.com/docker/docker/volume/testutils' [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-17T12:32:05.682Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-17T12:32:05.682Z] + type docker-proxy [2021-06-17T12:32:05.682Z] hack/test/unit: line 22: type: docker-proxy: not found [2021-06-17T12:32:05.682Z] + hack/make.sh binary-proxy install-proxy [2021-06-17T12:32:05.682Z] [2021-06-17T12:32:05.682Z] Removing bundles/ [2021-06-17T12:32:05.682Z] [2021-06-17T12:32:05.682Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-06-17T12:32:05.682Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-06-17T12:32:05.682Z] GOOS="" GOARCH="" GOARM="" [2021-06-17T12:32:06.334Z] #32 ... [2021-06-17T12:32:06.334Z] [2021-06-17T12:32:06.334Z] #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-06-17T12:32:06.334Z] #12 sha256:404d6ac784bfa01d4931c3417807b6e230ae87a353cc9e793536daa28023c7f6 [2021-06-17T12:32:06.334Z] #12 DONE 3.6s [2021-06-17T12:32:06.334Z] [2021-06-17T12:32:06.334Z] #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-06-17T12:32:06.334Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:32:09.626Z] #13 3.643 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-17T12:32:09.885Z] #13 3.799 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:32:09.885Z] #13 3.799 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:32:09.885Z] #13 3.819 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:32:11.262Z] #13 ... [2021-06-17T12:32:11.262Z] [2021-06-17T12:32:11.262Z] #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-06-17T12:32:11.262Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:32:11.262Z] #36 7.008 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:32:11.262Z] #36 7.141 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:32:11.262Z] #36 7.142 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:32:11.525Z] #36 9.056 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:32:12.463Z] #36 ... [2021-06-17T12:32:12.463Z] [2021-06-17T12:32:12.463Z] #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-06-17T12:32:12.463Z] #56 sha256:cb33f2aa06ba0dbdce972c5d49d501db5a057b9274dcf7711f29c2d37908aaa9 [2021-06-17T12:32:12.463Z] #56 6.926 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:32:12.463Z] #56 7.091 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:32:12.463Z] #56 7.091 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:32:12.463Z] #56 9.105 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:32:12.463Z] #56 ... [2021-06-17T12:32:12.463Z] [2021-06-17T12:32:12.463Z] #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-06-17T12:32:12.463Z] #59 sha256:de6afc681806a3586dab96531943e20f2feb4998848d0b016af82baf39d99085 [2021-06-17T12:32:12.463Z] #59 6.657 + RM_GOPATH=0 [2021-06-17T12:32:12.463Z] #59 6.657 + TMP_GOPATH= [2021-06-17T12:32:12.463Z] #59 6.657 + : /build [2021-06-17T12:32:12.463Z] #59 6.657 + '[' -z '' ']' [2021-06-17T12:32:12.463Z] #59 6.657 ++ mktemp -d [2021-06-17T12:32:12.463Z] #59 6.657 + export GOPATH=/tmp/tmp.kMfQc8YFnB [2021-06-17T12:32:12.463Z] #59 6.657 + GOPATH=/tmp/tmp.kMfQc8YFnB [2021-06-17T12:32:12.463Z] #59 6.657 + RM_GOPATH=1 [2021-06-17T12:32:12.463Z] #59 6.657 + case "$(go env GOARCH)" in [2021-06-17T12:32:12.463Z] #59 6.664 ++ go env GOARCH [2021-06-17T12:32:12.463Z] #59 6.699 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:32:12.463Z] #59 6.699 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:32:12.463Z] #59 6.718 ++ dirname /tmp/install/install.sh [2021-06-17T12:32:12.463Z] #59 6.724 + dir=/tmp/install [2021-06-17T12:32:12.463Z] #59 6.724 + bin=rootlesskit [2021-06-17T12:32:12.463Z] #59 6.724 + shift [2021-06-17T12:32:12.463Z] #59 6.724 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-17T12:32:12.463Z] #59 6.724 + . /tmp/install/rootlesskit.installer [2021-06-17T12:32:12.463Z] #59 6.724 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-17T12:32:12.463Z] #59 6.724 + install_rootlesskit [2021-06-17T12:32:12.463Z] #59 6.724 + case "$1" in [2021-06-17T12:32:12.463Z] #59 6.724 + export CGO_ENABLED=0 [2021-06-17T12:32:12.463Z] #59 6.724 + CGO_ENABLED=0 [2021-06-17T12:32:12.463Z] #59 6.724 + _install_rootlesskit [2021-06-17T12:32:12.463Z] #59 6.773 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-17T12:32:12.463Z] #59 6.774 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-17T12:32:12.463Z] #59 6.775 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.kMfQc8YFnB/src/github.com/rootless-containers/rootlesskit [2021-06-17T12:32:12.463Z] #59 6.791 Cloning into '/tmp/tmp.kMfQc8YFnB/src/github.com/rootless-containers/rootlesskit'... [2021-06-17T12:32:12.643Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0aca787ab722b9f86) in /home/ubuntu/workspace/moby_PR-42510 [Pipeline] { [Pipeline] checkout [2021-06-17T12:32:12.722Z] #59 ... [2021-06-17T12:32:12.722Z] [2021-06-17T12:32:12.722Z] #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-06-17T12:32:12.722Z] #52 sha256:e315557450fa4c85bdba40e31869df46d902545bda48129995fba125dda9c9f9 [2021-06-17T12:32:12.722Z] #52 5.886 + RM_GOPATH=0 [2021-06-17T12:32:12.722Z] #52 5.886 + TMP_GOPATH= [2021-06-17T12:32:12.722Z] #52 5.886 + : /build [2021-06-17T12:32:12.722Z] #52 5.886 + '[' -z '' ']' [2021-06-17T12:32:12.722Z] #52 5.889 ++ mktemp -d [2021-06-17T12:32:12.722Z] #52 5.889 + export GOPATH=/tmp/tmp.T8hMa2v2ky [2021-06-17T12:32:12.722Z] #52 5.889 + GOPATH=/tmp/tmp.T8hMa2v2ky [2021-06-17T12:32:12.722Z] #52 5.889 + RM_GOPATH=1 [2021-06-17T12:32:12.722Z] #52 5.889 + case "$(go env GOARCH)" in [2021-06-17T12:32:12.722Z] #52 5.894 ++ go env GOARCH [2021-06-17T12:32:12.722Z] #52 5.906 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:32:12.722Z] #52 5.906 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:32:12.722Z] #52 5.906 ++ dirname /tmp/install/install.sh [2021-06-17T12:32:12.722Z] #52 5.908 + dir=/tmp/install [2021-06-17T12:32:12.722Z] #52 5.909 + bin=shfmt [2021-06-17T12:32:12.722Z] #52 5.909 + shift [2021-06-17T12:32:12.722Z] #52 5.909 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-17T12:32:12.722Z] #52 5.909 + . /tmp/install/shfmt.installer [2021-06-17T12:32:12.722Z] #52 5.910 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-17T12:32:12.722Z] #52 5.910 + install_shfmt [2021-06-17T12:32:12.722Z] #52 5.910 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-17T12:32:12.722Z] #52 5.910 + git clone https://github.com/mvdan/sh.git /tmp/tmp.T8hMa2v2ky/src/github.com/mvdan/sh [2021-06-17T12:32:12.722Z] #52 5.910 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-17T12:32:12.722Z] #52 5.914 Cloning into '/tmp/tmp.T8hMa2v2ky/src/github.com/mvdan/sh'... [2021-06-17T12:32:12.722Z] #52 ... [2021-06-17T12:32:12.722Z] [2021-06-17T12:32:12.722Z] #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-06-17T12:32:12.722Z] #24 sha256:7516ab353188a9780fd522d98f848a88edb889903299ff4a92bf78b1ced6b8dc [2021-06-17T12:32:12.722Z] #24 5.734 + RM_GOPATH=0 [2021-06-17T12:32:12.722Z] #24 5.734 + TMP_GOPATH= [2021-06-17T12:32:12.722Z] #24 5.734 + : /build [2021-06-17T12:32:12.722Z] #24 5.734 + '[' -z '' ']' [2021-06-17T12:32:12.722Z] #24 5.738 ++ mktemp -d [2021-06-17T12:32:12.722Z] #24 5.739 + export GOPATH=/tmp/tmp.oXOW0lsJ2g [2021-06-17T12:32:12.722Z] #24 5.741 + GOPATH=/tmp/tmp.oXOW0lsJ2g [2021-06-17T12:32:12.722Z] #24 5.741 + RM_GOPATH=1 [2021-06-17T12:32:12.722Z] #24 5.741 + case "$(go env GOARCH)" in [2021-06-17T12:32:12.722Z] #24 5.741 ++ go env GOARCH [2021-06-17T12:32:12.722Z] #24 5.765 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:32:12.722Z] #24 5.765 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:32:12.722Z] #24 5.765 ++ dirname /tmp/install/install.sh [2021-06-17T12:32:12.722Z] #24 5.765 + dir=/tmp/install [2021-06-17T12:32:12.722Z] #24 5.765 + bin=dockercli [2021-06-17T12:32:12.722Z] #24 5.765 + shift [2021-06-17T12:32:12.722Z] #24 5.765 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-17T12:32:12.722Z] #24 5.765 + . /tmp/install/dockercli.installer [2021-06-17T12:32:12.722Z] #24 5.765 ++ : stable [2021-06-17T12:32:12.722Z] #24 5.765 ++ : 17.06.2-ce [2021-06-17T12:32:12.722Z] #24 5.766 Install docker/cli version 17.06.2-ce from stable [2021-06-17T12:32:12.722Z] #24 5.766 + install_dockercli [2021-06-17T12:32:12.722Z] #24 5.766 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-17T12:32:12.722Z] #24 5.773 ++ uname -m [2021-06-17T12:32:12.722Z] #24 5.778 + arch=x86_64 [2021-06-17T12:32:12.722Z] #24 5.778 + '[' x86_64 '!=' x86_64 ']' [2021-06-17T12:32:12.722Z] #24 5.778 + url=https://download.docker.com/linux/static [2021-06-17T12:32:12.722Z] #24 5.778 + tar -xz docker/docker [2021-06-17T12:32:12.722Z] #24 5.782 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-17T12:32:12.901Z] The recommended git tool is: git [2021-06-17T12:32:12.981Z] #24 ... [2021-06-17T12:32:12.981Z] [2021-06-17T12:32:12.981Z] #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-06-17T12:32:12.981Z] #50 sha256:a17019f8524d7f51d13dead5890032e8d8da41942b8d7d959965cdcee359cfb2 [2021-06-17T12:32:12.981Z] #50 5.383 + RM_GOPATH=0 [2021-06-17T12:32:12.981Z] #50 5.383 + TMP_GOPATH= [2021-06-17T12:32:12.981Z] #50 5.383 + : /build [2021-06-17T12:32:12.981Z] #50 5.383 + '[' -z '' ']' [2021-06-17T12:32:12.981Z] #50 5.384 ++ mktemp -d [2021-06-17T12:32:12.981Z] #50 5.384 + export GOPATH=/tmp/tmp.LlAmVv5qTL [2021-06-17T12:32:12.981Z] #50 5.384 + GOPATH=/tmp/tmp.LlAmVv5qTL [2021-06-17T12:32:12.981Z] #50 5.384 + RM_GOPATH=1 [2021-06-17T12:32:12.981Z] #50 5.384 + case "$(go env GOARCH)" in [2021-06-17T12:32:12.981Z] #50 5.385 ++ go env GOARCH [2021-06-17T12:32:12.981Z] #50 5.391 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:32:12.981Z] #50 5.391 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:32:12.981Z] #50 5.391 ++ dirname /tmp/install/install.sh [2021-06-17T12:32:12.981Z] #50 5.392 + dir=/tmp/install [2021-06-17T12:32:12.981Z] #50 5.392 + bin=golangci_lint [2021-06-17T12:32:12.981Z] #50 5.392 + shift [2021-06-17T12:32:12.981Z] #50 5.392 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-17T12:32:12.981Z] #50 5.392 + . /tmp/install/golangci_lint.installer [2021-06-17T12:32:12.981Z] #50 5.392 ++ : v1.23.8 [2021-06-17T12:32:12.981Z] #50 5.392 + install_golangci_lint [2021-06-17T12:32:12.981Z] #50 5.392 + set -e [2021-06-17T12:32:12.981Z] #50 5.392 + export GO111MODULE=on [2021-06-17T12:32:12.981Z] #50 5.392 + GO111MODULE=on [2021-06-17T12:32:12.981Z] #50 5.392 + GOBIN=/build [2021-06-17T12:32:12.981Z] #50 5.392 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-17T12:32:12.981Z] #50 5.984 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-17T12:32:12.981Z] #50 ... [2021-06-17T12:32:12.981Z] [2021-06-17T12:32:12.981Z] #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-06-17T12:32:12.981Z] #48 sha256:49a908a5e532f7a5d7d11a27723f8c7afe393dc8ff71499a3f26efa0ea7e847c [2021-06-17T12:32:12.981Z] #48 5.223 + RM_GOPATH=0 [2021-06-17T12:32:12.981Z] #48 5.223 + TMP_GOPATH= [2021-06-17T12:32:12.981Z] #48 5.223 + : /build [2021-06-17T12:32:12.981Z] #48 5.223 + '[' -z '' ']' [2021-06-17T12:32:12.981Z] #48 5.223 ++ mktemp -d [2021-06-17T12:32:12.981Z] #48 5.223 + export GOPATH=/tmp/tmp.iDwoZTaGfi [2021-06-17T12:32:12.981Z] #48 5.223 + GOPATH=/tmp/tmp.iDwoZTaGfi [2021-06-17T12:32:12.981Z] #48 5.223 + RM_GOPATH=1 [2021-06-17T12:32:12.981Z] #48 5.223 + case "$(go env GOARCH)" in [2021-06-17T12:32:12.981Z] #48 5.223 ++ go env GOARCH [2021-06-17T12:32:12.981Z] #48 5.223 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:32:12.981Z] #48 5.223 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:32:12.981Z] #48 5.223 ++ dirname /tmp/install/install.sh [2021-06-17T12:32:12.981Z] #48 5.223 + dir=/tmp/install [2021-06-17T12:32:12.981Z] #48 5.223 + bin=gotestsum [2021-06-17T12:32:12.981Z] #48 5.223 + shift [2021-06-17T12:32:12.981Z] #48 5.223 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-17T12:32:12.981Z] #48 5.223 + . /tmp/install/gotestsum.installer [2021-06-17T12:32:12.981Z] #48 5.223 ++ : v0.5.3 [2021-06-17T12:32:12.981Z] #48 5.223 + install_gotestsum [2021-06-17T12:32:12.981Z] #48 5.223 + set -e [2021-06-17T12:32:12.981Z] #48 5.223 + export GO111MODULE=on [2021-06-17T12:32:12.981Z] #48 5.223 + GO111MODULE=on [2021-06-17T12:32:12.981Z] #48 5.223 + GOBIN=/build [2021-06-17T12:32:12.981Z] #48 5.223 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-17T12:32:12.981Z] #48 5.641 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-17T12:32:12.981Z] #48 7.113 go: downloading github.com/fatih/color v1.9.0 [2021-06-17T12:32:12.981Z] #48 7.126 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-17T12:32:12.981Z] #48 7.149 go: downloading github.com/pkg/errors v0.9.1 [2021-06-17T12:32:12.981Z] #48 7.225 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-17T12:32:12.981Z] #48 7.684 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-17T12:32:12.981Z] #48 7.792 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-17T12:32:12.981Z] #48 8.040 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-17T12:32:12.981Z] #48 8.150 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-17T12:32:12.981Z] #48 8.352 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-17T12:32:12.981Z] #48 9.053 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-17T12:32:13.242Z] #48 ... [2021-06-17T12:32:13.242Z] [2021-06-17T12:32:13.242Z] #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-06-17T12:32:13.242Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:32:13.242Z] #44 6.290 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:32:13.242Z] #44 6.424 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:32:13.242Z] #44 6.424 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:32:13.242Z] #44 7.303 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-06-17T12:32:13.243Z] #44 8.456 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:32:13.243Z] #44 ... [2021-06-17T12:32:13.243Z] [2021-06-17T12:32:13.243Z] #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-06-17T12:32:13.243Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:32:13.243Z] #40 4.999 + git clone https://github.com/docker/distribution.git . [2021-06-17T12:32:13.243Z] #40 5.000 Cloning into '.'... [2021-06-17T12:32:13.502Z] #40 ... [2021-06-17T12:32:13.502Z] [2021-06-17T12:32:13.502Z] #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-06-17T12:32:13.502Z] #46 sha256:efb9c1957cb99a9e62a74b242dd21af64f08c422a0de4130a1ad9cbe2ed886af [2021-06-17T12:32:13.502Z] #46 6.373 + RM_GOPATH=0 [2021-06-17T12:32:13.502Z] #46 6.373 + TMP_GOPATH= [2021-06-17T12:32:13.502Z] #46 6.373 + : /build [2021-06-17T12:32:13.502Z] #46 6.373 + '[' -z '' ']' [2021-06-17T12:32:13.502Z] #46 6.373 ++ mktemp -d [2021-06-17T12:32:13.502Z] #46 6.386 + export GOPATH=/tmp/tmp.w26NKnwkbu [2021-06-17T12:32:13.502Z] #46 6.386 + GOPATH=/tmp/tmp.w26NKnwkbu [2021-06-17T12:32:13.502Z] #46 6.386 + RM_GOPATH=1 [2021-06-17T12:32:13.502Z] #46 6.386 + case "$(go env GOARCH)" in [2021-06-17T12:32:13.502Z] #46 6.386 ++ go env GOARCH [2021-06-17T12:32:13.502Z] #46 6.465 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:32:13.502Z] #46 6.465 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:32:13.502Z] #46 6.465 ++ dirname /tmp/install/install.sh [2021-06-17T12:32:13.502Z] #46 6.468 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-17T12:32:13.502Z] #46 6.469 + dir=/tmp/install [2021-06-17T12:32:13.502Z] #46 6.469 + bin=vndr [2021-06-17T12:32:13.502Z] #46 6.469 + shift [2021-06-17T12:32:13.502Z] #46 6.469 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-17T12:32:13.502Z] #46 6.469 + . /tmp/install/vndr.installer [2021-06-17T12:32:13.502Z] #46 6.469 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-17T12:32:13.502Z] #46 6.469 + install_vndr [2021-06-17T12:32:13.502Z] #46 6.469 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-17T12:32:13.502Z] #46 6.469 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.w26NKnwkbu/src/github.com/LK4D4/vndr [2021-06-17T12:32:13.502Z] #46 6.488 Cloning into '/tmp/tmp.w26NKnwkbu/src/github.com/LK4D4/vndr'... [2021-06-17T12:32:13.502Z] #46 7.271 + cd /tmp/tmp.w26NKnwkbu/src/github.com/LK4D4/vndr [2021-06-17T12:32:13.502Z] #46 7.271 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-17T12:32:13.502Z] #46 7.283 + go build -buildmode=pie -v -o /build/vndr . [2021-06-17T12:32:13.502Z] #46 9.725 internal/unsafeheader [2021-06-17T12:32:13.502Z] #46 9.741 internal/cpu [2021-06-17T12:32:13.502Z] #46 9.887 runtime/internal/atomic [2021-06-17T12:32:13.502Z] #46 10.24 runtime/internal/sys [2021-06-17T12:32:13.502Z] #46 10.60 runtime/internal/math [2021-06-17T12:32:13.502Z] #46 10.66 internal/race [2021-06-17T12:32:13.502Z] #46 10.78 internal/bytealg [2021-06-17T12:32:13.502Z] #46 10.80 sync/atomic [2021-06-17T12:32:13.760Z] #46 ... [2021-06-17T12:32:13.760Z] [2021-06-17T12:32:13.760Z] #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-06-17T12:32:13.760Z] #34 sha256:7e0913f79d978d6305acee334ed5f9fcbc21aaf0bf1e69fc7a8e4f9688387e78 [2021-06-17T12:32:13.760Z] #34 4.738 Install go-toml version v1.8.1 [2021-06-17T12:32:13.760Z] #34 5.132 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-17T12:32:13.760Z] #34 7.786 github.com/pelletier/go-toml [2021-06-17T12:32:13.760Z] #34 ... [2021-06-17T12:32:13.760Z] [2021-06-17T12:32:13.760Z] #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-06-17T12:32:13.760Z] #46 sha256:efb9c1957cb99a9e62a74b242dd21af64f08c422a0de4130a1ad9cbe2ed886af [2021-06-17T12:32:13.760Z] #46 11.37 unicode [2021-06-17T12:32:13.816Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-06-17T12:32:13.816Z] [2021-06-17T12:32:13.816Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-06-17T12:32:13.816Z] Installing docker-proxy to /usr/local/bin/ [2021-06-17T12:32:13.816Z] [2021-06-17T12:32:13.816Z] + mkdir -p bundles [2021-06-17T12:32:13.817Z] + 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/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/client github.com/docker/docker/libnetwork/client/mflag github.com/docker/docker/libnetwork/client/mflag/example github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/dnet 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/proxy 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-06-17T12:32:14.327Z] #46 12.00 runtime [2021-06-17T12:32:15.729Z] ? github.com/docker/docker/api [no test files] [2021-06-17T12:32:16.350Z] using credential docker-jenkins-github-credentials [2021-06-17T12:32:16.357Z] Cloning the remote Git repository [2021-06-17T12:32:16.357Z] Cloning with configured refspecs honoured and without tags [2021-06-17T12:32:16.464Z] Cloning repository https://github.com/moby/moby.git [2021-06-17T12:32:17.617Z] #46 15.19 unicode/utf8 [2021-06-17T12:32:17.617Z] #46 ... [2021-06-17T12:32:17.617Z] [2021-06-17T12:32:17.617Z] #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-06-17T12:32:17.617Z] #24 sha256:7516ab353188a9780fd522d98f848a88edb889903299ff4a92bf78b1ced6b8dc [2021-06-17T12:32:17.617Z] #24 14.88 + mkdir -p /build [2021-06-17T12:32:17.617Z] #24 14.88 + mv docker/docker /build/ [2021-06-17T12:32:17.617Z] #24 14.91 + rmdir docker [2021-06-17T12:32:17.617Z] #24 DONE 15.3s [2021-06-17T12:32:16.535Z] > git init /home/ubuntu/workspace/moby_PR-42510 # timeout=10 [2021-06-17T12:32:16.865Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-17T12:32:16.865Z] > git --version # timeout=10 [2021-06-17T12:32:16.918Z] > git --version # 'git version 2.17.1' [2021-06-17T12:32:16.919Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:32:16.921Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42510/head:refs/remotes/origin/PR-42510 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:32:17.877Z] [2021-06-17T12:32:17.877Z] #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-06-17T12:32:17.877Z] #59 sha256:de6afc681806a3586dab96531943e20f2feb4998848d0b016af82baf39d99085 [2021-06-17T12:32:17.877Z] #59 12.14 + cd /tmp/tmp.kMfQc8YFnB/src/github.com/rootless-containers/rootlesskit [2021-06-17T12:32:17.877Z] #59 12.15 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-17T12:32:17.877Z] #59 12.19 + export GO111MODULE=on [2021-06-17T12:32:17.877Z] #59 12.20 + GO111MODULE=on [2021-06-17T12:32:17.877Z] #59 12.20 + export GOPROXY=https://proxy.golang.org [2021-06-17T12:32:17.877Z] #59 12.20 + GOPROXY=https://proxy.golang.org [2021-06-17T12:32:17.877Z] #59 12.20 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-17T12:32:17.877Z] #59 12.20 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-17T12:32:17.877Z] #59 13.75 go: downloading github.com/pkg/errors v0.9.1 [2021-06-17T12:32:17.877Z] #59 13.80 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-17T12:32:17.877Z] #59 13.88 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-17T12:32:17.877Z] #59 14.39 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-17T12:32:18.370Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-012ab85d3ec0b1378) in /home/ubuntu/workspace/moby_PR-42510 [Pipeline] { [Pipeline] checkout [2021-06-17T12:32:18.445Z] #59 ... [2021-06-17T12:32:18.445Z] [2021-06-17T12:32:18.445Z] #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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:32:18.445Z] #32 sha256:dce599a86d52e6786bdd2988f5e04cbd45284930924eba39d9761c368e1d197d [2021-06-17T12:32:18.445Z] #32 5.323 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-17T12:32:18.445Z] #32 5.342 Cloning into '.'... [2021-06-17T12:32:18.620Z] The recommended git tool is: git [2021-06-17T12:32:18.704Z] #32 ... [2021-06-17T12:32:18.704Z] [2021-06-17T12:32:18.704Z] #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-06-17T12:32:18.704Z] #46 sha256:efb9c1957cb99a9e62a74b242dd21af64f08c422a0de4130a1ad9cbe2ed886af [2021-06-17T12:32:18.704Z] #46 15.97 math/bits [2021-06-17T12:32:19.272Z] #46 16.93 math [2021-06-17T12:32:21.188Z] #46 ... [2021-06-17T12:32:21.188Z] [2021-06-17T12:32:21.188Z] #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-06-17T12:32:21.188Z] #34 sha256:7e0913f79d978d6305acee334ed5f9fcbc21aaf0bf1e69fc7a8e4f9688387e78 [2021-06-17T12:32:21.188Z] #34 15.95 github.com/pelletier/go-toml/cmd/tomll [2021-06-17T12:32:21.188Z] #34 DONE 18.7s [2021-06-17T12:32:21.188Z] [2021-06-17T12:32:21.188Z] #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-06-17T12:32:21.188Z] #50 sha256:a17019f8524d7f51d13dead5890032e8d8da41942b8d7d959965cdcee359cfb2 [2021-06-17T12:32:21.188Z] #50 17.47 go: downloading github.com/fatih/color v1.7.0 [2021-06-17T12:32:21.188Z] #50 17.50 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-17T12:32:21.188Z] #50 17.56 go: downloading github.com/pkg/errors v0.8.1 [2021-06-17T12:32:21.188Z] #50 17.62 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-17T12:32:21.188Z] #50 17.63 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-17T12:32:21.188Z] #50 17.95 go: downloading github.com/spf13/viper v1.6.1 [2021-06-17T12:32:21.188Z] #50 18.42 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-17T12:32:21.188Z] #50 18.46 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-17T12:32:21.188Z] #50 18.67 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-17T12:32:21.188Z] #50 18.68 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-17T12:32:21.448Z] #50 ... [2021-06-17T12:32:21.448Z] [2021-06-17T12:32:21.448Z] #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-06-17T12:32:21.448Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:32:21.448Z] #13 5.574 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-17T12:32:21.448Z] #13 7.235 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:32:21.448Z] #13 9.430 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:32:21.448Z] #13 11.52 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:32:21.707Z] #13 ... [2021-06-17T12:32:21.707Z] [2021-06-17T12:32:21.708Z] #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-06-17T12:32:21.708Z] #59 sha256:de6afc681806a3586dab96531943e20f2feb4998848d0b016af82baf39d99085 [2021-06-17T12:32:21.708Z] #59 18.47 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-17T12:32:21.708Z] #59 19.18 go: downloading github.com/google/uuid v1.2.0 [2021-06-17T12:32:21.708Z] #59 19.18 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-17T12:32:21.708Z] #59 19.35 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-17T12:32:21.708Z] #59 19.38 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-17T12:32:21.966Z] #59 19.56 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-17T12:32:22.533Z] #59 20.02 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-17T12:32:22.798Z] #59 20.41 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-17T12:32:23.005Z] using credential docker-jenkins-github-credentials [2021-06-17T12:32:23.027Z] Cloning the remote Git repository [2021-06-17T12:32:23.027Z] Cloning with configured refspecs honoured and without tags [2021-06-17T12:32:23.056Z] #59 20.75 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-17T12:32:22.877Z] Cloning repository https://github.com/moby/moby.git [2021-06-17T12:32:23.624Z] #59 ... [2021-06-17T12:32:23.624Z] [2021-06-17T12:32:23.624Z] #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-06-17T12:32:23.624Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:32:23.624Z] #36 11.06 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:32:23.624Z] #36 13.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:32:23.624Z] #36 ... [2021-06-17T12:32:23.624Z] [2021-06-17T12:32:23.624Z] #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-06-17T12:32:23.624Z] #56 sha256:cb33f2aa06ba0dbdce972c5d49d501db5a057b9274dcf7711f29c2d37908aaa9 [2021-06-17T12:32:23.624Z] #56 11.19 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:32:23.624Z] #56 13.28 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:32:23.883Z] #56 ... [2021-06-17T12:32:23.883Z] [2021-06-17T12:32:23.883Z] #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-06-17T12:32:23.883Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:32:23.883Z] #44 10.37 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:32:23.883Z] #44 12.69 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:32:23.883Z] #44 14.57 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-06-17T12:32:23.883Z] #44 ... [2021-06-17T12:32:23.883Z] [2021-06-17T12:32:23.883Z] #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-06-17T12:32:23.883Z] #48 sha256:49a908a5e532f7a5d7d11a27723f8c7afe393dc8ff71499a3f26efa0ea7e847c [2021-06-17T12:32:23.883Z] #48 11.28 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-17T12:32:24.141Z] #48 ... [2021-06-17T12:32:24.141Z] [2021-06-17T12:32:24.141Z] #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-06-17T12:32:24.141Z] #46 sha256:efb9c1957cb99a9e62a74b242dd21af64f08c422a0de4130a1ad9cbe2ed886af [2021-06-17T12:32:24.141Z] #46 21.45 encoding [2021-06-17T12:32:24.141Z] #46 21.56 unicode/utf16 [2021-06-17T12:32:24.141Z] #46 21.84 container/list [2021-06-17T12:32:22.943Z] > git init /home/ubuntu/workspace/moby_PR-42510 # timeout=10 [2021-06-17T12:32:23.248Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-17T12:32:23.249Z] > git --version # timeout=10 [2021-06-17T12:32:23.278Z] > git --version # 'git version 2.17.1' [2021-06-17T12:32:23.278Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:32:23.280Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42510/head:refs/remotes/origin/PR-42510 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:32:24.708Z] #46 22.27 crypto/internal/subtle [2021-06-17T12:32:24.708Z] #46 22.37 crypto/subtle [2021-06-17T12:32:24.967Z] #46 22.53 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-17T12:32:24.967Z] #46 22.64 internal/nettrace [2021-06-17T12:32:24.967Z] #46 22.76 runtime/cgo [2021-06-17T12:32:29.255Z] #46 ... [2021-06-17T12:32:29.255Z] [2021-06-17T12:32:29.255Z] #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-06-17T12:32:29.255Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:32:29.255Z] #40 22.45 Checking out files: 91% (1554/1695) Checking out files: 92% (1560/1695) Checking out files: 93% (1577/1695) Checking out files: 94% (1594/1695) Checking out files: 95% (1611/1695) Checking out files: 96% (1628/1695) Checking out files: 97% (1645/1695) Checking out files: 98% (1662/1695) Checking out files: 99% (1679/1695) Checking out files: 100% (1695/1695) Checking out files: 100% (1695/1695), done. [2021-06-17T12:32:29.255Z] #40 22.54 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-17T12:32:29.255Z] #40 24.78 + 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-06-17T12:32:31.160Z] #40 ... [2021-06-17T12:32:31.160Z] [2021-06-17T12:32:31.160Z] #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-06-17T12:32:31.160Z] #52 sha256:e315557450fa4c85bdba40e31869df46d902545bda48129995fba125dda9c9f9 [2021-06-17T12:32:31.160Z] #52 18.33 + cd /tmp/tmp.T8hMa2v2ky/src/github.com/mvdan/sh [2021-06-17T12:32:31.160Z] #52 18.33 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-17T12:32:31.160Z] #52 18.44 + GO111MODULE=on [2021-06-17T12:32:31.160Z] #52 18.44 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-17T12:32:31.160Z] #52 19.82 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-17T12:32:31.160Z] #52 19.84 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-17T12:32:31.160Z] #52 20.09 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-17T12:32:31.160Z] #52 21.52 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-17T12:32:31.160Z] #52 24.75 runtime [2021-06-17T12:32:31.160Z] #52 ... [2021-06-17T12:32:31.160Z] [2021-06-17T12:32:31.160Z] #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-06-17T12:32:31.160Z] #50 sha256:a17019f8524d7f51d13dead5890032e8d8da41942b8d7d959965cdcee359cfb2 [2021-06-17T12:32:31.160Z] #50 19.99 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-17T12:32:31.160Z] #50 20.34 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-17T12:32:31.160Z] #50 23.24 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-17T12:32:31.160Z] #50 23.25 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-17T12:32:31.160Z] #50 23.52 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-17T12:32:31.160Z] #50 23.60 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-17T12:32:31.160Z] #50 23.61 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-17T12:32:31.160Z] #50 23.64 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-17T12:32:31.160Z] #50 23.95 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-17T12:32:31.160Z] #50 23.96 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-17T12:32:31.160Z] #50 24.02 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-17T12:32:31.160Z] #50 24.07 go: downloading github.com/spf13/afero v1.1.2 [2021-06-17T12:32:31.160Z] #50 24.27 go: downloading github.com/spf13/cast v1.3.0 [2021-06-17T12:32:31.160Z] #50 24.29 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-17T12:32:31.160Z] #50 24.34 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-17T12:32:31.160Z] #50 24.39 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-17T12:32:31.160Z] #50 24.43 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-17T12:32:31.160Z] #50 24.66 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-17T12:32:31.160Z] #50 24.71 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-17T12:32:31.160Z] #50 24.82 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-17T12:32:31.160Z] #50 24.87 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-17T12:32:31.160Z] #50 24.92 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-17T12:32:31.160Z] #50 25.02 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-17T12:32:31.160Z] #50 25.05 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-17T12:32:31.160Z] #50 25.15 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-17T12:32:31.160Z] #50 25.27 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-17T12:32:31.160Z] #50 25.38 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-17T12:32:31.160Z] #50 25.48 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-17T12:32:31.160Z] #50 25.60 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-17T12:32:31.160Z] #50 25.67 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-17T12:32:31.160Z] #50 25.70 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-17T12:32:31.160Z] #50 26.09 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-17T12:32:31.160Z] #50 26.11 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-17T12:32:31.160Z] #50 26.15 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-17T12:32:31.160Z] #50 26.39 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-17T12:32:31.160Z] #50 26.47 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-17T12:32:31.160Z] #50 26.67 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-17T12:32:31.160Z] #50 26.81 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-17T12:32:31.160Z] #50 27.21 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-17T12:32:31.160Z] #50 27.31 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-17T12:32:31.160Z] #50 27.42 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-17T12:32:31.160Z] #50 27.48 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-17T12:32:31.160Z] #50 27.58 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-17T12:32:31.160Z] #50 27.73 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-17T12:32:31.160Z] #50 28.06 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-17T12:32:31.160Z] #50 28.11 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-17T12:32:31.160Z] #50 28.16 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-17T12:32:31.160Z] #50 28.31 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-17T12:32:31.160Z] #50 28.31 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-17T12:32:31.160Z] #50 28.34 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-17T12:32:31.160Z] #50 28.38 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-17T12:32:31.419Z] #50 29.18 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-17T12:32:31.680Z] #50 29.19 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-17T12:32:31.680Z] #50 29.31 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-17T12:32:31.680Z] #50 29.33 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-17T12:32:31.680Z] #50 29.34 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-17T12:32:31.680Z] #50 29.37 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-17T12:32:31.939Z] #50 29.54 go: downloading golang.org/x/text v0.3.2 [2021-06-17T12:32:32.582Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0b061622b0ad76c2a) in /home/ubuntu/workspace/moby_PR-42510 [Pipeline] { [Pipeline] checkout [2021-06-17T12:32:32.731Z] The recommended git tool is: git [2021-06-17T12:32:33.863Z] ok github.com/docker/docker/api/server 0.025s coverage: 9.0% of statements [2021-06-17T12:32:35.078Z] using credential docker-jenkins-github-credentials [2021-06-17T12:32:35.149Z] Cloning the remote Git repository [2021-06-17T12:32:35.149Z] Cloning with configured refspecs honoured and without tags [2021-06-17T12:32:35.171Z] Cloning repository https://github.com/moby/moby.git [2021-06-17T12:32:35.219Z] > git init /home/ubuntu/workspace/moby_PR-42510 # timeout=10 [2021-06-17T12:32:35.502Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-17T12:32:35.505Z] > git --version # timeout=10 [2021-06-17T12:32:35.533Z] > git --version # 'git version 2.25.1' [2021-06-17T12:32:35.533Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:32:35.536Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42510/head:refs/remotes/origin/PR-42510 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:32:37.210Z] #50 ... [2021-06-17T12:32:37.210Z] [2021-06-17T12:32:37.210Z] #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-06-17T12:32:37.210Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:32:37.210Z] #36 24.04 Fetched 8449 kB in 17s (489 kB/s) [2021-06-17T12:32:37.210Z] #36 24.04 Reading package lists... [2021-06-17T12:32:37.210Z] #36 29.53 Reading package lists... [2021-06-17T12:32:37.210Z] #36 ... [2021-06-17T12:32:37.210Z] [2021-06-17T12:32:37.210Z] #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-06-17T12:32:37.210Z] #56 sha256:cb33f2aa06ba0dbdce972c5d49d501db5a057b9274dcf7711f29c2d37908aaa9 [2021-06-17T12:32:37.210Z] #56 23.93 Fetched 8449 kB in 17s (490 kB/s) [2021-06-17T12:32:37.210Z] #56 23.93 Reading package lists... [2021-06-17T12:32:37.210Z] #56 29.89 Reading package lists... [2021-06-17T12:32:37.210Z] #56 ... [2021-06-17T12:32:37.210Z] [2021-06-17T12:32:37.210Z] #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-06-17T12:32:37.210Z] #46 sha256:efb9c1957cb99a9e62a74b242dd21af64f08c422a0de4130a1ad9cbe2ed886af [2021-06-17T12:32:37.210Z] #46 34.06 vendor/golang.org/x/crypto/internal/subtle [2021-06-17T12:32:37.210Z] #46 ... [2021-06-17T12:32:37.210Z] [2021-06-17T12:32:37.210Z] #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-06-17T12:32:37.210Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:32:37.210Z] #44 24.06 Fetched 8452 kB in 18s (469 kB/s) [2021-06-17T12:32:37.210Z] #44 24.06 Reading package lists... [2021-06-17T12:32:37.470Z] #44 30.10 Reading package lists... [2021-06-17T12:32:37.470Z] #44 ... [2021-06-17T12:32:37.470Z] [2021-06-17T12:32:37.470Z] #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-06-17T12:32:37.470Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:32:37.470Z] #36 29.53 Reading package lists... [2021-06-17T12:32:37.729Z] #36 35.16 Building dependency tree... [2021-06-17T12:32:37.729Z] #36 ... [2021-06-17T12:32:37.729Z] [2021-06-17T12:32:37.729Z] #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-06-17T12:32:37.729Z] #59 sha256:de6afc681806a3586dab96531943e20f2feb4998848d0b016af82baf39d99085 [2021-06-17T12:32:37.729Z] #59 25.26 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-17T12:32:37.729Z] #59 25.47 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-17T12:32:37.729Z] #59 ... [2021-06-17T12:32:37.729Z] [2021-06-17T12:32:37.730Z] #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-06-17T12:32:37.730Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:32:37.730Z] #13 21.81 Fetched 8974 kB in 18s (487 kB/s) [2021-06-17T12:32:37.730Z] #13 21.81 Reading package lists... [2021-06-17T12:32:37.988Z] #13 28.13 Reading package lists... [2021-06-17T12:32:37.988Z] #13 ... [2021-06-17T12:32:37.988Z] [2021-06-17T12:32:37.988Z] #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-06-17T12:32:37.988Z] #50 sha256:a17019f8524d7f51d13dead5890032e8d8da41942b8d7d959965cdcee359cfb2 [2021-06-17T12:32:37.988Z] #50 35.20 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-17T12:32:37.988Z] #50 35.23 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-17T12:32:37.988Z] #50 35.36 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-17T12:32:37.988Z] #50 35.43 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-17T12:32:37.988Z] #50 35.45 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-17T12:32:38.996Z] #50 36.71 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-17T12:32:39.255Z] #50 36.91 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-17T12:32:39.516Z] #50 37.11 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-17T12:32:40.724Z] Fetching without tags [2021-06-17T12:32:41.016Z] Merging remotes/origin/master commit b9ad7b96bd86e5f632e5fb4f36f98dcc145014fc into PR head commit c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:32:40.641Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-17T12:32:40.660Z] > git config --add remote.origin.fetch +refs/pull/42510/head:refs/remotes/origin/PR-42510 # timeout=10 [2021-06-17T12:32:40.675Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:32:40.695Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-17T12:32:40.730Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-17T12:32:40.730Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:32:40.731Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42510/head:refs/remotes/origin/PR-42510 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:32:41.024Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T12:32:41.047Z] > git checkout -f c21eaf9a0766942ae625e5852313bfb569dd8e31 # timeout=10 [2021-06-17T12:32:41.776Z] Merge succeeded, producing c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:32:41.776Z] Checking out Revision c21eaf9a0766942ae625e5852313bfb569dd8e31 (PR-42510) [2021-06-17T12:32:42.777Z] Fetching without tags [2021-06-17T12:32:43.184Z] Merging remotes/origin/master commit b9ad7b96bd86e5f632e5fb4f36f98dcc145014fc into PR head commit c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:32:43.709Z] #50 ... [2021-06-17T12:32:43.709Z] [2021-06-17T12:32:43.709Z] #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-06-17T12:32:43.709Z] #56 sha256:cb33f2aa06ba0dbdce972c5d49d501db5a057b9274dcf7711f29c2d37908aaa9 [2021-06-17T12:32:43.709Z] #56 29.89 Reading package lists... [2021-06-17T12:32:43.709Z] #56 35.47 Building dependency tree... [2021-06-17T12:32:43.709Z] #56 38.36 The following additional packages will be installed: [2021-06-17T12:32:43.709Z] #56 38.38 libbtrfs0 [2021-06-17T12:32:43.709Z] #56 38.53 The following NEW packages will be installed: [2021-06-17T12:32:43.709Z] #56 38.54 libbtrfs-dev libbtrfs0 [2021-06-17T12:32:43.709Z] #56 38.93 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:32:43.709Z] #56 38.93 Need to get 119 kB of archives. [2021-06-17T12:32:43.709Z] #56 38.93 After this operation, 387 kB of additional disk space will be used. [2021-06-17T12:32:43.709Z] #56 38.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-17T12:32:43.709Z] #56 38.93 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-17T12:32:43.709Z] #56 39.94 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:32:43.709Z] #56 40.17 Fetched 119 kB in 0s (434 kB/s) [2021-06-17T12:32:43.709Z] #56 40.34 Selecting previously unselected package libbtrfs0. [2021-06-17T12:32:43.709Z] #56 40.34 (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-06-17T12:32:43.709Z] #56 40.40 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-17T12:32:43.709Z] #56 40.43 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-17T12:32:43.709Z] #56 40.52 Selecting previously unselected package libbtrfs-dev. [2021-06-17T12:32:43.709Z] #56 40.53 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-17T12:32:43.709Z] #56 40.55 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-17T12:32:43.709Z] #56 40.79 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-17T12:32:43.709Z] #56 40.83 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-17T12:32:43.709Z] #56 40.86 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:32:41.707Z] > git remote # timeout=10 [2021-06-17T12:32:41.721Z] > git config --get remote.origin.url # timeout=10 [2021-06-17T12:32:41.748Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:32:41.749Z] > git merge b9ad7b96bd86e5f632e5fb4f36f98dcc145014fc # timeout=10 [2021-06-17T12:32:41.764Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-17T12:32:41.778Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T12:32:41.785Z] > git checkout -f c21eaf9a0766942ae625e5852313bfb569dd8e31 # timeout=10 [2021-06-17T12:32:44.281Z] #56 DONE 42.0s [2021-06-17T12:32:44.281Z] [2021-06-17T12:32:44.281Z] #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-06-17T12:32:44.281Z] #57 sha256:9a4836d5e1122cff7be903cb1bc0768a6fc9fafe226b92e50b8d452365036360 [2021-06-17T12:32:42.739Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-17T12:32:42.755Z] > git config --add remote.origin.fetch +refs/pull/42510/head:refs/remotes/origin/PR-42510 # timeout=10 [2021-06-17T12:32:42.770Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:32:42.788Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-17T12:32:42.848Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-17T12:32:42.848Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:32:42.876Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42510/head:refs/remotes/origin/PR-42510 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:32:43.223Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T12:32:43.246Z] > git checkout -f c21eaf9a0766942ae625e5852313bfb569dd8e31 # timeout=10 [2021-06-17T12:32:44.585Z] Merge succeeded, producing c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:32:44.585Z] Checking out Revision c21eaf9a0766942ae625e5852313bfb569dd8e31 (PR-42510) [2021-06-17T12:32:45.661Z] #57 1.121 + RM_GOPATH=0 [2021-06-17T12:32:45.661Z] #57 1.121 + TMP_GOPATH= [2021-06-17T12:32:45.661Z] #57 1.121 + : /build [2021-06-17T12:32:45.661Z] #57 1.121 + '[' -z '' ']' [2021-06-17T12:32:45.661Z] #57 1.121 ++ mktemp -d [2021-06-17T12:32:45.661Z] #57 1.126 + export GOPATH=/tmp/tmp.ImPdkpNR3L [2021-06-17T12:32:45.661Z] #57 1.126 + GOPATH=/tmp/tmp.ImPdkpNR3L [2021-06-17T12:32:45.661Z] #57 1.126 + RM_GOPATH=1 [2021-06-17T12:32:45.661Z] #57 1.126 + case "$(go env GOARCH)" in [2021-06-17T12:32:45.661Z] #57 1.126 ++ go env GOARCH [2021-06-17T12:32:45.661Z] #57 1.164 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:32:45.661Z] #57 1.164 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:32:45.661Z] #57 1.165 ++ dirname /tmp/install/install.sh [2021-06-17T12:32:45.661Z] #57 1.171 + dir=/tmp/install [2021-06-17T12:32:45.661Z] #57 1.174 + bin=containerd [2021-06-17T12:32:45.661Z] #57 1.176 + shift [2021-06-17T12:32:45.661Z] #57 1.176 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-17T12:32:45.661Z] #57 1.183 + . /tmp/install/containerd.installer [2021-06-17T12:32:45.661Z] #57 1.183 ++ set -e [2021-06-17T12:32:45.661Z] #57 1.184 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-17T12:32:45.661Z] #57 1.185 + install_containerd [2021-06-17T12:32:45.661Z] #57 1.187 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-17T12:32:45.661Z] #57 1.192 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-17T12:32:45.661Z] #57 1.192 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ImPdkpNR3L/src/github.com/containerd/containerd [2021-06-17T12:32:45.661Z] #57 1.202 Cloning into '/tmp/tmp.ImPdkpNR3L/src/github.com/containerd/containerd'... [2021-06-17T12:32:46.360Z] Commit message: "portmapper: move mockProxyCommand to a _test file" [2021-06-17T12:32:44.514Z] > git remote # timeout=10 [2021-06-17T12:32:44.535Z] > git config --get remote.origin.url # timeout=10 [2021-06-17T12:32:44.556Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:32:44.557Z] > git merge b9ad7b96bd86e5f632e5fb4f36f98dcc145014fc # timeout=10 [2021-06-17T12:32:44.586Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-17T12:32:44.618Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T12:32:44.646Z] > git checkout -f c21eaf9a0766942ae625e5852313bfb569dd8e31 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-17T12:32:47.472Z] + docker version [2021-06-17T12:32:48.848Z] Commit message: "portmapper: move mockProxyCommand to a _test file" [2021-06-17T12:32:48.956Z] #57 ... [2021-06-17T12:32:48.956Z] [2021-06-17T12:32:48.956Z] #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-06-17T12:32:48.956Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:32:48.956Z] #44 30.10 Reading package lists... [2021-06-17T12:32:48.956Z] #44 35.62 Building dependency tree... [2021-06-17T12:32:48.956Z] #44 38.51 The following additional packages will be installed: [2021-06-17T12:32:48.956Z] #44 38.51 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-06-17T12:32:48.956Z] #44 38.52 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-06-17T12:32:48.956Z] #44 38.52 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-17T12:32:48.956Z] #44 38.52 python3.7-minimal [2021-06-17T12:32:48.956Z] #44 38.53 Suggested packages: [2021-06-17T12:32:48.956Z] #44 38.54 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-06-17T12:32:48.956Z] #44 38.54 python3.7-doc binfmt-support [2021-06-17T12:32:48.956Z] #44 39.72 The following NEW packages will be installed: [2021-06-17T12:32:48.957Z] #44 39.72 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-06-17T12:32:48.957Z] #44 39.74 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-06-17T12:32:48.957Z] #44 39.74 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-17T12:32:48.957Z] #44 39.74 python3.7-minimal [2021-06-17T12:32:48.957Z] #44 40.23 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:32:48.957Z] #44 40.23 Need to get 6695 kB of archives. [2021-06-17T12:32:48.957Z] #44 40.23 After this operation, 33.1 MB of additional disk space will be used. [2021-06-17T12:32:48.957Z] #44 40.23 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-17T12:32:48.957Z] #44 40.31 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-17T12:32:48.957Z] #44 40.56 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-17T12:32:48.957Z] #44 40.56 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-17T12:32:48.957Z] #44 40.57 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-17T12:32:48.957Z] #44 40.68 Get:6 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-06-17T12:32:48.957Z] #44 40.76 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-17T12:32:48.957Z] #44 40.78 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-17T12:32:48.957Z] #44 40.78 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-17T12:32:48.957Z] #44 40.81 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-06-17T12:32:48.957Z] #44 40.92 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-17T12:32:48.957Z] #44 40.94 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] [2021-06-17T12:32:48.957Z] #44 40.95 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB] [2021-06-17T12:32:48.957Z] #44 40.98 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-17T12:32:48.957Z] #44 40.99 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-17T12:32:48.957Z] #44 41.00 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-17T12:32:48.957Z] #44 42.51 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:32:48.957Z] #44 42.68 Fetched 6695 kB in 1s (5522 kB/s) [2021-06-17T12:32:48.957Z] #44 42.80 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-17T12:32:48.957Z] #44 42.80 (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-06-17T12:32:48.957Z] #44 42.88 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:32:48.957Z] #44 42.90 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:32:48.957Z] #44 43.62 Selecting previously unselected package python3.7-minimal. [2021-06-17T12:32:48.957Z] #44 43.63 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:32:48.957Z] #44 43.64 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-17T12:32:48.957Z] #44 45.20 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:32:48.957Z] #44 45.24 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-17T12:32:48.957Z] #44 ... [2021-06-17T12:32:48.957Z] [2021-06-17T12:32:48.957Z] #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-06-17T12:32:48.957Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:32:48.957Z] #36 35.16 Building dependency tree... [2021-06-17T12:32:48.957Z] #36 38.06 The following additional packages will be installed: [2021-06-17T12:32:48.957Z] #36 38.08 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-17T12:32:48.957Z] #36 38.09 Suggested packages: [2021-06-17T12:32:48.957Z] #36 38.10 cmake-doc ninja-build lrzip [2021-06-17T12:32:48.957Z] #36 38.10 Recommended packages: [2021-06-17T12:32:48.957Z] #36 38.10 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-17T12:32:48.957Z] #36 38.94 The following NEW packages will be installed: [2021-06-17T12:32:48.957Z] #36 38.95 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-17T12:32:48.957Z] #36 38.96 vim-common xxd [2021-06-17T12:32:48.957Z] #36 39.32 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:32:48.957Z] #36 39.32 Need to get 14.9 MB of archives. [2021-06-17T12:32:48.957Z] #36 39.32 After this operation, 61.8 MB of additional disk space will be used. [2021-06-17T12:32:48.957Z] #36 39.32 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-17T12:32:48.957Z] #36 39.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-17T12:32:48.957Z] #36 39.33 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-17T12:32:48.957Z] #36 39.47 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-17T12:32:48.957Z] #36 40.20 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-06-17T12:32:48.957Z] #36 40.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-17T12:32:48.957Z] #36 40.25 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-17T12:32:48.957Z] #36 40.25 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-17T12:32:48.957Z] #36 40.25 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-17T12:32:48.957Z] #36 40.27 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-17T12:32:48.957Z] #36 41.69 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:32:48.957Z] #36 41.95 Fetched 14.9 MB in 2s (9326 kB/s) [2021-06-17T12:32:48.957Z] #36 42.11 Selecting previously unselected package xxd. [2021-06-17T12:32:48.957Z] #36 42.11 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-17T12:32:48.957Z] #36 42.35 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-17T12:32:48.957Z] #36 42.39 Unpacking xxd (2:8.1.0875-5) ... [2021-06-17T12:32:48.957Z] #36 42.68 Selecting previously unselected package vim-common. [2021-06-17T12:32:48.957Z] #36 42.69 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-17T12:32:48.957Z] #36 42.83 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-17T12:32:48.957Z] #36 43.16 Selecting previously unselected package cmake-data. [2021-06-17T12:32:48.957Z] #36 43.17 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-17T12:32:48.957Z] #36 43.18 Unpacking cmake-data (3.13.4-1) ... [2021-06-17T12:32:48.957Z] #36 45.88 Selecting previously unselected package libicu63:amd64. [2021-06-17T12:32:48.957Z] #36 45.94 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-17T12:32:48.957Z] #36 45.96 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-17T12:32:48.957Z] #36 ... [2021-06-17T12:32:48.957Z] [2021-06-17T12:32:48.957Z] #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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:32:48.957Z] #32 sha256:dce599a86d52e6786bdd2988f5e04cbd45284930924eba39d9761c368e1d197d [2021-06-17T12:32:48.957Z] #32 44.46 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-06-17T12:32:48.957Z] #32 45.01 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-17T12:32:48.957Z] #32 45.11 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-17T12:32:49.896Z] #32 ... [2021-06-17T12:32:49.896Z] [2021-06-17T12:32:49.896Z] #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-06-17T12:32:49.896Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:32:49.896Z] #13 28.13 Reading package lists... [2021-06-17T12:32:49.896Z] #13 34.26 Building dependency tree... [2021-06-17T12:32:49.896Z] #13 37.35 The following additional packages will be installed: [2021-06-17T12:32:49.896Z] #13 37.38 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-17T12:32:49.896Z] #13 37.38 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-17T12:32:49.896Z] #13 37.38 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-17T12:32:49.896Z] #13 37.38 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2021-06-17T12:32:49.896Z] #13 37.38 mingw-w64-x86-64-dev [2021-06-17T12:32:49.896Z] #13 37.39 Suggested packages: [2021-06-17T12:32:49.896Z] #13 37.39 gcc-8-locales seccomp wine64 [2021-06-17T12:32:49.896Z] #13 38.48 The following NEW packages will be installed: [2021-06-17T12:32:49.896Z] #13 38.49 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-17T12:32:49.896Z] #13 38.49 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-17T12:32:49.896Z] #13 38.49 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-17T12:32:49.896Z] #13 38.49 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-17T12:32:49.896Z] #13 38.49 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-17T12:32:49.896Z] #13 38.49 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-17T12:32:49.896Z] #13 38.49 The following packages will be upgraded: [2021-06-17T12:32:49.896Z] #13 38.52 libseccomp2 [2021-06-17T12:32:49.896Z] #13 39.16 1 upgraded, 25 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:32:49.896Z] #13 39.16 Need to get 77.8 MB of archives. [2021-06-17T12:32:49.896Z] #13 39.16 After this operation, 487 MB of additional disk space will be used. [2021-06-17T12:32:49.896Z] #13 39.16 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-17T12:32:49.896Z] #13 39.17 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-06-17T12:32:49.896Z] #13 39.19 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-06-17T12:32:49.896Z] #13 39.37 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-06-17T12:32:49.896Z] #13 39.61 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-06-17T12:32:49.896Z] #13 39.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-06-17T12:32:49.896Z] #13 39.64 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-17T12:32:49.896Z] #13 39.64 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-17T12:32:49.896Z] #13 40.10 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-06-17T12:32:49.896Z] #13 40.39 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-06-17T12:32:49.896Z] #13 40.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-06-17T12:32:49.896Z] #13 43.77 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-06-17T12:32:50.047Z] + docker version [2021-06-17T12:32:50.155Z] #13 ... [2021-06-17T12:32:50.155Z] [2021-06-17T12:32:50.155Z] #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-06-17T12:32:50.155Z] #46 sha256:efb9c1957cb99a9e62a74b242dd21af64f08c422a0de4130a1ad9cbe2ed886af [2021-06-17T12:32:50.155Z] #46 47.57 sync [2021-06-17T12:32:50.155Z] #46 47.57 internal/reflectlite [2021-06-17T12:32:51.532Z] #46 49.18 internal/testlog [2021-06-17T12:32:51.791Z] #46 49.52 github.com/LK4D4/vndr/godl/singleflight [2021-06-17T12:32:52.358Z] #46 50.00 math/rand [2021-06-17T12:32:53.195Z] Fetching without tags [2021-06-17T12:32:53.294Z] #46 50.82 internal/singleflight [2021-06-17T12:32:53.294Z] #46 50.93 io [2021-06-17T12:32:53.464Z] Merging remotes/origin/master commit b9ad7b96bd86e5f632e5fb4f36f98dcc145014fc into PR head commit c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:32:53.553Z] #46 51.16 strconv [2021-06-17T12:32:54.227Z] Merge succeeded, producing c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:32:54.227Z] Checking out Revision c21eaf9a0766942ae625e5852313bfb569dd8e31 (PR-42510) [2021-06-17T12:32:53.113Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-17T12:32:53.129Z] > git config --add remote.origin.fetch +refs/pull/42510/head:refs/remotes/origin/PR-42510 # timeout=10 [2021-06-17T12:32:53.151Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:32:53.169Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-17T12:32:53.198Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-17T12:32:53.198Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:32:53.199Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42510/head:refs/remotes/origin/PR-42510 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:32:53.512Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T12:32:53.520Z] > git checkout -f c21eaf9a0766942ae625e5852313bfb569dd8e31 # timeout=10 [2021-06-17T12:32:54.143Z] > git remote # timeout=10 [2021-06-17T12:32:54.167Z] > git config --get remote.origin.url # timeout=10 [2021-06-17T12:32:54.191Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:32:54.193Z] > git merge b9ad7b96bd86e5f632e5fb4f36f98dcc145014fc # timeout=10 [2021-06-17T12:32:54.210Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-17T12:32:54.229Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T12:32:54.243Z] > git checkout -f c21eaf9a0766942ae625e5852313bfb569dd8e31 # timeout=10 [2021-06-17T12:32:54.935Z] #46 52.22 bytes [2021-06-17T12:32:54.935Z] #46 ... [2021-06-17T12:32:54.935Z] [2021-06-17T12:32:54.935Z] #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-06-17T12:32:54.935Z] #48 sha256:49a908a5e532f7a5d7d11a27723f8c7afe393dc8ff71499a3f26efa0ea7e847c [2021-06-17T12:32:54.935Z] #48 DONE 52.6s [2021-06-17T12:32:54.935Z] [2021-06-17T12:32:54.935Z] #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-06-17T12:32:54.935Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:32:54.935Z] #13 45.97 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-17T12:32:54.935Z] #13 45.97 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-17T12:32:54.935Z] #13 45.97 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-17T12:32:54.935Z] #13 45.97 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-17T12:32:54.935Z] #13 45.98 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-06-17T12:32:54.935Z] #13 45.98 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-17T12:32:54.935Z] #13 45.98 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-17T12:32:54.935Z] #13 46.00 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-17T12:32:54.935Z] #13 46.02 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-17T12:32:54.935Z] #13 46.04 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-17T12:32:54.935Z] #13 46.06 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-17T12:32:54.935Z] #13 46.12 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-17T12:32:54.935Z] #13 46.13 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-06-17T12:32:54.936Z] #13 46.14 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-17T12:32:54.936Z] #13 47.24 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:32:54.936Z] #13 47.39 Fetched 77.8 MB in 7s (10.7 MB/s) [2021-06-17T12:32:54.936Z] #13 47.49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-17T12:32:54.936Z] #13 47.59 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-17T12:32:54.936Z] #13 47.61 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-17T12:32:54.936Z] #13 47.87 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-17T12:32:54.936Z] #13 48.70 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-17T12:32:54.936Z] #13 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 ... 15421 files and directories currently installed.) [2021-06-17T12:32:54.936Z] #13 48.78 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-17T12:32:54.936Z] #13 48.84 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-17T12:32:55.306Z] Client: Docker Engine - Community [2021-06-17T12:32:55.306Z] Version: 20.10.6 [2021-06-17T12:32:55.306Z] API version: 1.41 [2021-06-17T12:32:55.306Z] Go version: go1.13.15 [2021-06-17T12:32:55.306Z] Git commit: 370c289 [2021-06-17T12:32:55.306Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-17T12:32:55.306Z] OS/Arch: linux/amd64 [2021-06-17T12:32:55.306Z] Context: default [2021-06-17T12:32:55.306Z] Experimental: true [2021-06-17T12:32:55.306Z] [2021-06-17T12:32:55.306Z] Server: Docker Engine - Community [2021-06-17T12:32:55.306Z] Engine: [2021-06-17T12:32:55.306Z] Version: 20.10.6 [2021-06-17T12:32:55.306Z] API version: 1.41 (minimum version 1.12) [2021-06-17T12:32:55.306Z] Go version: go1.13.15 [2021-06-17T12:32:55.306Z] Git commit: 8728dd2 [2021-06-17T12:32:55.306Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-17T12:32:55.306Z] OS/Arch: linux/amd64 [2021-06-17T12:32:55.306Z] Experimental: true [2021-06-17T12:32:55.306Z] containerd: [2021-06-17T12:32:55.306Z] Version: 1.4.6 [2021-06-17T12:32:55.306Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-17T12:32:55.306Z] runc: [2021-06-17T12:32:55.306Z] Version: 1.0.0-rc95 [2021-06-17T12:32:55.306Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:32:55.306Z] docker-init: [2021-06-17T12:32:55.306Z] Version: 0.19.0 [2021-06-17T12:32:55.306Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-17T12:32:55.613Z] Client: Docker Engine - Community [2021-06-17T12:32:55.613Z] Version: 20.10.6 [2021-06-17T12:32:55.613Z] API version: 1.41 [2021-06-17T12:32:55.613Z] Go version: go1.13.15 [2021-06-17T12:32:55.613Z] Git commit: 370c289 [2021-06-17T12:32:55.613Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-17T12:32:55.613Z] OS/Arch: linux/amd64 [2021-06-17T12:32:55.613Z] Context: default [2021-06-17T12:32:55.613Z] Experimental: true [2021-06-17T12:32:55.613Z] [2021-06-17T12:32:55.613Z] Server: Docker Engine - Community [2021-06-17T12:32:55.613Z] Engine: [2021-06-17T12:32:55.613Z] Version: 20.10.6 [2021-06-17T12:32:55.613Z] API version: 1.41 (minimum version 1.12) [2021-06-17T12:32:55.613Z] Go version: go1.13.15 [2021-06-17T12:32:55.613Z] Git commit: 8728dd2 [2021-06-17T12:32:55.613Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-17T12:32:55.613Z] OS/Arch: linux/amd64 [2021-06-17T12:32:55.613Z] Experimental: true [2021-06-17T12:32:55.613Z] containerd: [2021-06-17T12:32:55.613Z] Version: 1.4.6 [2021-06-17T12:32:55.613Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-17T12:32:55.613Z] runc: [2021-06-17T12:32:55.613Z] Version: 1.0.0-rc95 [2021-06-17T12:32:55.613Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:32:55.613Z] docker-init: [2021-06-17T12:32:55.613Z] Version: 0.19.0 [2021-06-17T12:32:55.613Z] GitCommit: de40ad0 [2021-06-17T12:32:55.616Z] + docker info [Pipeline] sh [2021-06-17T12:32:55.982Z] + docker info [2021-06-17T12:32:57.469Z] #13 51.44 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-17T12:32:57.469Z] #13 51.44 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-17T12:32:57.469Z] #13 51.46 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-17T12:32:57.982Z] Commit message: "portmapper: move mockProxyCommand to a _test file" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-17T12:32:58.947Z] + docker version [2021-06-17T12:32:59.373Z] #13 ... [2021-06-17T12:32:59.373Z] [2021-06-17T12:32:59.373Z] #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-06-17T12:32:59.373Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:32:59.373Z] #44 49.21 Selecting previously unselected package python3-minimal. [2021-06-17T12:32:59.373Z] #44 49.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 ... 15661 files and directories currently installed.) [2021-06-17T12:32:59.373Z] #44 49.31 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-17T12:32:59.373Z] #44 49.32 Unpacking python3-minimal (3.7.3-1) ... [2021-06-17T12:32:59.373Z] #44 49.46 Selecting previously unselected package libmpdec2:amd64. [2021-06-17T12:32:59.373Z] #44 49.47 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-17T12:32:59.373Z] #44 49.48 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-17T12:32:59.373Z] #44 49.65 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-17T12:32:59.373Z] #44 49.66 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:32:59.373Z] #44 49.67 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:32:59.373Z] #44 51.71 Selecting previously unselected package python3.7. [2021-06-17T12:32:59.373Z] #44 51.72 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:32:59.373Z] #44 51.74 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-17T12:32:59.373Z] #44 52.02 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-17T12:32:59.373Z] #44 52.02 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-17T12:32:59.373Z] #44 52.04 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-17T12:32:59.373Z] #44 52.32 Setting up python3-minimal (3.7.3-1) ... [2021-06-17T12:32:59.373Z] #44 53.95 Selecting previously unselected package python3. [2021-06-17T12:32:59.373Z] #44 53.95 (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-06-17T12:32:59.373Z] #44 54.07 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ... [2021-06-17T12:32:59.373Z] #44 54.08 Unpacking python3 (3.7.3-1) ... [2021-06-17T12:32:59.373Z] #44 54.26 Selecting previously unselected package libprotobuf17:amd64. [2021-06-17T12:32:59.373Z] #44 54.26 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-06-17T12:32:59.373Z] #44 54.27 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-17T12:32:59.373Z] #44 54.95 Selecting previously unselected package python3-pkg-resources. [2021-06-17T12:32:59.373Z] #44 54.95 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-17T12:32:59.373Z] #44 54.96 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-17T12:32:59.373Z] #44 55.22 Selecting previously unselected package python3-six. [2021-06-17T12:32:59.373Z] #44 55.22 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-06-17T12:32:59.373Z] #44 55.24 Unpacking python3-six (1.12.0-1) ... [2021-06-17T12:32:59.373Z] #44 55.33 Selecting previously unselected package python3-protobuf. [2021-06-17T12:32:59.373Z] #44 55.34 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ... [2021-06-17T12:32:59.373Z] #44 55.34 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-06-17T12:32:59.373Z] #44 55.87 Selecting previously unselected package libnet1:amd64. [2021-06-17T12:32:59.373Z] #44 55.87 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-17T12:32:59.373Z] #44 55.88 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-17T12:32:59.373Z] #44 55.99 Selecting previously unselected package libnl-3-200:amd64. [2021-06-17T12:32:59.373Z] #44 55.99 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-17T12:32:59.373Z] #44 56.00 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-17T12:32:59.373Z] #44 56.20 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-17T12:32:59.373Z] #44 56.21 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-17T12:32:59.373Z] #44 56.22 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-17T12:32:59.631Z] #44 56.33 Selecting previously unselected package criu. [2021-06-17T12:32:59.631Z] #44 56.34 Preparing to unpack .../8-criu_3.15-1_amd64.deb ... [2021-06-17T12:32:59.631Z] #44 56.34 Unpacking criu (3.15-1) ... [2021-06-17T12:32:59.631Z] #44 ... [2021-06-17T12:32:59.631Z] [2021-06-17T12:32:59.631Z] #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-06-17T12:32:59.631Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:32:59.631Z] #13 53.61 Selecting previously unselected package binutils-mingw-w64. [2021-06-17T12:32:59.631Z] #13 53.64 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-17T12:32:59.631Z] #13 53.65 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-17T12:32:59.631Z] #13 53.77 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-17T12:32:59.631Z] #13 53.77 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-17T12:32:59.631Z] #13 53.78 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-17T12:32:59.893Z] #13 54.03 Selecting previously unselected package dmsetup. [2021-06-17T12:32:59.893Z] #13 54.04 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-17T12:32:59.893Z] #13 54.06 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-17T12:33:00.171Z] #13 54.29 Selecting previously unselected package mingw-w64-common. [2021-06-17T12:33:00.171Z] #13 54.30 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-17T12:33:00.171Z] #13 54.31 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-17T12:33:00.437Z] #13 ... [2021-06-17T12:33:00.437Z] [2021-06-17T12:33:00.437Z] #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-06-17T12:33:00.437Z] #52 sha256:e315557450fa4c85bdba40e31869df46d902545bda48129995fba125dda9c9f9 [2021-06-17T12:33:00.437Z] #52 48.18 internal/reflectlite [2021-06-17T12:33:00.437Z] #52 48.19 sync [2021-06-17T12:33:00.437Z] #52 50.45 errors [2021-06-17T12:33:00.437Z] #52 50.45 sort [2021-06-17T12:33:00.437Z] #52 50.84 io [2021-06-17T12:33:00.437Z] #52 51.39 internal/oserror [2021-06-17T12:33:00.437Z] #52 51.50 syscall [2021-06-17T12:33:00.437Z] #52 52.49 bytes [2021-06-17T12:33:00.437Z] #52 55.19 reflect [2021-06-17T12:33:00.695Z] #52 ... [2021-06-17T12:33:00.695Z] [2021-06-17T12:33:00.695Z] #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-06-17T12:33:00.695Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:33:00.695Z] #44 57.06 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-17T12:33:00.695Z] #44 57.10 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-17T12:33:00.695Z] #44 57.12 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-17T12:33:00.696Z] #44 57.40 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-17T12:33:00.696Z] #44 57.47 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-17T12:33:00.696Z] #44 57.52 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:33:00.955Z] #44 ... [2021-06-17T12:33:00.955Z] [2021-06-17T12:33:00.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-06-17T12:33:00.955Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:33:00.955Z] #36 52.81 Selecting previously unselected package libxml2:amd64. [2021-06-17T12:33:00.955Z] #36 52.82 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-06-17T12:33:00.955Z] #36 52.84 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-17T12:33:00.955Z] #36 53.78 Selecting previously unselected package libarchive13:amd64. [2021-06-17T12:33:00.955Z] #36 53.87 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-17T12:33:00.955Z] #36 53.90 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-17T12:33:00.955Z] #36 54.18 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-17T12:33:00.955Z] #36 54.19 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-17T12:33:00.955Z] #36 54.20 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-17T12:33:00.955Z] #36 54.34 Selecting previously unselected package librhash0:amd64. [2021-06-17T12:33:00.955Z] #36 54.34 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-06-17T12:33:00.955Z] #36 54.35 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-17T12:33:00.955Z] #36 54.49 Selecting previously unselected package libuv1:amd64. [2021-06-17T12:33:00.955Z] #36 54.49 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-06-17T12:33:00.955Z] #36 54.52 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-17T12:33:00.955Z] #36 54.69 Selecting previously unselected package cmake. [2021-06-17T12:33:00.955Z] #36 54.73 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-06-17T12:33:00.955Z] #36 54.74 Unpacking cmake (3.13.4-1) ... [2021-06-17T12:33:00.955Z] #36 57.25 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-17T12:33:00.955Z] #36 57.26 Setting up xxd (2:8.1.0875-5) ... [2021-06-17T12:33:00.955Z] #36 57.28 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-17T12:33:00.955Z] #36 57.30 Setting up vim-common (2:8.1.0875-5) ... [2021-06-17T12:33:00.955Z] #36 57.40 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-17T12:33:00.955Z] #36 57.47 Setting up cmake-data (3.13.4-1) ... [2021-06-17T12:33:00.955Z] #36 57.50 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-17T12:33:00.955Z] #36 57.52 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-17T12:33:00.955Z] #36 57.53 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-17T12:33:00.955Z] #36 57.57 Setting up cmake (3.13.4-1) ... [2021-06-17T12:33:00.955Z] #36 57.59 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:33:00.955Z] #36 57.70 Processing triggers for mime-support (3.62) ... [2021-06-17T12:33:00.955Z] #36 DONE 58.6s [2021-06-17T12:33:00.955Z] [2021-06-17T12:33:00.955Z] #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-06-17T12:33:00.955Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:33:00.955Z] #44 57.73 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-17T12:33:00.955Z] #44 57.75 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-17T12:33:05.151Z] #44 ... [2021-06-17T12:33:05.151Z] [2021-06-17T12:33:05.151Z] #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-06-17T12:33:05.151Z] #37 sha256:6bf97d2101b30165bd51550b3977bff97a059c165d1d30b293f8b754ac74b7b4 [2021-06-17T12:33:05.151Z] #37 1.181 + RM_GOPATH=0 [2021-06-17T12:33:05.151Z] #37 1.182 + TMP_GOPATH= [2021-06-17T12:33:05.151Z] #37 1.183 + : /build [2021-06-17T12:33:05.151Z] #37 1.183 + '[' -z '' ']' [2021-06-17T12:33:05.151Z] #37 1.184 ++ mktemp -d [2021-06-17T12:33:05.151Z] #37 1.185 + export GOPATH=/tmp/tmp.ihgbfkfddh [2021-06-17T12:33:05.151Z] #37 1.186 + GOPATH=/tmp/tmp.ihgbfkfddh [2021-06-17T12:33:05.151Z] #37 1.186 + RM_GOPATH=1 [2021-06-17T12:33:05.151Z] #37 1.186 + case "$(go env GOARCH)" in [2021-06-17T12:33:05.151Z] #37 1.187 ++ go env GOARCH [2021-06-17T12:33:05.151Z] #37 1.212 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:33:05.151Z] #37 1.213 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:33:05.151Z] #37 1.215 ++ dirname /tmp/install/install.sh [2021-06-17T12:33:05.151Z] #37 1.224 + dir=/tmp/install [2021-06-17T12:33:05.151Z] #37 1.224 + bin=tini [2021-06-17T12:33:05.151Z] #37 1.224 + shift [2021-06-17T12:33:05.151Z] #37 1.225 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-17T12:33:05.151Z] #37 1.225 + . /tmp/install/tini.installer [2021-06-17T12:33:05.151Z] #37 1.225 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-17T12:33:05.151Z] #37 1.226 + install_tini [2021-06-17T12:33:05.151Z] #37 1.226 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-17T12:33:05.151Z] #37 1.227 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-17T12:33:05.151Z] #37 1.227 + git clone https://github.com/krallin/tini.git /tmp/tmp.ihgbfkfddh/tini [2021-06-17T12:33:05.151Z] #37 1.233 Cloning into '/tmp/tmp.ihgbfkfddh/tini'... [2021-06-17T12:33:05.151Z] #37 2.655 + cd /tmp/tmp.ihgbfkfddh/tini [2021-06-17T12:33:05.151Z] #37 2.658 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-17T12:33:05.151Z] #37 2.674 + cmake . [2021-06-17T12:33:05.151Z] #37 3.281 -- The C compiler identification is GNU 8.3.0 [2021-06-17T12:33:05.151Z] #37 3.356 -- Check for working C compiler: /usr/bin/cc [2021-06-17T12:33:05.151Z] #37 3.977 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-17T12:33:05.151Z] #37 3.993 -- Detecting C compiler ABI info [2021-06-17T12:33:05.720Z] #37 4.799 -- Detecting C compiler ABI info - done [2021-06-17T12:33:05.720Z] #37 4.822 -- Detecting C compile features [2021-06-17T12:33:05.981Z] Client: [2021-06-17T12:33:05.981Z] Context: default [2021-06-17T12:33:05.981Z] Debug Mode: false [2021-06-17T12:33:05.981Z] Plugins: [2021-06-17T12:33:05.981Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-17T12:33:05.981Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-17T12:33:05.981Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-17T12:33:05.981Z] [2021-06-17T12:33:05.981Z] Server: [2021-06-17T12:33:05.981Z] Containers: 0 [2021-06-17T12:33:05.981Z] Running: 0 [2021-06-17T12:33:05.981Z] Paused: 0 [2021-06-17T12:33:05.981Z] Stopped: 0 [2021-06-17T12:33:05.981Z] Images: 0 [2021-06-17T12:33:05.981Z] Server Version: 20.10.6 [2021-06-17T12:33:05.981Z] Storage Driver: overlay2 [2021-06-17T12:33:05.981Z] Backing Filesystem: extfs [2021-06-17T12:33:05.981Z] Supports d_type: true [2021-06-17T12:33:05.981Z] Native Overlay Diff: true [2021-06-17T12:33:05.981Z] userxattr: false [2021-06-17T12:33:05.981Z] Logging Driver: json-file [2021-06-17T12:33:05.981Z] Cgroup Driver: cgroupfs [2021-06-17T12:33:05.981Z] Cgroup Version: 1 [2021-06-17T12:33:05.981Z] Plugins: [2021-06-17T12:33:05.981Z] Volume: local [2021-06-17T12:33:05.981Z] Network: bridge host ipvlan macvlan null overlay [2021-06-17T12:33:05.981Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-17T12:33:05.981Z] Swarm: inactive [2021-06-17T12:33:05.981Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-17T12:33:05.981Z] Default Runtime: runc [2021-06-17T12:33:05.981Z] Init Binary: docker-init [2021-06-17T12:33:05.981Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-17T12:33:05.981Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:33:05.981Z] init version: de40ad0 [2021-06-17T12:33:05.981Z] Security Options: [2021-06-17T12:33:05.981Z] apparmor [2021-06-17T12:33:05.981Z] seccomp [2021-06-17T12:33:05.981Z] Profile: default [2021-06-17T12:33:05.981Z] Kernel Version: 5.4.0-1048-aws [2021-06-17T12:33:05.981Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-17T12:33:05.981Z] OSType: linux [2021-06-17T12:33:05.981Z] Architecture: x86_64 [2021-06-17T12:33:05.981Z] CPUs: 2 [2021-06-17T12:33:05.981Z] Total Memory: 7.487GiB [2021-06-17T12:33:05.981Z] Name: ip-10-100-35-135 [2021-06-17T12:33:05.981Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-17T12:33:05.981Z] Docker Root Dir: /var/lib/docker [2021-06-17T12:33:05.981Z] Debug Mode: false [2021-06-17T12:33:05.981Z] Registry: https://index.docker.io/v1/ [2021-06-17T12:33:05.981Z] Labels: [2021-06-17T12:33:05.981Z] Experimental: true [2021-06-17T12:33:05.981Z] Insecure Registries: [2021-06-17T12:33:05.981Z] 127.0.0.0/8 [2021-06-17T12:33:05.981Z] Live Restore Enabled: true [2021-06-17T12:33:05.981Z] [2021-06-17T12:33:05.981Z] WARNING: No swap limit support [Pipeline] sh [2021-06-17T12:33:06.274Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-17T12:33:06.274Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-17T12:33:06.274Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42510/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-17T12:33:06.274Z] + bash /home/ubuntu/workspace/moby_PR-42510/check-config.sh [2021-06-17T12:33:06.274Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-17T12:33:06.274Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-17T12:33:06.274Z] [2021-06-17T12:33:06.274Z] Generally Necessary: [2021-06-17T12:33:06.274Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-17T12:33:06.274Z] - apparmor: enabled and tools installed [2021-06-17T12:33:06.274Z] - CONFIG_NAMESPACES: enabled [2021-06-17T12:33:06.274Z] - CONFIG_NET_NS: enabled [2021-06-17T12:33:06.274Z] - CONFIG_PID_NS: enabled [2021-06-17T12:33:06.274Z] - CONFIG_IPC_NS: enabled [2021-06-17T12:33:06.274Z] - CONFIG_UTS_NS: enabled [2021-06-17T12:33:06.274Z] - CONFIG_CGROUPS: enabled [2021-06-17T12:33:06.274Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-17T12:33:06.274Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-17T12:33:06.274Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-17T12:33:06.274Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-17T12:33:06.274Z] - CONFIG_CPUSETS: enabled [2021-06-17T12:33:06.274Z] - CONFIG_MEMCG: enabled [2021-06-17T12:33:06.274Z] - CONFIG_KEYS: enabled [2021-06-17T12:33:06.274Z] - CONFIG_VETH: enabled (as module) [2021-06-17T12:33:06.274Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-17T12:33:06.274Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-17T12:33:06.274Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-17T12:33:06.274Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-17T12:33:06.274Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-17T12:33:06.274Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-17T12:33:06.274Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-17T12:33:06.274Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-17T12:33:06.274Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-17T12:33:06.274Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-17T12:33:06.274Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-17T12:33:06.274Z] [2021-06-17T12:33:06.274Z] Optional Features: [2021-06-17T12:33:06.274Z] - CONFIG_USER_NS: enabled [2021-06-17T12:33:06.274Z] - CONFIG_SECCOMP: enabled [2021-06-17T12:33:06.274Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-17T12:33:06.274Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-17T12:33:06.274Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-17T12:33:06.537Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-17T12:33:06.537Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-17T12:33:06.537Z] - CONFIG_BLK_CGROUP: enabled [2021-06-17T12:33:06.537Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-17T12:33:06.537Z] - CONFIG_CGROUP_PERF: enabled [2021-06-17T12:33:06.537Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-17T12:33:06.537Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-17T12:33:06.537Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-17T12:33:06.537Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-17T12:33:06.537Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-17T12:33:06.537Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-17T12:33:06.537Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-17T12:33:06.537Z] - CONFIG_IP_VS: enabled (as module) [2021-06-17T12:33:06.537Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-17T12:33:06.537Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-17T12:33:06.537Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-17T12:33:06.537Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-17T12:33:06.537Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-17T12:33:06.537Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-17T12:33:06.537Z] - CONFIG_EXT4_FS: enabled [2021-06-17T12:33:06.537Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-17T12:33:06.537Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-17T12:33:06.537Z] - Network Drivers: [2021-06-17T12:33:06.537Z] - "overlay": [2021-06-17T12:33:06.537Z] - CONFIG_VXLAN: enabled (as module) [2021-06-17T12:33:06.537Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-17T12:33:06.537Z] Optional (for encrypted networks): [2021-06-17T12:33:06.537Z] - CONFIG_CRYPTO: enabled [2021-06-17T12:33:06.537Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-17T12:33:06.537Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-17T12:33:06.537Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-17T12:33:06.537Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-17T12:33:06.537Z] - CONFIG_XFRM: enabled [2021-06-17T12:33:06.537Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-17T12:33:06.537Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-17T12:33:06.537Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-17T12:33:06.537Z] - "ipvlan": [2021-06-17T12:33:06.537Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-17T12:33:06.537Z] - "macvlan": [2021-06-17T12:33:06.801Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-17T12:33:06.801Z] - CONFIG_DUMMY: enabled (as module) [2021-06-17T12:33:06.801Z] - "ftp,tftp client in container": [2021-06-17T12:33:06.801Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-17T12:33:06.801Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-17T12:33:06.801Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-17T12:33:06.801Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-17T12:33:06.801Z] - Storage Drivers: [2021-06-17T12:33:06.801Z] - "aufs": [2021-06-17T12:33:06.801Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-17T12:33:06.801Z] - "btrfs": [2021-06-17T12:33:06.801Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-17T12:33:06.801Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-17T12:33:06.801Z] - "devicemapper": [2021-06-17T12:33:06.801Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-17T12:33:06.801Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-17T12:33:06.801Z] - "overlay": [2021-06-17T12:33:06.801Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-17T12:33:06.801Z] - "zfs": [2021-06-17T12:33:06.801Z] - /dev/zfs: present [2021-06-17T12:33:06.801Z] - zfs command: missing [2021-06-17T12:33:06.801Z] - zpool command: missing [2021-06-17T12:33:06.801Z] [2021-06-17T12:33:06.801Z] Limits: [2021-06-17T12:33:06.801Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-17T12:33:06.801Z] [2021-06-17T12:33:06.801Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-17T12:33:07.118Z] #37 ... [2021-06-17T12:33:07.118Z] [2021-06-17T12:33:07.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-06-17T12:33:07.118Z] #46 sha256:efb9c1957cb99a9e62a74b242dd21af64f08c422a0de4130a1ad9cbe2ed886af [2021-06-17T12:33:07.118Z] #46 54.77 strings [2021-06-17T12:33:07.118Z] #46 54.84 reflect [2021-06-17T12:33:07.118Z] #46 57.76 bufio [2021-06-17T12:33:07.118Z] #46 59.83 internal/syscall/unix [2021-06-17T12:33:07.118Z] #46 60.12 time [2021-06-17T12:33:07.335Z] + sudo modprobe ip_vs [2021-06-17T12:33:07.335Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 . [2021-06-17T12:33:07.377Z] #46 ... [2021-06-17T12:33:07.377Z] [2021-06-17T12:33:07.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-06-17T12:33:07.377Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:33:07.377Z] #13 59.81 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-17T12:33:07.377Z] #13 59.82 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-17T12:33:07.377Z] #13 59.83 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-17T12:33:07.598Z] #2 [internal] load .dockerignore [2021-06-17T12:33:07.598Z] #2 sha256:1a23923d02853fb7ea172e3a694405110f3999181a7ac740503b3b5a186d8993 [2021-06-17T12:33:07.598Z] #2 transferring context: 32B [2021-06-17T12:33:07.828Z] Client: [2021-06-17T12:33:07.828Z] Context: default [2021-06-17T12:33:07.828Z] Debug Mode: false [2021-06-17T12:33:07.828Z] Plugins: [2021-06-17T12:33:07.828Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-17T12:33:07.828Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-17T12:33:07.828Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-17T12:33:07.828Z] [2021-06-17T12:33:07.828Z] Server: [2021-06-17T12:33:07.828Z] Containers: 0 [2021-06-17T12:33:07.828Z] Running: 0 [2021-06-17T12:33:07.828Z] Paused: 0 [2021-06-17T12:33:07.828Z] Stopped: 0 [2021-06-17T12:33:07.828Z] Images: 0 [2021-06-17T12:33:07.828Z] Server Version: 20.10.6 [2021-06-17T12:33:07.828Z] Storage Driver: overlay2 [2021-06-17T12:33:07.828Z] Backing Filesystem: extfs [2021-06-17T12:33:07.828Z] Supports d_type: true [2021-06-17T12:33:07.828Z] Native Overlay Diff: true [2021-06-17T12:33:07.828Z] userxattr: false [2021-06-17T12:33:07.828Z] Logging Driver: json-file [2021-06-17T12:33:07.828Z] Cgroup Driver: cgroupfs [2021-06-17T12:33:07.828Z] Cgroup Version: 1 [2021-06-17T12:33:07.828Z] Plugins: [2021-06-17T12:33:07.828Z] Volume: local [2021-06-17T12:33:07.828Z] Network: bridge host ipvlan macvlan null overlay [2021-06-17T12:33:07.828Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-17T12:33:07.828Z] Swarm: inactive [2021-06-17T12:33:07.828Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-17T12:33:07.828Z] Default Runtime: runc [2021-06-17T12:33:07.828Z] Init Binary: docker-init [2021-06-17T12:33:07.828Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-17T12:33:07.828Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:33:07.828Z] init version: de40ad0 [2021-06-17T12:33:07.828Z] Security Options: [2021-06-17T12:33:07.828Z] apparmor [2021-06-17T12:33:07.828Z] seccomp [2021-06-17T12:33:07.828Z] Profile: default [2021-06-17T12:33:07.828Z] Kernel Version: 5.4.0-1048-aws [2021-06-17T12:33:07.828Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-17T12:33:07.828Z] OSType: linux [2021-06-17T12:33:07.828Z] Architecture: x86_64 [2021-06-17T12:33:07.828Z] CPUs: 2 [2021-06-17T12:33:07.828Z] Total Memory: 7.569GiB [2021-06-17T12:33:07.828Z] Name: ip-10-100-79-105 [2021-06-17T12:33:07.828Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-17T12:33:07.828Z] Docker Root Dir: /var/lib/docker [2021-06-17T12:33:07.828Z] Debug Mode: false [2021-06-17T12:33:07.828Z] Registry: https://index.docker.io/v1/ [2021-06-17T12:33:07.828Z] Labels: [2021-06-17T12:33:07.828Z] Experimental: true [2021-06-17T12:33:07.828Z] Insecure Registries: [2021-06-17T12:33:07.828Z] 127.0.0.0/8 [2021-06-17T12:33:07.828Z] Live Restore Enabled: true [2021-06-17T12:33:07.828Z] [2021-06-17T12:33:07.828Z] WARNING: No swap limit support [Pipeline] sh [2021-06-17T12:33:08.115Z] #2 transferring context: 87B done [2021-06-17T12:33:08.115Z] #2 DONE 0.1s [2021-06-17T12:33:08.115Z] [2021-06-17T12:33:08.115Z] #1 [internal] load build definition from Dockerfile [2021-06-17T12:33:08.115Z] #1 sha256:d2f643e92831bdca39ebbfb0fce0df5116772fb6e86f55a491378494d65f932e [2021-06-17T12:33:08.115Z] #1 transferring dockerfile: 16.63kB done [2021-06-17T12:33:08.115Z] #1 DONE 0.1s [2021-06-17T12:33:08.115Z] [2021-06-17T12:33:08.115Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-17T12:33:08.115Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-17T12:33:08.136Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-17T12:33:08.136Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-17T12:33:08.136Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42510/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-17T12:33:08.136Z] + bash /home/ubuntu/workspace/moby_PR-42510/check-config.sh [2021-06-17T12:33:08.136Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-17T12:33:08.136Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-17T12:33:08.136Z] [2021-06-17T12:33:08.136Z] Generally Necessary: [2021-06-17T12:33:08.136Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-17T12:33:08.136Z] - apparmor: enabled and tools installed [2021-06-17T12:33:08.136Z] - CONFIG_NAMESPACES: enabled [2021-06-17T12:33:08.136Z] - CONFIG_NET_NS: enabled [2021-06-17T12:33:08.136Z] - CONFIG_PID_NS: enabled [2021-06-17T12:33:08.136Z] - CONFIG_IPC_NS: enabled [2021-06-17T12:33:08.136Z] - CONFIG_UTS_NS: enabled [2021-06-17T12:33:08.136Z] - CONFIG_CGROUPS: enabled [2021-06-17T12:33:08.136Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-17T12:33:08.136Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-17T12:33:08.136Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-17T12:33:08.136Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-17T12:33:08.136Z] - CONFIG_CPUSETS: enabled [2021-06-17T12:33:08.136Z] - CONFIG_MEMCG: enabled [2021-06-17T12:33:08.136Z] - CONFIG_KEYS: enabled [2021-06-17T12:33:08.136Z] - CONFIG_VETH: enabled (as module) [2021-06-17T12:33:08.136Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-17T12:33:08.136Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-17T12:33:08.136Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-17T12:33:08.379Z] #3 DONE 0.6s [2021-06-17T12:33:08.379Z] [2021-06-17T12:33:08.379Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-17T12:33:08.379Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-17T12:33:08.379Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-06-17T12:33:08.400Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-17T12:33:08.400Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-17T12:33:08.400Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-17T12:33:08.400Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-17T12:33:08.400Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-17T12:33:08.400Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-17T12:33:08.400Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-17T12:33:08.400Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-17T12:33:08.400Z] [2021-06-17T12:33:08.400Z] Optional Features: [2021-06-17T12:33:08.400Z] - CONFIG_USER_NS: enabled [2021-06-17T12:33:08.400Z] - CONFIG_SECCOMP: enabled [2021-06-17T12:33:08.400Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-17T12:33:08.400Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-17T12:33:08.400Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-17T12:33:08.400Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-17T12:33:08.400Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-17T12:33:08.400Z] - CONFIG_BLK_CGROUP: enabled [2021-06-17T12:33:08.400Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-17T12:33:08.400Z] - CONFIG_CGROUP_PERF: enabled [2021-06-17T12:33:08.400Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-17T12:33:08.400Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-17T12:33:08.400Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-17T12:33:08.400Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-17T12:33:08.400Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-17T12:33:08.400Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-17T12:33:08.640Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-06-17T12:33:08.640Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-06-17T12:33:08.640Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-06-17T12:33:08.640Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-06-17T12:33:08.640Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done [2021-06-17T12:33:08.640Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-06-17T12:33:08.661Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-17T12:33:08.661Z] - CONFIG_IP_VS: enabled (as module) [2021-06-17T12:33:08.661Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-17T12:33:08.661Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-17T12:33:08.661Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-17T12:33:08.661Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-17T12:33:08.661Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-17T12:33:08.661Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-17T12:33:08.661Z] - CONFIG_EXT4_FS: enabled [2021-06-17T12:33:08.661Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-17T12:33:08.661Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-17T12:33:08.661Z] - Network Drivers: [2021-06-17T12:33:08.661Z] - "overlay": [2021-06-17T12:33:08.661Z] - CONFIG_VXLAN: enabled (as module) [2021-06-17T12:33:08.661Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-17T12:33:08.661Z] Optional (for encrypted networks): [2021-06-17T12:33:08.661Z] - CONFIG_CRYPTO: enabled [2021-06-17T12:33:08.661Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-17T12:33:08.661Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-17T12:33:08.661Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-17T12:33:08.661Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-17T12:33:08.661Z] - CONFIG_XFRM: enabled [2021-06-17T12:33:08.661Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-17T12:33:08.661Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-17T12:33:08.661Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-17T12:33:08.661Z] - "ipvlan": [2021-06-17T12:33:08.661Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-17T12:33:08.661Z] - "macvlan": [2021-06-17T12:33:08.661Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-17T12:33:08.661Z] - CONFIG_DUMMY: enabled (as module) [2021-06-17T12:33:08.661Z] - "ftp,tftp client in container": [2021-06-17T12:33:08.661Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-17T12:33:08.661Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-17T12:33:08.661Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-17T12:33:08.661Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-17T12:33:08.661Z] - Storage Drivers: [2021-06-17T12:33:08.661Z] - "aufs": [2021-06-17T12:33:08.661Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-17T12:33:08.661Z] - "btrfs": [2021-06-17T12:33:08.661Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-17T12:33:08.662Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-17T12:33:08.662Z] - "devicemapper": [2021-06-17T12:33:08.662Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-17T12:33:08.662Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-17T12:33:08.909Z] Client: Docker Engine - Community [2021-06-17T12:33:08.909Z] Version: 20.10.6 [2021-06-17T12:33:08.909Z] API version: 1.41 [2021-06-17T12:33:08.909Z] Go version: go1.13.15 [2021-06-17T12:33:08.909Z] Git commit: 370c289 [2021-06-17T12:33:08.909Z] Built: Fri Apr 9 22:47:17 2021 [2021-06-17T12:33:08.909Z] OS/Arch: linux/amd64 [2021-06-17T12:33:08.909Z] Context: default [2021-06-17T12:33:08.909Z] Experimental: true [2021-06-17T12:33:08.909Z] [2021-06-17T12:33:08.909Z] Server: Docker Engine - Community [2021-06-17T12:33:08.909Z] Engine: [2021-06-17T12:33:08.909Z] Version: 20.10.6 [2021-06-17T12:33:08.909Z] API version: 1.41 (minimum version 1.12) [2021-06-17T12:33:08.909Z] Go version: go1.13.15 [2021-06-17T12:33:08.909Z] Git commit: 8728dd2 [2021-06-17T12:33:08.909Z] Built: Fri Apr 9 22:45:28 2021 [2021-06-17T12:33:08.909Z] OS/Arch: linux/amd64 [2021-06-17T12:33:08.909Z] Experimental: true [2021-06-17T12:33:08.909Z] containerd: [2021-06-17T12:33:08.909Z] Version: 1.4.6 [2021-06-17T12:33:08.909Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-17T12:33:08.909Z] runc: [2021-06-17T12:33:08.909Z] Version: 1.0.0-rc95 [2021-06-17T12:33:08.909Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:33:08.909Z] docker-init: [2021-06-17T12:33:08.909Z] Version: 0.19.0 [2021-06-17T12:33:08.909Z] GitCommit: de40ad0 [2021-06-17T12:33:08.918Z] - "overlay": [2021-06-17T12:33:08.918Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-17T12:33:08.918Z] - "zfs": [2021-06-17T12:33:08.918Z] - /dev/zfs: present [2021-06-17T12:33:08.918Z] - zfs command: missing [2021-06-17T12:33:08.918Z] - zpool command: missing [2021-06-17T12:33:08.918Z] [2021-06-17T12:33:08.918Z] Limits: [2021-06-17T12:33:08.918Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-17T12:33:08.918Z] [2021-06-17T12:33:08.918Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-17T12:33:09.237Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.5s done [2021-06-17T12:33:09.270Z] + docker info [2021-06-17T12:33:09.356Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 . [2021-06-17T12:33:09.617Z] #1 [internal] load build definition from Dockerfile [2021-06-17T12:33:09.617Z] #1 sha256:29d4e129ce9dbfce7f022326177b4a595bcd8d62a575f7e1667822abab937493 [2021-06-17T12:33:09.617Z] #1 transferring dockerfile: 16.63kB done [2021-06-17T12:33:09.617Z] #1 DONE 0.1s [2021-06-17T12:33:09.617Z] [2021-06-17T12:33:09.617Z] #2 [internal] load .dockerignore [2021-06-17T12:33:09.617Z] #2 sha256:83990863eccbd867ab477cb6bc37a3f01d2a1bef653c9fe37aa283a3615b9ff7 [2021-06-17T12:33:09.617Z] #2 transferring context: 87B done [2021-06-17T12:33:09.617Z] #2 DONE 0.1s [2021-06-17T12:33:09.617Z] [2021-06-17T12:33:09.617Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-17T12:33:09.617Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-17T12:33:10.180Z] #3 DONE 0.5s [2021-06-17T12:33:10.180Z] [2021-06-17T12:33:10.180Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-17T12:33:10.180Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-17T12:33:10.180Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-06-17T12:33:10.180Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-06-17T12:33:10.180Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-06-17T12:33:10.181Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-06-17T12:33:10.181Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 4.19MB / 9.64MB 0.1s [2021-06-17T12:33:10.438Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-06-17T12:33:10.438Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.4s done [2021-06-17T12:33:10.619Z] #4 DONE 2.1s [2021-06-17T12:33:10.619Z] [2021-06-17T12:33:10.619Z] #8 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-17T12:33:10.619Z] #8 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d [2021-06-17T12:33:10.696Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-06-17T12:33:10.968Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.5s done [2021-06-17T12:33:11.565Z] #8 ... [2021-06-17T12:33:11.565Z] [2021-06-17T12:33:11.565Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-06-17T12:33:11.565Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-17T12:33:11.565Z] #5 DONE 0.9s [2021-06-17T12:33:11.565Z] [2021-06-17T12:33:11.565Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-17T12:33:11.565Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-17T12:33:11.565Z] #7 DONE 0.9s [2021-06-17T12:33:11.675Z] #13 ... [2021-06-17T12:33:11.675Z] [2021-06-17T12:33:11.675Z] #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-06-17T12:33:11.675Z] #52 sha256:e315557450fa4c85bdba40e31869df46d902545bda48129995fba125dda9c9f9 [2021-06-17T12:33:11.675Z] #52 59.15 time [2021-06-17T12:33:11.675Z] #52 65.31 context [2021-06-17T12:33:11.675Z] #52 65.99 internal/poll [2021-06-17T12:33:11.675Z] #52 66.82 encoding/binary [2021-06-17T12:33:11.675Z] #52 68.57 io/fs [2021-06-17T12:33:11.675Z] #52 69.30 encoding/base64 [2021-06-17T12:33:11.675Z] #52 ... [2021-06-17T12:33:11.675Z] [2021-06-17T12:33:11.675Z] #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-06-17T12:33:11.675Z] #37 sha256:6bf97d2101b30165bd51550b3977bff97a059c165d1d30b293f8b754ac74b7b4 [2021-06-17T12:33:11.675Z] #37 6.984 -- Detecting C compile features - done [2021-06-17T12:33:11.675Z] #37 7.035 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-17T12:33:11.675Z] #37 7.255 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-17T12:33:11.675Z] #37 7.375 -- Configuring done [2021-06-17T12:33:11.675Z] #37 7.395 -- Generating done [2021-06-17T12:33:11.675Z] #37 7.415 -- Build files have been written to: /tmp/tmp.ihgbfkfddh/tini [2021-06-17T12:33:11.675Z] #37 7.432 + make tini-static [2021-06-17T12:33:11.675Z] #37 7.985 Scanning dependencies of target tini-static [2021-06-17T12:33:11.675Z] #37 8.168 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-17T12:33:11.675Z] #37 9.597 [100%] Linking C executable tini-static [2021-06-17T12:33:11.675Z] #37 10.16 [100%] Built target tini-static [2021-06-17T12:33:11.675Z] #37 10.26 + mkdir -p /build [2021-06-17T12:33:11.675Z] #37 10.32 + cp tini-static /build/docker-init [2021-06-17T12:33:11.826Z] [2021-06-17T12:33:11.826Z] #8 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-17T12:33:11.826Z] #8 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d [2021-06-17T12:33:11.826Z] #8 DONE 1.0s [2021-06-17T12:33:11.826Z] [2021-06-17T12:33:11.826Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-17T12:33:11.826Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-17T12:33:11.826Z] #6 DONE 1.1s [2021-06-17T12:33:11.902Z] #4 DONE 1.6s [2021-06-17T12:33:11.902Z] [2021-06-17T12:33:11.902Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-06-17T12:33:11.902Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-17T12:33:12.242Z] #37 DONE 11.3s [2021-06-17T12:33:12.242Z] [2021-06-17T12:33:12.242Z] #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-06-17T12:33:12.242Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:33:12.242Z] #13 65.96 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-17T12:33:12.242Z] #13 65.97 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-17T12:33:12.242Z] #13 65.98 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:33:12.242Z] #13 66.21 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-17T12:33:12.242Z] #13 66.22 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-17T12:33:12.242Z] #13 66.23 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:33:13.279Z] #8 DONE 1.3s [2021-06-17T12:33:13.279Z] [2021-06-17T12:33:13.279Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-17T12:33:13.279Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-17T12:33:13.279Z] #6 DONE 1.3s [2021-06-17T12:33:13.279Z] [2021-06-17T12:33:13.279Z] #5 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-17T12:33:13.279Z] #5 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d [2021-06-17T12:33:13.279Z] #5 DONE 1.3s [2021-06-17T12:33:13.279Z] [2021-06-17T12:33:13.279Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-17T12:33:13.279Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-17T12:33:13.279Z] #7 DONE 1.3s [2021-06-17T12:33:13.741Z] [2021-06-17T12:33:13.741Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-17T12:33:13.741Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-17T12:33:13.741Z] #65 DONE 0.0s [2021-06-17T12:33:13.741Z] [2021-06-17T12:33:13.741Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-17T12:33:13.741Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-17T12:33:13.741Z] #63 DONE 0.0s [2021-06-17T12:33:13.741Z] [2021-06-17T12:33:13.741Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:13.741Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:13.741Z] #9 DONE 0.0s [2021-06-17T12:33:13.741Z] [2021-06-17T12:33:13.741Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-17T12:33:13.741Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-17T12:33:13.741Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-17T12:33:13.741Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.0s done [2021-06-17T12:33:13.741Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done [2021-06-17T12:33:13.741Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 0B / 50.43MB 0.1s [2021-06-17T12:33:13.741Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done [2021-06-17T12:33:13.741Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done [2021-06-17T12:33:14.002Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 7.34MB / 50.43MB 0.5s [2021-06-17T12:33:14.262Z] #26 ... [2021-06-17T12:33:14.262Z] [2021-06-17T12:33:14.262Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-17T12:33:14.262Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-17T12:33:14.262Z] #42 DONE 0.8s [2021-06-17T12:33:14.262Z] [2021-06-17T12:33:14.262Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-17T12:33:14.262Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-17T12:33:14.262Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 11.53MB / 50.43MB 0.6s [2021-06-17T12:33:14.262Z] #26 ... [2021-06-17T12:33:14.262Z] [2021-06-17T12:33:14.262Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-17T12:33:14.262Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-17T12:33:14.262Z] #42 DONE 0.0s [2021-06-17T12:33:14.262Z] [2021-06-17T12:33:14.262Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-17T12:33:14.262Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-17T12:33:14.262Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 15.73MB / 50.43MB 0.7s [2021-06-17T12:33:14.526Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 23.07MB / 50.43MB 1.0s [2021-06-17T12:33:14.788Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 27.26MB / 50.43MB 1.1s [2021-06-17T12:33:14.788Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 32.51MB / 50.43MB 1.2s [2021-06-17T12:33:15.058Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 37.75MB / 50.43MB 1.3s [2021-06-17T12:33:15.058Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 40.89MB / 50.43MB 1.5s [2021-06-17T12:33:15.321Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 47.19MB / 50.43MB 1.8s [2021-06-17T12:33:15.589Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 1.9s [2021-06-17T12:33:15.801Z] [2021-06-17T12:33:15.801Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-17T12:33:15.801Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-17T12:33:15.801Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-17T12:33:15.801Z] #65 DONE 0.1s [2021-06-17T12:33:15.801Z] [2021-06-17T12:33:15.801Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:15.801Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:15.801Z] #9 resolve docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f 0.1s done [2021-06-17T12:33:15.801Z] #9 DONE 0.1s [2021-06-17T12:33:15.801Z] [2021-06-17T12:33:15.801Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-17T12:33:15.801Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-17T12:33:15.801Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.1s done [2021-06-17T12:33:15.801Z] #26 DONE 0.1s [2021-06-17T12:33:15.801Z] [2021-06-17T12:33:15.801Z] #23 [internal] load build context [2021-06-17T12:33:15.801Z] #23 sha256:0febf38038f9c27fccb01fa143b9954e6dd010eaf66c907ee631589ac55be608 [2021-06-17T12:33:15.801Z] #23 transferring context: 30B [2021-06-17T12:33:16.166Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 2.4s done [2021-06-17T12:33:16.427Z] #13 ... [2021-06-17T12:33:16.427Z] [2021-06-17T12:33:16.427Z] #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-06-17T12:33:16.427Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:33:16.427Z] #44 63.29 Setting up python3 (3.7.3-1) ... [2021-06-17T12:33:16.427Z] #44 64.03 Setting up python3-six (1.12.0-1) ... [2021-06-17T12:33:16.427Z] #44 65.17 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-17T12:33:16.427Z] #44 66.80 Setting up python3-protobuf (3.6.1.3-2) ... [2021-06-17T12:33:16.427Z] #44 70.84 Setting up criu (3.15-1) ... [2021-06-17T12:33:16.427Z] #44 72.55 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:33:16.427Z] #44 72.64 Processing triggers for mime-support (3.62) ... [2021-06-17T12:33:16.427Z] #44 DONE 73.2s [2021-06-17T12:33:16.430Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 [2021-06-17T12:33:16.686Z] [2021-06-17T12:33:16.686Z] #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-06-17T12:33:16.686Z] #46 sha256:efb9c1957cb99a9e62a74b242dd21af64f08c422a0de4130a1ad9cbe2ed886af [2021-06-17T12:33:16.686Z] #46 65.70 internal/poll [2021-06-17T12:33:16.686Z] #46 66.84 internal/fmtsort [2021-06-17T12:33:16.686Z] #46 67.46 internal/syscall/execenv [2021-06-17T12:33:16.686Z] #46 67.66 path [2021-06-17T12:33:16.686Z] #46 68.18 regexp/syntax [2021-06-17T12:33:16.686Z] #46 68.48 io/fs [2021-06-17T12:33:16.686Z] #46 69.78 os [2021-06-17T12:33:16.686Z] #46 73.15 regexp [2021-06-17T12:33:16.742Z] #23 ... [2021-06-17T12:33:16.742Z] [2021-06-17T12:33:16.742Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-17T12:33:16.742Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-17T12:33:16.742Z] #42 DONE 0.0s [2021-06-17T12:33:16.742Z] [2021-06-17T12:33:16.742Z] #23 [internal] load build context [2021-06-17T12:33:16.742Z] #23 sha256:0febf38038f9c27fccb01fa143b9954e6dd010eaf66c907ee631589ac55be608 [2021-06-17T12:33:16.944Z] #46 74.72 fmt [2021-06-17T12:33:19.478Z] #46 76.83 path/filepath [2021-06-17T12:33:20.412Z] #46 77.93 internal/lazyregexp [2021-06-17T12:33:20.636Z] #26 ... [2021-06-17T12:33:20.636Z] [2021-06-17T12:33:20.636Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:20.636Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:20.636Z] #9 resolve docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f 0.0s done [2021-06-17T12:33:20.636Z] #9 sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f 1.86kB / 1.86kB done [2021-06-17T12:33:20.636Z] #9 sha256:be0e3a0f3ffa448b0bcbb9019edca692b8278407a44dc138c60e6f12f0218f87 1.79kB / 1.79kB done [2021-06-17T12:33:20.636Z] #9 sha256:e8d62473a22dec9ffef056b2017968a9dc484c8f836fb6d79f46980b309e9138 7.83MB / 7.83MB 0.7s done [2021-06-17T12:33:20.636Z] #9 sha256:b09f7387a7195b1cfe0144557a8e33af2174426a4b76cb89e499093803d02e7b 7.00kB / 7.00kB done [2021-06-17T12:33:20.636Z] #9 sha256:8962bc0fad55b13afedfeb6ad5cb06fd065461cf3e1ae4e7aeae5eeb17b179df 10.00MB / 10.00MB 0.5s done [2021-06-17T12:33:20.636Z] #9 sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 51.84MB / 51.84MB 2.9s done [2021-06-17T12:33:20.636Z] #9 sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 68.74MB / 68.74MB 4.0s done [2021-06-17T12:33:20.636Z] #9 sha256:db807893dccf12b2476ed4f38061fb7b0e0091c1b91ebedd23fdd39924c33988 156B / 156B 4.1s done [2021-06-17T12:33:20.636Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 129.05MB / 129.05MB 6.7s [2021-06-17T12:33:20.636Z] #9 ... [2021-06-17T12:33:20.636Z] [2021-06-17T12:33:20.636Z] #23 [internal] load build context [2021-06-17T12:33:20.636Z] #23 sha256:e07e338dadc13a042cc1734b73b9cbc6fe60f79e556a6ca57070da47483eaeae [2021-06-17T12:33:20.636Z] #23 transferring context: 55.85MB 5.9s done [2021-06-17T12:33:20.636Z] #23 DONE 6.9s [2021-06-17T12:33:20.636Z] [2021-06-17T12:33:20.636Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:20.636Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:20.636Z] #9 ... [2021-06-17T12:33:20.636Z] [2021-06-17T12:33:20.636Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-17T12:33:20.636Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-17T12:33:20.671Z] #46 78.19 io/ioutil [2021-06-17T12:33:20.898Z] #26 ... [2021-06-17T12:33:20.898Z] [2021-06-17T12:33:20.898Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-17T12:33:20.898Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-17T12:33:20.898Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-17T12:33:20.898Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-17T12:33:20.898Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-17T12:33:20.898Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-17T12:33:20.898Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.7s done [2021-06-17T12:33:20.898Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.7s done [2021-06-17T12:33:20.898Z] #63 DONE 7.4s [2021-06-17T12:33:20.898Z] [2021-06-17T12:33:20.898Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-17T12:33:20.898Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-17T12:33:20.898Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-06-17T12:33:20.898Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-17T12:33:20.898Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-17T12:33:20.898Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-17T12:33:20.898Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 4.6s done [2021-06-17T12:33:20.898Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.9s done [2021-06-17T12:33:20.898Z] #65 DONE 7.4s [2021-06-17T12:33:20.950Z] #23 transferring context: 53.82MB 5.0s [2021-06-17T12:33:21.159Z] [2021-06-17T12:33:21.159Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-17T12:33:21.159Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-17T12:33:21.207Z] #23 transferring context: 55.85MB 5.3s done [2021-06-17T12:33:21.237Z] #46 78.62 github.com/LK4D4/vndr/versioned [2021-06-17T12:33:21.237Z] #46 78.72 hash/crc32 [2021-06-17T12:33:21.237Z] #46 78.77 flag [2021-06-17T12:33:21.420Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 5.0s [2021-06-17T12:33:21.464Z] #23 DONE 5.7s [2021-06-17T12:33:21.464Z] [2021-06-17T12:33:21.464Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:21.464Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:21.464Z] #9 sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f 1.86kB / 1.86kB done [2021-06-17T12:33:21.464Z] #9 sha256:be0e3a0f3ffa448b0bcbb9019edca692b8278407a44dc138c60e6f12f0218f87 1.79kB / 1.79kB done [2021-06-17T12:33:21.464Z] #9 sha256:b09f7387a7195b1cfe0144557a8e33af2174426a4b76cb89e499093803d02e7b 7.00kB / 7.00kB done [2021-06-17T12:33:21.464Z] #9 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 2.1s done [2021-06-17T12:33:21.464Z] #9 sha256:8962bc0fad55b13afedfeb6ad5cb06fd065461cf3e1ae4e7aeae5eeb17b179df 10.00MB / 10.00MB 1.4s done [2021-06-17T12:33:21.464Z] #9 sha256:e8d62473a22dec9ffef056b2017968a9dc484c8f836fb6d79f46980b309e9138 7.83MB / 7.83MB 1.1s done [2021-06-17T12:33:21.464Z] #9 sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 51.84MB / 51.84MB 2.9s done [2021-06-17T12:33:21.464Z] #9 sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 68.74MB / 68.74MB 3.9s done [2021-06-17T12:33:21.464Z] #9 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 3.2s [2021-06-17T12:33:21.464Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 129.05MB / 129.05MB 5.4s [2021-06-17T12:33:21.464Z] #9 sha256:db807893dccf12b2476ed4f38061fb7b0e0091c1b91ebedd23fdd39924c33988 156B / 156B 3.1s done [2021-06-17T12:33:21.806Z] #46 79.40 go/token [2021-06-17T12:33:21.993Z] #26 ... [2021-06-17T12:33:21.993Z] [2021-06-17T12:33:21.993Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-17T12:33:21.993Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-17T12:33:21.993Z] #64 DONE 0.7s [2021-06-17T12:33:22.065Z] #46 ... [2021-06-17T12:33:22.065Z] [2021-06-17T12:33: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-06-17T12:33:22.065Z] #52 sha256:e315557450fa4c85bdba40e31869df46d902545bda48129995fba125dda9c9f9 [2021-06-17T12:33:22.065Z] #52 69.72 os [2021-06-17T12:33:22.065Z] #52 70.58 golang.org/x/sys/unix [2021-06-17T12:33:22.065Z] #52 74.38 fmt [2021-06-17T12:33:22.065Z] #52 78.49 encoding/json [2021-06-17T12:33:22.065Z] #52 78.88 flag [2021-06-17T12:33:22.253Z] [2021-06-17T12:33:22.253Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-17T12:33:22.253Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-17T12:33:22.253Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 5.7s done [2021-06-17T12:33:22.323Z] #52 80.04 github.com/pkg/diff [2021-06-17T12:33:22.582Z] #52 ... [2021-06-17T12:33:22.582Z] [2021-06-17T12:33:22.582Z] #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-06-17T12:33:22.582Z] #46 sha256:efb9c1957cb99a9e62a74b242dd21af64f08c422a0de4130a1ad9cbe2ed886af [2021-06-17T12:33:22.582Z] #46 80.12 go/scanner [2021-06-17T12:33:22.582Z] #46 80.30 net/url [2021-06-17T12:33:22.828Z] #26 DONE 9.3s [2021-06-17T12:33:22.828Z] [2021-06-17T12:33:22.828Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-17T12:33:22.828Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-17T12:33:22.828Z] #66 DONE 0.7s [2021-06-17T12:33:22.828Z] [2021-06-17T12:33:22.828Z] #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-06-17T12:33:22.828Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-17T12:33:22.833Z] #9 ... [2021-06-17T12:33:22.833Z] [2021-06-17T12:33:22.833Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-17T12:33:22.833Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-17T12:33:22.833Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-17T12:33:22.833Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-17T12:33:22.833Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-17T12:33:22.833Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-17T12:33:22.833Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 4.0s done [2021-06-17T12:33:22.833Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.4s done [2021-06-17T12:33:22.833Z] #63 DONE 6.7s [2021-06-17T12:33:22.833Z] [2021-06-17T12:33:22.833Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:22.833Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:22.833Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 129.05MB / 129.05MB 6.5s done [2021-06-17T12:33:22.833Z] #9 ... [2021-06-17T12:33:22.833Z] [2021-06-17T12:33:22.833Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-17T12:33:22.833Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-17T12:33:22.833Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-17T12:33:22.833Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-17T12:33:22.833Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-17T12:33:22.833Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.5s done [2021-06-17T12:33:22.833Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.0s done [2021-06-17T12:33:22.833Z] #65 DONE 6.8s [2021-06-17T12:33:22.833Z] [2021-06-17T12:33:22.833Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:22.833Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:23.534Z] #46 81.29 go/ast [2021-06-17T12:33:24.111Z] Client: [2021-06-17T12:33:24.111Z] Context: default [2021-06-17T12:33:24.111Z] Debug Mode: false [2021-06-17T12:33:24.111Z] Plugins: [2021-06-17T12:33:24.111Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-17T12:33:24.111Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-17T12:33:24.111Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-17T12:33:24.111Z] [2021-06-17T12:33:24.111Z] Server: [2021-06-17T12:33:24.111Z] Containers: 0 [2021-06-17T12:33:24.111Z] Running: 0 [2021-06-17T12:33:24.111Z] Paused: 0 [2021-06-17T12:33:24.111Z] Stopped: 0 [2021-06-17T12:33:24.111Z] Images: 0 [2021-06-17T12:33:24.111Z] Server Version: 20.10.6 [2021-06-17T12:33:24.111Z] Storage Driver: overlay2 [2021-06-17T12:33:24.111Z] Backing Filesystem: extfs [2021-06-17T12:33:24.111Z] Supports d_type: true [2021-06-17T12:33:24.111Z] Native Overlay Diff: true [2021-06-17T12:33:24.111Z] userxattr: false [2021-06-17T12:33:24.111Z] Logging Driver: json-file [2021-06-17T12:33:24.111Z] Cgroup Driver: systemd [2021-06-17T12:33:24.111Z] Cgroup Version: 2 [2021-06-17T12:33:24.111Z] Plugins: [2021-06-17T12:33:24.111Z] Volume: local [2021-06-17T12:33:24.111Z] Network: bridge host ipvlan macvlan null overlay [2021-06-17T12:33:24.111Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-17T12:33:24.111Z] Swarm: inactive [2021-06-17T12:33:24.111Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-17T12:33:24.111Z] Default Runtime: runc [2021-06-17T12:33:24.111Z] Init Binary: docker-init [2021-06-17T12:33:24.111Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-17T12:33:24.111Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:33:24.111Z] init version: de40ad0 [2021-06-17T12:33:24.111Z] Security Options: [2021-06-17T12:33:24.111Z] apparmor [2021-06-17T12:33:24.111Z] seccomp [2021-06-17T12:33:24.111Z] Profile: default [2021-06-17T12:33:24.111Z] cgroupns [2021-06-17T12:33:24.111Z] Kernel Version: 5.4.0-1048-aws [2021-06-17T12:33:24.111Z] Operating System: Ubuntu 20.04.2 LTS [2021-06-17T12:33:24.111Z] OSType: linux [2021-06-17T12:33:24.111Z] Architecture: x86_64 [2021-06-17T12:33:24.111Z] CPUs: 2 [2021-06-17T12:33:24.111Z] Total Memory: 7.487GiB [2021-06-17T12:33:24.111Z] Name: ip-10-100-66-96 [2021-06-17T12:33:24.111Z] ID: BPI2:DJ3J:2BX4:S6D2:XUGC:3EVF:YTII:HJPT:TJU6:HPWF:P5M7:CUDP [2021-06-17T12:33:24.111Z] Docker Root Dir: /var/lib/docker [2021-06-17T12:33:24.111Z] Debug Mode: false [2021-06-17T12:33:24.111Z] Registry: https://index.docker.io/v1/ [2021-06-17T12:33:24.111Z] Labels: [2021-06-17T12:33:24.111Z] Experimental: true [2021-06-17T12:33:24.111Z] Insecure Registries: [2021-06-17T12:33:24.111Z] 127.0.0.0/8 [2021-06-17T12:33:24.111Z] Live Restore Enabled: true [2021-06-17T12:33:24.111Z] [2021-06-17T12:33:24.111Z] WARNING: No kernel memory limit support [2021-06-17T12:33:24.111Z] WARNING: No oom kill disable support [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-17T12:33:24.204Z] #9 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 5.9s done [2021-06-17T12:33:24.204Z] #9 ... [2021-06-17T12:33:24.204Z] [2021-06-17T12:33:24.204Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-17T12:33:24.204Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-17T12:33:24.204Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done [2021-06-17T12:33:24.204Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done [2021-06-17T12:33:24.204Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done [2021-06-17T12:33:24.204Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 1.9s done [2021-06-17T12:33:24.204Z] #26 DONE 8.5s [2021-06-17T12:33:24.204Z] [2021-06-17T12:33:24.204Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:24.204Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:24.204Z] #9 extracting sha256:e8d62473a22dec9ffef056b2017968a9dc484c8f836fb6d79f46980b309e9138 [2021-06-17T12:33:24.218Z] #27 1.462 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:33:24.443Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 . [2021-06-17T12:33:24.443Z] #2 [internal] load .dockerignore [2021-06-17T12:33:24.443Z] #2 sha256:286ff1795da64cb81b81f9f094e821c258c6e24e8dcd50114c55f845071437f2 [2021-06-17T12:33:24.471Z] #46 82.11 text/template/parse [2021-06-17T12:33:24.483Z] #27 1.469 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:33:24.483Z] #27 1.469 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:33:24.700Z] #2 transferring context: 87B done [2021-06-17T12:33:24.700Z] #2 DONE 0.1s [2021-06-17T12:33:24.700Z] [2021-06-17T12:33:24.700Z] #1 [internal] load build definition from Dockerfile [2021-06-17T12:33:24.700Z] #1 sha256:9ca9cc514ec03ee9995ef50c9ef70eda0c428044b2113db65ab1bbb70e9183d7 [2021-06-17T12:33:24.700Z] #1 transferring dockerfile: 16.63kB done [2021-06-17T12:33:24.700Z] #1 DONE 0.2s [2021-06-17T12:33:24.700Z] [2021-06-17T12:33:24.700Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-17T12:33:24.700Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-17T12:33:24.744Z] #27 1.703 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:33:24.957Z] #3 DONE 0.4s [2021-06-17T12:33:25.004Z] #27 2.085 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:33:25.170Z] #9 extracting sha256:e8d62473a22dec9ffef056b2017968a9dc484c8f836fb6d79f46980b309e9138 0.6s done [2021-06-17T12:33:25.215Z] [2021-06-17T12:33:25.215Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-17T12:33:25.215Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-17T12:33:25.215Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-06-17T12:33:25.215Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 2.10MB / 9.64MB 0.1s [2021-06-17T12:33:25.215Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-06-17T12:33:25.215Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-06-17T12:33:25.215Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-06-17T12:33:25.215Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-06-17T12:33:25.264Z] #27 2.514 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:33:25.427Z] #9 extracting sha256:8962bc0fad55b13afedfeb6ad5cb06fd065461cf3e1ae4e7aeae5eeb17b179df [2021-06-17T12:33:25.471Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-06-17T12:33:25.471Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-06-17T12:33:25.694Z] #9 ... [2021-06-17T12:33:25.694Z] [2021-06-17T12:33:25.694Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-17T12:33:25.694Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-17T12:33:25.694Z] #64 DONE 0.8s [2021-06-17T12:33:25.694Z] [2021-06-17T12:33:25.694Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:25.694Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:25.729Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-06-17T12:33:25.729Z] #4 DONE 0.7s [2021-06-17T12:33:25.987Z] [2021-06-17T12:33:25.987Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-17T12:33:25.987Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-17T12:33:26.269Z] #9 extracting sha256:8962bc0fad55b13afedfeb6ad5cb06fd065461cf3e1ae4e7aeae5eeb17b179df 0.7s done [2021-06-17T12:33:26.527Z] #9 ... [2021-06-17T12:33:26.527Z] [2021-06-17T12:33:26.527Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-17T12:33:26.527Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-17T12:33:26.527Z] #66 DONE 1.0s [2021-06-17T12:33:26.647Z] #27 3.897 Fetched 8449 kB in 3s (3135 kB/s) [2021-06-17T12:33:26.784Z] [2021-06-17T12:33:26.784Z] #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-06-17T12:33:26.784Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-17T12:33:26.784Z] #27 1.202 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:33:26.784Z] #27 1.212 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:33:26.784Z] #27 1.212 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:33:26.784Z] #27 1.416 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:33:26.784Z] #27 1.634 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:33:26.784Z] #27 1.901 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:33:27.757Z] #46 ... [2021-06-17T12:33:27.757Z] [2021-06-17T12:33:27.757Z] #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-06-17T12:33:27.757Z] #57 sha256:9a4836d5e1122cff7be903cb1bc0768a6fc9fafe226b92e50b8d452365036360 [2021-06-17T12:33:27.757Z] #57 41.19 Checking out files: 53% (2118/3928) Checking out files: 54% (2122/3928) Checking out files: 55% (2161/3928) Checking out files: 56% (2200/3928) Checking out files: 57% (2239/3928) Checking out files: 58% (2279/3928) Checking out files: 59% (2318/3928) Checking out files: 60% (2357/3928) Checking out files: 61% (2397/3928) Checking out files: 62% (2436/3928) Checking out files: 63% (2475/3928) Checking out files: 64% (2514/3928) Checking out files: 65% (2554/3928) Checking out files: 66% (2593/3928) Checking out files: 67% (2632/3928) Checking out files: 68% (2672/3928) Checking out files: 69% (2711/3928) Checking out files: 70% (2750/3928) Checking out files: 71% (2789/3928) Checking out files: 72% (2829/3928) Checking out files: 73% (2868/3928) Checking out files: 74% (2907/3928) Checking out files: 75% (2946/3928) Checking out files: 76% (2986/3928) Checking out files: 77% (3025/3928) Checking out files: 78% (3064/3928) Checking out files: 79% (3104/3928) Checking out files: 80% (3143/3928) Checking out files: 81% (3182/3928) Checking out files: 82% (3221/3928) Checking out files: 83% (3261/3928) Checking out files: 84% (3300/3928) Checking out files: 85% (3339/3928) Checking out files: 86% (3379/3928) Checking out files: 87% (3418/3928) Checking out files: 88% (3457/3928) Checking out files: 89% (3496/3928) Checking out files: 90% (3536/3928) Checking out files: 91% (3575/3928) Checking out files: 92% (3614/3928) Checking out files: 93% (3654/3928) Checking out files: 94% (3693/3928) Checking out files: 95% (3732/3928) Checking out files: 96% (3771/3928) Checking out files: 97% (3811/3928) Checking out files: 98% (3850/3928) Checking out files: 99% (3889/3928) Checking out files: 100% (3928/3928) Checking out files: 100% (3928/3928), done. [2021-06-17T12:33:27.757Z] #57 42.26 + cd /tmp/tmp.ImPdkpNR3L/src/github.com/containerd/containerd [2021-06-17T12:33:27.757Z] #57 42.26 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-17T12:33:27.757Z] #57 43.02 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-17T12:33:27.757Z] #57 43.02 + BUILDTAGS='netgo osusergo static_build' [2021-06-17T12:33:27.757Z] #57 43.02 + export EXTRA_FLAGS=-buildmode=pie [2021-06-17T12:33:27.757Z] #57 43.02 + EXTRA_FLAGS=-buildmode=pie [2021-06-17T12:33:27.757Z] #57 43.02 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-17T12:33:27.757Z] #57 43.02 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-17T12:33:27.757Z] #57 43.02 + '[' '' = dynamic ']' [2021-06-17T12:33:27.757Z] #57 43.02 + make [2021-06-17T12:33:28.032Z] #27 3.897 Reading package lists... [2021-06-17T12:33:28.155Z] #27 3.672 Fetched 8449 kB in 3s (3094 kB/s) [2021-06-17T12:33:28.502Z] #7 DONE 2.7s [2021-06-17T12:33:28.502Z] [2021-06-17T12:33:28.502Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-17T12:33:28.502Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-17T12:33:28.502Z] #6 DONE 2.6s [2021-06-17T12:33:28.502Z] [2021-06-17T12:33:28.502Z] #8 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-17T12:33:28.502Z] #8 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d [2021-06-17T12:33:28.604Z] #27 4.851 Reading package lists... [2021-06-17T12:33:28.758Z] #8 DONE 2.7s [2021-06-17T12:33:28.758Z] [2021-06-17T12:33:28.758Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-06-17T12:33:28.758Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-17T12:33:28.758Z] #5 DONE 2.8s [2021-06-17T12:33:28.865Z] #27 5.811 Building dependency tree... [2021-06-17T12:33:29.019Z] [2021-06-17T12:33:29.019Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:29.019Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:29.089Z] #27 3.672 Reading package lists... [2021-06-17T12:33:29.126Z] #27 6.140 The following additional packages will be installed: [2021-06-17T12:33:29.126Z] #27 6.140 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-17T12:33:29.126Z] #27 6.140 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-17T12:33:29.126Z] #27 6.140 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-17T12:33:29.126Z] #27 6.141 Suggested packages: [2021-06-17T12:33:29.126Z] #27 6.141 krb5-doc krb5-user [2021-06-17T12:33:29.126Z] #27 6.141 Recommended packages: [2021-06-17T12:33:29.126Z] #27 6.141 krb5-locales publicsuffix libsasl2-modules [2021-06-17T12:33:29.134Z] #57 44.59 + bin/ctr [2021-06-17T12:33:29.279Z] #9 resolve docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f 0.1s done [2021-06-17T12:33:29.388Z] #27 6.382 The following NEW packages will be installed: [2021-06-17T12:33:29.388Z] #27 6.382 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-17T12:33:29.388Z] #27 6.382 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-17T12:33:29.388Z] #27 6.382 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-17T12:33:29.388Z] #27 6.382 libssh2-1 libssl1.1 openssl [2021-06-17T12:33:29.539Z] #9 sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f 1.86kB / 1.86kB done [2021-06-17T12:33:29.539Z] #9 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 0B / 50.43MB 0.1s [2021-06-17T12:33:29.648Z] #27 6.657 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:33:29.648Z] #27 6.657 Need to get 5059 kB of archives. [2021-06-17T12:33:29.648Z] #27 6.657 After this operation, 12.1 MB of additional disk space will be used. [2021-06-17T12:33:29.648Z] #27 6.657 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-17T12:33:29.648Z] #27 6.661 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-06-17T12:33:29.648Z] #27 6.668 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-06-17T12:33:29.648Z] #27 6.668 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-06-17T12:33:29.648Z] #27 6.668 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-06-17T12:33:29.648Z] #27 6.671 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-06-17T12:33:29.648Z] #27 6.680 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-06-17T12:33:29.648Z] #27 6.684 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-06-17T12:33:29.648Z] #27 6.692 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-06-17T12:33:29.649Z] #27 6.695 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-17T12:33:29.649Z] #27 6.704 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-06-17T12:33:29.649Z] #27 6.708 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-06-17T12:33:29.649Z] #27 6.711 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-06-17T12:33:29.649Z] #27 6.713 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-06-17T12:33:29.649Z] #27 6.715 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-06-17T12:33:29.649Z] #27 6.720 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-06-17T12:33:29.649Z] #27 6.723 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-17T12:33:29.649Z] #27 6.728 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-17T12:33:29.649Z] #27 6.736 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-17T12:33:29.649Z] #27 6.741 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-06-17T12:33:29.649Z] #27 6.747 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-06-17T12:33:29.806Z] #9 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 5.24MB / 50.43MB 0.2s [2021-06-17T12:33:29.806Z] #9 sha256:b09f7387a7195b1cfe0144557a8e33af2174426a4b76cb89e499093803d02e7b 7.00kB / 7.00kB done [2021-06-17T12:33:29.806Z] #9 sha256:be0e3a0f3ffa448b0bcbb9019edca692b8278407a44dc138c60e6f12f0218f87 1.79kB / 1.79kB done [2021-06-17T12:33:29.909Z] #27 6.947 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:33:29.909Z] #27 6.976 Fetched 5059 kB in 0s (14.1 MB/s) [2021-06-17T12:33:29.909Z] #27 7.020 Selecting previously unselected package libssl1.1:amd64. [2021-06-17T12:33:29.909Z] #27 7.020 (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-06-17T12:33:29.909Z] #27 7.025 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-17T12:33:29.909Z] #27 7.033 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-17T12:33:30.071Z] #9 ... [2021-06-17T12:33:30.071Z] [2021-06-17T12:33:30.071Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-17T12:33:30.071Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-17T12:33:30.071Z] #42 DONE 0.0s [2021-06-17T12:33:30.071Z] [2021-06-17T12:33:30.071Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:30.071Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:30.071Z] #9 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 28.31MB / 50.43MB 0.4s [2021-06-17T12:33:30.071Z] #9 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 40.89MB / 50.43MB 0.5s [2021-06-17T12:33:30.169Z] #27 7.227 Selecting previously unselected package openssl. [2021-06-17T12:33:30.169Z] #27 7.227 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-17T12:33:30.169Z] #27 7.236 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-17T12:33:30.169Z] #27 7.367 Selecting previously unselected package ca-certificates. [2021-06-17T12:33:30.169Z] #27 7.367 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-17T12:33:30.169Z] #27 7.370 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-17T12:33:30.333Z] #9 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 0.8s [2021-06-17T12:33:30.430Z] #27 7.447 Selecting previously unselected package libkeyutils1:amd64. [2021-06-17T12:33:30.430Z] #27 7.447 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-06-17T12:33:30.430Z] #27 7.450 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-06-17T12:33:30.430Z] #27 7.488 Selecting previously unselected package libkrb5support0:amd64. [2021-06-17T12:33:30.430Z] #27 7.488 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-06-17T12:33:30.430Z] #27 7.496 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:30.430Z] #27 7.569 Selecting previously unselected package libk5crypto3:amd64. [2021-06-17T12:33:30.430Z] #27 7.569 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-06-17T12:33:30.430Z] #27 7.574 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:30.430Z] #27 7.631 Selecting previously unselected package libkrb5-3:amd64. [2021-06-17T12:33:30.462Z] #27 4.697 Reading package lists... [2021-06-17T12:33:30.462Z] #27 5.754 Building dependency tree... [2021-06-17T12:33:30.690Z] #27 7.632 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-06-17T12:33:30.690Z] #27 7.636 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:30.690Z] #27 7.725 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-17T12:33:30.690Z] #27 7.725 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-06-17T12:33:30.690Z] #27 7.729 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:30.690Z] #27 7.779 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-17T12:33:30.691Z] #27 7.779 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-17T12:33:30.691Z] #27 ... [2021-06-17T12:33:30.691Z] [2021-06-17T12:33:30.691Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:30.691Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:30.691Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 129.05MB / 129.05MB 6.8s done [2021-06-17T12:33:30.691Z] #9 extracting sha256:e8d62473a22dec9ffef056b2017968a9dc484c8f836fb6d79f46980b309e9138 0.9s done [2021-06-17T12:33:30.691Z] #9 extracting sha256:8962bc0fad55b13afedfeb6ad5cb06fd065461cf3e1ae4e7aeae5eeb17b179df 0.8s done [2021-06-17T12:33:30.691Z] #9 extracting sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 5.5s [2021-06-17T12:33:30.691Z] #9 ... [2021-06-17T12:33:30.691Z] [2021-06-17T12:33:30.691Z] #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-06-17T12:33:30.691Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-17T12:33:30.691Z] #27 7.783 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-17T12:33:30.691Z] #27 7.829 Selecting previously unselected package libsasl2-2:amd64. [2021-06-17T12:33:30.691Z] #27 7.829 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-17T12:33:30.691Z] #27 7.832 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-17T12:33:30.691Z] #27 7.896 Selecting previously unselected package libldap-common. [2021-06-17T12:33:30.691Z] #27 7.896 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-17T12:33:30.719Z] #27 6.187 The following additional packages will be installed: [2021-06-17T12:33:30.719Z] #27 6.187 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-17T12:33:30.719Z] #27 6.187 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-17T12:33:30.719Z] #27 6.187 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-17T12:33:30.719Z] #27 6.187 Suggested packages: [2021-06-17T12:33:30.719Z] #27 6.187 krb5-doc krb5-user [2021-06-17T12:33:30.719Z] #27 6.187 Recommended packages: [2021-06-17T12:33:30.719Z] #27 6.187 krb5-locales publicsuffix libsasl2-modules [2021-06-17T12:33:30.719Z] #27 6.443 The following NEW packages will be installed: [2021-06-17T12:33:30.719Z] #27 6.443 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-17T12:33:30.719Z] #27 6.443 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-17T12:33:30.719Z] #27 6.443 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-17T12:33:30.719Z] #27 6.443 libssh2-1 libssl1.1 openssl [2021-06-17T12:33:30.951Z] #27 7.909 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-17T12:33:30.951Z] #27 7.943 Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-17T12:33:30.951Z] #27 7.945 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-06-17T12:33:30.951Z] #27 7.949 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-17T12:33:30.952Z] #27 8.028 Selecting previously unselected package libnghttp2-14:amd64. [2021-06-17T12:33:30.952Z] #27 8.028 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-06-17T12:33:30.952Z] #27 8.041 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-17T12:33:30.952Z] #27 8.088 Selecting previously unselected package libpsl5:amd64. [2021-06-17T12:33:30.952Z] #27 8.088 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-06-17T12:33:30.952Z] #27 8.091 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-06-17T12:33:30.952Z] #27 8.137 Selecting previously unselected package librtmp1:amd64. [2021-06-17T12:33:30.952Z] #27 8.137 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-06-17T12:33:30.952Z] #27 8.141 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-17T12:33:30.952Z] #27 8.191 Selecting previously unselected package libssh2-1:amd64. [2021-06-17T12:33:30.952Z] #27 8.191 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-06-17T12:33:30.952Z] #27 8.194 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-17T12:33:30.952Z] #27 8.245 Selecting previously unselected package libcurl4:amd64. [2021-06-17T12:33:30.952Z] #27 8.245 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-06-17T12:33:30.976Z] #27 6.736 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:33:30.976Z] #27 6.736 Need to get 5059 kB of archives. [2021-06-17T12:33:30.976Z] #27 6.736 After this operation, 12.1 MB of additional disk space will be used. [2021-06-17T12:33:30.976Z] #27 6.736 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-17T12:33:30.976Z] #27 ... [2021-06-17T12:33:30.976Z] [2021-06-17T12:33:30.976Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:30.976Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:30.976Z] #9 extracting sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 4.1s [2021-06-17T12:33:31.211Z] #27 8.248 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-17T12:33:31.211Z] #27 8.322 Selecting previously unselected package curl. [2021-06-17T12:33:31.211Z] #27 8.322 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-06-17T12:33:31.211Z] #27 8.326 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-17T12:33:31.211Z] #27 8.391 Selecting previously unselected package libonig5:amd64. [2021-06-17T12:33:31.211Z] #27 8.391 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-06-17T12:33:31.211Z] #27 8.394 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-17T12:33:31.211Z] #27 8.458 Selecting previously unselected package libjq1:amd64. [2021-06-17T12:33:31.211Z] #27 8.458 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-17T12:33:31.211Z] #27 8.461 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-17T12:33:31.211Z] #27 8.503 Selecting previously unselected package jq. [2021-06-17T12:33:31.211Z] #27 8.503 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-17T12:33:31.471Z] #27 8.507 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-17T12:33:31.471Z] #27 8.552 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-06-17T12:33:31.472Z] #27 8.564 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-06-17T12:33:31.472Z] #27 8.573 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-17T12:33:31.708Z] #9 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 1.8s done [2021-06-17T12:33:31.732Z] #27 8.802 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-17T12:33:31.732Z] #27 8.814 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-17T12:33:31.732Z] #27 8.831 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:31.732Z] #27 8.841 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-17T12:33:31.732Z] #27 8.853 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-17T12:33:31.732Z] #27 8.867 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:31.732Z] #27 8.877 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-17T12:33:31.732Z] #27 8.890 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-17T12:33:31.732Z] #27 8.914 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:31.964Z] #9 ... [2021-06-17T12:33:31.964Z] [2021-06-17T12:33:31.964Z] #23 [internal] load build context [2021-06-17T12:33:31.964Z] #23 sha256:2ea0cf166608b28ba3715312352a177d9501125a26cff1390770c654db81e356 [2021-06-17T12:33:31.964Z] #23 transferring context: 55.84MB 2.2s done [2021-06-17T12:33:31.964Z] #23 DONE 2.9s [2021-06-17T12:33:31.964Z] [2021-06-17T12:33:31.964Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:31.964Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:31.964Z] #9 sha256:e8d62473a22dec9ffef056b2017968a9dc484c8f836fb6d79f46980b309e9138 0B / 7.83MB 2.5s [2021-06-17T12:33:31.992Z] #27 8.925 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-17T12:33:31.992Z] #27 8.947 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-17T12:33:31.992Z] #27 8.958 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-17T12:33:31.992Z] #27 8.974 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-17T12:33:31.992Z] #27 8.986 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-17T12:33:32.220Z] #9 sha256:e8d62473a22dec9ffef056b2017968a9dc484c8f836fb6d79f46980b309e9138 1.05MB / 7.83MB 2.6s [2021-06-17T12:33:32.220Z] #9 sha256:8962bc0fad55b13afedfeb6ad5cb06fd065461cf3e1ae4e7aeae5eeb17b179df 0B / 10.00MB 2.6s [2021-06-17T12:33:32.220Z] #9 sha256:e8d62473a22dec9ffef056b2017968a9dc484c8f836fb6d79f46980b309e9138 7.83MB / 7.83MB 2.8s [2021-06-17T12:33:32.220Z] #9 sha256:8962bc0fad55b13afedfeb6ad5cb06fd065461cf3e1ae4e7aeae5eeb17b179df 3.15MB / 10.00MB 2.8s [2021-06-17T12:33:32.220Z] #9 sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 6.29MB / 51.84MB 2.8s [2021-06-17T12:33:32.477Z] #9 sha256:8962bc0fad55b13afedfeb6ad5cb06fd065461cf3e1ae4e7aeae5eeb17b179df 7.34MB / 10.00MB 2.9s [2021-06-17T12:33:32.477Z] #9 sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 12.58MB / 51.84MB 2.9s [2021-06-17T12:33:32.477Z] #9 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 1.0s [2021-06-17T12:33:32.477Z] #9 sha256:e8d62473a22dec9ffef056b2017968a9dc484c8f836fb6d79f46980b309e9138 7.83MB / 7.83MB 2.9s done [2021-06-17T12:33:32.477Z] #9 sha256:8962bc0fad55b13afedfeb6ad5cb06fd065461cf3e1ae4e7aeae5eeb17b179df 10.00MB / 10.00MB 3.0s [2021-06-17T12:33:32.477Z] #9 sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 25.83MB / 51.84MB 3.0s [2021-06-17T12:33:32.477Z] #9 sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 5.24MB / 68.74MB 3.0s [2021-06-17T12:33:32.569Z] #27 9.603 Updating certificates in /etc/ssl/certs... [2021-06-17T12:33:32.735Z] #9 sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 29.36MB / 51.84MB 3.1s [2021-06-17T12:33:32.735Z] #9 sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 11.05MB / 68.74MB 3.1s [2021-06-17T12:33:32.735Z] #9 sha256:8962bc0fad55b13afedfeb6ad5cb06fd065461cf3e1ae4e7aeae5eeb17b179df 10.00MB / 10.00MB 3.1s done [2021-06-17T12:33:32.735Z] #9 sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 44.04MB / 51.84MB 3.3s [2021-06-17T12:33:32.735Z] #9 sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 24.33MB / 68.74MB 3.3s [2021-06-17T12:33:32.735Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 0B / 129.05MB 3.3s [2021-06-17T12:33:32.992Z] #9 sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 51.38MB / 51.84MB 3.4s [2021-06-17T12:33:32.992Z] #9 sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 31.46MB / 68.74MB 3.4s [2021-06-17T12:33:32.992Z] #9 sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 39.85MB / 68.74MB 3.5s [2021-06-17T12:33:32.992Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 11.53MB / 129.05MB 3.5s [2021-06-17T12:33:33.141Z] #27 10.42 137 added, 0 removed; done. [2021-06-17T12:33:33.253Z] #9 sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 49.28MB / 68.74MB 3.6s [2021-06-17T12:33:33.253Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 18.54MB / 129.05MB 3.6s [2021-06-17T12:33:33.253Z] #9 sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 56.62MB / 68.74MB 3.7s [2021-06-17T12:33:33.333Z] #57 ... [2021-06-17T12:33:33.333Z] [2021-06-17T12:33:33.333Z] #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-06-17T12:33:33.333Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:33:33.333Z] #13 87.48 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-17T12:33:33.333Z] #13 87.49 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-17T12:33:33.333Z] #13 87.49 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:33:33.405Z] #27 10.45 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:33.405Z] #27 10.46 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-17T12:33:33.405Z] #27 10.47 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-17T12:33:33.405Z] #27 10.48 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-17T12:33:33.405Z] #27 10.49 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:33:33.405Z] #27 10.51 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-17T12:33:33.405Z] #27 10.52 Updating certificates in /etc/ssl/certs... [2021-06-17T12:33:33.497Z] #9 ... [2021-06-17T12:33:33.497Z] [2021-06-17T12:33:33.497Z] #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-06-17T12:33:33.497Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-17T12:33:33.497Z] #27 6.736 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-06-17T12:33:33.497Z] #27 6.748 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-06-17T12:33:33.497Z] #27 6.748 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-06-17T12:33:33.497Z] #27 6.753 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-06-17T12:33:33.497Z] #27 6.753 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-06-17T12:33:33.497Z] #27 6.775 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-06-17T12:33:33.497Z] #27 6.787 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-06-17T12:33:33.497Z] #27 6.800 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-06-17T12:33:33.497Z] #27 6.800 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-17T12:33:33.497Z] #27 6.800 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-06-17T12:33:33.497Z] #27 6.807 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-06-17T12:33:33.497Z] #27 6.814 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-06-17T12:33:33.497Z] #27 6.821 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-06-17T12:33:33.497Z] #27 6.831 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-06-17T12:33:33.497Z] #27 6.831 Get:16 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-06-17T12:33:33.497Z] #27 6.831 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-17T12:33:33.497Z] #27 6.839 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-17T12:33:33.497Z] #27 6.850 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-17T12:33:33.497Z] #27 6.864 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-06-17T12:33:33.498Z] #27 6.864 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-06-17T12:33:33.498Z] #27 7.142 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:33:33.498Z] #27 7.175 Fetched 5059 kB in 0s (12.8 MB/s) [2021-06-17T12:33:33.498Z] #27 7.381 Selecting previously unselected package libssl1.1:amd64. [2021-06-17T12:33:33.498Z] #27 7.381 (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-06-17T12:33:33.498Z] #27 7.381 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-17T12:33:33.498Z] #27 7.393 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-17T12:33:33.498Z] #27 7.636 Selecting previously unselected package openssl. [2021-06-17T12:33:33.498Z] #27 7.636 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-17T12:33:33.498Z] #27 7.646 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-17T12:33:33.498Z] #27 7.815 Selecting previously unselected package ca-certificates. [2021-06-17T12:33:33.498Z] #27 7.815 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-17T12:33:33.498Z] #27 7.827 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-17T12:33:33.498Z] #27 7.917 Selecting previously unselected package libkeyutils1:amd64. [2021-06-17T12:33:33.498Z] #27 7.917 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-06-17T12:33:33.498Z] #27 7.927 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-06-17T12:33:33.498Z] #27 7.965 Selecting previously unselected package libkrb5support0:amd64. [2021-06-17T12:33:33.498Z] #27 7.965 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-06-17T12:33:33.498Z] #27 7.974 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:33.498Z] #27 8.031 Selecting previously unselected package libk5crypto3:amd64. [2021-06-17T12:33:33.498Z] #27 8.032 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-06-17T12:33:33.498Z] #27 8.037 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:33.498Z] #27 8.105 Selecting previously unselected package libkrb5-3:amd64. [2021-06-17T12:33:33.498Z] #27 8.105 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-06-17T12:33:33.498Z] #27 8.108 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:33.498Z] #27 8.263 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-17T12:33:33.498Z] #27 8.263 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-06-17T12:33:33.498Z] #27 8.268 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:33.498Z] #27 8.323 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-17T12:33:33.498Z] #27 8.323 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-17T12:33:33.498Z] #27 8.327 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-17T12:33:33.498Z] #27 8.380 Selecting previously unselected package libsasl2-2:amd64. [2021-06-17T12:33:33.498Z] #27 8.380 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-17T12:33:33.498Z] #27 8.386 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-17T12:33:33.498Z] #27 8.456 Selecting previously unselected package libldap-common. [2021-06-17T12:33:33.498Z] #27 8.456 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-17T12:33:33.498Z] #27 8.460 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-17T12:33:33.498Z] #27 8.521 Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-17T12:33:33.498Z] #27 8.521 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-06-17T12:33:33.498Z] #27 8.526 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-17T12:33:33.498Z] #27 8.628 Selecting previously unselected package libnghttp2-14:amd64. [2021-06-17T12:33:33.498Z] #27 8.628 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-06-17T12:33:33.498Z] #27 8.635 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-17T12:33:33.498Z] #27 8.700 Selecting previously unselected package libpsl5:amd64. [2021-06-17T12:33:33.498Z] #27 8.700 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-06-17T12:33:33.498Z] #27 8.704 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-06-17T12:33:33.498Z] #27 8.753 Selecting previously unselected package librtmp1:amd64. [2021-06-17T12:33:33.498Z] #27 8.753 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-06-17T12:33:33.498Z] #27 8.757 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-17T12:33:33.498Z] #27 8.814 Selecting previously unselected package libssh2-1:amd64. [2021-06-17T12:33:33.498Z] #27 8.814 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-06-17T12:33:33.498Z] #27 8.819 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-17T12:33:33.498Z] #27 8.882 Selecting previously unselected package libcurl4:amd64. [2021-06-17T12:33:33.498Z] #27 8.882 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-06-17T12:33:33.498Z] #27 8.895 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-17T12:33:33.498Z] #27 9.001 Selecting previously unselected package curl. [2021-06-17T12:33:33.498Z] #27 9.001 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-06-17T12:33:33.498Z] #27 9.012 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-17T12:33:33.509Z] #9 sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 63.96MB / 68.74MB 3.8s [2021-06-17T12:33:33.509Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 30.41MB / 129.05MB 3.8s [2021-06-17T12:33:33.509Z] #9 sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 68.74MB / 68.74MB 3.9s [2021-06-17T12:33:33.509Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 52.43MB / 129.05MB 4.1s [2021-06-17T12:33:33.592Z] #13 ... [2021-06-17T12:33:33.592Z] [2021-06-17T12:33:33.592Z] #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-06-17T12:33:33.592Z] #52 sha256:e315557450fa4c85bdba40e31869df46d902545bda48129995fba125dda9c9f9 [2021-06-17T12:33:33.592Z] #52 81.19 go/scanner [2021-06-17T12:33:33.592Z] #52 82.48 go/ast [2021-06-17T12:33:33.592Z] #52 83.27 golang.org/x/crypto/ssh/terminal [2021-06-17T12:33:33.592Z] #52 84.83 mvdan.cc/editorconfig [2021-06-17T12:33:33.592Z] #52 85.83 mvdan.cc/sh/v3/fileutil [2021-06-17T12:33:33.592Z] #52 86.04 text/tabwriter [2021-06-17T12:33:33.592Z] #52 86.51 mvdan.cc/sh/v3/syntax [2021-06-17T12:33:33.754Z] #27 9.235 Selecting previously unselected package libonig5:amd64. [2021-06-17T12:33:33.755Z] #27 9.235 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-06-17T12:33:33.755Z] #27 9.244 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-17T12:33:33.755Z] #27 9.331 Selecting previously unselected package libjq1:amd64. [2021-06-17T12:33:33.755Z] #27 9.331 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-17T12:33:33.755Z] #27 9.337 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-17T12:33:33.755Z] #27 9.400 Selecting previously unselected package jq. [2021-06-17T12:33:33.755Z] #27 9.400 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-17T12:33:33.755Z] #27 9.405 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-17T12:33:33.755Z] #27 9.474 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-06-17T12:33:33.765Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 59.77MB / 129.05MB 4.2s [2021-06-17T12:33:33.765Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 71.30MB / 129.05MB 4.3s [2021-06-17T12:33:33.980Z] #27 11.21 0 added, 0 removed; done. [2021-06-17T12:33:33.980Z] #27 11.21 Running hooks in /etc/ca-certificates/update.d... [2021-06-17T12:33:33.980Z] #27 11.21 done. [2021-06-17T12:33:34.011Z] #27 9.496 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-06-17T12:33:34.012Z] #27 9.509 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-17T12:33:34.012Z] #27 9.689 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-17T12:33:34.012Z] #27 9.703 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-17T12:33:34.012Z] #27 9.724 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:34.012Z] #27 9.742 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-17T12:33:34.021Z] #9 sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 51.84MB / 51.84MB 4.3s done [2021-06-17T12:33:34.021Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 79.69MB / 129.05MB 4.5s [2021-06-17T12:33:34.021Z] #9 sha256:db807893dccf12b2476ed4f38061fb7b0e0091c1b91ebedd23fdd39924c33988 156B / 156B 4.5s [2021-06-17T12:33:34.160Z] #52 ... [2021-06-17T12:33:34.160Z] [2021-06-17T12:33:34.160Z] #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-06-17T12:33:34.160Z] #46 sha256:efb9c1957cb99a9e62a74b242dd21af64f08c422a0de4130a1ad9cbe2ed886af [2021-06-17T12:33:34.160Z] #46 85.31 go/parser [2021-06-17T12:33:34.160Z] #46 86.62 text/template [2021-06-17T12:33:34.160Z] #46 88.71 log [2021-06-17T12:33:34.160Z] #46 89.23 encoding/xml [2021-06-17T12:33:34.160Z] #46 91.83 go/doc [2021-06-17T12:33:34.269Z] #27 9.748 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-17T12:33:34.269Z] #27 9.769 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:34.269Z] #27 9.813 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-17T12:33:34.269Z] #27 9.830 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-17T12:33:34.269Z] #27 9.851 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:34.269Z] #27 9.855 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-17T12:33:34.269Z] #27 9.872 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-17T12:33:34.269Z] #27 9.908 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-17T12:33:34.269Z] #27 9.921 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-17T12:33:34.269Z] #27 9.933 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-17T12:33:34.299Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 88.08MB / 129.05MB 4.6s [2021-06-17T12:33:34.419Z] #46 ... [2021-06-17T12:33:34.419Z] [2021-06-17T12:33:34.419Z] #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-06-17T12:33:34.419Z] #52 sha256:e315557450fa4c85bdba40e31869df46d902545bda48129995fba125dda9c9f9 [2021-06-17T12:33:34.419Z] #52 92.10 mvdan.cc/sh/v3/cmd/shfmt [2021-06-17T12:33:34.564Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 109.05MB / 129.05MB 4.9s [2021-06-17T12:33:34.821Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 121.63MB / 129.05MB 5.1s [2021-06-17T12:33:34.821Z] #9 sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 129.05MB / 129.05MB 5.3s [2021-06-17T12:33:35.204Z] #27 10.59 Updating certificates in /etc/ssl/certs... [2021-06-17T12:33:35.382Z] #9 sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 68.74MB / 68.74MB 5.7s done [2021-06-17T12:33:35.382Z] #9 sha256:db807893dccf12b2476ed4f38061fb7b0e0091c1b91ebedd23fdd39924c33988 156B / 156B 5.7s done [2021-06-17T12:33:36.137Z] #27 11.76 137 added, 0 removed; done. [2021-06-17T12:33:36.137Z] #27 11.84 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:36.137Z] #27 11.85 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-17T12:33:36.137Z] #27 11.87 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-17T12:33:36.395Z] #27 11.88 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-17T12:33:36.395Z] #27 11.90 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:33:36.395Z] #27 11.92 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-17T12:33:36.395Z] #27 12.00 Updating certificates in /etc/ssl/certs... [2021-06-17T12:33:37.281Z] #27 DONE 13.8s [2021-06-17T12:33:37.281Z] [2021-06-17T12:33:37.281Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-17T12:33:37.281Z] #28 sha256:94b777fb5c3d6bbe8455110f1051b503166a723dc26139c61c9b5ca6b6aa5e5f [2021-06-17T12:33:37.281Z] #28 DONE 0.3s [2021-06-17T12:33:37.281Z] [2021-06-17T12:33:37.281Z] #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-06-17T12:33:37.281Z] #29 sha256:621d84ec623446a02c99ce6795719d21226a4ca485c22ee89e38e56e0cd2abee [2021-06-17T12:33:37.328Z] #27 12.77 0 added, 0 removed; done. [2021-06-17T12:33:37.328Z] #27 12.77 Running hooks in /etc/ca-certificates/update.d... [2021-06-17T12:33:37.328Z] #27 12.77 done. [2021-06-17T12:33:37.905Z] #9 extracting sha256:e8d62473a22dec9ffef056b2017968a9dc484c8f836fb6d79f46980b309e9138 [2021-06-17T12:33:37.905Z] #9 ... [2021-06-17T12:33:37.905Z] [2021-06-17T12:33:37.905Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-17T12:33:37.905Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-17T12:33:37.906Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-17T12:33:37.906Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-17T12:33:37.906Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-17T12:33:37.906Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-17T12:33:37.906Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 2.5s done [2021-06-17T12:33:37.906Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.2s done [2021-06-17T12:33:37.906Z] #63 DONE 8.3s [2021-06-17T12:33:37.906Z] [2021-06-17T12:33:37.906Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-17T12:33:37.906Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-17T12:33:37.906Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-17T12:33:37.906Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-17T12:33:37.906Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-17T12:33:37.906Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-17T12:33:37.906Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.1s done [2021-06-17T12:33:37.906Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.4s done [2021-06-17T12:33:37.906Z] #65 DONE 8.3s [2021-06-17T12:33:37.906Z] [2021-06-17T12:33:37.906Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-17T12:33:37.906Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-17T12:33:37.906Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.1s done [2021-06-17T12:33:37.906Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done [2021-06-17T12:33:37.906Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done [2021-06-17T12:33:37.906Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done [2021-06-17T12:33:37.906Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 2.1s done [2021-06-17T12:33:37.906Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 4.8s done [2021-06-17T12:33:37.906Z] #26 DONE 8.5s [2021-06-17T12:33:37.906Z] [2021-06-17T12:33:37.906Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:37.906Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:38.225Z] #29 1.016 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-17T12:33:38.225Z] #29 1.085 [2021-06-17T12:33:38.238Z] #9 extracting sha256:e8d62473a22dec9ffef056b2017968a9dc484c8f836fb6d79f46980b309e9138 0.7s done [2021-06-17T12:33:38.629Z] #52 DONE 95.9s [2021-06-17T12:33:38.629Z] [2021-06-17T12:33:38.629Z] #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-06-17T12:33:38.629Z] #46 sha256:efb9c1957cb99a9e62a74b242dd21af64f08c422a0de4130a1ad9cbe2ed886af [2021-06-17T12:33:38.629Z] #46 93.95 compress/flate [2021-06-17T12:33:38.629Z] #46 94.96 github.com/LK4D4/vndr/build [2021-06-17T12:33:38.746Z] #29 1.199 ############ 17.3% ########################## 37.5% ######################################### 57.2% ##################################################### 73.7% ##################################################################### 96.9% ######################################################################## 100.0% [2021-06-17T12:33:38.746Z] #29 1.712 [2021-06-17T12:33:39.007Z] #29 1.823 #################################################################### 95.1% ######################################################################## 100.0% [2021-06-17T12:33:39.007Z] #29 1.913 [2021-06-17T12:33:39.007Z] #29 2.025 ############################################################## 87.1% ######################################################################## 100.0% [2021-06-17T12:33:39.007Z] #29 2.109 [2021-06-17T12:33:39.202Z] #46 96.84 compress/gzip [2021-06-17T12:33:39.531Z] #29 2.225 ########### 16.7% ########################## 36.1% ####################################### 55.1% ##################################################### 74.8% ################################################################### 94.0% ######################################################################## 100.0% [2021-06-17T12:33:39.603Z] #9 extracting sha256:8962bc0fad55b13afedfeb6ad5cb06fd065461cf3e1ae4e7aeae5eeb17b179df [2021-06-17T12:33:39.792Z] #29 2.756 [2021-06-17T12:33:39.857Z] #27 DONE 14.9s [2021-06-17T12:33:39.857Z] [2021-06-17T12:33:39.857Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-17T12:33:39.857Z] #28 sha256:80caba86ee09b41810e27276b3f05d93409478897c50cde9d2b6fa29dec30237 [2021-06-17T12:33:39.857Z] #28 DONE 0.2s [2021-06-17T12:33:39.857Z] [2021-06-17T12:33:39.857Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:39.857Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:39.857Z] #9 extracting sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 7.1s done [2021-06-17T12:33:39.857Z] #9 extracting sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 5.1s done [2021-06-17T12:33:39.857Z] #9 extracting sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 [2021-06-17T12:33:40.142Z] #46 97.51 crypto/x509/pkix [2021-06-17T12:33:40.142Z] #46 97.90 net [2021-06-17T12:33:40.172Z] #9 extracting sha256:8962bc0fad55b13afedfeb6ad5cb06fd065461cf3e1ae4e7aeae5eeb17b179df 0.4s done [2021-06-17T12:33:40.401Z] #46 98.03 vendor/golang.org/x/crypto/chacha20 [2021-06-17T12:33:40.428Z] #9 extracting sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 [2021-06-17T12:33:40.840Z] #29 2.868 # 1.7% ###### 9.7% ########## 14.8% ############## 20.0% ################## 25.3% ##################### 30.4% ######################### 35.6% ############################# 40.9% ################################# 46.1% #################################### 51.3% ######################################## 56.5% ############################################ 61.8% [2021-06-17T12:33:40.840Z] #29 ... [2021-06-17T12:33:40.840Z] [2021-06-17T12:33:40.840Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:40.840Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:40.840Z] #9 extracting sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 5.9s done [2021-06-17T12:33:40.840Z] #9 extracting sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 3.5s done [2021-06-17T12:33:40.840Z] #9 extracting sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 5.9s [2021-06-17T12:33:40.969Z] #46 98.61 vendor/golang.org/x/crypto/poly1305 [2021-06-17T12:33:41.101Z] #9 ... [2021-06-17T12:33:41.101Z] [2021-06-17T12:33:41.101Z] #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-06-17T12:33:41.101Z] #29 sha256:621d84ec623446a02c99ce6795719d21226a4ca485c22ee89e38e56e0cd2abee [2021-06-17T12:33:41.357Z] #9 ... [2021-06-17T12:33:41.357Z] [2021-06-17T12:33:41.357Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-17T12:33:41.357Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-17T12:33:41.357Z] #64 DONE 1.0s [2021-06-17T12:33:41.357Z] [2021-06-17T12:33:41.357Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:41.357Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:41.537Z] #46 99.23 vendor/golang.org/x/sys/cpu [2021-06-17T12:33:41.624Z] #29 2.868 # 1.7% ###### 9.7% ########## 14.8% ############## 20.0% ################## 25.3% ##################### 30.4% ######################### 35.6% ############################# 40.9% ################################# 46.1% #################################### 51.3% ######################################## 56.5% ############################################ 61.8% ################################################ 66.9% ################################################### 72.2% ####################################################### 77.4% ########################################################### 82.6% ############################################################### 87.8% ################################################################## 93.0% ###################################################################### 98.2% ######################################################################## 100.0% [2021-06-17T12:33:41.624Z] #29 4.735 [2021-06-17T12:33:42.104Z] #46 99.78 vendor/golang.org/x/crypto/chacha20poly1305 [2021-06-17T12:33:42.196Z] #29 5.021 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-17T12:33:42.196Z] #29 5.110 [2021-06-17T12:33:42.196Z] #29 5.228 ########################### #29 ... [2021-06-17T12:33:42.196Z] [2021-06-17T12:33:42.196Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:42.196Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:42.196Z] #9 extracting sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 6.8s done [2021-06-17T12:33:42.196Z] #9 extracting sha256:db807893dccf12b2476ed4f38061fb7b0e0091c1b91ebedd23fdd39924c33988 done [2021-06-17T12:33:42.196Z] #9 DONE 28.7s [2021-06-17T12:33:42.196Z] [2021-06-17T12:33:42.196Z] #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-06-17T12:33:42.196Z] #29 sha256:621d84ec623446a02c99ce6795719d21226a4ca485c22ee89e38e56e0cd2abee [2021-06-17T12:33:42.196Z] #29 5.228 ########################### 38.7% ######################################################################## 100.0% [2021-06-17T12:33:42.196Z] #29 5.261 [2021-06-17T12:33:42.456Z] #29 5.519 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-17T12:33:42.717Z] #29 5.593 [2021-06-17T12:33:42.978Z] #29 5.705 ######### 12.9% ####################################################### 77.5% ######################################################################## 100.0% [2021-06-17T12:33:42.978Z] #29 5.827 [2021-06-17T12:33:42.978Z] #29 6.106 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-17T12:33:43.039Z] #46 100.8 vendor/golang.org/x/crypto/curve25519 [2021-06-17T12:33:43.237Z] #29 6.172 [2021-06-17T12:33:43.248Z] #9 ... [2021-06-17T12:33:43.248Z] [2021-06-17T12:33:43.248Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-17T12:33:43.248Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-17T12:33:43.248Z] #66 DONE 1.5s [2021-06-17T12:33:43.248Z] [2021-06-17T12:33:43.248Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:43.248Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:43.975Z] #46 101.5 vendor/golang.org/x/crypto/hkdf [2021-06-17T12:33:44.016Z] #29 6.284 # 1.8% ################ 22.8% ############################### 44.0% ################################# 47.1% ########################################## 58.9% ################################################ 67.5% ############################################################# 85.5% ######################################################################## 100.0% [2021-06-17T12:33:44.016Z] #29 7.018 [2021-06-17T12:33:44.234Z] #46 101.7 vendor/golang.org/x/text/transform [2021-06-17T12:33:44.275Z] #29 ... [2021-06-17T12:33:44.275Z] [2021-06-17T12:33:44.275Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-17T12:33:44.275Z] #10 sha256:7f6eb43c8ad762107fb11b9dc5bf1c30efa1cf78d664ea7df9c142c5fd039145 [2021-06-17T12:33:44.275Z] #10 DONE 2.0s [2021-06-17T12:33:44.275Z] [2021-06-17T12:33:44.275Z] #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-06-17T12:33:44.275Z] #29 sha256:621d84ec623446a02c99ce6795719d21226a4ca485c22ee89e38e56e0cd2abee [2021-06-17T12:33:44.275Z] #29 7.334 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-17T12:33:44.536Z] #29 7.426 [2021-06-17T12:33:44.536Z] #29 7.499 ######################################################################## 100.0% [2021-06-17T12:33:44.536Z] #29 7.537 [2021-06-17T12:33:44.616Z] #9 extracting sha256:65d943ee54c1fa196b54ab9a6673174c66eea04cfa1a4ac5b0328b74f066a4d9 4.1s done [2021-06-17T12:33:44.616Z] #9 extracting sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 [2021-06-17T12:33:44.797Z] #29 7.723 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-17T12:33:44.797Z] #29 7.808 [2021-06-17T12:33:44.797Z] #29 7.902 ######################################################################## 100.0% [2021-06-17T12:33:44.801Z] #46 102.3 vendor/golang.org/x/text/unicode/bidi [2021-06-17T12:33:45.059Z] #29 7.916 [2021-06-17T12:33:45.059Z] #29 7.932 Download of images into '/build' complete. [2021-06-17T12:33:45.059Z] #29 7.932 Use something like the following to load the result into a Docker daemon: [2021-06-17T12:33:45.059Z] #29 7.932 tar -cC '/build' . | docker load [2021-06-17T12:33:45.059Z] #29 DONE 8.0s [2021-06-17T12:33:45.059Z] [2021-06-17T12:33:45.059Z] #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-06-17T12:33:45.059Z] #11 sha256:7da304b136cf5131f0f1c5da04ac876076e364d833c785923f42ac14adf08875 [2021-06-17T12:33:45.059Z] #11 DONE 0.7s [2021-06-17T12:33:45.059Z] [2021-06-17T12:33:45.059Z] #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-06-17T12:33:45.059Z] #59 sha256:9992702897f8ca2572072d3c25d5ade4337713f5c133160041b28c46d16b7283 [2021-06-17T12:33:45.059Z] #59 ... [2021-06-17T12:33:45.059Z] [2021-06-17T12:33:45.059Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-17T12:33:45.059Z] #31 sha256:9d7e2e124e11ca77f63dad3cf223173f71cf163849e8ee5c9728eb22a8d1f98f [2021-06-17T12:33:45.059Z] #31 DONE 0.2s [2021-06-17T12:33:45.118Z] #9 ... [2021-06-17T12:33:45.118Z] [2021-06-17T12:33:45.118Z] #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-06-17T12:33:45.118Z] #29 sha256:62a960bfa55c67fbab7ee5ee7438c8bd01056de54d38de3d220970dfbfd12dbc [2021-06-17T12:33:45.118Z] #29 1.707 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-17T12:33:45.118Z] #29 1.805 [2021-06-17T12:33:45.118Z] #29 1.929 ########### 16.1% ######################## 33.7% ######################################## 56.3% ###################################################### 76.1% ##################################################################### 95.9% ######################################################################## 100.0% [2021-06-17T12:33:45.118Z] #29 2.455 [2021-06-17T12:33:45.118Z] #29 2.591 ############################################################ 84.3% ######################################################################## 100.0% [2021-06-17T12:33:45.118Z] #29 2.705 [2021-06-17T12:33:45.118Z] #29 2.845 ####################### 33.2% ######################################################################## 100.0% [2021-06-17T12:33:45.118Z] #29 3.001 [2021-06-17T12:33:45.118Z] #29 3.127 ############ 16.8% ########################## 36.2% ######################################## 55.6% ##################################################### 74.8% ################################################################### 94.2% ######################################################################## 100.0% [2021-06-17T12:33:45.118Z] #29 3.670 [2021-06-17T12:33:45.118Z] #29 3.785 ## 3.0% ###### 9.6% ########## 14.0% ############## 20.3% ################## 25.5% ###################### 30.7% ######################### 34.9% ############################## 41.8% ################################# 47.0% ##################################### 52.2% ######################################### 57.4% ############################################# 62.6% ################################################ 67.8% #################################################### 73.0% ######################################################## 78.2% ############################################################ 83.5% ############################################################### 88.6% ################################################################### 94.1% ####################################################################### 99.3% ######################################################################## 100.0% [2021-06-17T12:33:45.118Z] #29 5.654 [2021-06-17T12:33:45.322Z] [2021-06-17T12:33:45.322Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-17T12:33:45.322Z] #39 sha256:f0e9c165c35c5ee9245168d068a6af2614d14d81ad856edc1e240f42cd29f71c [2021-06-17T12:33:45.322Z] #39 DONE 0.3s [2021-06-17T12:33:45.322Z] [2021-06-17T12:33:45.322Z] #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-06-17T12:33:45.322Z] #43 sha256:0803015c9504144177fc58ab0560e49a3b6af4bfe9e262f335a2fdf9ab4cd1a2 [2021-06-17T12:33:45.322Z] #43 DONE 0.3s [2021-06-17T12:33:45.322Z] [2021-06-17T12:33:45.322Z] #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-06-17T12:33:45.322Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:33:45.692Z] #29 5.960 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-17T12:33:45.692Z] #29 6.060 [2021-06-17T12:33:45.692Z] #29 6.120 ######################################################################## 100.0% [2021-06-17T12:33:45.692Z] #29 6.139 [2021-06-17T12:33:45.949Z] #29 6.394 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-17T12:33:45.949Z] #29 6.482 [2021-06-17T12:33:46.205Z] #29 6.592 ######################################################################## 100.0% [2021-06-17T12:33:46.205Z] #29 6.613 [2021-06-17T12:33:46.465Z] #29 6.884 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-17T12:33:46.465Z] #29 6.971 [2021-06-17T12:33:46.704Z] #46 104.0 vendor/golang.org/x/text/secure/bidirule [2021-06-17T12:33:46.704Z] #46 104.2 vendor/golang.org/x/text/unicode/norm [2021-06-17T12:33:47.235Z] #29 7.089 #### 6.5% ######################## 33.7% ##################################### 51.7% ################################################ 67.3% ############################################################### 87.7% ######################################################################## 100.0% [2021-06-17T12:33:47.235Z] #29 7.611 [2021-06-17T12:33:47.492Z] #29 7.909 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-17T12:33:47.492Z] #29 7.987 [2021-06-17T12:33:47.749Z] #29 8.039 ######################################################################## 100.0% [2021-06-17T12:33:47.749Z] #29 8.068 [2021-06-17T12:33:47.749Z] #29 8.285 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-17T12:33:47.884Z] #9 ... [2021-06-17T12:33:47.884Z] [2021-06-17T12:33:47.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-06-17T12:33:47.884Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-17T12:33:47.884Z] #27 3.517 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:33:47.884Z] #27 3.526 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:33:47.884Z] #27 3.526 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:33:47.884Z] #27 3.742 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:33:47.884Z] #27 3.938 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:33:47.884Z] #27 4.627 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:33:47.884Z] #27 6.368 Fetched 8449 kB in 3s (2717 kB/s) [2021-06-17T12:33:47.884Z] #27 6.368 Reading package lists... [2021-06-17T12:33:47.884Z] #27 7.283 Reading package lists... [2021-06-17T12:33:47.884Z] #27 8.204 Building dependency tree... [2021-06-17T12:33:47.884Z] #27 8.542 The following additional packages will be installed: [2021-06-17T12:33:47.884Z] #27 8.542 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-17T12:33:47.884Z] #27 8.542 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-17T12:33:47.884Z] #27 8.543 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-17T12:33:47.884Z] #27 8.544 Suggested packages: [2021-06-17T12:33:47.884Z] #27 8.544 krb5-doc krb5-user [2021-06-17T12:33:47.884Z] #27 8.544 Recommended packages: [2021-06-17T12:33:47.884Z] #27 8.544 krb5-locales publicsuffix libsasl2-modules [2021-06-17T12:33:47.884Z] #27 8.768 The following NEW packages will be installed: [2021-06-17T12:33:47.884Z] #27 8.769 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-17T12:33:47.884Z] #27 8.770 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-17T12:33:47.884Z] #27 8.770 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-17T12:33:47.884Z] #27 8.771 libssh2-1 libssl1.1 openssl [2021-06-17T12:33:47.884Z] #27 9.056 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:33:47.884Z] #27 9.056 Need to get 5059 kB of archives. [2021-06-17T12:33:47.884Z] #27 9.056 After this operation, 12.1 MB of additional disk space will be used. [2021-06-17T12:33:47.884Z] #27 9.056 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-17T12:33:47.884Z] #27 9.059 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-06-17T12:33:47.884Z] #27 9.067 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-06-17T12:33:47.884Z] #27 9.067 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-06-17T12:33:47.884Z] #27 9.067 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-06-17T12:33:47.884Z] #27 9.067 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-06-17T12:33:47.884Z] #27 9.073 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-06-17T12:33:47.884Z] #27 9.077 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-06-17T12:33:47.884Z] #27 9.086 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-06-17T12:33:47.884Z] #27 9.086 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-17T12:33:47.884Z] #27 9.086 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-06-17T12:33:47.884Z] #27 9.094 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-06-17T12:33:47.884Z] #27 9.099 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-06-17T12:33:47.884Z] #27 9.100 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-06-17T12:33:47.884Z] #27 9.104 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-06-17T12:33:47.884Z] #27 9.104 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-06-17T12:33:47.884Z] #27 9.114 Get:17 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-17T12:33:47.884Z] #27 9.119 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-17T12:33:47.884Z] #27 9.119 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-17T12:33:47.884Z] #27 9.122 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-06-17T12:33:47.884Z] #27 9.126 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-06-17T12:33:47.884Z] #27 9.273 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:33:47.884Z] #27 9.296 Fetched 5059 kB in 0s (15.2 MB/s) [2021-06-17T12:33:47.884Z] #27 9.335 Selecting previously unselected package libssl1.1:amd64. [2021-06-17T12:33:47.884Z] #27 9.335 (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-06-17T12:33:47.884Z] #27 9.341 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-17T12:33:47.884Z] #27 9.349 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-17T12:33:47.884Z] #27 9.530 Selecting previously unselected package openssl. [2021-06-17T12:33:47.884Z] #27 9.530 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-17T12:33:47.884Z] #27 9.539 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-17T12:33:47.884Z] #27 9.662 Selecting previously unselected package ca-certificates. [2021-06-17T12:33:47.884Z] #27 9.662 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-17T12:33:47.884Z] #27 9.665 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-17T12:33:47.884Z] #27 9.732 Selecting previously unselected package libkeyutils1:amd64. [2021-06-17T12:33:47.884Z] #27 9.732 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-06-17T12:33:47.884Z] #27 9.763 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-06-17T12:33:47.884Z] #27 9.867 Selecting previously unselected package libkrb5support0:amd64. [2021-06-17T12:33:47.884Z] #27 9.868 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-06-17T12:33:47.884Z] #27 9.872 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:47.884Z] #27 9.910 Selecting previously unselected package libk5crypto3:amd64. [2021-06-17T12:33:47.885Z] #27 9.910 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-06-17T12:33:47.885Z] #27 9.913 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:47.885Z] #27 9.966 Selecting previously unselected package libkrb5-3:amd64. [2021-06-17T12:33:47.885Z] #27 9.966 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-06-17T12:33:47.885Z] #27 9.970 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:47.885Z] #27 10.06 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-17T12:33:47.885Z] #27 10.06 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-06-17T12:33:47.885Z] #27 10.06 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:47.885Z] #27 10.10 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-17T12:33:47.885Z] #27 10.10 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-17T12:33:47.885Z] #27 10.11 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-17T12:33:47.885Z] #27 10.14 Selecting previously unselected package libsasl2-2:amd64. [2021-06-17T12:33:47.885Z] #27 10.14 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-17T12:33:47.885Z] #27 10.14 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-17T12:33:47.885Z] #27 10.19 Selecting previously unselected package libldap-common. [2021-06-17T12:33:47.885Z] #27 10.19 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-17T12:33:47.885Z] #27 10.19 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-17T12:33:47.885Z] #27 10.23 Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-17T12:33:47.885Z] #27 10.23 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-06-17T12:33:47.885Z] #27 10.23 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-17T12:33:47.885Z] #27 10.30 Selecting previously unselected package libnghttp2-14:amd64. [2021-06-17T12:33:47.885Z] #27 10.30 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-06-17T12:33:47.885Z] #27 ... [2021-06-17T12:33:47.885Z] [2021-06-17T12:33:47.885Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:47.885Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:48.005Z] #29 8.397 [2021-06-17T12:33:48.005Z] #29 8.457 ######################################################################## 100.0% [2021-06-17T12:33:48.005Z] #29 8.476 [2021-06-17T12:33:48.005Z] #29 8.499 Download of images into '/build' complete. [2021-06-17T12:33:48.005Z] #29 8.499 Use something like the following to load the result into a Docker daemon: [2021-06-17T12:33:48.005Z] #29 8.499 tar -cC '/build' . | docker load [2021-06-17T12:33:48.081Z] #46 ... [2021-06-17T12:33:48.081Z] [2021-06-17T12:33:48.081Z] #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-06-17T12:33:48.081Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:33:48.081Z] #13 102.1 Selecting previously unselected package libapparmor1:amd64. [2021-06-17T12:33:48.081Z] #13 102.1 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-17T12:33:48.081Z] #13 102.1 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-17T12:33:48.339Z] #13 102.2 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-17T12:33:48.339Z] #13 102.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-17T12:33:48.339Z] #13 102.2 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-17T12:33:48.339Z] #13 102.4 Selecting previously unselected package libbtrfs0. [2021-06-17T12:33:48.339Z] #13 102.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-17T12:33:48.339Z] #13 102.4 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-17T12:33:48.339Z] #13 102.5 Selecting previously unselected package libbtrfs-dev. [2021-06-17T12:33:48.446Z] #9 extracting sha256:f2253e6fbefa9189360a7818eb45effaed9bcb4ff631741a32609b39a2b2c1a2 3.5s done [2021-06-17T12:33:48.446Z] #9 extracting sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 [2021-06-17T12:33:48.603Z] #13 102.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-17T12:33:48.603Z] #13 102.5 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-17T12:33:48.603Z] #13 102.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-17T12:33:48.603Z] #13 102.6 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-17T12:33:48.603Z] #13 102.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-17T12:33:48.669Z] #44 ... [2021-06-17T12:33:48.669Z] [2021-06-17T12:33:48.669Z] #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-06-17T12:33:48.669Z] #12 sha256:404d6ac784bfa01d4931c3417807b6e230ae87a353cc9e793536daa28023c7f6 [2021-06-17T12:33:48.669Z] #12 DONE 3.1s [2021-06-17T12:33:48.669Z] [2021-06-17T12:33:48.669Z] #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-06-17T12:33:48.669Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:33:48.862Z] #13 102.7 Selecting previously unselected package libudev-dev:amd64. [2021-06-17T12:33:48.862Z] #13 102.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-17T12:33:48.862Z] #13 102.8 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-17T12:33:48.862Z] #13 102.9 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-17T12:33:48.862Z] #13 102.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-17T12:33:48.862Z] #13 102.9 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-17T12:33:49.121Z] #13 103.2 Selecting previously unselected package libpcre16-3:amd64. [2021-06-17T12:33:49.121Z] #13 103.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-17T12:33:49.121Z] #13 103.2 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-17T12:33:49.372Z] #29 ... [2021-06-17T12:33:49.372Z] [2021-06-17T12:33:49.372Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:49.372Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:49.372Z] #9 extracting sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 9.6s done [2021-06-17T12:33:49.380Z] #13 103.3 Selecting previously unselected package libpcre32-3:amd64. [2021-06-17T12:33:49.380Z] #13 103.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-17T12:33:49.380Z] #13 103.4 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-17T12:33:49.380Z] #13 103.6 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-17T12:33:49.380Z] #13 103.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-17T12:33:49.380Z] #13 103.6 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-17T12:33:49.639Z] #13 103.7 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-17T12:33:49.639Z] #13 103.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-17T12:33:49.639Z] #13 103.7 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-17T12:33:49.898Z] #13 104.1 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-17T12:33:49.898Z] #13 104.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-17T12:33:50.157Z] #13 104.1 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-17T12:33:50.157Z] #13 104.3 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-17T12:33:50.302Z] #9 extracting sha256:db807893dccf12b2476ed4f38061fb7b0e0091c1b91ebedd23fdd39924c33988 done [2021-06-17T12:33:50.416Z] #13 104.3 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-17T12:33:50.416Z] #13 104.3 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-17T12:33:50.416Z] #13 104.4 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-17T12:33:50.416Z] #13 104.4 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-17T12:33:50.416Z] #13 104.4 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-17T12:33:50.416Z] #13 104.6 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-17T12:33:50.682Z] #13 104.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-17T12:33:50.682Z] #13 104.6 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-17T12:33:50.865Z] #9 DONE 35.1s [2021-06-17T12:33:50.865Z] [2021-06-17T12:33:50.865Z] #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-06-17T12:33:50.865Z] #29 sha256:62a960bfa55c67fbab7ee5ee7438c8bd01056de54d38de3d220970dfbfd12dbc [2021-06-17T12:33:50.941Z] #13 105.1 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-17T12:33:50.941Z] #13 105.1 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-17T12:33:50.941Z] #13 105.1 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-17T12:33:50.941Z] #13 105.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-17T12:33:51.123Z] #29 DONE 11.5s [2021-06-17T12:33:51.123Z] [2021-06-17T12:33:51.123Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-17T12:33:51.123Z] #10 sha256:7f6eb43c8ad762107fb11b9dc5bf1c30efa1cf78d664ea7df9c142c5fd039145 [2021-06-17T12:33:51.201Z] #13 105.2 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-17T12:33:51.201Z] #13 105.3 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-17T12:33:51.201Z] #13 105.3 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:33:51.201Z] #13 105.3 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-17T12:33:51.201Z] #13 105.3 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-17T12:33:51.201Z] #13 105.3 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-17T12:33:51.201Z] #13 105.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-17T12:33:51.201Z] #13 105.4 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-17T12:33:51.460Z] #13 105.4 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-17T12:33:51.460Z] #13 105.5 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-17T12:33:51.460Z] #13 105.5 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-17T12:33:51.460Z] #13 105.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-17T12:33:51.460Z] #13 105.6 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-17T12:33:51.460Z] #13 105.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:33:51.460Z] #13 105.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-17T12:33:51.460Z] #13 105.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-17T12:33:51.460Z] #13 105.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:33:51.460Z] #13 105.6 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-06-17T12:33:51.719Z] #13 105.6 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-06-17T12:33:51.719Z] #13 105.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-17T12:33:51.719Z] #13 105.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-17T12:33:51.719Z] #13 105.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-17T12:33:51.719Z] #13 105.7 Setting up dmsetup (2:1.02.155-3) ... [2021-06-17T12:33:51.719Z] #13 105.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-17T12:33:51.719Z] #13 105.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-17T12:33:51.719Z] #13 105.7 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:33:52.059Z] #10 DONE 1.0s [2021-06-17T12:33:52.059Z] [2021-06-17T12:33:52.059Z] #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-06-17T12:33:52.059Z] #11 sha256:7da304b136cf5131f0f1c5da04ac876076e364d833c785923f42ac14adf08875 [2021-06-17T12:33:52.883Z] #13 4.365 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:33:52.883Z] #13 4.365 Get:2 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-17T12:33:52.883Z] #13 4.509 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:33:52.883Z] #13 4.513 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:33:53.100Z] #13 DONE 107.2s [2021-06-17T12:33:53.100Z] [2021-06-17T12:33:53.100Z] #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-06-17T12:33:53.100Z] #54 sha256:dd27ea8ee41ca9bd2ad2af17936f878fdbbc7625c0a0cb7247bdfae2a0960473 [2021-06-17T12:33:53.480Z] #13 ... [2021-06-17T12:33:53.480Z] [2021-06-17T12:33:53.480Z] #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-06-17T12:33:53.480Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:33:53.480Z] #44 6.599 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:33:53.480Z] #44 6.894 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:33:53.480Z] #44 6.894 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:33:53.480Z] #44 7.223 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-06-17T12:33:53.696Z] #9 ... [2021-06-17T12:33:53.696Z] [2021-06-17T12:33:53.696Z] #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-06-17T12:33:53.696Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-17T12:33:53.696Z] #27 10.30 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-17T12:33:53.696Z] #27 10.34 Selecting previously unselected package libpsl5:amd64. [2021-06-17T12:33:53.696Z] #27 10.34 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-06-17T12:33:53.696Z] #27 10.35 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-06-17T12:33:53.696Z] #27 10.39 Selecting previously unselected package librtmp1:amd64. [2021-06-17T12:33:53.696Z] #27 10.39 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-06-17T12:33:53.696Z] #27 10.39 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-17T12:33:53.696Z] #27 10.42 Selecting previously unselected package libssh2-1:amd64. [2021-06-17T12:33:53.696Z] #27 10.42 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-06-17T12:33:53.696Z] #27 10.43 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-17T12:33:53.696Z] #27 10.47 Selecting previously unselected package libcurl4:amd64. [2021-06-17T12:33:53.696Z] #27 10.47 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-06-17T12:33:53.696Z] #27 10.48 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-17T12:33:53.696Z] #27 10.55 Selecting previously unselected package curl. [2021-06-17T12:33:53.696Z] #27 10.55 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-06-17T12:33:53.696Z] #27 10.55 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-17T12:33:53.696Z] #27 10.62 Selecting previously unselected package libonig5:amd64. [2021-06-17T12:33:53.696Z] #27 10.62 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-06-17T12:33:53.696Z] #27 10.62 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-17T12:33:53.696Z] #27 10.69 Selecting previously unselected package libjq1:amd64. [2021-06-17T12:33:53.696Z] #27 10.69 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-17T12:33:53.696Z] #27 10.70 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-17T12:33:53.696Z] #27 10.74 Selecting previously unselected package jq. [2021-06-17T12:33:53.696Z] #27 10.74 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-17T12:33:53.696Z] #27 10.75 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-17T12:33:53.696Z] #27 10.78 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-06-17T12:33:53.696Z] #27 10.79 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-06-17T12:33:53.696Z] #27 10.80 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-17T12:33:53.696Z] #27 10.91 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-17T12:33:53.696Z] #27 10.92 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-17T12:33:53.696Z] #27 10.94 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:53.697Z] #27 10.94 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-17T12:33:53.697Z] #27 10.95 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-17T12:33:53.697Z] #27 10.96 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:53.697Z] #27 10.97 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-17T12:33:53.697Z] #27 11.01 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-17T12:33:53.697Z] #27 11.02 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:53.697Z] #27 11.04 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-17T12:33:53.697Z] #27 11.05 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-17T12:33:53.697Z] #27 11.06 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-17T12:33:53.697Z] #27 11.07 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-17T12:33:53.697Z] #27 11.11 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-17T12:33:53.697Z] #27 11.65 Updating certificates in /etc/ssl/certs... [2021-06-17T12:33:53.697Z] #27 12.36 137 added, 0 removed; done. [2021-06-17T12:33:53.697Z] #27 12.45 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-17T12:33:53.697Z] #27 12.46 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-17T12:33:53.697Z] #27 12.47 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-17T12:33:53.697Z] #27 12.48 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-17T12:33:53.697Z] #27 12.49 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:33:53.697Z] #27 12.51 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-17T12:33:53.697Z] #27 12.52 Updating certificates in /etc/ssl/certs... [2021-06-17T12:33:53.697Z] #27 13.10 0 added, 0 removed; done. [2021-06-17T12:33:53.697Z] #27 13.10 Running hooks in /etc/ca-certificates/update.d... [2021-06-17T12:33:53.697Z] #27 13.10 done. [2021-06-17T12:33:53.697Z] #27 DONE 15.4s [2021-06-17T12:33:53.697Z] [2021-06-17T12:33:53.697Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:53.697Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:53.697Z] #9 ... [2021-06-17T12:33:53.697Z] [2021-06-17T12:33:53.697Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-17T12:33:53.697Z] #28 sha256:d0c1c42d3fd0c26369963c8ac88477fbde06530cb9f41bdc3e6b50a45fe5121e [2021-06-17T12:33:53.697Z] #28 DONE 0.4s [2021-06-17T12:33:53.697Z] [2021-06-17T12:33:53.697Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:9d8f70f7f67e461ae75c148ee66394f4242f4b359c27222c31aeea1851c39d8f [2021-06-17T12:33:53.697Z] #9 sha256:231c2360e01456b1083e4c50102a632fef0203f14e489dec34d04dc246880dc2 [2021-06-17T12:33:53.697Z] #9 extracting sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 5.1s [2021-06-17T12:33:53.740Z] #44 8.467 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:33:53.950Z] #11 DONE 1.7s [2021-06-17T12:33:53.950Z] [2021-06-17T12:33:53.950Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-17T12:33:53.950Z] #39 sha256:f0e9c165c35c5ee9245168d068a6af2614d14d81ad856edc1e240f42cd29f71c [2021-06-17T12:33:53.950Z] #39 ... [2021-06-17T12:33:53.950Z] [2021-06-17T12:33:53.950Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-17T12:33:53.950Z] #31 sha256:9d7e2e124e11ca77f63dad3cf223173f71cf163849e8ee5c9728eb22a8d1f98f [2021-06-17T12:33:53.950Z] #31 DONE 0.2s [2021-06-17T12:33:53.950Z] [2021-06-17T12:33:53.950Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-17T12:33:53.950Z] #39 sha256:f0e9c165c35c5ee9245168d068a6af2614d14d81ad856edc1e240f42cd29f71c [2021-06-17T12:33:53.950Z] #39 DONE 0.3s [2021-06-17T12:33:53.950Z] [2021-06-17T12:33:53.950Z] #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-06-17T12:33:53.950Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:33:54.209Z] #40 ... [2021-06-17T12:33:54.209Z] [2021-06-17T12:33:54.209Z] #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-06-17T12:33:54.209Z] #43 sha256:0803015c9504144177fc58ab0560e49a3b6af4bfe9e262f335a2fdf9ab4cd1a2 [2021-06-17T12:33:54.209Z] #43 DONE 0.3s [2021-06-17T12:33:54.209Z] [2021-06-17T12:33:54.209Z] #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-06-17T12:33:54.209Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:33:55.009Z] #54 1.722 + RM_GOPATH=0 [2021-06-17T12:33:55.010Z] #54 1.722 + TMP_GOPATH= [2021-06-17T12:33:55.010Z] #54 1.722 + : /build [2021-06-17T12:33:55.010Z] #54 1.722 + '[' -z '' ']' [2021-06-17T12:33:55.010Z] #54 ... [2021-06-17T12:33:55.010Z] [2021-06-17T12:33:55.010Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-17T12:33:55.010Z] #14 sha256:439592cb2474c4f379790efd36637b5061a8bd83fbc39f7ebf441a894b20089f [2021-06-17T12:33:55.010Z] #14 DONE 1.8s [2021-06-17T12:33:55.010Z] [2021-06-17T12:33:55.010Z] #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-06-17T12:33:55.010Z] #54 sha256:dd27ea8ee41ca9bd2ad2af17936f878fdbbc7625c0a0cb7247bdfae2a0960473 [2021-06-17T12:33:55.010Z] #54 1.722 ++ mktemp -d [2021-06-17T12:33:55.010Z] #54 1.723 + export GOPATH=/tmp/tmp.aHt1Nsq5jY [2021-06-17T12:33:55.010Z] #54 1.723 + GOPATH=/tmp/tmp.aHt1Nsq5jY [2021-06-17T12:33:55.010Z] #54 1.724 + RM_GOPATH=1 [2021-06-17T12:33:55.010Z] #54 1.724 + case "$(go env GOARCH)" in [2021-06-17T12:33:55.010Z] #54 1.724 ++ go env GOARCH [2021-06-17T12:33:55.010Z] #54 1.730 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:33:55.010Z] #54 1.730 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:33:55.010Z] #54 1.731 ++ dirname /tmp/install/install.sh [2021-06-17T12:33:55.010Z] #54 1.732 + dir=/tmp/install [2021-06-17T12:33:55.010Z] #54 1.732 + bin=runc [2021-06-17T12:33:55.010Z] #54 1.732 + shift [2021-06-17T12:33:55.010Z] #54 1.733 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-17T12:33:55.010Z] #54 1.733 + . /tmp/install/runc.installer [2021-06-17T12:33:55.010Z] #54 1.733 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:33:55.010Z] #54 1.733 + install_runc [2021-06-17T12:33:55.010Z] #54 1.734 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-17T12:33:55.010Z] #54 1.736 + uname -r [2021-06-17T12:33:55.010Z] #54 1.737 + RUNC_BUILDTAGS='seccomp ' [2021-06-17T12:33:55.010Z] #54 1.737 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-06-17T12:33:55.010Z] #54 1.738 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-06-17T12:33:55.010Z] #54 1.738 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.aHt1Nsq5jY/src/github.com/opencontainers/runc [2021-06-17T12:33:55.010Z] #54 1.760 Cloning into '/tmp/tmp.aHt1Nsq5jY/src/github.com/opencontainers/runc'... [2021-06-17T12:33:55.065Z] #9 extracting sha256:186c77a2a53344f8e525fa90d18a869f8bebc3fa4aa6586d2040e2611eab57f8 6.4s done [2021-06-17T12:33:55.065Z] #9 extracting sha256:db807893dccf12b2476ed4f38061fb7b0e0091c1b91ebedd23fdd39924c33988 done [2021-06-17T12:33:55.124Z] #44 ... [2021-06-17T12:33:55.124Z] [2021-06-17T12:33:55.124Z] #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-06-17T12:33:55.124Z] #24 sha256:6dd2f2439de4e379f51a08ff3c5360c1848b1a963d7086b89b02c4298312da65 [2021-06-17T12:33:55.124Z] #24 5.781 + RM_GOPATH=0 [2021-06-17T12:33:55.124Z] #24 5.781 + TMP_GOPATH= [2021-06-17T12:33:55.124Z] #24 5.781 + : /build [2021-06-17T12:33:55.124Z] #24 5.781 + '[' -z '' ']' [2021-06-17T12:33:55.124Z] #24 5.781 ++ mktemp -d [2021-06-17T12:33:55.124Z] #24 5.781 + export GOPATH=/tmp/tmp.sE3qE3Rg7O [2021-06-17T12:33:55.124Z] #24 5.781 + GOPATH=/tmp/tmp.sE3qE3Rg7O [2021-06-17T12:33:55.124Z] #24 5.781 + RM_GOPATH=1 [2021-06-17T12:33:55.124Z] #24 5.781 + case "$(go env GOARCH)" in [2021-06-17T12:33:55.124Z] #24 5.781 ++ go env GOARCH [2021-06-17T12:33:55.124Z] #24 5.850 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:33:55.124Z] #24 5.850 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:33:55.124Z] #24 5.850 ++ dirname /tmp/install/install.sh [2021-06-17T12:33:55.124Z] #24 5.911 + dir=/tmp/install [2021-06-17T12:33:55.124Z] #24 5.911 + bin=dockercli [2021-06-17T12:33:55.124Z] #24 5.911 + shift [2021-06-17T12:33:55.124Z] #24 5.911 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-17T12:33:55.124Z] #24 5.911 + . /tmp/install/dockercli.installer [2021-06-17T12:33:55.124Z] #24 5.911 ++ : stable [2021-06-17T12:33:55.124Z] #24 5.911 ++ : 17.06.2-ce [2021-06-17T12:33:55.124Z] #24 5.911 + install_dockercli [2021-06-17T12:33:55.124Z] #24 5.925 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-17T12:33:55.124Z] #24 5.925 ++ uname -m [2021-06-17T12:33:55.124Z] #24 5.929 Install docker/cli version 17.06.2-ce from stable [2021-06-17T12:33:55.124Z] #24 5.959 + arch=x86_64 [2021-06-17T12:33:55.124Z] #24 5.959 + '[' x86_64 '!=' x86_64 ']' [2021-06-17T12:33:55.124Z] #24 5.959 + url=https://download.docker.com/linux/static [2021-06-17T12:33:55.124Z] #24 5.959 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-17T12:33:55.124Z] #24 5.959 + tar -xz docker/docker [2021-06-17T12:33:55.124Z] #24 ... [2021-06-17T12:33:55.124Z] [2021-06-17T12:33:55.124Z] #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-06-17T12:33:55.124Z] #48 sha256:ace12bef0660de46147df87ff005b7d1c9b6d8e005e965ec9f1aa13703c5931c [2021-06-17T12:33:55.124Z] #48 5.594 + RM_GOPATH=0 [2021-06-17T12:33:55.124Z] #48 5.594 + TMP_GOPATH= [2021-06-17T12:33:55.124Z] #48 5.594 + : /build [2021-06-17T12:33:55.124Z] #48 5.594 + '[' -z '' ']' [2021-06-17T12:33:55.124Z] #48 5.594 ++ mktemp -d [2021-06-17T12:33:55.124Z] #48 5.602 + export GOPATH=/tmp/tmp.6TeafvRtlq [2021-06-17T12:33:55.124Z] #48 5.602 + GOPATH=/tmp/tmp.6TeafvRtlq [2021-06-17T12:33:55.124Z] #48 5.603 + RM_GOPATH=1 [2021-06-17T12:33:55.124Z] #48 5.603 + case "$(go env GOARCH)" in [2021-06-17T12:33:55.124Z] #48 5.607 ++ go env GOARCH [2021-06-17T12:33:55.124Z] #48 5.639 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:33:55.124Z] #48 5.639 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:33:55.124Z] #48 5.646 ++ dirname /tmp/install/install.sh [2021-06-17T12:33:55.124Z] #48 5.646 + dir=/tmp/install [2021-06-17T12:33:55.124Z] #48 5.646 + bin=gotestsum [2021-06-17T12:33:55.124Z] #48 5.646 + shift [2021-06-17T12:33:55.124Z] #48 5.646 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-17T12:33:55.124Z] #48 5.646 + . /tmp/install/gotestsum.installer [2021-06-17T12:33:55.124Z] #48 5.646 ++ : v0.5.3 [2021-06-17T12:33:55.124Z] #48 5.646 + install_gotestsum [2021-06-17T12:33:55.124Z] #48 5.646 + set -e [2021-06-17T12:33:55.124Z] #48 5.646 + export GO111MODULE=on [2021-06-17T12:33:55.124Z] #48 5.646 + GO111MODULE=on [2021-06-17T12:33:55.124Z] #48 5.646 + GOBIN=/build [2021-06-17T12:33:55.124Z] #48 5.646 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-17T12:33:55.124Z] #48 6.430 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-17T12:33:55.124Z] #48 8.902 go: downloading github.com/fatih/color v1.9.0 [2021-06-17T12:33:55.124Z] #48 8.903 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-17T12:33:55.124Z] #48 8.930 go: downloading github.com/pkg/errors v0.9.1 [2021-06-17T12:33:55.124Z] #48 8.935 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-17T12:33:55.124Z] #48 9.274 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-17T12:33:55.124Z] #48 9.287 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-17T12:33:55.124Z] #48 9.409 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-17T12:33:55.124Z] #48 9.589 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-17T12:33:55.124Z] #48 9.623 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-17T12:33:55.124Z] #48 10.02 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-17T12:33:55.124Z] #48 ... [2021-06-17T12:33:55.124Z] [2021-06-17T12:33:55.124Z] #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-06-17T12:33:55.124Z] #52 sha256:7d781397991fbc213f8eaa938a33a3a8fe814ad643ee2e9278a5ac39e4133766 [2021-06-17T12:33:55.124Z] #52 4.462 + RM_GOPATH=0 [2021-06-17T12:33:55.124Z] #52 4.467 + TMP_GOPATH= [2021-06-17T12:33:55.124Z] #52 4.467 + : /build [2021-06-17T12:33:55.124Z] #52 4.467 + '[' -z '' ']' [2021-06-17T12:33:55.124Z] #52 4.467 ++ mktemp -d [2021-06-17T12:33:55.124Z] #52 4.467 + export GOPATH=/tmp/tmp.qXEJvGjj8P [2021-06-17T12:33:55.124Z] #52 4.467 + GOPATH=/tmp/tmp.qXEJvGjj8P [2021-06-17T12:33:55.124Z] #52 4.467 + RM_GOPATH=1 [2021-06-17T12:33:55.124Z] #52 4.467 + case "$(go env GOARCH)" in [2021-06-17T12:33:55.124Z] #52 4.467 ++ go env GOARCH [2021-06-17T12:33:55.124Z] #52 4.470 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:33:55.124Z] #52 4.470 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:33:55.124Z] #52 4.475 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-17T12:33:55.124Z] #52 4.478 ++ dirname /tmp/install/install.sh [2021-06-17T12:33:55.124Z] #52 4.478 + dir=/tmp/install [2021-06-17T12:33:55.124Z] #52 4.478 + bin=shfmt [2021-06-17T12:33:55.124Z] #52 4.478 + shift [2021-06-17T12:33:55.124Z] #52 4.478 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-17T12:33:55.124Z] #52 4.478 + . /tmp/install/shfmt.installer [2021-06-17T12:33:55.124Z] #52 4.478 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-17T12:33:55.124Z] #52 4.478 + install_shfmt [2021-06-17T12:33:55.124Z] #52 4.478 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-17T12:33:55.124Z] #52 4.478 + git clone https://github.com/mvdan/sh.git /tmp/tmp.qXEJvGjj8P/src/github.com/mvdan/sh [2021-06-17T12:33:55.124Z] #52 4.478 Cloning into '/tmp/tmp.qXEJvGjj8P/src/github.com/mvdan/sh'... [2021-06-17T12:33:55.322Z] #9 DONE 26.0s [2021-06-17T12:33:55.322Z] [2021-06-17T12:33:55.322Z] #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-06-17T12:33:55.322Z] #29 sha256:ddc537e1d41930aa07b3dde07b6f65014373d1e6b1b32ed5e6bd7a10588378c0 [2021-06-17T12:33:55.322Z] #29 0.992 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-17T12:33:55.322Z] #29 1.081 [2021-06-17T12:33:55.322Z] #29 1.198 ############ 17.9% ########################### 38.3% ######################################### 58.3% ######################################################## 78.2% ###################################################################### 97.9% ######################################################################## 100.0% [2021-06-17T12:33:55.322Z] #29 1.695 [2021-06-17T12:33:55.322Z] #29 1.808 ############################################### 66.4% ######################################################################## 100.0% [2021-06-17T12:33:55.322Z] #29 1.913 [2021-06-17T12:33:55.375Z] ok github.com/docker/docker/api/server/httputils 0.009s coverage: 14.7% of statements [2021-06-17T12:33:55.375Z] ok github.com/docker/docker/api/server/middleware 0.007s coverage: 37.7% of statements [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-17T12:33:55.375Z] ok github.com/docker/docker/api/server/router/swarm 0.012s coverage: 5.7% of statements [2021-06-17T12:33:55.375Z] ok github.com/docker/docker/api/types/filters 0.016s coverage: 92.2% of statements [2021-06-17T12:33:55.375Z] ok github.com/docker/docker/api/types/strslice 0.030s coverage: 90.0% of statements [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/types [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-17T12:33:55.375Z] ok github.com/docker/docker/api/types/time 0.022s coverage: 100.0% of statements [2021-06-17T12:33:55.375Z] ok github.com/docker/docker/api/types/versions 0.022s coverage: 75.0% of statements [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/builder [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-17T12:33:55.375Z] ok github.com/docker/docker/builder/remotecontext 0.179s coverage: 13.7% of statements [2021-06-17T12:33:55.375Z] ok github.com/docker/docker/cli/debug 0.005s coverage: 100.0% of statements [2021-06-17T12:33:55.375Z] ok github.com/docker/docker/builder/dockerfile 0.290s coverage: 48.7% of statements [2021-06-17T12:33:55.375Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-17T12:33:55.389Z] #52 ... [2021-06-17T12:33:55.389Z] [2021-06-17T12:33:55.389Z] #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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:33:55.389Z] #32 sha256:dce599a86d52e6786bdd2988f5e04cbd45284930924eba39d9761c368e1d197d [2021-06-17T12:33:55.389Z] #32 5.499 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-17T12:33:55.389Z] #32 5.526 Cloning into '.'... [2021-06-17T12:33:55.389Z] #32 ... [2021-06-17T12:33:55.389Z] [2021-06-17T12:33:55.389Z] #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-06-17T12:33:55.389Z] #46 sha256:76a5118bb661680c55e5dd13732a52dfdf926666922fc659319acbdeae30d026 [2021-06-17T12:33:55.389Z] #46 5.309 + RM_GOPATH=0 [2021-06-17T12:33:55.389Z] #46 5.309 + TMP_GOPATH= [2021-06-17T12:33:55.389Z] #46 5.309 + : /build [2021-06-17T12:33:55.389Z] #46 5.309 + '[' -z '' ']' [2021-06-17T12:33:55.389Z] #46 5.309 ++ mktemp -d [2021-06-17T12:33:55.389Z] #46 5.313 + export GOPATH=/tmp/tmp.6aXzEQXtM5 [2021-06-17T12:33:55.389Z] #46 5.313 + GOPATH=/tmp/tmp.6aXzEQXtM5 [2021-06-17T12:33:55.389Z] #46 5.313 + RM_GOPATH=1 [2021-06-17T12:33:55.389Z] #46 5.313 + case "$(go env GOARCH)" in [2021-06-17T12:33:55.389Z] #46 5.313 ++ go env GOARCH [2021-06-17T12:33:55.389Z] #46 5.335 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:33:55.389Z] #46 5.335 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:33:55.389Z] #46 5.335 ++ dirname /tmp/install/install.sh [2021-06-17T12:33:55.389Z] #46 5.335 + dir=/tmp/install [2021-06-17T12:33:55.389Z] #46 5.335 + bin=vndr [2021-06-17T12:33:55.389Z] #46 5.335 + shift [2021-06-17T12:33:55.389Z] #46 5.335 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-17T12:33:55.389Z] #46 5.335 + . /tmp/install/vndr.installer [2021-06-17T12:33:55.389Z] #46 5.335 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-17T12:33:55.389Z] #46 5.335 + install_vndr [2021-06-17T12:33:55.389Z] #46 5.335 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-17T12:33:55.389Z] #46 5.335 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.6aXzEQXtM5/src/github.com/LK4D4/vndr [2021-06-17T12:33:55.389Z] #46 5.335 Cloning into '/tmp/tmp.6aXzEQXtM5/src/github.com/LK4D4/vndr'... [2021-06-17T12:33:55.389Z] #46 5.335 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-17T12:33:55.389Z] #46 6.226 + cd /tmp/tmp.6aXzEQXtM5/src/github.com/LK4D4/vndr [2021-06-17T12:33:55.389Z] #46 6.226 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-17T12:33:55.389Z] #46 6.269 + go build -buildmode=pie -v -o /build/vndr . [2021-06-17T12:33:55.389Z] #46 7.817 internal/unsafeheader [2021-06-17T12:33:55.389Z] #46 7.913 internal/cpu [2021-06-17T12:33:55.389Z] #46 7.985 runtime/internal/atomic [2021-06-17T12:33:55.389Z] #46 8.522 runtime/internal/sys [2021-06-17T12:33:55.389Z] #46 8.926 runtime/internal/math [2021-06-17T12:33:55.389Z] #46 9.009 internal/race [2021-06-17T12:33:55.389Z] #46 9.046 internal/bytealg [2021-06-17T12:33:55.389Z] #46 9.153 sync/atomic [2021-06-17T12:33:55.389Z] #46 9.614 unicode [2021-06-17T12:33:55.389Z] #46 10.53 runtime [2021-06-17T12:33:55.582Z] #29 2.054 ##################################### 51.9% ######################################################################## 100.0% [2021-06-17T12:33:55.582Z] #29 2.160 [2021-06-17T12:33:55.649Z] #46 ... [2021-06-17T12:33:55.649Z] [2021-06-17T12:33:55.649Z] #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-06-17T12:33:55.649Z] #50 sha256:26f75c07b8f90fd6df423fd3be410050162a840d6df8c7fe22067681ca003cdb [2021-06-17T12:33:55.649Z] #50 4.141 + RM_GOPATH=0 [2021-06-17T12:33:55.649Z] #50 4.141 + TMP_GOPATH= [2021-06-17T12:33:55.649Z] #50 4.141 + : /build [2021-06-17T12:33:55.649Z] #50 4.141 + '[' -z '' ']' [2021-06-17T12:33:55.649Z] #50 4.141 ++ mktemp -d [2021-06-17T12:33:55.649Z] #50 4.141 + export GOPATH=/tmp/tmp.RvqROD1l8V [2021-06-17T12:33:55.649Z] #50 4.141 + GOPATH=/tmp/tmp.RvqROD1l8V [2021-06-17T12:33:55.649Z] #50 4.141 + RM_GOPATH=1 [2021-06-17T12:33:55.649Z] #50 4.141 + case "$(go env GOARCH)" in [2021-06-17T12:33:55.649Z] #50 4.149 ++ go env GOARCH [2021-06-17T12:33:55.649Z] #50 4.154 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:33:55.649Z] #50 4.154 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:33:55.649Z] #50 4.154 ++ dirname /tmp/install/install.sh [2021-06-17T12:33:55.649Z] #50 4.156 + dir=/tmp/install [2021-06-17T12:33:55.649Z] #50 4.156 + bin=golangci_lint [2021-06-17T12:33:55.649Z] #50 4.156 + shift [2021-06-17T12:33:55.649Z] #50 4.156 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-17T12:33:55.649Z] #50 4.156 + . /tmp/install/golangci_lint.installer [2021-06-17T12:33:55.649Z] #50 4.156 ++ : v1.23.8 [2021-06-17T12:33:55.649Z] #50 4.156 + install_golangci_lint [2021-06-17T12:33:55.649Z] #50 4.156 + set -e [2021-06-17T12:33:55.649Z] #50 4.156 + export GO111MODULE=on [2021-06-17T12:33:55.649Z] #50 4.156 + GO111MODULE=on [2021-06-17T12:33:55.649Z] #50 4.156 + GOBIN=/build [2021-06-17T12:33:55.649Z] #50 4.156 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-17T12:33:55.649Z] #50 4.638 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-17T12:33:55.649Z] #50 ... [2021-06-17T12:33:55.649Z] [2021-06-17T12:33:55.649Z] #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-06-17T12:33:55.649Z] #34 sha256:16d8f4d40e91b0498deee568224701114d0b85063a60b344bdc405eb09320d2c [2021-06-17T12:33:55.649Z] #34 4.931 Install go-toml version v1.8.1 [2021-06-17T12:33:55.649Z] #34 5.150 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-17T12:33:55.649Z] #34 8.879 github.com/pelletier/go-toml [2021-06-17T12:33:55.909Z] #34 ... [2021-06-17T12:33:55.909Z] [2021-06-17T12:33:55.909Z] #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-06-17T12:33:55.909Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:33:55.909Z] #36 6.633 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:33:55.909Z] #36 6.804 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:33:55.909Z] #36 6.806 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:33:55.909Z] #36 8.526 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:33:55.909Z] #36 10.77 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:33:55.909Z] #36 ... [2021-06-17T12:33:55.909Z] [2021-06-17T12:33:55.909Z] #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-06-17T12:33:55.909Z] #56 sha256:cb33f2aa06ba0dbdce972c5d49d501db5a057b9274dcf7711f29c2d37908aaa9 [2021-06-17T12:33:55.909Z] #56 6.535 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:33:55.909Z] #56 6.643 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:33:55.910Z] #56 6.756 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:33:55.910Z] #56 8.364 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:33:55.910Z] #56 10.43 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:33:56.170Z] #56 ... [2021-06-17T12:33:56.170Z] [2021-06-17T12:33:56.170Z] #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-06-17T12:33:56.170Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:33:56.170Z] #40 5.662 + git clone https://github.com/docker/distribution.git . [2021-06-17T12:33:56.170Z] #40 5.664 Cloning into '.'... [2021-06-17T12:33:56.170Z] #40 ... [2021-06-17T12:33:56.170Z] [2021-06-17T12:33:56.170Z] #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-06-17T12:33:56.170Z] #59 sha256:9992702897f8ca2572072d3c25d5ade4337713f5c133160041b28c46d16b7283 [2021-06-17T12:33:56.170Z] #59 5.449 + RM_GOPATH=0 [2021-06-17T12:33:56.170Z] #59 5.449 + TMP_GOPATH= [2021-06-17T12:33:56.170Z] #59 5.449 + : /build [2021-06-17T12:33:56.170Z] #59 5.449 + '[' -z '' ']' [2021-06-17T12:33:56.170Z] #59 5.449 ++ mktemp -d [2021-06-17T12:33:56.170Z] #59 5.449 + export GOPATH=/tmp/tmp.tN17HUNzrg [2021-06-17T12:33:56.170Z] #59 5.449 + GOPATH=/tmp/tmp.tN17HUNzrg [2021-06-17T12:33:56.170Z] #59 5.449 + RM_GOPATH=1 [2021-06-17T12:33:56.170Z] #59 5.449 + case "$(go env GOARCH)" in [2021-06-17T12:33:56.170Z] #59 5.449 ++ go env GOARCH [2021-06-17T12:33:56.170Z] #59 5.471 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:33:56.170Z] #59 5.471 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:33:56.170Z] #59 5.471 ++ dirname /tmp/install/install.sh [2021-06-17T12:33:56.170Z] #59 5.482 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-17T12:33:56.170Z] #59 5.483 + dir=/tmp/install [2021-06-17T12:33:56.170Z] #59 5.483 + bin=rootlesskit [2021-06-17T12:33:56.170Z] #59 5.483 + shift [2021-06-17T12:33:56.170Z] #59 5.483 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-17T12:33:56.170Z] #59 5.483 + . /tmp/install/rootlesskit.installer [2021-06-17T12:33:56.170Z] #59 5.483 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-17T12:33:56.170Z] #59 5.483 + install_rootlesskit [2021-06-17T12:33:56.170Z] #59 5.483 + case "$1" in [2021-06-17T12:33:56.170Z] #59 5.483 + export CGO_ENABLED=0 [2021-06-17T12:33:56.170Z] #59 5.483 + CGO_ENABLED=0 [2021-06-17T12:33:56.170Z] #59 5.483 + _install_rootlesskit [2021-06-17T12:33:56.170Z] #59 5.483 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-17T12:33:56.170Z] #59 5.483 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.tN17HUNzrg/src/github.com/rootless-containers/rootlesskit [2021-06-17T12:33:56.170Z] #59 5.483 Cloning into '/tmp/tmp.tN17HUNzrg/src/github.com/rootless-containers/rootlesskit'... [2021-06-17T12:33:56.170Z] #59 11.20 + cd /tmp/tmp.tN17HUNzrg/src/github.com/rootless-containers/rootlesskit [2021-06-17T12:33:56.170Z] #59 11.21 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-17T12:33:56.170Z] #59 11.27 + export GO111MODULE=on [2021-06-17T12:33:56.170Z] #59 11.28 + GO111MODULE=on [2021-06-17T12:33:56.170Z] #59 11.28 + export GOPROXY=https://proxy.golang.org [2021-06-17T12:33:56.170Z] #59 11.28 + GOPROXY=https://proxy.golang.org [2021-06-17T12:33:56.170Z] #59 11.28 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-17T12:33:56.170Z] #59 11.28 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-17T12:33:56.354Z] #29 2.289 ############ 16.9% ########################## 37.3% ######################################## 56.6% ###################################################### 75.9% #################################################################### 94.9% ######################################################################## 100.0% [2021-06-17T12:33:56.354Z] #29 2.765 [2021-06-17T12:33:56.390Z] #54 ... [2021-06-17T12:33:56.390Z] [2021-06-17T12:33:56.390Z] #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-06-17T12:33:56.390Z] #15 sha256:58bb467fb5082385e77c411108906cde23ac136da1771d3e481a15a451965562 [2021-06-17T12:33:56.390Z] #15 DONE 1.3s [2021-06-17T12:33:56.390Z] [2021-06-17T12:33:56.390Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-17T12:33:56.390Z] #16 sha256:4712438b249bcc42580af81cb16f0c888a09cbf220871681026c6af279edb1ee [2021-06-17T12:33:56.764Z] ok github.com/docker/docker/builder/remotecontext/git 4.992s coverage: 86.3% of statements [2021-06-17T12:33:56.764Z] ? github.com/docker/docker/cli [no test files] [2021-06-17T12:33:56.764Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-17T12:33:57.115Z] #59 ... [2021-06-17T12:33:57.115Z] [2021-06-17T12:33:57.115Z] #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-06-17T12:33:57.115Z] #48 sha256:ace12bef0660de46147df87ff005b7d1c9b6d8e005e965ec9f1aa13703c5931c [2021-06-17T12:33:57.115Z] #48 12.21 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-17T12:33:57.327Z] #16 1.079 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-17T12:33:57.327Z] #16 DONE 1.2s [2021-06-17T12:33:57.327Z] [2021-06-17T12:33:57.327Z] #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-06-17T12:33:57.327Z] #46 sha256:efb9c1957cb99a9e62a74b242dd21af64f08c422a0de4130a1ad9cbe2ed886af [2021-06-17T12:33:57.327Z] #46 107.8 vendor/golang.org/x/net/idna [2021-06-17T12:33:57.327Z] #46 109.5 vendor/golang.org/x/net/http2/hpack [2021-06-17T12:33:57.327Z] #46 110.3 mime [2021-06-17T12:33:57.327Z] #46 112.6 mime/quotedprintable [2021-06-17T12:33:57.327Z] #46 113.1 net/http/internal [2021-06-17T12:33:57.586Z] #46 ... [2021-06-17T12:33:57.586Z] [2021-06-17T12:33:57.586Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-17T12:33:57.586Z] #17 sha256:703af3b0e6424990c5639009bce49ac860d8458dcacc8e05e90f843d940a1110 [2021-06-17T12:33:58.160Z] #29 2.877 ## 2.8% ####### 10.0% ########## 14.8% ############## 20.4% ################## 25.6% ###################### 30.8% ######################### 35.9% ############################# 41.2% ################################# 46.4% #################################### 50.9% ######################################### 57.7% ############################################# 62.9% ################################################# 68.1% #################################################### 73.4% ######################################################## 78.6% ############################################################ 83.8% ################################################################ 89.0% ################################################################### 94.2% ####################################################################### 99.3% ######################################################################## 100.0% [2021-06-17T12:33:58.160Z] #29 4.722 [2021-06-17T12:33:58.416Z] #29 4.929 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-17T12:33:58.416Z] #29 4.982 [2021-06-17T12:33:58.525Z] #17 ... [2021-06-17T12:33:58.525Z] [2021-06-17T12:33:58.525Z] #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-06-17T12:33:58.525Z] #59 sha256:de6afc681806a3586dab96531943e20f2feb4998848d0b016af82baf39d99085 [2021-06-17T12:33:58.525Z] #59 109.5 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-17T12:33:58.525Z] #59 109.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-17T12:33:58.525Z] #59 DONE 116.1s [2021-06-17T12:33:58.525Z] [2021-06-17T12:33:58.525Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-17T12:33:58.525Z] #60 sha256:4eb2404d400915e3180df6776816b75778242a2434abaa613072dc80af306f07 [2021-06-17T12:33:58.525Z] #60 DONE 0.1s [2021-06-17T12:33:58.525Z] [2021-06-17T12:33:58.525Z] #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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:33:58.525Z] #32 sha256:dce599a86d52e6786bdd2988f5e04cbd45284930924eba39d9761c368e1d197d [2021-06-17T12:33:58.525Z] #32 ... [2021-06-17T12:33:58.525Z] [2021-06-17T12:33:58.525Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-17T12:33:58.525Z] #61 sha256:e1a8a57f697bda5eaea222be985c2237f86955ff5ca10926265e530986aac516 [2021-06-17T12:33:58.525Z] #61 DONE 0.1s [2021-06-17T12:33:58.672Z] #29 5.025 ######################################################################## 100.0% [2021-06-17T12:33:58.672Z] #29 5.060 [2021-06-17T12:33:58.672Z] #29 5.255 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-17T12:33:58.672Z] #29 5.311 [2021-06-17T12:33:58.784Z] [2021-06-17T12:33:58.784Z] #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-06-17T12:33:58.784Z] #46 sha256:efb9c1957cb99a9e62a74b242dd21af64f08c422a0de4130a1ad9cbe2ed886af [2021-06-17T12:33:58.927Z] #29 5.365 ######################################################################## 100.0% [2021-06-17T12:33:58.927Z] #29 5.461 [2021-06-17T12:33:59.078Z] #46 ... [2021-06-17T12:33:59.078Z] [2021-06-17T12:33:59.078Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-17T12:33:59.078Z] #17 sha256:703af3b0e6424990c5639009bce49ac860d8458dcacc8e05e90f843d940a1110 [2021-06-17T12:33:59.078Z] #17 DONE 1.5s [2021-06-17T12:33:59.078Z] [2021-06-17T12:33:59.078Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-17T12:33:59.078Z] #18 sha256:9eb46e3f4218141522d2de902e090403622b4e8494b7bea52ad34d6941e65d44 [2021-06-17T12:33:59.183Z] #29 5.660 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-17T12:33:59.183Z] #29 5.719 [2021-06-17T12:33:59.463Z] #44 ... [2021-06-17T12:33:59.463Z] [2021-06-17T12:33:59.463Z] #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-06-17T12:33:59.463Z] #12 sha256:404d6ac784bfa01d4931c3417807b6e230ae87a353cc9e793536daa28023c7f6 [2021-06-17T12:33:59.463Z] #12 DONE 5.3s [2021-06-17T12:33:59.463Z] [2021-06-17T12:33:59.463Z] #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-06-17T12:33:59.463Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:33:59.952Z] #29 5.831 ########### 16.6% ######################### 34.8% ###################################### 52.9% ################################################### 70.9% ################################################################ 89.0% ######################################################################## 100.0% [2021-06-17T12:33:59.952Z] #29 6.333 [2021-06-17T12:33:59.952Z] #29 6.571 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-17T12:34:00.208Z] #29 6.623 [2021-06-17T12:34:00.208Z] #29 6.672 ######################################################################## 100.0% [2021-06-17T12:34:00.208Z] #29 6.716 [2021-06-17T12:34:00.464Z] #29 6.880 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-17T12:34:00.464Z] #29 6.934 [2021-06-17T12:34:00.464Z] #29 6.989 ######################################################################## 100.0% [2021-06-17T12:34:00.464Z] #29 7.028 [2021-06-17T12:34:00.464Z] #29 7.037 Download of images into '/build' complete. [2021-06-17T12:34:00.719Z] #29 7.038 Use something like the following to load the result into a Docker daemon: [2021-06-17T12:34:00.719Z] #29 7.038 tar -cC '/build' . | docker load [2021-06-17T12:34:00.977Z] #29 ... [2021-06-17T12:34:00.977Z] [2021-06-17T12:34:00.977Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-17T12:34:00.977Z] #10 sha256:7f6eb43c8ad762107fb11b9dc5bf1c30efa1cf78d664ea7df9c142c5fd039145 [2021-06-17T12:34:00.977Z] #10 DONE 5.6s [2021-06-17T12:34:00.977Z] [2021-06-17T12:34:00.977Z] #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-06-17T12:34:00.977Z] #11 sha256:7da304b136cf5131f0f1c5da04ac876076e364d833c785923f42ac14adf08875 [2021-06-17T12:34:00.977Z] ok github.com/docker/docker/client 0.232s coverage: 75.5% of statements [2021-06-17T12:34:01.044Z] #18 DONE 2.1s [2021-06-17T12:34:01.044Z] [2021-06-17T12:34:01.044Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-17T12:34:01.044Z] #19 sha256:d7736cd0318da8666a4c89d87a6e170a3bcc50d1010d975b61582ec08385f50d [2021-06-17T12:34:01.233Z] #11 ... [2021-06-17T12:34:01.233Z] [2021-06-17T12:34:01.233Z] #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-06-17T12:34:01.233Z] #29 sha256:ddc537e1d41930aa07b3dde07b6f65014373d1e6b1b32ed5e6bd7a10588378c0 [2021-06-17T12:34:01.233Z] #29 DONE 7.9s [2021-06-17T12:34:01.340Z] #48 ... [2021-06-17T12:34:01.340Z] [2021-06-17T12:34:01.340Z] #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-06-17T12:34:01.340Z] #24 sha256:6dd2f2439de4e379f51a08ff3c5360c1848b1a963d7086b89b02c4298312da65 [2021-06-17T12:34:01.340Z] #24 15.13 + mkdir -p /build [2021-06-17T12:34:01.340Z] #24 15.13 + mv docker/docker /build/ [2021-06-17T12:34:01.340Z] #24 15.14 + rmdir docker [2021-06-17T12:34:01.340Z] #24 DONE 15.7s [2021-06-17T12:34:01.340Z] [2021-06-17T12:34:01.340Z] #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-06-17T12:34:01.340Z] #50 sha256:26f75c07b8f90fd6df423fd3be410050162a840d6df8c7fe22067681ca003cdb [2021-06-17T12:34:01.340Z] #50 14.87 go: downloading github.com/fatih/color v1.7.0 [2021-06-17T12:34:01.340Z] #50 14.91 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-17T12:34:01.340Z] #50 15.02 go: downloading github.com/pkg/errors v0.8.1 [2021-06-17T12:34:01.340Z] #50 15.04 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-17T12:34:01.340Z] #50 15.16 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-17T12:34:01.340Z] #50 15.64 go: downloading github.com/spf13/viper v1.6.1 [2021-06-17T12:34:01.340Z] #50 16.28 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-17T12:34:01.340Z] #50 16.33 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-17T12:34:01.340Z] #50 16.56 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-17T12:34:01.490Z] [2021-06-17T12:34:01.490Z] #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-06-17T12:34:01.490Z] #11 sha256:7da304b136cf5131f0f1c5da04ac876076e364d833c785923f42ac14adf08875 [2021-06-17T12:34:01.915Z] #50 16.90 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-17T12:34:01.998Z] #13 3.084 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-17T12:34:02.059Z] #11 DONE 1.0s [2021-06-17T12:34:02.059Z] [2021-06-17T12:34:02.059Z] #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-06-17T12:34:02.059Z] #59 sha256:76e49b51d7e566a7b5b6b5259fc0101eb10229d3cec7530df16a64b7de31c7a9 [2021-06-17T12:34:02.059Z] #59 ... [2021-06-17T12:34:02.059Z] [2021-06-17T12:34:02.059Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-17T12:34:02.059Z] #39 sha256:f0e9c165c35c5ee9245168d068a6af2614d14d81ad856edc1e240f42cd29f71c [2021-06-17T12:34:02.059Z] #39 DONE 0.2s [2021-06-17T12:34:02.256Z] #13 3.153 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:34:02.256Z] #13 3.180 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:34:02.256Z] #13 3.210 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:34:02.315Z] [2021-06-17T12:34:02.315Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-17T12:34:02.315Z] #31 sha256:9d7e2e124e11ca77f63dad3cf223173f71cf163849e8ee5c9728eb22a8d1f98f [2021-06-17T12:34:02.315Z] #31 DONE 0.2s [2021-06-17T12:34:02.315Z] [2021-06-17T12:34:02.315Z] #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-06-17T12:34:02.315Z] #43 sha256:0803015c9504144177fc58ab0560e49a3b6af4bfe9e262f335a2fdf9ab4cd1a2 [2021-06-17T12:34:02.315Z] #43 DONE 0.3s [2021-06-17T12:34:02.315Z] [2021-06-17T12:34:02.315Z] #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-06-17T12:34:02.315Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:02.424Z] #19 DONE 1.3s [2021-06-17T12:34:02.424Z] [2021-06-17T12:34:02.424Z] #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-06-17T12:34:02.424Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:34:02.858Z] #50 17.75 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-17T12:34:02.858Z] #50 17.95 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-17T12:34:03.189Z] #13 4.167 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-17T12:34:03.759Z] #13 ... [2021-06-17T12:34:03.759Z] [2021-06-17T12:34:03.759Z] #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-06-17T12:34:03.759Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:03.759Z] #36 7.678 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:34:03.759Z] #36 7.725 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:34:03.759Z] #36 7.725 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:34:03.759Z] #36 8.645 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:34:03.759Z] #36 ... [2021-06-17T12:34:03.759Z] [2021-06-17T12:34:03.759Z] #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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:34:03.759Z] #32 sha256:dce599a86d52e6786bdd2988f5e04cbd45284930924eba39d9761c368e1d197d [2021-06-17T12:34:03.759Z] #32 7.113 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-17T12:34:03.759Z] #32 7.113 Cloning into '.'... [2021-06-17T12:34:03.801Z] #20 1.516 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-17T12:34:04.017Z] #32 ... [2021-06-17T12:34:04.017Z] [2021-06-17T12:34:04.017Z] #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-06-17T12:34:04.017Z] #56 sha256:cb33f2aa06ba0dbdce972c5d49d501db5a057b9274dcf7711f29c2d37908aaa9 [2021-06-17T12:34:04.017Z] #56 7.346 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:34:04.017Z] #56 7.381 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:34:04.017Z] #56 7.381 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:34:04.017Z] #56 8.610 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:34:04.060Z] #20 1.614 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:34:04.060Z] #20 1.716 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:34:04.241Z] #50 ... [2021-06-17T12:34:04.241Z] [2021-06-17T12:34:04.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-06-17T12:34:04.241Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:04.241Z] #13 5.956 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-17T12:34:04.241Z] #13 7.967 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:34:04.241Z] #13 9.938 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:34:04.241Z] #13 12.19 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:34:04.241Z] #13 ... [2021-06-17T12:34:04.241Z] [2021-06-17T12:34:04.241Z] #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-06-17T12:34:04.241Z] #59 sha256:9992702897f8ca2572072d3c25d5ade4337713f5c133160041b28c46d16b7283 [2021-06-17T12:34:04.241Z] #59 12.82 go: downloading github.com/pkg/errors v0.9.1 [2021-06-17T12:34:04.241Z] #59 12.82 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-17T12:34:04.241Z] #59 12.91 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-17T12:34:04.241Z] #59 13.67 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-17T12:34:04.241Z] #59 17.61 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-17T12:34:04.241Z] #59 18.02 go: downloading github.com/google/uuid v1.2.0 [2021-06-17T12:34:04.241Z] #59 18.09 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-17T12:34:04.241Z] #59 18.13 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-17T12:34:04.241Z] #59 18.20 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-17T12:34:04.241Z] #59 18.26 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-17T12:34:04.241Z] #59 18.49 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-17T12:34:04.241Z] #59 18.88 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-17T12:34:04.241Z] #59 19.02 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-17T12:34:04.275Z] #56 ... [2021-06-17T12:34:04.275Z] [2021-06-17T12:34:04.275Z] #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-06-17T12:34:04.275Z] #52 sha256:839a0c1e6e377a35338cbed3ada9a70dc0f10a65b760653f89ea6e9ec71d38da [2021-06-17T12:34:04.275Z] #52 5.722 + RM_GOPATH=0 [2021-06-17T12:34:04.275Z] #52 5.722 + TMP_GOPATH= [2021-06-17T12:34:04.275Z] #52 5.722 + : /build [2021-06-17T12:34:04.275Z] #52 5.722 + '[' -z '' ']' [2021-06-17T12:34:04.275Z] #52 5.722 ++ mktemp -d [2021-06-17T12:34:04.275Z] #52 5.722 + export GOPATH=/tmp/tmp.5o7iBPDFok [2021-06-17T12:34:04.275Z] #52 5.722 + GOPATH=/tmp/tmp.5o7iBPDFok [2021-06-17T12:34:04.275Z] #52 5.722 + RM_GOPATH=1 [2021-06-17T12:34:04.275Z] #52 5.722 + case "$(go env GOARCH)" in [2021-06-17T12:34:04.275Z] #52 5.722 ++ go env GOARCH [2021-06-17T12:34:04.275Z] #52 5.739 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-17T12:34:04.275Z] #52 5.741 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:04.275Z] #52 5.741 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:04.275Z] #52 5.741 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:04.275Z] #52 5.741 + dir=/tmp/install [2021-06-17T12:34:04.275Z] #52 5.741 + bin=shfmt [2021-06-17T12:34:04.275Z] #52 5.741 + shift [2021-06-17T12:34:04.275Z] #52 5.741 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-17T12:34:04.275Z] #52 5.741 + . /tmp/install/shfmt.installer [2021-06-17T12:34:04.275Z] #52 5.741 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-17T12:34:04.275Z] #52 5.741 + install_shfmt [2021-06-17T12:34:04.275Z] #52 5.741 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-17T12:34:04.275Z] #52 5.741 + git clone https://github.com/mvdan/sh.git /tmp/tmp.5o7iBPDFok/src/github.com/mvdan/sh [2021-06-17T12:34:04.275Z] #52 5.741 Cloning into '/tmp/tmp.5o7iBPDFok/src/github.com/mvdan/sh'... [2021-06-17T12:34:04.275Z] #52 ... [2021-06-17T12:34:04.275Z] [2021-06-17T12:34:04.275Z] #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-06-17T12:34:04.275Z] #59 sha256:7cb9eb121dc793d518630ba94819576f348b949b415c6fcb382c142660e57978 [2021-06-17T12:34:04.275Z] #59 5.464 + RM_GOPATH=0 [2021-06-17T12:34:04.275Z] #59 5.464 + TMP_GOPATH= [2021-06-17T12:34:04.275Z] #59 5.464 + : /build [2021-06-17T12:34:04.275Z] #59 5.464 + '[' -z '' ']' [2021-06-17T12:34:04.275Z] #59 5.464 ++ mktemp -d [2021-06-17T12:34:04.275Z] #59 5.464 + export GOPATH=/tmp/tmp.U9CJsZZ3K9 [2021-06-17T12:34:04.275Z] #59 5.464 + GOPATH=/tmp/tmp.U9CJsZZ3K9 [2021-06-17T12:34:04.275Z] #59 5.464 + RM_GOPATH=1 [2021-06-17T12:34:04.275Z] #59 5.464 + case "$(go env GOARCH)" in [2021-06-17T12:34:04.275Z] #59 5.464 ++ go env GOARCH [2021-06-17T12:34:04.275Z] #59 5.471 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:04.275Z] #59 5.471 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:04.275Z] #59 5.473 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:04.275Z] #59 5.473 + dir=/tmp/install [2021-06-17T12:34:04.275Z] #59 5.473 + bin=rootlesskit [2021-06-17T12:34:04.275Z] #59 5.473 + shift [2021-06-17T12:34:04.275Z] #59 5.473 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-17T12:34:04.275Z] #59 5.473 + . /tmp/install/rootlesskit.installer [2021-06-17T12:34:04.275Z] #59 5.473 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-17T12:34:04.275Z] #59 5.473 + install_rootlesskit [2021-06-17T12:34:04.275Z] #59 5.473 + case "$1" in [2021-06-17T12:34:04.275Z] #59 5.473 + export CGO_ENABLED=0 [2021-06-17T12:34:04.275Z] #59 5.473 + CGO_ENABLED=0 [2021-06-17T12:34:04.275Z] #59 5.473 + _install_rootlesskit [2021-06-17T12:34:04.275Z] #59 5.476 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-17T12:34:04.275Z] #59 5.476 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.U9CJsZZ3K9/src/github.com/rootless-containers/rootlesskit [2021-06-17T12:34:04.275Z] #59 5.476 Cloning into '/tmp/tmp.U9CJsZZ3K9/src/github.com/rootless-containers/rootlesskit'... [2021-06-17T12:34:04.275Z] #59 5.476 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-17T12:34:04.275Z] #59 8.990 + cd /tmp/tmp.U9CJsZZ3K9/src/github.com/rootless-containers/rootlesskit [2021-06-17T12:34:04.275Z] #59 8.995 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-17T12:34:04.275Z] #59 9.044 + export GO111MODULE=on [2021-06-17T12:34:04.275Z] #59 9.049 + GO111MODULE=on [2021-06-17T12:34:04.275Z] #59 9.049 + export GOPROXY=https://proxy.golang.org [2021-06-17T12:34:04.275Z] #59 9.050 + GOPROXY=https://proxy.golang.org [2021-06-17T12:34:04.275Z] #59 9.050 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-17T12:34:04.275Z] #59 9.051 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-17T12:34:04.318Z] #20 1.887 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:34:04.534Z] #59 10.71 go: downloading github.com/pkg/errors v0.9.1 [2021-06-17T12:34:04.534Z] #59 10.71 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-17T12:34:04.534Z] #59 10.77 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-17T12:34:04.534Z] #59 ... [2021-06-17T12:34:04.534Z] [2021-06-17T12:34:04.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-06-17T12:34:04.534Z] #46 sha256:5ac012f91e5187482f0e6086050e9b7da317181162c521e04e11e0b64da5a927 [2021-06-17T12:34:04.534Z] #46 6.202 + RM_GOPATH=0 [2021-06-17T12:34:04.534Z] #46 6.202 + TMP_GOPATH= [2021-06-17T12:34:04.534Z] #46 6.202 + : /build [2021-06-17T12:34:04.534Z] #46 6.202 + '[' -z '' ']' [2021-06-17T12:34:04.534Z] #46 6.202 ++ mktemp -d [2021-06-17T12:34:04.534Z] #46 6.202 + export GOPATH=/tmp/tmp.X7A7muKPeb [2021-06-17T12:34:04.534Z] #46 6.202 + GOPATH=/tmp/tmp.X7A7muKPeb [2021-06-17T12:34:04.534Z] #46 6.202 + RM_GOPATH=1 [2021-06-17T12:34:04.534Z] #46 6.202 + case "$(go env GOARCH)" in [2021-06-17T12:34:04.534Z] #46 6.202 ++ go env GOARCH [2021-06-17T12:34:04.534Z] #46 6.211 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:04.534Z] #46 6.211 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:04.534Z] #46 6.211 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:04.534Z] #46 6.222 + dir=/tmp/install [2021-06-17T12:34:04.534Z] #46 6.222 + bin=vndr [2021-06-17T12:34:04.534Z] #46 6.222 + shift [2021-06-17T12:34:04.534Z] #46 6.222 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-17T12:34:04.534Z] #46 6.222 + . /tmp/install/vndr.installer [2021-06-17T12:34:04.534Z] #46 6.222 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-17T12:34:04.534Z] #46 6.222 + install_vndr [2021-06-17T12:34:04.534Z] #46 6.222 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-17T12:34:04.534Z] #46 6.222 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.X7A7muKPeb/src/github.com/LK4D4/vndr [2021-06-17T12:34:04.534Z] #46 6.222 Cloning into '/tmp/tmp.X7A7muKPeb/src/github.com/LK4D4/vndr'... [2021-06-17T12:34:04.534Z] #46 6.222 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-17T12:34:04.534Z] #46 6.969 + cd /tmp/tmp.X7A7muKPeb/src/github.com/LK4D4/vndr [2021-06-17T12:34:04.534Z] #46 6.969 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-17T12:34:04.534Z] #46 6.981 + go build -buildmode=pie -v -o /build/vndr . [2021-06-17T12:34:04.534Z] #46 8.241 internal/unsafeheader [2021-06-17T12:34:04.534Z] #46 8.325 internal/cpu [2021-06-17T12:34:04.534Z] #46 8.347 runtime/internal/atomic [2021-06-17T12:34:04.534Z] #46 8.788 runtime/internal/sys [2021-06-17T12:34:04.534Z] #46 9.115 runtime/internal/math [2021-06-17T12:34:04.534Z] #46 9.219 internal/race [2021-06-17T12:34:04.534Z] #46 9.269 internal/bytealg [2021-06-17T12:34:04.534Z] #46 9.383 sync/atomic [2021-06-17T12:34:04.534Z] #46 9.844 unicode [2021-06-17T12:34:04.534Z] #46 10.66 runtime [2021-06-17T12:34:04.534Z] #46 ... [2021-06-17T12:34:04.534Z] [2021-06-17T12:34:04.534Z] #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-06-17T12:34:04.534Z] #50 sha256:412422c0ba307e37b8224e794af0e5c79fd9031c05751c88b14faba17d30537f [2021-06-17T12:34:04.534Z] #50 6.027 + RM_GOPATH=0 [2021-06-17T12:34:04.534Z] #50 6.027 + TMP_GOPATH= [2021-06-17T12:34:04.534Z] #50 6.027 + : /build [2021-06-17T12:34:04.534Z] #50 6.027 + '[' -z '' ']' [2021-06-17T12:34:04.534Z] #50 6.027 ++ mktemp -d [2021-06-17T12:34:04.534Z] #50 6.027 + export GOPATH=/tmp/tmp.LY76mFV0FB [2021-06-17T12:34:04.534Z] #50 6.027 + GOPATH=/tmp/tmp.LY76mFV0FB [2021-06-17T12:34:04.534Z] #50 6.027 + RM_GOPATH=1 [2021-06-17T12:34:04.534Z] #50 6.027 + case "$(go env GOARCH)" in [2021-06-17T12:34:04.534Z] #50 6.034 ++ go env GOARCH [2021-06-17T12:34:04.534Z] #50 6.042 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:04.534Z] #50 6.042 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:04.534Z] #50 6.042 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:04.534Z] #50 6.042 + dir=/tmp/install [2021-06-17T12:34:04.534Z] #50 6.042 + bin=golangci_lint [2021-06-17T12:34:04.534Z] #50 6.042 + shift [2021-06-17T12:34:04.534Z] #50 6.042 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-17T12:34:04.534Z] #50 6.042 + . /tmp/install/golangci_lint.installer [2021-06-17T12:34:04.534Z] #50 6.042 ++ : v1.23.8 [2021-06-17T12:34:04.534Z] #50 6.042 + install_golangci_lint [2021-06-17T12:34:04.534Z] #50 6.042 + set -e [2021-06-17T12:34:04.534Z] #50 6.042 + export GO111MODULE=on [2021-06-17T12:34:04.534Z] #50 6.042 + GO111MODULE=on [2021-06-17T12:34:04.534Z] #50 6.042 + GOBIN=/build [2021-06-17T12:34:04.534Z] #50 6.042 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-17T12:34:04.534Z] #50 6.727 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-17T12:34:04.577Z] #20 2.060 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-17T12:34:04.791Z] #50 ... [2021-06-17T12:34:04.791Z] [2021-06-17T12:34:04.791Z] #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-06-17T12:34:04.791Z] #24 sha256:8ca52b3e416fc7533651f0b735f387aa3566cd8477cb705407bab9cbf966b50b [2021-06-17T12:34:04.791Z] #24 7.062 + RM_GOPATH=0 [2021-06-17T12:34:04.791Z] #24 7.062 + TMP_GOPATH= [2021-06-17T12:34:04.791Z] #24 7.062 + : /build [2021-06-17T12:34:04.791Z] #24 7.062 + '[' -z '' ']' [2021-06-17T12:34:04.791Z] #24 7.062 ++ mktemp -d [2021-06-17T12:34:04.791Z] #24 7.062 + export GOPATH=/tmp/tmp.JlrYOhDDDr [2021-06-17T12:34:04.791Z] #24 7.062 + GOPATH=/tmp/tmp.JlrYOhDDDr [2021-06-17T12:34:04.791Z] #24 7.062 + RM_GOPATH=1 [2021-06-17T12:34:04.791Z] #24 7.062 + case "$(go env GOARCH)" in [2021-06-17T12:34:04.791Z] #24 7.063 ++ go env GOARCH [2021-06-17T12:34:04.791Z] #24 7.091 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:04.791Z] #24 7.091 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:04.791Z] #24 7.091 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:04.791Z] #24 7.093 Install docker/cli version 17.06.2-ce from stable [2021-06-17T12:34:04.791Z] #24 7.098 + dir=/tmp/install [2021-06-17T12:34:04.791Z] #24 7.098 + bin=dockercli [2021-06-17T12:34:04.791Z] #24 7.098 + shift [2021-06-17T12:34:04.791Z] #24 7.098 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-17T12:34:04.791Z] #24 7.098 + . /tmp/install/dockercli.installer [2021-06-17T12:34:04.791Z] #24 7.098 ++ : stable [2021-06-17T12:34:04.791Z] #24 7.098 ++ : 17.06.2-ce [2021-06-17T12:34:04.791Z] #24 7.098 + install_dockercli [2021-06-17T12:34:04.791Z] #24 7.098 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-17T12:34:04.791Z] #24 7.103 ++ uname -m [2021-06-17T12:34:04.791Z] #24 7.103 + arch=x86_64 [2021-06-17T12:34:04.791Z] #24 7.103 + '[' x86_64 '!=' x86_64 ']' [2021-06-17T12:34:04.791Z] #24 7.103 + url=https://download.docker.com/linux/static [2021-06-17T12:34:04.791Z] #24 7.104 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-17T12:34:04.791Z] #24 7.106 + tar -xz docker/docker [2021-06-17T12:34:04.791Z] #24 ... [2021-06-17T12:34:04.791Z] [2021-06-17T12:34:04.791Z] #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-06-17T12:34:04.791Z] #48 sha256:76beea00e13c1f6fbaa1aab3d3c641ae8d4f91a0fa7d343ca0ec8fa75ed5d0c8 [2021-06-17T12:34:04.791Z] #48 6.789 + RM_GOPATH=0 [2021-06-17T12:34:04.791Z] #48 6.789 + TMP_GOPATH= [2021-06-17T12:34:04.791Z] #48 6.789 + : /build [2021-06-17T12:34:04.791Z] #48 6.789 + '[' -z '' ']' [2021-06-17T12:34:04.791Z] #48 6.789 ++ mktemp -d [2021-06-17T12:34:04.791Z] #48 6.798 + export GOPATH=/tmp/tmp.Bnwjirgq3x [2021-06-17T12:34:04.791Z] #48 6.798 + GOPATH=/tmp/tmp.Bnwjirgq3x [2021-06-17T12:34:04.791Z] #48 6.798 + RM_GOPATH=1 [2021-06-17T12:34:04.791Z] #48 6.798 + case "$(go env GOARCH)" in [2021-06-17T12:34:04.791Z] #48 6.798 ++ go env GOARCH [2021-06-17T12:34:04.791Z] #48 6.820 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:04.791Z] #48 6.820 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:04.791Z] #48 6.820 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:04.791Z] #48 6.820 + dir=/tmp/install [2021-06-17T12:34:04.818Z] #59 ... [2021-06-17T12:34:04.818Z] [2021-06-17T12:34:04.818Z] #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-06-17T12:34:04.818Z] #34 sha256:16d8f4d40e91b0498deee568224701114d0b85063a60b344bdc405eb09320d2c [2021-06-17T12:34:04.818Z] #34 17.28 github.com/pelletier/go-toml/cmd/tomll [2021-06-17T12:34:04.818Z] #34 DONE 19.9s [2021-06-17T12:34:04.818Z] [2021-06-17T12:34:04.818Z] #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-06-17T12:34:04.818Z] #52 sha256:7d781397991fbc213f8eaa938a33a3a8fe814ad643ee2e9278a5ac39e4133766 [2021-06-17T12:34:04.818Z] #52 13.66 + cd /tmp/tmp.qXEJvGjj8P/src/github.com/mvdan/sh [2021-06-17T12:34:04.818Z] #52 13.66 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-17T12:34:04.818Z] #52 13.78 + GO111MODULE=on [2021-06-17T12:34:04.818Z] #52 13.79 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-17T12:34:04.818Z] #52 14.99 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-17T12:34:04.818Z] #52 15.00 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-17T12:34:04.818Z] #52 15.10 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-17T12:34:04.818Z] #52 17.53 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-17T12:34:05.048Z] #48 6.820 + bin=gotestsum [2021-06-17T12:34:05.048Z] #48 6.820 + shift [2021-06-17T12:34:05.048Z] #48 6.820 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-17T12:34:05.048Z] #48 6.820 + . /tmp/install/gotestsum.installer [2021-06-17T12:34:05.048Z] #48 6.820 ++ : v0.5.3 [2021-06-17T12:34:05.048Z] #48 6.820 + install_gotestsum [2021-06-17T12:34:05.048Z] #48 6.820 + set -e [2021-06-17T12:34:05.048Z] #48 6.820 + export GO111MODULE=on [2021-06-17T12:34:05.048Z] #48 6.820 + GO111MODULE=on [2021-06-17T12:34:05.048Z] #48 6.820 + GOBIN=/build [2021-06-17T12:34:05.048Z] #48 6.821 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-17T12:34:05.048Z] #48 7.618 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-17T12:34:05.048Z] #48 9.395 go: downloading github.com/fatih/color v1.9.0 [2021-06-17T12:34:05.048Z] #48 9.396 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-17T12:34:05.048Z] #48 9.425 go: downloading github.com/pkg/errors v0.9.1 [2021-06-17T12:34:05.048Z] #48 9.427 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-17T12:34:05.048Z] #48 9.791 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-17T12:34:05.048Z] #48 9.797 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-17T12:34:05.048Z] #48 9.941 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-17T12:34:05.048Z] #48 10.01 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-17T12:34:05.048Z] #48 10.17 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-17T12:34:05.048Z] #48 11.04 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-17T12:34:05.048Z] #48 ... [2021-06-17T12:34:05.048Z] [2021-06-17T12:34:05.048Z] #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-06-17T12:34:05.048Z] #34 sha256:4335d5463844b19735b96829f2a7a4de2dd400190dc7e56f8170eda44e25c0ba [2021-06-17T12:34:05.048Z] #34 6.814 Install go-toml version v1.8.1 [2021-06-17T12:34:05.048Z] #34 8.005 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-17T12:34:05.048Z] #34 11.14 github.com/pelletier/go-toml [2021-06-17T12:34:05.305Z] #34 ... [2021-06-17T12:34:05.305Z] [2021-06-17T12:34:05.305Z] #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-06-17T12:34:05.305Z] #59 sha256:7cb9eb121dc793d518630ba94819576f348b949b415c6fcb382c142660e57978 [2021-06-17T12:34:05.305Z] #59 11.42 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-17T12:34:05.513Z] #20 3.182 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:34:05.583Z] #44 ... [2021-06-17T12:34:05.584Z] [2021-06-17T12:34:05.584Z] #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-06-17T12:34:05.584Z] #12 sha256:404d6ac784bfa01d4931c3417807b6e230ae87a353cc9e793536daa28023c7f6 [2021-06-17T12:34:05.584Z] #12 DONE 3.0s [2021-06-17T12:34:05.584Z] [2021-06-17T12:34:05.584Z] #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-06-17T12:34:05.584Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:05.780Z] #52 ... [2021-06-17T12:34:05.780Z] [2021-06-17T12:34:05.780Z] #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-06-17T12:34:05.780Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:05.780Z] #44 10.55 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:34:05.780Z] #44 12.77 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:34:05.780Z] #44 15.60 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-06-17T12:34:05.780Z] #44 ... [2021-06-17T12:34:05.780Z] [2021-06-17T12:34:05.780Z] #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-06-17T12:34:05.780Z] #46 sha256:76a5118bb661680c55e5dd13732a52dfdf926666922fc659319acbdeae30d026 [2021-06-17T12:34:05.780Z] #46 13.29 unicode/utf8 [2021-06-17T12:34:05.780Z] #46 13.91 math/bits [2021-06-17T12:34:05.780Z] #46 14.56 math [2021-06-17T12:34:05.780Z] #46 19.40 encoding [2021-06-17T12:34:05.780Z] #46 19.57 unicode/utf16 [2021-06-17T12:34:05.780Z] #46 19.85 container/list [2021-06-17T12:34:05.780Z] #46 21.03 crypto/internal/subtle [2021-06-17T12:34:06.350Z] #46 21.24 crypto/subtle [2021-06-17T12:34:06.350Z] #46 21.38 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-17T12:34:06.610Z] #46 21.50 internal/nettrace [2021-06-17T12:34:06.610Z] #46 21.62 runtime/cgo [2021-06-17T12:34:06.610Z] #46 ... [2021-06-17T12:34:06.610Z] [2021-06-17T12:34:06.610Z] #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-06-17T12:34:06.610Z] #52 sha256:7d781397991fbc213f8eaa938a33a3a8fe814ad643ee2e9278a5ac39e4133766 [2021-06-17T12:34:06.610Z] #52 21.57 runtime [2021-06-17T12:34:06.890Z] #20 4.246 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:34:07.569Z] #52 ... [2021-06-17T12:34:07.569Z] [2021-06-17T12:34:07.569Z] #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-06-17T12:34:07.569Z] #56 sha256:cb33f2aa06ba0dbdce972c5d49d501db5a057b9274dcf7711f29c2d37908aaa9 [2021-06-17T12:34:07.569Z] #56 12.53 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:34:07.569Z] #56 ... [2021-06-17T12:34:07.569Z] [2021-06-17T12:34:07.569Z] #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-06-17T12:34:07.569Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:07.569Z] #36 12.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:34:07.825Z] #20 5.509 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:34:07.830Z] #36 ... [2021-06-17T12:34:07.830Z] [2021-06-17T12:34:07.830Z] #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-06-17T12:34:07.830Z] #50 sha256:26f75c07b8f90fd6df423fd3be410050162a840d6df8c7fe22067681ca003cdb [2021-06-17T12:34:07.830Z] #50 21.74 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-17T12:34:07.830Z] #50 21.75 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-17T12:34:07.830Z] #50 21.85 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-17T12:34:07.830Z] #50 22.03 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-17T12:34:07.830Z] #50 22.15 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-17T12:34:07.830Z] #50 22.23 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-17T12:34:07.830Z] #50 22.52 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-17T12:34:07.830Z] #50 22.53 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-17T12:34:07.830Z] #50 22.59 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-17T12:34:07.830Z] #50 22.69 go: downloading github.com/spf13/afero v1.1.2 [2021-06-17T12:34:07.830Z] #50 22.72 go: downloading github.com/spf13/cast v1.3.0 [2021-06-17T12:34:07.830Z] #50 22.80 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-17T12:34:07.830Z] #50 22.87 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-17T12:34:07.830Z] #50 22.90 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-17T12:34:07.830Z] #50 22.98 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-17T12:34:08.094Z] #50 23.12 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-17T12:34:08.354Z] #50 23.40 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-17T12:34:08.354Z] #50 23.50 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-17T12:34:08.598Z] #59 14.73 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-17T12:34:08.621Z] #50 23.58 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-17T12:34:08.621Z] #50 23.71 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-17T12:34:08.621Z] #50 23.76 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-17T12:34:08.621Z] #50 23.81 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-17T12:34:08.621Z] #50 23.86 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-17T12:34:09.193Z] #50 24.03 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-17T12:34:09.193Z] #50 24.10 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-17T12:34:09.193Z] #50 24.16 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-17T12:34:09.193Z] #50 24.21 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-17T12:34:09.193Z] #50 24.36 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-17T12:34:09.193Z] #50 24.42 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-17T12:34:09.529Z] #59 15.69 go: downloading github.com/google/uuid v1.2.0 [2021-06-17T12:34:09.529Z] #59 ... [2021-06-17T12:34:09.529Z] [2021-06-17T12:34:09.529Z] #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-06-17T12:34:09.529Z] #24 sha256:8ca52b3e416fc7533651f0b735f387aa3566cd8477cb705407bab9cbf966b50b [2021-06-17T12:34:09.529Z] #24 14.85 + mkdir -p /build [2021-06-17T12:34:09.529Z] #24 14.85 + mv docker/docker /build/ [2021-06-17T12:34:09.529Z] #24 14.85 + rmdir docker [2021-06-17T12:34:09.529Z] #24 DONE 15.7s [2021-06-17T12:34:09.529Z] [2021-06-17T12:34:09.530Z] #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-06-17T12:34:09.530Z] #59 sha256:7cb9eb121dc793d518630ba94819576f348b949b415c6fcb382c142660e57978 [2021-06-17T12:34:09.530Z] #59 15.73 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-17T12:34:09.530Z] #59 15.88 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-17T12:34:09.724Z] #20 ... [2021-06-17T12:34:09.725Z] [2021-06-17T12:34:09.725Z] #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-06-17T12:34:09.725Z] #46 sha256:efb9c1957cb99a9e62a74b242dd21af64f08c422a0de4130a1ad9cbe2ed886af [2021-06-17T12:34:09.725Z] #46 117.1 crypto/tls [2021-06-17T12:34:09.725Z] #46 124.6 net/http/httptrace [2021-06-17T12:34:09.725Z] #46 124.8 net/http [2021-06-17T12:34:09.725Z] #46 ... [2021-06-17T12:34:09.725Z] [2021-06-17T12:34:09.725Z] #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-06-17T12:34:09.725Z] #54 sha256:dd27ea8ee41ca9bd2ad2af17936f878fdbbc7625c0a0cb7247bdfae2a0960473 [2021-06-17T12:34:09.725Z] #54 12.90 + cd /tmp/tmp.aHt1Nsq5jY/src/github.com/opencontainers/runc [2021-06-17T12:34:09.725Z] #54 12.91 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:34:09.725Z] #54 13.51 + '[' -z '' ']' [2021-06-17T12:34:09.725Z] #54 13.51 + target=static [2021-06-17T12:34:09.725Z] #54 13.51 + make 'BUILDTAGS=seccomp ' static [2021-06-17T12:34:09.725Z] #54 13.77 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-06-17T12:34:09.763Z] #50 24.77 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-17T12:34:09.763Z] #50 24.82 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-17T12:34:09.763Z] #50 24.85 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-17T12:34:09.792Z] #59 15.99 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-17T12:34:09.792Z] #59 16.10 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-17T12:34:10.023Z] #50 25.11 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-17T12:34:10.023Z] #50 25.17 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-17T12:34:10.023Z] #50 25.26 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-17T12:34:10.285Z] #50 25.36 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-17T12:34:10.385Z] #59 16.60 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-17T12:34:10.839Z] #13 ... [2021-06-17T12:34:10.839Z] [2021-06-17T12:34:10.839Z] #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-06-17T12:34:10.839Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:10.839Z] #44 6.748 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:34:10.839Z] #44 6.848 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:34:10.839Z] #44 6.848 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:34:10.839Z] #44 7.406 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-06-17T12:34:10.839Z] #44 7.936 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:34:10.855Z] #50 25.77 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-17T12:34:10.855Z] #50 25.82 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-17T12:34:10.855Z] #50 25.85 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-17T12:34:10.855Z] #50 25.94 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-17T12:34:10.855Z] #50 26.08 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-17T12:34:11.115Z] #50 26.13 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-17T12:34:11.373Z] #59 17.44 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-17T12:34:11.373Z] #59 ... [2021-06-17T12:34:11.373Z] [2021-06-17T12:34:11.373Z] #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-06-17T12:34:11.373Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:34:11.373Z] #40 7.245 + git clone https://github.com/docker/distribution.git . [2021-06-17T12:34:11.373Z] #40 7.249 Cloning into '.'... [2021-06-17T12:34:11.373Z] #40 ... [2021-06-17T12:34:11.373Z] [2021-06-17T12:34:11.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-06-17T12:34:11.373Z] #52 sha256:839a0c1e6e377a35338cbed3ada9a70dc0f10a65b760653f89ea6e9ec71d38da [2021-06-17T12:34:11.373Z] #52 15.27 + cd /tmp/tmp.5o7iBPDFok/src/github.com/mvdan/sh [2021-06-17T12:34:11.373Z] #52 15.27 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-17T12:34:11.373Z] #52 15.35 + GO111MODULE=on [2021-06-17T12:34:11.373Z] #52 15.35 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-17T12:34:11.373Z] #52 16.66 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-17T12:34:11.373Z] #52 16.70 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-17T12:34:11.373Z] #52 16.99 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-17T12:34:11.376Z] #50 26.43 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-17T12:34:11.640Z] #50 26.79 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-17T12:34:11.653Z] #52 ... [2021-06-17T12:34:11.653Z] [2021-06-17T12:34:11.653Z] #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-06-17T12:34:11.653Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:11.653Z] #44 7.654 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:34:11.653Z] #44 7.719 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:34:11.653Z] #44 7.721 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:34:11.653Z] #44 8.276 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-06-17T12:34:11.653Z] #44 8.868 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:34:11.653Z] #44 11.04 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:34:11.653Z] #44 13.41 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:34:11.653Z] #44 15.56 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-06-17T12:34:11.902Z] #50 26.81 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-17T12:34:11.902Z] #50 26.90 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-17T12:34:11.902Z] #50 26.92 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-17T12:34:11.902Z] #50 26.94 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-17T12:34:11.902Z] #50 27.04 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-17T12:34:11.920Z] #44 ... [2021-06-17T12:34:11.920Z] [2021-06-17T12:34:11.920Z] #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-06-17T12:34:11.920Z] #59 sha256:7cb9eb121dc793d518630ba94819576f348b949b415c6fcb382c142660e57978 [2021-06-17T12:34:11.920Z] #59 17.93 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-17T12:34:12.229Z] #44 ... [2021-06-17T12:34:12.229Z] [2021-06-17T12:34:12.229Z] #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-06-17T12:34:12.229Z] #34 sha256:dd25c62c3852e929e1950c7f3d69ccb98f6ac330225ea0feacced26a277811d3 [2021-06-17T12:34:12.229Z] #34 4.551 Install go-toml version v1.8.1 [2021-06-17T12:34:12.229Z] #34 5.085 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-17T12:34:12.229Z] #34 7.622 github.com/pelletier/go-toml [2021-06-17T12:34:12.229Z] #34 ... [2021-06-17T12:34:12.229Z] [2021-06-17T12:34:12.229Z] #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-06-17T12:34:12.229Z] #52 sha256:97526af1d7534027fe6442878a61026605499c0c8478a85222c71bc684ab77aa [2021-06-17T12:34:12.229Z] #52 6.686 + RM_GOPATH=0 [2021-06-17T12:34:12.229Z] #52 6.686 + TMP_GOPATH= [2021-06-17T12:34:12.229Z] #52 6.686 + : /build [2021-06-17T12:34:12.229Z] #52 6.686 + '[' -z '' ']' [2021-06-17T12:34:12.229Z] #52 6.699 ++ mktemp -d [2021-06-17T12:34:12.229Z] #52 6.699 + export GOPATH=/tmp/tmp.QDiXw1Wn8k [2021-06-17T12:34:12.229Z] #52 6.699 + GOPATH=/tmp/tmp.QDiXw1Wn8k [2021-06-17T12:34:12.229Z] #52 6.699 + RM_GOPATH=1 [2021-06-17T12:34:12.229Z] #52 6.699 + case "$(go env GOARCH)" in [2021-06-17T12:34:12.229Z] #52 6.699 ++ go env GOARCH [2021-06-17T12:34:12.229Z] #52 6.716 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:12.229Z] #52 6.716 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:12.229Z] #52 6.716 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:12.229Z] #52 6.749 + dir=/tmp/install [2021-06-17T12:34:12.229Z] #52 6.749 + bin=shfmt [2021-06-17T12:34:12.229Z] #52 6.749 + shift [2021-06-17T12:34:12.229Z] #52 6.749 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-17T12:34:12.229Z] #52 6.749 + . /tmp/install/shfmt.installer [2021-06-17T12:34:12.229Z] #52 6.749 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-17T12:34:12.229Z] #52 6.749 + install_shfmt [2021-06-17T12:34:12.229Z] #52 6.749 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-17T12:34:12.229Z] #52 6.749 + git clone https://github.com/mvdan/sh.git /tmp/tmp.QDiXw1Wn8k/src/github.com/mvdan/sh [2021-06-17T12:34:12.229Z] #52 6.749 Cloning into '/tmp/tmp.QDiXw1Wn8k/src/github.com/mvdan/sh'... [2021-06-17T12:34:12.229Z] #52 6.782 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-17T12:34:12.229Z] #52 ... [2021-06-17T12:34:12.229Z] [2021-06-17T12:34:12.229Z] #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-06-17T12:34:12.229Z] #46 sha256:c9bb6cc204887e09cd1094bc86977a4a90e5838420979de2d30fad843c71c3af [2021-06-17T12:34:12.229Z] #46 5.486 + RM_GOPATH=0 [2021-06-17T12:34:12.229Z] #46 5.486 + TMP_GOPATH= [2021-06-17T12:34:12.229Z] #46 5.486 + : /build [2021-06-17T12:34:12.229Z] #46 5.486 + '[' -z '' ']' [2021-06-17T12:34:12.229Z] #46 5.487 ++ mktemp -d [2021-06-17T12:34:12.229Z] #46 5.531 + export GOPATH=/tmp/tmp.RV848E4XgH [2021-06-17T12:34:12.229Z] #46 5.531 + GOPATH=/tmp/tmp.RV848E4XgH [2021-06-17T12:34:12.229Z] #46 5.531 + RM_GOPATH=1 [2021-06-17T12:34:12.229Z] #46 5.531 + case "$(go env GOARCH)" in [2021-06-17T12:34:12.229Z] #46 5.531 ++ go env GOARCH [2021-06-17T12:34:12.229Z] #46 5.531 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:12.229Z] #46 5.531 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:12.229Z] #46 5.531 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:12.229Z] #46 5.531 + dir=/tmp/install [2021-06-17T12:34:12.229Z] #46 5.531 + bin=vndr [2021-06-17T12:34:12.229Z] #46 5.531 + shift [2021-06-17T12:34:12.229Z] #46 5.531 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-17T12:34:12.229Z] #46 5.531 + . /tmp/install/vndr.installer [2021-06-17T12:34:12.229Z] #46 5.531 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-17T12:34:12.229Z] #46 5.531 + install_vndr [2021-06-17T12:34:12.229Z] #46 5.531 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-17T12:34:12.229Z] #46 5.531 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.RV848E4XgH/src/github.com/LK4D4/vndr [2021-06-17T12:34:12.229Z] #46 5.531 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-17T12:34:12.229Z] #46 5.535 Cloning into '/tmp/tmp.RV848E4XgH/src/github.com/LK4D4/vndr'... [2021-06-17T12:34:12.229Z] #46 6.140 + cd /tmp/tmp.RV848E4XgH/src/github.com/LK4D4/vndr [2021-06-17T12:34:12.229Z] #46 6.140 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-17T12:34:12.229Z] #46 6.249 + go build -buildmode=pie -v -o /build/vndr . [2021-06-17T12:34:12.229Z] #46 7.442 internal/unsafeheader [2021-06-17T12:34:12.229Z] #46 7.545 internal/cpu [2021-06-17T12:34:12.229Z] #46 7.637 runtime/internal/atomic [2021-06-17T12:34:12.229Z] #46 7.923 runtime/internal/sys [2021-06-17T12:34:12.229Z] #46 8.217 runtime/internal/math [2021-06-17T12:34:12.229Z] #46 8.375 internal/race [2021-06-17T12:34:12.229Z] #46 8.462 internal/bytealg [2021-06-17T12:34:12.229Z] #46 8.598 sync/atomic [2021-06-17T12:34:12.229Z] #46 9.118 unicode [2021-06-17T12:34:12.229Z] #46 9.868 runtime [2021-06-17T12:34:12.486Z] #46 ... [2021-06-17T12:34:12.486Z] [2021-06-17T12:34:12.486Z] #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-06-17T12:34:12.486Z] #24 sha256:f9ef074fda8b1658b2f45ca5e38dd73cae5df1cea7afe920958a303ac193bf56 [2021-06-17T12:34:12.486Z] #24 4.875 + RM_GOPATH=0 [2021-06-17T12:34:12.486Z] #24 4.875 + TMP_GOPATH= [2021-06-17T12:34:12.486Z] #24 4.875 + : /build [2021-06-17T12:34:12.486Z] #24 4.875 + '[' -z '' ']' [2021-06-17T12:34:12.486Z] #24 4.881 ++ mktemp -d [2021-06-17T12:34:12.486Z] #24 4.881 + export GOPATH=/tmp/tmp.citSQjN7GB [2021-06-17T12:34:12.486Z] #24 4.881 + GOPATH=/tmp/tmp.citSQjN7GB [2021-06-17T12:34:12.486Z] #24 4.881 + RM_GOPATH=1 [2021-06-17T12:34:12.486Z] #24 4.881 + case "$(go env GOARCH)" in [2021-06-17T12:34:12.486Z] #24 4.881 ++ go env GOARCH [2021-06-17T12:34:12.486Z] #24 4.886 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:12.486Z] #24 4.886 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:12.486Z] #24 4.887 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:12.486Z] #24 4.889 Install docker/cli version 17.06.2-ce from stable [2021-06-17T12:34:12.486Z] #24 4.892 + dir=/tmp/install [2021-06-17T12:34:12.486Z] #24 4.892 + bin=dockercli [2021-06-17T12:34:12.486Z] #24 4.892 + shift [2021-06-17T12:34:12.486Z] #24 4.892 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-17T12:34:12.486Z] #24 4.892 + . /tmp/install/dockercli.installer [2021-06-17T12:34:12.486Z] #24 4.892 ++ : stable [2021-06-17T12:34:12.486Z] #24 4.892 ++ : 17.06.2-ce [2021-06-17T12:34:12.486Z] #24 4.892 + install_dockercli [2021-06-17T12:34:12.486Z] #24 4.892 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-17T12:34:12.486Z] #24 4.893 ++ uname -m [2021-06-17T12:34:12.486Z] #24 4.893 + arch=x86_64 [2021-06-17T12:34:12.486Z] #24 4.893 + '[' x86_64 '!=' x86_64 ']' [2021-06-17T12:34:12.486Z] #24 4.893 + url=https://download.docker.com/linux/static [2021-06-17T12:34:12.486Z] #24 4.902 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-17T12:34:12.486Z] #24 4.902 + tar -xz docker/docker [2021-06-17T12:34:12.486Z] #24 ... [2021-06-17T12:34:12.486Z] [2021-06-17T12:34:12.486Z] #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-06-17T12:34:12.486Z] #48 sha256:9318efac8d53162bdb77e2874f67aede6ba7232be1a365f1284642e030aebda0 [2021-06-17T12:34:12.486Z] #48 4.452 + RM_GOPATH=0 [2021-06-17T12:34:12.486Z] #48 4.452 + TMP_GOPATH= [2021-06-17T12:34:12.486Z] #48 4.452 + : /build [2021-06-17T12:34:12.486Z] #48 4.452 + '[' -z '' ']' [2021-06-17T12:34:12.486Z] #48 4.453 ++ mktemp -d [2021-06-17T12:34:12.486Z] #48 4.455 + export GOPATH=/tmp/tmp.GvtD84zhz8 [2021-06-17T12:34:12.486Z] #48 4.455 + GOPATH=/tmp/tmp.GvtD84zhz8 [2021-06-17T12:34:12.486Z] #48 4.455 + RM_GOPATH=1 [2021-06-17T12:34:12.486Z] #48 4.455 + case "$(go env GOARCH)" in [2021-06-17T12:34:12.486Z] #48 4.458 ++ go env GOARCH [2021-06-17T12:34:12.486Z] #48 4.506 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:12.486Z] #48 4.506 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:12.486Z] #48 4.506 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:12.486Z] #48 4.506 + dir=/tmp/install [2021-06-17T12:34:12.486Z] #48 4.506 + bin=gotestsum [2021-06-17T12:34:12.486Z] #48 4.506 + shift [2021-06-17T12:34:12.486Z] #48 4.506 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-17T12:34:12.486Z] #48 4.506 + . /tmp/install/gotestsum.installer [2021-06-17T12:34:12.486Z] #48 4.506 ++ : v0.5.3 [2021-06-17T12:34:12.486Z] #48 4.506 + install_gotestsum [2021-06-17T12:34:12.486Z] #48 4.506 + set -e [2021-06-17T12:34:12.486Z] #48 4.506 + export GO111MODULE=on [2021-06-17T12:34:12.486Z] #48 4.506 + GO111MODULE=on [2021-06-17T12:34:12.486Z] #48 4.506 + GOBIN=/build [2021-06-17T12:34:12.486Z] #48 4.506 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-17T12:34:12.486Z] #48 4.990 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-17T12:34:12.486Z] #48 6.380 go: downloading github.com/fatih/color v1.9.0 [2021-06-17T12:34:12.486Z] #48 6.382 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-17T12:34:12.486Z] #48 6.538 go: downloading github.com/pkg/errors v0.9.1 [2021-06-17T12:34:12.486Z] #48 6.538 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-17T12:34:12.486Z] #48 6.818 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-17T12:34:12.486Z] #48 6.818 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-17T12:34:12.486Z] #48 6.949 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-17T12:34:12.486Z] #48 7.014 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-17T12:34:12.486Z] #48 7.211 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-17T12:34:12.486Z] #48 7.818 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-17T12:34:12.486Z] #48 9.743 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-17T12:34:12.744Z] #48 ... [2021-06-17T12:34:12.744Z] [2021-06-17T12:34:12.744Z] #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-06-17T12:34:12.744Z] #56 sha256:cb33f2aa06ba0dbdce972c5d49d501db5a057b9274dcf7711f29c2d37908aaa9 [2021-06-17T12:34:12.744Z] #56 4.578 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:34:12.744Z] #56 4.588 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:34:12.744Z] #56 4.588 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:34:12.744Z] #56 4.903 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:34:12.744Z] #56 5.953 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:34:12.744Z] #56 7.669 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:34:12.744Z] #56 ... [2021-06-17T12:34:12.744Z] [2021-06-17T12:34:12.744Z] #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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:34:12.744Z] #32 sha256:dce599a86d52e6786bdd2988f5e04cbd45284930924eba39d9761c368e1d197d [2021-06-17T12:34:12.744Z] #32 6.575 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-17T12:34:12.744Z] #32 6.575 Cloning into '.'... [2021-06-17T12:34:12.852Z] #50 27.92 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-17T12:34:12.852Z] #50 27.94 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-17T12:34:12.852Z] #50 28.04 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-17T12:34:13.001Z] #32 ... [2021-06-17T12:34:13.001Z] [2021-06-17T12:34:13.001Z] #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-06-17T12:34:13.001Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:13.001Z] #36 4.059 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:34:13.001Z] #36 4.085 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:34:13.001Z] #36 4.085 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:34:13.001Z] #36 4.334 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:34:13.001Z] #36 4.748 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:34:13.001Z] #36 5.587 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:34:13.012Z] #54 ... [2021-06-17T12:34:13.012Z] [2021-06-17T12:34:13.012Z] #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-06-17T12:34:13.012Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:34:13.012Z] #20 10.39 Fetched 8974 kB in 9s (983 kB/s) [2021-06-17T12:34:13.112Z] #50 28.12 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-17T12:34:13.112Z] #50 28.16 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-17T12:34:13.112Z] #50 28.20 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-17T12:34:13.258Z] #36 ... [2021-06-17T12:34:13.258Z] [2021-06-17T12:34:13.258Z] #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-06-17T12:34:13.258Z] #50 sha256:97217607610e5478fc1f9c9f2eb8a0e645a52663e2da531816be684a0360c971 [2021-06-17T12:34:13.258Z] #50 4.720 + RM_GOPATH=0 [2021-06-17T12:34:13.258Z] #50 4.720 + TMP_GOPATH= [2021-06-17T12:34:13.258Z] #50 4.720 + : /build [2021-06-17T12:34:13.258Z] #50 4.720 + '[' -z '' ']' [2021-06-17T12:34:13.258Z] #50 4.720 ++ mktemp -d [2021-06-17T12:34:13.258Z] #50 4.720 + export GOPATH=/tmp/tmp.kxjdWduRfA [2021-06-17T12:34:13.258Z] #50 4.720 + GOPATH=/tmp/tmp.kxjdWduRfA [2021-06-17T12:34:13.258Z] #50 4.720 + RM_GOPATH=1 [2021-06-17T12:34:13.258Z] #50 4.720 + case "$(go env GOARCH)" in [2021-06-17T12:34:13.258Z] #50 4.723 ++ go env GOARCH [2021-06-17T12:34:13.258Z] #50 4.737 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:13.258Z] #50 4.737 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:13.258Z] #50 4.737 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:13.258Z] #50 4.737 + dir=/tmp/install [2021-06-17T12:34:13.258Z] #50 4.737 + bin=golangci_lint [2021-06-17T12:34:13.258Z] #50 4.737 + shift [2021-06-17T12:34:13.258Z] #50 4.737 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-17T12:34:13.258Z] #50 4.737 + . /tmp/install/golangci_lint.installer [2021-06-17T12:34:13.258Z] #50 4.737 ++ : v1.23.8 [2021-06-17T12:34:13.258Z] #50 4.737 + install_golangci_lint [2021-06-17T12:34:13.258Z] #50 4.737 + set -e [2021-06-17T12:34:13.258Z] #50 4.737 + export GO111MODULE=on [2021-06-17T12:34:13.258Z] #50 4.737 + GO111MODULE=on [2021-06-17T12:34:13.258Z] #50 4.737 + GOBIN=/build [2021-06-17T12:34:13.258Z] #50 4.737 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-17T12:34:13.258Z] #50 5.252 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-17T12:34:13.258Z] #50 ... [2021-06-17T12:34:13.258Z] [2021-06-17T12:34:13.258Z] #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-06-17T12:34:13.258Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:34:13.258Z] #40 5.623 + git clone https://github.com/docker/distribution.git . [2021-06-17T12:34:13.258Z] #40 5.634 Cloning into '.'... [2021-06-17T12:34:13.372Z] #50 28.34 go: downloading golang.org/x/text v0.3.2 [2021-06-17T12:34:13.518Z] #40 ... [2021-06-17T12:34:13.518Z] [2021-06-17T12:34:13.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-06-17T12:34:13.518Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:13.518Z] #13 6.550 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-17T12:34:13.518Z] #13 6.621 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:34:13.518Z] #13 6.627 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:34:13.518Z] #13 6.642 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:34:13.518Z] #13 7.611 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-17T12:34:14.457Z] #59 ... [2021-06-17T12:34:14.457Z] [2021-06-17T12:34:14.457Z] #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-06-17T12:34:14.457Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:14.457Z] #36 10.57 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:34:14.457Z] #36 13.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:34:14.457Z] #36 ... [2021-06-17T12:34:14.457Z] [2021-06-17T12:34:14.457Z] #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-06-17T12:34:14.457Z] #56 sha256:cb33f2aa06ba0dbdce972c5d49d501db5a057b9274dcf7711f29c2d37908aaa9 [2021-06-17T12:34:14.457Z] #56 10.70 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:34:14.457Z] #56 13.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:34:14.714Z] #56 ... [2021-06-17T12:34:14.714Z] [2021-06-17T12:34:14.714Z] #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-06-17T12:34:14.714Z] #50 sha256:412422c0ba307e37b8224e794af0e5c79fd9031c05751c88b14faba17d30537f [2021-06-17T12:34:14.714Z] #50 19.28 go: downloading github.com/fatih/color v1.7.0 [2021-06-17T12:34:14.714Z] #50 19.28 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-17T12:34:14.714Z] #50 19.39 go: downloading github.com/pkg/errors v0.8.1 [2021-06-17T12:34:14.714Z] #50 19.42 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-17T12:34:14.714Z] #50 19.52 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-17T12:34:14.714Z] #50 19.80 go: downloading github.com/spf13/viper v1.6.1 [2021-06-17T12:34:14.714Z] #50 20.19 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-17T12:34:14.714Z] #50 20.22 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-17T12:34:14.714Z] #50 20.24 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-17T12:34:14.714Z] #50 20.28 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-17T12:34:14.902Z] #13 ... [2021-06-17T12:34:14.902Z] [2021-06-17T12:34:14.902Z] #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-06-17T12:34:14.902Z] #24 sha256:f9ef074fda8b1658b2f45ca5e38dd73cae5df1cea7afe920958a303ac193bf56 [2021-06-17T12:34:14.902Z] #24 11.83 + mkdir -p /build [2021-06-17T12:34:14.902Z] #24 11.83 + mv docker/docker /build/ [2021-06-17T12:34:14.902Z] #24 11.83 + rmdir docker [2021-06-17T12:34:14.902Z] #24 DONE 12.5s [2021-06-17T12:34:14.902Z] [2021-06-17T12:34:14.902Z] #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-06-17T12:34:14.902Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:14.902Z] #13 9.687 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:34:14.974Z] #50 ... [2021-06-17T12:34:14.974Z] [2021-06-17T12:34:14.974Z] #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-06-17T12:34:14.974Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:14.974Z] #13 5.859 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:34:14.974Z] #13 8.108 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:34:14.974Z] #13 10.10 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:34:14.974Z] #13 ... [2021-06-17T12:34:14.974Z] [2021-06-17T12:34:14.974Z] #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-06-17T12:34:14.974Z] #50 sha256:412422c0ba307e37b8224e794af0e5c79fd9031c05751c88b14faba17d30537f [2021-06-17T12:34:14.974Z] #50 21.33 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-17T12:34:15.251Z] #50 21.50 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-17T12:34:15.510Z] #50 ... [2021-06-17T12:34:15.510Z] [2021-06-17T12:34:15.510Z] #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-06-17T12:34:15.510Z] #34 sha256:4335d5463844b19735b96829f2a7a4de2dd400190dc7e56f8170eda44e25c0ba [2021-06-17T12:34:15.510Z] #34 19.23 github.com/pelletier/go-toml/cmd/tomll [2021-06-17T12:34:15.510Z] #34 DONE 21.8s [2021-06-17T12:34:15.510Z] [2021-06-17T12:34:15.510Z] #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-06-17T12:34:15.510Z] #46 sha256:5ac012f91e5187482f0e6086050e9b7da317181162c521e04e11e0b64da5a927 [2021-06-17T12:34:15.510Z] #46 13.94 unicode/utf8 [2021-06-17T12:34:15.510Z] #46 14.62 math/bits [2021-06-17T12:34:15.510Z] #46 15.29 math [2021-06-17T12:34:15.510Z] #46 20.70 encoding [2021-06-17T12:34:15.510Z] #46 20.82 unicode/utf16 [2021-06-17T12:34:15.510Z] #46 21.20 container/list [2021-06-17T12:34:15.510Z] #46 21.83 crypto/internal/subtle [2021-06-17T12:34:15.916Z] #50 ... [2021-06-17T12:34:15.916Z] [2021-06-17T12:34:15.916Z] #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-06-17T12:34:15.916Z] #46 sha256:76a5118bb661680c55e5dd13732a52dfdf926666922fc659319acbdeae30d026 [2021-06-17T12:34:15.916Z] #46 30.74 vendor/golang.org/x/crypto/internal/subtle [2021-06-17T12:34:16.074Z] #46 22.17 crypto/subtle [2021-06-17T12:34:16.296Z] #20 10.39 Reading package lists... [2021-06-17T12:34:16.332Z] #46 22.45 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-17T12:34:16.332Z] #46 22.69 internal/nettrace [2021-06-17T12:34:16.589Z] #46 ... [2021-06-17T12:34:16.589Z] [2021-06-17T12:34:16.589Z] #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-06-17T12:34:16.589Z] #48 sha256:76beea00e13c1f6fbaa1aab3d3c641ae8d4f91a0fa7d343ca0ec8fa75ed5d0c8 [2021-06-17T12:34:16.589Z] #48 12.80 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-17T12:34:16.589Z] #48 ... [2021-06-17T12:34:16.589Z] [2021-06-17T12:34:16.589Z] #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-06-17T12:34:16.589Z] #46 sha256:5ac012f91e5187482f0e6086050e9b7da317181162c521e04e11e0b64da5a927 [2021-06-17T12:34:16.589Z] #46 23.02 runtime/cgo [2021-06-17T12:34:16.830Z] #13 ... [2021-06-17T12:34:16.830Z] [2021-06-17T12:34:16.830Z] #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-06-17T12:34:16.830Z] #46 sha256:c9bb6cc204887e09cd1094bc86977a4a90e5838420979de2d30fad843c71c3af [2021-06-17T12:34:16.830Z] #46 12.74 unicode/utf8 [2021-06-17T12:34:16.830Z] #46 13.22 math/bits [2021-06-17T12:34:16.830Z] #46 13.68 math [2021-06-17T12:34:16.855Z] #46 ... [2021-06-17T12:34:16.855Z] [2021-06-17T12:34:16.856Z] #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-06-17T12:34:16.856Z] #59 sha256:9992702897f8ca2572072d3c25d5ade4337713f5c133160041b28c46d16b7283 [2021-06-17T12:34:16.856Z] #59 21.83 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-17T12:34:16.856Z] #59 26.12 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-17T12:34:16.856Z] #59 ... [2021-06-17T12:34:16.856Z] [2021-06-17T12:34:16.856Z] #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-06-17T12:34:16.856Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:34:16.856Z] #40 23.51 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-17T12:34:16.856Z] #40 25.49 + 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-06-17T12:34:17.772Z] #46 ... [2021-06-17T12:34:17.772Z] [2021-06-17T12:34:17.772Z] #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-06-17T12:34:17.773Z] #59 sha256:76e49b51d7e566a7b5b6b5259fc0101eb10229d3cec7530df16a64b7de31c7a9 [2021-06-17T12:34:17.773Z] #59 5.646 + RM_GOPATH=0 [2021-06-17T12:34:17.773Z] #59 5.646 + TMP_GOPATH= [2021-06-17T12:34:17.773Z] #59 5.646 + : /build [2021-06-17T12:34:17.773Z] #59 5.646 + '[' -z '' ']' [2021-06-17T12:34:17.773Z] #59 5.657 ++ mktemp -d [2021-06-17T12:34:17.773Z] #59 5.661 + export GOPATH=/tmp/tmp.vuWAakfkix [2021-06-17T12:34:17.773Z] #59 5.661 + GOPATH=/tmp/tmp.vuWAakfkix [2021-06-17T12:34:17.773Z] #59 5.661 + RM_GOPATH=1 [2021-06-17T12:34:17.773Z] #59 5.661 + case "$(go env GOARCH)" in [2021-06-17T12:34:17.773Z] #59 5.661 ++ go env GOARCH [2021-06-17T12:34:17.773Z] #59 5.685 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:17.773Z] #59 5.685 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:17.773Z] #59 5.685 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:17.773Z] #59 5.685 + dir=/tmp/install [2021-06-17T12:34:17.773Z] #59 5.685 + bin=rootlesskit [2021-06-17T12:34:17.773Z] #59 5.685 + shift [2021-06-17T12:34:17.773Z] #59 5.685 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-17T12:34:17.773Z] #59 5.685 + . /tmp/install/rootlesskit.installer [2021-06-17T12:34:17.773Z] #59 5.685 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-17T12:34:17.773Z] #59 5.685 + install_rootlesskit [2021-06-17T12:34:17.773Z] #59 5.685 + case "$1" in [2021-06-17T12:34:17.773Z] #59 5.685 + export CGO_ENABLED=0 [2021-06-17T12:34:17.773Z] #59 5.685 + CGO_ENABLED=0 [2021-06-17T12:34:17.773Z] #59 5.685 + _install_rootlesskit [2021-06-17T12:34:17.773Z] #59 5.685 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-17T12:34:17.773Z] #59 5.685 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.vuWAakfkix/src/github.com/rootless-containers/rootlesskit [2021-06-17T12:34:17.773Z] #59 5.685 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-17T12:34:17.773Z] #59 5.692 Cloning into '/tmp/tmp.vuWAakfkix/src/github.com/rootless-containers/rootlesskit'... [2021-06-17T12:34:17.773Z] #59 10.54 + cd /tmp/tmp.vuWAakfkix/src/github.com/rootless-containers/rootlesskit [2021-06-17T12:34:17.773Z] #59 10.54 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-17T12:34:17.773Z] #59 10.56 + export GO111MODULE=on [2021-06-17T12:34:17.773Z] #59 10.56 + GO111MODULE=on [2021-06-17T12:34:17.773Z] #59 10.56 + export GOPROXY=https://proxy.golang.org [2021-06-17T12:34:17.773Z] #59 10.56 + GOPROXY=https://proxy.golang.org [2021-06-17T12:34:17.773Z] #59 10.56 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-17T12:34:17.773Z] #59 10.56 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-17T12:34:17.773Z] #59 12.42 go: downloading github.com/pkg/errors v0.9.1 [2021-06-17T12:34:17.773Z] #59 12.45 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-17T12:34:17.773Z] #59 12.56 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-17T12:34:17.773Z] #59 13.15 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-17T12:34:17.773Z] #59 ... [2021-06-17T12:34:17.773Z] [2021-06-17T12:34:17.773Z] #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-06-17T12:34:17.773Z] #34 sha256:dd25c62c3852e929e1950c7f3d69ccb98f6ac330225ea0feacced26a277811d3 [2021-06-17T12:34:17.773Z] #34 15.47 github.com/pelletier/go-toml/cmd/tomll [2021-06-17T12:34:18.767Z] #40 ... [2021-06-17T12:34:18.767Z] [2021-06-17T12:34:18.767Z] #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-06-17T12:34:18.767Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:18.767Z] #36 23.58 Fetched 8449 kB in 17s (489 kB/s) [2021-06-17T12:34:18.767Z] #36 23.58 Reading package lists... [2021-06-17T12:34:18.767Z] #36 29.49 Reading package lists... [2021-06-17T12:34:18.767Z] #36 ... [2021-06-17T12:34:18.767Z] [2021-06-17T12:34:18.767Z] #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-06-17T12:34:18.767Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:18.767Z] #13 22.27 Fetched 8974 kB in 18s (494 kB/s) [2021-06-17T12:34:18.767Z] #13 22.27 Reading package lists... [2021-06-17T12:34:18.767Z] #13 28.12 Reading package lists... [2021-06-17T12:34:18.767Z] #13 ... [2021-06-17T12:34:18.767Z] [2021-06-17T12:34:18.767Z] #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-06-17T12:34:18.767Z] #56 sha256:cb33f2aa06ba0dbdce972c5d49d501db5a057b9274dcf7711f29c2d37908aaa9 [2021-06-17T12:34:18.767Z] #56 23.83 Fetched 8449 kB in 18s (478 kB/s) [2021-06-17T12:34:18.767Z] #56 23.83 Reading package lists... [2021-06-17T12:34:19.027Z] #56 29.46 Reading package lists... [2021-06-17T12:34:19.027Z] #56 ... [2021-06-17T12:34:19.027Z] [2021-06-17T12:34:19.027Z] #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-06-17T12:34:19.027Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:19.027Z] #44 24.26 Fetched 8452 kB in 18s (469 kB/s) [2021-06-17T12:34:19.027Z] #44 24.26 Reading package lists... [2021-06-17T12:34:19.086Z] #20 14.24 Reading package lists... [2021-06-17T12:34:19.086Z] #20 ... [2021-06-17T12:34:19.086Z] [2021-06-17T12:34:19.086Z] #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-06-17T12:34:19.086Z] #46 sha256:efb9c1957cb99a9e62a74b242dd21af64f08c422a0de4130a1ad9cbe2ed886af [2021-06-17T12:34:19.086Z] #46 136.5 github.com/LK4D4/vndr/godl [2021-06-17T12:34:19.597Z] #44 30.28 Reading package lists... [2021-06-17T12:34:19.597Z] #44 ... [2021-06-17T12:34:19.597Z] [2021-06-17T12:34:19.597Z] #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-06-17T12:34:19.597Z] #50 sha256:26f75c07b8f90fd6df423fd3be410050162a840d6df8c7fe22067681ca003cdb [2021-06-17T12:34:19.597Z] #50 34.44 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-17T12:34:19.597Z] #50 34.46 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-17T12:34:19.597Z] #50 34.55 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-17T12:34:19.597Z] #50 34.66 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-17T12:34:19.597Z] #50 34.70 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-17T12:34:19.654Z] #46 137.1 github.com/LK4D4/vndr [2021-06-17T12:34:20.335Z] #34 DONE 18.0s [2021-06-17T12:34:20.335Z] [2021-06-17T12:34:20.335Z] #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-06-17T12:34:20.335Z] #59 sha256:76e49b51d7e566a7b5b6b5259fc0101eb10229d3cec7530df16a64b7de31c7a9 [2021-06-17T12:34:20.335Z] #59 17.23 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-17T12:34:20.335Z] #59 17.76 go: downloading github.com/google/uuid v1.2.0 [2021-06-17T12:34:20.335Z] #59 17.76 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-17T12:34:20.335Z] #59 17.94 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-17T12:34:20.335Z] #59 17.96 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-17T12:34:20.335Z] #59 18.09 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-17T12:34:20.335Z] #59 18.36 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-17T12:34:20.900Z] #59 18.87 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-17T12:34:20.980Z] #50 36.08 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-17T12:34:21.157Z] #59 19.15 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-17T12:34:21.240Z] #50 36.25 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-17T12:34:21.501Z] #50 36.42 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-17T12:34:21.845Z] #46 ... [2021-06-17T12:34:21.845Z] [2021-06-17T12:34:21.845Z] #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-06-17T12:34:21.845Z] #50 sha256:412422c0ba307e37b8224e794af0e5c79fd9031c05751c88b14faba17d30537f [2021-06-17T12:34:21.845Z] #50 24.91 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-17T12:34:21.845Z] #50 24.92 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-17T12:34:21.845Z] #50 25.11 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-17T12:34:21.845Z] #50 25.14 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-17T12:34:21.845Z] #50 25.19 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-17T12:34:21.845Z] #50 25.31 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-17T12:34:21.845Z] #50 25.56 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-17T12:34:21.845Z] #50 25.58 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-17T12:34:21.845Z] #50 25.72 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-17T12:34:21.845Z] #50 25.72 go: downloading github.com/spf13/afero v1.1.2 [2021-06-17T12:34:21.845Z] #50 25.94 go: downloading github.com/spf13/cast v1.3.0 [2021-06-17T12:34:21.845Z] #50 26.00 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-17T12:34:21.845Z] #50 26.05 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-17T12:34:21.845Z] #50 26.05 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-17T12:34:21.845Z] #50 26.18 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-17T12:34:21.846Z] #50 26.31 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-17T12:34:21.846Z] #50 26.37 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-17T12:34:21.846Z] #50 26.45 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-17T12:34:21.846Z] #50 26.55 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-17T12:34:21.846Z] #50 26.70 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-17T12:34:21.846Z] #50 26.74 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-17T12:34:21.846Z] #50 26.76 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-17T12:34:21.846Z] #50 26.83 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-17T12:34:21.846Z] #50 26.98 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-17T12:34:21.846Z] #50 27.01 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-17T12:34:21.846Z] #50 27.10 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-17T12:34:21.846Z] #50 27.22 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-17T12:34:21.846Z] #50 27.35 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-17T12:34:21.846Z] #50 27.41 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-17T12:34:21.846Z] #50 27.95 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-17T12:34:21.846Z] #50 27.97 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-17T12:34:21.846Z] #50 28.09 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-17T12:34:22.103Z] #50 28.27 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-17T12:34:22.103Z] #50 28.33 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-17T12:34:22.360Z] #50 28.56 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-17T12:34:22.360Z] #50 28.69 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-17T12:34:22.528Z] #59 ... [2021-06-17T12:34:22.528Z] [2021-06-17T12:34:22.528Z] #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-06-17T12:34:22.528Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:22.528Z] #44 10.10 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:34:22.528Z] #44 12.74 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:34:22.528Z] #44 15.78 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-06-17T12:34:22.528Z] #44 ... [2021-06-17T12:34:22.528Z] [2021-06-17T12:34:22.528Z] #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-06-17T12:34:22.528Z] #46 sha256:c9bb6cc204887e09cd1094bc86977a4a90e5838420979de2d30fad843c71c3af [2021-06-17T12:34:22.528Z] #46 18.19 encoding [2021-06-17T12:34:22.528Z] #46 18.49 unicode/utf16 [2021-06-17T12:34:22.528Z] #46 18.77 container/list [2021-06-17T12:34:22.528Z] #46 19.23 crypto/internal/subtle [2021-06-17T12:34:22.528Z] #46 19.33 crypto/subtle [2021-06-17T12:34:22.528Z] #46 19.44 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-17T12:34:22.528Z] #46 19.56 internal/nettrace [2021-06-17T12:34:22.528Z] #46 19.71 runtime/cgo [2021-06-17T12:34:22.924Z] #50 29.27 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-17T12:34:22.924Z] #50 29.29 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-17T12:34:22.925Z] #50 29.33 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-17T12:34:23.181Z] #50 29.53 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-17T12:34:23.438Z] #50 29.56 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-17T12:34:23.438Z] #50 29.60 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-17T12:34:23.438Z] #50 ... [2021-06-17T12:34:23.438Z] [2021-06-17T12:34:23.438Z] #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-06-17T12:34:23.438Z] #52 sha256:839a0c1e6e377a35338cbed3ada9a70dc0f10a65b760653f89ea6e9ec71d38da [2021-06-17T12:34:23.438Z] #52 19.74 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-17T12:34:23.438Z] #52 23.68 runtime [2021-06-17T12:34:23.696Z] #52 ... [2021-06-17T12:34:23.696Z] [2021-06-17T12:34:23.696Z] #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-06-17T12:34:23.696Z] #50 sha256:412422c0ba307e37b8224e794af0e5c79fd9031c05751c88b14faba17d30537f [2021-06-17T12:34:23.696Z] #50 29.90 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-17T12:34:23.696Z] #50 30.01 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-17T12:34:23.952Z] #50 30.14 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-17T12:34:23.952Z] #50 30.18 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-17T12:34:23.952Z] #50 30.24 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-17T12:34:23.952Z] #50 30.27 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-17T12:34:23.952Z] #50 30.32 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-17T12:34:24.924Z] #46 ... [2021-06-17T12:34:24.924Z] [2021-06-17T12:34:24.924Z] #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-06-17T12:34:24.924Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:34:24.924Z] #20 14.24 Reading package lists... [2021-06-17T12:34:24.924Z] #20 18.03 Building dependency tree... [2021-06-17T12:34:24.924Z] #20 19.99 libcap2-bin is already the newest version (1:2.25-2). [2021-06-17T12:34:24.924Z] #20 19.99 The following additional packages will be installed: [2021-06-17T12:34:24.924Z] #20 19.99 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-17T12:34:24.924Z] #20 19.99 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-17T12:34:24.924Z] #20 19.99 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-17T12:34:24.924Z] #20 19.99 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-17T12:34:24.924Z] #20 19.99 python3.7 python3.7-minimal vim-runtime xxd [2021-06-17T12:34:24.924Z] #20 20.00 Suggested packages: [2021-06-17T12:34:24.924Z] #20 20.00 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-17T12:34:24.924Z] #20 20.00 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-17T12:34:24.924Z] #20 20.00 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-17T12:34:24.924Z] #20 20.00 quota [2021-06-17T12:34:24.924Z] #20 20.00 Recommended packages: [2021-06-17T12:34:24.924Z] #20 20.00 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-17T12:34:24.924Z] #20 20.00 python3-keyrings.alt python3-xdg unzip [2021-06-17T12:34:24.924Z] #20 21.57 The following NEW packages will be installed: [2021-06-17T12:34:24.924Z] #20 21.58 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-17T12:34:24.924Z] #20 21.58 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-17T12:34:24.924Z] #20 21.58 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-17T12:34:24.924Z] #20 21.58 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-17T12:34:24.924Z] #20 21.58 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-17T12:34:24.924Z] #20 21.58 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-17T12:34:24.924Z] #20 21.58 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-17T12:34:24.924Z] #20 21.58 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-17T12:34:24.924Z] #20 21.58 xz-utils zip [2021-06-17T12:34:24.924Z] #20 21.91 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:34:24.924Z] #20 21.91 Need to get 28.6 MB of archives. [2021-06-17T12:34:24.924Z] #20 21.91 After this operation, 116 MB of additional disk space will be used. [2021-06-17T12:34:24.924Z] #20 21.91 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-17T12:34:24.924Z] #20 21.91 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-17T12:34:24.924Z] #20 22.00 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-17T12:34:24.924Z] #20 ... [2021-06-17T12:34:24.924Z] [2021-06-17T12:34:24.924Z] #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-06-17T12:34:24.924Z] #46 sha256:efb9c1957cb99a9e62a74b242dd21af64f08c422a0de4130a1ad9cbe2ed886af [2021-06-17T12:34:24.924Z] #46 DONE 142.0s [2021-06-17T12:34:24.924Z] [2021-06-17T12:34:24.924Z] #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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:34:24.924Z] #32 sha256:dce599a86d52e6786bdd2988f5e04cbd45284930924eba39d9761c368e1d197d [2021-06-17T12:34:24.924Z] #32 DONE 141.1s [2021-06-17T12:34:24.924Z] [2021-06-17T12:34:24.924Z] #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-06-17T12:34:24.924Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:34:24.924Z] #20 22.12 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-17T12:34:24.924Z] #20 22.12 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-17T12:34:24.924Z] #20 22.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-17T12:34:24.924Z] #20 22.25 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-17T12:34:24.924Z] #20 22.28 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-17T12:34:24.924Z] #20 22.28 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-17T12:34:24.924Z] #20 22.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-17T12:34:24.924Z] #20 22.30 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-17T12:34:24.924Z] #20 22.30 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-17T12:34:24.924Z] #20 22.30 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-17T12:34:24.924Z] #20 22.30 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-17T12:34:24.924Z] #20 22.31 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-17T12:34:24.924Z] #20 22.31 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-17T12:34:24.924Z] #20 22.36 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-17T12:34:24.924Z] #20 22.37 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-17T12:34:24.924Z] #20 22.37 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-17T12:34:24.924Z] #20 22.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-06-17T12:34:24.924Z] #20 22.40 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-17T12:34:24.924Z] #20 22.43 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-17T12:34:24.924Z] #20 22.49 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-17T12:34:24.924Z] #20 22.51 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-17T12:34:24.924Z] #20 22.53 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-17T12:34:24.924Z] #20 22.54 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-17T12:34:24.924Z] #20 22.54 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-17T12:34:24.924Z] #20 22.55 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-17T12:34:24.924Z] #20 22.55 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-17T12:34:25.322Z] #50 31.29 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-17T12:34:25.322Z] #50 31.29 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-17T12:34:25.322Z] #50 31.45 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-17T12:34:25.322Z] #50 31.49 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-17T12:34:25.322Z] #50 31.52 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-17T12:34:25.322Z] #50 31.57 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-17T12:34:25.499Z] #20 23.04 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-17T12:34:25.499Z] #20 23.04 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-17T12:34:25.499Z] #20 23.04 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-17T12:34:25.499Z] #20 23.05 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-17T12:34:25.499Z] #20 23.05 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-17T12:34:25.499Z] #20 23.09 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-17T12:34:25.499Z] #20 23.12 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-17T12:34:25.499Z] #20 23.19 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-17T12:34:25.499Z] #20 23.19 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-17T12:34:25.499Z] #20 23.21 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-17T12:34:25.499Z] #20 23.21 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-17T12:34:25.499Z] #20 23.21 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-17T12:34:25.499Z] #20 23.26 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-17T12:34:25.499Z] #20 23.26 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-17T12:34:25.499Z] #20 23.31 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-06-17T12:34:25.499Z] #20 23.31 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-17T12:34:25.578Z] #50 31.74 go: downloading golang.org/x/text v0.3.2 [2021-06-17T12:34:25.708Z] #50 ... [2021-06-17T12:34:25.708Z] [2021-06-17T12:34:25.708Z] #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-06-17T12:34:25.708Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:25.708Z] #44 30.28 Reading package lists... [2021-06-17T12:34:25.708Z] #44 35.64 Building dependency tree... [2021-06-17T12:34:25.708Z] #44 38.54 The following additional packages will be installed: [2021-06-17T12:34:25.708Z] #44 38.54 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-06-17T12:34:25.708Z] #44 38.54 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-06-17T12:34:25.708Z] #44 38.54 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-17T12:34:25.708Z] #44 38.54 python3.7-minimal [2021-06-17T12:34:25.708Z] #44 38.55 Suggested packages: [2021-06-17T12:34:25.708Z] #44 38.55 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-06-17T12:34:25.708Z] #44 38.55 python3.7-doc binfmt-support [2021-06-17T12:34:25.708Z] #44 39.75 The following NEW packages will be installed: [2021-06-17T12:34:25.708Z] #44 39.76 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-06-17T12:34:25.708Z] #44 39.76 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-06-17T12:34:25.708Z] #44 39.77 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-17T12:34:25.708Z] #44 39.77 python3.7-minimal [2021-06-17T12:34:25.708Z] #44 40.21 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:34:25.708Z] #44 40.21 Need to get 6695 kB of archives. [2021-06-17T12:34:25.708Z] #44 40.21 After this operation, 33.1 MB of additional disk space will be used. [2021-06-17T12:34:25.708Z] #44 40.21 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-17T12:34:25.708Z] #44 40.25 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-17T12:34:25.708Z] #44 40.48 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-17T12:34:25.708Z] #44 40.49 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-17T12:34:25.708Z] #44 40.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-17T12:34:25.762Z] #20 23.33 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-17T12:34:25.969Z] #44 40.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-17T12:34:25.969Z] #44 40.79 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-17T12:34:25.969Z] #44 40.80 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-17T12:34:25.969Z] #44 40.82 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-06-17T12:34:25.969Z] #44 40.83 Get:10 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-06-17T12:34:25.969Z] #44 40.92 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-17T12:34:26.021Z] #20 23.71 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-17T12:34:26.276Z] #44 ... [2021-06-17T12:34:26.277Z] [2021-06-17T12:34:26.277Z] #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-06-17T12:34:26.277Z] #56 sha256:cb33f2aa06ba0dbdce972c5d49d501db5a057b9274dcf7711f29c2d37908aaa9 [2021-06-17T12:34:26.277Z] #56 29.46 Reading package lists... [2021-06-17T12:34:26.277Z] #56 35.37 Building dependency tree... [2021-06-17T12:34:26.277Z] #56 38.28 The following additional packages will be installed: [2021-06-17T12:34:26.277Z] #56 38.28 libbtrfs0 [2021-06-17T12:34:26.277Z] #56 38.43 The following NEW packages will be installed: [2021-06-17T12:34:26.277Z] #56 38.45 libbtrfs-dev libbtrfs0 [2021-06-17T12:34:26.277Z] #56 38.83 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:34:26.277Z] #56 38.83 Need to get 119 kB of archives. [2021-06-17T12:34:26.277Z] #56 38.83 After this operation, 387 kB of additional disk space will be used. [2021-06-17T12:34:26.277Z] #56 38.83 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-17T12:34:26.277Z] #56 38.84 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-17T12:34:26.277Z] #56 39.74 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:34:26.277Z] #56 39.96 Fetched 119 kB in 0s (417 kB/s) [2021-06-17T12:34:26.277Z] #56 40.13 Selecting previously unselected package libbtrfs0. [2021-06-17T12:34:26.277Z] #56 40.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 ... 15421 files and directories currently installed.) [2021-06-17T12:34:26.277Z] #56 40.21 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-17T12:34:26.277Z] #56 40.22 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-17T12:34:26.277Z] #56 40.30 Selecting previously unselected package libbtrfs-dev. [2021-06-17T12:34:26.277Z] #56 40.31 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-17T12:34:26.277Z] #56 40.32 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-17T12:34:26.277Z] #56 40.57 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-17T12:34:26.277Z] #56 40.60 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-17T12:34:26.277Z] #56 40.62 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:34:26.277Z] #56 DONE 41.3s [2021-06-17T12:34:26.277Z] [2021-06-17T12:34:26.277Z] #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-06-17T12:34:26.277Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:26.277Z] #44 40.94 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] [2021-06-17T12:34:26.277Z] #44 40.95 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB] [2021-06-17T12:34:26.277Z] #44 40.98 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-17T12:34:26.277Z] #44 40.98 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-17T12:34:26.277Z] #44 40.99 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-17T12:34:26.277Z] #44 ... [2021-06-17T12:34:26.277Z] [2021-06-17T12:34:26.277Z] #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-06-17T12:34:26.277Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:26.277Z] #36 29.49 Reading package lists... [2021-06-17T12:34:26.277Z] #36 34.87 Building dependency tree... [2021-06-17T12:34:26.277Z] #36 37.78 The following additional packages will be installed: [2021-06-17T12:34:26.277Z] #36 37.79 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-17T12:34:26.277Z] #36 37.80 Suggested packages: [2021-06-17T12:34:26.277Z] #36 37.80 cmake-doc ninja-build lrzip [2021-06-17T12:34:26.277Z] #36 37.80 Recommended packages: [2021-06-17T12:34:26.277Z] #36 37.80 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-17T12:34:26.277Z] #36 38.70 The following NEW packages will be installed: [2021-06-17T12:34:26.277Z] #36 38.73 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-17T12:34:26.277Z] #36 38.74 vim-common xxd [2021-06-17T12:34:26.277Z] #36 39.09 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:34:26.277Z] #36 39.09 Need to get 14.9 MB of archives. [2021-06-17T12:34:26.277Z] #36 39.09 After this operation, 61.8 MB of additional disk space will be used. [2021-06-17T12:34:26.277Z] #36 39.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-17T12:34:26.277Z] #36 39.10 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-17T12:34:26.277Z] #36 39.10 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-17T12:34:26.277Z] #36 39.23 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-17T12:34:26.277Z] #36 40.03 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-06-17T12:34:26.277Z] #36 40.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-17T12:34:26.277Z] #36 40.08 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-17T12:34:26.277Z] #36 40.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-17T12:34:26.277Z] #36 40.09 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-17T12:34:26.277Z] #36 40.09 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-17T12:34:26.277Z] #36 41.39 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:34:26.277Z] #36 ... [2021-06-17T12:34:26.277Z] [2021-06-17T12:34:26.277Z] #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-06-17T12:34:26.277Z] #57 sha256:e78a2432b2c45a04f43595179dc0e90cfe5f608d67b46301e61fbea2bc804783 [2021-06-17T12:34:26.281Z] #20 23.78 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-17T12:34:26.281Z] #20 23.86 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-17T12:34:26.716Z] #46 ... [2021-06-17T12:34:26.716Z] [2021-06-17T12:34:26.716Z] #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-06-17T12:34:26.716Z] #50 sha256:97217607610e5478fc1f9c9f2eb8a0e645a52663e2da531816be684a0360c971 [2021-06-17T12:34:26.716Z] #50 15.98 go: downloading github.com/fatih/color v1.7.0 [2021-06-17T12:34:26.716Z] #50 16.01 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-17T12:34:26.716Z] #50 16.06 go: downloading github.com/pkg/errors v0.8.1 [2021-06-17T12:34:26.716Z] #50 16.13 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-17T12:34:26.716Z] #50 16.17 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-17T12:34:26.716Z] #50 16.56 go: downloading github.com/spf13/viper v1.6.1 [2021-06-17T12:34:26.716Z] #50 17.12 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-17T12:34:26.716Z] #50 17.15 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-17T12:34:26.716Z] #50 17.87 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-17T12:34:26.716Z] #50 18.34 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-17T12:34:26.716Z] #50 18.34 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-17T12:34:26.716Z] #50 18.48 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-17T12:34:26.716Z] #50 18.48 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-17T12:34:26.716Z] #50 18.77 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-17T12:34:26.716Z] #50 19.18 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-17T12:34:26.716Z] #50 21.95 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-17T12:34:26.716Z] #50 21.95 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-17T12:34:26.716Z] #50 21.95 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-17T12:34:26.716Z] #50 22.21 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-17T12:34:26.716Z] #50 22.21 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-17T12:34:26.716Z] #50 22.31 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-17T12:34:26.716Z] #50 22.38 go: downloading github.com/spf13/afero v1.1.2 [2021-06-17T12:34:26.716Z] #50 22.51 go: downloading github.com/spf13/cast v1.3.0 [2021-06-17T12:34:26.716Z] #50 22.58 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-17T12:34:26.716Z] #50 22.59 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-17T12:34:26.716Z] #50 22.62 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-17T12:34:26.716Z] #50 22.64 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-17T12:34:26.716Z] #50 22.79 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-17T12:34:26.716Z] #50 22.82 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-17T12:34:26.716Z] #50 22.89 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-17T12:34:26.716Z] #50 22.95 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-17T12:34:26.716Z] #50 22.95 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-17T12:34:26.716Z] #50 22.95 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-17T12:34:26.716Z] #50 22.96 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-17T12:34:26.716Z] #50 23.02 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-17T12:34:26.716Z] #50 23.07 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-17T12:34:26.716Z] #50 23.22 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-17T12:34:26.716Z] #50 23.48 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-17T12:34:26.716Z] #50 23.54 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-17T12:34:26.716Z] #50 23.65 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-17T12:34:26.716Z] #50 23.69 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-17T12:34:26.716Z] #50 23.79 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-17T12:34:26.716Z] #50 23.92 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-17T12:34:26.716Z] #50 23.96 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-17T12:34:26.716Z] #50 24.11 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-17T12:34:26.716Z] #50 24.46 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-17T12:34:26.716Z] #50 24.53 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-17T12:34:26.716Z] #50 24.60 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-17T12:34:26.716Z] #50 ... [2021-06-17T12:34:26.716Z] [2021-06-17T12:34:26.716Z] #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-06-17T12:34:26.716Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:26.716Z] #44 24.34 Fetched 8452 kB in 18s (473 kB/s) [2021-06-17T12:34:26.978Z] #44 24.34 Reading package lists... [2021-06-17T12:34:26.978Z] #44 ... [2021-06-17T12:34:26.978Z] [2021-06-17T12:34:26.978Z] #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-06-17T12:34:26.978Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:26.978Z] #13 11.85 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:34:26.978Z] #13 13.94 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:34:26.978Z] #13 ... [2021-06-17T12:34:26.978Z] [2021-06-17T12:34:26.978Z] #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-06-17T12:34:26.978Z] #50 sha256:97217607610e5478fc1f9c9f2eb8a0e645a52663e2da531816be684a0360c971 [2021-06-17T12:34:26.978Z] #50 24.80 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-17T12:34:26.978Z] #50 24.90 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-17T12:34:27.219Z] #20 24.72 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:34:27.219Z] #20 24.85 Fetched 28.6 MB in 2s (12.8 MB/s) [2021-06-17T12:34:27.219Z] #20 24.91 Selecting previously unselected package pigz. [2021-06-17T12:34:27.233Z] #50 25.40 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-17T12:34:27.472Z] #50 ... [2021-06-17T12:34:27.472Z] [2021-06-17T12:34:27.472Z] #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-06-17T12:34:27.472Z] #59 sha256:7cb9eb121dc793d518630ba94819576f348b949b415c6fcb382c142660e57978 [2021-06-17T12:34:27.472Z] #59 23.52 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-17T12:34:27.472Z] #59 23.61 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-17T12:34:27.472Z] #59 ... [2021-06-17T12:34:27.472Z] [2021-06-17T12:34:27.472Z] #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-06-17T12:34:27.472Z] #46 sha256:5ac012f91e5187482f0e6086050e9b7da317181162c521e04e11e0b64da5a927 [2021-06-17T12:34:27.472Z] #46 33.26 vendor/golang.org/x/crypto/internal/subtle [2021-06-17T12:34:27.477Z] #20 24.91 (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-06-17T12:34:27.477Z] #20 24.95 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-17T12:34:27.477Z] #20 24.97 Unpacking pigz (2.4-1) ... [2021-06-17T12:34:27.477Z] #20 25.07 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-17T12:34:27.477Z] #20 25.07 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:34:27.477Z] #20 25.07 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:27.493Z] #50 25.41 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-17T12:34:27.712Z] #57 1.230 + RM_GOPATH=0 [2021-06-17T12:34:27.712Z] #57 1.230 + TMP_GOPATH= [2021-06-17T12:34:27.712Z] #57 1.230 + : /build [2021-06-17T12:34:27.712Z] #57 1.230 + '[' -z '' ']' [2021-06-17T12:34:27.712Z] #57 1.231 ++ mktemp -d [2021-06-17T12:34:27.712Z] #57 1.234 + export GOPATH=/tmp/tmp.EQD1h0G1So [2021-06-17T12:34:27.712Z] #57 1.234 + GOPATH=/tmp/tmp.EQD1h0G1So [2021-06-17T12:34:27.712Z] #57 1.234 + RM_GOPATH=1 [2021-06-17T12:34:27.712Z] #57 1.235 + case "$(go env GOARCH)" in [2021-06-17T12:34:27.712Z] #57 1.237 ++ go env GOARCH [2021-06-17T12:34:27.712Z] #57 1.264 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:27.712Z] #57 1.265 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:27.712Z] #57 1.265 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:27.712Z] #57 1.269 + dir=/tmp/install [2021-06-17T12:34:27.712Z] #57 1.269 + bin=containerd [2021-06-17T12:34:27.712Z] #57 1.269 + shift [2021-06-17T12:34:27.712Z] #57 1.269 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-17T12:34:27.712Z] #57 1.270 + . /tmp/install/containerd.installer [2021-06-17T12:34:27.712Z] #57 1.270 ++ set -e [2021-06-17T12:34:27.712Z] #57 1.270 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-17T12:34:27.712Z] #57 1.271 + install_containerd [2021-06-17T12:34:27.712Z] #57 1.271 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-17T12:34:27.712Z] #57 1.271 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-17T12:34:27.712Z] #57 1.272 + git clone https://github.com/containerd/containerd.git /tmp/tmp.EQD1h0G1So/src/github.com/containerd/containerd [2021-06-17T12:34:27.712Z] #57 1.274 Cloning into '/tmp/tmp.EQD1h0G1So/src/github.com/containerd/containerd'... [2021-06-17T12:34:27.735Z] #20 25.48 Selecting previously unselected package python3.7-minimal. [2021-06-17T12:34:27.993Z] #20 25.48 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:34:27.993Z] #20 25.50 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-17T12:34:28.035Z] #46 ... [2021-06-17T12:34:28.036Z] [2021-06-17T12:34:28.036Z] #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-06-17T12:34:28.036Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:34:28.036Z] #40 24.08 Checking out files: 99% (1692/1695) Checking out files: 100% (1695/1695) Checking out files: 100% (1695/1695), done. [2021-06-17T12:34:28.036Z] #40 24.11 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-17T12:34:28.036Z] #40 26.28 + 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-06-17T12:34:28.055Z] #50 25.98 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-17T12:34:28.055Z] #50 26.11 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-17T12:34:28.055Z] #50 26.11 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-17T12:34:28.055Z] #50 26.16 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-17T12:34:28.055Z] #50 26.23 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-17T12:34:28.292Z] #40 ... [2021-06-17T12:34:28.292Z] [2021-06-17T12:34:28.292Z] #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-06-17T12:34:28.292Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:28.292Z] #36 24.34 Fetched 8449 kB in 17s (497 kB/s) [2021-06-17T12:34:28.292Z] #36 24.34 Reading package lists... [2021-06-17T12:34:28.292Z] #36 30.34 Reading package lists... [2021-06-17T12:34:28.292Z] #36 ... [2021-06-17T12:34:28.292Z] [2021-06-17T12:34:28.292Z] #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-06-17T12:34:28.292Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:28.292Z] #13 20.54 Fetched 8974 kB in 18s (508 kB/s) [2021-06-17T12:34:28.292Z] #13 20.54 Reading package lists... [2021-06-17T12:34:28.311Z] #50 26.34 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-17T12:34:28.549Z] #13 27.05 Reading package lists... [2021-06-17T12:34:28.549Z] #13 ... [2021-06-17T12:34:28.549Z] [2021-06-17T12:34:28.549Z] #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-06-17T12:34:28.549Z] #56 sha256:cb33f2aa06ba0dbdce972c5d49d501db5a057b9274dcf7711f29c2d37908aaa9 [2021-06-17T12:34:28.549Z] #56 25.01 Fetched 8449 kB in 18s (471 kB/s) [2021-06-17T12:34:28.549Z] #56 25.01 Reading package lists... [2021-06-17T12:34:28.560Z] #20 26.19 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:28.560Z] #20 26.21 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-17T12:34:28.567Z] #50 26.61 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-17T12:34:28.806Z] #56 30.93 Reading package lists... [2021-06-17T12:34:28.806Z] #56 ... [2021-06-17T12:34:28.806Z] [2021-06-17T12:34:28.806Z] #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-06-17T12:34:28.806Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:28.806Z] #44 25.06 Fetched 8452 kB in 18s (479 kB/s) [2021-06-17T12:34:28.806Z] #44 25.06 Reading package lists... [2021-06-17T12:34:28.824Z] #50 26.85 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-17T12:34:28.824Z] #50 26.88 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-17T12:34:29.081Z] #50 27.02 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-17T12:34:29.081Z] #50 27.07 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-17T12:34:29.081Z] #50 27.09 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-17T12:34:29.081Z] #50 ... [2021-06-17T12:34:29.081Z] [2021-06-17T12:34:29.081Z] #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-06-17T12:34:29.081Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:29.081Z] #36 17.04 Fetched 8449 kB in 13s (641 kB/s) [2021-06-17T12:34:29.081Z] #36 17.04 Reading package lists... [2021-06-17T12:34:29.337Z] #36 23.52 Reading package lists... [2021-06-17T12:34:29.337Z] #36 ... [2021-06-17T12:34:29.337Z] [2021-06-17T12:34:29.337Z] #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-06-17T12:34:29.337Z] #50 sha256:97217607610e5478fc1f9c9f2eb8a0e645a52663e2da531816be684a0360c971 [2021-06-17T12:34:29.337Z] #50 27.22 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-17T12:34:29.594Z] #50 ... [2021-06-17T12:34:29.594Z] [2021-06-17T12:34:29.594Z] #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-06-17T12:34:29.594Z] #52 sha256:97526af1d7534027fe6442878a61026605499c0c8478a85222c71bc684ab77aa [2021-06-17T12:34:29.594Z] #52 17.51 + cd /tmp/tmp.QDiXw1Wn8k/src/github.com/mvdan/sh [2021-06-17T12:34:29.594Z] #52 17.51 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-17T12:34:29.594Z] #52 17.60 + GO111MODULE=on [2021-06-17T12:34:29.594Z] #52 17.60 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-17T12:34:29.594Z] #52 18.76 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-17T12:34:29.594Z] #52 18.76 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-17T12:34:29.594Z] #52 18.76 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-17T12:34:29.594Z] #52 20.64 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-17T12:34:29.594Z] #52 23.99 runtime [2021-06-17T12:34:29.736Z] #44 31.10 Reading package lists... [2021-06-17T12:34:29.736Z] #44 ... [2021-06-17T12:34:29.736Z] [2021-06-17T12:34:29.736Z] #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-06-17T12:34:29.736Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:29.736Z] #36 30.34 Reading package lists... [2021-06-17T12:34:29.850Z] #52 ... [2021-06-17T12:34:29.850Z] [2021-06-17T12:34:29.850Z] #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-06-17T12:34:29.850Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:29.850Z] #13 23.96 Fetched 8974 kB in 18s (509 kB/s) [2021-06-17T12:34:30.463Z] #20 28.04 Selecting previously unselected package python3-minimal. [2021-06-17T12:34:30.463Z] #20 28.04 (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-06-17T12:34:30.463Z] #20 28.10 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-17T12:34:30.463Z] #20 28.10 Unpacking python3-minimal (3.7.3-1) ... [2021-06-17T12:34:30.463Z] #20 28.21 Selecting previously unselected package libmpdec2:amd64. [2021-06-17T12:34:30.721Z] #20 28.21 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-17T12:34:30.721Z] #20 28.23 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-17T12:34:30.721Z] #20 28.32 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-17T12:34:30.721Z] #20 28.32 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:34:30.721Z] #20 28.33 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:31.105Z] #36 36.05 Building dependency tree... [2021-06-17T12:34:31.657Z] #20 29.15 Selecting previously unselected package python3.7. [2021-06-17T12:34:31.657Z] #20 29.16 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:34:31.657Z] #20 29.17 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:31.657Z] #20 29.29 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-17T12:34:31.657Z] #20 29.29 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-17T12:34:31.657Z] #20 29.30 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-17T12:34:31.741Z] #13 23.96 Reading package lists... [2021-06-17T12:34:31.741Z] #13 ... [2021-06-17T12:34:31.741Z] [2021-06-17T12:34:31.741Z] #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-06-17T12:34:31.741Z] #56 sha256:cb33f2aa06ba0dbdce972c5d49d501db5a057b9274dcf7711f29c2d37908aaa9 [2021-06-17T12:34:31.741Z] #56 19.49 Fetched 8449 kB in 15s (557 kB/s) [2021-06-17T12:34:31.741Z] #56 19.49 Reading package lists... [2021-06-17T12:34:31.741Z] #56 25.94 Reading package lists... [2021-06-17T12:34:31.741Z] #56 ... [2021-06-17T12:34:31.741Z] [2021-06-17T12:34:31.741Z] #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-06-17T12:34:31.741Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:31.741Z] #36 23.52 Reading package lists... [2021-06-17T12:34:31.917Z] #20 29.39 Setting up python3-minimal (3.7.3-1) ... [2021-06-17T12:34:31.917Z] #57 ... [2021-06-17T12:34:31.917Z] [2021-06-17T12:34:31.917Z] #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-06-17T12:34:31.917Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:31.917Z] #13 28.12 Reading package lists... [2021-06-17T12:34:31.917Z] #13 34.06 Building dependency tree... [2021-06-17T12:34:31.917Z] #13 37.12 The following additional packages will be installed: [2021-06-17T12:34:31.917Z] #13 37.13 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-17T12:34:31.917Z] #13 37.13 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-17T12:34:31.917Z] #13 37.13 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-17T12:34:31.917Z] #13 37.13 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2021-06-17T12:34:31.917Z] #13 37.15 mingw-w64-x86-64-dev [2021-06-17T12:34:31.917Z] #13 37.16 Suggested packages: [2021-06-17T12:34:31.917Z] #13 37.16 gcc-8-locales seccomp wine64 [2021-06-17T12:34:31.917Z] #13 38.31 The following NEW packages will be installed: [2021-06-17T12:34:31.917Z] #13 38.32 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-17T12:34:31.917Z] #13 38.32 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-17T12:34:31.917Z] #13 38.32 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-17T12:34:31.917Z] #13 38.32 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-17T12:34:31.917Z] #13 38.32 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-17T12:34:31.917Z] #13 38.33 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-17T12:34:31.917Z] #13 38.36 The following packages will be upgraded: [2021-06-17T12:34:31.917Z] #13 38.41 libseccomp2 [2021-06-17T12:34:31.917Z] #13 38.98 1 upgraded, 25 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:34:31.917Z] #13 38.98 Need to get 77.8 MB of archives. [2021-06-17T12:34:31.917Z] #13 38.98 After this operation, 487 MB of additional disk space will be used. [2021-06-17T12:34:31.917Z] #13 38.98 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-06-17T12:34:31.917Z] #13 39.10 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-17T12:34:31.917Z] #13 39.11 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-06-17T12:34:31.917Z] #13 39.32 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-06-17T12:34:31.917Z] #13 39.60 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-06-17T12:34:31.917Z] #13 39.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-06-17T12:34:31.917Z] #13 39.63 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-17T12:34:31.917Z] #13 39.63 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-17T12:34:31.917Z] #13 40.11 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-06-17T12:34:31.917Z] #13 40.34 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-06-17T12:34:31.917Z] #13 40.34 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-06-17T12:34:31.917Z] #13 43.45 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-06-17T12:34:32.179Z] #13 ... [2021-06-17T12:34:32.179Z] [2021-06-17T12:34:32.179Z] #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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:34:32.179Z] #32 sha256:dce599a86d52e6786bdd2988f5e04cbd45284930924eba39d9761c368e1d197d [2021-06-17T12:34:32.179Z] #32 43.93 Checking out files: 89% (1360/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-06-17T12:34:32.179Z] #32 44.50 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-17T12:34:32.179Z] #32 44.85 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:34:32.484Z] #20 30.15 Selecting previously unselected package python3. [2021-06-17T12:34:32.484Z] #20 30.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 ... 24107 files and directories currently installed.) [2021-06-17T12:34:32.484Z] #20 30.19 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-17T12:34:32.484Z] #20 30.21 Unpacking python3 (3.7.3-1) ... [2021-06-17T12:34:32.669Z] #36 29.53 Building dependency tree... [2021-06-17T12:34:32.669Z] #36 ... [2021-06-17T12:34:32.669Z] [2021-06-17T12:34:32.669Z] #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-06-17T12:34:32.669Z] #59 sha256:76e49b51d7e566a7b5b6b5259fc0101eb10229d3cec7530df16a64b7de31c7a9 [2021-06-17T12:34:32.669Z] #59 20.79 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-17T12:34:32.669Z] #59 25.72 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-17T12:34:32.743Z] #20 30.30 Selecting previously unselected package libip4tc0:amd64. [2021-06-17T12:34:32.743Z] #20 30.31 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-17T12:34:32.743Z] #20 30.31 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-17T12:34:32.743Z] #20 30.40 Selecting previously unselected package libip6tc0:amd64. [2021-06-17T12:34:32.743Z] #20 30.40 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-17T12:34:32.743Z] #20 30.41 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-17T12:34:32.743Z] #20 30.50 Selecting previously unselected package libiptc0:amd64. [2021-06-17T12:34:32.743Z] #20 30.50 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-17T12:34:32.926Z] #59 ... [2021-06-17T12:34:32.926Z] [2021-06-17T12:34:32.926Z] #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-06-17T12:34:32.926Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:32.926Z] #36 29.53 Building dependency tree... [2021-06-17T12:34:32.998Z] #36 39.12 The following additional packages will be installed: [2021-06-17T12:34:32.998Z] #36 39.13 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-17T12:34:32.998Z] #36 39.14 Suggested packages: [2021-06-17T12:34:32.998Z] #36 39.15 cmake-doc ninja-build lrzip [2021-06-17T12:34:32.998Z] #36 39.15 Recommended packages: [2021-06-17T12:34:32.998Z] #36 39.15 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-17T12:34:33.001Z] #20 30.51 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-17T12:34:33.001Z] #20 30.59 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-17T12:34:33.001Z] #20 30.60 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-17T12:34:33.001Z] #20 30.61 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-17T12:34:33.001Z] #20 30.66 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-17T12:34:33.001Z] #20 30.67 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-17T12:34:33.001Z] #20 30.67 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-17T12:34:33.001Z] #20 30.75 Selecting previously unselected package libnftnl11:amd64. [2021-06-17T12:34:33.001Z] #20 30.75 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-17T12:34:33.260Z] #20 30.76 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-17T12:34:33.260Z] #20 30.83 Selecting previously unselected package iptables. [2021-06-17T12:34:33.260Z] #20 30.84 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-17T12:34:33.260Z] #20 30.84 Unpacking iptables (1.8.2-4) ... [2021-06-17T12:34:33.518Z] #20 31.15 Selecting previously unselected package xxd. [2021-06-17T12:34:33.518Z] #20 31.15 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-17T12:34:33.518Z] #20 31.16 Unpacking xxd (2:8.1.0875-5) ... [2021-06-17T12:34:33.518Z] #20 31.26 Selecting previously unselected package vim-common. [2021-06-17T12:34:33.777Z] #20 31.26 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-17T12:34:33.777Z] #20 31.29 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-17T12:34:33.777Z] #20 31.46 Selecting previously unselected package bash-completion. [2021-06-17T12:34:33.777Z] #20 31.46 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-17T12:34:33.929Z] #36 39.96 The following NEW packages will be installed: [2021-06-17T12:34:33.929Z] #36 39.97 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-17T12:34:33.929Z] #36 39.98 vim-common xxd [2021-06-17T12:34:33.929Z] #36 40.36 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:34:33.929Z] #36 40.36 Need to get 14.9 MB of archives. [2021-06-17T12:34:33.929Z] #36 40.36 After this operation, 61.8 MB of additional disk space will be used. [2021-06-17T12:34:33.929Z] #36 40.36 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-17T12:34:34.186Z] #36 40.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-17T12:34:34.186Z] #36 40.37 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-17T12:34:34.186Z] #36 40.46 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-17T12:34:34.291Z] #36 ... [2021-06-17T12:34:34.291Z] [2021-06-17T12:34:34.291Z] #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-06-17T12:34:34.291Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:34:34.291Z] #40 21.82 Checking out files: 96% (1644/1695) Checking out files: 97% (1645/1695) Checking out files: 98% (1662/1695) Checking out files: 99% (1679/1695) Checking out files: 100% (1695/1695) Checking out files: 100% (1695/1695), done. [2021-06-17T12:34:34.291Z] #40 21.92 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-17T12:34:34.291Z] #40 24.22 + 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-06-17T12:34:34.291Z] #40 ... [2021-06-17T12:34:34.291Z] [2021-06-17T12:34:34.291Z] #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-06-17T12:34:34.291Z] #56 sha256:cb33f2aa06ba0dbdce972c5d49d501db5a057b9274dcf7711f29c2d37908aaa9 [2021-06-17T12:34:34.291Z] #56 25.94 Reading package lists... [2021-06-17T12:34:34.750Z] #36 41.16 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-06-17T12:34:35.007Z] #36 41.21 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-17T12:34:35.007Z] #36 41.23 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-17T12:34:35.007Z] #36 41.25 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-17T12:34:35.007Z] #36 41.25 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-17T12:34:35.007Z] #36 41.27 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-17T12:34:35.261Z] #56 31.79 Building dependency tree... [2021-06-17T12:34:35.480Z] #32 ... [2021-06-17T12:34:35.480Z] [2021-06-17T12:34:35.480Z] #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-06-17T12:34:35.480Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:35.480Z] #13 45.53 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-17T12:34:35.480Z] #13 45.53 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-17T12:34:35.480Z] #13 45.54 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-17T12:34:35.480Z] #13 45.54 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-17T12:34:35.480Z] #13 45.54 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-06-17T12:34:35.480Z] #13 45.55 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-17T12:34:35.480Z] #13 45.55 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-17T12:34:35.480Z] #13 45.57 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-17T12:34:35.480Z] #13 45.59 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-17T12:34:35.480Z] #13 45.61 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-17T12:34:35.480Z] #13 45.62 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-17T12:34:35.480Z] #13 45.68 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-17T12:34:35.480Z] #13 45.69 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-06-17T12:34:35.480Z] #13 45.69 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-17T12:34:35.480Z] #13 46.66 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:34:35.480Z] #13 46.85 Fetched 77.8 MB in 7s (11.1 MB/s) [2021-06-17T12:34:35.480Z] #13 46.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-17T12:34:35.481Z] #13 47.00 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-17T12:34:35.481Z] #13 47.03 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-17T12:34:35.481Z] #13 47.29 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-17T12:34:35.481Z] #13 47.44 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-17T12:34:35.481Z] #13 47.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 ... 15421 files and directories currently installed.) [2021-06-17T12:34:35.481Z] #13 47.52 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-17T12:34:35.481Z] #13 47.53 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-17T12:34:35.938Z] #36 ... [2021-06-17T12:34:35.938Z] [2021-06-17T12:34:35.938Z] #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-06-17T12:34:35.938Z] #56 sha256:cb33f2aa06ba0dbdce972c5d49d501db5a057b9274dcf7711f29c2d37908aaa9 [2021-06-17T12:34:35.938Z] #56 30.93 Reading package lists... [2021-06-17T12:34:35.938Z] #56 36.94 Building dependency tree... [2021-06-17T12:34:35.938Z] #56 40.06 The following additional packages will be installed: [2021-06-17T12:34:35.938Z] #56 40.07 libbtrfs0 [2021-06-17T12:34:35.938Z] #56 40.21 The following NEW packages will be installed: [2021-06-17T12:34:35.938Z] #56 40.22 libbtrfs-dev libbtrfs0 [2021-06-17T12:34:35.938Z] #56 40.58 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:34:35.938Z] #56 40.58 Need to get 119 kB of archives. [2021-06-17T12:34:35.938Z] #56 40.58 After this operation, 387 kB of additional disk space will be used. [2021-06-17T12:34:35.938Z] #56 40.58 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-17T12:34:35.938Z] #56 40.59 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-17T12:34:35.938Z] #56 41.71 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:34:35.938Z] #56 41.97 Fetched 119 kB in 0s (448 kB/s) [2021-06-17T12:34:35.938Z] #56 42.06 Selecting previously unselected package libbtrfs0. [2021-06-17T12:34:35.938Z] #56 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-06-17T12:34:35.938Z] #56 42.15 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-17T12:34:35.938Z] #56 42.16 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-17T12:34:35.938Z] #56 42.28 Selecting previously unselected package libbtrfs-dev. [2021-06-17T12:34:35.938Z] #56 42.30 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-17T12:34:35.938Z] #56 42.31 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-17T12:34:36.195Z] #56 42.57 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-17T12:34:36.195Z] #56 42.62 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-17T12:34:36.311Z] #20 33.76 Unpacking bash-completion (1:2.8-6) ... [2021-06-17T12:34:36.311Z] #20 34.05 Selecting previously unselected package bzip2. [2021-06-17T12:34:36.454Z] #56 42.63 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:34:36.569Z] #20 34.05 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-17T12:34:36.569Z] #20 34.06 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-17T12:34:36.569Z] #20 34.16 Selecting previously unselected package xz-utils. [2021-06-17T12:34:36.569Z] #20 34.16 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-06-17T12:34:36.569Z] #20 34.18 Unpacking xz-utils (5.2.4-1) ... [2021-06-17T12:34:36.710Z] #56 ... [2021-06-17T12:34:36.710Z] [2021-06-17T12:34:36.710Z] #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-06-17T12:34:36.710Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:36.710Z] #36 42.65 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:34:36.710Z] #36 42.91 Fetched 14.9 MB in 1s (10.2 MB/s) [2021-06-17T12:34:36.710Z] #36 43.05 Selecting previously unselected package xxd. [2021-06-17T12:34:36.710Z] #36 43.05 (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-06-17T12:34:36.828Z] #20 34.34 Selecting previously unselected package apparmor. [2021-06-17T12:34:36.828Z] #20 34.35 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-06-17T12:34:36.828Z] #20 34.44 Unpacking apparmor (2.13.2-10) ... [2021-06-17T12:34:36.878Z] #13 ... [2021-06-17T12:34:36.878Z] [2021-06-17T12:34:36.878Z] #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-06-17T12:34:36.878Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:36.878Z] #36 41.87 Fetched 14.9 MB in 2s (9673 kB/s) [2021-06-17T12:34:36.878Z] #36 41.97 Selecting previously unselected package xxd. [2021-06-17T12:34:36.878Z] #36 41.97 (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-06-17T12:34:36.878Z] #36 42.06 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-17T12:34:36.878Z] #36 42.07 Unpacking xxd (2:8.1.0875-5) ... [2021-06-17T12:34:36.878Z] #36 42.32 Selecting previously unselected package vim-common. [2021-06-17T12:34:36.878Z] #36 42.32 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-17T12:34:36.878Z] #36 42.36 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-17T12:34:36.878Z] #36 42.71 Selecting previously unselected package cmake-data. [2021-06-17T12:34:36.878Z] #36 42.71 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-17T12:34:36.878Z] #36 42.72 Unpacking cmake-data (3.13.4-1) ... [2021-06-17T12:34:36.878Z] #36 45.58 Selecting previously unselected package libicu63:amd64. [2021-06-17T12:34:36.878Z] #36 45.59 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-17T12:34:36.878Z] #36 45.62 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-17T12:34:36.878Z] #36 ... [2021-06-17T12:34:36.878Z] [2021-06-17T12:34:36.878Z] #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-06-17T12:34:36.878Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:36.878Z] #44 42.59 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:34:36.878Z] #44 42.76 Fetched 6695 kB in 1s (4538 kB/s) [2021-06-17T12:34:36.878Z] #44 42.86 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-17T12:34:36.878Z] #44 42.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 ... 15421 files and directories currently installed.) [2021-06-17T12:34:36.878Z] #44 42.92 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:34:36.878Z] #44 43.01 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:36.878Z] #44 43.68 Selecting previously unselected package python3.7-minimal. [2021-06-17T12:34:36.878Z] #44 43.68 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:34:36.878Z] #44 43.71 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-17T12:34:36.878Z] #44 45.30 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:36.878Z] #44 45.33 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-17T12:34:36.878Z] #44 49.67 Selecting previously unselected package python3-minimal. [2021-06-17T12:34:36.878Z] #44 49.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15661 files and directories currently installed.) [2021-06-17T12:34:36.878Z] #44 49.76 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-17T12:34:36.878Z] #44 49.76 Unpacking python3-minimal (3.7.3-1) ... [2021-06-17T12:34:36.878Z] #44 49.91 Selecting previously unselected package libmpdec2:amd64. [2021-06-17T12:34:36.878Z] #44 49.93 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-17T12:34:36.878Z] #44 49.95 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-17T12:34:36.878Z] #44 50.12 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-17T12:34:36.878Z] #44 50.13 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:34:36.878Z] #44 50.13 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:36.967Z] #36 43.10 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-17T12:34:36.967Z] #36 43.13 Unpacking xxd (2:8.1.0875-5) ... [2021-06-17T12:34:37.086Z] #20 34.78 Selecting previously unselected package aufs-tools. [2021-06-17T12:34:37.086Z] #20 34.78 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-17T12:34:37.086Z] #20 34.79 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-17T12:34:37.158Z] #56 34.94 The following additional packages will be installed: [2021-06-17T12:34:37.158Z] #56 34.95 libbtrfs0 [2021-06-17T12:34:37.158Z] #56 35.14 The following NEW packages will be installed: [2021-06-17T12:34:37.158Z] #56 35.16 libbtrfs-dev libbtrfs0 [2021-06-17T12:34:37.225Z] #36 ... [2021-06-17T12:34:37.225Z] [2021-06-17T12:34:37.225Z] #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-06-17T12:34:37.225Z] #56 sha256:cb33f2aa06ba0dbdce972c5d49d501db5a057b9274dcf7711f29c2d37908aaa9 [2021-06-17T12:34:37.225Z] #56 DONE 43.6s [2021-06-17T12:34:37.225Z] [2021-06-17T12:34:37.225Z] #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-06-17T12:34:37.225Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:37.225Z] #36 43.55 Selecting previously unselected package vim-common. [2021-06-17T12:34:37.225Z] #36 43.55 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-17T12:34:37.225Z] #36 43.59 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-17T12:34:37.345Z] #20 34.93 Selecting previously unselected package libonig5:amd64. [2021-06-17T12:34:37.345Z] #20 34.93 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-06-17T12:34:37.345Z] #20 34.95 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-17T12:34:37.450Z] #44 52.21 Selecting previously unselected package python3.7. [2021-06-17T12:34:37.450Z] #44 52.21 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:34:37.450Z] #44 52.31 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:37.450Z] #44 ... [2021-06-17T12:34:37.450Z] [2021-06-17T12:34:37.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-06-17T12:34:37.450Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:37.450Z] #36 52.51 Selecting previously unselected package libxml2:amd64. [2021-06-17T12:34:37.450Z] #36 52.58 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-06-17T12:34:37.603Z] #20 35.09 Selecting previously unselected package libjq1:amd64. [2021-06-17T12:34:37.603Z] #20 35.10 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-17T12:34:37.603Z] #20 35.11 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-17T12:34:37.603Z] #20 35.23 Selecting previously unselected package jq. [2021-06-17T12:34:37.603Z] #20 35.24 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-17T12:34:37.603Z] #20 35.24 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-17T12:34:37.712Z] #36 ... [2021-06-17T12:34:37.712Z] [2021-06-17T12:34:37.712Z] #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-06-17T12:34:37.712Z] #48 sha256:ace12bef0660de46147df87ff005b7d1c9b6d8e005e965ec9f1aa13703c5931c [2021-06-17T12:34:37.712Z] #48 DONE 52.6s [2021-06-17T12:34:37.712Z] [2021-06-17T12:34:37.712Z] #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-06-17T12:34:37.712Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:37.712Z] #36 52.63 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-17T12:34:37.729Z] #56 35.61 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:34:37.729Z] #56 35.61 Need to get 119 kB of archives. [2021-06-17T12:34:37.729Z] #56 35.61 After this operation, 387 kB of additional disk space will be used. [2021-06-17T12:34:37.729Z] #56 35.61 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-17T12:34:37.729Z] #56 35.61 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-17T12:34:37.789Z] #36 44.12 Selecting previously unselected package cmake-data. [2021-06-17T12:34:37.789Z] #36 44.12 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-17T12:34:37.789Z] #36 44.15 Unpacking cmake-data (3.13.4-1) ... [2021-06-17T12:34:37.862Z] #20 35.33 Selecting previously unselected package libaio1:amd64. [2021-06-17T12:34:37.862Z] #20 35.34 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-06-17T12:34:37.862Z] #20 35.35 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-17T12:34:37.862Z] #20 35.42 Selecting previously unselected package libgpm2:amd64. [2021-06-17T12:34:37.862Z] #20 35.42 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-06-17T12:34:37.862Z] #20 35.43 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-17T12:34:37.862Z] #20 35.48 Selecting previously unselected package libicu63:amd64. [2021-06-17T12:34:37.862Z] #20 35.49 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-17T12:34:37.862Z] #20 35.50 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-17T12:34:38.285Z] #36 53.36 Selecting previously unselected package libarchive13:amd64. [2021-06-17T12:34:38.285Z] #36 53.39 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-17T12:34:38.285Z] #36 53.39 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-17T12:34:38.657Z] #56 36.67 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:34:38.914Z] #56 36.85 Fetched 119 kB in 0s (424 kB/s) [2021-06-17T12:34:38.914Z] #56 36.96 Selecting previously unselected package libbtrfs0. [2021-06-17T12:34:39.170Z] #56 36.96 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-17T12:34:39.170Z] #56 37.06 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-17T12:34:39.170Z] #56 37.07 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-17T12:34:39.170Z] #56 37.22 Selecting previously unselected package libbtrfs-dev. [2021-06-17T12:34:39.170Z] #56 37.23 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-17T12:34:39.170Z] #56 37.23 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-17T12:34:39.227Z] #36 54.28 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-17T12:34:39.227Z] #36 54.29 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-17T12:34:39.227Z] #36 54.29 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-17T12:34:39.426Z] #56 37.44 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-17T12:34:39.426Z] #56 37.47 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-17T12:34:39.426Z] #56 37.48 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:34:39.487Z] #36 54.44 Selecting previously unselected package librhash0:amd64. [2021-06-17T12:34:39.487Z] #36 54.44 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-06-17T12:34:39.487Z] #36 54.45 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-17T12:34:39.487Z] #36 54.60 Selecting previously unselected package libuv1:amd64. [2021-06-17T12:34:39.487Z] #36 54.60 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-06-17T12:34:39.487Z] #36 54.61 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-17T12:34:39.748Z] #36 54.75 Selecting previously unselected package cmake. [2021-06-17T12:34:39.748Z] #36 54.77 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-06-17T12:34:39.748Z] #36 54.78 Unpacking cmake (3.13.4-1) ... [2021-06-17T12:34:39.805Z] ok github.com/docker/docker/container 0.142s coverage: 34.6% of statements [2021-06-17T12:34:39.992Z] #56 DONE 38.0s [2021-06-17T12:34:39.992Z] [2021-06-17T12:34:39.992Z] #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-06-17T12:34:39.992Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:39.992Z] #36 32.64 The following additional packages will be installed: [2021-06-17T12:34:39.992Z] #36 32.66 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-17T12:34:39.992Z] #36 32.67 Suggested packages: [2021-06-17T12:34:39.992Z] #36 32.67 cmake-doc ninja-build lrzip [2021-06-17T12:34:39.992Z] #36 32.67 Recommended packages: [2021-06-17T12:34:39.992Z] #36 32.67 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-17T12:34:39.992Z] #36 33.47 The following NEW packages will be installed: [2021-06-17T12:34:39.993Z] #36 33.51 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-17T12:34:39.993Z] #36 33.51 vim-common xxd [2021-06-17T12:34:39.993Z] #36 33.88 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:34:39.993Z] #36 33.88 Need to get 14.9 MB of archives. [2021-06-17T12:34:39.993Z] #36 33.88 After this operation, 61.8 MB of additional disk space will be used. [2021-06-17T12:34:39.993Z] #36 33.88 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-17T12:34:39.993Z] #36 33.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-17T12:34:39.993Z] #36 33.88 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-17T12:34:39.993Z] #36 34.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-17T12:34:39.993Z] #36 34.71 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-06-17T12:34:39.993Z] #36 34.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-17T12:34:39.993Z] #36 34.80 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-17T12:34:39.993Z] #36 34.81 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-17T12:34:39.993Z] #36 34.81 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-17T12:34:39.993Z] #36 34.83 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-17T12:34:39.993Z] #36 36.30 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:34:39.993Z] #36 36.48 Fetched 14.9 MB in 1s (9990 kB/s) [2021-06-17T12:34:39.993Z] #36 36.60 Selecting previously unselected package xxd. [2021-06-17T12:34:39.993Z] #36 36.60 (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-06-17T12:34:39.993Z] #36 36.68 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-17T12:34:39.993Z] #36 36.70 Unpacking xxd (2:8.1.0875-5) ... [2021-06-17T12:34:39.993Z] #36 36.88 Selecting previously unselected package vim-common. [2021-06-17T12:34:39.993Z] #36 36.88 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-17T12:34:39.993Z] #36 36.92 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-17T12:34:39.993Z] #36 37.24 Selecting previously unselected package cmake-data. [2021-06-17T12:34:39.993Z] #36 37.24 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-17T12:34:39.993Z] #36 37.25 Unpacking cmake-data (3.13.4-1) ... [2021-06-17T12:34:39.993Z] #36 ... [2021-06-17T12:34:39.993Z] [2021-06-17T12:34:39.993Z] #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-06-17T12:34:39.993Z] #50 sha256:97217607610e5478fc1f9c9f2eb8a0e645a52663e2da531816be684a0360c971 [2021-06-17T12:34:39.993Z] #50 28.12 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-17T12:34:39.993Z] #50 28.12 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-17T12:34:39.993Z] #50 28.33 go: downloading golang.org/x/text v0.3.2 [2021-06-17T12:34:39.993Z] #50 34.14 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-17T12:34:39.993Z] #50 34.20 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-17T12:34:39.993Z] #50 34.32 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-17T12:34:39.993Z] #50 34.34 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-17T12:34:39.993Z] #50 34.41 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-17T12:34:39.993Z] #50 35.87 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-17T12:34:39.993Z] #50 35.95 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-17T12:34:39.993Z] #50 36.06 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-17T12:34:40.009Z] #36 ... [2021-06-17T12:34:40.009Z] [2021-06-17T12:34:40.009Z] #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-06-17T12:34:40.009Z] #52 sha256:7d781397991fbc213f8eaa938a33a3a8fe814ad643ee2e9278a5ac39e4133766 [2021-06-17T12:34:40.009Z] #52 45.12 internal/reflectlite [2021-06-17T12:34:40.009Z] #52 45.12 sync [2021-06-17T12:34:40.009Z] #52 46.75 internal/testlog [2021-06-17T12:34:40.009Z] #52 47.68 sort [2021-06-17T12:34:40.009Z] #52 47.69 errors [2021-06-17T12:34:40.009Z] #52 48.10 io [2021-06-17T12:34:40.009Z] #52 48.93 internal/oserror [2021-06-17T12:34:40.009Z] #52 49.04 syscall [2021-06-17T12:34:40.009Z] #52 49.68 bytes [2021-06-17T12:34:40.009Z] #52 52.24 strconv [2021-06-17T12:34:40.249Z] #50 ... [2021-06-17T12:34:40.249Z] [2021-06-17T12:34:40.249Z] #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-06-17T12:34:40.249Z] #57 sha256:05dd27e7f518bf65da2c35f685ff51c02dc2ebbe16383134356f132835cf23bd [2021-06-17T12:34:40.270Z] #52 ... [2021-06-17T12:34:40.270Z] [2021-06-17T12:34:40.270Z] #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-06-17T12:34:40.270Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:40.270Z] #44 52.64 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-17T12:34:40.270Z] #44 52.65 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-17T12:34:40.270Z] #44 52.68 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-17T12:34:40.270Z] #44 53.01 Setting up python3-minimal (3.7.3-1) ... [2021-06-17T12:34:40.270Z] #44 54.50 Selecting previously unselected package python3. [2021-06-17T12:34:40.270Z] #44 54.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16073 files and directories currently installed.) [2021-06-17T12:34:40.270Z] #44 54.56 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ... [2021-06-17T12:34:40.270Z] #44 54.58 Unpacking python3 (3.7.3-1) ... [2021-06-17T12:34:40.270Z] #44 54.73 Selecting previously unselected package libprotobuf17:amd64. [2021-06-17T12:34:40.270Z] #44 54.73 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-06-17T12:34:40.270Z] #44 54.74 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-17T12:34:40.531Z] #44 ... [2021-06-17T12:34:40.531Z] [2021-06-17T12:34:40.531Z] #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-06-17T12:34:40.531Z] #46 sha256:76a5118bb661680c55e5dd13732a52dfdf926666922fc659319acbdeae30d026 [2021-06-17T12:34:40.531Z] #46 45.67 sync [2021-06-17T12:34:40.531Z] #46 45.68 internal/reflectlite [2021-06-17T12:34:40.531Z] #46 47.37 github.com/LK4D4/vndr/godl/singleflight [2021-06-17T12:34:40.531Z] #46 47.72 math/rand [2021-06-17T12:34:40.531Z] #46 48.93 internal/singleflight [2021-06-17T12:34:40.531Z] #46 49.10 io [2021-06-17T12:34:40.531Z] #46 49.27 strconv [2021-06-17T12:34:40.531Z] #46 50.49 bytes [2021-06-17T12:34:40.531Z] #46 52.37 strings [2021-06-17T12:34:40.531Z] #46 53.39 reflect [2021-06-17T12:34:40.531Z] #46 55.24 bufio [2021-06-17T12:34:40.792Z] #46 ... [2021-06-17T12:34:40.792Z] [2021-06-17T12:34:40.792Z] #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-06-17T12:34:40.792Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:40.792Z] #44 55.57 Selecting previously unselected package python3-pkg-resources. [2021-06-17T12:34:40.792Z] #44 55.58 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-17T12:34:40.792Z] #44 55.59 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-17T12:34:41.052Z] #44 55.75 Selecting previously unselected package python3-six. [2021-06-17T12:34:41.052Z] #44 55.76 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-06-17T12:34:41.052Z] #44 55.76 Unpacking python3-six (1.12.0-1) ... [2021-06-17T12:34:41.052Z] #44 55.84 Selecting previously unselected package python3-protobuf. [2021-06-17T12:34:41.052Z] #44 55.84 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ... [2021-06-17T12:34:41.052Z] #44 55.86 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-06-17T12:34:41.060Z] #36 ... [2021-06-17T12:34:41.060Z] [2021-06-17T12:34:41.061Z] #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-06-17T12:34:41.061Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:41.061Z] #44 31.10 Reading package lists... [2021-06-17T12:34:41.061Z] #44 36.91 Building dependency tree... [2021-06-17T12:34:41.061Z] #44 40.32 The following additional packages will be installed: [2021-06-17T12:34:41.061Z] #44 40.33 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-06-17T12:34:41.061Z] #44 40.33 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-06-17T12:34:41.061Z] #44 40.33 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-17T12:34:41.061Z] #44 40.34 python3.7-minimal [2021-06-17T12:34:41.061Z] #44 40.35 Suggested packages: [2021-06-17T12:34:41.061Z] #44 40.36 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-06-17T12:34:41.061Z] #44 40.36 python3.7-doc binfmt-support [2021-06-17T12:34:41.061Z] #44 41.46 The following NEW packages will be installed: [2021-06-17T12:34:41.061Z] #44 41.46 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-06-17T12:34:41.061Z] #44 41.46 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-06-17T12:34:41.061Z] #44 41.46 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-17T12:34:41.061Z] #44 41.47 python3.7-minimal [2021-06-17T12:34:41.061Z] #44 41.92 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:34:41.061Z] #44 41.92 Need to get 6695 kB of archives. [2021-06-17T12:34:41.061Z] #44 41.92 After this operation, 33.1 MB of additional disk space will be used. [2021-06-17T12:34:41.061Z] #44 41.92 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-17T12:34:41.061Z] #44 41.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-17T12:34:41.061Z] #44 42.19 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-17T12:34:41.061Z] #44 42.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-17T12:34:41.061Z] #44 42.23 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-17T12:34:41.061Z] #44 42.36 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-17T12:34:41.061Z] #44 42.40 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-17T12:34:41.061Z] #44 42.40 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-06-17T12:34:41.061Z] #44 42.40 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-17T12:34:41.061Z] #44 42.41 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-06-17T12:34:41.061Z] #44 42.47 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-17T12:34:41.061Z] #44 42.49 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] [2021-06-17T12:34:41.061Z] #44 42.49 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB] [2021-06-17T12:34:41.061Z] #44 42.52 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-17T12:34:41.061Z] #44 42.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-17T12:34:41.061Z] #44 42.53 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-17T12:34:41.061Z] #44 44.26 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:34:41.061Z] #44 44.53 Fetched 6695 kB in 1s (5278 kB/s) [2021-06-17T12:34:41.061Z] #44 44.65 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-17T12:34:41.061Z] #44 44.65 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-17T12:34:41.061Z] #44 44.74 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:34:41.061Z] #44 44.75 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:41.061Z] #44 45.47 Selecting previously unselected package python3.7-minimal. [2021-06-17T12:34:41.061Z] #44 45.48 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:34:41.061Z] #44 45.49 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-17T12:34:41.061Z] #44 ... [2021-06-17T12:34:41.061Z] [2021-06-17T12:34:41.061Z] #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-06-17T12:34:41.061Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:41.061Z] #36 47.17 Selecting previously unselected package libicu63:amd64. [2021-06-17T12:34:41.061Z] #36 47.17 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-17T12:34:41.061Z] #36 47.19 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-17T12:34:41.146Z] #20 38.45 Selecting previously unselected package libnet1:amd64. [2021-06-17T12:34:41.146Z] #20 38.46 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-17T12:34:41.146Z] #20 38.47 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-17T12:34:41.146Z] #20 38.55 Selecting previously unselected package libnl-3-200:amd64. [2021-06-17T12:34:41.146Z] #20 38.56 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-17T12:34:41.146Z] #20 38.56 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-17T12:34:41.146Z] #20 38.64 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-17T12:34:41.146Z] #20 38.64 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-17T12:34:41.146Z] #20 38.65 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-17T12:34:41.146Z] #20 38.70 Selecting previously unselected package libreadline5:amd64. [2021-06-17T12:34:41.146Z] #20 38.70 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-17T12:34:41.146Z] #20 38.71 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-17T12:34:41.405Z] #20 38.84 Selecting previously unselected package net-tools. [2021-06-17T12:34:41.405Z] #20 38.85 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-17T12:34:41.405Z] #20 38.85 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-17T12:34:41.405Z] #20 39.01 Selecting previously unselected package patch. [2021-06-17T12:34:41.405Z] #20 39.01 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-17T12:34:41.405Z] #20 39.02 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-17T12:34:41.405Z] #20 39.13 Selecting previously unselected package python-pip-whl. [2021-06-17T12:34:41.624Z] #36 ... [2021-06-17T12:34:41.624Z] [2021-06-17T12:34:41.624Z] #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-06-17T12:34:41.624Z] #50 sha256:412422c0ba307e37b8224e794af0e5c79fd9031c05751c88b14faba17d30537f [2021-06-17T12:34:41.624Z] #50 37.75 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-17T12:34:41.624Z] #50 37.77 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-17T12:34:41.624Z] #50 37.84 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-17T12:34:41.624Z] #50 37.91 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-17T12:34:41.624Z] #50 37.94 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-17T12:34:41.624Z] #50 39.18 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-17T12:34:41.624Z] #50 39.34 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-17T12:34:41.624Z] #50 39.52 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-17T12:34:41.624Z] #50 ... [2021-06-17T12:34:41.624Z] [2021-06-17T12:34:41.624Z] #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-06-17T12:34:41.624Z] #52 sha256:839a0c1e6e377a35338cbed3ada9a70dc0f10a65b760653f89ea6e9ec71d38da [2021-06-17T12:34:41.624Z] #52 47.98 internal/testlog [2021-06-17T12:34:41.624Z] #52 47.99 internal/reflectlite [2021-06-17T12:34:41.624Z] #44 56.28 Selecting previously unselected package libnet1:amd64. [2021-06-17T12:34:41.625Z] #44 56.28 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-17T12:34:41.625Z] #44 56.29 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-17T12:34:41.625Z] #44 56.44 Selecting previously unselected package libnl-3-200:amd64. [2021-06-17T12:34:41.625Z] #44 56.44 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-17T12:34:41.625Z] #44 56.45 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-17T12:34:41.664Z] #20 39.13 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-17T12:34:41.664Z] #20 39.14 Unpacking python-pip-whl (18.1-5) ... [2021-06-17T12:34:41.720Z] ok github.com/docker/docker/cmd/dockerd 0.274s coverage: 29.1% of statements [2021-06-17T12:34:41.720Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-17T12:34:41.720Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-17T12:34:41.720Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-17T12:34:41.720Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-17T12:34:41.885Z] #44 56.59 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-17T12:34:41.885Z] #44 56.59 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-17T12:34:41.885Z] #44 56.60 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-17T12:34:41.885Z] #44 56.69 Selecting previously unselected package criu. [2021-06-17T12:34:41.885Z] #44 56.70 Preparing to unpack .../8-criu_3.15-1_amd64.deb ... [2021-06-17T12:34:41.885Z] #44 56.72 Unpacking criu (3.15-1) ... [2021-06-17T12:34:41.923Z] #20 39.62 Selecting previously unselected package python3-lib2to3. [2021-06-17T12:34:41.923Z] #20 39.62 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-17T12:34:41.923Z] #20 39.63 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-17T12:34:42.140Z] #57 ... [2021-06-17T12:34:42.140Z] [2021-06-17T12:34:42.140Z] #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-06-17T12:34:42.140Z] #46 sha256:c9bb6cc204887e09cd1094bc86977a4a90e5838420979de2d30fad843c71c3af [2021-06-17T12:34:42.140Z] #46 30.18 vendor/golang.org/x/crypto/internal/subtle [2021-06-17T12:34:42.182Z] #20 39.74 Selecting previously unselected package python3-distutils. [2021-06-17T12:34:42.182Z] #20 39.75 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-17T12:34:42.182Z] #20 39.77 Unpacking python3-distutils (3.7.3-1) ... [2021-06-17T12:34:42.188Z] #52 ... [2021-06-17T12:34:42.188Z] [2021-06-17T12:34:42.188Z] #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-06-17T12:34:42.188Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:42.188Z] #13 27.05 Reading package lists... [2021-06-17T12:34:42.188Z] #13 33.54 Building dependency tree... [2021-06-17T12:34:42.188Z] #13 37.23 The following additional packages will be installed: [2021-06-17T12:34:42.188Z] #13 37.24 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-17T12:34:42.188Z] #13 37.24 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-17T12:34:42.188Z] #13 37.24 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-17T12:34:42.188Z] #13 37.24 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2021-06-17T12:34:42.188Z] #13 37.25 mingw-w64-x86-64-dev [2021-06-17T12:34:42.188Z] #13 37.26 Suggested packages: [2021-06-17T12:34:42.188Z] #13 37.27 gcc-8-locales seccomp wine64 [2021-06-17T12:34:42.188Z] #13 38.57 The following NEW packages will be installed: [2021-06-17T12:34:42.188Z] #13 38.57 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-17T12:34:42.188Z] #13 38.57 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-17T12:34:42.188Z] #13 38.57 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-17T12:34:42.188Z] #13 38.57 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-17T12:34:42.188Z] #13 38.57 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-17T12:34:42.188Z] #13 38.63 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-17T12:34:42.188Z] #13 38.68 The following packages will be upgraded: [2021-06-17T12:34:42.188Z] #13 38.68 libseccomp2 [2021-06-17T12:34:42.188Z] #13 39.29 1 upgraded, 25 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:34:42.188Z] #13 39.29 Need to get 77.8 MB of archives. [2021-06-17T12:34:42.188Z] #13 39.29 After this operation, 487 MB of additional disk space will be used. [2021-06-17T12:34:42.188Z] #13 39.29 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-17T12:34:42.188Z] #13 39.31 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-06-17T12:34:42.188Z] #13 39.32 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-06-17T12:34:42.188Z] #13 39.53 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-06-17T12:34:42.188Z] #13 39.81 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-06-17T12:34:42.188Z] #13 39.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-06-17T12:34:42.188Z] #13 39.85 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-17T12:34:42.188Z] #13 39.86 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-17T12:34:42.188Z] #13 40.23 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-06-17T12:34:42.188Z] #13 40.74 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-06-17T12:34:42.188Z] #13 40.76 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-06-17T12:34:42.400Z] #46 ... [2021-06-17T12:34:42.400Z] [2021-06-17T12:34:42.400Z] #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-06-17T12:34:42.400Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:42.400Z] #36 40.07 Selecting previously unselected package libicu63:amd64. [2021-06-17T12:34:42.400Z] #36 40.07 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-17T12:34:42.400Z] #36 40.08 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-17T12:34:42.400Z] #36 ... [2021-06-17T12:34:42.400Z] [2021-06-17T12:34:42.400Z] #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-06-17T12:34:42.400Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:42.400Z] #44 24.34 Reading package lists... [2021-06-17T12:34:42.400Z] #44 30.45 Reading package lists... [2021-06-17T12:34:42.400Z] #44 36.20 Building dependency tree... [2021-06-17T12:34:42.400Z] #44 39.50 The following additional packages will be installed: [2021-06-17T12:34:42.400Z] #44 39.51 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-06-17T12:34:42.400Z] #44 39.51 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-06-17T12:34:42.400Z] #44 39.51 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-17T12:34:42.400Z] #44 39.51 python3.7-minimal [2021-06-17T12:34:42.400Z] #44 39.53 Suggested packages: [2021-06-17T12:34:42.400Z] #44 39.53 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-06-17T12:34:42.400Z] #44 39.53 python3.7-doc binfmt-support [2021-06-17T12:34:42.441Z] #20 39.90 Selecting previously unselected package python3-pip. [2021-06-17T12:34:42.441Z] #20 39.92 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-17T12:34:42.441Z] #20 39.93 Unpacking python3-pip (18.1-5) ... [2021-06-17T12:34:42.441Z] #20 40.08 Selecting previously unselected package python3-pkg-resources. [2021-06-17T12:34:42.441Z] #20 40.09 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-17T12:34:42.441Z] #20 40.09 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-17T12:34:42.445Z] #13 ... [2021-06-17T12:34:42.445Z] [2021-06-17T12:34:42.445Z] #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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:34:42.445Z] #32 sha256:dce599a86d52e6786bdd2988f5e04cbd45284930924eba39d9761c368e1d197d [2021-06-17T12:34:42.445Z] #32 46.30 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-06-17T12:34:42.445Z] #32 46.87 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-17T12:34:42.445Z] #32 47.22 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:34:42.457Z] #44 57.31 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-17T12:34:42.457Z] #44 57.35 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-17T12:34:42.457Z] #44 57.37 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-17T12:34:42.457Z] #44 57.39 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-17T12:34:42.457Z] #44 57.41 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-17T12:34:42.700Z] #20 40.22 Selecting previously unselected package python3-setuptools. [2021-06-17T12:34:42.700Z] #20 40.22 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-17T12:34:42.700Z] #20 40.23 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-17T12:34:42.700Z] #20 40.46 Selecting previously unselected package python3-wheel. [2021-06-17T12:34:42.717Z] #44 57.46 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:42.717Z] #44 57.47 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-17T12:34:42.717Z] #44 57.49 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:42.958Z] #20 40.47 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-17T12:34:42.958Z] #20 40.47 Unpacking python3-wheel (0.32.3-2) ... [2021-06-17T12:34:42.958Z] #20 40.55 Selecting previously unselected package sudo. [2021-06-17T12:34:42.959Z] #20 40.55 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-17T12:34:42.959Z] #20 40.56 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-17T12:34:42.964Z] #44 40.68 The following NEW packages will be installed: [2021-06-17T12:34:42.964Z] #44 40.71 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-06-17T12:34:42.964Z] #44 40.71 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-06-17T12:34:42.964Z] #44 40.71 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-17T12:34:42.964Z] #44 40.71 python3.7-minimal [2021-06-17T12:34:43.218Z] #20 40.90 Selecting previously unselected package thin-provisioning-tools. [2021-06-17T12:34:43.218Z] #20 40.91 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-17T12:34:43.218Z] #20 40.91 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-17T12:34:43.221Z] #44 ... [2021-06-17T12:34:43.221Z] [2021-06-17T12:34:43.221Z] #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-06-17T12:34:43.221Z] #57 sha256:05dd27e7f518bf65da2c35f685ff51c02dc2ebbe16383134356f132835cf23bd [2021-06-17T12:34:43.221Z] #57 3.221 + RM_GOPATH=0 [2021-06-17T12:34:43.221Z] #57 3.221 + TMP_GOPATH= [2021-06-17T12:34:43.221Z] #57 3.221 + : /build [2021-06-17T12:34:43.221Z] #57 3.221 + '[' -z '' ']' [2021-06-17T12:34:43.221Z] #57 3.222 ++ mktemp -d [2021-06-17T12:34:43.221Z] #57 3.234 + export GOPATH=/tmp/tmp.N4PsZOlj9B [2021-06-17T12:34:43.221Z] #57 3.237 + GOPATH=/tmp/tmp.N4PsZOlj9B [2021-06-17T12:34:43.221Z] #57 3.237 + RM_GOPATH=1 [2021-06-17T12:34:43.221Z] #57 3.237 + case "$(go env GOARCH)" in [2021-06-17T12:34:43.221Z] #57 3.238 ++ go env GOARCH [2021-06-17T12:34:43.221Z] #57 3.277 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:43.221Z] #57 3.280 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:43.221Z] #57 3.281 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:43.221Z] #57 3.282 + dir=/tmp/install [2021-06-17T12:34:43.221Z] #57 3.282 + bin=containerd [2021-06-17T12:34:43.221Z] #57 3.282 + shift [2021-06-17T12:34:43.221Z] #57 3.282 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-17T12:34:43.221Z] #57 3.282 + . /tmp/install/containerd.installer [2021-06-17T12:34:43.221Z] #57 3.282 ++ set -e [2021-06-17T12:34:43.221Z] #57 3.282 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-17T12:34:43.221Z] #57 3.282 + install_containerd [2021-06-17T12:34:43.221Z] #57 3.284 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-17T12:34:43.221Z] #57 3.284 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-17T12:34:43.221Z] #57 3.284 + git clone https://github.com/containerd/containerd.git /tmp/tmp.N4PsZOlj9B/src/github.com/containerd/containerd [2021-06-17T12:34:43.221Z] #57 3.286 Cloning into '/tmp/tmp.N4PsZOlj9B/src/github.com/containerd/containerd'... [2021-06-17T12:34:43.507Z] #20 41.13 Selecting previously unselected package uidmap. [2021-06-17T12:34:43.507Z] #20 41.15 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-17T12:34:43.507Z] #20 41.15 Unpacking uidmap (1:4.5-1.1) ... [2021-06-17T12:34:43.817Z] #44 ... [2021-06-17T12:34:43.817Z] [2021-06-17T12:34:43.817Z] #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-06-17T12:34:43.817Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:43.817Z] #36 57.83 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-17T12:34:43.817Z] #36 57.84 Setting up xxd (2:8.1.0875-5) ... [2021-06-17T12:34:43.817Z] #36 57.87 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-17T12:34:43.817Z] #36 57.89 Setting up vim-common (2:8.1.0875-5) ... [2021-06-17T12:34:43.817Z] #36 57.91 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-17T12:34:43.817Z] #36 57.92 Setting up cmake-data (3.13.4-1) ... [2021-06-17T12:34:43.817Z] #36 57.94 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-17T12:34:43.817Z] #36 57.95 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-17T12:34:43.817Z] #36 57.96 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-17T12:34:43.817Z] #36 57.98 Setting up cmake (3.13.4-1) ... [2021-06-17T12:34:43.817Z] #36 57.99 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:34:43.817Z] #36 58.04 Processing triggers for mime-support (3.62) ... [2021-06-17T12:34:43.817Z] #36 DONE 58.7s [2021-06-17T12:34:43.817Z] [2021-06-17T12:34:43.817Z] #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-06-17T12:34:43.817Z] #37 sha256:e6e552155e172e2ddd6fc965f57b7b92ca0233bf25b50665c5fe8ccf7c28e3e6 [2021-06-17T12:34:43.823Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.060s coverage: 65.3% of statements [2021-06-17T12:34:43.840Z] #20 41.26 Selecting previously unselected package vim-runtime. [2021-06-17T12:34:43.840Z] #20 41.27 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-17T12:34:43.840Z] #20 41.35 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-06-17T12:34:43.840Z] #20 41.39 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-17T12:34:43.840Z] #20 41.40 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-17T12:34:44.759Z] #37 1.079 + RM_GOPATH=0 [2021-06-17T12:34:44.759Z] #37 1.079 + TMP_GOPATH= [2021-06-17T12:34:44.759Z] #37 1.079 + : /build [2021-06-17T12:34:44.759Z] #37 1.079 + '[' -z '' ']' [2021-06-17T12:34:44.759Z] #37 1.079 ++ mktemp -d [2021-06-17T12:34:44.759Z] #37 1.079 + export GOPATH=/tmp/tmp.t1GeqhXgRH [2021-06-17T12:34:44.759Z] #37 1.080 + GOPATH=/tmp/tmp.t1GeqhXgRH [2021-06-17T12:34:44.759Z] #37 1.080 + RM_GOPATH=1 [2021-06-17T12:34:44.759Z] #37 1.080 + case "$(go env GOARCH)" in [2021-06-17T12:34:44.759Z] #37 1.081 ++ go env GOARCH [2021-06-17T12:34:44.759Z] #37 1.093 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:44.759Z] #37 1.094 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:44.759Z] #37 1.095 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:44.759Z] #37 1.099 + dir=/tmp/install [2021-06-17T12:34:44.759Z] #37 1.099 + bin=tini [2021-06-17T12:34:44.759Z] #37 1.100 + shift [2021-06-17T12:34:44.759Z] #37 1.104 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-17T12:34:44.759Z] #37 1.108 + . /tmp/install/tini.installer [2021-06-17T12:34:44.759Z] #37 1.108 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-17T12:34:44.759Z] #37 1.109 + install_tini [2021-06-17T12:34:44.759Z] #37 1.109 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-17T12:34:44.759Z] #37 1.109 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-17T12:34:44.759Z] #37 1.109 + git clone https://github.com/krallin/tini.git /tmp/tmp.t1GeqhXgRH/tini [2021-06-17T12:34:44.759Z] #37 1.119 Cloning into '/tmp/tmp.t1GeqhXgRH/tini'... [2021-06-17T12:34:44.769Z] ok github.com/docker/docker/daemon/cluster 0.261s coverage: 0.5% of statements [2021-06-17T12:34:45.141Z] #57 ... [2021-06-17T12:34:45.141Z] [2021-06-17T12:34:45.141Z] #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-06-17T12:34:45.141Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:45.141Z] #13 23.96 Reading package lists... [2021-06-17T12:34:45.141Z] #13 30.19 Reading package lists... [2021-06-17T12:34:45.141Z] #13 36.40 Building dependency tree... [2021-06-17T12:34:45.141Z] #13 39.51 The following additional packages will be installed: [2021-06-17T12:34:45.141Z] #13 39.54 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-17T12:34:45.141Z] #13 39.54 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-17T12:34:45.141Z] #13 39.54 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-17T12:34:45.141Z] #13 39.55 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2021-06-17T12:34:45.141Z] #13 39.56 mingw-w64-x86-64-dev [2021-06-17T12:34:45.141Z] #13 39.56 Suggested packages: [2021-06-17T12:34:45.141Z] #13 39.56 gcc-8-locales seccomp wine64 [2021-06-17T12:34:45.141Z] #13 ... [2021-06-17T12:34:45.141Z] [2021-06-17T12:34:45.141Z] #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-06-17T12:34:45.141Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:45.141Z] #44 41.14 0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:34:45.141Z] #44 41.14 Need to get 6695 kB of archives. [2021-06-17T12:34:45.141Z] #44 41.14 After this operation, 33.1 MB of additional disk space will be used. [2021-06-17T12:34:45.141Z] #44 41.14 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-17T12:34:45.141Z] #44 41.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-17T12:34:45.141Z] #44 41.36 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-17T12:34:45.141Z] #44 41.36 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-17T12:34:45.141Z] #44 41.37 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-17T12:34:45.141Z] #44 41.60 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-17T12:34:45.141Z] #44 41.62 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-17T12:34:45.141Z] #44 41.63 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-17T12:34:45.141Z] #44 41.64 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-06-17T12:34:45.141Z] #44 41.65 Get:10 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-06-17T12:34:45.141Z] #44 41.69 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-17T12:34:45.141Z] #44 41.71 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] [2021-06-17T12:34:45.142Z] #44 41.71 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB] [2021-06-17T12:34:45.142Z] #44 41.74 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-17T12:34:45.142Z] #44 41.74 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-17T12:34:45.142Z] #44 41.75 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-17T12:34:45.332Z] #37 1.905 + cd /tmp/tmp.t1GeqhXgRH/tini [2021-06-17T12:34:45.398Z] #44 43.23 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:34:45.593Z] #37 1.906 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-17T12:34:45.593Z] #37 1.911 + cmake . [2021-06-17T12:34:45.654Z] #44 43.42 Fetched 6695 kB in 1s (5366 kB/s) [2021-06-17T12:34:45.911Z] #44 43.55 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-17T12:34:45.911Z] #44 43.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 ... 15421 files and directories currently installed.) [2021-06-17T12:34:45.911Z] #44 43.65 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:34:45.911Z] #44 43.67 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:46.158Z] ok github.com/docker/docker/daemon/cluster/convert 0.043s coverage: 35.9% of statements [2021-06-17T12:34:46.164Z] #37 2.441 -- The C compiler identification is GNU 8.3.0 [2021-06-17T12:34:46.164Z] #37 2.494 -- Check for working C compiler: /usr/bin/cc [2021-06-17T12:34:46.622Z] #32 ... [2021-06-17T12:34:46.622Z] [2021-06-17T12:34:46.622Z] #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-06-17T12:34:46.622Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:46.622Z] #44 46.97 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:46.622Z] #44 47.02 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-17T12:34:46.622Z] #44 51.32 Selecting previously unselected package python3-minimal. [2021-06-17T12:34:46.622Z] #44 51.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 ... 15661 files and directories currently installed.) [2021-06-17T12:34:46.622Z] #44 51.38 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-17T12:34:46.622Z] #44 51.44 Unpacking python3-minimal (3.7.3-1) ... [2021-06-17T12:34:46.622Z] #44 51.58 Selecting previously unselected package libmpdec2:amd64. [2021-06-17T12:34:46.622Z] #44 51.58 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-17T12:34:46.622Z] #44 51.61 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-17T12:34:46.622Z] #44 51.73 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-17T12:34:46.622Z] #44 51.76 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:34:46.622Z] #44 51.77 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:46.735Z] #37 3.053 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-17T12:34:46.736Z] #37 3.062 -- Detecting C compiler ABI info [2021-06-17T12:34:46.840Z] #44 44.46 Selecting previously unselected package python3.7-minimal. [2021-06-17T12:34:46.840Z] #44 44.46 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:34:46.840Z] #44 44.48 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-17T12:34:47.129Z] #20 44.16 Selecting previously unselected package vim. [2021-06-17T12:34:47.129Z] #20 44.16 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-17T12:34:47.129Z] #20 44.19 Unpacking vim (2:8.1.0875-5) ... [2021-06-17T12:34:47.129Z] #20 44.64 Selecting previously unselected package xfsprogs. [2021-06-17T12:34:47.129Z] #20 44.65 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-17T12:34:47.129Z] #20 44.66 Unpacking xfsprogs (4.20.0-1) ... [2021-06-17T12:34:47.186Z] #44 ... [2021-06-17T12:34:47.186Z] [2021-06-17T12:34:47.186Z] #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-06-17T12:34:47.186Z] #57 sha256:54f42bbcea842ca05912b31197f46fab8a049b31d991744ce60a64b009c4e33e [2021-06-17T12:34:47.186Z] #57 1.133 + RM_GOPATH=0 [2021-06-17T12:34:47.186Z] #57 1.133 + TMP_GOPATH= [2021-06-17T12:34:47.186Z] #57 1.133 + : /build [2021-06-17T12:34:47.186Z] #57 1.134 + '[' -z '' ']' [2021-06-17T12:34:47.186Z] #57 1.134 ++ mktemp -d [2021-06-17T12:34:47.186Z] #57 1.140 + export GOPATH=/tmp/tmp.tINlEOqxNb [2021-06-17T12:34:47.186Z] #57 1.140 + GOPATH=/tmp/tmp.tINlEOqxNb [2021-06-17T12:34:47.186Z] #57 1.140 + RM_GOPATH=1 [2021-06-17T12:34:47.186Z] #57 1.140 + case "$(go env GOARCH)" in [2021-06-17T12:34:47.186Z] #57 1.142 ++ go env GOARCH [2021-06-17T12:34:47.186Z] #57 1.160 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:47.186Z] #57 1.160 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:47.186Z] #57 1.163 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:47.186Z] #57 1.171 + dir=/tmp/install [2021-06-17T12:34:47.186Z] #57 1.171 + bin=containerd [2021-06-17T12:34:47.186Z] #57 1.171 + shift [2021-06-17T12:34:47.186Z] #57 1.171 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-17T12:34:47.186Z] #57 1.171 + . /tmp/install/containerd.installer [2021-06-17T12:34:47.186Z] #57 1.173 ++ set -e [2021-06-17T12:34:47.186Z] #57 1.174 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-17T12:34:47.186Z] #57 1.174 + install_containerd [2021-06-17T12:34:47.186Z] #57 1.176 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-17T12:34:47.186Z] #57 1.177 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-17T12:34:47.186Z] #57 1.179 + git clone https://github.com/containerd/containerd.git /tmp/tmp.tINlEOqxNb/src/github.com/containerd/containerd [2021-06-17T12:34:47.186Z] #57 1.195 Cloning into '/tmp/tmp.tINlEOqxNb/src/github.com/containerd/containerd'... [2021-06-17T12:34:47.307Z] #37 3.653 -- Detecting C compiler ABI info - done [2021-06-17T12:34:47.307Z] #37 3.694 -- Detecting C compile features [2021-06-17T12:34:47.387Z] #20 45.05 Selecting previously unselected package zip. [2021-06-17T12:34:47.387Z] #20 45.07 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-06-17T12:34:47.387Z] #20 45.08 Unpacking zip (3.0-11+b1) ... [2021-06-17T12:34:47.445Z] #57 ... [2021-06-17T12:34:47.445Z] [2021-06-17T12:34:47.445Z] #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-06-17T12:34:47.445Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:47.445Z] #13 44.07 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-06-17T12:34:47.445Z] #13 46.26 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-17T12:34:47.445Z] #13 46.26 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-17T12:34:47.445Z] #13 46.27 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-17T12:34:47.445Z] #13 46.27 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-17T12:34:47.445Z] #13 46.28 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-06-17T12:34:47.445Z] #13 46.28 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-17T12:34:47.445Z] #13 46.30 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-17T12:34:47.445Z] #13 46.33 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-17T12:34:47.445Z] #13 46.36 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-17T12:34:47.445Z] #13 46.37 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-17T12:34:47.445Z] #13 46.39 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-17T12:34:47.445Z] #13 46.45 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-17T12:34:47.445Z] #13 46.46 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-06-17T12:34:47.445Z] #13 46.47 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-17T12:34:47.445Z] #13 47.62 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:34:47.445Z] #13 47.83 Fetched 77.8 MB in 7s (10.4 MB/s) [2021-06-17T12:34:47.445Z] #13 47.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 ... 15421 files and directories currently installed.) [2021-06-17T12:34:47.445Z] #13 48.03 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-17T12:34:47.445Z] #13 48.06 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-17T12:34:47.445Z] #13 48.35 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-17T12:34:47.654Z] #20 45.26 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-17T12:34:47.654Z] #20 45.28 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-17T12:34:47.654Z] #20 45.29 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-17T12:34:47.654Z] #20 45.31 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-17T12:34:47.654Z] #20 45.33 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-17T12:34:47.654Z] #20 45.34 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-17T12:34:47.654Z] #20 45.36 Setting up uidmap (1:4.5-1.1) ... [2021-06-17T12:34:47.654Z] #20 45.37 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-17T12:34:47.654Z] #20 45.39 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-17T12:34:47.654Z] #20 45.40 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-17T12:34:47.916Z] #20 45.45 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-17T12:34:47.916Z] #20 45.47 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-17T12:34:47.916Z] #20 45.50 Setting up xxd (2:8.1.0875-5) ... [2021-06-17T12:34:47.916Z] #20 45.52 Setting up zip (3.0-11+b1) ... [2021-06-17T12:34:47.916Z] #20 45.54 Setting up vim-common (2:8.1.0875-5) ... [2021-06-17T12:34:47.916Z] #20 45.58 Setting up bash-completion (1:2.8-6) ... [2021-06-17T12:34:48.212Z] #44 45.99 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:48.212Z] #44 46.01 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-17T12:34:48.378Z] #13 49.16 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-17T12:34:48.378Z] #13 49.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% #13 ... [2021-06-17T12:34:48.378Z] [2021-06-17T12:34:48.378Z] #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-06-17T12:34:48.378Z] #48 sha256:76beea00e13c1f6fbaa1aab3d3c641ae8d4f91a0fa7d343ca0ec8fa75ed5d0c8 [2021-06-17T12:34:48.378Z] #48 DONE 54.6s [2021-06-17T12:34:48.378Z] [2021-06-17T12:34:48.378Z] #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-06-17T12:34:48.378Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:48.378Z] #13 49.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-06-17T12:34:48.378Z] #13 49.23 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-17T12:34:48.378Z] #13 49.27 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-17T12:34:48.378Z] #13 ... [2021-06-17T12:34:48.378Z] [2021-06-17T12:34:48.378Z] #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-06-17T12:34:48.378Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:48.378Z] #44 54.28 Selecting previously unselected package python3.7. [2021-06-17T12:34:48.378Z] #44 54.29 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:34:48.378Z] #44 54.35 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:48.636Z] #44 54.70 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-17T12:34:48.636Z] #44 54.70 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-17T12:34:48.636Z] #44 54.72 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-17T12:34:48.691Z] #37 ... [2021-06-17T12:34:48.692Z] [2021-06-17T12:34:48.692Z] #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-06-17T12:34:48.692Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:48.692Z] #13 50.58 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-17T12:34:48.692Z] #13 50.62 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-17T12:34:48.692Z] #13 50.65 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-17T12:34:48.692Z] #13 53.35 Selecting previously unselected package binutils-mingw-w64. [2021-06-17T12:34:48.692Z] #13 53.35 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-17T12:34:48.692Z] #13 53.38 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-17T12:34:48.692Z] #13 53.52 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-17T12:34:48.692Z] #13 53.52 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-17T12:34:48.692Z] #13 53.54 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-17T12:34:48.692Z] #13 53.73 Selecting previously unselected package dmsetup. [2021-06-17T12:34:48.692Z] #13 53.73 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-17T12:34:48.692Z] #13 53.74 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-17T12:34:48.692Z] #13 53.89 Selecting previously unselected package mingw-w64-common. [2021-06-17T12:34:48.692Z] #13 53.89 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-17T12:34:48.692Z] #13 53.89 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-17T12:34:48.692Z] #13 59.10 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-17T12:34:48.692Z] #13 59.10 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-17T12:34:48.692Z] #13 59.11 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-17T12:34:48.692Z] #13 ... [2021-06-17T12:34:48.692Z] [2021-06-17T12:34:48.692Z] #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-06-17T12:34:48.692Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:48.692Z] #44 63.44 Setting up python3 (3.7.3-1) ... [2021-06-17T12:34:49.141Z] #44 ... [2021-06-17T12:34:49.141Z] [2021-06-17T12:34:49.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-06-17T12:34:49.141Z] #52 sha256:97526af1d7534027fe6442878a61026605499c0c8478a85222c71bc684ab77aa [2021-06-17T12:34:49.141Z] #52 47.16 internal/reflectlite [2021-06-17T12:34:49.199Z] #44 55.05 Setting up python3-minimal (3.7.3-1) ... [2021-06-17T12:34:49.476Z] ok github.com/docker/docker/daemon/config 0.099s coverage: 81.8% of statements [2021-06-17T12:34:49.476Z] ok github.com/docker/docker/daemon/discovery 0.029s coverage: 30.0% of statements [2021-06-17T12:34:49.633Z] #44 64.33 Setting up python3-six (1.12.0-1) ... [2021-06-17T12:34:50.050Z] ok github.com/docker/docker/daemon/events 0.074s coverage: 50.0% of statements [2021-06-17T12:34:50.129Z] #44 ... [2021-06-17T12:34:50.129Z] [2021-06-17T12:34:50.129Z] #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-06-17T12:34:50.129Z] #46 sha256:5ac012f91e5187482f0e6086050e9b7da317181162c521e04e11e0b64da5a927 [2021-06-17T12:34:50.129Z] #46 46.35 internal/reflectlite [2021-06-17T12:34:50.129Z] #46 46.35 sync [2021-06-17T12:34:50.129Z] #46 47.84 internal/testlog [2021-06-17T12:34:50.129Z] #46 48.21 github.com/LK4D4/vndr/godl/singleflight [2021-06-17T12:34:50.129Z] #46 48.59 math/rand [2021-06-17T12:34:50.129Z] #46 49.68 internal/singleflight [2021-06-17T12:34:50.129Z] #46 50.13 sort [2021-06-17T12:34:50.129Z] #46 50.14 io [2021-06-17T12:34:50.129Z] #46 51.58 strconv [2021-06-17T12:34:50.129Z] #46 51.60 bytes [2021-06-17T12:34:50.129Z] #46 53.86 strings [2021-06-17T12:34:50.129Z] #46 55.22 reflect [2021-06-17T12:34:50.129Z] #46 ... [2021-06-17T12:34:50.129Z] [2021-06-17T12:34:50.129Z] #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-06-17T12:34:50.129Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:50.129Z] #36 54.74 Selecting previously unselected package libxml2:amd64. [2021-06-17T12:34:50.129Z] #36 54.76 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-06-17T12:34:50.129Z] #36 54.78 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-17T12:34:50.129Z] #36 55.75 Selecting previously unselected package libarchive13:amd64. [2021-06-17T12:34:50.129Z] #36 55.75 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-17T12:34:50.129Z] #36 55.75 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-17T12:34:50.129Z] #36 56.14 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-17T12:34:50.129Z] #36 56.16 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-17T12:34:50.129Z] #36 56.18 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-17T12:34:50.129Z] #36 56.31 Selecting previously unselected package librhash0:amd64. [2021-06-17T12:34:50.129Z] #36 56.34 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-06-17T12:34:50.129Z] #36 56.35 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-17T12:34:50.129Z] #36 56.51 Selecting previously unselected package libuv1:amd64. [2021-06-17T12:34:50.129Z] #36 56.52 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-06-17T12:34:50.129Z] #36 56.52 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-17T12:34:50.385Z] #36 56.66 Selecting previously unselected package cmake. [2021-06-17T12:34:50.385Z] #36 56.66 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-06-17T12:34:50.385Z] #36 56.68 Unpacking cmake (3.13.4-1) ... [2021-06-17T12:34:50.450Z] #20 47.95 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-17T12:34:50.450Z] #20 47.98 Setting up xz-utils (5.2.4-1) ... [2021-06-17T12:34:50.450Z] #20 48.00 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-17T12:34:50.450Z] #20 48.01 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-17T12:34:50.450Z] #20 48.02 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-17T12:34:50.450Z] #20 48.09 invoke-rc.d: could not determine current runlevel [2021-06-17T12:34:50.450Z] #20 48.10 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-17T12:34:50.450Z] #20 48.11 Setting up pigz (2.4-1) ... [2021-06-17T12:34:50.450Z] #20 48.13 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-17T12:34:50.450Z] #20 48.16 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-17T12:34:50.450Z] #20 48.18 Setting up python-pip-whl (18.1-5) ... [2021-06-17T12:34:50.574Z] #44 65.31 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-17T12:34:50.622Z] ok github.com/docker/docker/daemon/graphdriver 0.011s coverage: 2.2% of statements [2021-06-17T12:34:50.708Z] #20 48.22 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-17T12:34:50.708Z] #20 48.24 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-17T12:34:50.835Z] #44 ... [2021-06-17T12:34:50.835Z] [2021-06-17T12:34:50.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-06-17T12:34:50.835Z] #52 sha256:7d781397991fbc213f8eaa938a33a3a8fe814ad643ee2e9278a5ac39e4133766 [2021-06-17T12:34:50.835Z] #52 55.75 reflect [2021-06-17T12:34:50.835Z] #52 56.81 time [2021-06-17T12:34:50.835Z] #52 62.80 context [2021-06-17T12:34:50.835Z] #52 63.86 internal/poll [2021-06-17T12:34:50.835Z] #52 ... [2021-06-17T12:34:50.835Z] [2021-06-17T12:34:50.835Z] #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-06-17T12:34:50.835Z] #37 sha256:e6e552155e172e2ddd6fc965f57b7b92ca0233bf25b50665c5fe8ccf7c28e3e6 [2021-06-17T12:34:50.835Z] #37 5.539 -- Detecting C compile features - done [2021-06-17T12:34:50.835Z] #37 5.584 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-17T12:34:50.835Z] #37 5.783 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-17T12:34:50.835Z] #37 5.895 -- Configuring done [2021-06-17T12:34:50.835Z] #37 5.963 -- Generating done [2021-06-17T12:34:50.835Z] #37 5.965 -- Build files have been written to: /tmp/tmp.t1GeqhXgRH/tini [2021-06-17T12:34:50.835Z] #37 5.969 + make tini-static [2021-06-17T12:34:50.835Z] #37 6.398 Scanning dependencies of target tini-static [2021-06-17T12:34:50.835Z] #37 6.549 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-17T12:34:50.967Z] #20 48.59 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-17T12:34:50.967Z] #20 48.60 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-17T12:34:50.967Z] #20 48.62 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:50.967Z] #20 48.64 Setting up vim (2:8.1.0875-5) ... [2021-06-17T12:34:50.967Z] #20 48.65 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-17T12:34:50.967Z] #20 48.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-17T12:34:50.967Z] #20 48.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-17T12:34:50.967Z] #20 48.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-17T12:34:50.967Z] #20 48.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-17T12:34:50.967Z] #20 48.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-17T12:34:50.967Z] #20 48.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-17T12:34:50.967Z] #20 48.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-17T12:34:50.967Z] #20 48.72 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-17T12:34:51.044Z] #52 48.72 sort [2021-06-17T12:34:51.044Z] #52 48.72 io [2021-06-17T12:34:51.225Z] #20 48.73 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-17T12:34:51.225Z] #20 48.75 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-17T12:34:51.225Z] #20 48.77 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-17T12:34:51.225Z] #20 48.79 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-17T12:34:51.225Z] #20 48.81 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:51.405Z] #37 7.799 [100%] Linking C executable tini-static [2021-06-17T12:34:51.976Z] #37 ... [2021-06-17T12:34:51.976Z] [2021-06-17T12:34:51.976Z] #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-06-17T12:34:51.976Z] #46 sha256:76a5118bb661680c55e5dd13732a52dfdf926666922fc659319acbdeae30d026 [2021-06-17T12:34:51.976Z] #46 56.92 internal/syscall/unix [2021-06-17T12:34:51.976Z] #46 57.21 time [2021-06-17T12:34:51.976Z] #46 63.50 internal/poll [2021-06-17T12:34:51.976Z] #46 66.04 internal/syscall/execenv [2021-06-17T12:34:51.976Z] #46 66.06 internal/fmtsort [2021-06-17T12:34:51.976Z] #46 66.15 path [2021-06-17T12:34:51.976Z] #46 66.71 regexp/syntax [2021-06-17T12:34:51.976Z] #46 66.88 io/fs [2021-06-17T12:34:51.976Z] #46 ... [2021-06-17T12:34:51.976Z] [2021-06-17T12:34:51.976Z] #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-06-17T12:34:51.976Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:51.976Z] #44 66.81 Setting up python3-protobuf (3.6.1.3-2) ... [2021-06-17T12:34:51.997Z] #52 49.86 internal/oserror [2021-06-17T12:34:51.997Z] #52 49.97 syscall [2021-06-17T12:34:51.997Z] #52 50.00 bytes [2021-06-17T12:34:52.286Z] #52 ... [2021-06-17T12:34:52.286Z] [2021-06-17T12:34:52.286Z] #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-06-17T12:34:52.286Z] #48 sha256:9318efac8d53162bdb77e2874f67aede6ba7232be1a365f1284642e030aebda0 [2021-06-17T12:34:52.286Z] #48 DONE 50.4s [2021-06-17T12:34:52.547Z] [2021-06-17T12:34:52.547Z] #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-06-17T12:34:52.547Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:52.547Z] #36 46.37 Selecting previously unselected package libxml2:amd64. [2021-06-17T12:34:52.547Z] #36 46.37 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-06-17T12:34:52.547Z] #36 46.38 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-17T12:34:52.547Z] #36 46.91 Selecting previously unselected package libarchive13:amd64. [2021-06-17T12:34:52.547Z] #36 46.91 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-17T12:34:52.547Z] #36 46.92 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-17T12:34:52.547Z] #36 47.23 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-17T12:34:52.547Z] #36 47.23 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-17T12:34:52.547Z] #36 47.24 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-17T12:34:52.547Z] #36 47.44 Selecting previously unselected package librhash0:amd64. [2021-06-17T12:34:52.547Z] #36 47.45 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-06-17T12:34:52.547Z] #36 47.45 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-17T12:34:52.547Z] #36 47.62 Selecting previously unselected package libuv1:amd64. [2021-06-17T12:34:52.547Z] #36 47.63 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-06-17T12:34:52.547Z] #36 47.64 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-17T12:34:52.547Z] #36 47.82 Selecting previously unselected package cmake. [2021-06-17T12:34:52.547Z] #36 47.83 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-06-17T12:34:52.547Z] #36 47.91 Unpacking cmake (3.13.4-1) ... [2021-06-17T12:34:52.918Z] #44 ... [2021-06-17T12:34:52.918Z] [2021-06-17T12:34:52.918Z] #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-06-17T12:34:52.918Z] #37 sha256:e6e552155e172e2ddd6fc965f57b7b92ca0233bf25b50665c5fe8ccf7c28e3e6 [2021-06-17T12:34:52.918Z] #37 8.420 [100%] Built target tini-static [2021-06-17T12:34:52.918Z] #37 8.544 + mkdir -p /build [2021-06-17T12:34:52.918Z] #37 8.547 + cp tini-static /build/docker-init [2021-06-17T12:34:52.918Z] #37 DONE 9.4s [2021-06-17T12:34:53.120Z] #36 51.16 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-17T12:34:53.120Z] #36 51.26 Setting up xxd (2:8.1.0875-5) ... [2021-06-17T12:34:53.120Z] #36 51.26 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-17T12:34:53.120Z] #36 51.26 Setting up vim-common (2:8.1.0875-5) ... [2021-06-17T12:34:53.183Z] [2021-06-17T12:34:53.183Z] #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-06-17T12:34:53.183Z] #46 sha256:76a5118bb661680c55e5dd13732a52dfdf926666922fc659319acbdeae30d026 [2021-06-17T12:34:53.183Z] #46 68.12 os [2021-06-17T12:34:53.391Z] #36 51.30 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-17T12:34:53.391Z] #36 51.31 Setting up cmake-data (3.13.4-1) ... [2021-06-17T12:34:53.391Z] #36 51.33 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-17T12:34:53.391Z] #36 51.34 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-17T12:34:53.391Z] #36 51.35 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-17T12:34:53.648Z] #36 51.58 Setting up cmake (3.13.4-1) ... [2021-06-17T12:34:53.648Z] #36 51.65 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:34:53.684Z] #36 ... [2021-06-17T12:34:53.684Z] [2021-06-17T12:34:53.684Z] #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-06-17T12:34:53.684Z] #52 sha256:839a0c1e6e377a35338cbed3ada9a70dc0f10a65b760653f89ea6e9ec71d38da [2021-06-17T12:34:53.684Z] #52 49.60 sort [2021-06-17T12:34:53.684Z] #52 49.60 errors [2021-06-17T12:34:53.684Z] #52 50.09 io [2021-06-17T12:34:53.684Z] #52 50.87 internal/oserror [2021-06-17T12:34:53.684Z] #52 51.02 syscall [2021-06-17T12:34:53.684Z] #52 51.66 bytes [2021-06-17T12:34:53.684Z] #52 53.97 strconv [2021-06-17T12:34:53.684Z] #52 58.36 reflect [2021-06-17T12:34:53.684Z] #52 59.70 time [2021-06-17T12:34:53.684Z] #52 ... [2021-06-17T12:34:53.684Z] [2021-06-17T12:34:53.684Z] #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-06-17T12:34:53.684Z] #36 sha256:81d17861cf3ebdf2bf94bededb6a2c26648b0756adbe8d2794447d31c8619962 [2021-06-17T12:34:53.684Z] #36 59.72 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-17T12:34:53.684Z] #36 59.76 Setting up xxd (2:8.1.0875-5) ... [2021-06-17T12:34:53.684Z] #36 59.82 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-17T12:34:53.684Z] #36 59.83 Setting up vim-common (2:8.1.0875-5) ... [2021-06-17T12:34:53.684Z] #36 59.94 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-17T12:34:53.684Z] #36 59.98 Setting up cmake-data (3.13.4-1) ... [2021-06-17T12:34:53.684Z] #36 60.01 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-17T12:34:53.684Z] #36 60.03 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-17T12:34:53.684Z] #36 60.05 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-17T12:34:53.684Z] #36 60.07 Setting up cmake (3.13.4-1) ... [2021-06-17T12:34:53.684Z] #36 60.11 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:34:53.755Z] #20 51.35 Setting up iptables (1.8.2-4) ... [2021-06-17T12:34:53.755Z] #20 51.37 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-17T12:34:53.755Z] #20 51.38 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-17T12:34:53.755Z] #20 51.38 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-17T12:34:53.755Z] #20 51.39 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-17T12:34:53.755Z] #20 51.39 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-17T12:34:53.755Z] #20 51.41 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-17T12:34:53.755Z] #20 51.42 Setting up python3 (3.7.3-1) ... [2021-06-17T12:34:53.904Z] #36 51.77 Processing triggers for mime-support (3.62) ... [2021-06-17T12:34:53.961Z] #36 60.17 Processing triggers for mime-support (3.62) ... [2021-06-17T12:34:54.322Z] #20 51.86 Setting up python3-wheel (0.32.3-2) ... [2021-06-17T12:34:54.524Z] #36 DONE 60.9s [2021-06-17T12:34:54.524Z] [2021-06-17T12:34:54.524Z] #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-06-17T12:34:54.524Z] #37 sha256:294310c361af9ca6c7026f96e1d29557374bff1def4fea345772e3039d3bb5fc [2021-06-17T12:34:54.826Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.529s coverage: 14.1% of statements [2021-06-17T12:34:54.826Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.012s coverage: 3.1% of statements [2021-06-17T12:34:54.833Z] #36 DONE 52.7s [2021-06-17T12:34:54.833Z] [2021-06-17T12:34:54.833Z] #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-06-17T12:34:54.833Z] #37 sha256:6a98d6291bacacb43817e4b2fcbb20e610b6e93d930ee19dbc76c4f61930f69c [2021-06-17T12:34:55.172Z] #20 52.57 Setting up apparmor (2.13.2-10) ... [2021-06-17T12:34:55.407Z] #37 ... [2021-06-17T12:34:55.408Z] [2021-06-17T12:34:55.408Z] #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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:34:55.408Z] #32 sha256:dce599a86d52e6786bdd2988f5e04cbd45284930924eba39d9761c368e1d197d [2021-06-17T12:34:55.408Z] #32 43.16 Checking out files: 88% (1347/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-06-17T12:34:55.408Z] #32 43.65 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-17T12:34:55.408Z] #32 44.33 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:34:55.408Z] #32 ... [2021-06-17T12:34:55.408Z] [2021-06-17T12:34:55.408Z] #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-06-17T12:34:55.408Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:55.408Z] #44 50.37 Selecting previously unselected package python3-minimal. [2021-06-17T12:34:55.408Z] #44 50.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 ... 15661 files and directories currently installed.) [2021-06-17T12:34:55.408Z] #44 50.41 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-17T12:34:55.408Z] #44 50.41 Unpacking python3-minimal (3.7.3-1) ... [2021-06-17T12:34:55.408Z] #44 50.61 Selecting previously unselected package libmpdec2:amd64. [2021-06-17T12:34:55.408Z] #44 50.61 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-17T12:34:55.408Z] #44 50.61 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-17T12:34:55.408Z] #44 50.77 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-17T12:34:55.408Z] #44 50.78 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:34:55.408Z] #44 50.79 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:55.408Z] #44 52.20 Selecting previously unselected package python3.7. [2021-06-17T12:34:55.408Z] #44 52.20 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:34:55.408Z] #44 52.33 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:55.408Z] #44 52.40 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-17T12:34:55.408Z] #44 52.40 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-17T12:34:55.408Z] #44 52.41 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-17T12:34:55.408Z] #44 52.62 Setting up python3-minimal (3.7.3-1) ... [2021-06-17T12:34:55.666Z] #44 ... [2021-06-17T12:34:55.666Z] [2021-06-17T12:34:55.666Z] #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-06-17T12:34:55.666Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:55.666Z] #13 40.62 The following NEW packages will be installed: [2021-06-17T12:34:55.666Z] #13 40.62 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-17T12:34:55.666Z] #13 40.63 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-17T12:34:55.666Z] #13 40.63 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-17T12:34:55.666Z] #13 40.63 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-17T12:34:55.666Z] #13 40.63 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-17T12:34:55.666Z] #13 40.64 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-17T12:34:55.666Z] #13 40.65 The following packages will be upgraded: [2021-06-17T12:34:55.666Z] #13 40.66 libseccomp2 [2021-06-17T12:34:55.666Z] #13 41.08 1 upgraded, 25 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:34:55.666Z] #13 41.08 Need to get 77.8 MB of archives. [2021-06-17T12:34:55.666Z] #13 41.08 After this operation, 487 MB of additional disk space will be used. [2021-06-17T12:34:55.666Z] #13 41.08 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-06-17T12:34:55.666Z] #13 41.09 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-17T12:34:55.666Z] #13 41.11 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-06-17T12:34:55.666Z] #13 41.29 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-06-17T12:34:55.666Z] #13 41.54 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-06-17T12:34:55.666Z] #13 41.56 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-06-17T12:34:55.666Z] #13 41.57 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-17T12:34:55.666Z] #13 41.59 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-17T12:34:55.666Z] #13 42.03 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-06-17T12:34:55.666Z] #13 42.31 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-06-17T12:34:55.666Z] #13 42.34 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-06-17T12:34:55.667Z] #13 46.12 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-06-17T12:34:55.667Z] #13 48.57 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-17T12:34:55.667Z] #13 48.57 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-17T12:34:55.667Z] #13 48.57 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-17T12:34:55.667Z] #13 48.57 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-17T12:34:55.667Z] #13 48.57 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-06-17T12:34:55.667Z] #13 48.58 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-17T12:34:55.667Z] #13 48.61 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-17T12:34:55.667Z] #13 48.64 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-17T12:34:55.667Z] #13 48.65 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-17T12:34:55.667Z] #13 48.69 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-17T12:34:55.667Z] #13 48.72 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-17T12:34:55.667Z] #13 48.77 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-17T12:34:55.667Z] #13 48.78 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-06-17T12:34:55.667Z] #13 48.80 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-17T12:34:55.667Z] #13 49.92 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:34:55.667Z] #13 50.15 Fetched 77.8 MB in 8s (9705 kB/s) [2021-06-17T12:34:55.667Z] #13 50.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-06-17T12:34:55.667Z] #13 50.31 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-17T12:34:55.667Z] #13 50.32 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-17T12:34:55.667Z] #13 50.54 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-17T12:34:55.893Z] #37 1.294 + RM_GOPATH=0 [2021-06-17T12:34:55.893Z] #37 1.294 + TMP_GOPATH= [2021-06-17T12:34:55.893Z] #37 1.294 + : /build [2021-06-17T12:34:55.893Z] #37 1.294 + '[' -z '' ']' [2021-06-17T12:34:55.893Z] #37 1.294 ++ mktemp -d [2021-06-17T12:34:55.893Z] #37 1.299 + export GOPATH=/tmp/tmp.SVMpX2GQrI [2021-06-17T12:34:55.893Z] #37 1.299 + GOPATH=/tmp/tmp.SVMpX2GQrI [2021-06-17T12:34:55.893Z] #37 1.299 + RM_GOPATH=1 [2021-06-17T12:34:55.893Z] #37 1.299 + case "$(go env GOARCH)" in [2021-06-17T12:34:55.893Z] #37 1.301 ++ go env GOARCH [2021-06-17T12:34:55.893Z] #37 1.331 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:55.893Z] #37 1.331 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:34:55.893Z] #37 1.332 ++ dirname /tmp/install/install.sh [2021-06-17T12:34:55.893Z] #37 1.337 + dir=/tmp/install [2021-06-17T12:34:55.893Z] #37 1.348 + bin=tini [2021-06-17T12:34:55.893Z] #37 1.348 + shift [2021-06-17T12:34:55.893Z] #37 1.349 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-17T12:34:55.893Z] #37 1.349 + . /tmp/install/tini.installer [2021-06-17T12:34:55.893Z] #37 1.349 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-17T12:34:55.893Z] #37 1.349 + install_tini [2021-06-17T12:34:55.893Z] #37 1.349 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-17T12:34:55.893Z] #37 1.349 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-17T12:34:55.893Z] #37 1.349 + git clone https://github.com/krallin/tini.git /tmp/tmp.SVMpX2GQrI/tini [2021-06-17T12:34:55.893Z] #37 1.351 Cloning into '/tmp/tmp.SVMpX2GQrI/tini'... [2021-06-17T12:34:55.926Z] #13 50.76 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-17T12:34:55.926Z] #13 50.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 ... 15421 files and directories currently installed.) [2021-06-17T12:34:55.926Z] #13 50.82 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-17T12:34:55.926Z] #13 50.83 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-17T12:34:56.183Z] #13 ... [2021-06-17T12:34:56.183Z] [2021-06-17T12:34:56.183Z] #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-06-17T12:34:56.183Z] #46 sha256:c9bb6cc204887e09cd1094bc86977a4a90e5838420979de2d30fad843c71c3af [2021-06-17T12:34:56.183Z] #46 44.25 sync [2021-06-17T12:34:56.183Z] #46 44.25 internal/reflectlite [2021-06-17T12:34:56.183Z] #46 45.81 internal/testlog [2021-06-17T12:34:56.183Z] #46 46.20 github.com/LK4D4/vndr/godl/singleflight [2021-06-17T12:34:56.183Z] #46 46.61 math/rand [2021-06-17T12:34:56.183Z] #46 47.30 errors [2021-06-17T12:34:56.183Z] #46 47.69 sort [2021-06-17T12:34:56.183Z] #46 47.76 io [2021-06-17T12:34:56.183Z] #46 48.87 strconv [2021-06-17T12:34:56.183Z] #46 49.11 bytes [2021-06-17T12:34:56.183Z] #46 51.81 strings [2021-06-17T12:34:56.183Z] #46 53.11 reflect [2021-06-17T12:34:56.213Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.878s coverage: 56.2% of statements [2021-06-17T12:34:56.440Z] #46 ... [2021-06-17T12:34:56.440Z] [2021-06-17T12:34:56.440Z] #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-06-17T12:34:56.440Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:56.440Z] #44 53.92 Selecting previously unselected package python3. [2021-06-17T12:34:56.440Z] #44 53.92 (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-06-17T12:34:56.440Z] #44 53.95 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ... [2021-06-17T12:34:56.440Z] #44 53.98 Unpacking python3 (3.7.3-1) ... [2021-06-17T12:34:56.440Z] #44 54.16 Selecting previously unselected package libprotobuf17:amd64. [2021-06-17T12:34:56.440Z] #44 54.16 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-06-17T12:34:56.440Z] #44 54.16 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-17T12:34:56.823Z] #37 2.101 + cd /tmp/tmp.SVMpX2GQrI/tini [2021-06-17T12:34:56.823Z] #37 2.102 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-17T12:34:56.823Z] #37 2.108 + cmake . [2021-06-17T12:34:57.003Z] #44 54.87 Selecting previously unselected package python3-pkg-resources. [2021-06-17T12:34:57.003Z] #44 54.87 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-17T12:34:57.003Z] #44 54.87 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-17T12:34:57.073Z] #20 54.26 Setting up xfsprogs (4.20.0-1) ... [2021-06-17T12:34:57.074Z] #20 54.27 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-17T12:34:57.074Z] #20 54.60 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-17T12:34:57.156Z] ok github.com/docker/docker/daemon/graphdriver/aufs 3.411s coverage: 73.3% of statements [2021-06-17T12:34:57.260Z] #44 55.06 Selecting previously unselected package python3-six. [2021-06-17T12:34:57.260Z] #44 55.07 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-06-17T12:34:57.260Z] #44 55.08 Unpacking python3-six (1.12.0-1) ... [2021-06-17T12:34:57.387Z] #37 2.684 -- The C compiler identification is GNU 8.3.0 [2021-06-17T12:34:57.387Z] #37 2.749 -- Check for working C compiler: /usr/bin/cc [2021-06-17T12:34:57.387Z] #46 71.78 regexp [2021-06-17T12:34:57.387Z] #46 72.58 fmt [2021-06-17T12:34:57.520Z] #44 55.18 Selecting previously unselected package python3-protobuf. [2021-06-17T12:34:57.520Z] #44 55.18 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ... [2021-06-17T12:34:57.520Z] #44 55.19 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-06-17T12:34:57.643Z] #20 55.38 Setting up python3-distutils (3.7.3-1) ... [2021-06-17T12:34:57.958Z] #46 ... [2021-06-17T12:34:57.958Z] [2021-06-17T12:34:57.958Z] #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-06-17T12:34:57.958Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:34:57.958Z] #44 70.46 Setting up criu (3.15-1) ... [2021-06-17T12:34:57.958Z] #44 72.21 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:34:57.958Z] #44 72.29 Processing triggers for mime-support (3.62) ... [2021-06-17T12:34:57.958Z] #44 DONE 72.8s [2021-06-17T12:34:57.958Z] [2021-06-17T12:34:57.958Z] #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-06-17T12:34:57.958Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:34:57.958Z] #13 65.16 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-17T12:34:57.958Z] #13 65.16 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-17T12:34:57.958Z] #13 65.16 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:34:57.958Z] #13 65.48 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-17T12:34:57.958Z] #13 65.48 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-17T12:34:57.958Z] #13 65.49 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:34:58.087Z] #44 55.66 Selecting previously unselected package libnet1:amd64. [2021-06-17T12:34:58.087Z] #44 55.66 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-17T12:34:58.087Z] #44 55.66 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-17T12:34:58.087Z] #44 55.81 Selecting previously unselected package libnl-3-200:amd64. [2021-06-17T12:34:58.087Z] #44 55.81 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-17T12:34:58.087Z] #44 55.81 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-17T12:34:58.087Z] #44 55.89 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-17T12:34:58.087Z] #44 55.89 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-17T12:34:58.087Z] #44 55.91 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-17T12:34:58.087Z] #44 56.00 Selecting previously unselected package criu. [2021-06-17T12:34:58.087Z] #44 56.00 Preparing to unpack .../8-criu_3.15-1_amd64.deb ... [2021-06-17T12:34:58.209Z] #20 55.83 Setting up python3-setuptools (40.8.0-1) ... [2021-06-17T12:34:58.318Z] #37 3.527 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-17T12:34:58.318Z] #37 3.528 -- Detecting C compiler ABI info [2021-06-17T12:34:58.344Z] #44 56.03 Unpacking criu (3.15-1) ... [2021-06-17T12:34:58.542Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.015s coverage: 1.9% of statements [2021-06-17T12:34:58.882Z] #37 4.281 -- Detecting C compiler ABI info - done [2021-06-17T12:34:58.882Z] #37 4.302 -- Detecting C compile features [2021-06-17T12:34:59.145Z] #20 56.67 Setting up python3-pip (18.1-5) ... [2021-06-17T12:34:59.162Z] #44 56.69 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-17T12:34:59.162Z] #44 56.72 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-17T12:34:59.162Z] #44 56.73 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-17T12:34:59.162Z] #44 56.76 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-17T12:34:59.162Z] #44 56.78 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-17T12:34:59.162Z] #44 56.79 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:59.162Z] #44 56.83 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-17T12:34:59.162Z] #44 56.83 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-17T12:34:59.713Z] #20 57.51 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:34:59.813Z] #37 ... [2021-06-17T12:34:59.813Z] [2021-06-17T12:34:59.813Z] #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-06-17T12:34:59.813Z] #52 sha256:839a0c1e6e377a35338cbed3ada9a70dc0f10a65b760653f89ea6e9ec71d38da [2021-06-17T12:34:59.813Z] #52 66.09 context [2021-06-17T12:34:59.930Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.809s coverage: 49.4% of statements [2021-06-17T12:34:59.973Z] #20 57.54 Processing triggers for mime-support (3.62) ... [2021-06-17T12:35:00.504Z] #13 ... [2021-06-17T12:35:00.504Z] [2021-06-17T12:35:00.504Z] #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-06-17T12:35:00.504Z] #46 sha256:76a5118bb661680c55e5dd13732a52dfdf926666922fc659319acbdeae30d026 [2021-06-17T12:35:00.504Z] #46 75.50 path/filepath [2021-06-17T12:35:00.542Z] #20 ... [2021-06-17T12:35:00.542Z] [2021-06-17T12:35:00.542Z] #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-06-17T12:35:00.542Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:35:00.743Z] #52 66.96 internal/syscall/unix [2021-06-17T12:35:00.743Z] #52 ... [2021-06-17T12:35:00.743Z] [2021-06-17T12:35:00.743Z] #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-06-17T12:35:00.743Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:35:00.743Z] #44 56.79 Selecting previously unselected package python3. [2021-06-17T12:35:00.743Z] #44 56.79 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16073 files and directories currently installed.) [2021-06-17T12:35:00.743Z] #44 56.86 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ... [2021-06-17T12:35:00.743Z] #44 56.87 Unpacking python3 (3.7.3-1) ... [2021-06-17T12:35:00.743Z] #44 57.06 Selecting previously unselected package libprotobuf17:amd64. [2021-06-17T12:35:00.743Z] #44 57.06 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-06-17T12:35:00.743Z] #44 57.07 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-17T12:35:00.743Z] #44 57.81 Selecting previously unselected package python3-pkg-resources. [2021-06-17T12:35:00.743Z] #44 57.81 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-17T12:35:00.743Z] #44 57.84 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-17T12:35:00.743Z] #44 58.08 Selecting previously unselected package python3-six. [2021-06-17T12:35:00.743Z] #44 58.08 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-06-17T12:35:00.743Z] #44 58.13 Unpacking python3-six (1.12.0-1) ... [2021-06-17T12:35:00.743Z] #44 58.23 Selecting previously unselected package python3-protobuf. [2021-06-17T12:35:00.743Z] #44 58.23 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ... [2021-06-17T12:35:00.743Z] #44 58.24 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-06-17T12:35:00.743Z] #44 58.70 Selecting previously unselected package libnet1:amd64. [2021-06-17T12:35:00.743Z] #44 58.72 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-17T12:35:00.743Z] #44 58.73 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-17T12:35:00.743Z] #44 58.93 Selecting previously unselected package libnl-3-200:amd64. [2021-06-17T12:35:00.743Z] #44 58.94 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-17T12:35:00.743Z] #44 58.94 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-17T12:35:00.743Z] #44 59.11 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-17T12:35:00.743Z] #44 59.12 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-17T12:35:00.743Z] #44 59.12 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-17T12:35:00.743Z] #44 59.28 Selecting previously unselected package criu. [2021-06-17T12:35:00.743Z] #44 59.28 Preparing to unpack .../8-criu_3.15-1_amd64.deb ... [2021-06-17T12:35:00.743Z] #44 59.29 Unpacking criu (3.15-1) ... [2021-06-17T12:35:00.743Z] #44 59.93 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-17T12:35:00.743Z] #44 59.96 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-17T12:35:00.743Z] #44 59.97 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-17T12:35:00.743Z] #44 60.00 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-17T12:35:00.744Z] #44 60.03 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-17T12:35:00.744Z] #44 60.04 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:35:00.744Z] #44 60.06 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-17T12:35:00.744Z] #44 60.08 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-17T12:35:00.744Z] #44 65.91 Setting up python3 (3.7.3-1) ... [2021-06-17T12:35:00.744Z] #44 66.73 Setting up python3-six (1.12.0-1) ... [2021-06-17T12:35:00.744Z] #44 ... [2021-06-17T12:35:00.744Z] [2021-06-17T12:35:00.744Z] #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-06-17T12:35:00.744Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:35:00.744Z] #13 51.86 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-17T12:35:00.744Z] #13 51.87 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-17T12:35:00.744Z] #13 51.89 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-17T12:35:00.744Z] #13 54.48 Selecting previously unselected package binutils-mingw-w64. [2021-06-17T12:35:00.744Z] #13 54.49 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-17T12:35:00.744Z] #13 54.49 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-17T12:35:00.744Z] #13 54.67 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-17T12:35:00.744Z] #13 54.68 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-17T12:35:00.744Z] #13 54.70 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:00.744Z] #13 54.86 Selecting previously unselected package dmsetup. [2021-06-17T12:35:00.744Z] #13 54.86 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-17T12:35:00.744Z] #13 54.88 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-17T12:35:00.744Z] #13 55.06 Selecting previously unselected package mingw-w64-common. [2021-06-17T12:35:00.744Z] #13 55.06 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-17T12:35:00.744Z] #13 55.07 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-17T12:35:00.744Z] #13 60.96 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-17T12:35:00.744Z] #13 60.97 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-17T12:35:00.744Z] #13 60.97 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-17T12:35:00.800Z] #40 177.3 + dpkg --print-architecture [2021-06-17T12:35:00.800Z] #40 177.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-06-17T12:35:01.000Z] #13 ... [2021-06-17T12:35:01.000Z] [2021-06-17T12:35:01.000Z] #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-06-17T12:35:01.000Z] #46 sha256:5ac012f91e5187482f0e6086050e9b7da317181162c521e04e11e0b64da5a927 [2021-06-17T12:35:01.000Z] #46 57.23 bufio [2021-06-17T12:35:01.000Z] #46 59.18 syscall [2021-06-17T12:35:01.000Z] #46 66.97 internal/syscall/unix [2021-06-17T12:35:01.000Z] #46 67.22 internal/fmtsort [2021-06-17T12:35:01.059Z] #40 177.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-06-17T12:35:01.059Z] #40 177.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-06-17T12:35:01.257Z] #46 67.41 internal/poll [2021-06-17T12:35:01.257Z] #46 ... [2021-06-17T12:35:01.257Z] [2021-06-17T12:35:01.257Z] #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-06-17T12:35:01.257Z] #37 sha256:294310c361af9ca6c7026f96e1d29557374bff1def4fea345772e3039d3bb5fc [2021-06-17T12:35:01.257Z] #37 6.424 -- Detecting C compile features - done [2021-06-17T12:35:01.257Z] #37 6.478 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-17T12:35:01.257Z] #37 6.629 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-17T12:35:01.318Z] #40 ... [2021-06-17T12:35:01.318Z] [2021-06-17T12:35:01.318Z] #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-06-17T12:35:01.318Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:35:01.318Z] #20 DONE 59.1s [2021-06-17T12:35:01.446Z] #46 ... [2021-06-17T12:35:01.446Z] [2021-06-17T12:35:01.446Z] #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-06-17T12:35:01.446Z] #52 sha256:7d781397991fbc213f8eaa938a33a3a8fe814ad643ee2e9278a5ac39e4133766 [2021-06-17T12:35:01.446Z] #52 66.27 path [2021-06-17T12:35:01.446Z] #52 66.76 io/fs [2021-06-17T12:35:01.446Z] #52 67.97 os [2021-06-17T12:35:01.446Z] #52 67.99 encoding/binary [2021-06-17T12:35:01.446Z] #52 70.31 encoding/base64 [2021-06-17T12:35:01.446Z] #52 70.99 golang.org/x/sys/unix [2021-06-17T12:35:01.446Z] #52 72.92 fmt [2021-06-17T12:35:01.446Z] #52 ... [2021-06-17T12:35:01.446Z] [2021-06-17T12:35:01.446Z] #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-06-17T12:35:01.446Z] #46 sha256:76a5118bb661680c55e5dd13732a52dfdf926666922fc659319acbdeae30d026 [2021-06-17T12:35:01.446Z] #46 76.61 flag [2021-06-17T12:35:01.514Z] #37 6.783 -- Configuring done [2021-06-17T12:35:01.514Z] #37 6.792 -- Generating done [2021-06-17T12:35:01.514Z] #37 6.809 -- Build files have been written to: /tmp/tmp.SVMpX2GQrI/tini [2021-06-17T12:35:01.514Z] #37 6.815 + make tini-static [2021-06-17T12:35:01.577Z] [2021-06-17T12:35:01.577Z] #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-06-17T12:35:01.577Z] #21 sha256:6d3550bab80a8038a2f190d1f82a894ce483c7c88012a9b27091f67139f2c117 [2021-06-17T12:35:01.707Z] #46 76.74 go/token [2021-06-17T12:35:01.771Z] #37 7.099 Scanning dependencies of target tini-static [2021-06-17T12:35:01.771Z] #37 7.172 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-17T12:35:01.849Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.016s coverage: 57.5% of statements [2021-06-17T12:35:01.849Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.516s coverage: 46.2% of statements [2021-06-17T12:35:02.422Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.479s coverage: 57.7% of statements [2021-06-17T12:35:02.514Z] #21 1.053 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-17T12:35:02.514Z] #21 1.058 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-17T12:35:02.514Z] #21 1.063 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-17T12:35:02.514Z] #21 DONE 1.1s [2021-06-17T12:35:02.514Z] [2021-06-17T12:35:02.514Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-17T12:35:02.514Z] #22 sha256:bc71d66ee8509c4acbc6e2ef5f4b399ef8b51a050205e13d22ed99c8c5d79803 [2021-06-17T12:35:02.649Z] #46 77.69 go/scanner [2021-06-17T12:35:02.994Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.018s coverage: 3.0% of statements [2021-06-17T12:35:03.141Z] #37 8.519 [100%] Linking C executable tini-static [2021-06-17T12:35:03.229Z] #46 78.21 internal/lazyregexp [2021-06-17T12:35:03.255Z] ok github.com/docker/docker/daemon 12.267s coverage: 17.4% of statements [2021-06-17T12:35:03.255Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-17T12:35:03.255Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-17T12:35:03.255Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-17T12:35:03.255Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-17T12:35:03.255Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-17T12:35:03.255Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-06-17T12:35:03.255Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-17T12:35:03.490Z] #46 78.54 net/url [2021-06-17T12:35:03.517Z] ok github.com/docker/docker/daemon/links 0.008s coverage: 93.0% of statements [2021-06-17T12:35:03.704Z] #37 9.058 [100%] Built target tini-static [2021-06-17T12:35:03.704Z] #37 9.169 + mkdir -p /build [2021-06-17T12:35:03.961Z] #37 9.171 + cp tini-static /build/docker-init [2021-06-17T12:35:04.061Z] #46 79.07 go/ast [2021-06-17T12:35:04.411Z] #44 61.93 Setting up python3 (3.7.3-1) ... [2021-06-17T12:35:04.461Z] ok github.com/docker/docker/daemon/images 0.046s coverage: 6.7% of statements [2021-06-17T12:35:04.461Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-17T12:35:04.461Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-17T12:35:04.891Z] #37 DONE 10.1s [2021-06-17T12:35:04.891Z] [2021-06-17T12:35:04.891Z] #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-06-17T12:35:04.891Z] #46 sha256:5ac012f91e5187482f0e6086050e9b7da317181162c521e04e11e0b64da5a927 [2021-06-17T12:35:04.891Z] #46 67.73 internal/syscall/execenv [2021-06-17T12:35:04.891Z] #46 67.91 path [2021-06-17T12:35:04.891Z] #46 68.53 io/fs [2021-06-17T12:35:04.891Z] #46 69.71 regexp/syntax [2021-06-17T12:35:04.891Z] #46 70.49 os [2021-06-17T12:35:04.973Z] #44 62.59 Setting up python3-six (1.12.0-1) ... [2021-06-17T12:35:04.973Z] #44 ... [2021-06-17T12:35:04.973Z] [2021-06-17T12:35:04.973Z] #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-06-17T12:35:04.973Z] #52 sha256:97526af1d7534027fe6442878a61026605499c0c8478a85222c71bc684ab77aa [2021-06-17T12:35:04.973Z] #52 52.89 strconv [2021-06-17T12:35:04.973Z] #52 56.50 reflect [2021-06-17T12:35:04.973Z] #52 58.03 time [2021-06-17T12:35:04.973Z] #52 ... [2021-06-17T12:35:04.973Z] [2021-06-17T12:35:04.973Z] #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-06-17T12:35:04.973Z] #37 sha256:6a98d6291bacacb43817e4b2fcbb20e610b6e93d930ee19dbc76c4f61930f69c [2021-06-17T12:35:04.973Z] #37 5.014 + RM_GOPATH=0 [2021-06-17T12:35:04.973Z] #37 5.014 + TMP_GOPATH= [2021-06-17T12:35:04.973Z] #37 5.014 + : /build [2021-06-17T12:35:04.973Z] #37 5.014 + '[' -z '' ']' [2021-06-17T12:35:04.973Z] #37 5.016 ++ mktemp -d [2021-06-17T12:35:04.973Z] #37 5.016 + export GOPATH=/tmp/tmp.Jx1br5PFEQ [2021-06-17T12:35:04.973Z] #37 5.016 + GOPATH=/tmp/tmp.Jx1br5PFEQ [2021-06-17T12:35:04.973Z] #37 5.016 + RM_GOPATH=1 [2021-06-17T12:35:04.973Z] #37 5.016 + case "$(go env GOARCH)" in [2021-06-17T12:35:04.973Z] #37 5.016 ++ go env GOARCH [2021-06-17T12:35:04.973Z] #37 5.042 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:35:04.973Z] #37 5.042 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:35:04.973Z] #37 5.042 ++ dirname /tmp/install/install.sh [2021-06-17T12:35:04.973Z] #37 5.050 + dir=/tmp/install [2021-06-17T12:35:04.973Z] #37 5.050 + bin=tini [2021-06-17T12:35:04.973Z] #37 5.050 + shift [2021-06-17T12:35:04.973Z] #37 5.050 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-17T12:35:04.973Z] #37 5.050 + . /tmp/install/tini.installer [2021-06-17T12:35:04.973Z] #37 5.050 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-17T12:35:04.973Z] #37 5.050 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-17T12:35:04.973Z] #37 5.051 + install_tini [2021-06-17T12:35:04.973Z] #37 5.051 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-17T12:35:04.973Z] #37 5.051 + git clone https://github.com/krallin/tini.git /tmp/tmp.Jx1br5PFEQ/tini [2021-06-17T12:35:04.973Z] #37 5.054 Cloning into '/tmp/tmp.Jx1br5PFEQ/tini'... [2021-06-17T12:35:04.973Z] #37 5.851 + cd /tmp/tmp.Jx1br5PFEQ/tini [2021-06-17T12:35:04.973Z] #37 5.851 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-17T12:35:04.973Z] #37 5.851 + cmake . [2021-06-17T12:35:04.973Z] #37 6.534 -- The C compiler identification is GNU 8.3.0 [2021-06-17T12:35:04.973Z] #37 6.576 -- Check for working C compiler: /usr/bin/cc [2021-06-17T12:35:04.973Z] #37 7.326 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-17T12:35:04.973Z] #37 7.337 -- Detecting C compiler ABI info [2021-06-17T12:35:04.973Z] #37 8.084 -- Detecting C compiler ABI info - done [2021-06-17T12:35:04.973Z] #37 8.128 -- Detecting C compile features [2021-06-17T12:35:04.973Z] #37 10.02 -- Detecting C compile features - done [2021-06-17T12:35:04.973Z] #37 10.06 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-17T12:35:04.973Z] #37 10.29 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-17T12:35:04.973Z] #37 10.39 -- Configuring done [2021-06-17T12:35:05.034Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 67.0% of statements [2021-06-17T12:35:05.230Z] #37 10.39 -- Generating done [2021-06-17T12:35:05.230Z] #37 10.41 -- Build files have been written to: /tmp/tmp.Jx1br5PFEQ/tini [2021-06-17T12:35:05.230Z] #37 10.43 + make tini-static [2021-06-17T12:35:05.445Z] #46 80.12 text/template/parse [2021-06-17T12:35:05.486Z] #37 10.88 Scanning dependencies of target tini-static [2021-06-17T12:35:05.606Z] ok github.com/docker/docker/daemon/logger 0.285s coverage: 43.5% of statements [2021-06-17T12:35:05.742Z] #37 10.98 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-17T12:35:05.867Z] ok github.com/docker/docker/daemon/logger/awslogs 0.304s coverage: 77.4% of statements [2021-06-17T12:35:05.867Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-17T12:35:05.867Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-17T12:35:06.128Z] ok github.com/docker/docker/daemon/logger/journald 0.023s coverage: 23.9% of statements [2021-06-17T12:35:06.305Z] #37 ... [2021-06-17T12:35:06.305Z] [2021-06-17T12:35:06.305Z] #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-06-17T12:35:06.305Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:35:06.305Z] #44 63.83 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-17T12:35:06.388Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.020s coverage: 87.2% of statements [2021-06-17T12:35:06.649Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.030s coverage: 69.9% of statements [2021-06-17T12:35:06.703Z] #22 4.143 Collecting yamllint==1.26.1 [2021-06-17T12:35:06.868Z] #44 ... [2021-06-17T12:35:06.868Z] [2021-06-17T12:35:06.868Z] #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-06-17T12:35:06.868Z] #46 sha256:c9bb6cc204887e09cd1094bc86977a4a90e5838420979de2d30fad843c71c3af [2021-06-17T12:35:06.868Z] #46 54.72 bufio [2021-06-17T12:35:06.868Z] #46 56.52 syscall [2021-06-17T12:35:06.868Z] #46 63.47 internal/syscall/unix [2021-06-17T12:35:06.868Z] #46 63.75 time [2021-06-17T12:35:06.868Z] #46 ... [2021-06-17T12:35:06.868Z] [2021-06-17T12:35:06.868Z] #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-06-17T12:35:06.868Z] #52 sha256:97526af1d7534027fe6442878a61026605499c0c8478a85222c71bc684ab77aa [2021-06-17T12:35:06.868Z] #52 63.94 context [2021-06-17T12:35:06.868Z] #52 64.78 internal/poll [2021-06-17T12:35:07.222Z] ok github.com/docker/docker/daemon/logger/local 0.026s coverage: 75.2% of statements [2021-06-17T12:35:07.222Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-17T12:35:07.412Z] #46 ... [2021-06-17T12:35:07.412Z] [2021-06-17T12:35:07.412Z] #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-06-17T12:35:07.412Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:35:07.412Z] #13 66.91 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-17T12:35:07.412Z] #13 66.91 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-17T12:35:07.412Z] #13 66.95 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:35:07.412Z] #13 67.11 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-17T12:35:07.412Z] #13 67.11 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-17T12:35:07.412Z] #13 67.11 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:35:07.795Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.028s coverage: 31.5% of statements [2021-06-17T12:35:07.795Z] #52 ... [2021-06-17T12:35:07.795Z] [2021-06-17T12:35:07.795Z] #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-06-17T12:35:07.795Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:35:07.795Z] #13 52.79 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-17T12:35:07.795Z] #13 52.79 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-17T12:35:07.795Z] #13 52.82 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-17T12:35:07.795Z] #13 55.56 Selecting previously unselected package binutils-mingw-w64. [2021-06-17T12:35:07.796Z] #13 55.56 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-17T12:35:07.796Z] #13 55.56 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-17T12:35:07.796Z] #13 55.77 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-17T12:35:07.796Z] #13 55.77 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-17T12:35:07.796Z] #13 55.82 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:07.796Z] #13 56.11 Selecting previously unselected package dmsetup. [2021-06-17T12:35:07.796Z] #13 56.11 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-17T12:35:07.796Z] #13 56.11 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-17T12:35:07.796Z] #13 56.24 Selecting previously unselected package mingw-w64-common. [2021-06-17T12:35:07.796Z] #13 56.24 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-17T12:35:07.796Z] #13 56.24 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-17T12:35:07.796Z] #13 61.52 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-17T12:35:07.796Z] #13 61.52 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-17T12:35:07.796Z] #13 61.54 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-17T12:35:07.796Z] #13 ... [2021-06-17T12:35:07.796Z] [2021-06-17T12:35:07.796Z] #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-06-17T12:35:07.796Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:35:07.796Z] #44 65.37 Setting up python3-protobuf (3.6.1.3-2) ... [2021-06-17T12:35:07.989Z] #46 ... [2021-06-17T12:35:07.989Z] [2021-06-17T12:35:07.989Z] #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-06-17T12:35:07.989Z] #57 sha256:e78a2432b2c45a04f43595179dc0e90cfe5f608d67b46301e61fbea2bc804783 [2021-06-17T12:35:08.056Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.061s coverage: 56.8% of statements [2021-06-17T12:35:08.249Z] #57 41.17 Checking out files: 58% (2281/3928) Checking out files: 59% (2318/3928) Checking out files: 60% (2357/3928) Checking out files: 61% (2397/3928) Checking out files: 62% (2436/3928) Checking out files: 63% (2475/3928) Checking out files: 64% (2514/3928) Checking out files: 65% (2554/3928) Checking out files: 66% (2593/3928) Checking out files: 67% (2632/3928) Checking out files: 68% (2672/3928) Checking out files: 69% (2711/3928) Checking out files: 70% (2750/3928) Checking out files: 71% (2789/3928) Checking out files: 72% (2829/3928) Checking out files: 73% (2868/3928) Checking out files: 74% (2907/3928) Checking out files: 75% (2946/3928) Checking out files: 76% (2986/3928) Checking out files: 77% (3025/3928) Checking out files: 78% (3064/3928) Checking out files: 79% (3104/3928) Checking out files: 80% (3143/3928) Checking out files: 81% (3182/3928) Checking out files: 82% (3221/3928) Checking out files: 83% (3261/3928) Checking out files: 84% (3300/3928) Checking out files: 85% (3339/3928) Checking out files: 86% (3379/3928) Checking out files: 87% (3418/3928) Checking out files: 88% (3457/3928) Checking out files: 89% (3496/3928) Checking out files: 90% (3536/3928) Checking out files: 91% (3575/3928) Checking out files: 92% (3614/3928) Checking out files: 93% (3654/3928) Checking out files: 94% (3693/3928) Checking out files: 95% (3732/3928) Checking out files: 96% (3771/3928) Checking out files: 97% (3811/3928) Checking out files: 98% (3850/3928) Checking out files: 99% (3889/3928) Checking out files: 100% (3928/3928) Checking out files: 100% (3928/3928), done. [2021-06-17T12:35:08.249Z] #57 42.08 + cd /tmp/tmp.EQD1h0G1So/src/github.com/containerd/containerd [2021-06-17T12:35:08.357Z] #44 ... [2021-06-17T12:35:08.357Z] [2021-06-17T12:35:08.357Z] #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-06-17T12:35:08.357Z] #37 sha256:6a98d6291bacacb43817e4b2fcbb20e610b6e93d930ee19dbc76c4f61930f69c [2021-06-17T12:35:08.357Z] #37 12.31 [100%] Linking C executable tini-static [2021-06-17T12:35:08.357Z] #37 12.86 [100%] Built target tini-static [2021-06-17T12:35:08.357Z] #37 12.94 + mkdir -p /build [2021-06-17T12:35:08.357Z] #37 12.94 + cp tini-static /build/docker-init [2021-06-17T12:35:08.357Z] #37 DONE 13.5s [2021-06-17T12:35:08.357Z] [2021-06-17T12:35:08.357Z] #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-06-17T12:35:08.357Z] #46 sha256:c9bb6cc204887e09cd1094bc86977a4a90e5838420979de2d30fad843c71c3af [2021-06-17T12:35:08.357Z] #46 65.46 internal/fmtsort [2021-06-17T12:35:08.357Z] #46 66.12 internal/syscall/execenv [2021-06-17T12:35:08.357Z] #46 66.37 path [2021-06-17T12:35:08.510Z] #57 42.08 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-17T12:35:08.630Z] ok github.com/docker/docker/daemon/logger/syslog 0.013s coverage: 46.8% of statements [2021-06-17T12:35:08.771Z] #57 42.52 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-17T12:35:08.772Z] #57 42.52 + BUILDTAGS='netgo osusergo static_build' [2021-06-17T12:35:08.772Z] #57 42.52 + export EXTRA_FLAGS=-buildmode=pie [2021-06-17T12:35:08.772Z] #57 42.52 + EXTRA_FLAGS=-buildmode=pie [2021-06-17T12:35:08.772Z] #57 42.52 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-17T12:35:08.772Z] #57 42.52 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-17T12:35:08.772Z] #57 42.52 + '[' '' = dynamic ']' [2021-06-17T12:35:08.772Z] #57 42.52 + make [2021-06-17T12:35:08.891Z] ok github.com/docker/docker/daemon/logger/templates 0.009s coverage: 8.3% of statements [2021-06-17T12:35:08.918Z] #46 66.92 regexp/syntax [2021-06-17T12:35:09.464Z] ok github.com/docker/docker/daemon/network 0.022s coverage: 63.8% of statements [2021-06-17T12:35:09.934Z] #13 ... [2021-06-17T12:35:09.934Z] [2021-06-17T12:35:09.934Z] #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-06-17T12:35:09.934Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:35:09.934Z] #44 68.07 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-17T12:35:09.934Z] #44 69.75 Setting up python3-protobuf (3.6.1.3-2) ... [2021-06-17T12:35:09.934Z] #44 73.43 Setting up criu (3.15-1) ... [2021-06-17T12:35:09.934Z] #44 75.20 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:35:09.934Z] #44 75.29 Processing triggers for mime-support (3.62) ... [2021-06-17T12:35:09.934Z] #44 DONE 75.9s [2021-06-17T12:35:10.037Z] ok github.com/docker/docker/distribution/metadata 0.095s coverage: 48.2% of statements [2021-06-17T12:35:10.158Z] #57 43.91 + bin/ctr [2021-06-17T12:35:10.190Z] [2021-06-17T12:35:10.191Z] #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-06-17T12:35:10.191Z] #46 sha256:5ac012f91e5187482f0e6086050e9b7da317181162c521e04e11e0b64da5a927 [2021-06-17T12:35:10.191Z] #46 74.88 regexp [2021-06-17T12:35:10.191Z] #46 75.41 fmt [2021-06-17T12:35:10.609Z] ok github.com/docker/docker/daemon/logger/splunk 1.879s coverage: 82.5% of statements [2021-06-17T12:35:10.609Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-17T12:35:10.609Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-17T12:35:11.121Z] #46 ... [2021-06-17T12:35:11.121Z] [2021-06-17T12:35:11.121Z] #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-06-17T12:35:11.121Z] #52 sha256:839a0c1e6e377a35338cbed3ada9a70dc0f10a65b760653f89ea6e9ec71d38da [2021-06-17T12:35:11.121Z] #52 67.26 internal/poll [2021-06-17T12:35:11.121Z] #52 69.91 os [2021-06-17T12:35:11.121Z] #52 70.80 encoding/binary [2021-06-17T12:35:11.121Z] #52 72.83 encoding/base64 [2021-06-17T12:35:11.121Z] #52 73.72 golang.org/x/sys/unix [2021-06-17T12:35:11.121Z] #52 75.11 fmt [2021-06-17T12:35:11.556Z] ok github.com/docker/docker/distribution 0.188s coverage: 25.4% of statements [2021-06-17T12:35:11.556Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-17T12:35:11.817Z] ok github.com/docker/docker/errdefs 0.030s coverage: 53.1% of statements [2021-06-17T12:35:11.972Z] #22 9.458 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-17T12:35:12.051Z] #52 ... [2021-06-17T12:35:12.051Z] [2021-06-17T12:35:12.051Z] #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-06-17T12:35:12.051Z] #46 sha256:5ac012f91e5187482f0e6086050e9b7da317181162c521e04e11e0b64da5a927 [2021-06-17T12:35:12.051Z] #46 78.43 path/filepath [2021-06-17T12:35:12.071Z] #57 ... [2021-06-17T12:35:12.071Z] [2021-06-17T12:35:12.071Z] #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-06-17T12:35:12.071Z] #52 sha256:7d781397991fbc213f8eaa938a33a3a8fe814ad643ee2e9278a5ac39e4133766 [2021-06-17T12:35:12.071Z] #52 77.03 encoding/json [2021-06-17T12:35:12.071Z] #52 78.92 github.com/pkg/diff [2021-06-17T12:35:12.071Z] #52 80.11 go/ast [2021-06-17T12:35:12.071Z] #52 81.68 golang.org/x/crypto/ssh/terminal [2021-06-17T12:35:12.071Z] #52 82.74 io/ioutil [2021-06-17T12:35:12.071Z] #52 82.98 mvdan.cc/editorconfig [2021-06-17T12:35:12.071Z] #52 83.93 mvdan.cc/sh/v3/fileutil [2021-06-17T12:35:12.071Z] #52 84.16 text/tabwriter [2021-06-17T12:35:12.071Z] #52 84.72 mvdan.cc/sh/v3/syntax [2021-06-17T12:35:12.186Z] #46 69.53 os [2021-06-17T12:35:12.376Z] #52 ... [2021-06-17T12:35:12.376Z] [2021-06-17T12:35:12.376Z] #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-06-17T12:35:12.376Z] #46 sha256:76a5118bb661680c55e5dd13732a52dfdf926666922fc659319acbdeae30d026 [2021-06-17T12:35:12.376Z] #46 83.20 go/parser [2021-06-17T12:35:12.376Z] #46 84.81 text/template [2021-06-17T12:35:12.376Z] #46 86.79 log [2021-06-17T12:35:12.376Z] #46 87.34 encoding/xml [2021-06-17T12:35:12.388Z] ok github.com/docker/docker/image 0.037s coverage: 86.6% of statements [2021-06-17T12:35:12.652Z] ok github.com/docker/docker/image/cache 0.015s coverage: 19.2% of statements [2021-06-17T12:35:12.748Z] #46 ... [2021-06-17T12:35:12.748Z] [2021-06-17T12:35:12.748Z] #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-06-17T12:35:12.748Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:35:12.748Z] #13 67.47 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-17T12:35:12.748Z] #13 67.49 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-17T12:35:12.748Z] #13 67.49 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:35:12.748Z] #13 67.63 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-17T12:35:12.748Z] #13 67.63 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-17T12:35:12.748Z] #13 67.64 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:35:13.224Z] ok github.com/docker/docker/distribution/xfer 1.839s coverage: 85.1% of statements [2021-06-17T12:35:13.224Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-17T12:35:13.224Z] ok github.com/docker/docker/image/tarexport 0.024s coverage: 0.7% of statements [2021-06-17T12:35:13.349Z] #22 10.47 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-17T12:35:13.349Z] #22 10.51 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-17T12:35:13.349Z] #22 10.56 Collecting pyyaml (from yamllint==1.26.1) [2021-06-17T12:35:13.349Z] #22 10.75 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-17T12:35:13.419Z] #46 79.68 internal/lazyregexp [2021-06-17T12:35:13.487Z] ok github.com/docker/docker/image/v1 0.017s coverage: 25.0% of statements [2021-06-17T12:35:13.487Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-17T12:35:13.608Z] #22 11.04 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-17T12:35:13.608Z] #22 11.05 Building wheels for collected packages: yamllint [2021-06-17T12:35:13.608Z] #22 11.05 Running setup.py bdist_wheel for yamllint: started [2021-06-17T12:35:13.676Z] #13 ... [2021-06-17T12:35:13.676Z] [2021-06-17T12:35:13.676Z] #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-06-17T12:35:13.676Z] #44 sha256:3de3c449b9b6d2d99ac304007a8d767e23bfbcf22d427bd5dbd17e5b0ce51a5b [2021-06-17T12:35:13.676Z] #44 68.90 Setting up criu (3.15-1) ... [2021-06-17T12:35:13.676Z] #44 70.83 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:35:13.676Z] #44 70.95 Processing triggers for mime-support (3.62) ... [2021-06-17T12:35:13.676Z] #44 DONE 71.3s [2021-06-17T12:35:13.676Z] [2021-06-17T12:35:13.676Z] #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-06-17T12:35:13.676Z] #46 sha256:c9bb6cc204887e09cd1094bc86977a4a90e5838420979de2d30fad843c71c3af [2021-06-17T12:35:13.676Z] #46 71.42 regexp [2021-06-17T12:35:13.677Z] #46 79.95 io/ioutil [2021-06-17T12:35:13.749Z] ok github.com/docker/docker/libcontainerd/queue 0.027s coverage: 100.0% of statements [2021-06-17T12:35:13.934Z] #46 80.17 flag [2021-06-17T12:35:13.934Z] #46 80.27 go/token [2021-06-17T12:35:14.544Z] #22 11.88 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-17T12:35:14.544Z] #22 11.89 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-17T12:35:14.544Z] #22 11.92 Successfully built yamllint [2021-06-17T12:35:14.544Z] #22 11.93 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-17T12:35:14.803Z] #22 12.27 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-17T12:35:14.865Z] #46 81.11 go/scanner [2021-06-17T12:35:14.986Z] #46 89.87 go/doc [2021-06-17T12:35:14.986Z] #46 ... [2021-06-17T12:35:14.986Z] [2021-06-17T12:35:14.986Z] #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-06-17T12:35:14.986Z] #52 sha256:7d781397991fbc213f8eaa938a33a3a8fe814ad643ee2e9278a5ac39e4133766 [2021-06-17T12:35:14.986Z] #52 90.04 mvdan.cc/sh/v3/cmd/shfmt [2021-06-17T12:35:15.370Z] #22 DONE 12.8s [2021-06-17T12:35:15.370Z] [2021-06-17T12:35:15.370Z] #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-06-17T12:35:15.370Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:35:15.370Z] #40 ... [2021-06-17T12:35:15.370Z] [2021-06-17T12:35:15.370Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-17T12:35:15.370Z] #25 sha256:4f156ca58a5f6df7d2e77b439cd5dcf3493c7875dc62343ec48d4c08b75630e4 [2021-06-17T12:35:15.629Z] #25 DONE 0.4s [2021-06-17T12:35:15.629Z] [2021-06-17T12:35:15.629Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-17T12:35:15.629Z] #30 sha256:0671166483e0d038a0ec8585b3d8ed871252ca3ba258cbdc953e3d368f203449 [2021-06-17T12:35:15.797Z] #46 81.89 net/url [2021-06-17T12:35:16.054Z] #46 82.26 go/ast [2021-06-17T12:35:16.191Z] #46 73.91 fmt [2021-06-17T12:35:17.124Z] #46 74.84 path/filepath [2021-06-17T12:35:17.424Z] #46 83.59 text/template/parse [2021-06-17T12:35:17.959Z] ok github.com/docker/docker/libnetwork/bitseq 0.503s coverage: 84.4% of statements [2021-06-17T12:35:18.491Z] #46 76.29 internal/lazyregexp [2021-06-17T12:35:18.531Z] ok github.com/docker/docker/libnetwork/api 2.298s coverage: 83.2% of statements [2021-06-17T12:35:18.747Z] #46 76.60 io/ioutil [2021-06-17T12:35:19.003Z] #46 77.01 github.com/LK4D4/vndr/versioned [2021-06-17T12:35:19.003Z] #46 77.14 hash/crc32 [2021-06-17T12:35:19.185Z] #52 DONE 93.7s [2021-06-17T12:35:19.185Z] [2021-06-17T12:35:19.185Z] #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-06-17T12:35:19.185Z] #46 sha256:76a5118bb661680c55e5dd13732a52dfdf926666922fc659319acbdeae30d026 [2021-06-17T12:35:19.185Z] #46 92.34 github.com/LK4D4/vndr/versioned [2021-06-17T12:35:19.185Z] #46 92.43 compress/flate [2021-06-17T12:35:19.185Z] #46 93.03 github.com/LK4D4/vndr/build [2021-06-17T12:35:19.566Z] #46 ... [2021-06-17T12:35:19.566Z] [2021-06-17T12:35:19.566Z] #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-06-17T12:35:19.566Z] #52 sha256:97526af1d7534027fe6442878a61026605499c0c8478a85222c71bc684ab77aa [2021-06-17T12:35:19.566Z] #52 67.30 io/fs [2021-06-17T12:35:19.566Z] #52 68.57 os [2021-06-17T12:35:19.566Z] #52 68.75 encoding/binary [2021-06-17T12:35:19.566Z] #52 70.85 encoding/base64 [2021-06-17T12:35:19.566Z] #52 71.68 golang.org/x/sys/unix [2021-06-17T12:35:19.566Z] #52 73.38 fmt [2021-06-17T12:35:19.566Z] #52 77.33 encoding/json [2021-06-17T12:35:19.566Z] #52 ... [2021-06-17T12:35:19.566Z] [2021-06-17T12:35:19.566Z] #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-06-17T12:35:19.566Z] #46 sha256:c9bb6cc204887e09cd1094bc86977a4a90e5838420979de2d30fad843c71c3af [2021-06-17T12:35:19.566Z] #46 77.60 crypto/sha1 [2021-06-17T12:35:20.126Z] #46 95.24 hash/crc32 [2021-06-17T12:35:20.128Z] #46 77.99 flag [2021-06-17T12:35:20.491Z] ok github.com/docker/docker/libnetwork/client 0.046s coverage: 75.2% of statements [2021-06-17T12:35:20.491Z] ok github.com/docker/docker/libnetwork/client/mflag 0.009s coverage: 62.7% of statements [2021-06-17T12:35:20.691Z] #46 78.51 go/token [2021-06-17T12:35:20.697Z] #46 95.76 compress/gzip [2021-06-17T12:35:20.704Z] #46 86.59 go/parser [2021-06-17T12:35:20.704Z] #46 ... [2021-06-17T12:35:20.704Z] [2021-06-17T12:35:20.704Z] #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-06-17T12:35:20.704Z] #57 sha256:54f42bbcea842ca05912b31197f46fab8a049b31d991744ce60a64b009c4e33e [2021-06-17T12:35:20.958Z] #46 96.19 crypto/x509/pkix [2021-06-17T12:35:21.219Z] #46 96.27 net [2021-06-17T12:35:21.481Z] #57 43.10 Checking out files: 50% (1972/3928) Checking out files: 51% (2004/3928) Checking out files: 52% (2043/3928) Checking out files: 53% (2082/3928) Checking out files: 54% (2122/3928) Checking out files: 55% (2161/3928) Checking out files: 56% (2200/3928) Checking out files: 57% (2239/3928) Checking out files: 58% (2279/3928) Checking out files: 59% (2318/3928) Checking out files: 60% (2357/3928) Checking out files: 61% (2397/3928) Checking out files: 62% (2436/3928) Checking out files: 63% (2475/3928) Checking out files: 64% (2514/3928) Checking out files: 65% (2554/3928) Checking out files: 66% (2593/3928) Checking out files: 67% (2632/3928) Checking out files: 68% (2672/3928) Checking out files: 69% (2711/3928) Checking out files: 70% (2750/3928) Checking out files: 71% (2789/3928) Checking out files: 72% (2829/3928) Checking out files: 73% (2868/3928) Checking out files: 74% (2907/3928) Checking out files: 75% (2946/3928) Checking out files: 76% (2986/3928) Checking out files: 77% (3025/3928) Checking out files: 78% (3064/3928) Checking out files: 79% (3104/3928) Checking out files: 80% (3143/3928) Checking out files: 81% (3182/3928) Checking out files: 82% (3221/3928) Checking out files: 83% (3261/3928) Checking out files: 84% (3300/3928) Checking out files: 85% (3339/3928) Checking out files: 86% (3379/3928) Checking out files: 87% (3418/3928) Checking out files: 88% (3457/3928) Checking out files: 89% (3496/3928) Checking out files: 90% (3536/3928) Checking out files: 91% (3575/3928) Checking out files: 92% (3614/3928) Checking out files: 92% (3636/3928) Checking out files: 93% (3654/3928) Checking out files: 94% (3693/3928) Checking out files: 95% (3732/3928) Checking out files: 96% (3771/3928) Checking out files: 97% (3811/3928) Checking out files: 98% (3850/3928) Checking out files: 99% (3889/3928) Checking out files: 100% (3928/3928) Checking out files: 100% (3928/3928), done. [2021-06-17T12:35:21.619Z] #46 79.39 go/scanner [2021-06-17T12:35:21.619Z] #46 79.49 net/url [2021-06-17T12:35:21.738Z] #57 44.36 + cd /tmp/tmp.tINlEOqxNb/src/github.com/containerd/containerd [2021-06-17T12:35:21.738Z] #57 44.36 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-17T12:35:21.791Z] #46 96.66 vendor/golang.org/x/crypto/chacha20 [2021-06-17T12:35:22.052Z] #46 97.21 vendor/golang.org/x/crypto/poly1305 [2021-06-17T12:35:22.194Z] #30 DONE 5.7s [2021-06-17T12:35:22.194Z] [2021-06-17T12:35:22.194Z] #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-06-17T12:35:22.195Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:35:22.195Z] #40 DONE 198.1s [2021-06-17T12:35:22.195Z] [2021-06-17T12:35:22.195Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-17T12:35:22.195Z] #33 sha256:3df8447c2c995e80c63ab519ce89876327a0df2c4f008abd4584720b49749498 [2021-06-17T12:35:22.195Z] #33 DONE 0.4s [2021-06-17T12:35:22.195Z] [2021-06-17T12:35:22.195Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-17T12:35:22.195Z] #35 sha256:aee22f6cfc4bc8f3a56308e5795d7b2325644d19d87fbb33b261d329f10d7f70 [2021-06-17T12:35:22.195Z] #35 DONE 0.1s [2021-06-17T12:35:22.195Z] [2021-06-17T12:35:22.195Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-17T12:35:22.195Z] #38 sha256:4f9f92afb0a383748bd5d0af90ddd3f1d0bd6a06587deb9839e15ffaf8bb7b43 [2021-06-17T12:35:22.195Z] #38 DONE 0.1s [2021-06-17T12:35:22.195Z] [2021-06-17T12:35:22.195Z] #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-06-17T12:35:22.195Z] #54 sha256:dd27ea8ee41ca9bd2ad2af17936f878fdbbc7625c0a0cb7247bdfae2a0960473 [2021-06-17T12:35:22.548Z] #46 80.49 go/ast [2021-06-17T12:35:22.624Z] #46 97.77 vendor/golang.org/x/sys/cpu [2021-06-17T12:35:22.669Z] #57 45.21 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-17T12:35:22.669Z] #57 45.21 + BUILDTAGS='netgo osusergo static_build' [2021-06-17T12:35:22.669Z] #57 45.21 + export EXTRA_FLAGS=-buildmode=pie [2021-06-17T12:35:22.669Z] #57 45.21 + EXTRA_FLAGS=-buildmode=pie [2021-06-17T12:35:22.669Z] #57 45.21 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-17T12:35:22.669Z] #57 45.21 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-17T12:35:22.669Z] #57 45.21 + '[' '' = dynamic ']' [2021-06-17T12:35:22.669Z] #57 45.21 + make [2021-06-17T12:35:23.130Z] #54 ... [2021-06-17T12:35:23.130Z] [2021-06-17T12:35:23.130Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-17T12:35:23.130Z] #41 sha256:8d37d6f85de169a8ba9d4eadba4668d37f9173bd74f8dcca0625476dab6c9bcd [2021-06-17T12:35:23.195Z] #46 98.25 vendor/golang.org/x/crypto/chacha20poly1305 [2021-06-17T12:35:23.233Z] #57 ... [2021-06-17T12:35:23.233Z] [2021-06-17T12:35:23.233Z] #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-06-17T12:35:23.233Z] #52 sha256:839a0c1e6e377a35338cbed3ada9a70dc0f10a65b760653f89ea6e9ec71d38da [2021-06-17T12:35:23.233Z] #52 79.41 encoding/json [2021-06-17T12:35:23.233Z] #52 81.19 flag [2021-06-17T12:35:23.233Z] #52 82.70 github.com/pkg/diff [2021-06-17T12:35:23.233Z] #52 83.83 go/ast [2021-06-17T12:35:23.233Z] #52 85.32 golang.org/x/crypto/ssh/terminal [2021-06-17T12:35:23.233Z] #52 86.61 mvdan.cc/editorconfig [2021-06-17T12:35:23.233Z] #52 87.87 mvdan.cc/sh/v3/fileutil [2021-06-17T12:35:23.233Z] #52 88.06 text/tabwriter [2021-06-17T12:35:23.233Z] #52 88.46 mvdan.cc/sh/v3/syntax [2021-06-17T12:35:23.476Z] #46 81.18 text/template/parse [2021-06-17T12:35:23.795Z] ok github.com/docker/docker/layer 7.426s coverage: 68.8% of statements [2021-06-17T12:35:23.795Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-17T12:35:23.795Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-17T12:35:23.795Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-17T12:35:23.795Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-17T12:35:24.067Z] #41 DONE 0.6s [2021-06-17T12:35:24.067Z] [2021-06-17T12:35:24.067Z] #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-06-17T12:35:24.067Z] #50 sha256:a17019f8524d7f51d13dead5890032e8d8da41942b8d7d959965cdcee359cfb2 [2021-06-17T12:35:24.067Z] #50 201.0 + /build/golangci-lint --version [2021-06-17T12:35:24.067Z] #50 201.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-17T12:35:24.067Z] #50 DONE 201.4s [2021-06-17T12:35:24.067Z] [2021-06-17T12:35:24.067Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-17T12:35:24.067Z] #45 sha256:84b48ce0c61c2bf1f934bdb4fc2f6924b3da000fac809f75a70fb5d50ae977f7 [2021-06-17T12:35:24.067Z] #45 DONE 0.2s [2021-06-17T12:35:24.067Z] [2021-06-17T12:35:24.067Z] #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-06-17T12:35:24.067Z] #57 sha256:9a4836d5e1122cff7be903cb1bc0768a6fc9fafe226b92e50b8d452365036360 [2021-06-17T12:35:24.067Z] #57 ... [2021-06-17T12:35:24.067Z] [2021-06-17T12:35:24.067Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-17T12:35:24.067Z] #47 sha256:32430be9002617390d86ae9d889eb5ac00a8e7ac331fe89b12b225976a3e7188 [2021-06-17T12:35:24.137Z] #46 99.20 vendor/golang.org/x/crypto/curve25519 [2021-06-17T12:35:24.180Z] #52 ... [2021-06-17T12:35:24.180Z] [2021-06-17T12:35:24.180Z] #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-06-17T12:35:24.180Z] #57 sha256:54f42bbcea842ca05912b31197f46fab8a049b31d991744ce60a64b009c4e33e [2021-06-17T12:35:24.180Z] #57 46.79 + bin/ctr [2021-06-17T12:35:24.326Z] #47 DONE 0.2s [2021-06-17T12:35:24.326Z] [2021-06-17T12:35:24.326Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-17T12:35:24.326Z] #49 sha256:e12c52946d462955bb2fe1431fe240dbbba67aad93c833f7ee5926f988540ba1 [2021-06-17T12:35:24.326Z] #49 DONE 0.2s [2021-06-17T12:35:24.326Z] [2021-06-17T12:35:24.326Z] #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-06-17T12:35:24.326Z] #54 sha256:dd27ea8ee41ca9bd2ad2af17936f878fdbbc7625c0a0cb7247bdfae2a0960473 [2021-06-17T12:35:24.367Z] ok github.com/docker/docker/libnetwork/cmd/proxy 0.044s coverage: 67.6% of statements [2021-06-17T12:35:24.367Z] ok github.com/docker/docker/libnetwork/config 0.097s coverage: 24.0% of statements [2021-06-17T12:35:24.708Z] #46 99.87 vendor/golang.org/x/text/transform [2021-06-17T12:35:24.843Z] #46 ... [2021-06-17T12:35:24.844Z] [2021-06-17T12:35:24.844Z] #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-06-17T12:35:24.844Z] #57 sha256:05dd27e7f518bf65da2c35f685ff51c02dc2ebbe16383134356f132835cf23bd [2021-06-17T12:35:24.844Z] #57 43.57 Checking out files: 53% (2121/3928) Checking out files: 54% (2122/3928) Checking out files: 55% (2161/3928) Checking out files: 56% (2200/3928) Checking out files: 57% (2239/3928) Checking out files: 58% (2279/3928) Checking out files: 59% (2318/3928) Checking out files: 60% (2357/3928) Checking out files: 61% (2397/3928) Checking out files: 62% (2436/3928) Checking out files: 63% (2475/3928) Checking out files: 64% (2514/3928) Checking out files: 65% (2554/3928) Checking out files: 66% (2593/3928) Checking out files: 67% (2632/3928) Checking out files: 68% (2672/3928) Checking out files: 69% (2711/3928) Checking out files: 70% (2750/3928) Checking out files: 71% (2789/3928) Checking out files: 72% (2829/3928) Checking out files: 73% (2868/3928) Checking out files: 74% (2907/3928) Checking out files: 75% (2946/3928) Checking out files: 76% (2986/3928) Checking out files: 77% (3025/3928) Checking out files: 78% (3064/3928) Checking out files: 79% (3104/3928) Checking out files: 80% (3143/3928) Checking out files: 81% (3182/3928) Checking out files: 82% (3221/3928) Checking out files: 83% (3261/3928) Checking out files: 84% (3300/3928) Checking out files: 85% (3339/3928) Checking out files: 86% (3379/3928) Checking out files: 87% (3418/3928) Checking out files: 88% (3457/3928) Checking out files: 89% (3496/3928) Checking out files: 90% (3536/3928) Checking out files: 91% (3575/3928) Checking out files: 92% (3614/3928) Checking out files: 93% (3654/3928) Checking out files: 94% (3693/3928) Checking out files: 95% (3732/3928) Checking out files: 96% (3771/3928) Checking out files: 97% (3811/3928) Checking out files: 98% (3850/3928) Checking out files: 99% (3889/3928) Checking out files: 99% (3890/3928) Checking out files: 100% (3928/3928) Checking out files: 100% (3928/3928), done. [2021-06-17T12:35:24.844Z] #57 44.64 + cd /tmp/tmp.N4PsZOlj9B/src/github.com/containerd/containerd [2021-06-17T12:35:24.844Z] #57 44.64 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-17T12:35:25.262Z] #54 ... [2021-06-17T12:35:25.262Z] [2021-06-17T12:35:25.262Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-17T12:35:25.262Z] #51 sha256:1c0d5c712d7e05d298aec0083c3bb959e8421581b2b6375d9543b2f9f4dfcfad [2021-06-17T12:35:25.279Z] #46 ... [2021-06-17T12:35:25.279Z] [2021-06-17T12:35:25.279Z] #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-06-17T12:35:25.279Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:35:25.279Z] #13 87.14 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-17T12:35:25.279Z] #13 87.15 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-17T12:35:25.279Z] #13 87.15 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:35:25.279Z] #13 ... [2021-06-17T12:35:25.279Z] [2021-06-17T12:35:25.279Z] #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-06-17T12:35:25.279Z] #46 sha256:76a5118bb661680c55e5dd13732a52dfdf926666922fc659319acbdeae30d026 [2021-06-17T12:35:25.279Z] #46 100.5 vendor/golang.org/x/text/unicode/bidi [2021-06-17T12:35:25.315Z] ok github.com/docker/docker/libnetwork/datastore 0.021s coverage: 21.9% of statements [2021-06-17T12:35:25.315Z] ok github.com/docker/docker/libnetwork/driverapi 0.033s coverage: 68.9% of statements [2021-06-17T12:35:25.406Z] #57 45.39 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-17T12:35:25.406Z] #57 45.39 + BUILDTAGS='netgo osusergo static_build' [2021-06-17T12:35:25.406Z] #57 45.39 + export EXTRA_FLAGS=-buildmode=pie [2021-06-17T12:35:25.406Z] #57 45.39 + EXTRA_FLAGS=-buildmode=pie [2021-06-17T12:35:25.406Z] #57 45.39 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-17T12:35:25.406Z] #57 45.39 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-17T12:35:25.406Z] #57 45.39 + '[' '' = dynamic ']' [2021-06-17T12:35:25.406Z] #57 45.39 + make [2021-06-17T12:35:25.829Z] #51 DONE 0.4s [2021-06-17T12:35:25.829Z] [2021-06-17T12:35:25.829Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-17T12:35:25.829Z] #53 sha256:508645aa843bb10d5ffe54cad82d5d941083d16fa1905ecfa92c65394fabda3a [2021-06-17T12:35:25.829Z] #53 DONE 0.2s [2021-06-17T12:35:25.829Z] [2021-06-17T12:35:25.829Z] #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-06-17T12:35:25.829Z] #54 sha256:dd27ea8ee41ca9bd2ad2af17936f878fdbbc7625c0a0cb7247bdfae2a0960473 [2021-06-17T12:35:25.888Z] ok github.com/docker/docker/libnetwork/drivers/host 0.004s coverage: 34.8% of statements [2021-06-17T12:35:26.775Z] #57 46.85 + bin/ctr [2021-06-17T12:35:26.832Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.038s coverage: 4.0% of statements [2021-06-17T12:35:27.192Z] #46 101.9 vendor/golang.org/x/text/secure/bidirule [2021-06-17T12:35:27.192Z] #46 102.1 vendor/golang.org/x/text/unicode/norm [2021-06-17T12:35:27.403Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.043s coverage: 4.5% of statements [2021-06-17T12:35:27.675Z] ok github.com/docker/docker/libnetwork/drivers/null 0.005s coverage: 34.8% of statements [2021-06-17T12:35:29.433Z] #57 ... [2021-06-17T12:35:29.433Z] [2021-06-17T12:35:29.433Z] #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-06-17T12:35:29.433Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:35:29.433Z] #13 87.35 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-17T12:35:29.433Z] #13 87.36 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-17T12:35:29.433Z] #13 87.36 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:35:29.589Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.016s coverage: 63.6% of statements [2021-06-17T12:35:30.492Z] #46 ... [2021-06-17T12:35:30.492Z] [2021-06-17T12:35:30.492Z] #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-06-17T12:35:30.492Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:35:30.492Z] #13 101.3 Selecting previously unselected package libapparmor1:amd64. [2021-06-17T12:35:30.492Z] #13 101.4 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-17T12:35:30.492Z] #13 101.4 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-17T12:35:30.492Z] #13 101.5 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-17T12:35:30.492Z] #13 101.5 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-17T12:35:30.492Z] #13 101.5 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-17T12:35:30.492Z] #13 101.6 Selecting previously unselected package libbtrfs0. [2021-06-17T12:35:30.492Z] #13 101.6 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-17T12:35:30.492Z] #13 101.6 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-17T12:35:30.492Z] #13 101.7 Selecting previously unselected package libbtrfs-dev. [2021-06-17T12:35:30.492Z] #13 101.7 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-17T12:35:30.492Z] #13 101.7 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-17T12:35:30.492Z] #13 101.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-17T12:35:30.492Z] #13 101.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-17T12:35:30.492Z] #13 101.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:30.492Z] #13 101.9 Selecting previously unselected package libudev-dev:amd64. [2021-06-17T12:35:30.492Z] #13 101.9 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-17T12:35:30.492Z] #13 101.9 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-17T12:35:30.492Z] #13 102.0 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-17T12:35:30.492Z] #13 102.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-17T12:35:30.492Z] #13 102.0 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-17T12:35:30.492Z] #13 102.3 Selecting previously unselected package libpcre16-3:amd64. [2021-06-17T12:35:30.492Z] #13 102.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-17T12:35:30.492Z] #13 102.3 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-17T12:35:30.753Z] #13 102.5 Selecting previously unselected package libpcre32-3:amd64. [2021-06-17T12:35:30.753Z] #13 102.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-17T12:35:30.753Z] #13 102.5 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-17T12:35:30.753Z] #13 102.7 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-17T12:35:30.753Z] #13 102.7 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-17T12:35:30.753Z] #13 102.7 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-17T12:35:31.014Z] #13 102.8 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-17T12:35:31.014Z] #13 102.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-17T12:35:31.014Z] #13 102.8 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-17T12:35:31.275Z] #13 103.2 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-17T12:35:31.275Z] #13 103.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-17T12:35:31.275Z] #13 103.2 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-17T12:35:31.536Z] #13 103.4 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-17T12:35:31.536Z] #13 103.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-17T12:35:31.536Z] #13 103.4 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:31.536Z] #13 103.5 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-17T12:35:31.536Z] #13 103.5 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-17T12:35:31.796Z] #13 103.5 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-17T12:35:31.796Z] #13 103.7 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-17T12:35:31.796Z] #13 103.7 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-17T12:35:31.796Z] #13 103.7 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-17T12:35:31.954Z] #13 ... [2021-06-17T12:35:31.954Z] [2021-06-17T12:35:31.954Z] #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-06-17T12:35:31.954Z] #52 sha256:839a0c1e6e377a35338cbed3ada9a70dc0f10a65b760653f89ea6e9ec71d38da [2021-06-17T12:35:31.954Z] #52 93.84 mvdan.cc/sh/v3/cmd/shfmt [2021-06-17T12:35:31.954Z] #52 DONE 98.1s [2021-06-17T12:35:31.954Z] [2021-06-17T12:35:31.954Z] #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-06-17T12:35:31.954Z] #46 sha256:5ac012f91e5187482f0e6086050e9b7da317181162c521e04e11e0b64da5a927 [2021-06-17T12:35:31.954Z] #46 88.29 text/template [2021-06-17T12:35:31.954Z] #46 90.56 log [2021-06-17T12:35:31.954Z] #46 91.04 encoding/xml [2021-06-17T12:35:31.954Z] #46 93.00 go/doc [2021-06-17T12:35:31.954Z] #46 95.92 github.com/LK4D4/vndr/versioned [2021-06-17T12:35:31.954Z] #46 96.04 compress/flate [2021-06-17T12:35:31.954Z] #46 96.43 github.com/LK4D4/vndr/build [2021-06-17T12:35:32.026Z] #57 ... [2021-06-17T12:35:32.026Z] [2021-06-17T12:35:32.026Z] #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-06-17T12:35:32.026Z] #52 sha256:97526af1d7534027fe6442878a61026605499c0c8478a85222c71bc684ab77aa [2021-06-17T12:35:32.026Z] #52 79.22 flag [2021-06-17T12:35:32.026Z] #52 80.71 github.com/pkg/diff [2021-06-17T12:35:32.026Z] #52 81.84 go/ast [2021-06-17T12:35:32.026Z] #52 82.16 golang.org/x/crypto/ssh/terminal [2021-06-17T12:35:32.026Z] #52 83.64 mvdan.cc/editorconfig [2021-06-17T12:35:32.026Z] #52 84.64 mvdan.cc/sh/v3/fileutil [2021-06-17T12:35:32.026Z] #52 84.85 text/tabwriter [2021-06-17T12:35:32.026Z] #52 85.31 mvdan.cc/sh/v3/syntax [2021-06-17T12:35:32.026Z] #52 ... [2021-06-17T12:35:32.026Z] [2021-06-17T12:35:32.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-06-17T12:35:32.026Z] #46 sha256:c9bb6cc204887e09cd1094bc86977a4a90e5838420979de2d30fad843c71c3af [2021-06-17T12:35:32.026Z] #46 84.84 text/template [2021-06-17T12:35:32.026Z] #46 84.94 go/parser [2021-06-17T12:35:32.026Z] #46 88.44 encoding/xml [2021-06-17T12:35:32.026Z] #46 89.73 go/doc [2021-06-17T12:35:32.368Z] #13 104.2 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-17T12:35:32.368Z] #13 104.2 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-17T12:35:32.368Z] #13 104.2 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-17T12:35:32.368Z] #13 104.2 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-17T12:35:32.368Z] #13 104.2 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-17T12:35:32.368Z] #13 104.2 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-17T12:35:32.368Z] #13 104.2 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:35:32.368Z] #13 104.2 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-17T12:35:32.368Z] #13 104.3 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-17T12:35:32.368Z] #13 104.3 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-17T12:35:32.368Z] #13 104.3 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-17T12:35:32.368Z] #13 104.3 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-17T12:35:32.368Z] #13 104.3 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-17T12:35:32.368Z] #13 104.3 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-17T12:35:32.368Z] #13 104.3 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-17T12:35:32.368Z] #13 104.3 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-17T12:35:32.368Z] #13 104.4 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-17T12:35:32.368Z] #13 104.4 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:35:32.368Z] #13 104.4 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-06-17T12:35:32.368Z] #13 104.4 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-06-17T12:35:32.368Z] #13 104.4 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:35:32.368Z] #13 104.4 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-06-17T12:35:32.368Z] #13 104.4 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-06-17T12:35:32.368Z] #13 104.4 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-17T12:35:32.529Z] #46 98.85 hash/crc32 [2021-06-17T12:35:32.590Z] #46 ... [2021-06-17T12:35:32.590Z] [2021-06-17T12:35:32.590Z] #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-06-17T12:35:32.590Z] #52 sha256:97526af1d7534027fe6442878a61026605499c0c8478a85222c71bc684ab77aa [2021-06-17T12:35:32.590Z] #52 90.62 mvdan.cc/sh/v3/cmd/shfmt [2021-06-17T12:35:32.632Z] #13 104.4 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-17T12:35:32.632Z] #13 104.4 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:32.632Z] #13 104.5 Setting up dmsetup (2:1.02.155-3) ... [2021-06-17T12:35:32.632Z] #13 104.5 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:32.632Z] #13 104.5 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:32.632Z] #13 104.5 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:35:33.459Z] #46 99.60 compress/gzip [2021-06-17T12:35:33.459Z] #46 99.85 crypto/dsa [2021-06-17T12:35:33.716Z] #46 100.1 crypto/x509/pkix [2021-06-17T12:35:33.972Z] #46 100.3 net [2021-06-17T12:35:34.020Z] #13 DONE 106.0s [2021-06-17T12:35:34.020Z] [2021-06-17T12:35:34.020Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-17T12:35:34.020Z] #14 sha256:439592cb2474c4f379790efd36637b5061a8bd83fbc39f7ebf441a894b20089f [2021-06-17T12:35:34.535Z] #46 100.7 vendor/golang.org/x/crypto/chacha20 [2021-06-17T12:35:34.792Z] #46 101.2 vendor/golang.org/x/crypto/poly1305 [2021-06-17T12:35:34.868Z] ok github.com/docker/docker/libnetwork/drivers/bridge 7.583s coverage: 59.8% of statements [2021-06-17T12:35:34.868Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.032s coverage: 57.4% of statements [2021-06-17T12:35:35.721Z] #46 101.7 vendor/golang.org/x/sys/cpu [2021-06-17T12:35:35.809Z] ok github.com/docker/docker/libnetwork/etchosts 0.036s coverage: 81.2% of statements [2021-06-17T12:35:35.936Z] #14 DONE 1.8s [2021-06-17T12:35:35.936Z] [2021-06-17T12:35:35.936Z] #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-06-17T12:35:35.936Z] #54 sha256:307a0ae5bd0e6a20028da966821bac24eddae3b716fcd20f47f91abd65bc1767 [2021-06-17T12:35:35.936Z] #54 1.715 + RM_GOPATH=0 [2021-06-17T12:35:35.936Z] #54 1.715 + TMP_GOPATH= [2021-06-17T12:35:35.936Z] #54 1.715 + : /build [2021-06-17T12:35:35.936Z] #54 1.715 + '[' -z '' ']' [2021-06-17T12:35:35.936Z] #54 1.716 ++ mktemp -d [2021-06-17T12:35:35.936Z] #54 1.717 + export GOPATH=/tmp/tmp.3YWdlwWtuo [2021-06-17T12:35:35.936Z] #54 1.717 + GOPATH=/tmp/tmp.3YWdlwWtuo [2021-06-17T12:35:35.936Z] #54 1.718 + RM_GOPATH=1 [2021-06-17T12:35:35.936Z] #54 1.718 + case "$(go env GOARCH)" in [2021-06-17T12:35:35.936Z] #54 1.719 ++ go env GOARCH [2021-06-17T12:35:35.936Z] #54 1.757 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:35:35.936Z] #54 1.757 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:35:35.936Z] #54 1.757 ++ dirname /tmp/install/install.sh [2021-06-17T12:35:35.936Z] #54 1.758 + dir=/tmp/install [2021-06-17T12:35:35.936Z] #54 1.759 + bin=runc [2021-06-17T12:35:35.936Z] #54 1.759 + shift [2021-06-17T12:35:35.936Z] #54 1.759 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-17T12:35:35.936Z] #54 1.759 + . /tmp/install/runc.installer [2021-06-17T12:35:35.936Z] #54 1.759 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:35:35.936Z] #54 1.764 + install_runc [2021-06-17T12:35:35.936Z] #54 1.765 + uname -r [2021-06-17T12:35:35.936Z] #54 1.765 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-17T12:35:35.936Z] #54 1.770 + RUNC_BUILDTAGS='seccomp ' [2021-06-17T12:35:35.936Z] #54 1.770 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-06-17T12:35:35.936Z] #54 1.770 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.3YWdlwWtuo/src/github.com/opencontainers/runc [2021-06-17T12:35:35.936Z] #54 1.770 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-06-17T12:35:35.936Z] #54 1.772 Cloning into '/tmp/tmp.3YWdlwWtuo/src/github.com/opencontainers/runc'... [2021-06-17T12:35:35.978Z] #46 102.3 vendor/golang.org/x/crypto/chacha20poly1305 [2021-06-17T12:35:36.379Z] ok github.com/docker/docker/libnetwork/drvregistry 0.027s coverage: 82.4% of statements [2021-06-17T12:35:36.763Z] #52 DONE 94.8s [2021-06-17T12:35:36.763Z] [2021-06-17T12:35:36.763Z] #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-06-17T12:35:36.763Z] #46 sha256:c9bb6cc204887e09cd1094bc86977a4a90e5838420979de2d30fad843c71c3af [2021-06-17T12:35:36.763Z] #46 92.87 github.com/LK4D4/vndr/build [2021-06-17T12:35:36.763Z] #46 93.32 compress/flate [2021-06-17T12:35:36.908Z] #46 103.1 vendor/golang.org/x/crypto/curve25519 [2021-06-17T12:35:36.950Z] ok github.com/docker/docker/libnetwork/drivers/overlay 6.935s coverage: 7.3% of statements [2021-06-17T12:35:36.950Z] ok github.com/docker/docker/libnetwork/idm 0.024s coverage: 87.5% of statements [2021-06-17T12:35:36.950Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.029s coverage: 48.1% of statements [2021-06-17T12:35:37.210Z] ok github.com/docker/docker/libnetwork/internal/caller 0.004s coverage: 100.0% of statements [2021-06-17T12:35:37.320Z] #54 ... [2021-06-17T12:35:37.320Z] [2021-06-17T12:35:37.320Z] #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-06-17T12:35:37.320Z] #15 sha256:58bb467fb5082385e77c411108906cde23ac136da1771d3e481a15a451965562 [2021-06-17T12:35:37.320Z] #15 DONE 1.3s [2021-06-17T12:35:37.320Z] [2021-06-17T12:35:37.320Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-17T12:35:37.320Z] #16 sha256:4712438b249bcc42580af81cb16f0c888a09cbf220871681026c6af279edb1ee [2021-06-17T12:35:37.471Z] #46 103.7 vendor/golang.org/x/crypto/hkdf [2021-06-17T12:35:37.471Z] #46 103.8 vendor/golang.org/x/text/transform [2021-06-17T12:35:37.693Z] #46 95.74 crypto/dsa [2021-06-17T12:35:37.693Z] #46 95.74 crypto/x509/pkix [2021-06-17T12:35:37.783Z] ok github.com/docker/docker/libnetwork/ipams/null 0.007s coverage: 57.1% of statements [2021-06-17T12:35:38.034Z] #46 104.3 vendor/golang.org/x/text/unicode/bidi [2021-06-17T12:35:38.257Z] #46 96.20 net [2021-06-17T12:35:38.257Z] #46 96.25 vendor/golang.org/x/crypto/chacha20 [2021-06-17T12:35:38.265Z] #16 1.064 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-17T12:35:38.526Z] #16 DONE 1.2s [2021-06-17T12:35:38.526Z] [2021-06-17T12:35:38.526Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-17T12:35:38.526Z] #17 sha256:703af3b0e6424990c5639009bce49ac860d8458dcacc8e05e90f843d940a1110 [2021-06-17T12:35:38.819Z] #46 96.77 vendor/golang.org/x/crypto/poly1305 [2021-06-17T12:35:39.382Z] #46 97.34 vendor/golang.org/x/sys/cpu [2021-06-17T12:35:39.470Z] #17 DONE 1.3s [2021-06-17T12:35:39.470Z] [2021-06-17T12:35:39.470Z] #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-06-17T12:35:39.470Z] #46 sha256:76a5118bb661680c55e5dd13732a52dfdf926666922fc659319acbdeae30d026 [2021-06-17T12:35:39.470Z] #46 105.8 vendor/golang.org/x/net/idna [2021-06-17T12:35:39.470Z] #46 107.7 vendor/golang.org/x/net/http2/hpack [2021-06-17T12:35:39.470Z] #46 108.8 mime [2021-06-17T12:35:39.470Z] #46 110.7 mime/quotedprintable [2021-06-17T12:35:39.470Z] #46 111.4 net/http/internal [2021-06-17T12:35:39.695Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.024s coverage: 47.4% of statements [2021-06-17T12:35:39.732Z] #46 ... [2021-06-17T12:35:39.732Z] [2021-06-17T12:35:39.732Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-17T12:35:39.732Z] #18 sha256:9eb46e3f4218141522d2de902e090403622b4e8494b7bea52ad34d6941e65d44 [2021-06-17T12:35:39.928Z] #46 105.9 vendor/golang.org/x/text/secure/bidirule [2021-06-17T12:35:39.928Z] #46 106.2 vendor/golang.org/x/text/unicode/norm [2021-06-17T12:35:39.955Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.005s coverage: 71.4% of statements [2021-06-17T12:35:39.997Z] #46 97.93 vendor/golang.org/x/crypto/chacha20poly1305 [2021-06-17T12:35:40.929Z] #46 99.02 vendor/golang.org/x/crypto/curve25519 [2021-06-17T12:35:41.121Z] #18 DONE 1.3s [2021-06-17T12:35:41.121Z] [2021-06-17T12:35:41.121Z] #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-06-17T12:35:41.121Z] #59 sha256:9992702897f8ca2572072d3c25d5ade4337713f5c133160041b28c46d16b7283 [2021-06-17T12:35:41.121Z] #59 108.8 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-17T12:35:41.121Z] #59 108.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-17T12:35:41.121Z] #59 DONE 116.0s [2021-06-17T12:35:41.121Z] [2021-06-17T12:35:41.121Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-17T12:35:41.121Z] #60 sha256:4d6eadecb1432fe07d8a06c314318ba51e99ea2992c8eccfbf4b5e3e0f6ba566 [2021-06-17T12:35:41.121Z] #60 DONE 0.1s [2021-06-17T12:35:41.121Z] [2021-06-17T12:35:41.121Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-17T12:35:41.121Z] #61 sha256:64151e0451292315002eb3054f2cd9de7ecf77dde019de575b9ca183a1632a07 [2021-06-17T12:35:41.121Z] #61 DONE 0.1s [2021-06-17T12:35:41.121Z] [2021-06-17T12:35:41.121Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-17T12:35:41.121Z] #19 sha256:d7736cd0318da8666a4c89d87a6e170a3bcc50d1010d975b61582ec08385f50d [2021-06-17T12:35:41.296Z] #46 ... [2021-06-17T12:35:41.297Z] [2021-06-17T12:35:41.297Z] #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-06-17T12:35:41.297Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:35:41.297Z] #13 102.1 Selecting previously unselected package libapparmor1:amd64. [2021-06-17T12:35:41.297Z] #13 102.1 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-17T12:35:41.297Z] #13 102.1 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-17T12:35:41.297Z] #13 102.2 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-17T12:35:41.297Z] #13 102.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-17T12:35:41.297Z] #13 102.2 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-17T12:35:41.297Z] #13 102.3 Selecting previously unselected package libbtrfs0. [2021-06-17T12:35:41.564Z] #13 102.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-17T12:35:41.564Z] #13 102.3 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-17T12:35:41.564Z] #13 102.4 Selecting previously unselected package libbtrfs-dev. [2021-06-17T12:35:41.564Z] #13 102.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-17T12:35:41.564Z] #13 102.4 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-17T12:35:41.564Z] #13 102.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-17T12:35:41.564Z] #13 102.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-17T12:35:41.564Z] #13 102.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:41.564Z] #13 102.6 Selecting previously unselected package libudev-dev:amd64. [2021-06-17T12:35:41.821Z] #13 102.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-17T12:35:41.821Z] #13 102.6 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-17T12:35:41.821Z] #13 102.8 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-17T12:35:41.821Z] #13 102.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-17T12:35:41.821Z] #13 102.9 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-17T12:35:41.867Z] ok github.com/docker/docker/libnetwork/ipamutils 0.591s coverage: 74.0% of statements [2021-06-17T12:35:41.879Z] #46 99.82 vendor/golang.org/x/crypto/hkdf [2021-06-17T12:35:42.135Z] #46 100.0 vendor/golang.org/x/text/transform [2021-06-17T12:35:42.348Z] #13 103.2 Selecting previously unselected package libpcre16-3:amd64. [2021-06-17T12:35:42.348Z] #13 103.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-17T12:35:42.348Z] #13 103.2 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-17T12:35:42.348Z] #13 103.4 Selecting previously unselected package libpcre32-3:amd64. [2021-06-17T12:35:42.348Z] #13 103.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-17T12:35:42.348Z] #13 103.4 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-17T12:35:42.638Z] #13 103.6 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-17T12:35:42.638Z] #13 103.6 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-17T12:35:42.638Z] #13 103.6 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-17T12:35:42.638Z] #13 103.8 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-17T12:35:42.696Z] #46 100.6 vendor/golang.org/x/text/unicode/bidi [2021-06-17T12:35:42.911Z] #13 103.8 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-17T12:35:42.911Z] #13 103.8 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-17T12:35:43.037Z] #19 DONE 2.0s [2021-06-17T12:35:43.037Z] [2021-06-17T12:35:43.038Z] #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-06-17T12:35:43.038Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:35:43.258Z] #46 ... [2021-06-17T12:35:43.258Z] [2021-06-17T12:35:43.258Z] #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-06-17T12:35:43.258Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:35:43.258Z] #13 88.09 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-17T12:35:43.258Z] #13 88.09 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-17T12:35:43.258Z] #13 88.10 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:35:43.476Z] #13 104.3 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-17T12:35:43.476Z] #13 104.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-17T12:35:43.476Z] #13 104.3 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-17T12:35:43.476Z] #13 104.5 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-17T12:35:43.476Z] #13 104.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-17T12:35:43.476Z] #13 104.5 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:43.476Z] #13 104.6 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-17T12:35:43.732Z] #13 104.6 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-17T12:35:43.732Z] #13 104.6 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-17T12:35:43.732Z] #13 104.7 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-17T12:35:43.732Z] #13 104.7 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-17T12:35:43.732Z] #13 104.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-17T12:35:43.782Z] ok github.com/docker/docker/libnetwork/iptables 0.603s coverage: 45.1% of statements [2021-06-17T12:35:44.044Z] ok github.com/docker/docker/libnetwork/netlabel 0.027s coverage: 60.0% of statements [2021-06-17T12:35:44.187Z] #13 ... [2021-06-17T12:35:44.187Z] [2021-06-17T12:35:44.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-06-17T12:35:44.187Z] #46 sha256:c9bb6cc204887e09cd1094bc86977a4a90e5838420979de2d30fad843c71c3af [2021-06-17T12:35:44.187Z] #46 102.1 vendor/golang.org/x/text/secure/bidirule [2021-06-17T12:35:44.294Z] #13 105.3 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-17T12:35:44.294Z] #13 105.3 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-17T12:35:44.294Z] #13 105.3 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-17T12:35:44.294Z] #13 105.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-17T12:35:44.294Z] #13 105.4 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-17T12:35:44.294Z] #13 105.4 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-17T12:35:44.443Z] #46 102.4 vendor/golang.org/x/text/unicode/norm [2021-06-17T12:35:44.550Z] #13 105.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:35:44.550Z] #13 105.5 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-17T12:35:44.550Z] #13 105.5 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-17T12:35:44.550Z] #13 105.5 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-17T12:35:44.550Z] #13 105.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-17T12:35:44.550Z] #13 105.6 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-17T12:35:44.550Z] #13 105.6 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-17T12:35:44.550Z] #13 105.6 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-17T12:35:44.550Z] #13 105.6 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-17T12:35:44.550Z] #13 105.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-17T12:35:44.807Z] #13 105.6 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-17T12:35:44.807Z] #13 105.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:35:44.807Z] #13 105.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-06-17T12:35:44.807Z] #13 105.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-06-17T12:35:44.807Z] #13 105.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:35:44.807Z] #13 105.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-06-17T12:35:44.807Z] #13 105.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-06-17T12:35:44.807Z] #13 105.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-17T12:35:44.807Z] #13 105.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-17T12:35:44.807Z] #13 105.7 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:44.807Z] #13 105.8 Setting up dmsetup (2:1.02.155-3) ... [2021-06-17T12:35:44.807Z] #13 105.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:44.807Z] #13 105.8 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:44.807Z] #13 105.8 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:35:44.954Z] #20 1.752 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:35:44.954Z] #20 1.796 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:35:44.954Z] #20 1.804 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:35:44.954Z] #20 1.804 Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-17T12:35:44.983Z] ok github.com/docker/docker/libnetwork/netutils 0.045s coverage: 43.8% of statements [2021-06-17T12:35:45.525Z] #20 2.372 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:35:46.175Z] #13 DONE 107.1s [2021-06-17T12:35:46.175Z] [2021-06-17T12:35:46.175Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-17T12:35:46.175Z] #14 sha256:439592cb2474c4f379790efd36637b5061a8bd83fbc39f7ebf441a894b20089f [2021-06-17T12:35:46.910Z] #20 3.540 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:35:47.534Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.012s coverage: 100.0% of statements [2021-06-17T12:35:47.750Z] #54 114.3 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-17T12:35:47.796Z] ok github.com/docker/docker/libnetwork/options 0.017s coverage: 100.0% of statements [2021-06-17T12:35:47.852Z] #20 4.733 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:35:48.011Z] #54 114.9 + mkdir -p /build [2021-06-17T12:35:48.011Z] #54 114.9 + cp runc /build/runc [2021-06-17T12:35:48.068Z] #14 DONE 1.8s [2021-06-17T12:35:48.068Z] [2021-06-17T12:35:48.068Z] #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-06-17T12:35:48.068Z] #54 sha256:eb7a7360a184791ca773e49ce8537bc5625c00e4207e07bc1301c236958490fe [2021-06-17T12:35:48.068Z] #54 1.622 + RM_GOPATH=0 [2021-06-17T12:35:48.068Z] #54 1.622 + TMP_GOPATH= [2021-06-17T12:35:48.068Z] #54 1.623 + : /build [2021-06-17T12:35:48.068Z] #54 1.623 + '[' -z '' ']' [2021-06-17T12:35:48.068Z] #54 1.624 ++ mktemp -d [2021-06-17T12:35:48.068Z] #54 1.655 + export GOPATH=/tmp/tmp.4NABZvNawP [2021-06-17T12:35:48.068Z] #54 1.655 + GOPATH=/tmp/tmp.4NABZvNawP [2021-06-17T12:35:48.068Z] #54 1.655 + RM_GOPATH=1 [2021-06-17T12:35:48.068Z] #54 1.656 + case "$(go env GOARCH)" in [2021-06-17T12:35:48.068Z] #54 1.657 ++ go env GOARCH [2021-06-17T12:35:48.068Z] #54 1.662 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:35:48.068Z] #54 1.663 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:35:48.068Z] #54 1.663 ++ dirname /tmp/install/install.sh [2021-06-17T12:35:48.068Z] #54 1.664 + dir=/tmp/install [2021-06-17T12:35:48.068Z] #54 1.667 + bin=runc [2021-06-17T12:35:48.068Z] #54 1.667 + shift [2021-06-17T12:35:48.068Z] #54 1.667 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-17T12:35:48.068Z] #54 1.667 + . /tmp/install/runc.installer [2021-06-17T12:35:48.068Z] #54 1.668 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:35:48.068Z] #54 1.668 + install_runc [2021-06-17T12:35:48.068Z] #54 1.669 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-17T12:35:48.068Z] #54 1.670 + uname -r [2021-06-17T12:35:48.068Z] #54 1.671 + RUNC_BUILDTAGS='seccomp ' [2021-06-17T12:35:48.068Z] #54 1.673 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-06-17T12:35:48.068Z] #54 1.673 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-06-17T12:35:48.068Z] #54 1.673 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.4NABZvNawP/src/github.com/opencontainers/runc [2021-06-17T12:35:48.068Z] #54 1.681 Cloning into '/tmp/tmp.4NABZvNawP/src/github.com/opencontainers/runc'... [2021-06-17T12:35:48.611Z] #46 106.1 vendor/golang.org/x/net/idna [2021-06-17T12:35:48.947Z] #54 DONE 115.7s [2021-06-17T12:35:48.947Z] [2021-06-17T12:35:48.947Z] #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-06-17T12:35:48.947Z] #57 sha256:9a4836d5e1122cff7be903cb1bc0768a6fc9fafe226b92e50b8d452365036360 [2021-06-17T12:35:48.947Z] #57 183.1 + bin/containerd [2021-06-17T12:35:49.172Z] #46 ... [2021-06-17T12:35:49.172Z] [2021-06-17T12:35:49.172Z] #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-06-17T12:35:49.172Z] #13 sha256:e46f006d116f34118cc1e701ddcffc8ca80c378c3018f52f64db66805d1a4f9e [2021-06-17T12:35:49.172Z] #13 102.5 Selecting previously unselected package libapparmor1:amd64. [2021-06-17T12:35:49.172Z] #13 102.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-17T12:35:49.172Z] #13 102.5 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-17T12:35:49.172Z] #13 102.6 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-17T12:35:49.172Z] #13 102.6 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-17T12:35:49.172Z] #13 102.6 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-17T12:35:49.172Z] #13 102.8 Selecting previously unselected package libbtrfs0. [2021-06-17T12:35:49.172Z] #13 102.8 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-17T12:35:49.172Z] #13 102.8 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-17T12:35:49.172Z] #13 102.9 Selecting previously unselected package libbtrfs-dev. [2021-06-17T12:35:49.172Z] #13 102.9 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-17T12:35:49.172Z] #13 102.9 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-17T12:35:49.172Z] #13 103.0 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-17T12:35:49.172Z] #13 103.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-17T12:35:49.172Z] #13 103.0 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:49.172Z] #13 103.1 Selecting previously unselected package libudev-dev:amd64. [2021-06-17T12:35:49.172Z] #13 103.1 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-17T12:35:49.172Z] #13 103.1 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-17T12:35:49.172Z] #13 103.3 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-17T12:35:49.172Z] #13 103.3 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-17T12:35:49.172Z] #13 103.3 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-17T12:35:49.172Z] #13 103.6 Selecting previously unselected package libpcre16-3:amd64. [2021-06-17T12:35:49.172Z] #13 103.6 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-17T12:35:49.172Z] #13 103.6 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-17T12:35:49.172Z] #13 103.8 Selecting previously unselected package libpcre32-3:amd64. [2021-06-17T12:35:49.172Z] #13 103.8 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-17T12:35:49.172Z] #13 103.8 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-17T12:35:49.172Z] #13 103.9 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-17T12:35:49.172Z] #13 103.9 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-17T12:35:49.172Z] #13 103.9 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-17T12:35:49.172Z] #13 104.0 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-17T12:35:49.172Z] #13 104.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-17T12:35:49.172Z] #13 104.1 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-17T12:35:49.237Z] #20 6.084 Get:8 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-17T12:35:49.428Z] #13 104.5 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-17T12:35:49.428Z] #13 104.5 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-17T12:35:49.428Z] #13 104.5 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-17T12:35:49.433Z] #54 ... [2021-06-17T12:35:49.433Z] [2021-06-17T12:35:49.433Z] #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-06-17T12:35:49.433Z] #15 sha256:58bb467fb5082385e77c411108906cde23ac136da1771d3e481a15a451965562 [2021-06-17T12:35:49.433Z] #15 DONE 1.2s [2021-06-17T12:35:49.433Z] [2021-06-17T12:35:49.433Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-17T12:35:49.433Z] #16 sha256:4712438b249bcc42580af81cb16f0c888a09cbf220871681026c6af279edb1ee [2021-06-17T12:35:49.685Z] #13 104.7 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-17T12:35:49.685Z] #13 104.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-17T12:35:49.685Z] #13 104.7 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:49.685Z] #13 104.8 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-17T12:35:49.808Z] #20 ... [2021-06-17T12:35:49.808Z] [2021-06-17T12:35:49.808Z] #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-06-17T12:35:49.808Z] #46 sha256:76a5118bb661680c55e5dd13732a52dfdf926666922fc659319acbdeae30d026 [2021-06-17T12:35:49.808Z] #46 114.9 crypto/tls [2021-06-17T12:35:49.808Z] #46 122.7 net/http/httptrace [2021-06-17T12:35:49.808Z] #46 122.9 net/http [2021-06-17T12:35:49.941Z] #13 104.8 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-17T12:35:49.941Z] #13 104.8 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-17T12:35:49.941Z] #13 105.0 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-17T12:35:49.941Z] #13 105.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-17T12:35:49.941Z] #13 105.0 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-17T12:35:50.069Z] #46 ... [2021-06-17T12:35:50.069Z] [2021-06-17T12:35:50.069Z] #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-06-17T12:35:50.069Z] #54 sha256:307a0ae5bd0e6a20028da966821bac24eddae3b716fcd20f47f91abd65bc1767 [2021-06-17T12:35:50.069Z] #54 12.46 + cd /tmp/tmp.3YWdlwWtuo/src/github.com/opencontainers/runc [2021-06-17T12:35:50.069Z] #54 12.46 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:35:50.069Z] #54 12.92 + '[' -z '' ']' [2021-06-17T12:35:50.069Z] #54 12.92 + target=static [2021-06-17T12:35:50.069Z] #54 12.92 + make 'BUILDTAGS=seccomp ' static [2021-06-17T12:35:50.069Z] #54 13.35 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-06-17T12:35:50.198Z] #13 105.4 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-17T12:35:50.362Z] #16 1.072 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-17T12:35:50.362Z] #16 DONE 1.3s [2021-06-17T12:35:50.362Z] [2021-06-17T12:35:50.362Z] #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-06-17T12:35:50.362Z] #46 sha256:5ac012f91e5187482f0e6086050e9b7da317181162c521e04e11e0b64da5a927 [2021-06-17T12:35:50.362Z] #46 110.2 vendor/golang.org/x/net/idna [2021-06-17T12:35:50.362Z] #46 112.0 vendor/golang.org/x/net/http2/hpack [2021-06-17T12:35:50.362Z] #46 113.6 mime [2021-06-17T12:35:50.362Z] #46 116.2 mime/quotedprintable [2021-06-17T12:35:50.362Z] #46 116.7 net/http/internal [2021-06-17T12:35:50.454Z] #13 105.4 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-17T12:35:50.454Z] #13 105.4 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-17T12:35:50.454Z] #13 105.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-17T12:35:50.454Z] #13 105.5 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-17T12:35:50.454Z] #13 105.5 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-17T12:35:50.454Z] #13 105.5 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:35:50.454Z] #13 105.5 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-17T12:35:50.454Z] #13 105.5 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-17T12:35:50.454Z] #13 105.5 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-17T12:35:50.454Z] #13 105.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-17T12:35:50.454Z] #13 105.6 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-17T12:35:50.454Z] #13 105.6 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-17T12:35:50.454Z] #13 105.6 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-17T12:35:50.620Z] #46 ... [2021-06-17T12:35:50.620Z] [2021-06-17T12:35:50.620Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-17T12:35:50.620Z] #17 sha256:703af3b0e6424990c5639009bce49ac860d8458dcacc8e05e90f843d940a1110 [2021-06-17T12:35:50.711Z] #13 105.6 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-17T12:35:50.711Z] #13 105.6 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-17T12:35:50.711Z] #13 105.7 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-17T12:35:50.711Z] #13 105.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:35:50.711Z] #13 105.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-06-17T12:35:50.711Z] #13 105.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-06-17T12:35:50.711Z] #13 105.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-17T12:35:50.711Z] #13 105.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-06-17T12:35:50.711Z] #13 105.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-06-17T12:35:50.711Z] #13 105.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-17T12:35:50.711Z] #13 105.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-17T12:35:50.711Z] #13 105.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:50.711Z] #13 105.8 Setting up dmsetup (2:1.02.155-3) ... [2021-06-17T12:35:50.711Z] #13 105.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:50.711Z] #13 105.8 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-17T12:35:50.912Z] #57 ... [2021-06-17T12:35:50.912Z] [2021-06-17T12:35:50.912Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-17T12:35:50.912Z] #55 sha256:10f8270e0913e29ef24adeab7d2849a0efc48ca96ba0cc6a9b67f879378c330f [2021-06-17T12:35:50.912Z] #55 DONE 0.2s [2021-06-17T12:35:50.912Z] [2021-06-17T12:35:50.912Z] #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-06-17T12:35:50.912Z] #57 sha256:9a4836d5e1122cff7be903cb1bc0768a6fc9fafe226b92e50b8d452365036360 [2021-06-17T12:35:50.967Z] #13 105.8 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:35:51.987Z] #17 DONE 1.4s [2021-06-17T12:35:51.987Z] [2021-06-17T12:35:51.987Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-17T12:35:51.987Z] #18 sha256:9eb46e3f4218141522d2de902e090403622b4e8494b7bea52ad34d6941e65d44 [2021-06-17T12:35:52.244Z] #18 ... [2021-06-17T12:35:52.244Z] [2021-06-17T12:35:52.244Z] #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-06-17T12:35:52.244Z] #59 sha256:7cb9eb121dc793d518630ba94819576f348b949b415c6fcb382c142660e57978 [2021-06-17T12:35:52.244Z] #59 111.4 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-17T12:35:52.244Z] #59 111.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-17T12:35:52.244Z] #59 DONE 118.5s [2021-06-17T12:35:52.244Z] [2021-06-17T12:35:52.244Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-17T12:35:52.244Z] #60 sha256:5a651f5a6573a88d2e3bc533f2414ab56ce0d31bd204775e149fbfb8338a6b27 [2021-06-17T12:35:52.335Z] #13 DONE 107.2s [2021-06-17T12:35:52.335Z] [2021-06-17T12:35:52.335Z] #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-06-17T12:35:52.335Z] #54 sha256:d2fe919715546e4ed986077e5aaebf2ac683473d15e0d14a135789e78bec6937 [2021-06-17T12:35:52.522Z] #60 DONE 0.2s [2021-06-17T12:35:52.522Z] [2021-06-17T12:35:52.522Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-17T12:35:52.522Z] #61 sha256:075979b12751d85ff7abd079f00fc845a168443e4ea4582885c6dc687ed07849 [2021-06-17T12:35:52.522Z] #61 DONE 0.1s [2021-06-17T12:35:52.522Z] [2021-06-17T12:35:52.522Z] #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-06-17T12:35:52.522Z] #54 sha256:eb7a7360a184791ca773e49ce8537bc5625c00e4207e07bc1301c236958490fe [2021-06-17T12:35:53.450Z] #54 ... [2021-06-17T12:35:53.450Z] [2021-06-17T12:35:53.450Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-17T12:35:53.450Z] #18 sha256:9eb46e3f4218141522d2de902e090403622b4e8494b7bea52ad34d6941e65d44 [2021-06-17T12:35:53.450Z] #18 DONE 1.7s [2021-06-17T12:35:53.450Z] [2021-06-17T12:35:53.450Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-17T12:35:53.450Z] #19 sha256:d7736cd0318da8666a4c89d87a6e170a3bcc50d1010d975b61582ec08385f50d [2021-06-17T12:35:54.273Z] #54 ... [2021-06-17T12:35:54.273Z] [2021-06-17T12:35:54.273Z] #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-06-17T12:35:54.273Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:35:54.273Z] #20 10.65 Fetched 8974 kB in 9s (980 kB/s) [2021-06-17T12:35:55.344Z] #19 DONE 1.7s [2021-06-17T12:35:55.344Z] [2021-06-17T12:35:55.344Z] #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-06-17T12:35:55.344Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:35:55.606Z] #54 ... [2021-06-17T12:35:55.606Z] [2021-06-17T12:35:55.606Z] #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-06-17T12:35:55.606Z] #59 sha256:76e49b51d7e566a7b5b6b5259fc0101eb10229d3cec7530df16a64b7de31c7a9 [2021-06-17T12:35:55.606Z] #59 108.1 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-17T12:35:55.606Z] #59 108.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-17T12:35:55.606Z] #59 DONE 113.2s [2021-06-17T12:35:55.606Z] [2021-06-17T12:35:55.606Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-17T12:35:55.606Z] #60 sha256:0ccd081ed5cd318b33efc18f9b1d01726d654ca145f4aec08abcb277868f80e8 [2021-06-17T12:35:55.606Z] #60 DONE 0.1s [2021-06-17T12:35:55.606Z] [2021-06-17T12:35:55.606Z] #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-06-17T12:35:55.606Z] #46 sha256:c9bb6cc204887e09cd1094bc86977a4a90e5838420979de2d30fad843c71c3af [2021-06-17T12:35:55.606Z] #46 108.1 vendor/golang.org/x/net/http2/hpack [2021-06-17T12:35:55.606Z] #46 109.2 mime [2021-06-17T12:35:55.606Z] #46 110.7 mime/quotedprintable [2021-06-17T12:35:55.606Z] #46 111.2 net/http/internal [2021-06-17T12:35:55.606Z] #46 113.2 crypto/tls [2021-06-17T12:35:55.606Z] #46 ... [2021-06-17T12:35:55.606Z] [2021-06-17T12:35:55.606Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-17T12:35:55.606Z] #61 sha256:813089ccf280c439ec9d2d2147bfef876c19d6e7a21f2a5e68fa43a67145a598 [2021-06-17T12:35:55.606Z] #61 DONE 0.2s [2021-06-17T12:35:55.606Z] [2021-06-17T12:35:55.606Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-17T12:35:55.606Z] #14 sha256:439592cb2474c4f379790efd36637b5061a8bd83fbc39f7ebf441a894b20089f [2021-06-17T12:35:56.722Z] #20 1.557 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-17T12:35:56.974Z] #14 DONE 4.5s [2021-06-17T12:35:56.974Z] [2021-06-17T12:35:56.974Z] #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-06-17T12:35:56.974Z] #54 sha256:d2fe919715546e4ed986077e5aaebf2ac683473d15e0d14a135789e78bec6937 [2021-06-17T12:35:56.974Z] #54 3.680 + RM_GOPATH=0 [2021-06-17T12:35:56.974Z] #54 3.680 + TMP_GOPATH= [2021-06-17T12:35:56.974Z] #54 3.680 + : /build [2021-06-17T12:35:56.974Z] #54 3.680 + '[' -z '' ']' [2021-06-17T12:35:56.974Z] #54 3.680 ++ mktemp -d [2021-06-17T12:35:56.974Z] #54 3.680 + export GOPATH=/tmp/tmp.22On7CPYDG [2021-06-17T12:35:56.974Z] #54 3.680 + GOPATH=/tmp/tmp.22On7CPYDG [2021-06-17T12:35:56.974Z] #54 3.680 + RM_GOPATH=1 [2021-06-17T12:35:56.974Z] #54 3.680 + case "$(go env GOARCH)" in [2021-06-17T12:35:56.974Z] #54 3.680 ++ go env GOARCH [2021-06-17T12:35:56.974Z] #54 3.680 + export GO_BUILDMODE=-buildmode=pie [2021-06-17T12:35:56.974Z] #54 3.680 + GO_BUILDMODE=-buildmode=pie [2021-06-17T12:35:56.974Z] #54 3.680 ++ dirname /tmp/install/install.sh [2021-06-17T12:35:56.974Z] #54 3.680 + dir=/tmp/install [2021-06-17T12:35:56.974Z] #54 3.680 + bin=runc [2021-06-17T12:35:56.974Z] #54 3.680 + shift [2021-06-17T12:35:56.974Z] #54 3.680 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-17T12:35:56.974Z] #54 3.680 + . /tmp/install/runc.installer [2021-06-17T12:35:56.974Z] #54 3.680 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:35:56.974Z] #54 3.680 + install_runc [2021-06-17T12:35:56.974Z] #54 3.680 + uname -r [2021-06-17T12:35:56.974Z] #54 3.682 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-17T12:35:56.974Z] #54 3.699 + RUNC_BUILDTAGS='seccomp ' [2021-06-17T12:35:56.975Z] #54 3.699 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-06-17T12:35:56.975Z] #54 3.699 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.22On7CPYDG/src/github.com/opencontainers/runc [2021-06-17T12:35:56.975Z] #54 3.699 Cloning into '/tmp/tmp.22On7CPYDG/src/github.com/opencontainers/runc'... [2021-06-17T12:35:56.975Z] #54 3.700 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-06-17T12:35:56.979Z] #20 1.618 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:35:56.979Z] #20 1.620 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:35:56.979Z] #20 1.620 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:35:57.236Z] #20 2.149 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-17T12:35:57.574Z] #20 10.65 Reading package lists... [2021-06-17T12:35:57.790Z] ok github.com/docker/docker/libnetwork/osl 4.682s coverage: 39.7% of statements [2021-06-17T12:35:57.790Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.007s coverage: 20.0% of statements [2021-06-17T12:35:58.166Z] #20 3.089 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:35:58.360Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 86.1% of statements [2021-06-17T12:35:59.545Z] #20 14.72 Reading package lists... [2021-06-17T12:35:59.545Z] #20 ... [2021-06-17T12:35:59.545Z] [2021-06-17T12:35:59.545Z] #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-06-17T12:35:59.545Z] #46 sha256:76a5118bb661680c55e5dd13732a52dfdf926666922fc659319acbdeae30d026 [2021-06-17T12:35:59.545Z] #46 134.7 github.com/LK4D4/vndr/godl [2021-06-17T12:36:00.061Z] #20 4.409 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:36:00.487Z] #46 135.5 github.com/LK4D4/vndr [2021-06-17T12:36:00.904Z] ok github.com/docker/docker/libnetwork/portmapper 1.224s coverage: 48.6% of statements [2021-06-17T12:36:00.991Z] #20 5.687 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:36:01.146Z] #54 ... [2021-06-17T12:36:01.146Z] [2021-06-17T12:36:01.146Z] #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-06-17T12:36:01.146Z] #15 sha256:58bb467fb5082385e77c411108906cde23ac136da1771d3e481a15a451965562 [2021-06-17T12:36:01.146Z] #15 DONE 4.3s [2021-06-17T12:36:01.146Z] [2021-06-17T12:36:01.146Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-17T12:36:01.146Z] #16 sha256:4712438b249bcc42580af81cb16f0c888a09cbf220871681026c6af279edb1ee [2021-06-17T12:36:01.845Z] ok github.com/docker/docker/libnetwork/resolvconf 0.006s coverage: 70.5% of statements [2021-06-17T12:36:02.415Z] ok github.com/docker/docker/libnetwork/types 0.011s coverage: 47.9% of statements [2021-06-17T12:36:04.262Z] #20 ... [2021-06-17T12:36:04.262Z] [2021-06-17T12:36:04.262Z] #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-06-17T12:36:04.262Z] #54 sha256:eb7a7360a184791ca773e49ce8537bc5625c00e4207e07bc1301c236958490fe [2021-06-17T12:36:04.262Z] #54 12.59 + cd /tmp/tmp.4NABZvNawP/src/github.com/opencontainers/runc [2021-06-17T12:36:04.262Z] #54 12.60 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:36:04.262Z] #54 13.04 + '[' -z '' ']' [2021-06-17T12:36:04.262Z] #54 13.05 + target=static [2021-06-17T12:36:04.262Z] #54 13.05 + make 'BUILDTAGS=seccomp ' static [2021-06-17T12:36:04.262Z] #54 13.46 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-06-17T12:36:04.262Z] #54 ... [2021-06-17T12:36:04.262Z] [2021-06-17T12:36:04.262Z] #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-06-17T12:36:04.262Z] #46 sha256:5ac012f91e5187482f0e6086050e9b7da317181162c521e04e11e0b64da5a927 [2021-06-17T12:36:04.262Z] #46 120.1 crypto/tls [2021-06-17T12:36:04.262Z] #46 127.4 net/http/httptrace [2021-06-17T12:36:04.262Z] #46 127.7 net/http [2021-06-17T12:36:04.416Z] #16 3.458 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-17T12:36:04.673Z] #16 DONE 3.5s [2021-06-17T12:36:04.673Z] [2021-06-17T12:36:04.673Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-17T12:36:04.673Z] #17 sha256:703af3b0e6424990c5639009bce49ac860d8458dcacc8e05e90f843d940a1110 [2021-06-17T12:36:04.691Z] #46 DONE 139.7s [2021-06-17T12:36:04.691Z] [2021-06-17T12:36:04.691Z] #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-06-17T12:36:04.691Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:36:04.691Z] #20 14.72 Reading package lists... [2021-06-17T12:36:04.691Z] #20 18.49 Building dependency tree... [2021-06-17T12:36:04.691Z] #20 20.54 libcap2-bin is already the newest version (1:2.25-2). [2021-06-17T12:36:04.691Z] #20 20.54 The following additional packages will be installed: [2021-06-17T12:36:04.691Z] #20 20.54 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-17T12:36:04.691Z] #20 20.54 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-17T12:36:04.691Z] #20 20.54 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-17T12:36:04.691Z] #20 20.54 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-17T12:36:04.691Z] #20 20.54 python3.7 python3.7-minimal vim-runtime xxd [2021-06-17T12:36:04.691Z] #20 20.55 Suggested packages: [2021-06-17T12:36:04.691Z] #20 20.57 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-17T12:36:04.691Z] #20 20.57 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-17T12:36:04.691Z] #20 20.57 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-17T12:36:04.691Z] #20 20.57 quota [2021-06-17T12:36:04.691Z] #20 20.57 Recommended packages: [2021-06-17T12:36:04.691Z] #20 20.57 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-17T12:36:04.691Z] #20 20.57 python3-keyrings.alt python3-xdg unzip [2021-06-17T12:36:05.631Z] #46 ... [2021-06-17T12:36:05.631Z] [2021-06-17T12:36:05.631Z] #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-06-17T12:36:05.631Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:36:05.631Z] #20 10.32 Fetched 8974 kB in 9s (996 kB/s) [2021-06-17T12:36:06.077Z] #20 22.86 The following NEW packages will be installed: [2021-06-17T12:36:06.077Z] #20 22.87 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-17T12:36:06.077Z] #20 22.88 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-17T12:36:06.077Z] #20 22.88 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-17T12:36:06.077Z] #20 22.88 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-17T12:36:06.077Z] #20 22.88 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-17T12:36:06.077Z] #20 22.88 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-17T12:36:06.077Z] #20 22.88 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-17T12:36:06.077Z] #20 22.88 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-17T12:36:06.077Z] #20 22.88 xz-utils zip [2021-06-17T12:36:06.077Z] #20 23.23 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:36:06.077Z] #20 23.23 Need to get 28.6 MB of archives. [2021-06-17T12:36:06.077Z] #20 23.23 After this operation, 116 MB of additional disk space will be used. [2021-06-17T12:36:06.077Z] #20 23.23 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-17T12:36:06.338Z] #20 23.23 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-17T12:36:06.338Z] #20 23.26 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-17T12:36:06.338Z] #20 23.34 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-17T12:36:06.338Z] #20 23.34 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-17T12:36:06.338Z] #20 23.35 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-17T12:36:06.338Z] #20 23.43 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-17T12:36:06.338Z] #20 23.46 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-17T12:36:06.601Z] #20 23.47 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-17T12:36:06.601Z] #20 23.47 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-17T12:36:06.601Z] #20 23.48 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-17T12:36:06.601Z] #20 23.49 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-17T12:36:06.601Z] #20 23.49 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-17T12:36:06.601Z] #20 23.49 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-17T12:36:06.601Z] #20 23.49 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-17T12:36:06.601Z] #20 23.49 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-17T12:36:06.601Z] #20 23.52 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-17T12:36:06.601Z] #20 23.52 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-17T12:36:06.601Z] #20 23.54 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-17T12:36:06.601Z] #20 23.55 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-06-17T12:36:06.601Z] #20 23.55 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-17T12:36:06.601Z] #20 23.56 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-17T12:36:06.601Z] #20 23.60 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-17T12:36:06.601Z] #20 23.60 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-17T12:36:06.601Z] #20 23.61 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-17T12:36:06.601Z] #20 23.61 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-17T12:36:06.601Z] #20 23.62 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-17T12:36:06.601Z] #20 23.63 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-17T12:36:06.601Z] #20 23.63 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-17T12:36:07.173Z] #20 24.11 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-17T12:36:07.173Z] #20 24.11 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-17T12:36:07.173Z] #20 24.12 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-17T12:36:07.173Z] #20 24.12 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-17T12:36:07.173Z] #20 24.13 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-17T12:36:07.173Z] #20 24.14 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-17T12:36:07.173Z] #20 24.14 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-17T12:36:07.173Z] #20 24.21 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-17T12:36:07.173Z] #20 24.21 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-17T12:36:07.173Z] #20 24.22 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-17T12:36:07.173Z] #20 ... [2021-06-17T12:36:07.173Z] [2021-06-17T12:36:07.173Z] #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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:36:07.173Z] #32 sha256:dce599a86d52e6786bdd2988f5e04cbd45284930924eba39d9761c368e1d197d [2021-06-17T12:36:07.173Z] #32 DONE 142.1s [2021-06-17T12:36:07.173Z] [2021-06-17T12:36:07.173Z] #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-06-17T12:36:07.173Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:36:07.173Z] #20 24.23 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-17T12:36:07.173Z] #20 24.23 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-17T12:36:07.173Z] #20 24.25 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-17T12:36:07.173Z] #20 24.27 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-17T12:36:07.173Z] #20 24.34 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-06-17T12:36:07.193Z] #17 DONE 2.2s [2021-06-17T12:36:07.194Z] [2021-06-17T12:36:07.194Z] #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-06-17T12:36:07.194Z] #54 sha256:d2fe919715546e4ed986077e5aaebf2ac683473d15e0d14a135789e78bec6937 [2021-06-17T12:36:07.194Z] #54 12.04 + cd /tmp/tmp.22On7CPYDG/src/github.com/opencontainers/runc [2021-06-17T12:36:07.194Z] #54 12.04 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-17T12:36:07.194Z] #54 12.33 + '[' -z '' ']' [2021-06-17T12:36:07.194Z] #54 12.33 + target=static [2021-06-17T12:36:07.194Z] #54 12.33 + make 'BUILDTAGS=seccomp ' static [2021-06-17T12:36:07.194Z] #54 12.71 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-06-17T12:36:07.434Z] #20 24.36 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-17T12:36:07.434Z] #20 24.39 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-17T12:36:07.695Z] #20 24.75 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-17T12:36:07.695Z] #20 24.81 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-17T12:36:07.695Z] #20 24.86 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-17T12:36:08.637Z] #20 25.69 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:36:08.897Z] #20 25.80 Fetched 28.6 MB in 2s (14.9 MB/s) [2021-06-17T12:36:08.897Z] #20 25.84 Selecting previously unselected package pigz. [2021-06-17T12:36:08.898Z] #20 25.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 ... 23446 files and directories currently installed.) [2021-06-17T12:36:08.898Z] #20 25.87 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-17T12:36:08.898Z] #20 25.89 Unpacking pigz (2.4-1) ... [2021-06-17T12:36:08.898Z] #20 25.96 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-17T12:36:08.997Z] ok github.com/docker/docker/oci 0.013s coverage: 45.2% of statements [2021-06-17T12:36:09.085Z] #54 ... [2021-06-17T12:36:09.085Z] [2021-06-17T12:36:09.085Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-17T12:36:09.085Z] #18 sha256:9eb46e3f4218141522d2de902e090403622b4e8494b7bea52ad34d6941e65d44 [2021-06-17T12:36:09.085Z] #18 DONE 2.2s [2021-06-17T12:36:09.085Z] [2021-06-17T12:36:09.085Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-17T12:36:09.085Z] #19 sha256:d7736cd0318da8666a4c89d87a6e170a3bcc50d1010d975b61582ec08385f50d [2021-06-17T12:36:09.158Z] #20 25.97 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:36:09.158Z] #20 25.97 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:09.419Z] #20 26.37 Selecting previously unselected package python3.7-minimal. [2021-06-17T12:36:09.419Z] #20 26.37 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:36:09.419Z] #20 26.38 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-17T12:36:09.803Z] #20 10.32 Reading package lists... [2021-06-17T12:36:09.940Z] ok github.com/docker/docker/opts 0.034s coverage: 67.1% of statements [2021-06-17T12:36:09.991Z] #20 27.10 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:10.200Z] ok github.com/docker/docker/pkg/aaparser 0.006s coverage: 52.9% of statements [2021-06-17T12:36:10.251Z] #20 27.13 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-17T12:36:11.144Z] ok github.com/docker/docker/libnetwork/ipam 32.609s coverage: 85.3% of statements [2021-06-17T12:36:11.606Z] #19 DONE 2.4s [2021-06-17T12:36:11.606Z] [2021-06-17T12:36:11.606Z] #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-06-17T12:36:11.606Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:36:11.606Z] #20 ... [2021-06-17T12:36:11.606Z] [2021-06-17T12:36:11.606Z] #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-06-17T12:36:11.606Z] #46 sha256:c9bb6cc204887e09cd1094bc86977a4a90e5838420979de2d30fad843c71c3af [2021-06-17T12:36:11.606Z] #46 119.7 net/http/httptrace [2021-06-17T12:36:11.606Z] #46 119.9 net/http [2021-06-17T12:36:12.163Z] #20 28.83 Selecting previously unselected package python3-minimal. [2021-06-17T12:36:12.163Z] #20 28.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 ... 23695 files and directories currently installed.) [2021-06-17T12:36:12.163Z] #20 28.89 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-17T12:36:12.163Z] #20 28.89 Unpacking python3-minimal (3.7.3-1) ... [2021-06-17T12:36:12.163Z] #20 28.96 Selecting previously unselected package libmpdec2:amd64. [2021-06-17T12:36:12.163Z] #20 28.96 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-17T12:36:12.163Z] #20 28.97 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-17T12:36:12.163Z] #20 29.04 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-17T12:36:12.163Z] #20 29.05 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:36:12.163Z] #20 29.05 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:12.770Z] #20 29.81 Selecting previously unselected package python3.7. [2021-06-17T12:36:13.031Z] #20 29.82 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:36:13.031Z] #20 29.83 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:13.031Z] #20 30.00 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-17T12:36:13.031Z] #20 30.00 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-17T12:36:13.031Z] #20 30.01 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-17T12:36:13.292Z] #20 30.15 Setting up python3-minimal (3.7.3-1) ... [2021-06-17T12:36:13.863Z] #20 30.80 Selecting previously unselected package python3. [2021-06-17T12:36:13.863Z] #20 30.80 (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-06-17T12:36:13.863Z] #20 30.85 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-17T12:36:13.863Z] #20 30.87 Unpacking python3 (3.7.3-1) ... [2021-06-17T12:36:13.863Z] #20 30.96 Selecting previously unselected package libip4tc0:amd64. [2021-06-17T12:36:13.978Z] #20 14.35 Reading package lists... [2021-06-17T12:36:13.978Z] #20 18.19 Building dependency tree... [2021-06-17T12:36:13.978Z] #20 ... [2021-06-17T12:36:13.978Z] [2021-06-17T12:36:13.978Z] #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-06-17T12:36:13.978Z] #46 sha256:5ac012f91e5187482f0e6086050e9b7da317181162c521e04e11e0b64da5a927 [2021-06-17T12:36:13.978Z] #46 139.9 github.com/LK4D4/vndr/godl [2021-06-17T12:36:14.125Z] #20 30.96 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-17T12:36:14.125Z] #20 30.97 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:14.125Z] #20 31.04 Selecting previously unselected package libip6tc0:amd64. [2021-06-17T12:36:14.125Z] #20 31.04 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-17T12:36:14.125Z] #20 31.05 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:14.125Z] #20 31.11 Selecting previously unselected package libiptc0:amd64. [2021-06-17T12:36:14.125Z] #20 31.12 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-17T12:36:14.125Z] #20 31.13 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:14.130Z] #46 132.0 github.com/LK4D4/vndr/godl [2021-06-17T12:36:14.130Z] #46 ... [2021-06-17T12:36:14.130Z] [2021-06-17T12:36:14.130Z] #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-06-17T12:36:14.130Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:36:14.130Z] #20 2.540 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-17T12:36:14.130Z] #20 2.582 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-17T12:36:14.130Z] #20 2.583 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-17T12:36:14.130Z] #20 2.584 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-17T12:36:14.234Z] #46 140.6 github.com/LK4D4/vndr [2021-06-17T12:36:14.389Z] #20 31.21 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-17T12:36:14.389Z] #20 31.23 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-17T12:36:14.389Z] #20 31.23 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-17T12:36:14.389Z] #20 31.28 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-17T12:36:14.389Z] #20 31.28 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-17T12:36:14.389Z] #20 31.29 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-17T12:36:14.389Z] #20 31.37 Selecting previously unselected package libnftnl11:amd64. [2021-06-17T12:36:14.389Z] #20 31.38 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-17T12:36:14.389Z] #20 31.38 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-17T12:36:14.389Z] #20 31.46 Selecting previously unselected package iptables. [2021-06-17T12:36:14.448Z] ok github.com/docker/docker/pkg/archive 1.059s coverage: 82.3% of statements [2021-06-17T12:36:14.448Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2021-06-17T12:36:14.650Z] #20 31.47 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-17T12:36:14.650Z] #20 31.47 Unpacking iptables (1.8.2-4) ... [2021-06-17T12:36:14.650Z] #20 31.73 Selecting previously unselected package xxd. [2021-06-17T12:36:14.650Z] #20 31.73 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-17T12:36:14.650Z] #20 31.74 Unpacking xxd (2:8.1.0875-5) ... [2021-06-17T12:36:14.693Z] #20 3.116 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-17T12:36:14.709Z] ok github.com/docker/docker/pkg/capabilities 0.010s coverage: 87.5% of statements [2021-06-17T12:36:14.914Z] #20 31.84 Selecting previously unselected package vim-common. [2021-06-17T12:36:14.914Z] #20 31.85 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-17T12:36:14.914Z] #20 31.87 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-17T12:36:15.174Z] #20 32.02 Selecting previously unselected package bash-completion. [2021-06-17T12:36:15.174Z] #20 32.04 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-17T12:36:15.632Z] #20 4.050 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-17T12:36:15.651Z] ok github.com/docker/docker/pkg/authorization 0.639s coverage: 68.3% of statements [2021-06-17T12:36:16.561Z] #20 5.025 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-17T12:36:16.593Z] ok github.com/docker/docker/pkg/directory 0.005s coverage: 80.0% of statements [2021-06-17T12:36:17.721Z] #20 34.30 Unpacking bash-completion (1:2.8-6) ... [2021-06-17T12:36:17.721Z] #20 34.60 Selecting previously unselected package bzip2. [2021-06-17T12:36:17.721Z] #20 34.61 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-17T12:36:17.721Z] #20 34.62 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-17T12:36:17.721Z] #20 34.68 Selecting previously unselected package xz-utils. [2021-06-17T12:36:17.721Z] #20 34.69 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-06-17T12:36:17.721Z] #20 34.70 Unpacking xz-utils (5.2.4-1) ... [2021-06-17T12:36:17.929Z] #20 6.472 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-17T12:36:17.987Z] #20 34.87 Selecting previously unselected package apparmor. [2021-06-17T12:36:17.987Z] #20 34.89 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-06-17T12:36:17.987Z] #20 34.98 Unpacking apparmor (2.13.2-10) ... [2021-06-17T12:36:18.250Z] #20 35.27 Selecting previously unselected package aufs-tools. [2021-06-17T12:36:18.250Z] #20 35.28 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-17T12:36:18.250Z] #20 35.29 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-17T12:36:18.250Z] #20 35.37 Selecting previously unselected package libonig5:amd64. [2021-06-17T12:36:18.511Z] #20 35.38 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-06-17T12:36:18.511Z] #20 35.38 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-17T12:36:18.511Z] #20 35.51 Selecting previously unselected package libjq1:amd64. [2021-06-17T12:36:18.511Z] #20 35.52 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-17T12:36:18.511Z] #20 35.53 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-17T12:36:18.774Z] #20 35.62 Selecting previously unselected package jq. [2021-06-17T12:36:18.774Z] #20 35.63 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-17T12:36:18.774Z] #20 35.64 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-17T12:36:18.774Z] #20 35.73 Selecting previously unselected package libaio1:amd64. [2021-06-17T12:36:18.774Z] #20 35.73 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-06-17T12:36:18.774Z] #20 35.75 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-17T12:36:18.774Z] #20 35.80 Selecting previously unselected package libgpm2:amd64. [2021-06-17T12:36:18.774Z] #20 35.81 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-06-17T12:36:18.774Z] #20 35.81 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-17T12:36:18.858Z] #20 ... [2021-06-17T12:36:18.858Z] [2021-06-17T12:36:18.858Z] #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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:36:18.858Z] #32 sha256:dce599a86d52e6786bdd2988f5e04cbd45284930924eba39d9761c368e1d197d [2021-06-17T12:36:18.858Z] #32 DONE 136.6s [2021-06-17T12:36:18.858Z] [2021-06-17T12:36:18.858Z] #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-06-17T12:36:18.858Z] #46 sha256:c9bb6cc204887e09cd1094bc86977a4a90e5838420979de2d30fad843c71c3af [2021-06-17T12:36:18.858Z] #46 132.7 github.com/LK4D4/vndr [2021-06-17T12:36:18.858Z] #46 DONE 136.8s [2021-06-17T12:36:19.034Z] #20 35.87 Selecting previously unselected package libicu63:amd64. [2021-06-17T12:36:19.034Z] #20 35.88 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-17T12:36:19.034Z] #20 35.89 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-17T12:36:19.114Z] [2021-06-17T12:36:19.114Z] #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-06-17T12:36:19.114Z] #54 sha256:d2fe919715546e4ed986077e5aaebf2ac683473d15e0d14a135789e78bec6937 [2021-06-17T12:36:19.487Z] #46 ... [2021-06-17T12:36:19.487Z] [2021-06-17T12:36:19.487Z] #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-06-17T12:36:19.487Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:36:19.487Z] #20 18.19 Building dependency tree... [2021-06-17T12:36:19.487Z] #20 20.20 libcap2-bin is already the newest version (1:2.25-2). [2021-06-17T12:36:19.487Z] #20 20.20 The following additional packages will be installed: [2021-06-17T12:36:19.487Z] #20 20.21 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-17T12:36:19.487Z] #20 20.21 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-17T12:36:19.487Z] #20 20.21 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-17T12:36:19.487Z] #20 20.21 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-17T12:36:19.487Z] #20 20.21 python3.7 python3.7-minimal vim-runtime xxd [2021-06-17T12:36:19.487Z] #20 20.21 Suggested packages: [2021-06-17T12:36:19.487Z] #20 20.21 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-17T12:36:19.487Z] #20 20.21 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-17T12:36:19.487Z] #20 20.21 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-17T12:36:19.487Z] #20 20.21 quota [2021-06-17T12:36:19.487Z] #20 20.21 Recommended packages: [2021-06-17T12:36:19.487Z] #20 20.21 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-17T12:36:19.487Z] #20 20.21 python3-keyrings.alt python3-xdg unzip [2021-06-17T12:36:19.487Z] #20 21.95 The following NEW packages will be installed: [2021-06-17T12:36:19.487Z] #20 21.95 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-17T12:36:19.487Z] #20 21.95 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-17T12:36:19.487Z] #20 21.95 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-17T12:36:19.487Z] #20 21.95 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-17T12:36:19.487Z] #20 21.95 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-17T12:36:19.487Z] #20 21.95 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-17T12:36:19.487Z] #20 21.95 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-17T12:36:19.487Z] #20 21.96 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-17T12:36:19.487Z] #20 21.96 xz-utils zip [2021-06-17T12:36:19.487Z] #20 22.31 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:36:19.487Z] #20 22.31 Need to get 28.6 MB of archives. [2021-06-17T12:36:19.487Z] #20 22.31 After this operation, 116 MB of additional disk space will be used. [2021-06-17T12:36:19.487Z] #20 22.31 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-17T12:36:19.487Z] #20 22.31 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-17T12:36:19.487Z] #20 22.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-17T12:36:19.487Z] #20 22.43 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-17T12:36:19.487Z] #20 22.44 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-17T12:36:19.487Z] #20 22.44 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-17T12:36:19.487Z] #20 22.54 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-17T12:36:19.487Z] #20 22.56 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-17T12:36:19.487Z] #20 22.56 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-17T12:36:19.487Z] #20 22.56 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-17T12:36:19.487Z] #20 22.57 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-17T12:36:19.487Z] #20 22.57 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-17T12:36:19.487Z] #20 22.59 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-17T12:36:19.487Z] #20 22.59 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-17T12:36:19.487Z] #20 22.60 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-17T12:36:19.487Z] #20 22.60 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-17T12:36:19.487Z] #20 22.63 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-17T12:36:19.487Z] #20 22.64 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-17T12:36:19.487Z] #20 22.65 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-17T12:36:19.487Z] #20 22.67 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-06-17T12:36:19.487Z] #20 22.68 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-17T12:36:19.487Z] #20 22.69 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-17T12:36:19.487Z] #20 22.72 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-17T12:36:19.487Z] #20 22.73 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-17T12:36:19.487Z] #20 22.74 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-17T12:36:19.487Z] #20 22.75 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-17T12:36:19.487Z] #20 22.75 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-17T12:36:19.487Z] #20 22.75 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-17T12:36:19.487Z] #20 22.76 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-17T12:36:19.487Z] #20 23.47 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-17T12:36:19.487Z] #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-06-17T12:36:19.487Z] #20 23.48 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-17T12:36:19.487Z] #20 23.48 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-17T12:36:19.487Z] #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-06-17T12:36:19.487Z] #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-06-17T12:36:19.487Z] #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-06-17T12:36:19.487Z] #20 23.63 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-17T12:36:19.487Z] #20 23.63 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-17T12:36:19.487Z] #20 23.64 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-17T12:36:19.487Z] #20 23.65 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-17T12:36:19.487Z] #20 23.66 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-17T12:36:19.487Z] #20 23.70 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-17T12:36:19.487Z] #20 23.71 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-17T12:36:19.487Z] #20 23.78 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-06-17T12:36:19.487Z] #20 23.79 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-17T12:36:19.487Z] #20 23.80 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-17T12:36:19.487Z] #20 24.14 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-17T12:36:19.487Z] #20 24.19 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-17T12:36:19.487Z] #20 ... [2021-06-17T12:36:19.487Z] [2021-06-17T12:36:19.487Z] #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-06-17T12:36:19.487Z] #46 sha256:5ac012f91e5187482f0e6086050e9b7da317181162c521e04e11e0b64da5a927 [2021-06-17T12:36:19.487Z] #46 DONE 145.8s [2021-06-17T12:36:19.487Z] [2021-06-17T12:36:19.487Z] #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-06-17T12:36:19.487Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:36:19.487Z] #20 24.28 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-17T12:36:19.487Z] #20 ... [2021-06-17T12:36:19.487Z] [2021-06-17T12:36:19.487Z] #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 "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-17T12:36:19.487Z] #32 sha256:dce599a86d52e6786bdd2988f5e04cbd45284930924eba39d9761c368e1d197d [2021-06-17T12:36:19.487Z] #32 DONE 145.6s [2021-06-17T12:36:19.747Z] [2021-06-17T12:36:19.747Z] #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-06-17T12:36:19.747Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:36:19.892Z] ok github.com/docker/docker/pkg/chrootarchive 3.226s coverage: 43.2% of statements [2021-06-17T12:36:19.892Z] ok github.com/docker/docker/pkg/discovery 0.006s coverage: 58.3% of statements [2021-06-17T12:36:19.892Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 97.6% of statements [2021-06-17T12:36:20.483Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2021-06-17T12:36:20.497Z] Running on azwin-2-c6a1d0 in d:\jenkins\workspace\moby_PR-42510 [Pipeline] { [Pipeline] ws [2021-06-17T12:36:20.523Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-06-17T12:36:20.677Z] #40 ... [2021-06-17T12:36:20.677Z] [2021-06-17T12:36:20.677Z] #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-06-17T12:36:20.677Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:36:20.677Z] #20 25.37 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:36:20.677Z] #20 25.57 Fetched 28.6 MB in 2s (12.8 MB/s) [2021-06-17T12:36:20.933Z] #20 25.76 Selecting previously unselected package pigz. [2021-06-17T12:36:20.933Z] #20 25.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 ... 23446 files and directories currently installed.) [2021-06-17T12:36:20.933Z] #20 25.79 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-17T12:36:20.933Z] #20 25.79 Unpacking pigz (2.4-1) ... [2021-06-17T12:36:21.189Z] #20 25.89 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-17T12:36:21.189Z] #20 25.93 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:36:21.189Z] #20 25.93 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:21.408Z] The recommended git tool is: git [2021-06-17T12:36:21.754Z] #20 26.65 Selecting previously unselected package python3.7-minimal. [2021-06-17T12:36:21.874Z] ok github.com/docker/docker/pkg/discovery/nodes 0.031s coverage: 93.8% of statements [2021-06-17T12:36:22.011Z] #20 26.65 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:36:22.011Z] #20 26.66 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-17T12:36:22.334Z] #20 38.84 Selecting previously unselected package libnet1:amd64. [2021-06-17T12:36:22.335Z] #20 38.84 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-17T12:36:22.335Z] #20 38.85 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-17T12:36:22.335Z] #20 38.92 Selecting previously unselected package libnl-3-200:amd64. [2021-06-17T12:36:22.335Z] #20 38.93 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-17T12:36:22.335Z] #20 38.93 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-17T12:36:22.335Z] #20 39.01 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-17T12:36:22.335Z] #20 39.02 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-17T12:36:22.335Z] #20 39.03 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-17T12:36:22.335Z] #20 39.09 Selecting previously unselected package libreadline5:amd64. [2021-06-17T12:36:22.335Z] #20 39.09 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-17T12:36:22.335Z] #20 39.11 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-17T12:36:22.335Z] #20 39.20 Selecting previously unselected package net-tools. [2021-06-17T12:36:22.335Z] #20 39.22 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-17T12:36:22.335Z] #20 39.22 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-17T12:36:22.335Z] #20 39.38 Selecting previously unselected package patch. [2021-06-17T12:36:22.335Z] #20 39.38 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-17T12:36:22.335Z] #20 39.39 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-17T12:36:22.380Z] #54 ... [2021-06-17T12:36:22.380Z] [2021-06-17T12:36:22.380Z] #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-06-17T12:36:22.380Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:36:22.380Z] #20 10.91 Fetched 8974 kB in 9s (1044 kB/s) [2021-06-17T12:36:22.573Z] #20 27.35 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:22.573Z] #20 27.37 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-17T12:36:22.594Z] #20 39.49 Selecting previously unselected package python-pip-whl. [2021-06-17T12:36:22.594Z] #20 39.50 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-17T12:36:22.594Z] #20 39.51 Unpacking python-pip-whl (18.1-5) ... [2021-06-17T12:36:22.984Z] #57 214.4 # github.com/containerd/containerd/cmd/containerd [2021-06-17T12:36:22.984Z] #57 214.4 /usr/bin/ld: /tmp/go-link-185050481/000019.o: in function `New': [2021-06-17T12:36:22.984Z] #57 214.4 /tmp/tmp.ImPdkpNR3L/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-06-17T12:36:22.984Z] #57 214.5 + bin/containerd-stress [2021-06-17T12:36:22.984Z] #57 215.6 + bin/containerd-shim [2021-06-17T12:36:23.165Z] #20 39.95 Selecting previously unselected package python3-lib2to3. [2021-06-17T12:36:23.165Z] #20 39.97 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-17T12:36:23.165Z] #20 39.98 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-17T12:36:23.165Z] #20 40.08 Selecting previously unselected package python3-distutils. [2021-06-17T12:36:23.165Z] #20 40.09 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-17T12:36:23.165Z] #20 40.10 Unpacking python3-distutils (3.7.3-1) ... [2021-06-17T12:36:23.426Z] #20 40.25 Selecting previously unselected package python3-pip. [2021-06-17T12:36:23.426Z] #20 40.25 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-17T12:36:23.426Z] #20 40.25 Unpacking python3-pip (18.1-5) ... [2021-06-17T12:36:23.426Z] #20 40.39 Selecting previously unselected package python3-pkg-resources. [2021-06-17T12:36:23.426Z] #20 40.40 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-17T12:36:23.426Z] #20 40.40 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-17T12:36:23.426Z] #20 40.51 Selecting previously unselected package python3-setuptools. [2021-06-17T12:36:23.686Z] #20 40.52 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-17T12:36:23.686Z] #20 40.53 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-17T12:36:23.686Z] #20 40.69 Selecting previously unselected package python3-wheel. [2021-06-17T12:36:23.686Z] #20 40.70 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-17T12:36:23.686Z] #20 40.71 Unpacking python3-wheel (0.32.3-2) ... [2021-06-17T12:36:23.686Z] #20 40.78 Selecting previously unselected package sudo. [2021-06-17T12:36:23.788Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2021-06-17T12:36:23.788Z] ok github.com/docker/docker/pkg/discovery/kv 3.065s coverage: 84.1% of statements [2021-06-17T12:36:23.947Z] #20 40.80 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-17T12:36:23.947Z] #20 40.81 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-17T12:36:24.211Z] #20 41.20 Selecting previously unselected package thin-provisioning-tools. [2021-06-17T12:36:24.211Z] #20 41.20 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-17T12:36:24.211Z] #20 41.22 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-17T12:36:24.471Z] #20 41.41 Selecting previously unselected package uidmap. [2021-06-17T12:36:24.471Z] #20 41.42 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-17T12:36:24.471Z] #20 41.43 Unpacking uidmap (1:4.5-1.1) ... [2021-06-17T12:36:24.471Z] #20 41.54 Selecting previously unselected package vim-runtime. [2021-06-17T12:36:24.471Z] #20 41.54 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-17T12:36:24.471Z] #20 41.57 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-06-17T12:36:24.732Z] #20 41.61 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-17T12:36:24.732Z] #20 41.62 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-17T12:36:25.093Z] #20 29.31 Selecting previously unselected package python3-minimal. [2021-06-17T12:36:25.093Z] #20 29.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 ... 23695 files and directories currently installed.) [2021-06-17T12:36:25.093Z] #20 29.35 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-17T12:36:25.093Z] #20 29.36 Unpacking python3-minimal (3.7.3-1) ... [2021-06-17T12:36:25.093Z] #20 29.46 Selecting previously unselected package libmpdec2:amd64. [2021-06-17T12:36:25.093Z] #20 29.47 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-17T12:36:25.093Z] #20 29.49 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-17T12:36:25.093Z] #20 29.58 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-17T12:36:25.093Z] #20 29.58 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:36:25.093Z] #20 29.59 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:25.170Z] ok github.com/docker/docker/pkg/filenotify 0.606s coverage: 67.0% of statements [2021-06-17T12:36:25.649Z] #20 10.91 Reading package lists... [2021-06-17T12:36:25.658Z] #20 30.42 Selecting previously unselected package python3.7. [2021-06-17T12:36:25.658Z] #20 30.43 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:36:25.658Z] #20 30.43 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:25.741Z] ok github.com/docker/docker/pkg/fileutils 0.011s coverage: 86.3% of statements [2021-06-17T12:36:25.741Z] ok github.com/docker/docker/pkg/fsutils 0.217s coverage: 85.1% of statements [2021-06-17T12:36:25.915Z] #20 30.55 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-17T12:36:25.915Z] #20 30.55 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-17T12:36:25.915Z] #20 30.55 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-17T12:36:25.915Z] #20 30.68 Setting up python3-minimal (3.7.3-1) ... [2021-06-17T12:36:26.003Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2021-06-17T12:36:26.265Z] ok github.com/docker/docker/libnetwork 65.655s coverage: 41.0% of statements [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/client/mflag/example [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/cmd/dnet [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-06-17T12:36:26.265Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-06-17T12:36:26.845Z] #20 31.46 Selecting previously unselected package python3. [2021-06-17T12:36:26.845Z] #20 31.46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24107 files and directories currently installed.) [2021-06-17T12:36:26.845Z] #20 31.51 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-17T12:36:26.845Z] #20 31.52 Unpacking python3 (3.7.3-1) ... [2021-06-17T12:36:26.845Z] #20 31.60 Selecting previously unselected package libip4tc0:amd64. [2021-06-17T12:36:26.845Z] #20 31.60 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-17T12:36:26.845Z] #20 31.60 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:26.845Z] #20 31.68 Selecting previously unselected package libip6tc0:amd64. [2021-06-17T12:36:26.845Z] #20 31.68 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-17T12:36:26.845Z] #20 31.69 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:27.102Z] #20 31.84 Selecting previously unselected package libiptc0:amd64. [2021-06-17T12:36:27.102Z] #20 31.84 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-17T12:36:27.102Z] #20 31.88 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:27.102Z] #20 31.97 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-17T12:36:27.183Z] #57 222.7 + bin/containerd-shim-runc-v1 [2021-06-17T12:36:27.207Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2021-06-17T12:36:27.275Z] #20 44.28 Selecting previously unselected package vim. [2021-06-17T12:36:27.275Z] #20 44.28 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-17T12:36:27.275Z] #20 44.31 Unpacking vim (2:8.1.0875-5) ... [2021-06-17T12:36:27.360Z] #20 31.97 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-17T12:36:27.360Z] #20 32.01 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-17T12:36:27.360Z] #20 32.12 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-17T12:36:27.360Z] #20 32.12 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-17T12:36:27.360Z] #20 32.13 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-17T12:36:27.360Z] #20 32.22 Selecting previously unselected package libnftnl11:amd64. [2021-06-17T12:36:27.360Z] #20 32.22 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-17T12:36:27.467Z] ok github.com/docker/docker/pkg/idtools 0.595s coverage: 69.5% of statements [2021-06-17T12:36:27.467Z] ok github.com/docker/docker/pkg/ioutils 0.580s coverage: 70.6% of statements [2021-06-17T12:36:27.467Z] ok github.com/docker/docker/pkg/longpath 0.008s coverage: 100.0% of statements [2021-06-17T12:36:27.617Z] #20 32.23 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-17T12:36:27.617Z] #20 32.38 Selecting previously unselected package iptables. [2021-06-17T12:36:27.617Z] #20 32.39 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-17T12:36:27.617Z] #20 32.39 Unpacking iptables (1.8.2-4) ... [2021-06-17T12:36:27.728Z] ok github.com/docker/docker/pkg/namesgenerator 0.014s coverage: 85.7% of statements [2021-06-17T12:36:27.846Z] #20 44.74 Selecting previously unselected package xfsprogs. [2021-06-17T12:36:27.846Z] #20 44.76 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-17T12:36:27.846Z] #20 44.77 Unpacking xfsprogs (4.20.0-1) ... [2021-06-17T12:36:27.874Z] #20 32.69 Selecting previously unselected package xxd. [2021-06-17T12:36:27.874Z] #20 32.70 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-17T12:36:27.874Z] #20 32.71 Unpacking xxd (2:8.1.0875-5) ... [2021-06-17T12:36:27.990Z] ok github.com/docker/docker/pkg/parsers 0.010s coverage: 97.0% of statements [2021-06-17T12:36:27.991Z] ok github.com/docker/docker/pkg/parsers/kernel 0.007s coverage: 60.0% of statements [2021-06-17T12:36:28.131Z] #20 32.83 Selecting previously unselected package vim-common. [2021-06-17T12:36:28.131Z] #20 32.85 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-17T12:36:28.131Z] #20 32.88 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-17T12:36:28.242Z] #20 14.04 Reading package lists... [2021-06-17T12:36:28.251Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 86.7% of statements [2021-06-17T12:36:28.388Z] #20 33.06 Selecting previously unselected package bash-completion. [2021-06-17T12:36:28.388Z] #20 33.06 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-17T12:36:28.418Z] #20 45.23 Selecting previously unselected package zip. [2021-06-17T12:36:28.418Z] #20 45.25 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-06-17T12:36:28.418Z] #20 45.26 Unpacking zip (3.0-11+b1) ... [2021-06-17T12:36:28.418Z] #20 45.39 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-17T12:36:28.418Z] #20 45.41 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-17T12:36:28.418Z] #20 45.42 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:28.418Z] #20 45.43 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-17T12:36:28.418Z] #20 45.45 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-17T12:36:28.418Z] #20 45.46 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:28.418Z] #20 45.47 Setting up uidmap (1:4.5-1.1) ... [2021-06-17T12:36:28.418Z] #20 45.48 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-17T12:36:28.418Z] #20 45.49 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-17T12:36:28.418Z] #20 45.50 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-17T12:36:28.418Z] #20 45.51 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-17T12:36:28.418Z] #20 45.53 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-17T12:36:28.512Z] ok github.com/docker/docker/pkg/pidfile 0.004s coverage: 82.4% of statements [2021-06-17T12:36:28.720Z] #20 45.54 Setting up xxd (2:8.1.0875-5) ... [2021-06-17T12:36:28.720Z] #20 45.55 Setting up zip (3.0-11+b1) ... [2021-06-17T12:36:28.720Z] #20 45.57 Setting up vim-common (2:8.1.0875-5) ... [2021-06-17T12:36:28.720Z] #20 45.60 Setting up bash-completion (1:2.8-6) ... [2021-06-17T12:36:28.808Z] #20 16.62 Building dependency tree... [2021-06-17T12:36:29.084Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.024s coverage: 56.8% of statements [2021-06-17T12:36:29.369Z] #20 17.85 libcap2-bin is already the newest version (1:2.25-2). [2021-06-17T12:36:29.369Z] #20 17.85 The following additional packages will be installed: [2021-06-17T12:36:29.369Z] #20 17.85 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-17T12:36:29.369Z] #20 17.85 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-17T12:36:29.369Z] #20 17.86 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-17T12:36:29.369Z] #20 17.86 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-17T12:36:29.369Z] #20 17.86 python3.7 python3.7-minimal vim-runtime xxd [2021-06-17T12:36:29.369Z] #20 17.87 Suggested packages: [2021-06-17T12:36:29.369Z] #20 17.87 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-17T12:36:29.369Z] #20 17.87 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-17T12:36:29.369Z] #20 17.87 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-17T12:36:29.369Z] #20 17.87 quota [2021-06-17T12:36:29.369Z] #20 17.87 Recommended packages: [2021-06-17T12:36:29.369Z] #20 17.87 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-17T12:36:29.369Z] #20 17.87 python3-keyrings.alt python3-xdg unzip [2021-06-17T12:36:29.749Z] ok github.com/docker/docker/pkg/plugins/transport 0.014s coverage: 85.7% of statements [2021-06-17T12:36:30.011Z] ok github.com/docker/docker/pkg/pools 0.008s coverage: 88.2% of statements [2021-06-17T12:36:30.271Z] ok github.com/docker/docker/pkg/progress 0.003s coverage: 75.9% of statements [2021-06-17T12:36:30.850Z] #20 19.20 The following NEW packages will be installed: [2021-06-17T12:36:30.850Z] #20 19.20 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-17T12:36:30.850Z] #20 19.21 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-17T12:36:30.850Z] #20 19.21 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-17T12:36:30.850Z] #20 19.21 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-17T12:36:30.850Z] #20 19.21 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-17T12:36:30.850Z] #20 19.21 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-17T12:36:30.850Z] #20 19.21 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-17T12:36:30.850Z] #20 19.21 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-17T12:36:30.850Z] #20 19.21 xz-utils zip [2021-06-17T12:36:30.850Z] #20 19.53 0 upgraded, 49 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:36:30.850Z] #20 19.53 Need to get 28.6 MB of archives. [2021-06-17T12:36:30.850Z] #20 19.53 After this operation, 116 MB of additional disk space will be used. [2021-06-17T12:36:30.850Z] #20 19.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-17T12:36:30.957Z] #20 35.67 Unpacking bash-completion (1:2.8-6) ... [2021-06-17T12:36:31.105Z] #20 19.54 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-17T12:36:31.105Z] #20 19.56 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-17T12:36:31.105Z] #20 19.64 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-17T12:36:31.105Z] #20 19.64 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-17T12:36:31.105Z] #20 19.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-06-17T12:36:31.105Z] #20 19.72 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-17T12:36:31.105Z] #20 19.74 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-17T12:36:31.105Z] #20 19.74 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-17T12:36:31.222Z] #20 36.06 Selecting previously unselected package bzip2. [2021-06-17T12:36:31.222Z] #20 36.06 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-17T12:36:31.222Z] #20 36.07 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-17T12:36:31.222Z] #20 36.15 Selecting previously unselected package xz-utils. [2021-06-17T12:36:31.222Z] #20 36.17 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-06-17T12:36:31.222Z] #20 36.18 Unpacking xz-utils (5.2.4-1) ... [2021-06-17T12:36:31.350Z] #20 47.81 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:31.350Z] #20 47.82 Setting up xz-utils (5.2.4-1) ... [2021-06-17T12:36:31.350Z] #20 47.83 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-17T12:36:31.350Z] #20 47.84 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-17T12:36:31.350Z] #20 47.86 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-17T12:36:31.350Z] #20 47.92 invoke-rc.d: could not determine current runlevel [2021-06-17T12:36:31.350Z] #20 47.94 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-17T12:36:31.350Z] #20 47.95 Setting up pigz (2.4-1) ... [2021-06-17T12:36:31.350Z] #20 47.96 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-17T12:36:31.350Z] #20 47.97 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-17T12:36:31.350Z] #20 47.99 Setting up python-pip-whl (18.1-5) ... [2021-06-17T12:36:31.350Z] #20 48.00 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-17T12:36:31.350Z] #20 48.01 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-17T12:36:31.350Z] #20 48.34 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-17T12:36:31.350Z] #20 48.36 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-17T12:36:31.350Z] #20 48.37 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:31.350Z] #20 48.38 Setting up vim (2:8.1.0875-5) ... [2021-06-17T12:36:31.350Z] #20 48.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-17T12:36:31.350Z] #20 48.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-17T12:36:31.350Z] #20 48.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-17T12:36:31.350Z] #20 48.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-17T12:36:31.350Z] #20 48.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-17T12:36:31.350Z] #20 48.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-17T12:36:31.350Z] #20 48.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-17T12:36:31.350Z] #20 48.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-17T12:36:31.350Z] #20 48.44 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-17T12:36:31.361Z] #20 19.75 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-17T12:36:31.361Z] #20 19.75 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-17T12:36:31.361Z] #20 19.76 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-17T12:36:31.361Z] #20 19.76 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-17T12:36:31.361Z] #20 19.76 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-17T12:36:31.361Z] #20 19.77 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-17T12:36:31.361Z] #20 19.77 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-17T12:36:31.361Z] #20 19.78 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-17T12:36:31.361Z] #20 19.78 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-17T12:36:31.361Z] #20 19.80 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-17T12:36:31.361Z] #20 19.81 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-06-17T12:36:31.361Z] #20 19.81 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-17T12:36:31.361Z] #20 19.82 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-17T12:36:31.361Z] #20 19.85 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-17T12:36:31.361Z] #20 19.85 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-17T12:36:31.361Z] #20 19.85 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-17T12:36:31.361Z] #20 19.87 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-17T12:36:31.361Z] #20 19.87 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-17T12:36:31.361Z] #20 19.87 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-17T12:36:31.361Z] #20 19.88 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-17T12:36:31.484Z] #20 36.36 Selecting previously unselected package apparmor. [2021-06-17T12:36:31.484Z] #20 36.36 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-06-17T12:36:31.484Z] #20 36.43 Unpacking apparmor (2.13.2-10) ... [2021-06-17T12:36:31.611Z] #20 48.45 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-17T12:36:31.611Z] #20 48.48 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-17T12:36:31.611Z] #20 48.48 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-17T12:36:31.611Z] #20 48.50 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-17T12:36:31.611Z] #20 48.52 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:31.616Z] #20 20.22 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-17T12:36:31.616Z] #20 20.22 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-17T12:36:31.616Z] #20 20.23 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-17T12:36:31.616Z] #20 20.23 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-17T12:36:31.616Z] #20 20.23 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-17T12:36:31.616Z] #20 20.25 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-17T12:36:31.616Z] #20 20.25 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-17T12:36:31.654Z] ok github.com/docker/docker/pkg/pubsub 1.065s coverage: 75.0% of statements [2021-06-17T12:36:31.749Z] #20 36.71 Selecting previously unselected package aufs-tools. [2021-06-17T12:36:31.873Z] #20 20.31 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-17T12:36:31.873Z] #20 20.32 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-17T12:36:31.873Z] #20 20.33 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-17T12:36:31.873Z] #20 20.33 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-17T12:36:31.873Z] #20 20.34 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-17T12:36:31.873Z] #20 20.36 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-17T12:36:31.873Z] #20 20.36 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-17T12:36:31.873Z] #20 20.41 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-06-17T12:36:31.873Z] #20 20.43 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-17T12:36:31.873Z] #20 20.44 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-17T12:36:31.915Z] ok github.com/docker/docker/pkg/reexec 0.013s coverage: 82.4% of statements [2021-06-17T12:36:32.015Z] #20 36.71 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-17T12:36:32.015Z] #20 36.72 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-17T12:36:32.128Z] #20 20.66 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-17T12:36:32.129Z] #20 20.69 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-17T12:36:32.129Z] #20 20.73 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-17T12:36:32.271Z] #20 36.86 Selecting previously unselected package libonig5:amd64. [2021-06-17T12:36:32.271Z] #20 36.87 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-06-17T12:36:32.271Z] #20 36.87 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-17T12:36:32.271Z] #20 37.03 Selecting previously unselected package libjq1:amd64. [2021-06-17T12:36:32.271Z] #20 37.04 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-17T12:36:32.271Z] #20 37.04 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-17T12:36:32.271Z] #20 37.15 Selecting previously unselected package jq. [2021-06-17T12:36:32.512Z] #57 227.5 + bin/containerd-shim-runc-v2 [2021-06-17T12:36:32.512Z] #57 228.1 + binaries [2021-06-17T12:36:32.512Z] #57 228.1 + install -D bin/containerd /build/containerd [2021-06-17T12:36:32.512Z] #57 228.1 + install -D bin/containerd-shim /build/containerd-shim [2021-06-17T12:36:32.512Z] #57 228.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-17T12:36:32.512Z] #57 228.1 + install -D bin/ctr /build/ctr [2021-06-17T12:36:32.527Z] #20 37.16 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-17T12:36:32.527Z] #20 37.17 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-17T12:36:32.527Z] #20 37.30 Selecting previously unselected package libaio1:amd64. [2021-06-17T12:36:32.527Z] #20 37.30 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-06-17T12:36:32.527Z] #20 37.31 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-17T12:36:32.527Z] #20 37.38 Selecting previously unselected package libgpm2:amd64. [2021-06-17T12:36:32.527Z] #20 37.39 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-06-17T12:36:32.691Z] #20 21.17 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:36:32.691Z] #20 21.25 Fetched 28.6 MB in 1s (19.5 MB/s) [2021-06-17T12:36:32.784Z] #20 37.40 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-17T12:36:32.784Z] #20 37.46 Selecting previously unselected package libicu63:amd64. [2021-06-17T12:36:32.784Z] #20 37.47 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-17T12:36:32.784Z] #20 37.48 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-17T12:36:32.947Z] #20 21.31 Selecting previously unselected package pigz. [2021-06-17T12:36:32.947Z] #20 21.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 ... 23446 files and directories currently installed.) [2021-06-17T12:36:32.947Z] #20 21.34 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-17T12:36:32.947Z] #20 21.35 Unpacking pigz (2.4-1) ... [2021-06-17T12:36:32.947Z] #20 21.43 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-17T12:36:32.947Z] #20 21.43 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:36:32.947Z] #20 21.44 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:33.204Z] #20 21.83 Selecting previously unselected package python3.7-minimal. [2021-06-17T12:36:33.204Z] #20 21.83 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:36:33.300Z] ok github.com/docker/docker/pkg/stdcopy 0.007s coverage: 100.0% of statements [2021-06-17T12:36:33.460Z] #20 21.85 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-17T12:36:33.869Z] ok github.com/docker/docker/pkg/streamformatter 0.005s coverage: 66.2% of statements [2021-06-17T12:36:34.022Z] #20 22.49 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:34.022Z] #20 22.50 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-17T12:36:34.153Z] #20 50.84 Setting up iptables (1.8.2-4) ... [2021-06-17T12:36:34.153Z] #20 50.86 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-17T12:36:34.153Z] #20 50.87 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-17T12:36:34.153Z] #20 50.87 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-17T12:36:34.153Z] #20 50.88 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-17T12:36:34.153Z] #20 50.89 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-17T12:36:34.153Z] #20 50.90 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-17T12:36:34.153Z] #20 50.91 Setting up python3 (3.7.3-1) ... [2021-06-17T12:36:34.413Z] #20 51.29 Setting up python3-wheel (0.32.3-2) ... [2021-06-17T12:36:34.810Z] ok github.com/docker/docker/pkg/stringid 0.006s coverage: 70.6% of statements [2021-06-17T12:36:34.984Z] #20 52.01 Setting up apparmor (2.13.2-10) ... [2021-06-17T12:36:35.035Z] #57 DONE 230.3s [2021-06-17T12:36:35.292Z] [2021-06-17T12:36:35.292Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-17T12:36:35.292Z] #58 sha256:f7e75d3171b604ad8959bf9c5bdb1df0a97ffca93ac617a4d2b993aed016cfe1 [2021-06-17T12:36:35.389Z] #20 24.00 Selecting previously unselected package python3-minimal. [2021-06-17T12:36:35.645Z] #20 24.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23695 files and directories currently installed.) [2021-06-17T12:36:35.645Z] #20 24.05 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-17T12:36:35.645Z] #20 24.07 Unpacking python3-minimal (3.7.3-1) ... [2021-06-17T12:36:35.645Z] #20 24.13 Selecting previously unselected package libmpdec2:amd64. [2021-06-17T12:36:35.645Z] #20 24.15 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-17T12:36:35.645Z] #20 24.16 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-17T12:36:35.645Z] #20 24.25 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-17T12:36:35.857Z] #58 DONE 0.5s [2021-06-17T12:36:35.902Z] #20 24.26 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:36:35.902Z] #20 24.27 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:36.054Z] #20 40.47 Selecting previously unselected package libnet1:amd64. [2021-06-17T12:36:36.054Z] #20 40.48 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-17T12:36:36.054Z] #20 40.48 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-17T12:36:36.054Z] #20 40.58 Selecting previously unselected package libnl-3-200:amd64. [2021-06-17T12:36:36.055Z] #20 40.58 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-17T12:36:36.055Z] #20 40.59 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-17T12:36:36.055Z] #20 40.67 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-17T12:36:36.055Z] #20 40.67 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-17T12:36:36.055Z] #20 40.68 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-17T12:36:36.055Z] #20 40.74 Selecting previously unselected package libreadline5:amd64. [2021-06-17T12:36:36.055Z] #20 40.77 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-17T12:36:36.055Z] #20 40.77 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-17T12:36:36.055Z] #20 40.90 Selecting previously unselected package net-tools. [2021-06-17T12:36:36.114Z] [2021-06-17T12:36:36.114Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-17T12:36:36.114Z] #62 sha256:3681ce1a61cd57580921ddaf798321750320e70193f0d7953fdafc1ef53cf4d3 [2021-06-17T12:36:36.114Z] #62 DONE 0.1s [2021-06-17T12:36:36.114Z] [2021-06-17T12:36:36.114Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-17T12:36:36.114Z] #67 sha256:adc630945040046b32b3b5d6d1f8eeb782667d6c24d96352b2243f1640939a0f [2021-06-17T12:36:36.313Z] #20 40.91 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-17T12:36:36.313Z] #20 40.93 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-17T12:36:36.313Z] #20 41.12 Selecting previously unselected package patch. [2021-06-17T12:36:36.313Z] #20 41.14 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-17T12:36:36.313Z] #20 41.15 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-17T12:36:36.464Z] #20 25.01 Selecting previously unselected package python3.7. [2021-06-17T12:36:36.464Z] #20 25.01 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-17T12:36:36.464Z] #20 25.02 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:36.464Z] #20 25.13 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-17T12:36:36.464Z] #20 25.13 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-17T12:36:36.569Z] #20 41.22 Selecting previously unselected package python-pip-whl. [2021-06-17T12:36:36.569Z] #20 41.24 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-17T12:36:36.569Z] #20 41.26 Unpacking python-pip-whl (18.1-5) ... [2021-06-17T12:36:36.679Z] #67 DONE 0.8s [2021-06-17T12:36:36.719Z] #20 25.13 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-17T12:36:36.719Z] #20 25.20 Setting up python3-minimal (3.7.3-1) ... [2021-06-17T12:36:36.896Z] #20 53.60 Setting up xfsprogs (4.20.0-1) ... [2021-06-17T12:36:36.896Z] #20 53.62 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-17T12:36:36.896Z] #20 53.91 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-17T12:36:36.937Z] [2021-06-17T12:36:36.937Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-17T12:36:36.937Z] #68 sha256:0e71b3d1dcc20ff7a7c413e41b6a932b09918f240fb2fa056386008e5996c8e3 [2021-06-17T12:36:36.937Z] #68 DONE 0.0s [2021-06-17T12:36:36.937Z] [2021-06-17T12:36:36.937Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-17T12:36:36.937Z] #69 sha256:c5f2f0b3368b20330567efbd889f344d7946ae9bc408c9ddff72c973f791cae8 [2021-06-17T12:36:37.082Z] #20 41.75 Selecting previously unselected package python3-lib2to3. [2021-06-17T12:36:37.082Z] #20 41.75 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-17T12:36:37.082Z] #20 41.76 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-17T12:36:37.082Z] #20 41.91 Selecting previously unselected package python3-distutils. [2021-06-17T12:36:37.082Z] #20 41.92 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-17T12:36:37.082Z] #20 41.93 Unpacking python3-distutils (3.7.3-1) ... [2021-06-17T12:36:37.338Z] #20 42.08 Selecting previously unselected package python3-pip. [2021-06-17T12:36:37.338Z] #20 42.08 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-17T12:36:37.338Z] #20 42.08 Unpacking python3-pip (18.1-5) ... [2021-06-17T12:36:37.349Z] ok github.com/docker/docker/pkg/signal 3.569s coverage: 62.3% of statements [2021-06-17T12:36:37.539Z] #20 25.86 Selecting previously unselected package python3. [2021-06-17T12:36:37.539Z] #20 25.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-06-17T12:36:37.539Z] #20 25.92 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-17T12:36:37.539Z] #20 25.94 Unpacking python3 (3.7.3-1) ... [2021-06-17T12:36:37.539Z] #20 26.02 Selecting previously unselected package libip4tc0:amd64. [2021-06-17T12:36:37.539Z] #20 26.02 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-17T12:36:37.539Z] #20 26.02 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:37.539Z] #20 26.10 Selecting previously unselected package libip6tc0:amd64. [2021-06-17T12:36:37.595Z] #20 42.23 Selecting previously unselected package python3-pkg-resources. [2021-06-17T12:36:37.595Z] #20 42.25 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-17T12:36:37.595Z] #20 42.25 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-17T12:36:37.595Z] #20 42.38 Selecting previously unselected package python3-setuptools. [2021-06-17T12:36:37.595Z] #20 42.39 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-17T12:36:37.595Z] #20 42.40 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-17T12:36:37.795Z] #20 26.11 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-17T12:36:37.795Z] #20 26.12 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:37.795Z] #20 26.20 Selecting previously unselected package libiptc0:amd64. [2021-06-17T12:36:37.795Z] #20 26.20 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-17T12:36:37.795Z] #20 26.20 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:37.795Z] #20 26.26 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-17T12:36:37.795Z] #20 26.27 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-17T12:36:37.795Z] #20 26.27 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-17T12:36:37.795Z] #20 26.33 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-17T12:36:37.795Z] #20 26.33 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-17T12:36:37.795Z] #20 26.34 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-17T12:36:37.837Z] #20 54.78 Setting up python3-distutils (3.7.3-1) ... [2021-06-17T12:36:37.852Z] #20 42.56 Selecting previously unselected package python3-wheel. [2021-06-17T12:36:37.852Z] #20 42.57 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-17T12:36:37.852Z] #20 42.58 Unpacking python3-wheel (0.32.3-2) ... [2021-06-17T12:36:37.852Z] #20 42.65 Selecting previously unselected package sudo. [2021-06-17T12:36:37.852Z] #20 42.66 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-17T12:36:37.852Z] #20 42.67 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-17T12:36:37.869Z] #69 DONE 0.9s [2021-06-17T12:36:37.869Z] [2021-06-17T12:36:37.870Z] #70 exporting to image [2021-06-17T12:36:37.870Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-17T12:36:37.870Z] #70 exporting layers [2021-06-17T12:36:38.052Z] #20 26.41 Selecting previously unselected package libnftnl11:amd64. [2021-06-17T12:36:38.052Z] #20 26.42 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-17T12:36:38.052Z] #20 26.42 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-17T12:36:38.052Z] #20 26.48 Selecting previously unselected package iptables. [2021-06-17T12:36:38.052Z] #20 26.49 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-17T12:36:38.052Z] #20 26.50 Unpacking iptables (1.8.2-4) ... [2021-06-17T12:36:38.098Z] #20 55.16 Setting up python3-setuptools (40.8.0-1) ... [2021-06-17T12:36:38.308Z] #20 26.78 Selecting previously unselected package xxd. [2021-06-17T12:36:38.308Z] #20 26.79 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-17T12:36:38.308Z] #20 26.80 Unpacking xxd (2:8.1.0875-5) ... [2021-06-17T12:36:38.308Z] #20 26.90 Selecting previously unselected package vim-common. [2021-06-17T12:36:38.308Z] #20 26.90 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-17T12:36:38.308Z] #20 26.92 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-17T12:36:38.415Z] #20 43.14 Selecting previously unselected package thin-provisioning-tools. [2021-06-17T12:36:38.415Z] #20 43.14 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-17T12:36:38.415Z] #20 43.15 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-17T12:36:38.415Z] #20 43.35 Selecting previously unselected package uidmap. [2021-06-17T12:36:38.564Z] #20 27.08 Selecting previously unselected package bash-completion. [2021-06-17T12:36:38.564Z] #20 27.09 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-17T12:36:38.672Z] #20 43.36 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-17T12:36:38.672Z] #20 43.36 Unpacking uidmap (1:4.5-1.1) ... [2021-06-17T12:36:38.672Z] #20 43.51 Selecting previously unselected package vim-runtime. [2021-06-17T12:36:38.672Z] #20 43.51 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-17T12:36:38.672Z] #20 43.56 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-06-17T12:36:38.672Z] #20 43.59 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-17T12:36:38.672Z] #20 43.60 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-17T12:36:39.260Z] ok github.com/docker/docker/pkg/sysinfo 0.011s coverage: 52.9% of statements [2021-06-17T12:36:39.260Z] ok github.com/docker/docker/pkg/system 0.008s coverage: 39.6% of statements [2021-06-17T12:36:39.481Z] #20 56.18 Setting up python3-pip (18.1-5) ... [2021-06-17T12:36:39.831Z] ok github.com/docker/docker/pkg/tailfile 0.118s coverage: 88.6% of statements [2021-06-17T12:36:40.052Z] #20 57.07 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:36:40.052Z] #20 57.09 Processing triggers for mime-support (3.62) ... [2021-06-17T12:36:40.402Z] testing: warning: no tests to run [2021-06-17T12:36:40.402Z] coverage: [no statements] [2021-06-17T12:36:40.402Z] ok github.com/docker/docker/pkg/term/windows 0.003s coverage: [no statements] [no tests to run] [2021-06-17T12:36:40.663Z] ok github.com/docker/docker/pkg/tarsum 0.187s coverage: 89.3% of statements [2021-06-17T12:36:40.923Z] ok github.com/docker/docker/pkg/truncindex 0.104s coverage: 91.5% of statements [2021-06-17T12:36:40.997Z] #20 DONE 58.0s [2021-06-17T12:36:40.997Z] [2021-06-17T12:36:40.997Z] #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-06-17T12:36:40.997Z] #21 sha256:6d3550bab80a8038a2f190d1f82a894ce483c7c88012a9b27091f67139f2c117 [2021-06-17T12:36:41.084Z] #20 29.34 Unpacking bash-completion (1:2.8-6) ... [2021-06-17T12:36:41.084Z] #20 29.68 Selecting previously unselected package bzip2. [2021-06-17T12:36:41.084Z] #20 29.68 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-17T12:36:41.084Z] #20 29.69 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-17T12:36:41.084Z] #20 29.77 Selecting previously unselected package xz-utils. [2021-06-17T12:36:41.084Z] #20 29.78 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-06-17T12:36:41.184Z] ok github.com/docker/docker/pkg/urlutil 0.003s coverage: 100.0% of statements [2021-06-17T12:36:41.184Z] ok github.com/docker/docker/pkg/useragent 0.003s coverage: 88.9% of statements [2021-06-17T12:36:41.340Z] #20 29.78 Unpacking xz-utils (5.2.4-1) ... [2021-06-17T12:36:41.596Z] #20 29.94 Selecting previously unselected package apparmor. [2021-06-17T12:36:41.596Z] #20 29.94 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-06-17T12:36:41.596Z] #20 30.00 Unpacking apparmor (2.13.2-10) ... [2021-06-17T12:36:41.852Z] #20 30.28 Selecting previously unselected package aufs-tools. [2021-06-17T12:36:41.852Z] #20 30.29 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-17T12:36:41.852Z] #20 30.29 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-17T12:36:41.852Z] #20 30.42 Selecting previously unselected package libonig5:amd64. [2021-06-17T12:36:41.852Z] #20 30.42 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-06-17T12:36:41.852Z] #20 30.43 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-17T12:36:41.939Z] #21 0.983 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-17T12:36:41.939Z] #21 0.988 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-17T12:36:41.939Z] #21 0.991 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-17T12:36:41.942Z] #20 46.29 Selecting previously unselected package vim. [2021-06-17T12:36:41.942Z] #20 46.29 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-17T12:36:41.942Z] #20 46.31 Unpacking vim (2:8.1.0875-5) ... [2021-06-17T12:36:41.942Z] #20 46.81 Selecting previously unselected package xfsprogs. [2021-06-17T12:36:41.942Z] #20 46.82 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-17T12:36:41.942Z] #20 46.83 Unpacking xfsprogs (4.20.0-1) ... [2021-06-17T12:36:42.109Z] #20 30.57 Selecting previously unselected package libjq1:amd64. [2021-06-17T12:36:42.109Z] #20 30.57 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-17T12:36:42.109Z] #20 30.58 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-17T12:36:42.109Z] #20 30.68 Selecting previously unselected package jq. [2021-06-17T12:36:42.109Z] #20 30.68 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-17T12:36:42.109Z] #20 30.69 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-17T12:36:42.109Z] #20 30.77 Selecting previously unselected package libaio1:amd64. [2021-06-17T12:36:42.109Z] #20 30.77 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-06-17T12:36:42.109Z] #20 30.78 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-17T12:36:42.237Z] #21 DONE 1.3s [2021-06-17T12:36:42.237Z] [2021-06-17T12:36:42.237Z] #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-06-17T12:36:42.237Z] #50 sha256:26f75c07b8f90fd6df423fd3be410050162a840d6df8c7fe22067681ca003cdb [2021-06-17T12:36:42.237Z] #50 ... [2021-06-17T12:36:42.237Z] [2021-06-17T12:36:42.237Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-17T12:36:42.237Z] #22 sha256:bc71d66ee8509c4acbc6e2ef5f4b399ef8b51a050205e13d22ed99c8c5d79803 [2021-06-17T12:36:42.365Z] #20 30.87 Selecting previously unselected package libgpm2:amd64. [2021-06-17T12:36:42.365Z] #20 30.87 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-06-17T12:36:42.365Z] #20 30.87 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-17T12:36:42.505Z] #20 47.26 Selecting previously unselected package zip. [2021-06-17T12:36:42.505Z] #20 47.26 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-06-17T12:36:42.505Z] #20 47.28 Unpacking zip (3.0-11+b1) ... [2021-06-17T12:36:42.622Z] #20 30.95 Selecting previously unselected package libicu63:amd64. [2021-06-17T12:36:42.622Z] #20 30.96 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-17T12:36:42.622Z] #20 30.97 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-17T12:36:42.761Z] #20 47.47 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-17T12:36:42.761Z] #20 47.50 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-17T12:36:42.761Z] #20 47.51 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:42.761Z] #20 47.53 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-17T12:36:42.761Z] #20 47.56 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-17T12:36:42.761Z] #20 47.61 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:42.761Z] #20 47.63 Setting up uidmap (1:4.5-1.1) ... [2021-06-17T12:36:42.761Z] #20 47.65 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-17T12:36:42.761Z] #20 47.68 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-17T12:36:42.761Z] #20 47.71 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-17T12:36:43.017Z] #20 47.75 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-17T12:36:43.017Z] #20 47.77 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-17T12:36:43.017Z] #20 47.81 Setting up xxd (2:8.1.0875-5) ... [2021-06-17T12:36:43.017Z] #20 47.84 Setting up zip (3.0-11+b1) ... [2021-06-17T12:36:43.017Z] #20 47.86 Setting up vim-common (2:8.1.0875-5) ... [2021-06-17T12:36:43.017Z] #20 47.88 Setting up bash-completion (1:2.8-6) ... [2021-06-17T12:36:44.426Z] #70 exporting layers 6.7s done [2021-06-17T12:36:44.427Z] #70 writing image sha256:906767c5962c140f33bce1638d7a9ec28e83e4fc40ebbbf46b513c79ce78046f done [2021-06-17T12:36:44.427Z] #70 naming to docker.io/library/docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 done [2021-06-17T12:36:44.427Z] #70 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-06-17T12:36:44.761Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42510/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42510/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 hack/validate/default [2021-06-17T12:36:45.141Z] #20 33.79 Selecting previously unselected package libnet1:amd64. [2021-06-17T12:36:45.397Z] #20 33.79 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-17T12:36:45.397Z] #20 33.80 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-17T12:36:45.397Z] #20 33.87 Selecting previously unselected package libnl-3-200:amd64. [2021-06-17T12:36:45.397Z] #20 33.89 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-17T12:36:45.397Z] #20 33.89 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-17T12:36:45.397Z] #20 33.97 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-17T12:36:45.397Z] #20 33.97 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-17T12:36:45.397Z] #20 33.99 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-17T12:36:45.533Z] #20 50.31 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:45.533Z] #20 50.33 Setting up xz-utils (5.2.4-1) ... [2021-06-17T12:36:45.533Z] #20 50.35 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-17T12:36:45.533Z] #20 50.37 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-17T12:36:45.533Z] #20 50.38 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-17T12:36:45.653Z] #20 34.04 Selecting previously unselected package libreadline5:amd64. [2021-06-17T12:36:45.653Z] #20 34.04 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-17T12:36:45.653Z] #20 34.05 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-17T12:36:45.653Z] #20 34.16 Selecting previously unselected package net-tools. [2021-06-17T12:36:45.653Z] #20 34.16 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-17T12:36:45.653Z] #20 34.16 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-17T12:36:45.694Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-06-17T12:36:45.694Z] No api/types/ or api/swagger.yaml changes in diff. [2021-06-17T12:36:45.694Z] Congratulations! All TOML source files changed here have valid syntax. [2021-06-17T12:36:45.694Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-06-17T12:36:45.694Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-06-17T12:36:45.694Z] Congratulations! No new tests were added to integration-cli. [2021-06-17T12:36:45.694Z] [2021-06-17T12:36:45.694Z] INFO Start validation with golang-ci-lint [2021-06-17T12:36:45.694Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-06-17T12:36:45.694Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-06-17T12:36:45.694Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-06-17T12:36:45.789Z] #20 50.44 invoke-rc.d: could not determine current runlevel [2021-06-17T12:36:45.789Z] #20 50.46 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-17T12:36:45.789Z] #20 50.47 Setting up pigz (2.4-1) ... [2021-06-17T12:36:45.789Z] #20 50.48 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-17T12:36:45.789Z] #20 50.49 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-17T12:36:45.789Z] #20 50.52 Setting up python-pip-whl (18.1-5) ... [2021-06-17T12:36:45.789Z] #20 50.53 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-17T12:36:45.789Z] #20 50.55 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-17T12:36:45.910Z] #20 34.30 Selecting previously unselected package patch. [2021-06-17T12:36:45.910Z] #20 34.31 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-17T12:36:45.910Z] #20 34.31 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-17T12:36:45.910Z] #20 34.39 Selecting previously unselected package python-pip-whl. [2021-06-17T12:36:45.910Z] #20 34.40 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-17T12:36:45.910Z] #20 34.42 Unpacking python-pip-whl (18.1-5) ... [2021-06-17T12:36:46.046Z] #20 50.98 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-17T12:36:46.302Z] #20 51.00 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-17T12:36:46.302Z] #20 51.01 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:46.302Z] #20 51.03 Setting up vim (2:8.1.0875-5) ... [2021-06-17T12:36:46.302Z] #20 51.05 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-17T12:36:46.302Z] #20 51.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-17T12:36:46.302Z] #20 51.06 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-17T12:36:46.302Z] #20 51.07 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-17T12:36:46.302Z] #20 51.08 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-17T12:36:46.302Z] #20 51.09 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-17T12:36:46.302Z] #20 51.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-17T12:36:46.302Z] #20 51.10 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-17T12:36:46.302Z] #20 51.13 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-17T12:36:46.302Z] #20 51.15 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-17T12:36:46.302Z] #20 51.18 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-17T12:36:46.302Z] #20 51.22 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-17T12:36:46.446Z] #22 4.314 Collecting yamllint==1.26.1 [2021-06-17T12:36:46.473Z] #20 34.86 Selecting previously unselected package python3-lib2to3. [2021-06-17T12:36:46.473Z] #20 34.87 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-17T12:36:46.473Z] #20 34.88 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-17T12:36:46.473Z] #20 34.98 Selecting previously unselected package python3-distutils. [2021-06-17T12:36:46.473Z] #20 34.98 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-17T12:36:46.473Z] #20 34.99 Unpacking python3-distutils (3.7.3-1) ... [2021-06-17T12:36:46.473Z] #20 35.10 Selecting previously unselected package python3-pip. [2021-06-17T12:36:46.559Z] #20 51.24 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-17T12:36:46.559Z] #20 51.26 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:46.729Z] #20 35.10 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-17T12:36:46.729Z] #20 35.10 Unpacking python3-pip (18.1-5) ... [2021-06-17T12:36:46.729Z] #20 35.29 Selecting previously unselected package python3-pkg-resources. [2021-06-17T12:36:46.729Z] #20 35.29 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-17T12:36:46.729Z] #20 35.31 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-17T12:36:46.935Z] using credential docker-jenkins-github-credentials [2021-06-17T12:36:46.985Z] #20 35.41 Selecting previously unselected package python3-setuptools. [2021-06-17T12:36:46.986Z] #20 35.41 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-17T12:36:46.986Z] #20 35.41 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-17T12:36:46.986Z] #20 35.60 Selecting previously unselected package python3-wheel. [2021-06-17T12:36:46.986Z] #20 35.61 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-17T12:36:46.986Z] #20 35.62 Unpacking python3-wheel (0.32.3-2) ... [2021-06-17T12:36:46.986Z] #20 35.69 Selecting previously unselected package sudo. [2021-06-17T12:36:47.011Z] Cloning the remote Git repository [2021-06-17T12:36:47.011Z] Cloning with configured refspecs honoured and without tags [2021-06-17T12:36:47.241Z] #20 35.69 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-17T12:36:47.241Z] #20 35.70 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-17T12:36:47.499Z] #20 36.05 Selecting previously unselected package thin-provisioning-tools. [2021-06-17T12:36:47.499Z] #20 36.06 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-17T12:36:47.499Z] #20 36.06 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-17T12:36:47.760Z] #20 36.27 Selecting previously unselected package uidmap. [2021-06-17T12:36:47.760Z] #20 36.28 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-17T12:36:47.760Z] #20 36.29 Unpacking uidmap (1:4.5-1.1) ... [2021-06-17T12:36:47.760Z] #20 36.39 Selecting previously unselected package vim-runtime. [2021-06-17T12:36:47.204Z] Cloning repository https://github.com/moby/moby.git [2021-06-17T12:36:47.617Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-06-17T12:36:47.789Z] ok github.com/docker/docker/plugin/v2 0.005s coverage: 14.4% of statements [2021-06-17T12:36:47.789Z] ok github.com/docker/docker/plugin 0.535s coverage: 23.2% of statements [2021-06-17T12:36:48.016Z] #20 36.39 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-17T12:36:48.016Z] #20 36.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-06-17T12:36:48.016Z] #20 36.43 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-17T12:36:48.016Z] #20 36.43 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-17T12:36:49.077Z] #20 53.74 Setting up iptables (1.8.2-4) ... [2021-06-17T12:36:49.077Z] #20 53.77 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-17T12:36:49.077Z] #20 53.77 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-17T12:36:49.077Z] #20 53.78 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-17T12:36:49.077Z] #20 53.79 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-17T12:36:49.077Z] #20 53.79 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-17T12:36:49.077Z] #20 53.80 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-17T12:36:49.077Z] #20 53.80 Setting up python3 (3.7.3-1) ... [2021-06-17T12:36:49.334Z] #20 54.16 Setting up python3-wheel (0.32.3-2) ... [2021-06-17T12:36:49.701Z] ok github.com/docker/docker/profiles/seccomp 0.012s coverage: 85.4% of statements [2021-06-17T12:36:49.701Z] ok github.com/docker/docker/quota 0.406s coverage: 71.4% of statements [2021-06-17T12:36:49.701Z] ok github.com/docker/docker/reference 0.012s coverage: 84.4% of statements [2021-06-17T12:36:49.742Z] #22 ... [2021-06-17T12:36:49.743Z] [2021-06-17T12:36:49.743Z] #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-06-17T12:36:49.743Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:36:49.743Z] #40 177.4 + dpkg --print-architecture [2021-06-17T12:36:49.743Z] #40 177.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-06-17T12:36:49.743Z] #40 177.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-06-17T12:36:49.743Z] #40 177.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-06-17T12:36:48.501Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-17T12:36:48.501Z] > git --version # timeout=10 [2021-06-17T12:36:48.554Z] > git --version # 'git version 2.24.1.windows.2' [2021-06-17T12:36:48.554Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:36:48.558Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42510/head:refs/remotes/origin/PR-42510 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:36:50.264Z] #20 54.84 Setting up apparmor (2.13.2-10) ... [2021-06-17T12:36:50.533Z] #20 39.21 Selecting previously unselected package vim. [2021-06-17T12:36:50.790Z] #20 39.22 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-17T12:36:50.790Z] #20 39.24 Unpacking vim (2:8.1.0875-5) ... [2021-06-17T12:36:51.046Z] #20 39.65 Selecting previously unselected package xfsprogs. [2021-06-17T12:36:51.046Z] #20 39.65 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-17T12:36:51.303Z] #20 39.65 Unpacking xfsprogs (4.20.0-1) ... [2021-06-17T12:36:51.559Z] #20 40.08 Selecting previously unselected package zip. [2021-06-17T12:36:51.559Z] #20 40.08 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-06-17T12:36:51.559Z] #20 40.09 Unpacking zip (3.0-11+b1) ... [2021-06-17T12:36:51.615Z] ok github.com/docker/docker/registry 0.135s coverage: 58.8% of statements [2021-06-17T12:36:51.816Z] #20 40.27 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-17T12:36:51.816Z] #20 40.29 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-17T12:36:51.816Z] #20 40.30 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:51.816Z] #20 40.31 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-17T12:36:51.816Z] #20 40.32 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-17T12:36:51.816Z] #20 40.33 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:51.816Z] #20 40.34 Setting up uidmap (1:4.5-1.1) ... [2021-06-17T12:36:51.816Z] #20 40.35 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-17T12:36:51.816Z] #20 40.36 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-17T12:36:51.816Z] #20 40.37 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-17T12:36:51.816Z] #20 40.38 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-17T12:36:51.816Z] #20 40.39 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-17T12:36:51.816Z] #20 40.40 Setting up xxd (2:8.1.0875-5) ... [2021-06-17T12:36:51.816Z] #20 40.41 Setting up zip (3.0-11+b1) ... [2021-06-17T12:36:51.816Z] #20 40.42 Setting up vim-common (2:8.1.0875-5) ... [2021-06-17T12:36:51.887Z] #20 56.54 Setting up xfsprogs (4.20.0-1) ... [2021-06-17T12:36:51.887Z] #20 56.55 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-17T12:36:52.072Z] #20 40.44 Setting up bash-completion (1:2.8-6) ... [2021-06-17T12:36:52.143Z] #20 56.90 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-17T12:36:52.187Z] ok github.com/docker/docker/restartmanager 0.004s coverage: 45.3% of statements [2021-06-17T12:36:52.286Z] #40 ... [2021-06-17T12:36:52.286Z] [2021-06-17T12:36:52.286Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-17T12:36:52.286Z] #22 sha256:bc71d66ee8509c4acbc6e2ef5f4b399ef8b51a050205e13d22ed99c8c5d79803 [2021-06-17T12:36:52.286Z] #22 9.643 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-17T12:36:52.858Z] #22 10.58 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-17T12:36:52.858Z] #22 10.62 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-17T12:36:52.858Z] #22 10.67 Collecting pyyaml (from yamllint==1.26.1) [2021-06-17T12:36:53.072Z] #20 57.73 Setting up python3-distutils (3.7.3-1) ... [2021-06-17T12:36:53.119Z] #22 10.90 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-17T12:36:53.379Z] #22 11.17 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-17T12:36:53.635Z] #20 58.20 Setting up python3-setuptools (40.8.0-1) ... [2021-06-17T12:36:53.640Z] #22 11.17 Building wheels for collected packages: yamllint [2021-06-17T12:36:53.640Z] #22 11.17 Running setup.py bdist_wheel for yamllint: started [2021-06-17T12:36:54.099Z] ok github.com/docker/docker/runconfig 0.015s coverage: 66.1% of statements [2021-06-17T12:36:54.360Z] ok github.com/docker/docker/registry/resumable 0.020s coverage: 100.0% of statements [2021-06-17T12:36:54.360Z] ok github.com/docker/docker/testutil 0.005s coverage: 62.5% of statements [2021-06-17T12:36:54.564Z] #20 59.19 Setting up python3-pip (18.1-5) ... [2021-06-17T12:36:54.581Z] #22 12.19 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-17T12:36:54.581Z] #22 12.19 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-17T12:36:54.581Z] #22 12.25 Successfully built yamllint [2021-06-17T12:36:54.581Z] #22 12.26 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-17T12:36:54.590Z] #20 42.85 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-17T12:36:54.590Z] #20 42.86 Setting up xz-utils (5.2.4-1) ... [2021-06-17T12:36:54.590Z] #20 42.87 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-17T12:36:54.590Z] #20 42.88 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-17T12:36:54.590Z] #20 42.88 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-17T12:36:54.591Z] #20 42.96 invoke-rc.d: could not determine current runlevel [2021-06-17T12:36:54.591Z] #20 42.97 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-17T12:36:54.591Z] #20 42.98 Setting up pigz (2.4-1) ... [2021-06-17T12:36:54.591Z] #20 42.99 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-17T12:36:54.591Z] #20 42.99 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-17T12:36:54.591Z] #20 43.01 Setting up python-pip-whl (18.1-5) ... [2021-06-17T12:36:54.591Z] #20 43.02 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-17T12:36:54.591Z] #20 43.03 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-17T12:36:54.841Z] #22 12.50 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-17T12:36:54.847Z] #20 43.35 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-17T12:36:54.847Z] #20 43.36 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-17T12:36:54.847Z] #20 43.37 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:54.847Z] #20 43.38 Setting up vim (2:8.1.0875-5) ... [2021-06-17T12:36:54.847Z] #20 43.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-17T12:36:54.847Z] #20 43.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-17T12:36:54.847Z] #20 43.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-17T12:36:54.847Z] #20 43.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-17T12:36:54.847Z] #20 43.41 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-17T12:36:54.847Z] #20 43.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-17T12:36:54.847Z] #20 43.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-17T12:36:54.847Z] #20 43.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-17T12:36:54.847Z] #20 43.46 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-17T12:36:54.847Z] #20 43.47 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-17T12:36:55.102Z] #22 DONE 12.8s [2021-06-17T12:36:55.102Z] [2021-06-17T12:36:55.102Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-17T12:36:55.102Z] #25 sha256:f2062af0cb8e5f0d2b382a318d9ef25d0261e2a95d47244a0ead1790b4383106 [2021-06-17T12:36:55.103Z] #20 43.48 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-17T12:36:55.103Z] #20 43.49 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-17T12:36:55.103Z] #20 43.50 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-17T12:36:55.103Z] #20 43.51 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-17T12:36:55.127Z] #20 60.01 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:36:55.127Z] #20 60.04 Processing triggers for mime-support (3.62) ... [2021-06-17T12:36:55.363Z] #25 DONE 0.3s [2021-06-17T12:36:55.363Z] [2021-06-17T12:36:55.363Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-17T12:36:55.363Z] #30 sha256:d03be0acd4859b06749fc36f3b11ebd31114e051e915e33f9c0ac32544bd81fc [2021-06-17T12:36:56.495Z] #20 ... [2021-06-17T12:36:56.495Z] [2021-06-17T12:36:56.495Z] #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-06-17T12:36:56.495Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:36:56.495Z] #40 182.5 + dpkg --print-architecture [2021-06-17T12:36:56.495Z] #40 182.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-06-17T12:36:56.752Z] #40 ... [2021-06-17T12:36:56.752Z] [2021-06-17T12:36:56.752Z] #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-06-17T12:36:56.752Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:36:56.752Z] #20 DONE 61.5s [2021-06-17T12:36:56.752Z] [2021-06-17T12:36:56.752Z] #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-06-17T12:36:56.752Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:36:56.752Z] #40 182.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-06-17T12:36:56.752Z] #40 182.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-06-17T12:36:56.994Z] #20 ... [2021-06-17T12:36:56.994Z] [2021-06-17T12:36:56.994Z] #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-06-17T12:36:56.994Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:36:56.994Z] #40 174.7 + dpkg --print-architecture [2021-06-17T12:36:56.994Z] #40 174.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-06-17T12:36:57.250Z] #40 174.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-06-17T12:36:57.250Z] #40 174.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-06-17T12:36:57.686Z] #40 ... [2021-06-17T12:36:57.686Z] [2021-06-17T12:36:57.686Z] #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-06-17T12:36:57.686Z] #21 sha256:6d3550bab80a8038a2f190d1f82a894ce483c7c88012a9b27091f67139f2c117 [2021-06-17T12:36:57.686Z] #21 1.032 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-17T12:36:57.686Z] #21 1.036 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-17T12:36:57.686Z] #21 1.042 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-17T12:36:57.686Z] #21 DONE 1.1s [2021-06-17T12:36:57.941Z] [2021-06-17T12:36:57.941Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-17T12:36:57.941Z] #22 sha256:bc71d66ee8509c4acbc6e2ef5f4b399ef8b51a050205e13d22ed99c8c5d79803 [2021-06-17T12:37:00.649Z] #30 DONE 4.6s [2021-06-17T12:37:00.649Z] [2021-06-17T12:37:00.649Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-17T12:37:00.649Z] #33 sha256:c80c457c6cf423bf4f75f6faa99339534ce52bd7e3d151fd917fc4099394c803 [2021-06-17T12:37:00.649Z] #33 DONE 0.4s [2021-06-17T12:37:00.649Z] [2021-06-17T12:37:00.649Z] #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-06-17T12:37:00.649Z] #50 sha256:26f75c07b8f90fd6df423fd3be410050162a840d6df8c7fe22067681ca003cdb [2021-06-17T12:37:00.649Z] #50 ... [2021-06-17T12:37:00.649Z] [2021-06-17T12:37:00.649Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-17T12:37:00.649Z] #35 sha256:87a97021f837df0a210e713de6d42aa4b8566030e6694a00929cbf3605198e84 [2021-06-17T12:37:00.649Z] #35 DONE 0.0s [2021-06-17T12:37:00.649Z] [2021-06-17T12:37:00.649Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-17T12:37:00.649Z] #38 sha256:d70cc445082f91a1f11c5a68e260c983dc244e409ef51c7c1fa158d2cb9771db [2021-06-17T12:37:00.649Z] #38 DONE 0.0s [2021-06-17T12:37:00.649Z] [2021-06-17T12:37:00.649Z] #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-06-17T12:37:00.649Z] #50 sha256:26f75c07b8f90fd6df423fd3be410050162a840d6df8c7fe22067681ca003cdb [2021-06-17T12:37:03.187Z] #22 4.678 Collecting yamllint==1.26.1 [2021-06-17T12:37:03.195Z] #50 ... [2021-06-17T12:37:03.195Z] [2021-06-17T12:37:03.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-06-17T12:37:03.195Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:37:03.195Z] #40 DONE 197.8s [2021-06-17T12:37:03.195Z] [2021-06-17T12:37:03.195Z] #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-06-17T12:37:03.195Z] #50 sha256:26f75c07b8f90fd6df423fd3be410050162a840d6df8c7fe22067681ca003cdb [2021-06-17T12:37:04.137Z] #50 199.1 + /build/golangci-lint --version [2021-06-17T12:37:04.355Z] ok github.com/docker/docker/pkg/plugins 33.646s coverage: 76.6% of statements [2021-06-17T12:37:04.355Z] ok github.com/docker/docker/volume/drivers 0.019s coverage: 36.1% of statements [2021-06-17T12:37:04.710Z] #50 199.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-17T12:37:04.710Z] #50 DONE 199.7s [2021-06-17T12:37:04.710Z] [2021-06-17T12:37:04.710Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-17T12:37:04.710Z] #41 sha256:3b28f24b45c813ae467880e6f9bda46cbccf0b2b944429bfdf685dc5cd71ec36 [2021-06-17T12:37:04.926Z] ok github.com/docker/docker/volume/mounts 0.051s coverage: 67.0% of statements [2021-06-17T12:37:05.187Z] ok github.com/docker/docker/volume/local 0.234s coverage: 76.4% of statements [2021-06-17T12:37:05.282Z] #41 DONE 0.6s [2021-06-17T12:37:05.282Z] [2021-06-17T12:37:05.282Z] #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-06-17T12:37:05.282Z] #54 sha256:307a0ae5bd0e6a20028da966821bac24eddae3b716fcd20f47f91abd65bc1767 [2021-06-17T12:37:05.282Z] #54 ... [2021-06-17T12:37:05.282Z] [2021-06-17T12:37:05.282Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-17T12:37:05.282Z] #45 sha256:f3fa5e7df6d5cc16efc2aad56c8597c8a42840f35c5a16f063bba206fa43df14 [2021-06-17T12:37:05.282Z] #45 DONE 0.1s [2021-06-17T12:37:05.282Z] [2021-06-17T12:37:05.282Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-17T12:37:05.282Z] #47 sha256:d61af7bfbb8b892e8ec12574de629d4c3641754ad639f3a90fab0bd203a6dd6e [2021-06-17T12:37:05.282Z] #47 DONE 0.1s [2021-06-17T12:37:05.282Z] [2021-06-17T12:37:05.282Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-17T12:37:05.282Z] #49 sha256:f635af5e79c13cc27472aa76095d1d2f26582053a71d52aeeaef0ea910e0a184 [2021-06-17T12:37:05.282Z] #49 DONE 0.1s [2021-06-17T12:37:05.282Z] [2021-06-17T12:37:05.282Z] #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-06-17T12:37:05.282Z] #54 sha256:307a0ae5bd0e6a20028da966821bac24eddae3b716fcd20f47f91abd65bc1767 [2021-06-17T12:37:05.339Z] #40 ... [2021-06-17T12:37:05.339Z] [2021-06-17T12:37:05.339Z] #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-06-17T12:37:05.339Z] #20 sha256:f62de700d1f6de102c5e598a93581fd60db622e85c1ec693cd9981f58e1006fa [2021-06-17T12:37:05.339Z] #20 45.95 Setting up iptables (1.8.2-4) ... [2021-06-17T12:37:05.339Z] #20 45.97 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-17T12:37:05.339Z] #20 45.98 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-17T12:37:05.339Z] #20 45.99 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-17T12:37:05.339Z] #20 45.99 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-17T12:37:05.339Z] #20 46.00 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-17T12:37:05.339Z] #20 46.01 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-17T12:37:05.339Z] #20 46.02 Setting up python3 (3.7.3-1) ... [2021-06-17T12:37:05.339Z] #20 46.45 Setting up python3-wheel (0.32.3-2) ... [2021-06-17T12:37:05.339Z] #20 47.01 Setting up apparmor (2.13.2-10) ... [2021-06-17T12:37:05.339Z] #20 48.45 Setting up xfsprogs (4.20.0-1) ... [2021-06-17T12:37:05.339Z] #20 48.47 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-17T12:37:05.339Z] #20 48.83 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-17T12:37:05.339Z] #20 49.63 Setting up python3-distutils (3.7.3-1) ... [2021-06-17T12:37:05.339Z] #20 49.99 Setting up python3-setuptools (40.8.0-1) ... [2021-06-17T12:37:05.339Z] #20 51.03 Setting up python3-pip (18.1-5) ... [2021-06-17T12:37:05.339Z] #20 51.94 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:37:05.339Z] #20 51.99 Processing triggers for mime-support (3.62) ... [2021-06-17T12:37:05.339Z] #20 DONE 52.5s [2021-06-17T12:37:05.339Z] [2021-06-17T12:37:05.339Z] #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-06-17T12:37:05.339Z] #21 sha256:6d3550bab80a8038a2f190d1f82a894ce483c7c88012a9b27091f67139f2c117 [2021-06-17T12:37:05.121Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-17T12:37:05.188Z] > git config --add remote.origin.fetch +refs/pull/42510/head:refs/remotes/origin/PR-42510 # timeout=10 [2021-06-17T12:37:05.238Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:37:05.358Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-17T12:37:05.457Z] Fetching without tags [2021-06-17T12:37:05.594Z] #21 1.539 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-17T12:37:05.594Z] #21 1.544 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-17T12:37:05.594Z] #21 1.547 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-17T12:37:05.594Z] #21 DONE 1.7s [2021-06-17T12:37:05.594Z] [2021-06-17T12:37:05.594Z] #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-06-17T12:37:05.594Z] #50 sha256:97217607610e5478fc1f9c9f2eb8a0e645a52663e2da531816be684a0360c971 [2021-06-17T12:37:05.849Z] #50 ... [2021-06-17T12:37:05.849Z] [2021-06-17T12:37:05.849Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-17T12:37:05.849Z] #22 sha256:bc71d66ee8509c4acbc6e2ef5f4b399ef8b51a050205e13d22ed99c8c5d79803 [2021-06-17T12:37:06.215Z] Merging remotes/origin/master commit b9ad7b96bd86e5f632e5fb4f36f98dcc145014fc into PR head commit c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:37:06.223Z] #54 ... [2021-06-17T12:37:06.223Z] [2021-06-17T12:37:06.223Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-17T12:37:06.223Z] #51 sha256:0de460f538c425e49c0eadcc66fa9864278bc2b866a548aeb30b5ff0d9947d7e [2021-06-17T12:37:06.486Z] #51 DONE 0.3s [2021-06-17T12:37:06.486Z] [2021-06-17T12:37:06.486Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-17T12:37:06.486Z] #53 sha256:b1acc3feff20a64937a381d7ff4068becdb2fefedf4c7bacb670e46a6683e062 [2021-06-17T12:37:06.747Z] #53 DONE 0.1s [2021-06-17T12:37:06.747Z] [2021-06-17T12:37:06.747Z] #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-06-17T12:37:06.747Z] #54 sha256:307a0ae5bd0e6a20028da966821bac24eddae3b716fcd20f47f91abd65bc1767 [2021-06-17T12:37:08.432Z] #22 10.09 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-17T12:37:05.491Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-17T12:37:05.491Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:37:05.493Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42510/head:refs/remotes/origin/PR-42510 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-17T12:37:06.323Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T12:37:06.368Z] > git checkout -f c21eaf9a0766942ae625e5852313bfb569dd8e31 # timeout=10 [2021-06-17T12:37:08.993Z] #22 11.11 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-17T12:37:08.993Z] #22 11.15 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-17T12:37:08.993Z] #22 11.19 Collecting pyyaml (from yamllint==1.26.1) [2021-06-17T12:37:09.249Z] #22 11.41 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-17T12:37:09.267Z] Merge succeeded, producing c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:37:09.267Z] Checking out Revision c21eaf9a0766942ae625e5852313bfb569dd8e31 (PR-42510) [2021-06-17T12:37:09.506Z] #22 11.68 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-17T12:37:09.506Z] #22 11.69 Building wheels for collected packages: yamllint [2021-06-17T12:37:09.506Z] #22 11.69 Running setup.py bdist_wheel for yamllint: started [2021-06-17T12:37:10.874Z] #22 12.79 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-17T12:37:10.874Z] #22 12.79 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-17T12:37:10.874Z] #22 12.84 Successfully built yamllint [2021-06-17T12:37:10.874Z] #22 12.86 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-17T12:37:11.094Z] #22 4.743 Collecting yamllint==1.26.1 [2021-06-17T12:37:11.130Z] #22 13.17 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-17T12:37:11.387Z] #22 DONE 13.6s [2021-06-17T12:37:11.387Z] [2021-06-17T12:37:11.387Z] #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-06-17T12:37:11.387Z] #57 sha256:54f42bbcea842ca05912b31197f46fab8a049b31d991744ce60a64b009c4e33e [2021-06-17T12:37:11.387Z] #57 ... [2021-06-17T12:37:11.387Z] [2021-06-17T12:37:11.387Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-17T12:37:11.387Z] #25 sha256:d19c783ac8e4d96f221c4f735bc340be76d63f41db03345b9a806807e6e0d093 [2021-06-17T12:37:08.887Z] > git remote # timeout=10 [2021-06-17T12:37:08.964Z] > git config --get remote.origin.url # timeout=10 [2021-06-17T12:37:09.013Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-17T12:37:09.015Z] > git merge b9ad7b96bd86e5f632e5fb4f36f98dcc145014fc # timeout=10 [2021-06-17T12:37:09.163Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-06-17T12:37:09.301Z] > git config core.sparsecheckout # timeout=10 [2021-06-17T12:37:09.348Z] > git checkout -f c21eaf9a0766942ae625e5852313bfb569dd8e31 # timeout=10 [2021-06-17T12:37:11.959Z] #25 DONE 0.4s [2021-06-17T12:37:11.959Z] [2021-06-17T12:37:11.959Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-17T12:37:11.959Z] #30 sha256:bd1236ae7f65819a918272240f2f2290f2a66ed1bc680df6992cb48397fc62a0 [2021-06-17T12:37:13.318Z] ok github.com/docker/docker/volume/service 0.037s coverage: 72.3% of statements [2021-06-17T12:37:16.343Z] #22 10.10 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-17T12:37:16.599Z] #22 11.09 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-17T12:37:16.855Z] #22 11.12 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-17T12:37:16.855Z] #22 11.17 Collecting pyyaml (from yamllint==1.26.1) [2021-06-17T12:37:16.855Z] #22 11.36 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-17T12:37:17.112Z] #22 11.63 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-17T12:37:17.368Z] #22 11.64 Building wheels for collected packages: yamllint [2021-06-17T12:37:17.368Z] #22 11.64 Running setup.py bdist_wheel for yamllint: started [2021-06-17T12:37:17.710Z] #22 ... [2021-06-17T12:37:17.710Z] [2021-06-17T12:37:17.710Z] #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-06-17T12:37:17.710Z] #50 sha256:97217607610e5478fc1f9c9f2eb8a0e645a52663e2da531816be684a0360c971 [2021-06-17T12:37:17.710Z] #50 195.7 + /build/golangci-lint --version [2021-06-17T12:37:17.985Z] #50 ... [2021-06-17T12:37:17.985Z] [2021-06-17T12:37:17.985Z] #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-06-17T12:37:17.985Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:37:17.985Z] #40 DONE 195.7s [2021-06-17T12:37:17.985Z] [2021-06-17T12:37:17.985Z] #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-06-17T12:37:17.985Z] #50 sha256:97217607610e5478fc1f9c9f2eb8a0e645a52663e2da531816be684a0360c971 [2021-06-17T12:37:17.985Z] #50 196.1 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-17T12:37:18.502Z] #30 DONE 5.8s [2021-06-17T12:37:18.502Z] [2021-06-17T12:37:18.502Z] #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-06-17T12:37:18.502Z] #40 sha256:dc27d17ec88053c6acd88caab51d7f88b5a172a8685ccfc47a209a8a54a87a77 [2021-06-17T12:37:18.502Z] #40 DONE 203.6s [2021-06-17T12:37:18.502Z] [2021-06-17T12:37:18.502Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-17T12:37:18.502Z] #33 sha256:67070acc8cccfb163faa4a4da629520d1a13d9c16b643e21a05fd29371d0127c [2021-06-17T12:37:18.502Z] #33 DONE 0.5s [2021-06-17T12:37:18.502Z] [2021-06-17T12:37:18.502Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-17T12:37:18.502Z] #35 sha256:c0d458a93ce6e489b8ead581d2f7acccc0af8b19f13af7e2e808c84e1acb152c [2021-06-17T12:37:18.502Z] #35 DONE 0.1s [2021-06-17T12:37:18.502Z] [2021-06-17T12:37:18.502Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-17T12:37:18.502Z] #38 sha256:87ef7f8a2e4ca0567c5e7691437bcc0c6b0b1338404a7f2eaa67453849609dcf [2021-06-17T12:37:18.502Z] #38 DONE 0.1s [2021-06-17T12:37:18.502Z] [2021-06-17T12:37:18.502Z] #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-06-17T12:37:18.502Z] #57 sha256:54f42bbcea842ca05912b31197f46fab8a049b31d991744ce60a64b009c4e33e [2021-06-17T12:37:18.551Z] #50 DONE 196.4s [2021-06-17T12:37:18.551Z] [2021-06-17T12:37:18.551Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-17T12:37:18.551Z] #22 sha256:bc71d66ee8509c4acbc6e2ef5f4b399ef8b51a050205e13d22ed99c8c5d79803 [2021-06-17T12:37:18.551Z] #22 12.66 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-17T12:37:18.551Z] #22 12.66 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-17T12:37:18.551Z] #22 12.70 Successfully built yamllint [2021-06-17T12:37:18.551Z] #22 12.70 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-17T12:37:18.815Z] #22 13.07 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-17T12:37:19.068Z] #57 ... [2021-06-17T12:37:19.068Z] [2021-06-17T12:37:19.068Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-17T12:37:19.068Z] #41 sha256:c69b0b3a2b0890b001ed263d376be071b1084a50f4b1cc2fe2244f60ec691197 [2021-06-17T12:37:19.077Z] #22 DONE 13.4s [2021-06-17T12:37:19.077Z] [2021-06-17T12:37:19.077Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-17T12:37:19.077Z] #25 sha256:d1b1d3c79b8357b47e1705620048e92098d5bd82cec2950d5c5f27dfa1ea803e [2021-06-17T12:37:19.630Z] #41 DONE 0.6s [2021-06-17T12:37:19.630Z] [2021-06-17T12:37:19.630Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-17T12:37:19.630Z] #45 sha256:2cc8fbe62c9d34f380e1e8695c78c4ba438efd25e02b3fe31e52eae592d34068 [2021-06-17T12:37:19.895Z] #45 DONE 0.1s [2021-06-17T12:37:19.895Z] [2021-06-17T12:37:19.895Z] #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-06-17T12:37:19.895Z] #50 sha256:412422c0ba307e37b8224e794af0e5c79fd9031c05751c88b14faba17d30537f [2021-06-17T12:37:19.895Z] #50 206.2 + /build/golangci-lint --version [2021-06-17T12:37:19.895Z] #50 ... [2021-06-17T12:37:19.895Z] [2021-06-17T12:37:19.895Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-17T12:37:19.895Z] #47 sha256:47c2cfcc5f35e32e3140c7287bf3d0c358bf664aa4f380bce93f51b05b493560 [2021-06-17T12:37:19.895Z] #47 DONE 0.2s [2021-06-17T12:37:20.004Z] #25 DONE 0.9s [2021-06-17T12:37:20.004Z] [2021-06-17T12:37:20.004Z] #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-06-17T12:37:20.004Z] #57 sha256:05dd27e7f518bf65da2c35f685ff51c02dc2ebbe16383134356f132835cf23bd [2021-06-17T12:37:20.004Z] #57 ... [2021-06-17T12:37:20.004Z] [2021-06-17T12:37:20.004Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-17T12:37:20.004Z] #30 sha256:66b45de44de5907b421391bd150ec43424afad0412ad949a377b635e2bc9e7d2 [2021-06-17T12:37:20.151Z] [2021-06-17T12:37:20.151Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-17T12:37:20.151Z] #49 sha256:c9fb5322355001351c148ffc845a57dcf53b462af27412f7e90314638376b391 [2021-06-17T12:37:20.151Z] #49 DONE 0.1s [2021-06-17T12:37:20.151Z] [2021-06-17T12:37:20.152Z] #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-06-17T12:37:20.152Z] #50 sha256:412422c0ba307e37b8224e794af0e5c79fd9031c05751c88b14faba17d30537f [2021-06-17T12:37:20.152Z] #50 206.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-17T12:37:20.410Z] #50 DONE 206.6s [2021-06-17T12:37:20.410Z] [2021-06-17T12:37:20.410Z] #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-06-17T12:37:20.410Z] #57 sha256:54f42bbcea842ca05912b31197f46fab8a049b31d991744ce60a64b009c4e33e [2021-06-17T12:37:20.861Z] Commit message: "portmapper: move mockProxyCommand to a _test file" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-17T12:37:22.301Z] #57 ... [2021-06-17T12:37:22.301Z] [2021-06-17T12:37:22.301Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-17T12:37:22.301Z] #51 sha256:fc4122542d5c9e053b2026a9d92af9598f029e2037a0f8207cbb5e86abe7f245 [2021-06-17T12:37:22.557Z] #51 DONE 0.5s [2021-06-17T12:37:22.557Z] [2021-06-17T12:37:22.557Z] #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-06-17T12:37:22.557Z] #57 sha256:54f42bbcea842ca05912b31197f46fab8a049b31d991744ce60a64b009c4e33e [2021-06-17T12:37:22.814Z] #57 ... [2021-06-17T12:37:22.814Z] [2021-06-17T12:37:22.814Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-17T12:37:22.814Z] #53 sha256:8e829ce36bdbd47b1b7c256a6cf9d2ab6f234f909cddcaf655c781ac1f93d57a [2021-06-17T12:37:22.814Z] #53 DONE 0.1s [2021-06-17T12:37:23.070Z] [2021-06-17T12:37:23.070Z] #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-06-17T12:37:23.070Z] #57 sha256:54f42bbcea842ca05912b31197f46fab8a049b31d991744ce60a64b009c4e33e [2021-06-17T12:37:24.075Z] + docker version [2021-06-17T12:37:26.547Z] #30 DONE 6.0s [2021-06-17T12:37:26.547Z] [2021-06-17T12:37:26.547Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-17T12:37:26.547Z] #33 sha256:60c97460d48994fd4cc940c4f901e40b9fabd8b850155ab9a02b6fa5799ca663 [2021-06-17T12:37:26.547Z] #33 DONE 0.3s [2021-06-17T12:37:26.547Z] [2021-06-17T12:37:26.547Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-17T12:37:26.547Z] #35 sha256:ec5f6ff444fe0667147378cb81314ab873c079a9915d968c576adcd1cd6682be [2021-06-17T12:37:26.547Z] #35 DONE 0.1s [2021-06-17T12:37:26.547Z] [2021-06-17T12:37:26.547Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-17T12:37:26.547Z] #38 sha256:0dd3fa251d299156d1b9d2fcf94bb0ae3f432b2ce4c07f2503af7ef81de7354c [2021-06-17T12:37:26.547Z] #38 DONE 0.0s [2021-06-17T12:37:26.547Z] [2021-06-17T12:37:26.547Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-17T12:37:26.547Z] #41 sha256:ce73afa336bbd32e9775f9ced5454ccd30cfc49c2838f2f921df67e43dda4227 [2021-06-17T12:37:26.803Z] #41 DONE 0.5s [2021-06-17T12:37:26.803Z] [2021-06-17T12:37:26.803Z] #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-06-17T12:37:26.803Z] #54 sha256:d2fe919715546e4ed986077e5aaebf2ac683473d15e0d14a135789e78bec6937 [2021-06-17T12:37:27.060Z] #54 ... [2021-06-17T12:37:27.060Z] [2021-06-17T12:37:27.060Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-17T12:37:27.060Z] #45 sha256:692c795ffaa3e05c694efc3c5fa93c51e57947aacab6c03a6600dfc3b6d5a0c3 [2021-06-17T12:37:27.060Z] #45 DONE 0.0s [2021-06-17T12:37:27.060Z] [2021-06-17T12:37:27.060Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-17T12:37:27.060Z] #47 sha256:a6979423d8d83c33b0a092738a893ca99722f2077a2f40ee91ae3004a4c5afc1 [2021-06-17T12:37:27.317Z] #47 DONE 0.2s [2021-06-17T12:37:27.317Z] [2021-06-17T12:37:27.317Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-17T12:37:27.317Z] #49 sha256:5cdaf0f5ea11544b3ae7509a80b7a4fe07041ce7efb7411bb1b0c1a93ed4ba65 [2021-06-17T12:37:27.317Z] #49 DONE 0.1s [2021-06-17T12:37:27.317Z] [2021-06-17T12:37:27.317Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-17T12:37:27.317Z] #51 sha256:dfbc0029636fa8af6b0dfa50472977e74070b3d4e74d9ea9dfcdb66b43b4049c [2021-06-17T12:37:27.880Z] #51 DONE 0.5s [2021-06-17T12:37:27.880Z] [2021-06-17T12:37:27.880Z] #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-06-17T12:37:27.880Z] #54 sha256:d2fe919715546e4ed986077e5aaebf2ac683473d15e0d14a135789e78bec6937 [2021-06-17T12:37:27.880Z] #54 ... [2021-06-17T12:37:27.880Z] [2021-06-17T12:37:27.880Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-17T12:37:27.880Z] #53 sha256:0c3db901ba42900ff275cc2af2015a44efe7e131045773f8212aceec8673bf3b [2021-06-17T12:37:27.880Z] #53 DONE 0.1s [2021-06-17T12:37:28.136Z] [2021-06-17T12:37:28.136Z] #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-06-17T12:37:28.136Z] #57 sha256:05dd27e7f518bf65da2c35f685ff51c02dc2ebbe16383134356f132835cf23bd [2021-06-17T12:37:28.706Z] #54 114.3 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-17T12:37:28.967Z] #54 114.8 + mkdir -p /build [2021-06-17T12:37:28.967Z] #54 114.8 + cp runc /build/runc [2021-06-17T12:37:29.909Z] #54 DONE 115.6s [2021-06-17T12:37:29.909Z] [2021-06-17T12:37:29.909Z] #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-06-17T12:37:29.909Z] #57 sha256:e78a2432b2c45a04f43595179dc0e90cfe5f608d67b46301e61fbea2bc804783 [2021-06-17T12:37:29.909Z] #57 182.4 + bin/containerd [2021-06-17T12:37:31.179Z] Client: Mirantis Container Runtime [2021-06-17T12:37:31.179Z] Version: 20.10.0 [2021-06-17T12:37:31.179Z] API version: 1.41 [2021-06-17T12:37:31.179Z] Go version: go1.13.15 [2021-06-17T12:37:31.179Z] Git commit: 6ee42dc [2021-06-17T12:37:31.179Z] Built: 03/11/2021 13:24:56 [2021-06-17T12:37:31.179Z] OS/Arch: windows/amd64 [2021-06-17T12:37:31.179Z] Context: default [2021-06-17T12:37:31.179Z] Experimental: true [2021-06-17T12:37:31.179Z] [2021-06-17T12:37:31.179Z] Server: Mirantis Container Runtime [2021-06-17T12:37:31.179Z] Engine: [2021-06-17T12:37:31.179Z] Version: 20.10.0 [2021-06-17T12:37:31.179Z] API version: 1.41 (minimum version 1.24) [2021-06-17T12:37:31.179Z] Go version: go1.13.15 [2021-06-17T12:37:31.179Z] Git commit: 1e08f21e79 [2021-06-17T12:37:31.179Z] Built: 03/11/2021 13:23:32 [2021-06-17T12:37:31.179Z] OS/Arch: windows/amd64 [2021-06-17T12:37:31.179Z] Experimental: true [2021-06-17T12:37:31.293Z] #57 ... [2021-06-17T12:37:31.294Z] [2021-06-17T12:37:31.294Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-17T12:37:31.294Z] #55 sha256:e83554928fcee21ec3fbd2b5e7b19553e8e148cbb43cb11b99628648c553340d [2021-06-17T12:37:31.294Z] #55 DONE 0.2s [2021-06-17T12:37:31.554Z] [2021-06-17T12:37:31.554Z] #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-06-17T12:37:31.554Z] #57 sha256:e78a2432b2c45a04f43595179dc0e90cfe5f608d67b46301e61fbea2bc804783 [Pipeline] sh [2021-06-17T12:37:32.722Z] + docker info [2021-06-17T12:37:45.006Z] #57 ... [2021-06-17T12:37:45.006Z] [2021-06-17T12:37:45.006Z] #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-06-17T12:37:45.006Z] #54 sha256:eb7a7360a184791ca773e49ce8537bc5625c00e4207e07bc1301c236958490fe [2021-06-17T12:37:45.006Z] #54 117.9 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-17T12:37:45.006Z] #54 118.4 + mkdir -p /build [2021-06-17T12:37:45.006Z] #54 118.4 + cp runc /build/runc [2021-06-17T12:37:45.572Z] #54 DONE 119.2s [2021-06-17T12:37:45.572Z] [2021-06-17T12:37:45.572Z] #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-06-17T12:37:45.572Z] #57 sha256:54f42bbcea842ca05912b31197f46fab8a049b31d991744ce60a64b009c4e33e [2021-06-17T12:37:45.572Z] #57 187.2 + bin/containerd [2021-06-17T12:37:46.186Z] #57 183.8 + bin/containerd [2021-06-17T12:37:46.186Z] #57 ... [2021-06-17T12:37:46.186Z] [2021-06-17T12:37:46.186Z] #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-06-17T12:37:46.186Z] #54 sha256:d2fe919715546e4ed986077e5aaebf2ac683473d15e0d14a135789e78bec6937 [2021-06-17T12:37:46.186Z] #54 112.4 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-17T12:37:46.186Z] #54 113.0 + mkdir -p /build [2021-06-17T12:37:46.186Z] #54 113.0 + cp runc /build/runc [2021-06-17T12:37:46.186Z] #54 DONE 113.7s [2021-06-17T12:37:46.186Z] [2021-06-17T12:37:46.186Z] #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-06-17T12:37:46.186Z] #57 sha256:05dd27e7f518bf65da2c35f685ff51c02dc2ebbe16383134356f132835cf23bd [2021-06-17T12:37:46.941Z] #57 ... [2021-06-17T12:37:46.941Z] [2021-06-17T12:37:46.941Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-17T12:37:46.941Z] #55 sha256:8404df55145409dfa96608fe71a3c7a04e2c38da80602343a2d80fc5a54814a6 [2021-06-17T12:37:46.941Z] #55 DONE 0.2s [2021-06-17T12:37:46.941Z] [2021-06-17T12:37:46.941Z] #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-06-17T12:37:46.941Z] #57 sha256:54f42bbcea842ca05912b31197f46fab8a049b31d991744ce60a64b009c4e33e [2021-06-17T12:37:47.562Z] Client: [2021-06-17T12:37:47.562Z] Context: default [2021-06-17T12:37:47.562Z] Debug Mode: false [2021-06-17T12:37:47.562Z] Plugins: [2021-06-17T12:37:47.562Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-17T12:37:47.562Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-17T12:37:47.562Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-17T12:37:47.562Z] [2021-06-17T12:37:47.562Z] Server: [2021-06-17T12:37:47.562Z] Containers: 0 [2021-06-17T12:37:47.562Z] Running: 0 [2021-06-17T12:37:47.562Z] Paused: 0 [2021-06-17T12:37:47.562Z] Stopped: 0 [2021-06-17T12:37:47.562Z] Images: 0 [2021-06-17T12:37:47.562Z] Server Version: 20.10.0 [2021-06-17T12:37:47.562Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-17T12:37:47.562Z] Windows: [2021-06-17T12:37:47.562Z] LCOW: [2021-06-17T12:37:47.562Z] Logging Driver: json-file [2021-06-17T12:37:47.562Z] Plugins: [2021-06-17T12:37:47.562Z] Volume: local [2021-06-17T12:37:47.562Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-17T12:37:47.562Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-17T12:37:47.562Z] Swarm: inactive [2021-06-17T12:37:47.562Z] Default Isolation: process [2021-06-17T12:37:47.562Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-17T12:37:47.562Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-17T12:37:47.562Z] OSType: windows [2021-06-17T12:37:47.562Z] Architecture: x86_64 [2021-06-17T12:37:47.562Z] CPUs: 4 [2021-06-17T12:37:47.562Z] Total Memory: 32GiB [2021-06-17T12:37:47.562Z] Name: azwin-2-c6a1d0 [2021-06-17T12:37:47.562Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-06-17T12:37:47.562Z] Docker Root Dir: D:\docker [2021-06-17T12:37:47.562Z] Debug Mode: false [2021-06-17T12:37:47.562Z] Registry: https://index.docker.io/v1/ [2021-06-17T12:37:47.562Z] Labels: [2021-06-17T12:37:47.562Z] Experimental: true [2021-06-17T12:37:47.562Z] Insecure Registries: [2021-06-17T12:37:47.562Z] 10.0.0.4:5000 [2021-06-17T12:37:47.562Z] 127.0.0.0/8 [2021-06-17T12:37:47.562Z] Registry Mirrors: [2021-06-17T12:37:47.562Z] http://10.0.0.4:5000/ [2021-06-17T12:37:47.562Z] Live Restore Enabled: false [2021-06-17T12:37:47.562Z] [2021-06-17T12:37:47.566Z] #57 ... [2021-06-17T12:37:47.566Z] [2021-06-17T12:37:47.566Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-17T12:37:47.566Z] #55 sha256:df524ddaeb8cdcaf598e1389cff1a73ae929145655f348d5b1af7beccfb810f0 [2021-06-17T12:37:47.566Z] #55 DONE 0.2s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-06-17T12:37:47.822Z] [2021-06-17T12:37:47.822Z] #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-06-17T12:37:47.822Z] #57 sha256:05dd27e7f518bf65da2c35f685ff51c02dc2ebbe16383134356f132835cf23bd [2021-06-17T12:38:03.665Z] #57 213.4 # github.com/containerd/containerd/cmd/containerd [2021-06-17T12:38:03.665Z] #57 213.4 /usr/bin/ld: /tmp/go-link-663911196/000019.o: in function `New': [2021-06-17T12:38:03.665Z] #57 213.4 /tmp/tmp.EQD1h0G1So/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-06-17T12:38:03.665Z] #57 213.5 + bin/containerd-stress [2021-06-17T12:38:03.665Z] #57 214.6 + bin/containerd-shim [2021-06-17T12:38:07.909Z] #57 221.6 + bin/containerd-shim-runc-v1 [2021-06-17T12:38:09.339Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-06-17T12:38:09.339Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-bb86c07b\powershellScript.ps1'; exit $LASTEXITCODE; [2021-06-17T12:38:09.339Z] ---------------------------------------------------------------------------- [2021-06-17T12:38:09.339Z] [2021-06-17T12:38:09.339Z] INFO: executeCI.ps1 starting at Thu Jun 17 12:38:07 CUT 2021 [2021-06-17T12:38:09.339Z] [2021-06-17T12:38:09.339Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-06-17T12:38:09.339Z] INFO: Running git version 2.24.1.windows.2 [2021-06-17T12:38:09.339Z] INFO: Branch:fe_release Build:20295.1.210212-1600 [2021-06-17T12:38:09.339Z] INFO: Environment variables: [2021-06-17T12:38:09.339Z] [2021-06-17T12:38:09.339Z] Name Value [2021-06-17T12:38:09.339Z] ---- ----- [2021-06-17T12:38:09.339Z] ALLUSERSPROFILE C:\ProgramData [2021-06-17T12:38:09.339Z] amd64 true [2021-06-17T12:38:09.339Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-06-17T12:38:09.339Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-06-17T12:38:09.339Z] arm64 true [2021-06-17T12:38:09.339Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-06-17T12:38:09.339Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-06-17T12:38:09.339Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-06-17T12:38:09.339Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-06-17T12:38:09.339Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-06-17T12:38:09.339Z] BRANCH_NAME PR-42510 [2021-06-17T12:38:09.339Z] BUILD_DISPLAY_NAME #5 [2021-06-17T12:38:09.339Z] BUILD_ID 5 [2021-06-17T12:38:09.339Z] BUILD_NUMBER 5 [2021-06-17T12:38:09.339Z] BUILD_TAG jenkins-moby-PR-42510-5 [2021-06-17T12:38:09.339Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42510/5/ [2021-06-17T12:38:09.339Z] cgroup2 true [2021-06-17T12:38:09.339Z] CHANGE_AUTHOR thaJeztah [2021-06-17T12:38:09.339Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-06-17T12:38:09.339Z] CHANGE_BRANCH proxy_cleanup [2021-06-17T12:38:09.339Z] CHANGE_FORK thaJeztah/docker [2021-06-17T12:38:09.339Z] CHANGE_ID 42510 [2021-06-17T12:38:09.339Z] CHANGE_TARGET master [2021-06-17T12:38:09.339Z] CHANGE_TITLE libnetwork/portmapper: some minor cleaning up [2021-06-17T12:38:09.339Z] CHANGE_URL https://github.com/moby/moby/pull/42510 [2021-06-17T12:38:09.339Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-17T12:38:09.339Z] CommonProgramFiles C:\Program Files\Common Files [2021-06-17T12:38:09.339Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-06-17T12:38:09.339Z] CommonProgramW6432 C:\Program Files\Common Files [2021-06-17T12:38:09.339Z] COMPUTERNAME azwin-2-c6a1d0 [2021-06-17T12:38:09.339Z] ComSpec C:\Windows\system32\cmd.exe [2021-06-17T12:38:09.339Z] ConfigSequenceNumber 0 [2021-06-17T12:38:09.339Z] dco true [2021-06-17T12:38:09.339Z] DOCKER_BUILDKIT 0 [2021-06-17T12:38:09.339Z] DOCKER_DUT_DEBUG 1 [2021-06-17T12:38:09.339Z] DOCKER_EXPERIMENTAL 1 [2021-06-17T12:38:09.339Z] DOCKER_GRAPHDRIVER overlay2 [2021-06-17T12:38:09.339Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-06-17T12:38:09.339Z] EXECUTOR_NUMBER 0 [2021-06-17T12:38:09.339Z] FQDN azwin-2-c6a1d0.westus.cloudapp.azure.com [2021-06-17T12:38:09.339Z] GIT_BRANCH PR-42510 [2021-06-17T12:38:09.339Z] GIT_COMMIT c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:38:09.339Z] GIT_PREVIOUS_COMMIT c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:38:09.339Z] GIT_URL https://github.com/moby/moby.git [2021-06-17T12:38:09.339Z] HUDSON_COOKIE af0c3114-1f64-4d13-86f3-ede1e56c8a7f [2021-06-17T12:38:09.339Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-06-17T12:38:09.339Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-06-17T12:38:09.339Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-06-17T12:38:09.339Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-06-17T12:38:09.339Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-06-17T12:38:09.339Z] JENKINS_NODE_COOKIE 58b7ef1d-72be-45af-a2df-57f46183cd6e [2021-06-17T12:38:09.339Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-06-17T12:38:09.339Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-06-17T12:38:09.339Z] JOB_BASE_NAME PR-42510 [2021-06-17T12:38:09.339Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42510/display/redirect [2021-06-17T12:38:09.339Z] JOB_NAME moby/PR-42510 [2021-06-17T12:38:09.339Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42510/ [2021-06-17T12:38:09.339Z] library.jps.version master [2021-06-17T12:38:09.339Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-06-17T12:38:09.339Z] NODE_LABELS amd64 azure azwin-2-c6a1d0 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-06-17T12:38:09.339Z] NODE_NAME azwin-2-c6a1d0 [2021-06-17T12:38:09.339Z] NUMBER_OF_PROCESSORS 4 [2021-06-17T12:38:09.339Z] OS Windows_NT [2021-06-17T12:38:09.339Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-06-17T12:38:09.339Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-06-17T12:38:09.339Z] ppc64le false [2021-06-17T12:38:09.339Z] PROCESSOR_ARCHITECTURE AMD64 [2021-06-17T12:38:09.339Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-06-17T12:38:09.339Z] PROCESSOR_LEVEL 6 [2021-06-17T12:38:09.339Z] PROCESSOR_REVISION 5504 [2021-06-17T12:38:09.339Z] ProgramData C:\ProgramData [2021-06-17T12:38:09.339Z] ProgramFiles C:\Program Files [2021-06-17T12:38:09.339Z] ProgramFiles(x86) C:\Program Files (x86) [2021-06-17T12:38:09.339Z] ProgramW6432 C:\Program Files [2021-06-17T12:38:09.339Z] PROMPT $P$G [2021-06-17T12:38:09.339Z] PSExecutionPolicyPreference Bypass [2021-06-17T12:38:09.339Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-06-17T12:38:09.339Z] PUBLIC C:\Users\Public [2021-06-17T12:38:09.339Z] rootless true [2021-06-17T12:38:09.339Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42510/5/display/redirect?page=artif... [2021-06-17T12:38:09.339Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42510/5/display/redirect?page=changes [2021-06-17T12:38:09.339Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42510/5/display/redirect [2021-06-17T12:38:09.339Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42510/5/display/redirect?page=tests [2021-06-17T12:38:09.339Z] s390x false [2021-06-17T12:38:09.339Z] SKIP_VALIDATION_TESTS 1 [2021-06-17T12:38:09.339Z] SOURCES_DRIVE d [2021-06-17T12:38:09.339Z] SOURCES_SUBDIR gopath [2021-06-17T12:38:09.339Z] STAGE_NAME Run tests [2021-06-17T12:38:09.339Z] SystemDrive C: [2021-06-17T12:38:09.339Z] SystemRoot C:\Windows [2021-06-17T12:38:09.339Z] TEMP C:\Windows\TEMP [2021-06-17T12:38:09.339Z] TESTDEBUG 0 [2021-06-17T12:38:09.339Z] TESTRUN_DRIVE d [2021-06-17T12:38:09.339Z] TESTRUN_SUBDIR CI [2021-06-17T12:38:09.339Z] TIMEOUT 120m [2021-06-17T12:38:09.339Z] TMP C:\Windows\TEMP [2021-06-17T12:38:09.339Z] unit_validate true [2021-06-17T12:38:09.339Z] USERDOMAIN WORKGROUP [2021-06-17T12:38:09.339Z] USERNAME azwin-2-c6a1d0$ [2021-06-17T12:38:09.339Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-06-17T12:38:09.339Z] validate_force false [2021-06-17T12:38:09.339Z] windir C:\Windows [2021-06-17T12:38:09.339Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore/insider [2021-06-17T12:38:09.339Z] WINDOWS_BASE_IMAGE_TAG 10.0.20295.1 [2021-06-17T12:38:09.339Z] windows2022 true [2021-06-17T12:38:09.339Z] windowsRS1 false [2021-06-17T12:38:09.340Z] windowsRS5 false [2021-06-17T12:38:09.340Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-06-17T12:38:09.340Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-06-17T12:38:09.340Z] [2021-06-17T12:38:09.340Z] [2021-06-17T12:38:09.340Z] [2021-06-17T12:38:09.340Z] INFO: Sources under d:\gopath\... [2021-06-17T12:38:09.340Z] INFO: Test run under d:\CI\... [2021-06-17T12:38:09.791Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-06-17T12:38:09.791Z] INFO: docker/docker repository was found [2021-06-17T12:38:09.791Z] INFO: Pulling mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 from docker hub. This may take some time... [2021-06-17T12:38:10.746Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-06-17T12:38:10.746Z] 29d5b6a226d2: Pulling fs layer [2021-06-17T12:38:13.190Z] #57 226.4 + bin/containerd-shim-runc-v2 [2021-06-17T12:38:13.449Z] #57 227.1 + binaries [2021-06-17T12:38:13.449Z] #57 227.1 + install -D bin/containerd /build/containerd [2021-06-17T12:38:13.449Z] #57 227.1 + install -D bin/containerd-shim /build/containerd-shim [2021-06-17T12:38:13.449Z] #57 227.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-17T12:38:13.449Z] #57 227.1 + install -D bin/ctr /build/ctr [2021-06-17T12:38:15.984Z] #57 DONE 229.2s [2021-06-17T12:38:16.259Z] [2021-06-17T12:38:16.259Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-17T12:38:16.259Z] #58 sha256:09302d8e315fd326daee528a9b16fe61b45ac81e0cdab15814bff394d5f5bf92 [2021-06-17T12:38:17.218Z] #58 DONE 0.8s [2021-06-17T12:38:17.218Z] [2021-06-17T12:38:17.218Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-17T12:38:17.218Z] #62 sha256:027df23f5cecc59cb60a44ffc6d2eebe15206fbcdd661811b022577ee62ea9cd [2021-06-17T12:38:17.218Z] #62 DONE 0.2s [2021-06-17T12:38:17.218Z] [2021-06-17T12:38:17.218Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-17T12:38:17.218Z] #67 sha256:978851cc0a8f75aad2632cf0ee6708c4066476d6a18b5ebe5aff6c8cc891e978 [2021-06-17T12:38:17.787Z] #67 DONE 0.8s [2021-06-17T12:38:18.047Z] [2021-06-17T12:38:18.047Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-17T12:38:18.047Z] #68 sha256:ab73049a7d7045e7b69796d4b7fada22c4d68230c8df81f91132a2d16d7f7da1 [2021-06-17T12:38:18.047Z] #68 DONE 0.0s [2021-06-17T12:38:18.047Z] [2021-06-17T12:38:18.047Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-17T12:38:18.047Z] #69 sha256:3dfcd9123f1f8172dfdc0cda2e4b3a61dc8e755ccb749c79ba00e3dc0ebe6c9f [2021-06-17T12:38:18.984Z] #57 218.5 # github.com/containerd/containerd/cmd/containerd [2021-06-17T12:38:18.984Z] #57 218.5 /usr/bin/ld: /tmp/go-link-158699558/000019.o: in function `New': [2021-06-17T12:38:18.984Z] #57 218.5 /tmp/tmp.tINlEOqxNb/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-06-17T12:38:18.984Z] #57 218.5 + bin/containerd-stress [2021-06-17T12:38:18.984Z] #57 219.6 + bin/containerd-shim [2021-06-17T12:38:18.987Z] #69 DONE 1.1s [2021-06-17T12:38:18.987Z] [2021-06-17T12:38:18.987Z] #70 exporting to image [2021-06-17T12:38:18.987Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-17T12:38:18.987Z] #70 exporting layers [2021-06-17T12:38:19.849Z] #57 215.4 # github.com/containerd/containerd/cmd/containerd [2021-06-17T12:38:19.849Z] #57 215.4 /usr/bin/ld: /tmp/go-link-346089788/000019.o: in function `New': [2021-06-17T12:38:19.849Z] #57 215.4 /tmp/tmp.N4PsZOlj9B/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-06-17T12:38:19.849Z] #57 215.5 + bin/containerd-stress [2021-06-17T12:38:19.849Z] #57 216.6 + bin/containerd-shim [2021-06-17T12:38:24.022Z] #57 223.6 + bin/containerd-shim-runc-v1 [2021-06-17T12:38:24.237Z] #57 226.7 + bin/containerd-shim-runc-v1 [2021-06-17T12:38:25.563Z] #70 exporting layers 6.5s done [2021-06-17T12:38:25.563Z] #70 writing image sha256:2d37f5670ec95aa639a520e4493c61f33a33997465ccc4e99dacf37bec837ff2 done [2021-06-17T12:38:25.563Z] #70 naming to docker.io/library/docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 done [2021-06-17T12:38:25.563Z] #70 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-06-17T12:38:25.907Z] + trap exit INT TERM [2021-06-17T12:38:25.907Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-06-17T12:38:25.907Z] + CONTAINER_NAME=docker-pr5 [2021-06-17T12:38:25.907Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42510/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42510/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 -e DOCKER_GRAPHDRIVER docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 hack/make.sh dynbinary [2021-06-17T12:38:27.814Z] [2021-06-17T12:38:27.814Z] Removing bundles/ [2021-06-17T12:38:27.814Z] [2021-06-17T12:38:27.814Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-17T12:38:27.814Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-17T12:38:27.814Z] GOOS="" GOARCH="" GOARM="" [2021-06-17T12:38:29.273Z] #57 228.4 + bin/containerd-shim-runc-v2 [2021-06-17T12:38:29.273Z] #57 229.1 + binaries [2021-06-17T12:38:29.273Z] #57 229.1 + install -D bin/containerd /build/containerd [2021-06-17T12:38:29.273Z] #57 229.2 + install -D bin/containerd-shim /build/containerd-shim [2021-06-17T12:38:29.273Z] #57 229.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-17T12:38:29.273Z] #57 229.2 + install -D bin/ctr /build/ctr [2021-06-17T12:38:29.484Z] #57 231.6 + bin/containerd-shim-runc-v2 [2021-06-17T12:38:29.740Z] #57 232.3 + binaries [2021-06-17T12:38:29.740Z] #57 232.3 + install -D bin/containerd /build/containerd [2021-06-17T12:38:29.740Z] #57 232.3 + install -D bin/containerd-shim /build/containerd-shim [2021-06-17T12:38:29.740Z] #57 232.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-17T12:38:29.740Z] #57 232.3 + install -D bin/ctr /build/ctr [2021-06-17T12:38:31.158Z] #57 DONE 231.0s [2021-06-17T12:38:31.627Z] #57 DONE 234.5s [2021-06-17T12:38:31.721Z] [2021-06-17T12:38:31.721Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-17T12:38:31.721Z] #58 sha256:4ccc9eb2eb47bba5782173a94372e567baa770a4a96ebf1a9c34ddd1e441e645 [2021-06-17T12:38:31.976Z] #58 DONE 0.2s [2021-06-17T12:38:31.976Z] [2021-06-17T12:38:31.976Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-17T12:38:31.976Z] #62 sha256:cfed3d81d29a03cb240c30dd0fe48f8a68605be6d416580ac7448fe6ed6185f6 [2021-06-17T12:38:32.233Z] #62 DONE 0.2s [2021-06-17T12:38:32.233Z] [2021-06-17T12:38:32.233Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-17T12:38:32.233Z] #67 sha256:9593591ec22d24f34a9352f9c74f288864dcbcecfa34740b3499006d1562d216 [2021-06-17T12:38:32.794Z] #67 DONE 0.5s [2021-06-17T12:38:32.794Z] [2021-06-17T12:38:32.794Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-17T12:38:32.794Z] #68 sha256:35380dd4f91dbccd4777cdd8329f800c5e76d5a29040e60f69a4f86bc20b9d58 [2021-06-17T12:38:32.794Z] #68 DONE 0.0s [2021-06-17T12:38:32.794Z] [2021-06-17T12:38:32.794Z] #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-06-17T12:38:32.794Z] #69 sha256:a7b64bcbd7a414b225e16fe7fa920e2c7c35765ebb7287baee4fd7179f5af8a4 [2021-06-17T12:38:32.995Z] [2021-06-17T12:38:32.995Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-17T12:38:32.995Z] #58 sha256:8b46259358b86cdc8332f4f4f8a5a3e8083440cc22348cf5a48c081290cb71d2 [2021-06-17T12:38:33.355Z] #69 0.679 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-06-17T12:38:33.556Z] #58 DONE 0.9s [2021-06-17T12:38:33.556Z] [2021-06-17T12:38:33.556Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-17T12:38:33.556Z] #62 sha256:afac6d60ef19ebb4b59839e4e32c011903be9bea6d86ab4b52d32e914e101711 [2021-06-17T12:38:33.610Z] #69 0.766 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-17T12:38:33.611Z] #69 0.766 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-06-17T12:38:33.611Z] #69 0.858 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-17T12:38:33.811Z] #62 DONE 0.2s [2021-06-17T12:38:33.811Z] [2021-06-17T12:38:33.811Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-17T12:38:33.811Z] #67 sha256:6cccb2481239131b7edd4dbfb2fedd2c5b0a47eeaaea6bcfc49023a7f94e5476 [2021-06-17T12:38:34.429Z] #69 1.028 Reading package lists... [2021-06-17T12:38:34.737Z] #67 DONE 0.9s [2021-06-17T12:38:34.737Z] [2021-06-17T12:38:34.737Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-17T12:38:34.737Z] #68 sha256:c4209f10c4df212ba81d4477d91e8cbf55e3938d1f6f73b5a85f3286c7a12cd8 [2021-06-17T12:38:34.737Z] #68 DONE 0.0s [2021-06-17T12:38:34.737Z] [2021-06-17T12:38:34.737Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-17T12:38:34.737Z] #69 sha256:9b5d4b0213d748c023f076e471b4706d6e96722ac58f59d2ba5235624cd3aa7f [2021-06-17T12:38:34.776Z] ok github.com/docker/docker/libnetwork/networkdb 160.577s coverage: 60.6% of statements [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/rootless [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/volume [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-17T12:38:34.776Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === Skipped [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-06-17T12:38:34.776Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T12:38:34.776Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-06-17T12:38:34.776Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T12:38:34.776Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-06-17T12:38:34.776Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T12:38:34.776Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-06-17T12:38:34.776Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T12:38:34.776Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-06-17T12:38:34.776Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T12:38:34.776Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-06-17T12:38:34.776Z] graphtest_unix.go:73: No driver to put! [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-06-17T12:38:34.776Z] time="2021-06-17T12:34:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-17T12:38:34.776Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-17T12:38:34.776Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-06-17T12:38:34.776Z] time="2021-06-17T12:34:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-17T12:38:34.776Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-17T12:38:34.776Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-06-17T12:38:34.776Z] time="2021-06-17T12:34:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-17T12:38:34.776Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-17T12:38:34.776Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-06-17T12:38:34.776Z] time="2021-06-17T12:34:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-17T12:38:34.776Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-17T12:38:34.776Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-06-17T12:38:34.776Z] time="2021-06-17T12:34:58Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-17T12:38:34.776Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-17T12:38:34.776Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-06-17T12:38:34.776Z] graphtest_unix.go:73: No driver to put! [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-06-17T12:38:34.776Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-06-17T12:38:34.776Z] overlay_test.go:49: Fails to compute changes intermittently [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-06-17T12:38:34.776Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-06-17T12:38:34.776Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-06-17T12:38:34.776Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T12:38:34.776Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-06-17T12:38:34.776Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T12:38:34.776Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-06-17T12:38:34.776Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T12:38:34.776Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-06-17T12:38:34.776Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T12:38:34.776Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-06-17T12:38:34.776Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T12:38:34.776Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-06-17T12:38:34.776Z] graphtest_unix.go:73: No driver to put! [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: libnetwork/api TestJoinLeave (0.00s) [2021-06-17T12:38:34.776Z] api_linux_test.go:1247: This test fails on arm64 foor some reason... this need to be fixed [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: libnetwork/cmd/proxy TestTCP6Proxy (0.00s) [2021-06-17T12:38:34.776Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: libnetwork/cmd/proxy TestTCPDualStackProxy (0.00s) [2021-06-17T12:38:34.776Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: libnetwork/cmd/proxy TestUDP6Proxy (0.00s) [2021-06-17T12:38:34.776Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: libnetwork/cmd/proxy TestSCTP6Proxy (0.00s) [2021-06-17T12:38:34.776Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-06-17T12:38:34.776Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-06-17T12:38:34.776Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-06-17T12:38:34.776Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-06-17T12:38:34.776Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T12:38:34.776Z] [2021-06-17T12:38:34.776Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-06-17T12:38:34.777Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T12:38:34.777Z] [2021-06-17T12:38:34.777Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-06-17T12:38:34.777Z] firewalld_test.go:13: firewalld is not running [2021-06-17T12:38:34.777Z] [2021-06-17T12:38:34.777Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-06-17T12:38:34.777Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-06-17T12:38:34.777Z] [2021-06-17T12:38:34.777Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-06-17T12:38:34.777Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-06-17T12:38:34.777Z] [2021-06-17T12:38:34.777Z] [2021-06-17T12:38:34.777Z] DONE 2656 tests, 35 skipped in 374.659s Post stage [Pipeline] junit [2021-06-17T12:38:34.790Z] Recording test results [2021-06-17T12:38:34.943Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [2021-06-17T12:38:34.992Z] #69 1.675 Reading package lists... [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-17T12:38:35.247Z] #69 2.310 Building dependency tree... [2021-06-17T12:38:35.247Z] #69 2.444 Reading state information... [2021-06-17T12:38:35.247Z] #69 2.557 The following additional packages will be installed: [2021-06-17T12:38:35.302Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42510/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 -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:c21eaf9a0766942ae625e5852313bfb569dd8e31 hack/make.sh dynbinary test-integration [2021-06-17T12:38:35.503Z] #69 2.558 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2021-06-17T12:38:35.503Z] #69 2.558 libpam-systemd [2021-06-17T12:38:35.503Z] #69 2.558 Suggested packages: [2021-06-17T12:38:35.503Z] #69 2.558 systemd-container policykit-1 [2021-06-17T12:38:35.503Z] #69 2.558 Recommended packages: [2021-06-17T12:38:35.503Z] #69 2.558 libnss-systemd [2021-06-17T12:38:35.503Z] #69 2.638 The following NEW packages will be installed: [2021-06-17T12:38:35.503Z] #69 2.639 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2021-06-17T12:38:35.503Z] #69 2.639 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [2021-06-17T12:38:35.759Z] #69 2.905 0 upgraded, 11 newly installed, 0 to remove and 1 not upgraded. [2021-06-17T12:38:35.759Z] #69 2.905 Need to get 4762 kB of archives. [2021-06-17T12:38:35.759Z] #69 2.905 After this operation, 16.6 MB of additional disk space will be used. [2021-06-17T12:38:35.759Z] #69 2.905 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-06-17T12:38:35.759Z] #69 2.907 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-06-17T12:38:35.759Z] #69 2.908 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2021-06-17T12:38:35.759Z] #69 2.911 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2021-06-17T12:38:35.759Z] #69 2.913 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2021-06-17T12:38:35.759Z] #69 2.914 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB] [2021-06-17T12:38:35.759Z] #69 2.953 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB] [2021-06-17T12:38:35.759Z] #69 2.954 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB] [2021-06-17T12:38:35.759Z] #69 2.956 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2021-06-17T12:38:35.759Z] #69 2.958 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB] [2021-06-17T12:38:35.759Z] #69 2.961 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-06-17T12:38:35.759Z] #69 3.078 debconf: delaying package configuration, since apt-utils is not installed [2021-06-17T12:38:35.759Z] #69 3.101 Fetched 4762 kB in 0s (15.3 MB/s) [2021-06-17T12:38:35.759Z] #69 3.127 Selecting previously unselected package libargon2-1:amd64. [2021-06-17T12:38:35.759Z] #69 3.127 (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-06-17T12:38:35.759Z] #69 3.138 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-06-17T12:38:35.759Z] #69 3.143 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-06-17T12:38:35.759Z] #69 3.174 Selecting previously unselected package libjson-c3:amd64. [2021-06-17T12:38:35.759Z] #69 3.174 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2021-06-17T12:38:35.759Z] #69 3.178 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-06-17T12:38:36.015Z] #69 3.211 Selecting previously unselected package libcryptsetup12:amd64. [2021-06-17T12:38:36.015Z] #69 3.211 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2021-06-17T12:38:36.015Z] #69 3.215 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-06-17T12:38:36.015Z] #69 3.260 Selecting previously unselected package libidn11:amd64. [2021-06-17T12:38:36.015Z] #69 3.260 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2021-06-17T12:38:36.015Z] #69 3.264 Unpacking libidn11:amd64 (1.33-2.2) ... [2021-06-17T12:38:36.015Z] #69 3.306 Selecting previously unselected package libkmod2:amd64. [2021-06-17T12:38:36.015Z] #69 3.306 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2021-06-17T12:38:36.103Z] #69 DONE 1.3s [2021-06-17T12:38:36.103Z] [2021-06-17T12:38:36.103Z] #70 exporting to image [2021-06-17T12:38:36.103Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-17T12:38:36.103Z] #70 exporting layers [2021-06-17T12:38:36.242Z] [2021-06-17T12:38:36.242Z] Removing bundles/ [2021-06-17T12:38:36.242Z] [2021-06-17T12:38:36.242Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-17T12:38:36.242Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-17T12:38:36.242Z] GOOS="" GOARCH="" GOARM="" [2021-06-17T12:38:36.272Z] #69 3.309 Unpacking libkmod2:amd64 (26-1) ... [2021-06-17T12:38:36.272Z] #69 3.348 Selecting previously unselected package systemd. [2021-06-17T12:38:36.272Z] #69 3.348 Preparing to unpack .../5-systemd_241-7~deb10u7_amd64.deb ... [2021-06-17T12:38:36.272Z] #69 3.384 Unpacking systemd (241-7~deb10u7) ... [2021-06-17T12:38:36.527Z] #69 3.774 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-06-17T12:38:36.527Z] #69 3.783 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-06-17T12:38:36.527Z] #69 3.793 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-06-17T12:38:36.528Z] #69 3.801 Setting up libidn11:amd64 (1.33-2.2) ... [2021-06-17T12:38:36.528Z] #69 3.810 Setting up libkmod2:amd64 (26-1) ... [2021-06-17T12:38:36.528Z] #69 3.819 Setting up systemd (241-7~deb10u7) ... [2021-06-17T12:38:36.528Z] #69 3.858 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-06-17T12:38:36.783Z] #69 3.860 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-06-17T12:38:36.783Z] #69 3.864 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-06-17T12:38:36.783Z] #69 3.864 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-06-17T12:38:37.038Z] #69 4.219 Selecting previously unselected package systemd-sysv. [2021-06-17T12:38:37.038Z] #69 4.219 (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-06-17T12:38:37.038Z] #69 4.234 Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ... [2021-06-17T12:38:37.038Z] #69 4.239 Unpacking systemd-sysv (241-7~deb10u7) ... [2021-06-17T12:38:37.038Z] #69 4.278 Selecting previously unselected package libdbus-1-3:amd64. [2021-06-17T12:38:37.038Z] #69 4.278 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2021-06-17T12:38:37.038Z] #69 4.281 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-06-17T12:38:37.038Z] #69 4.337 Selecting previously unselected package dbus. [2021-06-17T12:38:37.038Z] #69 4.337 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2021-06-17T12:38:37.038Z] #69 4.348 Unpacking dbus (1.12.20-0+deb10u1) ... [2021-06-17T12:38:37.038Z] #69 4.400 Selecting previously unselected package libpam-systemd:amd64. [2021-06-17T12:38:37.293Z] #69 4.403 Preparing to unpack .../libpam-systemd_241-7~deb10u7_amd64.deb ... [2021-06-17T12:38:37.293Z] #69 4.406 Unpacking libpam-systemd:amd64 (241-7~deb10u7) ... [2021-06-17T12:38:37.293Z] #69 4.446 Selecting previously unselected package dbus-user-session. [2021-06-17T12:38:37.293Z] #69 4.446 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2021-06-17T12:38:37.293Z] #69 4.449 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2021-06-17T12:38:37.293Z] #69 4.487 Setting up systemd-sysv (241-7~deb10u7) ... [2021-06-17T12:38:37.293Z] #69 4.497 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-06-17T12:38:37.293Z] #69 4.506 Setting up dbus (1.12.20-0+deb10u1) ... [2021-06-17T12:38:37.293Z] #69 4.610 invoke-rc.d: could not determine current runlevel [2021-06-17T12:38:37.293Z] #69 4.612 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-17T12:38:37.293Z] #69 4.616 Setting up libpam-systemd:amd64 (241-7~deb10u7) ... [2021-06-17T12:38:37.293Z] #69 4.720 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2021-06-17T12:38:37.549Z] #69 4.733 Processing triggers for systemd (241-7~deb10u7) ... [2021-06-17T12:38:37.549Z] #69 4.740 Processing triggers for libc-bin (2.28-10) ... [2021-06-17T12:38:37.549Z] #69 DONE 4.9s [2021-06-17T12:38:37.805Z] [2021-06-17T12:38:37.805Z] #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-06-17T12:38:37.806Z] #70 sha256:19a9575f9251db42b65791adfede7bc47a10df21c51afd13a8657ab0a8a069b3 [2021-06-17T12:38:38.062Z] #70 0.448 % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-17T12:38:38.062Z] #70 0.450 Dload Upload Total Spent Left Speed [2021-06-17T12:38:38.062Z] #70 0.451 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 20483 0 --:--:-- --:--:-- --:--:-- 20255 100 1823 100 1823 0 0 20255 0 --:--:-- --:--:-- --:--:-- 20032 [2021-06-17T12:38:38.062Z] #70 DONE 0.6s [2021-06-17T12:38:38.321Z] [2021-06-17T12:38:38.321Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-17T12:38:38.321Z] #71 sha256:c218856007bb98e4914068395f8e2d1331da7037817b4a03aeb4bf5abbdafc7d [2021-06-17T12:38:39.248Z] #71 DONE 0.8s [2021-06-17T12:38:39.248Z] [2021-06-17T12:38:39.248Z] #72 exporting to image [2021-06-17T12:38:39.248Z] #72 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-17T12:38:39.248Z] #72 exporting layers [2021-06-17T12:38:42.643Z] #70 exporting layers 6.5s done [2021-06-17T12:38:42.643Z] #70 writing image sha256:bfbedc355eb874f942404580c245c42423364873f51363f9c532219f867d325d done [2021-06-17T12:38:42.643Z] #70 naming to docker.io/library/docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 done [2021-06-17T12:38:42.643Z] #70 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-17T12:38:42.978Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42510/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 -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:c21eaf9a0766942ae625e5852313bfb569dd8e31 hack/make.sh dynbinary test-integration [2021-06-17T12:38:44.345Z] [2021-06-17T12:38:44.345Z] Removing bundles/ [2021-06-17T12:38:44.345Z] [2021-06-17T12:38:44.345Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-17T12:38:44.345Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-17T12:38:44.345Z] GOOS="" GOARCH="" GOARM="" [2021-06-17T12:38:45.805Z] #72 exporting layers 6.7s done [2021-06-17T12:38:45.805Z] #72 writing image sha256:5756d4f35c56248b92b5007016b060cfba7b8d58f83f92bb190becabc8424b18 done [2021-06-17T12:38:45.805Z] #72 naming to docker.io/library/docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 done [2021-06-17T12:38:45.805Z] #72 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-17T12:38:46.184Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42510/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 -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:c21eaf9a0766942ae625e5852313bfb569dd8e31 hack/make.sh dynbinary test-integration [2021-06-17T12:38:48.073Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-06-17T12:38:48.073Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-06-17T12:38:48.073Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-06-17T12:38:48.073Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-06-17T12:38:48.073Z] 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-06-17T12:38:48.073Z] Detected virtualization docker. [2021-06-17T12:38:48.073Z] Detected architecture x86-64. [2021-06-17T12:38:48.073Z] Set hostname to . [2021-06-17T12:38:48.328Z] + source /etc/docker-entrypoint-cmd [2021-06-17T12:38:48.328Z] ++ hack/make.sh dynbinary test-integration [2021-06-17T12:38:48.328Z] [2021-06-17T12:38:48.584Z] Removing bundles/ [2021-06-17T12:38:48.584Z] [2021-06-17T12:38:48.584Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-17T12:38:48.584Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-17T12:38:48.584Z] GOOS="" GOARCH="" GOARM="" [2021-06-17T12:39:07.155Z] INFO [loader] Go packages loading at mode 575 (files|name|exports_file|deps|imports|types_sizes|compiled_files) took 2m16.017176249s [2021-06-17T12:39:07.155Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 546.186495ms [2021-06-17T12:39:57.728Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-17T12:39:57.728Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-17T12:39:57.728Z] GOOS="" GOARCH="" GOARM="" [2021-06-17T12:39:57.728Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-17T12:39:57.728Z] [2021-06-17T12:39:57.728Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-17T12:39:57.728Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-17T12:39:57.728Z] HOSTNAME=47163d5befbc [2021-06-17T12:39:57.728Z] TESTDEBUG=0 [2021-06-17T12:39:57.728Z] DEST=bundles/test-integration [2021-06-17T12:39:57.728Z] PWD=/go/src/github.com/docker/docker [2021-06-17T12:39:57.728Z] DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:39:57.728Z] container=docker [2021-06-17T12:39:57.728Z] HOME=/root [2021-06-17T12:39:57.728Z] GOLANG_VERSION=1.16.5 [2021-06-17T12:39:57.728Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-17T12:39:57.728Z] VALIDATE_BRANCH=master [2021-06-17T12:39:57.728Z] TERM=xterm [2021-06-17T12:39:57.728Z] DOCKER_PKG=github.com/docker/docker [2021-06-17T12:39:57.728Z] SHLVL=1 [2021-06-17T12:39:57.728Z] TIMEOUT=120m [2021-06-17T12:39:57.728Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-17T12:39:57.728Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-17T12:39:57.728Z] GO111MODULE=off [2021-06-17T12:39:57.728Z] DOCKER_EXPERIMENTAL=1 [2021-06-17T12:39:57.728Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-17T12:39:57.728Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-17T12:39:57.728Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-17T12:39:57.728Z] GOPATH=/go [2021-06-17T12:39:57.728Z] PKG_CONFIG=pkg-config [2021-06-17T12:39:57.728Z] _=/usr/bin/env [2021-06-17T12:39:57.728Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-17T12:40:04.298Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-17T12:40:04.298Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-17T12:40:04.298Z] GOOS="" GOARCH="" GOARM="" [2021-06-17T12:40:04.298Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-17T12:40:04.298Z] [2021-06-17T12:40:04.298Z] + TEST_INTEGRATION_DEST=1 [2021-06-17T12:40:04.298Z] + CONTAINER_NAME=docker-pr5-1 [2021-06-17T12:40:04.298Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-06-17T12:40:04.298Z] + run_tests test-integration-flaky [2021-06-17T12:40:04.298Z] + '[' -n 0 ']' [2021-06-17T12:40:04.298Z] + rm= [2021-06-17T12:40:04.298Z] + c=0 [2021-06-17T12:40:04.298Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42510/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42510/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42510/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 hack/make.sh test-integration-flaky test-integration [2021-06-17T12:40:04.298Z] + TEST_INTEGRATION_DEST=3 [2021-06-17T12:40:04.298Z] + CONTAINER_NAME=docker-pr5-3 [2021-06-17T12:40:04.298Z] + TEST_SKIP_INTEGRATION=1 [2021-06-17T12:40:04.298Z] ++ jobs -p [2021-06-17T12:40:04.298Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-06-17T12:40:04.298Z] + run_tests [2021-06-17T12:40:04.298Z] + '[' -n 0 ']' [2021-06-17T12:40:04.298Z] + rm= [2021-06-17T12:40:04.298Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42510/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42510/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42510/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 hack/make.sh '' test-integration [2021-06-17T12:40:04.298Z] + TEST_INTEGRATION_DEST=2 [2021-06-17T12:40:04.298Z] + CONTAINER_NAME=docker-pr5-2 [2021-06-17T12:40:04.298Z] + TEST_SKIP_INTEGRATION=1 [2021-06-17T12:40:04.298Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-06-17T12:40:04.298Z] + run_tests [2021-06-17T12:40:04.298Z] + '[' -n 0 ']' [2021-06-17T12:40:04.298Z] + rm= [2021-06-17T12:40:04.298Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42510/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42510/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42510/.git:/go/src/github.com/docker/docker/.git --name docker-pr5-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 hack/make.sh '' test-integration [2021-06-17T12:40:04.298Z] + for job in $(jobs -p) [2021-06-17T12:40:04.298Z] + wait 3800 [2021-06-17T12:40:04.298Z] [2021-06-17T12:40:04.298Z] [2021-06-17T12:40:04.298Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-06-17T12:40:04.298Z] [2021-06-17T12:40:04.298Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-17T12:40:04.298Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-17T12:40:04.298Z] HOSTNAME=3eff5926faed [2021-06-17T12:40:04.298Z] TEST_SKIP_INTEGRATION=1 [2021-06-17T12:40:04.298Z] TESTDEBUG=0 [2021-06-17T12:40:04.298Z] DEST=bundles/test-integration [2021-06-17T12:40:04.298Z] PWD=/go/src/github.com/docker/docker [2021-06-17T12:40:04.298Z] KEEPBUNDLE=1 [2021-06-17T12:40:04.298Z] DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:40:04.298Z] container=docker [2021-06-17T12:40:04.298Z] HOME=/root [2021-06-17T12:40:04.298Z] GOLANG_VERSION=1.16.5 [2021-06-17T12:40:04.298Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-17T12:40:04.298Z] VALIDATE_BRANCH=master [2021-06-17T12:40:04.298Z] TERM=xterm [2021-06-17T12:40:04.298Z] DOCKER_PKG=github.com/docker/docker [2021-06-17T12:40:04.298Z] SHLVL=1 [2021-06-17T12:40:04.298Z] TIMEOUT=120m [2021-06-17T12:40:04.298Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-17T12:40:04.298Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-17T12:40:04.298Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-06-17T12:40:04.298Z] GO111MODULE=off [2021-06-17T12:40:04.298Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-17T12:40:04.298Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-17T12:40:04.298Z] GOPATH=/go [2021-06-17T12:40:04.298Z] PKG_CONFIG=pkg-config [2021-06-17T12:40:04.298Z] _=/usr/bin/env [2021-06-17T12:40:04.298Z] Building test suite binary ./integration-cli/test.main [2021-06-17T12:40:04.298Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-17T12:40:04.298Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-17T12:40:04.298Z] HOSTNAME=8c2b07e5b721 [2021-06-17T12:40:04.298Z] TEST_SKIP_INTEGRATION=1 [2021-06-17T12:40:04.298Z] TESTDEBUG=0 [2021-06-17T12:40:04.298Z] DEST=bundles/test-integration [2021-06-17T12:40:04.298Z] PWD=/go/src/github.com/docker/docker [2021-06-17T12:40:04.298Z] KEEPBUNDLE=1 [2021-06-17T12:40:04.298Z] DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:40:04.298Z] container=docker [2021-06-17T12:40:04.298Z] HOME=/root [2021-06-17T12:40:04.298Z] GOLANG_VERSION=1.16.5 [2021-06-17T12:40:04.298Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-17T12:40:04.298Z] VALIDATE_BRANCH=master [2021-06-17T12:40:04.298Z] TERM=xterm [2021-06-17T12:40:04.298Z] DOCKER_PKG=github.com/docker/docker [2021-06-17T12:40:04.298Z] SHLVL=1 [2021-06-17T12:40:04.298Z] TIMEOUT=120m [2021-06-17T12:40:04.298Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-17T12:40:04.298Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-17T12:40:04.298Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-06-17T12:40:04.298Z] GO111MODULE=off [2021-06-17T12:40:04.298Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-17T12:40:04.298Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-17T12:40:04.298Z] GOPATH=/go [2021-06-17T12:40:04.298Z] PKG_CONFIG=pkg-config [2021-06-17T12:40:04.298Z] _=/usr/bin/env [2021-06-17T12:40:04.298Z] Building test suite binary ./integration-cli/test.main [2021-06-17T12:40:04.298Z] No new tests added to integration. [2021-06-17T12:40:04.298Z] [2021-06-17T12:40:04.298Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-17T12:40:04.298Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-17T12:40:04.298Z] HOSTNAME=a0c9bf07180e [2021-06-17T12:40:04.298Z] TESTDEBUG=0 [2021-06-17T12:40:04.298Z] DEST=bundles/test-integration [2021-06-17T12:40:04.298Z] PWD=/go/src/github.com/docker/docker [2021-06-17T12:40:04.298Z] KEEPBUNDLE=1 [2021-06-17T12:40:04.298Z] DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:40:04.298Z] container=docker [2021-06-17T12:40:04.298Z] HOME=/root [2021-06-17T12:40:04.298Z] GOLANG_VERSION=1.16.5 [2021-06-17T12:40:04.298Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-17T12:40:04.298Z] VALIDATE_BRANCH=master [2021-06-17T12:40:04.298Z] TERM=xterm [2021-06-17T12:40:04.298Z] DOCKER_PKG=github.com/docker/docker [2021-06-17T12:40:04.298Z] SHLVL=1 [2021-06-17T12:40:04.298Z] TIMEOUT=120m [2021-06-17T12:40:04.298Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-17T12:40:04.298Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-17T12:40:04.298Z] GO111MODULE=off [2021-06-17T12:40:04.298Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-17T12:40:04.298Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-17T12:40:04.298Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-17T12:40:04.298Z] GOPATH=/go [2021-06-17T12:40:04.298Z] PKG_CONFIG=pkg-config [2021-06-17T12:40:04.298Z] _=/usr/bin/env [2021-06-17T12:40:04.298Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-17T12:40:20.737Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-17T12:40:20.737Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-17T12:40:20.737Z] GOOS="" GOARCH="" GOARM="" [2021-06-17T12:40:20.737Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-17T12:40:20.737Z] [2021-06-17T12:40:20.737Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-17T12:40:20.737Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-17T12:40:20.737Z] HOSTNAME=4b65d64baea3 [2021-06-17T12:40:20.737Z] DEST=bundles/test-integration [2021-06-17T12:40:20.737Z] PWD=/go/src/github.com/docker/docker [2021-06-17T12:40:20.737Z] DOCKER_ROOTLESS=1 [2021-06-17T12:40:20.737Z] DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:40:20.737Z] container=docker [2021-06-17T12:40:20.737Z] HOME=/root [2021-06-17T12:40:20.737Z] GOLANG_VERSION=1.16.5 [2021-06-17T12:40:20.737Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-17T12:40:20.737Z] VALIDATE_BRANCH=master [2021-06-17T12:40:20.737Z] TERM=xterm [2021-06-17T12:40:20.737Z] DOCKER_PKG=github.com/docker/docker [2021-06-17T12:40:20.737Z] SHLVL=1 [2021-06-17T12:40:20.737Z] TIMEOUT=120m [2021-06-17T12:40:20.737Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-17T12:40:20.737Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-17T12:40:20.737Z] GO111MODULE=off [2021-06-17T12:40:20.737Z] DOCKER_EXPERIMENTAL=1 [2021-06-17T12:40:20.737Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-17T12:40:20.737Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-17T12:40:20.737Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-17T12:40:20.737Z] GOPATH=/go [2021-06-17T12:40:20.737Z] PKG_CONFIG=pkg-config [2021-06-17T12:40:20.737Z] _=/usr/bin/env [2021-06-17T12:40:20.737Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-17T12:40:22.248Z] 29d5b6a226d2: Verifying Checksum [2021-06-17T12:40:22.248Z] 29d5b6a226d2: Download complete [2021-06-17T12:40:24.970Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-17T12:40:24.970Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-17T12:40:24.970Z] GOOS="" GOARCH="" GOARM="" [2021-06-17T12:40:24.970Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-17T12:40:24.970Z] [2021-06-17T12:40:24.970Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-17T12:40:24.970Z] DOCKER_SYSTEMD=1 [2021-06-17T12:40:24.970Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-17T12:40:24.970Z] HOSTNAME=b36bb5bcdefe [2021-06-17T12:40:24.970Z] DEST=bundles/test-integration [2021-06-17T12:40:24.970Z] PWD=/go/src/github.com/docker/docker [2021-06-17T12:40:24.970Z] DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 [2021-06-17T12:40:24.970Z] container=docker [2021-06-17T12:40:24.970Z] HOME=/root [2021-06-17T12:40:24.970Z] LANG=C.UTF-8 [2021-06-17T12:40:24.970Z] INVOCATION_ID=22c4098345784fe79ec613f58af523c3 [2021-06-17T12:40:24.970Z] GOLANG_VERSION=1.16.5 [2021-06-17T12:40:24.970Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-17T12:40:24.970Z] VALIDATE_BRANCH=master [2021-06-17T12:40:24.970Z] TERM=xterm [2021-06-17T12:40:24.970Z] DOCKER_PKG=github.com/docker/docker [2021-06-17T12:40:24.970Z] SHLVL=3 [2021-06-17T12:40:24.970Z] TIMEOUT=120m [2021-06-17T12:40:24.970Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-17T12:40:24.970Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-17T12:40:24.970Z] GO111MODULE=off [2021-06-17T12:40:24.970Z] DOCKER_EXPERIMENTAL=1 [2021-06-17T12:40:24.970Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-17T12:40:24.970Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-17T12:40:24.970Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-17T12:40:24.970Z] GOPATH=/go [2021-06-17T12:40:24.970Z] PKG_CONFIG=pkg-config [2021-06-17T12:40:24.970Z] _=/usr/bin/env [2021-06-17T12:40:24.970Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-17T12:40:28.581Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m36.649114923s with top 10 stages: buildssa: 1m44.362308084s, goimports: 24.282818305s, unconvert: 14.99068806s, gosec: 12.39378574s, golint: 7.80409621s, ineffassign: 5.449931687s, misspell: 4.906556366s, inspect: 4.78479913s, vrp: 3.198543314s, printf: 2.42843257s [2021-06-17T12:40:50.558Z] INFO [runner/unused/goanalysis] analyzers took 35.20781254s with top 10 stages: buildssa: 30.131489287s, U1000: 5.076323253s [2021-06-17T12:40:50.558Z] INFO [runner] Issues before processing: 2884, after processing: 0 [2021-06-17T12:40:50.558Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2309/2309, path_prettifier: 2309/2309, autogenerated_exclude: 1920/2309, exclude-rules: 78/1920, nolint: 0/78, cgo: 2309/2884, identifier_marker: 1920/1920, exclude: 1920/1920, skip_files: 2309/2309, skip_dirs: 2309/2309 [2021-06-17T12:40:50.558Z] INFO [runner] processing took 378.131978ms with stages: nolint: 139.212295ms, identifier_marker: 119.329074ms, path_prettifier: 59.607614ms, autogenerated_exclude: 33.792952ms, exclude-rules: 19.011914ms, skip_dirs: 4.190579ms, cgo: 2.262302ms, filename_unadjuster: 719.131µs, max_same_issues: 2.001µs, uniq_by_line: 760ns, diff: 661ns, skip_files: 547ns, source_code: 520ns, exclude: 500ns, max_from_linter: 437ns, path_shortener: 405ns, max_per_file_from_linter: 286ns [2021-06-17T12:40:50.558Z] INFO [runner] linters took 1m48.334505809s with stages: goanalysis_metalinter: 1m22.731424115s, unused: 25.224533051s [2021-06-17T12:40:50.558Z] INFO File cache stats: 1699 entries of total size 8.6MiB [2021-06-17T12:40:50.558Z] INFO Memory: 2451 samples, avg is 507.3MB, max is 4434.5MB [2021-06-17T12:40:50.558Z] INFO Execution took 4m4.90734802s [2021-06-17T12:40:51.124Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-06-17T12:40:52.043Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42510/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 hack/make.sh dynbinary test-docker-py [2021-06-17T12:40:52.608Z] [2021-06-17T12:40:52.608Z] Removing bundles/ [2021-06-17T12:40:52.608Z] [2021-06-17T12:40:52.608Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-17T12:40:52.608Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-17T12:40:52.608Z] GOOS="" GOARCH="" GOARM="" [2021-06-17T12:40:59.436Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-17T12:40:59.999Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-17T12:41:03.636Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-17T12:41:03.636Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-17T12:41:26.502Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-17T12:41:30.134Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-17T12:41:34.225Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-17T12:41:34.225Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-17T12:41:38.669Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-17T12:41:38.669Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-17T12:41:39.230Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-17T12:41:40.077Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-17T12:41:40.157Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-17T12:41:40.157Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-17T12:41:40.333Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-17T12:41:41.263Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-17T12:41:41.522Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-17T12:41:41.825Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-17T12:41:42.086Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-17T12:41:43.451Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-17T12:41:44.792Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-17T12:41:45.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-17T12:41:45.967Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-17T12:41:46.283Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-17T12:41:46.844Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-17T12:41:47.332Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-17T12:41:47.772Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-17T12:41:48.126Z] 29d5b6a226d2: Pull complete [2021-06-17T12:41:48.126Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-06-17T12:41:48.126Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T12:41:48.126Z] mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T12:41:48.126Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 completed successfully [2021-06-17T12:41:48.126Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore [2021-06-17T12:41:48.126Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20295.1' [2021-06-17T12:41:48.126Z] INFO: Docker version of control daemon [2021-06-17T12:41:48.126Z] [2021-06-17T12:41:48.126Z] Client: Mirantis Container Runtime [2021-06-17T12:41:48.126Z] Version: 20.10.0 [2021-06-17T12:41:48.126Z] API version: 1.41 [2021-06-17T12:41:48.126Z] Go version: go1.13.15 [2021-06-17T12:41:48.126Z] Git commit: 6ee42dc [2021-06-17T12:41:48.126Z] Built: 03/11/2021 13:24:56 [2021-06-17T12:41:48.126Z] OS/Arch: windows/amd64 [2021-06-17T12:41:48.126Z] Context: default [2021-06-17T12:41:48.126Z] Experimental: true [2021-06-17T12:41:48.126Z] [2021-06-17T12:41:48.126Z] Server: Mirantis Container Runtime [2021-06-17T12:41:48.126Z] Engine: [2021-06-17T12:41:48.126Z] Version: 20.10.0 [2021-06-17T12:41:48.126Z] API version: 1.41 (minimum version 1.24) [2021-06-17T12:41:48.126Z] Go version: go1.13.15 [2021-06-17T12:41:48.126Z] Git commit: 1e08f21e79 [2021-06-17T12:41:48.126Z] Built: 03/11/2021 13:23:32 [2021-06-17T12:41:48.126Z] OS/Arch: windows/amd64 [2021-06-17T12:41:48.126Z] Experimental: true [2021-06-17T12:41:48.126Z] [2021-06-17T12:41:48.126Z] INFO: Docker info of control daemon [2021-06-17T12:41:48.126Z] [2021-06-17T12:41:48.126Z] Client: [2021-06-17T12:41:48.126Z] Context: default [2021-06-17T12:41:48.126Z] Debug Mode: false [2021-06-17T12:41:48.126Z] Plugins: [2021-06-17T12:41:48.126Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-17T12:41:48.126Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-17T12:41:48.126Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-17T12:41:48.126Z] [2021-06-17T12:41:48.126Z] Server: [2021-06-17T12:41:48.126Z] Containers: 0 [2021-06-17T12:41:48.126Z] Running: 0 [2021-06-17T12:41:48.126Z] Paused: 0 [2021-06-17T12:41:48.126Z] Stopped: 0 [2021-06-17T12:41:48.126Z] Images: 1 [2021-06-17T12:41:48.126Z] Server Version: 20.10.0 [2021-06-17T12:41:48.126Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-17T12:41:48.126Z] Windows: [2021-06-17T12:41:48.126Z] LCOW: [2021-06-17T12:41:48.126Z] Logging Driver: json-file [2021-06-17T12:41:48.126Z] Plugins: [2021-06-17T12:41:48.126Z] Volume: local [2021-06-17T12:41:48.126Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-17T12:41:48.126Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-17T12:41:48.126Z] Swarm: inactive [2021-06-17T12:41:48.126Z] Default Isolation: process [2021-06-17T12:41:48.126Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-17T12:41:48.126Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-17T12:41:48.126Z] OSType: windows [2021-06-17T12:41:48.126Z] Architecture: x86_64 [2021-06-17T12:41:48.126Z] CPUs: 4 [2021-06-17T12:41:48.126Z] Total Memory: 32GiB [2021-06-17T12:41:48.126Z] Name: azwin-2-c6a1d0 [2021-06-17T12:41:48.126Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-06-17T12:41:48.126Z] Docker Root Dir: D:\docker [2021-06-17T12:41:48.126Z] Debug Mode: false [2021-06-17T12:41:48.126Z] Registry: https://index.docker.io/v1/ [2021-06-17T12:41:48.126Z] Labels: [2021-06-17T12:41:48.126Z] Experimental: true [2021-06-17T12:41:48.126Z] Insecure Registries: [2021-06-17T12:41:48.126Z] 10.0.0.4:5000 [2021-06-17T12:41:48.126Z] 127.0.0.0/8 [2021-06-17T12:41:48.126Z] Registry Mirrors: [2021-06-17T12:41:48.126Z] http://10.0.0.4:5000/ [2021-06-17T12:41:48.126Z] Live Restore Enabled: false [2021-06-17T12:41:48.126Z] [2021-06-17T12:41:48.126Z] [2021-06-17T12:41:48.126Z] INFO: Commit hash is c21eaf9a07 [2021-06-17T12:41:48.126Z] INFO: Nuke-Everything... [2021-06-17T12:41:48.126Z] INFO: Container count on control daemon to delete is 0 [2021-06-17T12:41:48.126Z] INFO: Nuking d:\CI [2021-06-17T12:41:48.126Z] INFO: Zapped successfully [2021-06-17T12:41:48.126Z] INFO: Location for testing is d:\CI\PR-42510\5 [2021-06-17T12:41:48.126Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-06-17T12:41:48.126Z] [2021-06-17T12:41:48.126Z] [2021-06-17T12:41:48.126Z] INFO: Building the image from Dockerfile.windows at 06/17/2021 12:41:41... [2021-06-17T12:41:48.126Z] [2021-06-17T12:41:48.126Z] Sending build context to Docker daemon 61.04MB [2021-06-17T12:41:48.126Z] [2021-06-17T12:41:48.126Z] Step 1/10 : FROM microsoft/windowsservercore [2021-06-17T12:41:48.126Z] ---> 39d157a84080 [2021-06-17T12:41:48.126Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-06-17T12:41:48.126Z] ---> Running in c63d72bdefff [2021-06-17T12:41:48.126Z] Removing intermediate container c63d72bdefff [2021-06-17T12:41:48.126Z] ---> 615a05a4c99f [2021-06-17T12:41:48.126Z] Step 3/10 : ARG GO_VERSION=1.16.5 [2021-06-17T12:41:48.126Z] ---> Running in 7984884f73f8 [2021-06-17T12:41:48.126Z] Removing intermediate container 7984884f73f8 [2021-06-17T12:41:48.126Z] ---> 3f2bc2713c16 [2021-06-17T12:41:48.126Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-06-17T12:41:48.126Z] ---> Running in fe5431d50c4c [2021-06-17T12:41:48.126Z] Removing intermediate container fe5431d50c4c [2021-06-17T12:41:48.126Z] ---> 02c7856cbd34 [2021-06-17T12:41:48.126Z] 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-06-17T12:41:48.126Z] ---> Running in 6398949d7b23 [2021-06-17T12:41:48.259Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-17T12:41:48.333Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-17T12:41:48.516Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-17T12:41:48.578Z] Removing intermediate container 6398949d7b23 [2021-06-17T12:41:48.578Z] ---> a81819461e23 [2021-06-17T12:41:48.578Z] 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-06-17T12:41:48.578Z] ---> Running in 13b6ccdee496 [2021-06-17T12:41:49.443Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-17T12:41:49.698Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-17T12:41:50.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-17T12:41:50.260Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-17T12:41:51.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-17T12:41:51.371Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-17T12:41:51.932Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-17T12:41:52.116Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-17T12:41:52.116Z] Using test binary docker [2021-06-17T12:41:52.116Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-17T12:41:52.116Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-17T12:41:52.116Z] INFO: Waiting for daemon to start... [2021-06-17T12:41:52.116Z] Starting dockerd [2021-06-17T12:41:52.860Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-17T12:41:53.253Z] [2021-06-17T12:41:53.253Z] SUCCESS: Specified value was saved. [2021-06-17T12:41:53.705Z] INFO: Downloading git... [2021-06-17T12:41:53.796Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-17T12:41:53.796Z] Using test binary docker [2021-06-17T12:41:53.796Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-17T12:41:53.796Z] Starting apparmor (via systemctl): apparmor.service. [2021-06-17T12:41:53.796Z] Starting dockerd [2021-06-17T12:41:53.796Z] INFO: Waiting for daemon to start... [2021-06-17T12:41:54.675Z] INFO: Downloading go... [2021-06-17T12:41:55.381Z] . [2021-06-17T12:41:55.381Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-17T12:41:55.381Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-17T12:41:55.381Z] Error: No such image: emptyfs [2021-06-17T12:41:55.381Z] Running integration-test (iteration 1) [2021-06-17T12:41:55.381Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-17T12:41:56.198Z] INFO: Downloading compiler 1 of 3... [2021-06-17T12:41:56.651Z] INFO: Downloading compiler 2 of 3... [2021-06-17T12:41:56.652Z] INFO: Downloading compiler 3 of 3... [2021-06-17T12:41:56.652Z] INFO: Extracting git... [2021-06-17T12:41:57.124Z] . [2021-06-17T12:41:57.124Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-17T12:41:57.124Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-17T12:41:57.124Z] Error: No such image: emptyfs [2021-06-17T12:41:57.124Z] Running integration-test (iteration 1) [2021-06-17T12:41:57.124Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-17T12:42:08.950Z] INFO: Expanding go... [2021-06-17T12:42:11.958Z] Loaded image: buildpack-deps:buster [2021-06-17T12:42:11.958Z] Loaded image: busybox:latest [2021-06-17T12:42:11.958Z] Loaded image: busybox:glibc [2021-06-17T12:42:13.322Z] Loaded image: debian:bullseye [2021-06-17T12:42:13.322Z] Loaded image: hello-world:latest [2021-06-17T12:42:13.322Z] Loaded image: arm32v7/hello-world:latest [2021-06-17T12:42:13.322Z] INFO: Testing against a local daemon [2021-06-17T12:42:13.322Z] === RUN TestCgroupNamespacesBuild [2021-06-17T12:42:14.687Z] --- PASS: TestCgroupNamespacesBuild (1.46s) [2021-06-17T12:42:14.687Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-17T12:42:16.052Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.44s) [2021-06-17T12:42:16.052Z] === RUN TestBuildWithSession [2021-06-17T12:42:16.052Z] build_session_test.go:25: TODO: BuildKit [2021-06-17T12:42:16.052Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-17T12:42:16.052Z] === RUN TestBuildSquashParent [2021-06-17T12:42:17.263Z] Loaded image: buildpack-deps:buster [2021-06-17T12:42:17.263Z] Loaded image: busybox:latest [2021-06-17T12:42:17.263Z] Loaded image: busybox:glibc [2021-06-17T12:42:19.156Z] Loaded image: debian:bullseye [2021-06-17T12:42:19.412Z] Loaded image: hello-world:latest [2021-06-17T12:42:19.412Z] Loaded image: arm32v7/hello-world:latest [2021-06-17T12:42:19.412Z] INFO: Testing against a local daemon [2021-06-17T12:42:19.412Z] === RUN TestCgroupNamespacesBuild [2021-06-17T12:42:22.582Z] --- PASS: TestBuildSquashParent (5.53s) [2021-06-17T12:42:22.582Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-17T12:42:22.583Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-17T12:42:22.583Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-17T12:42:22.583Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-17T12:42:22.583Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-17T12:42:22.583Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-17T12:42:22.583Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-17T12:42:22.583Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-17T12:42:22.583Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-17T12:42:22.583Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-17T12:42:22.583Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-17T12:42:22.583Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-17T12:42:22.583Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-17T12:42:22.583Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-17T12:42:22.583Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-17T12:42:23.575Z] --- PASS: TestCgroupNamespacesBuild (3.49s) [2021-06-17T12:42:23.575Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-17T12:42:23.946Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-17T12:42:24.202Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-17T12:42:25.461Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.38s) [2021-06-17T12:42:25.461Z] === RUN TestBuildWithSession [2021-06-17T12:42:25.461Z] build_session_test.go:25: TODO: BuildKit [2021-06-17T12:42:25.461Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-17T12:42:25.461Z] === RUN TestBuildSquashParent [2021-06-17T12:42:25.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-17T12:42:25.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-17T12:42:26.094Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-17T12:42:26.094Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-17T12:42:28.609Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-17T12:42:28.609Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.13s) [2021-06-17T12:42:28.609Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.39s) [2021-06-17T12:42:28.609Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.10s) [2021-06-17T12:42:28.609Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.09s) [2021-06-17T12:42:28.609Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.97s) [2021-06-17T12:42:28.609Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.03s) [2021-06-17T12:42:28.609Z] === RUN TestBuildMultiStageCopy [2021-06-17T12:42:28.609Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-17T12:42:29.046Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-17T12:42:29.046Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-17T12:42:29.046Z] GOOS="" GOARCH="" GOARM="" [2021-06-17T12:42:29.046Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-17T12:42:29.046Z] [2021-06-17T12:42:29.046Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-06-17T12:42:29.046Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-06-17T12:42:29.046Z] Using test binary docker [2021-06-17T12:42:29.046Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-17T12:42:29.046Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-17T12:42:29.046Z] INFO: Waiting for daemon to start... [2021-06-17T12:42:29.046Z] Starting dockerd [2021-06-17T12:42:29.046Z] . [2021-06-17T12:42:29.046Z] INFO: Building docker-sdk-python3:5.0.0... [2021-06-17T12:42:29.937Z] INFO: Expanding compiler 1 of 3... [2021-06-17T12:42:29.972Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-17T12:42:30.228Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-17T12:42:30.483Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-17T12:42:30.483Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-17T12:42:30.739Z] --- PASS: TestBuildMultiStageCopy (2.55s) [2021-06-17T12:42:30.739Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.75s) [2021-06-17T12:42:30.739Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2021-06-17T12:42:30.739Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2021-06-17T12:42:30.739Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2021-06-17T12:42:30.739Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s) [2021-06-17T12:42:30.739Z] === RUN TestBuildMultiStageParentConfig [2021-06-17T12:42:30.894Z] INFO: Expanding compiler 2 of 3... [2021-06-17T12:42:31.299Z] --- PASS: TestBuildMultiStageParentConfig (0.57s) [2021-06-17T12:42:31.299Z] === RUN TestBuildLabelWithTargets [2021-06-17T12:42:32.342Z] --- PASS: TestBuildLabelWithTargets (0.87s) [2021-06-17T12:42:32.342Z] === RUN TestBuildWithEmptyLayers [2021-06-17T12:42:32.598Z] --- PASS: TestBuildWithEmptyLayers (0.40s) [2021-06-17T12:42:32.598Z] === RUN TestBuildMultiStageOnBuild [2021-06-17T12:42:33.548Z] --- PASS: TestBuildSquashParent (7.40s) [2021-06-17T12:42:33.548Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-17T12:42:33.548Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-17T12:42:33.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-17T12:42:33.548Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-17T12:42:33.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-17T12:42:33.548Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-17T12:42:33.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-17T12:42:33.548Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-17T12:42:33.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-17T12:42:33.548Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-17T12:42:33.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-17T12:42:33.548Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-17T12:42:33.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-17T12:42:33.548Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-17T12:42:33.548Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-17T12:42:34.485Z] --- PASS: TestBuildMultiStageOnBuild (1.98s) [2021-06-17T12:42:34.485Z] === RUN TestBuildUncleanTarFilenames [2021-06-17T12:42:34.916Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-17T12:42:35.046Z] --- PASS: TestBuildUncleanTarFilenames (0.54s) [2021-06-17T12:42:35.046Z] === RUN TestBuildMultiStageLayerLeak [2021-06-17T12:42:35.172Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-17T12:42:35.533Z] INFO: Expanding compiler 3 of 3... [2021-06-17T12:42:35.985Z] INFO: Removing downloaded files... [2021-06-17T12:42:35.985Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-06-17T12:42:35.985Z] INFO: Configuring git core.autocrlf... [2021-06-17T12:42:37.060Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-17T12:42:37.316Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-17T12:42:37.560Z] --- PASS: TestBuildMultiStageLayerLeak (2.02s) [2021-06-17T12:42:37.560Z] === RUN TestBuildWithHugeFile [2021-06-17T12:42:39.231Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-06-17T12:42:39.231Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.24s) [2021-06-17T12:42:39.231Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.39s) [2021-06-17T12:42:39.231Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.09s) [2021-06-17T12:42:39.231Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.04s) [2021-06-17T12:42:39.231Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.82s) [2021-06-17T12:42:39.231Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.81s) [2021-06-17T12:42:39.231Z] === RUN TestBuildMultiStageCopy [2021-06-17T12:42:39.231Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-17T12:42:42.509Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-17T12:42:43.070Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-17T12:42:44.433Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-17T12:42:45.359Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-17T12:42:46.284Z] --- PASS: TestBuildMultiStageCopy (7.10s) [2021-06-17T12:42:46.284Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.11s) [2021-06-17T12:42:46.284Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.02s) [2021-06-17T12:42:46.284Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.98s) [2021-06-17T12:42:46.284Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-06-17T12:42:46.284Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-06-17T12:42:46.284Z] === RUN TestBuildMultiStageParentConfig [2021-06-17T12:42:51.523Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2021-06-17T12:42:51.523Z] === RUN TestBuildLabelWithTargets [2021-06-17T12:42:59.609Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-06-17T12:42:59.609Z] === RUN TestBuildWithEmptyLayers [2021-06-17T12:43:02.123Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-06-17T12:43:02.124Z] === RUN TestBuildMultiStageOnBuild [2021-06-17T12:43:07.366Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-06-17T12:43:07.366Z] === RUN TestBuildUncleanTarFilenames [2021-06-17T12:43:07.622Z] --- PASS: TestBuildUncleanTarFilenames (0.59s) [2021-06-17T12:43:07.622Z] === RUN TestBuildMultiStageLayerLeak [2021-06-17T12:43:10.716Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-17T12:43:12.862Z] --- PASS: TestBuildMultiStageLayerLeak (4.40s) [2021-06-17T12:43:12.862Z] === RUN TestBuildWithHugeFile [2021-06-17T12:43:15.803Z] sha256:899141445d1a89ad466f838ead9334d10b5262da3b87d4eab8ef6b601e715f4a [2021-06-17T12:43:15.803Z] INFO: Starting docker-py tests... [2021-06-17T12:43:15.803Z] ============================= test session starts ============================== [2021-06-17T12:43:15.803Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-06-17T12:43:15.803Z] rootdir: /src, inifile: pytest.ini [2021-06-17T12:43:15.803Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-06-17T12:43:15.803Z] collected 390 items / 1 deselected / 389 selected [2021-06-17T12:43:15.803Z] [2021-06-17T12:43:32.699Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-06-17T12:43:33.266Z] tests/integration/api_client_test.py ..... [ 7%] [2021-06-17T12:43:33.531Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-17T12:43:33.728Z] --- PASS: TestBuildWithHugeFile (54.56s) [2021-06-17T12:43:33.728Z] === RUN TestBuildWCOWSandboxSize [2021-06-17T12:43:33.728Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-17T12:43:33.728Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-06-17T12:43:33.728Z] === RUN TestBuildWithEmptyDockerfile [2021-06-17T12:43:33.728Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-17T12:43:33.728Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-17T12:43:33.728Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-17T12:43:33.728Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-17T12:43:33.728Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-17T12:43:33.728Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-17T12:43:33.728Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-17T12:43:33.728Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-17T12:43:33.728Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-17T12:43:33.728Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s) [2021-06-17T12:43:33.728Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s) [2021-06-17T12:43:33.728Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s) [2021-06-17T12:43:33.728Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-06-17T12:43:33.728Z] === RUN TestBuildPreserveOwnership [2021-06-17T12:43:33.728Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-17T12:43:35.022Z] tests/integration/api_config_test.py ..... [ 8%] [2021-06-17T12:43:35.093Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-17T12:43:36.459Z] --- PASS: TestBuildPreserveOwnership (4.17s) [2021-06-17T12:43:36.459Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.87s) [2021-06-17T12:43:36.459Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.29s) [2021-06-17T12:43:36.459Z] === RUN TestBuildPlatformInvalid [2021-06-17T12:43:36.459Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-06-17T12:43:36.459Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-17T12:43:47.928Z] Removing intermediate container 13b6ccdee496 [2021-06-17T12:43:47.928Z] ---> 32481e7c254d [2021-06-17T12:43:47.928Z] 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-06-17T12:43:47.928Z] ---> Running in 326b3105502c [2021-06-17T12:43:47.928Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-06-17T12:43:47.928Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-17T12:43:48.380Z] go: downloading github.com/fatih/color v1.9.0 [2021-06-17T12:43:48.380Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-17T12:43:48.380Z] go: downloading github.com/pkg/errors v0.9.1 [2021-06-17T12:43:48.380Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-06-17T12:43:48.380Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-17T12:43:48.380Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-17T12:43:48.380Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-17T12:43:48.380Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-17T12:43:48.380Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-17T12:43:48.831Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-17T12:43:48.831Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-17T12:43:49.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-17T12:43:50.823Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-17T12:43:51.291Z] Loaded image: buildpack-deps:buster [2021-06-17T12:43:51.291Z] Loaded image: busybox:latest [2021-06-17T12:43:51.291Z] Loaded image: busybox:glibc [2021-06-17T12:43:52.207Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-17T12:43:53.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-17T12:43:53.244Z] Loaded image: debian:bullseye [2021-06-17T12:43:53.244Z] Loaded image: hello-world:latest [2021-06-17T12:43:53.244Z] Loaded image: arm32v7/hello-world:latest [2021-06-17T12:43:53.469Z] INFO: Build done for gotestsum... [2021-06-17T12:43:54.128Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-17T12:44:01.351Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.90s) [2021-06-17T12:44:01.351Z] PASS [2021-06-17T12:44:01.351Z] [2021-06-17T12:44:01.351Z] === Skipped [2021-06-17T12:44:01.351Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-17T12:44:01.351Z] build_session_test.go:25: TODO: BuildKit [2021-06-17T12:44:01.351Z] [2021-06-17T12:44:01.351Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-06-17T12:44:01.351Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-17T12:44:01.351Z] [2021-06-17T12:44:01.351Z] [2021-06-17T12:44:01.351Z] DONE 34 tests, 2 skipped in 123.466s [2021-06-17T12:44:01.351Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-17T12:44:01.351Z] INFO: Testing against a local daemon [2021-06-17T12:44:01.351Z] === RUN TestConfigInspect [2021-06-17T12:44:02.714Z] --- PASS: TestConfigInspect (2.26s) [2021-06-17T12:44:02.714Z] === RUN TestConfigList [2021-06-17T12:44:03.726Z] Removing intermediate container 326b3105502c [2021-06-17T12:44:03.727Z] ---> 3dcc297ed0fe [2021-06-17T12:44:03.727Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-06-17T12:44:04.178Z] ---> Running in 838562c62da0 [2021-06-17T12:44:04.178Z] Removing intermediate container 838562c62da0 [2021-06-17T12:44:04.178Z] ---> 6178cfc1b85f [2021-06-17T12:44:04.178Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-06-17T12:44:04.178Z] ---> Running in 0bc0c5d97387 [2021-06-17T12:44:04.602Z] --- PASS: TestConfigList (2.14s) [2021-06-17T12:44:04.602Z] === RUN TestConfigsCreateAndDelete [2021-06-17T12:44:04.630Z] Removing intermediate container 0bc0c5d97387 [2021-06-17T12:44:04.630Z] ---> 1e723943575a [2021-06-17T12:44:04.630Z] Step 10/10 : COPY . . [2021-06-17T12:44:07.122Z] --- PASS: TestConfigsCreateAndDelete (2.30s) [2021-06-17T12:44:07.122Z] === RUN TestConfigsUpdate [2021-06-17T12:44:09.008Z] --- PASS: TestConfigsUpdate (2.17s) [2021-06-17T12:44:09.008Z] === RUN TestTemplatedConfig [2021-06-17T12:44:09.027Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-17T12:44:09.036Z] --- PASS: TestBuildWithHugeFile (50.97s) [2021-06-17T12:44:09.037Z] === RUN TestBuildWCOWSandboxSize [2021-06-17T12:44:09.037Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-17T12:44:09.037Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-06-17T12:44:09.037Z] === RUN TestBuildWithEmptyDockerfile [2021-06-17T12:44:09.037Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-17T12:44:09.037Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-17T12:44:09.037Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-17T12:44:09.037Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-17T12:44:09.037Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-17T12:44:09.037Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-17T12:44:09.037Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-17T12:44:09.037Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-17T12:44:09.037Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-17T12:44:09.037Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s) [2021-06-17T12:44:09.037Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2021-06-17T12:44:09.037Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2021-06-17T12:44:09.037Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-06-17T12:44:09.037Z] === RUN TestBuildPreserveOwnership [2021-06-17T12:44:09.037Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-17T12:44:09.037Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-17T12:44:11.248Z] tests/integration/api_container_test.py ....x...........x............... [ 16%] [2021-06-17T12:44:12.274Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-17T12:44:13.171Z] --- PASS: TestTemplatedConfig (3.33s) [2021-06-17T12:44:13.171Z] === RUN TestConfigCreateResolve [2021-06-17T12:44:13.198Z] --- PASS: TestBuildPreserveOwnership (9.73s) [2021-06-17T12:44:13.198Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.73s) [2021-06-17T12:44:13.198Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-06-17T12:44:13.198Z] === RUN TestBuildPlatformInvalid [2021-06-17T12:44:13.198Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-06-17T12:44:13.198Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-17T12:44:13.198Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-06-17T12:44:13.198Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-06-17T12:44:13.198Z] PASS [2021-06-17T12:44:13.198Z] [2021-06-17T12:44:13.198Z] === Skipped [2021-06-17T12:44:13.198Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-17T12:44:13.198Z] build_session_test.go:25: TODO: BuildKit [2021-06-17T12:44:13.198Z] [2021-06-17T12:44:13.198Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-06-17T12:44:13.198Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-17T12:44:13.198Z] [2021-06-17T12:44:13.198Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-06-17T12:44:13.198Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-06-17T12:44:13.198Z] [2021-06-17T12:44:13.198Z] [2021-06-17T12:44:13.198Z] DONE 34 tests, 3 skipped in 137.983s [2021-06-17T12:44:13.198Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-17T12:44:13.454Z] INFO: Testing against a local daemon [2021-06-17T12:44:13.454Z] === RUN TestConfigInspect [2021-06-17T12:44:13.454Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:44:13.454Z] --- SKIP: TestConfigInspect (0.02s) [2021-06-17T12:44:13.454Z] === RUN TestConfigList [2021-06-17T12:44:13.454Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:44:13.454Z] --- SKIP: TestConfigList (0.01s) [2021-06-17T12:44:13.454Z] === RUN TestConfigsCreateAndDelete [2021-06-17T12:44:13.455Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:44:13.455Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-06-17T12:44:13.455Z] === RUN TestConfigsUpdate [2021-06-17T12:44:13.455Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:44:13.455Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-06-17T12:44:13.455Z] === RUN TestTemplatedConfig [2021-06-17T12:44:13.455Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:44:13.455Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-06-17T12:44:13.455Z] === RUN TestConfigCreateResolve [2021-06-17T12:44:13.455Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:44:13.455Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-06-17T12:44:13.455Z] === RUN TestConfigDaemonLibtrustID [2021-06-17T12:44:14.533Z] --- PASS: TestConfigCreateResolve (2.12s) [2021-06-17T12:44:14.533Z] === RUN TestConfigDaemonLibtrustID [2021-06-17T12:44:15.093Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-06-17T12:44:15.093Z] PASS [2021-06-17T12:44:15.093Z] [2021-06-17T12:44:15.093Z] DONE 7 tests in 14.882s [2021-06-17T12:44:15.093Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-17T12:44:15.093Z] INFO: Testing against a local daemon [2021-06-17T12:44:15.093Z] === RUN TestCheckpoint [2021-06-17T12:44:15.093Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-17T12:44:15.093Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-17T12:44:15.093Z] === RUN TestContainerInvalidJSON [2021-06-17T12:44:15.093Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-17T12:44:15.093Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-17T12:44:15.093Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-17T12:44:15.093Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-17T12:44:15.093Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-17T12:44:15.093Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-17T12:44:15.093Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-17T12:44:15.093Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-17T12:44:15.093Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-17T12:44:15.093Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-06-17T12:44:15.093Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-17T12:44:15.093Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-17T12:44:15.093Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-17T12:44:15.093Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-17T12:44:15.093Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-06-17T12:44:15.093Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-17T12:44:15.349Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-06-17T12:44:15.349Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-17T12:44:15.349Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2021-06-17T12:44:15.349Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-17T12:44:15.349Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-06-17T12:44:15.349Z] === RUN TestCopyFromContainer [2021-06-17T12:44:15.350Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2021-06-17T12:44:15.350Z] PASS [2021-06-17T12:44:15.350Z] [2021-06-17T12:44:15.350Z] === Skipped [2021-06-17T12:44:15.350Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-06-17T12:44:15.350Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:44:15.350Z] [2021-06-17T12:44:15.350Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-06-17T12:44:15.350Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:44:15.350Z] [2021-06-17T12:44:15.350Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-06-17T12:44:15.350Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:44:15.350Z] [2021-06-17T12:44:15.350Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-06-17T12:44:15.350Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:44:15.350Z] [2021-06-17T12:44:15.350Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-06-17T12:44:15.350Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:44:15.350Z] [2021-06-17T12:44:15.350Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-06-17T12:44:15.350Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:44:15.350Z] [2021-06-17T12:44:15.350Z] [2021-06-17T12:44:15.350Z] DONE 7 tests, 6 skipped in 1.725s [2021-06-17T12:44:15.350Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-17T12:44:15.350Z] INFO: Testing against a local daemon [2021-06-17T12:44:15.350Z] === RUN TestCheckpoint [2021-06-17T12:44:15.350Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-17T12:44:15.350Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-17T12:44:15.350Z] === RUN TestContainerInvalidJSON [2021-06-17T12:44:15.350Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-17T12:44:15.350Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-17T12:44:15.350Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-17T12:44:15.350Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-17T12:44:15.350Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-17T12:44:15.350Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-17T12:44:15.350Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-17T12:44:15.350Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-17T12:44:15.350Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-17T12:44:15.350Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-06-17T12:44:15.350Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-17T12:44:15.350Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-17T12:44:15.350Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-17T12:44:15.350Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-17T12:44:15.350Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-06-17T12:44:15.350Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-17T12:44:15.350Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-06-17T12:44:15.350Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-17T12:44:15.350Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-06-17T12:44:15.350Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-17T12:44:15.350Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) [2021-06-17T12:44:15.350Z] === RUN TestCopyFromContainer [2021-06-17T12:44:15.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-17T12:44:16.718Z] === RUN TestCopyFromContainer// [2021-06-17T12:44:16.718Z] === RUN TestCopyFromContainer//bar/root [2021-06-17T12:44:16.718Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-17T12:44:16.718Z] === RUN TestCopyFromContainer/bar/quux [2021-06-17T12:44:16.718Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-17T12:44:16.718Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-17T12:44:16.973Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-17T12:44:16.973Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-17T12:44:16.973Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-17T12:44:16.973Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-17T12:44:17.229Z] --- PASS: TestCopyFromContainer (1.81s) [2021-06-17T12:44:17.229Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-06-17T12:44:17.229Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-06-17T12:44:17.229Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-06-17T12:44:17.229Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-06-17T12:44:17.229Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-06-17T12:44:17.229Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-06-17T12:44:17.229Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-06-17T12:44:17.229Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-06-17T12:44:17.229Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-06-17T12:44:17.229Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-06-17T12:44:17.229Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-17T12:44:17.229Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-17T12:44:17.229Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-17T12:44:17.229Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-17T12:44:17.229Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-17T12:44:17.229Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-17T12:44:17.229Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-17T12:44:17.229Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-17T12:44:17.229Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-17T12:44:17.229Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-17T12:44:17.229Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-06-17T12:44:17.229Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-17T12:44:17.229Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-17T12:44:17.229Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-17T12:44:17.229Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-17T12:44:17.229Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-06-17T12:44:17.229Z] === RUN TestCreateWithInvalidEnv [2021-06-17T12:44:17.229Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-17T12:44:17.229Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-17T12:44:17.229Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-17T12:44:17.229Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-17T12:44:17.229Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-17T12:44:17.229Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-17T12:44:17.229Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-17T12:44:17.229Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-17T12:44:17.229Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-17T12:44:17.229Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-06-17T12:44:17.229Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-17T12:44:17.229Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-17T12:44:17.229Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-17T12:44:17.229Z] === RUN TestCreateTmpfsMountsTarget [2021-06-17T12:44:17.229Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-06-17T12:44:17.229Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-17T12:44:18.904Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-17T12:44:19.514Z] === RUN TestCopyFromContainer// [2021-06-17T12:44:19.514Z] === RUN TestCopyFromContainer//bar/root [2021-06-17T12:44:19.514Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-17T12:44:19.514Z] === RUN TestCopyFromContainer/bar/quux [2021-06-17T12:44:19.514Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-17T12:44:19.514Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-17T12:44:19.514Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-17T12:44:19.514Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-17T12:44:19.514Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-17T12:44:19.514Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-17T12:44:19.742Z] --- PASS: TestCreateWithCustomMaskedPaths (2.17s) [2021-06-17T12:44:19.742Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-17T12:44:19.770Z] --- PASS: TestCopyFromContainer (4.33s) [2021-06-17T12:44:19.770Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-06-17T12:44:19.770Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-06-17T12:44:19.770Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-06-17T12:44:19.770Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2021-06-17T12:44:19.770Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-06-17T12:44:19.770Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-06-17T12:44:19.770Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-06-17T12:44:19.770Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-06-17T12:44:19.770Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-06-17T12:44:19.770Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-06-17T12:44:19.770Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-17T12:44:19.770Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-17T12:44:19.770Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-17T12:44:19.770Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-17T12:44:19.770Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-17T12:44:19.770Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-17T12:44:19.770Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-17T12:44:19.770Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-17T12:44:19.770Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-17T12:44:19.770Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-17T12:44:19.770Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-06-17T12:44:19.770Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-17T12:44:19.770Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-17T12:44:19.770Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-17T12:44:19.770Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-17T12:44:19.770Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-06-17T12:44:19.770Z] === RUN TestCreateWithInvalidEnv [2021-06-17T12:44:19.770Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-17T12:44:19.770Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-17T12:44:19.770Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-17T12:44:19.770Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-17T12:44:19.770Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-17T12:44:19.770Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-17T12:44:19.770Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-17T12:44:19.770Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-17T12:44:19.770Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-17T12:44:19.770Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-06-17T12:44:19.770Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-17T12:44:19.770Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-17T12:44:19.770Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-17T12:44:19.770Z] === RUN TestCreateTmpfsMountsTarget [2021-06-17T12:44:19.770Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-06-17T12:44:19.770Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-17T12:44:20.814Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-17T12:44:21.384Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-17T12:44:21.630Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.17s) [2021-06-17T12:44:21.630Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-17T12:44:21.630Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-17T12:44:21.630Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-17T12:44:21.630Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-17T12:44:21.630Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-17T12:44:21.630Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-17T12:44:21.630Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-17T12:44:21.630Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-17T12:44:21.630Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-17T12:44:21.630Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-17T12:44:21.630Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-17T12:44:21.630Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-17T12:44:21.630Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-17T12:44:21.630Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-17T12:44:21.630Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-17T12:44:21.630Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-17T12:44:21.630Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-06-17T12:44:21.630Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-17T12:44:21.630Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-17T12:44:21.630Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-17T12:44:21.630Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-17T12:44:21.630Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-17T12:44:21.630Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-17T12:44:21.660Z] --- PASS: TestCreateWithCustomMaskedPaths (1.84s) [2021-06-17T12:44:21.660Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-17T12:44:22.557Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.76s) [2021-06-17T12:44:22.557Z] === RUN TestCreateDifferentPlatform [2021-06-17T12:44:22.557Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-17T12:44:22.557Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-17T12:44:22.557Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-06-17T12:44:22.557Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-17T12:44:22.557Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-17T12:44:22.557Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-17T12:44:22.557Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-06-17T12:44:22.557Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-17T12:44:22.557Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-06-17T12:44:22.557Z] === RUN TestContainerStartOnDaemonRestart [2021-06-17T12:44:22.557Z] === PAUSE TestContainerStartOnDaemonRestart [2021-06-17T12:44:22.557Z] === RUN TestDaemonRestartIpcMode [2021-06-17T12:44:22.557Z] === PAUSE TestDaemonRestartIpcMode [2021-06-17T12:44:22.557Z] === RUN TestDaemonHostGatewayIP [2021-06-17T12:44:22.557Z] === PAUSE TestDaemonHostGatewayIP [2021-06-17T12:44:22.557Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-17T12:44:22.557Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-17T12:44:22.557Z] === RUN TestContainerKillOnDaemonStart [2021-06-17T12:44:22.557Z] === PAUSE TestContainerKillOnDaemonStart [2021-06-17T12:44:22.557Z] === RUN TestDiff [2021-06-17T12:44:23.118Z] --- PASS: TestDiff (0.68s) [2021-06-17T12:44:23.118Z] === RUN TestExecWithCloseStdin [2021-06-17T12:44:23.551Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.90s) [2021-06-17T12:44:23.551Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-17T12:44:23.551Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-17T12:44:23.551Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-17T12:44:23.551Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-17T12:44:23.551Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-17T12:44:23.551Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-17T12:44:23.551Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-17T12:44:23.551Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-17T12:44:23.551Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-17T12:44:23.551Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-17T12:44:23.551Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-17T12:44:23.551Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-17T12:44:23.551Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-17T12:44:23.551Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-17T12:44:23.551Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-17T12:44:23.551Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-17T12:44:23.551Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-06-17T12:44:23.551Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-17T12:44:23.551Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-17T12:44:23.551Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-17T12:44:23.551Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-17T12:44:23.551Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-17T12:44:23.551Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-17T12:44:24.047Z] --- PASS: TestExecWithCloseStdin (1.05s) [2021-06-17T12:44:24.047Z] === RUN TestExec [2021-06-17T12:44:24.114Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.63s) [2021-06-17T12:44:24.114Z] === RUN TestCreateDifferentPlatform [2021-06-17T12:44:24.114Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-17T12:44:24.114Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-17T12:44:24.114Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-06-17T12:44:24.114Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-17T12:44:24.114Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-17T12:44:24.114Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-17T12:44:24.114Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-06-17T12:44:24.114Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-17T12:44:24.370Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-06-17T12:44:24.370Z] === RUN TestContainerStartOnDaemonRestart [2021-06-17T12:44:24.370Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-06-17T12:44:24.370Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-06-17T12:44:24.370Z] === RUN TestDaemonRestartIpcMode [2021-06-17T12:44:24.370Z] === PAUSE TestDaemonRestartIpcMode [2021-06-17T12:44:24.370Z] === RUN TestDaemonHostGatewayIP [2021-06-17T12:44:24.370Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:44:24.370Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-06-17T12:44:24.370Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-17T12:44:24.370Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-17T12:44:24.370Z] === RUN TestContainerKillOnDaemonStart [2021-06-17T12:44:24.370Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-06-17T12:44:24.370Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-06-17T12:44:24.370Z] === RUN TestDiff [2021-06-17T12:44:24.932Z] --- PASS: TestDiff (0.62s) [2021-06-17T12:44:24.932Z] === RUN TestExecWithCloseStdin [2021-06-17T12:44:25.411Z] --- PASS: TestExec (1.02s) [2021-06-17T12:44:25.411Z] === RUN TestExecUser [2021-06-17T12:44:25.585Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-17T12:44:25.615Z] ---> 3ad809265b84 [2021-06-17T12:44:25.858Z] --- PASS: TestExecWithCloseStdin (0.91s) [2021-06-17T12:44:25.858Z] === RUN TestExec [2021-06-17T12:44:26.338Z] --- PASS: TestExecUser (1.01s) [2021-06-17T12:44:26.338Z] === RUN TestExportContainerAndImportImage [2021-06-17T12:44:26.786Z] --- PASS: TestExec (0.88s) [2021-06-17T12:44:26.786Z] === RUN TestExecUser [2021-06-17T12:44:27.132Z] Successfully built 3ad809265b84 [2021-06-17T12:44:27.132Z] Successfully tagged docker:latest [2021-06-17T12:44:27.132Z] INFO: Image build ended at 06/17/2021 12:44:26. Duration:00:02:45.1397645 [2021-06-17T12:44:27.132Z] [2021-06-17T12:44:27.132Z] [2021-06-17T12:44:27.132Z] INFO: Building the test binaries at 06/17/2021 12:44:26... [2021-06-17T12:44:27.264Z] --- PASS: TestExportContainerAndImportImage (0.90s) [2021-06-17T12:44:27.264Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-17T12:44:27.713Z] --- PASS: TestExecUser (0.86s) [2021-06-17T12:44:27.713Z] === RUN TestExportContainerAndImportImage [2021-06-17T12:44:28.275Z] --- PASS: TestExportContainerAndImportImage (0.76s) [2021-06-17T12:44:28.275Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-17T12:44:28.628Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2021-06-17T12:44:28.628Z] === RUN TestHealthCheckWorkdir [2021-06-17T12:44:29.992Z] --- PASS: TestHealthCheckWorkdir (1.43s) [2021-06-17T12:44:29.992Z] === RUN TestHealthKillContainer [2021-06-17T12:44:31.597Z] --- PASS: TestExportContainerAfterDaemonRestart (3.31s) [2021-06-17T12:44:31.597Z] === RUN TestHealthCheckWorkdir [2021-06-17T12:44:31.828Z] INFO: make.ps1 starting at 06/17/2021 12:44:30 [2021-06-17T12:44:31.828Z] INFO: Git commit (c21eaf9a07) assumed from DOCKER_GITCOMMIT environment variable [2021-06-17T12:44:31.828Z] INFO: Invoking autogen... [2021-06-17T12:44:31.828Z] INFO: Building daemon... [2021-06-17T12:44:32.964Z] --- PASS: TestHealthCheckWorkdir (1.25s) [2021-06-17T12:44:32.964Z] === RUN TestHealthKillContainer [2021-06-17T12:44:33.254Z] --- PASS: TestHealthKillContainer (3.06s) [2021-06-17T12:44:33.254Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-17T12:44:33.509Z] --- PASS: TestInspectCpusetInConfigPre120 (0.74s) [2021-06-17T12:44:33.509Z] === RUN TestIpcModeNone [2021-06-17T12:44:34.873Z] --- PASS: TestIpcModeNone (1.04s) [2021-06-17T12:44:34.873Z] === RUN TestIpcModePrivate [2021-06-17T12:44:35.434Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-06-17T12:44:35.573Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-17T12:44:35.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-17T12:44:35.689Z] --- PASS: TestIpcModePrivate (1.01s) [2021-06-17T12:44:35.689Z] === RUN TestIpcModeShareable [2021-06-17T12:44:36.228Z] --- PASS: TestHealthKillContainer (2.93s) [2021-06-17T12:44:36.228Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-17T12:44:36.483Z] --- PASS: TestInspectCpusetInConfigPre120 (0.63s) [2021-06-17T12:44:36.483Z] === RUN TestIpcModeNone [2021-06-17T12:44:36.616Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-06-17T12:44:36.616Z] --- PASS: TestIpcModeShareable (1.06s) [2021-06-17T12:44:36.616Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-17T12:44:37.410Z] --- PASS: TestIpcModeNone (0.90s) [2021-06-17T12:44:37.410Z] === RUN TestIpcModePrivate [2021-06-17T12:44:37.972Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-06-17T12:44:38.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-17T12:44:38.228Z] --- PASS: TestIpcModePrivate (0.88s) [2021-06-17T12:44:38.228Z] === RUN TestIpcModeShareable [2021-06-17T12:44:38.228Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-17T12:44:38.228Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-06-17T12:44:38.228Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-17T12:44:39.880Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.78s) [2021-06-17T12:44:39.880Z] === RUN TestAPIIpcModeHost [2021-06-17T12:44:40.441Z] --- PASS: TestAPIIpcModeHost (1.02s) [2021-06-17T12:44:40.441Z] === RUN TestDaemonIpcModeShareable [2021-06-17T12:44:40.743Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.44s) [2021-06-17T12:44:40.743Z] === RUN TestAPIIpcModeHost [2021-06-17T12:44:40.743Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-17T12:44:40.743Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-06-17T12:44:40.743Z] === RUN TestDaemonIpcModeShareable [2021-06-17T12:44:40.743Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-17T12:44:40.743Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-06-17T12:44:40.743Z] === RUN TestDaemonIpcModePrivate [2021-06-17T12:44:41.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-17T12:44:42.109Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-06-17T12:44:42.328Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-06-17T12:44:42.328Z] --- PASS: TestDaemonIpcModeShareable (1.64s) [2021-06-17T12:44:42.328Z] === RUN TestDaemonIpcModePrivate [2021-06-17T12:44:42.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-17T12:44:43.473Z] --- PASS: TestDaemonIpcModePrivate (2.62s) [2021-06-17T12:44:43.473Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-17T12:44:43.473Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-17T12:44:43.473Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-06-17T12:44:43.473Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-17T12:44:43.473Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-17T12:44:43.473Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-06-17T12:44:43.473Z] === RUN TestIpcModeOlderClient [2021-06-17T12:44:43.473Z] === PAUSE TestIpcModeOlderClient [2021-06-17T12:44:43.473Z] === RUN TestKillContainerInvalidSignal [2021-06-17T12:44:43.692Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-06-17T12:44:43.692Z] --- PASS: TestDaemonIpcModePrivate (1.61s) [2021-06-17T12:44:43.692Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-17T12:44:44.036Z] --- PASS: TestKillContainerInvalidSignal (0.67s) [2021-06-17T12:44:44.036Z] === RUN TestKillContainer [2021-06-17T12:44:44.036Z] === RUN TestKillContainer/no_signal [2021-06-17T12:44:44.598Z] === RUN TestKillContainer/non_killing_signal [2021-06-17T12:44:44.887Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-17T12:44:45.160Z] === RUN TestKillContainer/killing_signal [2021-06-17T12:44:45.642Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-06-17T12:44:45.642Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.78s) [2021-06-17T12:44:45.642Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-17T12:44:45.721Z] --- PASS: TestKillContainer (1.89s) [2021-06-17T12:44:45.721Z] --- PASS: TestKillContainer/no_signal (0.60s) [2021-06-17T12:44:45.721Z] --- PASS: TestKillContainer/non_killing_signal (0.48s) [2021-06-17T12:44:45.721Z] --- PASS: TestKillContainer/killing_signal (0.61s) [2021-06-17T12:44:45.721Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-17T12:44:45.721Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-17T12:44:46.648Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-17T12:44:47.012Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-06-17T12:44:47.210Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.39s) [2021-06-17T12:44:47.210Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.75s) [2021-06-17T12:44:47.210Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.47s) [2021-06-17T12:44:47.210Z] === RUN TestKillStoppedContainer [2021-06-17T12:44:47.210Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-06-17T12:44:47.210Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-17T12:44:47.210Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-06-17T12:44:47.210Z] === RUN TestKillDifferentUserContainer [2021-06-17T12:44:47.267Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.65s) [2021-06-17T12:44:47.267Z] === RUN TestIpcModeOlderClient [2021-06-17T12:44:47.267Z] === PAUSE TestIpcModeOlderClient [2021-06-17T12:44:47.267Z] === RUN TestKillContainerInvalidSignal [2021-06-17T12:44:47.773Z] --- PASS: TestKillDifferentUserContainer (0.64s) [2021-06-17T12:44:47.773Z] === RUN TestInspectOomKilledTrue [2021-06-17T12:44:47.773Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-17T12:44:47.773Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-17T12:44:47.773Z] === RUN TestInspectOomKilledFalse [2021-06-17T12:44:47.773Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-17T12:44:47.803Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-17T12:44:47.827Z] --- PASS: TestKillContainerInvalidSignal (0.64s) [2021-06-17T12:44:47.827Z] === RUN TestKillContainer [2021-06-17T12:44:47.827Z] === RUN TestKillContainer/no_signal [2021-06-17T12:44:48.029Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-17T12:44:48.029Z] === RUN TestLinksEtcHostsContentMatch [2021-06-17T12:44:48.029Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-06-17T12:44:48.029Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-06-17T12:44:48.029Z] === RUN TestLinksContainerNames [2021-06-17T12:44:48.183Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-17T12:44:48.388Z] === RUN TestKillContainer/non_killing_signal [2021-06-17T12:44:48.949Z] === RUN TestKillContainer/killing_signal [2021-06-17T12:44:49.395Z] --- PASS: TestLinksContainerNames (1.25s) [2021-06-17T12:44:49.395Z] === RUN TestLogsFollowTailEmpty [2021-06-17T12:44:49.650Z] --- PASS: TestLogsFollowTailEmpty (0.61s) [2021-06-17T12:44:49.650Z] === RUN TestContainerNetworkMountsNoChown [2021-06-17T12:44:49.875Z] --- PASS: TestKillContainer (1.96s) [2021-06-17T12:44:49.875Z] --- PASS: TestKillContainer/no_signal (0.65s) [2021-06-17T12:44:49.875Z] --- PASS: TestKillContainer/non_killing_signal (0.50s) [2021-06-17T12:44:49.875Z] --- PASS: TestKillContainer/killing_signal (0.63s) [2021-06-17T12:44:49.875Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-17T12:44:49.875Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-17T12:44:50.436Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-17T12:44:50.578Z] --- PASS: TestContainerNetworkMountsNoChown (0.59s) [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/default [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/default [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/private [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/private [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/rprivate [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/slave [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/slave [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/rslave [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/shared [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/shared [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/rshared [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/default [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/rshared [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/shared [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/rslave [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/slave [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/rprivate [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/private [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-17T12:44:50.578Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-17T12:44:50.578Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-17T12:44:50.578Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-17T12:44:50.834Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-17T12:44:50.834Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-17T12:44:50.834Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-17T12:44:50.834Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-17T12:44:50.834Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-17T12:44:50.834Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-17T12:44:50.834Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.03s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-06-17T12:44:50.834Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2021-06-17T12:44:50.834Z] === RUN TestContainerBindMountNonRecursive [2021-06-17T12:44:50.834Z] 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-06-17T12:44:50.834Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-06-17T12:44:50.834Z] === RUN TestContainerVolumesMountedAsShared [2021-06-17T12:44:50.834Z] 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-06-17T12:44:50.834Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-06-17T12:44:50.834Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-17T12:44:50.834Z] 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-06-17T12:44:50.834Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-06-17T12:44:50.834Z] === RUN TestNetworkNat [2021-06-17T12:44:50.998Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.23s) [2021-06-17T12:44:50.998Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.60s) [2021-06-17T12:44:50.998Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s) [2021-06-17T12:44:50.998Z] === RUN TestKillStoppedContainer [2021-06-17T12:44:50.998Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-06-17T12:44:50.998Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-17T12:44:50.998Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-06-17T12:44:50.998Z] === RUN TestKillDifferentUserContainer [2021-06-17T12:44:51.098Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-17T12:44:51.494Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-17T12:44:51.761Z] --- PASS: TestNetworkNat (0.76s) [2021-06-17T12:44:51.761Z] === RUN TestNetworkLocalhostTCPNat [2021-06-17T12:44:51.925Z] --- PASS: TestKillDifferentUserContainer (0.64s) [2021-06-17T12:44:51.925Z] === RUN TestInspectOomKilledTrue [2021-06-17T12:44:51.925Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-06-17T12:44:51.925Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-17T12:44:51.925Z] === RUN TestInspectOomKilledFalse [2021-06-17T12:44:52.321Z] --- PASS: TestNetworkLocalhostTCPNat (0.67s) [2021-06-17T12:44:52.322Z] === RUN TestNetworkLoopbackNat [2021-06-17T12:44:52.485Z] --- PASS: TestInspectOomKilledFalse (0.62s) [2021-06-17T12:44:52.485Z] === RUN TestLinksEtcHostsContentMatch [2021-06-17T12:44:53.046Z] --- PASS: TestLinksEtcHostsContentMatch (0.76s) [2021-06-17T12:44:53.046Z] === RUN TestLinksContainerNames [2021-06-17T12:44:53.405Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-17T12:44:54.412Z] --- PASS: TestLinksContainerNames (1.30s) [2021-06-17T12:44:54.412Z] === RUN TestLogsFollowTailEmpty [2021-06-17T12:44:54.974Z] --- PASS: TestLogsFollowTailEmpty (0.64s) [2021-06-17T12:44:54.974Z] === RUN TestContainerNetworkMountsNoChown [2021-06-17T12:44:55.586Z] --- PASS: TestNetworkLoopbackNat (2.95s) [2021-06-17T12:44:55.586Z] === RUN TestPause [2021-06-17T12:44:55.586Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-17T12:44:55.586Z] --- SKIP: TestPause (0.00s) [2021-06-17T12:44:55.586Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-17T12:44:55.586Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-17T12:44:55.586Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-17T12:44:55.586Z] === RUN TestPauseStopPausedContainer [2021-06-17T12:44:55.586Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-17T12:44:55.586Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-06-17T12:44:55.586Z] === RUN TestPidHost [2021-06-17T12:44:55.903Z] --- PASS: TestContainerNetworkMountsNoChown (0.63s) [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/default [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/default [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/private [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/private [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/rprivate [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/slave [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/slave [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/rslave [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/shared [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/shared [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/rshared [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/default [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/rshared [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/shared [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/rslave [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/slave [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/rprivate [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/private [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-17T12:44:55.903Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-17T12:44:55.903Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-17T12:44:55.903Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-17T12:44:55.944Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-17T12:44:56.159Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-17T12:44:56.159Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-17T12:44:56.160Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-17T12:44:56.160Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-17T12:44:56.160Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-17T12:44:56.160Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-17T12:44:56.160Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.01s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-06-17T12:44:56.160Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.01s) [2021-06-17T12:44:56.160Z] === RUN TestContainerBindMountNonRecursive [2021-06-17T12:44:56.952Z] --- PASS: TestPidHost (1.80s) [2021-06-17T12:44:56.952Z] === RUN TestPsFilter [2021-06-17T12:44:57.207Z] --- PASS: TestPsFilter (0.11s) [2021-06-17T12:44:57.207Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-17T12:44:57.769Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.63s) [2021-06-17T12:44:57.769Z] === RUN TestRemoveContainerWithVolume [2021-06-17T12:44:58.054Z] --- PASS: TestContainerBindMountNonRecursive (1.93s) [2021-06-17T12:44:58.054Z] === RUN TestContainerVolumesMountedAsShared [2021-06-17T12:44:58.331Z] --- PASS: TestRemoveContainerWithVolume (0.65s) [2021-06-17T12:44:58.331Z] === RUN TestRemoveContainerRunning [2021-06-17T12:44:58.487Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-17T12:44:58.487Z] Using test binary docker [2021-06-17T12:44:58.614Z] --- PASS: TestContainerVolumesMountedAsShared (0.45s) [2021-06-17T12:44:58.614Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-17T12:44:58.747Z] +++ /etc/init.d/apparmor start [2021-06-17T12:44:58.747Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-17T12:44:58.747Z] INFO: Waiting for daemon to start... [2021-06-17T12:44:58.747Z] Starting dockerd [2021-06-17T12:44:58.747Z] +++ 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-06-17T12:44:58.894Z] --- PASS: TestRemoveContainerRunning (0.62s) [2021-06-17T12:44:58.894Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-17T12:44:59.174Z] --- PASS: TestContainerVolumesMountedAsSlave (0.79s) [2021-06-17T12:44:59.174Z] === RUN TestNetworkNat [2021-06-17T12:44:59.820Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.63s) [2021-06-17T12:44:59.820Z] === RUN TestRemoveInvalidContainer [2021-06-17T12:44:59.820Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-06-17T12:44:59.820Z] === RUN TestRenameLinkedContainer [2021-06-17T12:45:00.102Z] --- PASS: TestNetworkNat (0.68s) [2021-06-17T12:45:00.102Z] === RUN TestNetworkLocalhostTCPNat [2021-06-17T12:45:00.663Z] --- PASS: TestNetworkLocalhostTCPNat (0.68s) [2021-06-17T12:45:00.663Z] === RUN TestNetworkLoopbackNat [2021-06-17T12:45:01.290Z] . [2021-06-17T12:45:01.290Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-17T12:45:01.290Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-17T12:45:01.290Z] Error: No such image: emptyfs [2021-06-17T12:45:01.290Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-17T12:45:01.290Z] ++++ docker load [2021-06-17T12:45:01.290Z] Running integration-test (iteration 1) [2021-06-17T12:45:01.290Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-17T12:45:01.290Z] ++ 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-06-17T12:45:01.290Z] ++ set -e [2021-06-17T12:45:01.290Z] ++ '[' -n 0 ']' [2021-06-17T12:45:01.290Z] ++ set -x [2021-06-17T12:45:01.290Z] ++ 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-06-17T12:45:02.336Z] --- PASS: TestRenameLinkedContainer (2.54s) [2021-06-17T12:45:02.336Z] === RUN TestRenameStoppedContainer [2021-06-17T12:45:02.898Z] --- PASS: TestRenameStoppedContainer (0.61s) [2021-06-17T12:45:02.898Z] === RUN TestRenameRunningContainerAndReuse [2021-06-17T12:45:03.315Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-17T12:45:03.315Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-17T12:45:03.576Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-17T12:45:03.926Z] --- PASS: TestNetworkLoopbackNat (3.05s) [2021-06-17T12:45:03.926Z] === RUN TestPause [2021-06-17T12:45:04.262Z] --- PASS: TestRenameRunningContainerAndReuse (1.26s) [2021-06-17T12:45:04.262Z] === RUN TestRenameInvalidName [2021-06-17T12:45:04.486Z] --- PASS: TestPause (0.67s) [2021-06-17T12:45:04.486Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-17T12:45:04.486Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-17T12:45:04.486Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-17T12:45:04.486Z] === RUN TestPauseStopPausedContainer [2021-06-17T12:45:04.824Z] --- PASS: TestRenameInvalidName (0.67s) [2021-06-17T12:45:04.824Z] === RUN TestRenameAnonymousContainer [2021-06-17T12:45:04.961Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-17T12:45:05.048Z] --- PASS: TestPauseStopPausedContainer (0.69s) [2021-06-17T12:45:05.048Z] === RUN TestPidHost [2021-06-17T12:45:06.936Z] --- PASS: TestPidHost (1.99s) [2021-06-17T12:45:06.936Z] === RUN TestPsFilter [2021-06-17T12:45:07.192Z] --- PASS: TestPsFilter (0.10s) [2021-06-17T12:45:07.192Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-17T12:45:07.341Z] --- PASS: TestRenameAnonymousContainer (2.16s) [2021-06-17T12:45:07.341Z] === RUN TestRenameContainerWithSameName [2021-06-17T12:45:07.597Z] --- PASS: TestRenameContainerWithSameName (0.61s) [2021-06-17T12:45:07.597Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-17T12:45:07.753Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.64s) [2021-06-17T12:45:07.753Z] === RUN TestRemoveContainerWithVolume [2021-06-17T12:45:08.681Z] --- PASS: TestRemoveContainerWithVolume (0.69s) [2021-06-17T12:45:08.681Z] === RUN TestRemoveContainerRunning [2021-06-17T12:45:08.961Z] --- PASS: TestRenameContainerWithLinkedContainer (1.25s) [2021-06-17T12:45:08.961Z] === RUN TestResize [2021-06-17T12:45:09.159Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-17T12:45:09.241Z] --- PASS: TestRemoveContainerRunning (0.64s) [2021-06-17T12:45:09.241Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-17T12:45:09.523Z] --- PASS: TestResize (0.64s) [2021-06-17T12:45:09.523Z] === RUN TestResizeWithInvalidSize [2021-06-17T12:45:09.801Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.69s) [2021-06-17T12:45:09.801Z] === RUN TestRemoveInvalidContainer [2021-06-17T12:45:09.801Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-06-17T12:45:09.801Z] === RUN TestRenameLinkedContainer [2021-06-17T12:45:10.083Z] --- PASS: TestResizeWithInvalidSize (0.63s) [2021-06-17T12:45:10.083Z] === RUN TestResizeWhenContainerNotStarted [2021-06-17T12:45:10.644Z] --- PASS: TestResizeWhenContainerNotStarted (0.60s) [2021-06-17T12:45:10.644Z] === RUN TestDaemonRestartKillContainers [2021-06-17T12:45:10.644Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-06-17T12:45:10.644Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-06-17T12:45:10.644Z] === RUN TestCgroupNamespacesRun [2021-06-17T12:45:12.315Z] --- PASS: TestRenameLinkedContainer (2.62s) [2021-06-17T12:45:12.315Z] === RUN TestRenameStoppedContainer [2021-06-17T12:45:13.157Z] --- PASS: TestCgroupNamespacesRun (2.64s) [2021-06-17T12:45:13.157Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-17T12:45:13.240Z] --- PASS: TestRenameStoppedContainer (0.65s) [2021-06-17T12:45:13.240Z] === RUN TestRenameRunningContainerAndReuse [2021-06-17T12:45:14.604Z] --- PASS: TestRenameRunningContainerAndReuse (1.33s) [2021-06-17T12:45:14.604Z] === RUN TestRenameInvalidName [2021-06-17T12:45:15.165Z] --- PASS: TestRenameInvalidName (0.65s) [2021-06-17T12:45:15.165Z] === RUN TestRenameAnonymousContainer [2021-06-17T12:45:15.671Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.19s) [2021-06-17T12:45:15.671Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-17T12:45:15.733Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-17T12:45:17.680Z] --- PASS: TestRenameAnonymousContainer (2.23s) [2021-06-17T12:45:17.680Z] === RUN TestRenameContainerWithSameName [2021-06-17T12:45:17.799Z] ..........................xx.................... [ 29%] [2021-06-17T12:45:17.936Z] --- PASS: TestRenameContainerWithSameName (0.67s) [2021-06-17T12:45:17.936Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-17T12:45:18.204Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.59s) [2021-06-17T12:45:18.205Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-17T12:45:19.302Z] --- PASS: TestRenameContainerWithLinkedContainer (1.35s) [2021-06-17T12:45:19.302Z] === RUN TestResize [2021-06-17T12:45:19.863Z] --- PASS: TestResize (0.65s) [2021-06-17T12:45:19.863Z] === RUN TestResizeWithInvalidSize [2021-06-17T12:45:20.736Z] --- PASS: TestCgroupNamespacesRunHostMode (2.70s) [2021-06-17T12:45:20.736Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-17T12:45:20.788Z] --- PASS: TestResizeWithInvalidSize (0.67s) [2021-06-17T12:45:20.788Z] === RUN TestResizeWhenContainerNotStarted [2021-06-17T12:45:21.011Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-17T12:45:21.011Z] Using test binary docker [2021-06-17T12:45:21.011Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-17T12:45:21.011Z] +++ /etc/init.d/apparmor start [2021-06-17T12:45:21.011Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-17T12:45:21.011Z] INFO: Waiting for daemon to start... [2021-06-17T12:45:21.011Z] Starting dockerd [2021-06-17T12:45:21.011Z] +++ 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-06-17T12:45:21.348Z] --- PASS: TestResizeWhenContainerNotStarted (0.62s) [2021-06-17T12:45:21.348Z] === RUN TestDaemonRestartKillContainers [2021-06-17T12:45:21.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-17T12:45:21.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-17T12:45:21.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-17T12:45:21.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-17T12:45:21.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-17T12:45:21.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-17T12:45:21.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-17T12:45:21.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-17T12:45:21.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-17T12:45:21.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-17T12:45:21.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-17T12:45:21.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-17T12:45:21.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-17T12:45:21.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-17T12:45:21.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-17T12:45:21.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-17T12:45:21.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:45:21.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:45:21.348Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:45:21.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:45:21.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:45:21.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:45:21.348Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:45:21.348Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:45:21.348Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-17T12:45:21.348Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-17T12:45:22.391Z] . [2021-06-17T12:45:22.391Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-17T12:45:22.391Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-17T12:45:22.391Z] Error: No such image: emptyfs [2021-06-17T12:45:22.391Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-17T12:45:22.391Z] ++++ docker load [2021-06-17T12:45:22.651Z] Running integration-test (iteration 1) [2021-06-17T12:45:22.651Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-06-17T12:45:22.651Z] ++ 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-06-17T12:45:22.651Z] ++ set -e [2021-06-17T12:45:22.651Z] ++ '[' -n 0 ']' [2021-06-17T12:45:22.651Z] ++ set -x [2021-06-17T12:45:22.651Z] ++ 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-06-17T12:45:23.237Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:45:23.248Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.59s) [2021-06-17T12:45:23.248Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-17T12:45:23.494Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:45:24.422Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:45:24.677Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:45:25.610Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-17T12:45:25.765Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.19s) [2021-06-17T12:45:25.765Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-17T12:45:26.171Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-17T12:45:27.129Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.68s) [2021-06-17T12:45:27.129Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-17T12:45:28.130Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-17T12:45:28.389Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-17T12:45:29.648Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.57s) [2021-06-17T12:45:29.648Z] === RUN TestNISDomainname [2021-06-17T12:45:29.648Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-06-17T12:45:29.648Z] --- SKIP: TestNISDomainname (0.01s) [2021-06-17T12:45:29.648Z] === RUN TestHostnameDnsResolution [2021-06-17T12:45:30.904Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-17T12:45:31.015Z] --- PASS: TestHostnameDnsResolution (1.08s) [2021-06-17T12:45:31.016Z] === RUN TestStats [2021-06-17T12:45:31.016Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-17T12:45:31.016Z] --- SKIP: TestStats (0.00s) [2021-06-17T12:45:31.016Z] === RUN TestStopContainerWithTimeout [2021-06-17T12:45:31.016Z] === RUN TestStopContainerWithTimeout/0 [2021-06-17T12:45:31.016Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-17T12:45:31.016Z] === RUN TestStopContainerWithTimeout/1 [2021-06-17T12:45:31.016Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-17T12:45:31.016Z] === RUN TestStopContainerWithTimeout/3 [2021-06-17T12:45:31.016Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-17T12:45:31.016Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-17T12:45:31.016Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-17T12:45:31.016Z] === CONT TestStopContainerWithTimeout/0 [2021-06-17T12:45:31.016Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-17T12:45:31.159Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-17T12:45:31.943Z] === CONT TestStopContainerWithTimeout/3 [2021-06-17T12:45:33.049Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-06-17T12:45:33.049Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.04s) [2021-06-17T12:45:33.049Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.27s) [2021-06-17T12:45:33.049Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.22s) [2021-06-17T12:45:33.049Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.28s) [2021-06-17T12:45:33.049Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.23s) [2021-06-17T12:45:33.049Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.26s) [2021-06-17T12:45:33.049Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.16s) [2021-06-17T12:45:33.049Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.22s) [2021-06-17T12:45:33.049Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.76s) [2021-06-17T12:45:33.049Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.80s) [2021-06-17T12:45:33.049Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.11s) [2021-06-17T12:45:33.049Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.08s) [2021-06-17T12:45:33.049Z] === RUN TestCgroupNamespacesRun [2021-06-17T12:45:33.832Z] === CONT TestStopContainerWithTimeout/1 [2021-06-17T12:45:34.943Z] --- PASS: TestCgroupNamespacesRun (1.63s) [2021-06-17T12:45:34.943Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-17T12:45:34.943Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-06-17T12:45:34.943Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-06-17T12:45:34.943Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-17T12:45:35.721Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-06-17T12:45:35.721Z] --- PASS: TestStopContainerWithTimeout/0 (0.88s) [2021-06-17T12:45:35.721Z] --- PASS: TestStopContainerWithTimeout/-1 (2.96s) [2021-06-17T12:45:35.721Z] --- PASS: TestStopContainerWithTimeout/3 (2.63s) [2021-06-17T12:45:35.721Z] --- PASS: TestStopContainerWithTimeout/1 (1.67s) [2021-06-17T12:45:35.721Z] === RUN TestDeleteDevicemapper [2021-06-17T12:45:35.721Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-17T12:45:35.721Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-17T12:45:35.721Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-17T12:45:36.306Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.59s) [2021-06-17T12:45:36.306Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-17T12:45:37.552Z] Loaded image: buildpack-deps:buster [2021-06-17T12:45:37.552Z] Loaded image: busybox:latest [2021-06-17T12:45:37.552Z] Loaded image: busybox:glibc [2021-06-17T12:45:37.613Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.20s) [2021-06-17T12:45:37.613Z] === RUN TestUpdateMemory [2021-06-17T12:45:37.613Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-17T12:45:37.613Z] --- SKIP: TestUpdateMemory (0.00s) [2021-06-17T12:45:37.613Z] === RUN TestUpdateCPUQuota [2021-06-17T12:45:37.613Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-17T12:45:37.613Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-06-17T12:45:37.613Z] === RUN TestUpdatePidsLimit [2021-06-17T12:45:37.613Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-17T12:45:37.613Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-06-17T12:45:37.613Z] === RUN TestUpdateRestartPolicy [2021-06-17T12:45:38.191Z] --- PASS: TestCgroupNamespacesRunHostMode (1.64s) [2021-06-17T12:45:38.191Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-17T12:45:39.555Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.58s) [2021-06-17T12:45:39.555Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-17T12:45:40.855Z] Loaded image: debian:bullseye [2021-06-17T12:45:40.855Z] Loaded image: hello-world:latest [2021-06-17T12:45:40.855Z] Loaded image: arm32v7/hello-world:latest [2021-06-17T12:45:40.855Z] INFO: Testing against a local daemon [2021-06-17T12:45:40.855Z] === RUN TestCgroupNamespacesBuild [2021-06-17T12:45:40.919Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s) [2021-06-17T12:45:40.919Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-17T12:45:41.481Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2021-06-17T12:45:41.481Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-17T12:45:42.764Z] --- PASS: TestCgroupNamespacesBuild (2.06s) [2021-06-17T12:45:42.764Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-17T12:45:43.089Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-06-17T12:45:43.368Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.65s) [2021-06-17T12:45:43.368Z] === RUN TestNISDomainname [2021-06-17T12:45:43.771Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-06-17T12:45:43.771Z] [2021-06-17T12:45:43.771Z] ________ ____ __. [2021-06-17T12:45:43.771Z] \_____ \ | |/ _| [2021-06-17T12:45:43.771Z] / | \| < [2021-06-17T12:45:43.771Z] / | \ | \ [2021-06-17T12:45:43.771Z] \_______ /____|__ \ [2021-06-17T12:45:43.771Z] \/ \/ [2021-06-17T12:45:43.771Z] [2021-06-17T12:45:43.771Z] INFO: make.ps1 ended at 06/17/2021 12:45:39 [2021-06-17T12:45:43.771Z] INFO: Binaries build ended at 06/17/2021 12:45:41. Duration:00:01:14.5283943 [2021-06-17T12:45:43.771Z] INFO: Copying the built daemon binary to d:\CI\PR-42510\5\binary\dockerd-c21eaf9a07.exe... [2021-06-17T12:45:43.771Z] INFO: Copying the built client binary to d:\CI\PR-42510\5\binary\docker-c21eaf9a07.exe... [2021-06-17T12:45:43.771Z] INFO: Copying dockerversion from the container... [2021-06-17T12:45:43.771Z] INFO: Copying the golang package from the container to d:\CI\PR-42510\5\installer\go.zip... [2021-06-17T12:45:44.225Z] INFO: Extracting go.zip to d:\CI\PR-42510\5\go [2021-06-17T12:45:44.295Z] --- PASS: TestNISDomainname (1.22s) [2021-06-17T12:45:44.295Z] === RUN TestHostnameDnsResolution [2021-06-17T12:45:44.671Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.63s) [2021-06-17T12:45:44.671Z] === RUN TestBuildWithSession [2021-06-17T12:45:44.671Z] build_session_test.go:25: TODO: BuildKit [2021-06-17T12:45:44.671Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-17T12:45:44.671Z] === RUN TestBuildSquashParent [2021-06-17T12:45:45.662Z] --- PASS: TestHostnameDnsResolution (1.16s) [2021-06-17T12:45:45.662Z] === RUN TestStats [2021-06-17T12:45:47.993Z] Loaded image: buildpack-deps:buster [2021-06-17T12:45:47.993Z] Loaded image: busybox:latest [2021-06-17T12:45:47.993Z] Loaded image: busybox:glibc [2021-06-17T12:45:48.173Z] --- PASS: TestStats (2.67s) [2021-06-17T12:45:48.174Z] === RUN TestStopContainerWithTimeout [2021-06-17T12:45:48.174Z] === RUN TestStopContainerWithTimeout/0 [2021-06-17T12:45:48.174Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-17T12:45:48.174Z] === RUN TestStopContainerWithTimeout/1 [2021-06-17T12:45:48.174Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-17T12:45:48.174Z] === RUN TestStopContainerWithTimeout/3 [2021-06-17T12:45:48.174Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-17T12:45:48.174Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-17T12:45:48.174Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-17T12:45:48.174Z] === CONT TestStopContainerWithTimeout/0 [2021-06-17T12:45:48.174Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-17T12:45:49.101Z] === CONT TestStopContainerWithTimeout/3 [2021-06-17T12:45:49.778Z] --- PASS: TestUpdateRestartPolicy (12.18s) [2021-06-17T12:45:49.778Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-17T12:45:49.951Z] --- PASS: TestBuildSquashParent (5.76s) [2021-06-17T12:45:49.951Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-17T12:45:49.951Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-17T12:45:49.951Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-17T12:45:49.951Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-17T12:45:49.951Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-17T12:45:49.951Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-17T12:45:49.951Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-17T12:45:49.951Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-17T12:45:49.951Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-17T12:45:49.951Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-17T12:45:49.951Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-17T12:45:49.951Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-17T12:45:49.951Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-17T12:45:49.951Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-17T12:45:49.951Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-17T12:45:49.951Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-17T12:45:49.951Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-17T12:45:50.341Z] --- PASS: TestUpdateRestartWithAutoRemove (0.62s) [2021-06-17T12:45:50.341Z] === RUN TestWaitNonBlocked [2021-06-17T12:45:50.341Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-17T12:45:50.598Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-17T12:45:50.598Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-17T12:45:50.598Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-17T12:45:50.598Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-17T12:45:50.598Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-17T12:45:51.526Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-06-17T12:45:51.526Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.91s) [2021-06-17T12:45:51.526Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.04s) [2021-06-17T12:45:51.526Z] === RUN TestWaitBlocked [2021-06-17T12:45:51.526Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-17T12:45:51.526Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-17T12:45:51.526Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-17T12:45:51.526Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-17T12:45:51.526Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-17T12:45:51.526Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-17T12:45:51.614Z] === CONT TestStopContainerWithTimeout/1 [2021-06-17T12:45:52.767Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-06-17T12:45:52.904Z] --- PASS: TestWaitBlocked (0.01s) [2021-06-17T12:45:52.904Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.93s) [2021-06-17T12:45:52.904Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.07s) [2021-06-17T12:45:52.904Z] === CONT TestDaemonRestartIpcMode [2021-06-17T12:45:52.904Z] === CONT TestIpcModeOlderClient [2021-06-17T12:45:52.904Z] --- PASS: TestIpcModeOlderClient (0.08s) [2021-06-17T12:45:52.904Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-17T12:45:52.978Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-06-17T12:45:52.978Z] --- PASS: TestStopContainerWithTimeout/0 (0.99s) [2021-06-17T12:45:52.978Z] --- PASS: TestStopContainerWithTimeout/-1 (2.99s) [2021-06-17T12:45:52.978Z] --- PASS: TestStopContainerWithTimeout/3 (2.60s) [2021-06-17T12:45:52.978Z] --- PASS: TestStopContainerWithTimeout/1 (1.68s) [2021-06-17T12:45:52.978Z] === RUN TestDeleteDevicemapper [2021-06-17T12:45:52.978Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-17T12:45:52.978Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-17T12:45:52.978Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-17T12:45:53.303Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-17T12:45:53.303Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-17T12:45:54.575Z] Loaded image: debian:bullseye [2021-06-17T12:45:54.575Z] Loaded image: hello-world:latest [2021-06-17T12:45:54.575Z] Loaded image: arm32v7/hello-world:latest [2021-06-17T12:45:54.575Z] INFO: Testing against a local daemon [2021-06-17T12:45:54.575Z] === RUN TestCgroupNamespacesBuild [2021-06-17T12:45:55.217Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-17T12:45:55.217Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.75s) [2021-06-17T12:45:55.217Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.91s) [2021-06-17T12:45:55.217Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.16s) [2021-06-17T12:45:55.217Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.27s) [2021-06-17T12:45:55.217Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.27s) [2021-06-17T12:45:55.217Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.16s) [2021-06-17T12:45:55.217Z] === RUN TestBuildMultiStageCopy [2021-06-17T12:45:55.218Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-17T12:45:56.245Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.96s) [2021-06-17T12:45:56.245Z] === RUN TestUpdateMemory [2021-06-17T12:45:56.428Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-06-17T12:45:57.125Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-17T12:45:57.173Z] --- PASS: TestCgroupNamespacesBuild (2.75s) [2021-06-17T12:45:57.173Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-17T12:45:57.174Z] --- PASS: TestUpdateMemory (1.18s) [2021-06-17T12:45:57.174Z] === RUN TestUpdateCPUQuota [2021-06-17T12:45:57.385Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-17T12:45:57.645Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-17T12:45:58.147Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.62s) [2021-06-17T12:45:58.147Z] --- PASS: TestDaemonRestartIpcMode (5.33s) [2021-06-17T12:45:58.147Z] PASS [2021-06-17T12:45:58.147Z] [2021-06-17T12:45:58.147Z] === Skipped [2021-06-17T12:45:58.147Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-17T12:45:58.147Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-17T12:45:58.147Z] [2021-06-17T12:45:58.147Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-06-17T12:45:58.147Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-06-17T12:45:58.147Z] [2021-06-17T12:45:58.147Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-06-17T12:45:58.147Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:45:58.147Z] [2021-06-17T12:45:58.147Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-06-17T12:45:58.147Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-06-17T12:45:58.147Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-06-17T12:45:58.148Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-06-17T12:45:58.148Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-06-17T12:45:58.148Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-06-17T12:45:58.148Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-06-17T12:45:58.148Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-17T12:45:58.148Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-06-17T12:45:58.148Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-06-17T12:45:58.148Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-06-17T12:45:58.148Z] 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-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-06-17T12:45:58.148Z] 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-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-06-17T12:45:58.148Z] 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-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-06-17T12:45:58.148Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-17T12:45:58.148Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-06-17T12:45:58.148Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-06-17T12:45:58.148Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-06-17T12:45:58.148Z] run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-06-17T12:45:58.148Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-17T12:45:58.148Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-06-17T12:45:58.148Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-06-17T12:45:58.148Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-06-17T12:45:58.148Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] [2021-06-17T12:45:58.148Z] DONE 177 tests, 25 skipped in 102.935s [2021-06-17T12:45:58.148Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-17T12:45:58.148Z] INFO: Testing against a local daemon [2021-06-17T12:45:58.148Z] === RUN TestCommitInheritsEnv [2021-06-17T12:45:58.215Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-17T12:45:58.475Z] --- PASS: TestBuildMultiStageCopy (3.29s) [2021-06-17T12:45:58.475Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.98s) [2021-06-17T12:45:58.475Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.28s) [2021-06-17T12:45:58.475Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.36s) [2021-06-17T12:45:58.475Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.30s) [2021-06-17T12:45:58.475Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.36s) [2021-06-17T12:45:58.475Z] === RUN TestBuildMultiStageParentConfig [2021-06-17T12:45:59.415Z] --- PASS: TestBuildMultiStageParentConfig (0.82s) [2021-06-17T12:45:59.415Z] === RUN TestBuildLabelWithTargets [2021-06-17T12:45:59.727Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.45s) [2021-06-17T12:45:59.727Z] === RUN TestBuildWithSession [2021-06-17T12:45:59.727Z] build_session_test.go:25: TODO: BuildKit [2021-06-17T12:45:59.727Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-17T12:45:59.727Z] === RUN TestBuildSquashParent [2021-06-17T12:46:00.034Z] --- PASS: TestCommitInheritsEnv (2.05s) [2021-06-17T12:46:00.034Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-17T12:46:00.034Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-17T12:46:00.034Z] === RUN TestImagesFilterMultiReference [2021-06-17T12:46:00.289Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-06-17T12:46:00.289Z] === RUN TestImagePullPlatformInvalid [2021-06-17T12:46:00.289Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-06-17T12:46:00.289Z] === RUN TestRemoveImageOrphaning [2021-06-17T12:46:00.797Z] --- PASS: TestBuildLabelWithTargets (1.28s) [2021-06-17T12:46:00.798Z] === RUN TestBuildWithEmptyLayers [2021-06-17T12:46:01.058Z] --- PASS: TestBuildWithEmptyLayers (0.63s) [2021-06-17T12:46:01.058Z] === RUN TestBuildMultiStageOnBuild [2021-06-17T12:46:02.176Z] --- PASS: TestRemoveImageOrphaning (1.90s) [2021-06-17T12:46:02.176Z] === RUN TestRemoveImageGarbageCollector [2021-06-17T12:46:02.176Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-06-17T12:46:02.176Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-06-17T12:46:02.176Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-17T12:46:02.176Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-06-17T12:46:02.176Z] === RUN TestTagInvalidReference [2021-06-17T12:46:02.176Z] --- PASS: TestTagInvalidReference (0.01s) [2021-06-17T12:46:02.176Z] === RUN TestTagValidPrefixedRepo [2021-06-17T12:46:02.176Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-06-17T12:46:02.176Z] === RUN TestTagExistedNameWithoutForce [2021-06-17T12:46:02.176Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-06-17T12:46:02.176Z] === RUN TestTagOfficialNames [2021-06-17T12:46:02.431Z] --- PASS: TestTagOfficialNames (0.06s) [2021-06-17T12:46:02.431Z] === RUN TestTagMatchesDigest [2021-06-17T12:46:02.431Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-06-17T12:46:02.431Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-17T12:46:03.599Z] --- PASS: TestBuildMultiStageOnBuild (2.30s) [2021-06-17T12:46:03.599Z] === RUN TestBuildUncleanTarFilenames [2021-06-17T12:46:03.714Z] --- PASS: TestUpdateCPUQuota (6.18s) [2021-06-17T12:46:03.714Z] === RUN TestUpdatePidsLimit [2021-06-17T12:46:03.714Z] === RUN TestUpdatePidsLimit/update_from_none [2021-06-17T12:46:03.714Z] === RUN TestUpdatePidsLimit/no_change [2021-06-17T12:46:04.539Z] --- PASS: TestBuildUncleanTarFilenames (0.90s) [2021-06-17T12:46:04.539Z] === RUN TestBuildMultiStageLayerLeak [2021-06-17T12:46:04.642Z] === RUN TestUpdatePidsLimit/update_lower [2021-06-17T12:46:05.204Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-06-17T12:46:05.765Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-06-17T12:46:06.327Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-06-17T12:46:06.888Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-06-17T12:46:07.079Z] --- PASS: TestBuildMultiStageLayerLeak (2.36s) [2021-06-17T12:46:07.079Z] === RUN TestBuildWithHugeFile [2021-06-17T12:46:08.252Z] --- PASS: TestUpdatePidsLimit (5.10s) [2021-06-17T12:46:08.252Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.66s) [2021-06-17T12:46:08.252Z] --- PASS: TestUpdatePidsLimit/no_change (0.65s) [2021-06-17T12:46:08.252Z] --- PASS: TestUpdatePidsLimit/update_lower (0.62s) [2021-06-17T12:46:08.252Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.64s) [2021-06-17T12:46:08.252Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.65s) [2021-06-17T12:46:08.252Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.63s) [2021-06-17T12:46:08.252Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.67s) [2021-06-17T12:46:08.252Z] === RUN TestUpdateRestartPolicy [2021-06-17T12:46:09.254Z] INFO: Extraction ended at 06/17/2021 12:46:06. Duration:00:00:22.3846265 [2021-06-17T12:46:09.254Z] INFO: Updating the golang and path environment variables [2021-06-17T12:46:09.254Z] INFO: GOPATH=d:\gopath [2021-06-17T12:46:09.254Z] INFO: go version go1.16.5 windows/amd64 [2021-06-17T12:46:09.254Z] INFO: Running the daemon under test in debug mode [2021-06-17T12:46:09.254Z] INFO: Starting a daemon under test... [2021-06-17T12:46:09.254Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42510\5\daemon --pidfile d:\CI\PR-42510\5\docker.pid -D [2021-06-17T12:46:09.254Z] INFO: Process started successfully. [2021-06-17T12:46:09.254Z] INFO: Start tailing logs of the daemon under tests [2021-06-17T12:46:09.254Z] INFO: Waiting for the daemon under test to start... [2021-06-17T12:46:11.943Z] --- PASS: TestBuildSquashParent (12.28s) [2021-06-17T12:46:11.943Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-17T12:46:11.943Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-17T12:46:11.943Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-17T12:46:11.943Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-17T12:46:11.943Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-17T12:46:11.943Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-17T12:46:11.943Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-17T12:46:11.943Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-17T12:46:11.943Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-17T12:46:11.943Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-17T12:46:11.943Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-17T12:46:11.943Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-17T12:46:11.943Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-17T12:46:11.943Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-17T12:46:11.943Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-17T12:46:16.829Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-06-17T12:46:17.222Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-17T12:46:17.222Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-17T12:46:20.584Z] --- PASS: TestUpdateRestartPolicy (12.45s) [2021-06-17T12:46:20.584Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-17T12:46:21.509Z] --- PASS: TestUpdateRestartWithAutoRemove (0.66s) [2021-06-17T12:46:21.509Z] === RUN TestWaitNonBlocked [2021-06-17T12:46:21.509Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-17T12:46:21.509Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-17T12:46:21.509Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-17T12:46:21.509Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-17T12:46:21.509Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-17T12:46:21.509Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-17T12:46:22.436Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-06-17T12:46:22.436Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.06s) [2021-06-17T12:46:22.436Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.09s) [2021-06-17T12:46:22.436Z] === RUN TestWaitBlocked [2021-06-17T12:46:22.436Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-17T12:46:22.436Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-17T12:46:22.436Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-17T12:46:22.436Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-17T12:46:22.436Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-17T12:46:22.436Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-17T12:46:22.499Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-17T12:46:22.499Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-17T12:46:23.875Z] --- PASS: TestWaitBlocked (0.01s) [2021-06-17T12:46:23.875Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.15s) [2021-06-17T12:46:23.875Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.15s) [2021-06-17T12:46:23.875Z] === CONT TestContainerStartOnDaemonRestart [2021-06-17T12:46:23.875Z] === CONT TestContainerKillOnDaemonStart [2021-06-17T12:46:24.977Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-06-17T12:46:26.394Z] --- PASS: TestContainerStartOnDaemonRestart (2.72s) [2021-06-17T12:46:26.394Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-17T12:46:26.424Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-06-17T12:46:26.937Z] ...INFO: Daemon under test started and replied! [2021-06-17T12:46:26.937Z] INFO: Docker version of the daemon under test [2021-06-17T12:46:26.937Z] [2021-06-17T12:46:26.937Z] Client: [2021-06-17T12:46:26.937Z] Version: 17.06.2-ce [2021-06-17T12:46:26.937Z] API version: 1.30 [2021-06-17T12:46:26.937Z] Go version: go1.8.3 [2021-06-17T12:46:26.937Z] Git commit: cec0b72 [2021-06-17T12:46:26.937Z] Built: Tue Sep 5 19:57:19 2017 [2021-06-17T12:46:26.937Z] OS/Arch: windows/amd64 [2021-06-17T12:46:26.937Z] [2021-06-17T12:46:26.937Z] Server: [2021-06-17T12:46:26.937Z] Version: 0.0.0-dev [2021-06-17T12:46:26.937Z] API version: 1.41 (minimum version 1.24) [2021-06-17T12:46:26.937Z] Go version: go1.16.5 [2021-06-17T12:46:26.937Z] Git commit: c21eaf9a07 [2021-06-17T12:46:26.937Z] Built: 06/17/2021 12:44:31 [2021-06-17T12:46:26.937Z] OS/Arch: windows/amd64 [2021-06-17T12:46:26.937Z] Experimental: false [2021-06-17T12:46:26.937Z] [2021-06-17T12:46:26.937Z] INFO: Docker info of the daemon under test [2021-06-17T12:46:26.937Z] [2021-06-17T12:46:26.937Z] Containers: 0 [2021-06-17T12:46:26.937Z] Running: 0 [2021-06-17T12:46:26.937Z] Paused: 0 [2021-06-17T12:46:26.937Z] Stopped: 0 [2021-06-17T12:46:26.937Z] Images: 0 [2021-06-17T12:46:26.937Z] Server Version: 0.0.0-dev [2021-06-17T12:46:26.937Z] Storage Driver: windowsfilter [2021-06-17T12:46:26.937Z] Windows: [2021-06-17T12:46:26.937Z] Logging Driver: json-file [2021-06-17T12:46:26.937Z] Plugins: [2021-06-17T12:46:26.937Z] Volume: local [2021-06-17T12:46:26.937Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-17T12:46:26.937Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-17T12:46:26.937Z] Swarm: inactive [2021-06-17T12:46:26.937Z] Default Isolation: process [2021-06-17T12:46:26.937Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-17T12:46:26.937Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-17T12:46:26.937Z] OSType: windows [2021-06-17T12:46:26.937Z] Architecture: x86_64 [2021-06-17T12:46:26.937Z] CPUs: 4 [2021-06-17T12:46:26.937Z] Total Memory: 32GiB [2021-06-17T12:46:26.937Z] Name: azwin-2-c6a1d0 [2021-06-17T12:46:26.937Z] ID: YVVV:BOUF:EW7V:7AQI:GC6U:MNUM:XRZE:X33G:5J4P:V3F4:6GAP:2QJK [2021-06-17T12:46:26.937Z] Docker Root Dir: D:\CI\PR-42510\5\daemon [2021-06-17T12:46:26.937Z] Debug Mode (client): false [2021-06-17T12:46:26.937Z] Debug Mode (server): true [2021-06-17T12:46:26.937Z] File Descriptors: -1 [2021-06-17T12:46:26.937Z] Goroutines: 16 [2021-06-17T12:46:26.937Z] System Time: 2021-06-17T12:46:25.8214307Z [2021-06-17T12:46:26.937Z] EventsListeners: 0 [2021-06-17T12:46:26.937Z] Registry: https://index.docker.io/v1/ [2021-06-17T12:46:26.937Z] Labels: [2021-06-17T12:46:26.937Z] Experimental: false [2021-06-17T12:46:26.937Z] Insecure Registries: [2021-06-17T12:46:26.937Z] 127.0.0.0/8 [2021-06-17T12:46:26.937Z] Live Restore Enabled: false [2021-06-17T12:46:26.937Z] [2021-06-17T12:46:26.937Z] [2021-06-17T12:46:26.937Z] INFO: Docker images of the daemon under test [2021-06-17T12:46:26.937Z] [2021-06-17T12:46:26.937Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-17T12:46:26.937Z] [2021-06-17T12:46:26.937Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore/insider [2021-06-17T12:46:26.937Z] 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-06-17T12:46:26.937Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-06-17T12:46:26.937Z] 29d5b6a226d2: Pulling fs layer [2021-06-17T12:46:27.794Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-17T12:46:27.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.22s) [2021-06-17T12:46:27.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.31s) [2021-06-17T12:46:27.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (4.90s) [2021-06-17T12:46:27.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.26s) [2021-06-17T12:46:27.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.08s) [2021-06-17T12:46:27.794Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (4.80s) [2021-06-17T12:46:27.794Z] === RUN TestBuildMultiStageCopy [2021-06-17T12:46:27.794Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-17T12:46:28.908Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.22s) [2021-06-17T12:46:28.908Z] === CONT TestDaemonHostGatewayIP [2021-06-17T12:46:30.772Z] tests/integration/api_service_test.py ....................s............. [ 60%] [2021-06-17T12:46:31.088Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-17T12:46:31.348Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-17T12:46:31.918Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-17T12:46:32.172Z] === CONT TestDaemonRestartIpcMode [2021-06-17T12:46:32.172Z] --- PASS: TestDaemonHostGatewayIP (3.13s) [2021-06-17T12:46:32.487Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-17T12:46:32.747Z] --- PASS: TestBuildMultiStageCopy (5.53s) [2021-06-17T12:46:32.747Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.61s) [2021-06-17T12:46:32.747Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.44s) [2021-06-17T12:46:32.747Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.51s) [2021-06-17T12:46:32.747Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.47s) [2021-06-17T12:46:32.747Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.50s) [2021-06-17T12:46:32.747Z] === RUN TestBuildMultiStageParentConfig [2021-06-17T12:46:34.129Z] --- PASS: TestBuildMultiStageParentConfig (1.11s) [2021-06-17T12:46:34.129Z] === RUN TestBuildLabelWithTargets [2021-06-17T12:46:34.687Z] --- PASS: TestDaemonRestartIpcMode (2.77s) [2021-06-17T12:46:34.687Z] === CONT TestIpcModeOlderClient [2021-06-17T12:46:34.687Z] --- PASS: TestIpcModeOlderClient (0.05s) [2021-06-17T12:46:36.040Z] --- PASS: TestBuildLabelWithTargets (1.88s) [2021-06-17T12:46:36.040Z] === RUN TestBuildWithEmptyLayers [2021-06-17T12:46:36.049Z] --- PASS: TestContainerKillOnDaemonStart (12.21s) [2021-06-17T12:46:36.049Z] PASS [2021-06-17T12:46:36.049Z] [2021-06-17T12:46:36.049Z] === Skipped [2021-06-17T12:46:36.049Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-17T12:46:36.049Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-17T12:46:36.049Z] [2021-06-17T12:46:36.049Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-17T12:46:36.049Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-06-17T12:46:36.050Z] [2021-06-17T12:46:36.050Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-17T12:46:36.050Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-17T12:46:36.050Z] [2021-06-17T12:46:36.050Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-06-17T12:46:36.050Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-06-17T12:46:36.050Z] [2021-06-17T12:46:36.050Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-17T12:46:36.050Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-17T12:46:36.050Z] [2021-06-17T12:46:36.050Z] [2021-06-17T12:46:36.050Z] DONE 196 tests, 5 skipped in 140.734s [2021-06-17T12:46:36.050Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-17T12:46:36.050Z] INFO: Testing against a local daemon [2021-06-17T12:46:36.050Z] === RUN TestCommitInheritsEnv [2021-06-17T12:46:36.050Z] --- PASS: TestCommitInheritsEnv (0.27s) [2021-06-17T12:46:36.050Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-17T12:46:36.050Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-17T12:46:36.050Z] === RUN TestImagesFilterMultiReference [2021-06-17T12:46:36.050Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-06-17T12:46:36.305Z] === RUN TestImagePullPlatformInvalid [2021-06-17T12:46:36.305Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-06-17T12:46:36.305Z] === RUN TestRemoveImageOrphaning [2021-06-17T12:46:36.305Z] --- PASS: TestRemoveImageOrphaning (0.23s) [2021-06-17T12:46:36.305Z] === RUN TestRemoveImageGarbageCollector [2021-06-17T12:46:36.981Z] --- PASS: TestBuildWithEmptyLayers (1.00s) [2021-06-17T12:46:36.981Z] === RUN TestBuildMultiStageOnBuild [2021-06-17T12:46:38.198Z] --- PASS: TestRemoveImageGarbageCollector (1.80s) [2021-06-17T12:46:38.198Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-17T12:46:38.198Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-06-17T12:46:38.198Z] === RUN TestTagInvalidReference [2021-06-17T12:46:38.198Z] --- PASS: TestTagInvalidReference (0.01s) [2021-06-17T12:46:38.198Z] === RUN TestTagValidPrefixedRepo [2021-06-17T12:46:38.198Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-06-17T12:46:38.198Z] === RUN TestTagExistedNameWithoutForce [2021-06-17T12:46:38.198Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-06-17T12:46:38.198Z] === RUN TestTagOfficialNames [2021-06-17T12:46:38.454Z] --- PASS: TestTagOfficialNames (0.05s) [2021-06-17T12:46:38.454Z] === RUN TestTagMatchesDigest [2021-06-17T12:46:38.454Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-06-17T12:46:38.454Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-17T12:46:39.245Z] 29d5b6a226d2: Verifying Checksum [2021-06-17T12:46:39.245Z] 29d5b6a226d2: Download complete [2021-06-17T12:46:41.178Z] --- PASS: TestBuildMultiStageOnBuild (3.92s) [2021-06-17T12:46:41.178Z] === RUN TestBuildUncleanTarFilenames [2021-06-17T12:46:42.559Z] --- PASS: TestBuildUncleanTarFilenames (1.66s) [2021-06-17T12:46:42.559Z] === RUN TestBuildMultiStageLayerLeak [2021-06-17T12:46:45.177Z] .......................... [ 67%] [2021-06-17T12:46:46.761Z] --- PASS: TestBuildMultiStageLayerLeak (4.00s) [2021-06-17T12:46:46.762Z] === RUN TestBuildWithHugeFile [2021-06-17T12:47:03.339Z] --- PASS: TestBuildWithHugeFile (53.34s) [2021-06-17T12:47:03.339Z] === RUN TestBuildWCOWSandboxSize [2021-06-17T12:47:03.339Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-17T12:47:03.339Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-06-17T12:47:03.339Z] === RUN TestBuildWithEmptyDockerfile [2021-06-17T12:47:03.339Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-17T12:47:03.339Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-17T12:47:03.339Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-17T12:47:03.339Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-17T12:47:03.339Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-17T12:47:03.339Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-17T12:47:03.339Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-17T12:47:03.339Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-17T12:47:03.339Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-17T12:47:03.339Z] --- PASS: TestBuildWithEmptyDockerfile (0.15s) [2021-06-17T12:47:03.339Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2021-06-17T12:47:03.339Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2021-06-17T12:47:03.339Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.17s) [2021-06-17T12:47:03.339Z] === RUN TestBuildPreserveOwnership [2021-06-17T12:47:03.339Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-17T12:47:03.599Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-17T12:47:05.508Z] --- PASS: TestBuildPreserveOwnership (4.85s) [2021-06-17T12:47:05.508Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.24s) [2021-06-17T12:47:05.508Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.59s) [2021-06-17T12:47:05.508Z] === RUN TestBuildPlatformInvalid [2021-06-17T12:47:05.508Z] --- PASS: TestBuildPlatformInvalid (0.12s) [2021-06-17T12:47:05.508Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-17T12:47:20.409Z] Loaded image: buildpack-deps:buster [2021-06-17T12:47:20.409Z] Loaded image: busybox:latest [2021-06-17T12:47:20.409Z] Loaded image: busybox:glibc [2021-06-17T12:47:20.409Z] Loaded image: debian:bullseye [2021-06-17T12:47:20.670Z] Loaded image: hello-world:latest [2021-06-17T12:47:20.670Z] Loaded image: arm32v7/hello-world:latest [2021-06-17T12:47:26.121Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-06-17T12:47:30.663Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.91s) [2021-06-17T12:47:30.663Z] PASS [2021-06-17T12:47:30.663Z] [2021-06-17T12:47:30.663Z] === Skipped [2021-06-17T12:47:30.663Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-06-17T12:47:30.663Z] build_session_test.go:25: TODO: BuildKit [2021-06-17T12:47:30.663Z] [2021-06-17T12:47:30.663Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-06-17T12:47:30.663Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-17T12:47:30.663Z] [2021-06-17T12:47:30.663Z] [2021-06-17T12:47:30.663Z] DONE 34 tests, 2 skipped in 126.635s [2021-06-17T12:47:30.663Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-06-17T12:47:30.663Z] ++ 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-06-17T12:47:30.663Z] ++ set -e [2021-06-17T12:47:30.663Z] ++ '[' -n 0 ']' [2021-06-17T12:47:30.663Z] ++ set -x [2021-06-17T12:47:30.663Z] ++ 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-06-17T12:47:33.459Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-17T12:47:33.459Z] Using test binary docker [2021-06-17T12:47:33.459Z] +++ /etc/init.d/apparmor start [2021-06-17T12:47:33.459Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-17T12:47:33.459Z] Starting dockerd [2021-06-17T12:47:33.459Z] INFO: Waiting for daemon to start... [2021-06-17T12:47:33.459Z] +++ 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-06-17T12:47:33.459Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-17T12:47:33.459Z] Using test binary docker [2021-06-17T12:47:33.459Z] +++ /etc/init.d/apparmor start [2021-06-17T12:47:33.459Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-17T12:47:33.459Z] Starting dockerd [2021-06-17T12:47:33.459Z] +++ 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-06-17T12:47:33.459Z] INFO: Waiting for daemon to start... [2021-06-17T12:47:33.955Z] INFO: Testing against a local daemon [2021-06-17T12:47:33.955Z] === RUN TestConfigInspect [2021-06-17T12:47:34.028Z] . [2021-06-17T12:47:34.028Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-17T12:47:34.028Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-17T12:47:34.028Z] Error: No such image: emptyfs [2021-06-17T12:47:34.028Z] ++++ docker load [2021-06-17T12:47:34.028Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-17T12:47:34.287Z] Running integration-test (iteration 1) [2021-06-17T12:47:34.287Z] 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-06-17T12:47:34.287Z] ++ 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-06-17T12:47:34.287Z] ++ set -e [2021-06-17T12:47:34.287Z] ++ '[' -n 0 ']' [2021-06-17T12:47:34.287Z] ++ set -x [2021-06-17T12:47:34.287Z] ++ 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-06-17T12:47:34.547Z] [2021-06-17T12:47:34.547Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-17T12:47:34.547Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-17T12:47:34.547Z] Error: No such image: emptyfs [2021-06-17T12:47:34.547Z] ++++ docker load [2021-06-17T12:47:34.547Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-17T12:47:35.116Z] Running integration-test (iteration 1) [2021-06-17T12:47:35.116Z] 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-06-17T12:47:35.116Z] ++ 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-06-17T12:47:35.116Z] ++ set -e [2021-06-17T12:47:35.116Z] ++ '[' -n 0 ']' [2021-06-17T12:47:35.116Z] ++ set -x [2021-06-17T12:47:35.116Z] ++ 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-06-17T12:47:35.862Z] --- PASS: TestConfigInspect (2.46s) [2021-06-17T12:47:35.862Z] === RUN TestConfigList [2021-06-17T12:47:38.806Z] --- PASS: TestImportExtremelyLargeImageWorks (92.18s) [2021-06-17T12:47:38.806Z] PASS [2021-06-17T12:47:38.806Z] [2021-06-17T12:47:38.806Z] === Skipped [2021-06-17T12:47:38.806Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-06-17T12:47:38.806Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-06-17T12:47:38.806Z] [2021-06-17T12:47:38.806Z] [2021-06-17T12:47:38.806Z] DONE 12 tests, 1 skipped in 96.560s [2021-06-17T12:47:38.806Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-17T12:47:38.806Z] INFO: Testing against a local daemon [2021-06-17T12:47:38.806Z] === RUN TestNetworkCreateDelete [2021-06-17T12:47:38.806Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-06-17T12:47:38.806Z] === RUN TestDockerNetworkDeletePreferID [2021-06-17T12:47:38.806Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2021-06-17T12:47:38.806Z] === RUN TestDaemonDNSFallback [2021-06-17T12:47:39.155Z] --- PASS: TestConfigList (2.68s) [2021-06-17T12:47:39.155Z] === RUN TestConfigsCreateAndDelete [2021-06-17T12:47:40.979Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-06-17T12:47:41.694Z] --- PASS: TestConfigsCreateAndDelete (2.67s) [2021-06-17T12:47:41.694Z] === RUN TestConfigsUpdate [2021-06-17T12:47:42.968Z] --- PASS: TestDaemonDNSFallback (7.52s) [2021-06-17T12:47:42.968Z] === RUN TestInspectNetwork [2021-06-17T12:47:42.968Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:47:42.968Z] --- SKIP: TestInspectNetwork (0.00s) [2021-06-17T12:47:42.968Z] === RUN TestRunContainerWithBridgeNone [2021-06-17T12:47:42.968Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.968Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-06-17T12:47:42.968Z] === RUN TestNetworkInvalidJSON [2021-06-17T12:47:42.968Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-17T12:47:42.968Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-17T12:47:42.968Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-17T12:47:42.968Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-17T12:47:42.968Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-17T12:47:42.968Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-17T12:47:42.968Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-17T12:47:42.968Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-17T12:47:42.968Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-17T12:47:42.968Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-06-17T12:47:42.968Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-17T12:47:42.968Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-17T12:47:42.968Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-17T12:47:42.968Z] === RUN TestNetworkList [2021-06-17T12:47:42.968Z] === RUN TestNetworkList//networks [2021-06-17T12:47:42.968Z] === PAUSE TestNetworkList//networks [2021-06-17T12:47:42.968Z] === RUN TestNetworkList//networks/ [2021-06-17T12:47:42.968Z] === PAUSE TestNetworkList//networks/ [2021-06-17T12:47:42.968Z] === CONT TestNetworkList//networks [2021-06-17T12:47:42.968Z] === CONT TestNetworkList//networks/ [2021-06-17T12:47:42.968Z] --- PASS: TestNetworkList (0.02s) [2021-06-17T12:47:42.968Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-17T12:47:42.968Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-17T12:47:42.968Z] === RUN TestHostIPv4BridgeLabel [2021-06-17T12:47:42.968Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.968Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-06-17T12:47:42.968Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-17T12:47:42.968Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.968Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-06-17T12:47:42.968Z] === RUN TestDaemonDefaultNetworkPools [2021-06-17T12:47:42.968Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.968Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-06-17T12:47:42.968Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-17T12:47:42.968Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.968Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-06-17T12:47:42.968Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-17T12:47:42.968Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.968Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-06-17T12:47:42.968Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-17T12:47:42.968Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.968Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-06-17T12:47:42.968Z] === RUN TestServiceWithPredefinedNetwork [2021-06-17T12:47:42.968Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:47:42.968Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-06-17T12:47:42.968Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-17T12:47:42.968Z] service_test.go:242: FLAKY_TEST [2021-06-17T12:47:42.968Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-17T12:47:42.968Z] === RUN TestServiceWithDataPathPortInit [2021-06-17T12:47:42.968Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:47:42.968Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-06-17T12:47:42.968Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-17T12:47:42.968Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:47:42.968Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-17T12:47:42.968Z] PASS [2021-06-17T12:47:42.968Z] [2021-06-17T12:47:42.968Z] === Skipped [2021-06-17T12:47:42.968Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-06-17T12:47:42.968Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:47:42.968Z] [2021-06-17T12:47:42.968Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-06-17T12:47:42.968Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.968Z] [2021-06-17T12:47:42.968Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-06-17T12:47:42.968Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.968Z] [2021-06-17T12:47:42.969Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-06-17T12:47:42.969Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-06-17T12:47:42.969Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-06-17T12:47:42.969Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-06-17T12:47:42.969Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-06-17T12:47:42.969Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-06-17T12:47:42.969Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-17T12:47:42.969Z] service_test.go:242: FLAKY_TEST [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-06-17T12:47:42.969Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-17T12:47:42.969Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] DONE 22 tests, 12 skipped in 8.225s [2021-06-17T12:47:42.969Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-17T12:47:42.969Z] INFO: Testing against a local daemon [2021-06-17T12:47:42.969Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-17T12:47:42.969Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-17T12:47:42.969Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-17T12:47:42.969Z] === RUN TestDockerNetworkIpvlan [2021-06-17T12:47:42.969Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-17T12:47:42.969Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-17T12:47:42.969Z] PASS [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] === Skipped [2021-06-17T12:47:42.969Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-17T12:47:42.969Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-17T12:47:42.969Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] DONE 2 tests, 2 skipped in 0.105s [2021-06-17T12:47:42.969Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-17T12:47:42.969Z] INFO: Testing against a local daemon [2021-06-17T12:47:42.969Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-17T12:47:42.969Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.969Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-06-17T12:47:42.969Z] === RUN TestDockerNetworkMacvlan [2021-06-17T12:47:42.969Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.969Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-06-17T12:47:42.969Z] PASS [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] === Skipped [2021-06-17T12:47:42.969Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-06-17T12:47:42.969Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-06-17T12:47:42.969Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] DONE 2 tests, 2 skipped in 0.112s [2021-06-17T12:47:42.969Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-17T12:47:42.969Z] testing: warning: no tests to run [2021-06-17T12:47:42.969Z] PASS [2021-06-17T12:47:42.969Z] [2021-06-17T12:47:42.969Z] DONE 0 tests in 0.033s [2021-06-17T12:47:42.969Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-17T12:47:43.131Z] tests/integration/client_test.py ..... [ 75%] [2021-06-17T12:47:43.131Z] tests/integration/context_api_test.py ... [ 76%] [2021-06-17T12:47:43.224Z] INFO: Testing against a local daemon [2021-06-17T12:47:43.224Z] === RUN TestAuthZPluginAllowRequest [2021-06-17T12:47:43.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.224Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-06-17T12:47:43.224Z] === RUN TestAuthZPluginTLS [2021-06-17T12:47:43.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.224Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-06-17T12:47:43.224Z] === RUN TestAuthZPluginDenyRequest [2021-06-17T12:47:43.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.224Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-06-17T12:47:43.224Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-17T12:47:43.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.224Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-06-17T12:47:43.224Z] === RUN TestAuthZPluginDenyResponse [2021-06-17T12:47:43.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.224Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-06-17T12:47:43.224Z] === RUN TestAuthZPluginAllowEventStream [2021-06-17T12:47:43.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.224Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-06-17T12:47:43.224Z] === RUN TestAuthZPluginErrorResponse [2021-06-17T12:47:43.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.224Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-06-17T12:47:43.224Z] === RUN TestAuthZPluginErrorRequest [2021-06-17T12:47:43.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.224Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-06-17T12:47:43.224Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-17T12:47:43.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.224Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-06-17T12:47:43.224Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-17T12:47:43.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.224Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-06-17T12:47:43.224Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-17T12:47:43.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.224Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-06-17T12:47:43.224Z] === RUN TestAuthZPluginHeader [2021-06-17T12:47:43.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.224Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-06-17T12:47:43.224Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-17T12:47:43.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.224Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.16s) [2021-06-17T12:47:43.224Z] === RUN TestAuthZPluginV2Disable [2021-06-17T12:47:43.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.224Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-06-17T12:47:43.224Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-17T12:47:43.224Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.224Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-06-17T12:47:43.224Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-06-17T12:47:43.480Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-06-17T12:47:43.480Z] PASS [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === Skipped [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.16s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-06-17T12:47:43.480Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] DONE 17 tests, 17 skipped in 0.343s [2021-06-17T12:47:43.480Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-17T12:47:43.480Z] INFO: Testing against a local daemon [2021-06-17T12:47:43.480Z] === RUN TestPluginInvalidJSON [2021-06-17T12:47:43.480Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-17T12:47:43.480Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-17T12:47:43.480Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-17T12:47:43.480Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-06-17T12:47:43.480Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-17T12:47:43.480Z] === RUN TestPluginInstall [2021-06-17T12:47:43.480Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] --- SKIP: TestPluginInstall (0.00s) [2021-06-17T12:47:43.480Z] === RUN TestPluginsWithRuntimes [2021-06-17T12:47:43.480Z] 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-06-17T12:47:43.480Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-06-17T12:47:43.480Z] === RUN TestPluginBackCompatMediaTypes [2021-06-17T12:47:43.480Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-06-17T12:47:43.480Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-06-17T12:47:43.480Z] PASS [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === Skipped [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-06-17T12:47:43.480Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-06-17T12:47:43.480Z] 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-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-06-17T12:47:43.480Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] [2021-06-17T12:47:43.480Z] DONE 5 tests, 3 skipped in 0.139s [2021-06-17T12:47:43.480Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-17T12:47:43.735Z] INFO: Testing against a local daemon [2021-06-17T12:47:43.735Z] === RUN TestExternalGraphDriver [2021-06-17T12:47:43.735Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-06-17T12:47:43.735Z] --- SKIP: TestExternalGraphDriver (0.05s) [2021-06-17T12:47:43.735Z] === RUN TestGraphdriverPluginV2 [2021-06-17T12:47:44.066Z] tests/integration/errors_test.py . [ 76%] [2021-06-17T12:47:44.234Z] --- PASS: TestConfigsUpdate (2.67s) [2021-06-17T12:47:44.234Z] === RUN TestTemplatedConfig [2021-06-17T12:47:48.443Z] --- PASS: TestTemplatedConfig (3.79s) [2021-06-17T12:47:48.443Z] === RUN TestConfigCreateResolve [2021-06-17T12:47:50.272Z] --- PASS: TestGraphdriverPluginV2 (5.93s) [2021-06-17T12:47:50.272Z] PASS [2021-06-17T12:47:50.272Z] [2021-06-17T12:47:50.272Z] === Skipped [2021-06-17T12:47:50.272Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.05s) [2021-06-17T12:47:50.272Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-06-17T12:47:50.272Z] [2021-06-17T12:47:50.272Z] [2021-06-17T12:47:50.272Z] DONE 2 tests, 1 skipped in 6.093s [2021-06-17T12:47:50.272Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-17T12:47:50.272Z] INFO: Testing against a local daemon [2021-06-17T12:47:50.272Z] === RUN TestContinueAfterPluginCrash [2021-06-17T12:47:50.272Z] === PAUSE TestContinueAfterPluginCrash [2021-06-17T12:47:50.272Z] === RUN TestReadPluginNoRead [2021-06-17T12:47:50.272Z] === PAUSE TestReadPluginNoRead [2021-06-17T12:47:50.272Z] === RUN TestDaemonStartWithLogOpt [2021-06-17T12:47:50.272Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-17T12:47:50.272Z] === CONT TestContinueAfterPluginCrash [2021-06-17T12:47:50.272Z] === CONT TestDaemonStartWithLogOpt [2021-06-17T12:47:50.352Z] --- PASS: TestConfigCreateResolve (2.62s) [2021-06-17T12:47:50.352Z] === RUN TestConfigDaemonLibtrustID [2021-06-17T12:47:50.921Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2021-06-17T12:47:50.921Z] PASS [2021-06-17T12:47:50.921Z] [2021-06-17T12:47:50.921Z] DONE 7 tests in 21.553s [2021-06-17T12:47:50.921Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-06-17T12:47:50.921Z] ++ 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-06-17T12:47:50.921Z] ++ set -e [2021-06-17T12:47:50.921Z] ++ '[' -n 0 ']' [2021-06-17T12:47:50.921Z] ++ set -x [2021-06-17T12:47:50.921Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-06-17T12:47:55.116Z] INFO: Testing against a local daemon [2021-06-17T12:47:55.116Z] === RUN TestCheckpoint [2021-06-17T12:47:55.116Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-17T12:47:55.116Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-17T12:47:55.116Z] === RUN TestContainerInvalidJSON [2021-06-17T12:47:55.116Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-17T12:47:55.116Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-17T12:47:55.116Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-17T12:47:55.116Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-17T12:47:55.116Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-17T12:47:55.116Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-17T12:47:55.116Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-17T12:47:55.116Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-17T12:47:55.116Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-17T12:47:55.116Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-06-17T12:47:55.116Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-17T12:47:55.116Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-17T12:47:55.116Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-17T12:47:55.116Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-17T12:47:55.116Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-06-17T12:47:55.116Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-17T12:47:55.116Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-06-17T12:47:55.116Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-17T12:47:55.116Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-06-17T12:47:55.116Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-17T12:47:55.116Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-06-17T12:47:55.116Z] === RUN TestCopyFromContainer [2021-06-17T12:47:56.056Z] === RUN TestCopyFromContainer// [2021-06-17T12:47:56.315Z] === RUN TestCopyFromContainer//bar/root [2021-06-17T12:47:56.315Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-17T12:47:56.315Z] === RUN TestCopyFromContainer/bar/quux [2021-06-17T12:47:56.575Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-17T12:47:56.575Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-17T12:47:56.575Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-17T12:47:56.823Z] --- PASS: TestDaemonStartWithLogOpt (6.34s) [2021-06-17T12:47:56.823Z] === CONT TestReadPluginNoRead [2021-06-17T12:47:56.835Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-17T12:47:56.835Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-17T12:47:56.836Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-17T12:47:57.095Z] --- PASS: TestCopyFromContainer (2.36s) [2021-06-17T12:47:57.095Z] --- PASS: TestCopyFromContainer// (0.10s) [2021-06-17T12:47:57.095Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2021-06-17T12:47:57.095Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2021-06-17T12:47:57.095Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2021-06-17T12:47:57.095Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) [2021-06-17T12:47:57.095Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2021-06-17T12:47:57.095Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2021-06-17T12:47:57.095Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2021-06-17T12:47:57.095Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2021-06-17T12:47:57.095Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2021-06-17T12:47:57.095Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-17T12:47:57.095Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-17T12:47:57.095Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-17T12:47:57.095Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-17T12:47:57.095Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-17T12:47:57.095Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-17T12:47:57.095Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-17T12:47:57.095Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-17T12:47:57.095Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-17T12:47:57.095Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-17T12:47:57.095Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-06-17T12:47:57.095Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-17T12:47:57.095Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-17T12:47:57.095Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-17T12:47:57.095Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-17T12:47:57.095Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-06-17T12:47:57.095Z] === RUN TestCreateWithInvalidEnv [2021-06-17T12:47:57.095Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-17T12:47:57.095Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-17T12:47:57.095Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-17T12:47:57.095Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-17T12:47:57.095Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-17T12:47:57.095Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-17T12:47:57.095Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-17T12:47:57.095Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-17T12:47:57.095Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-17T12:47:57.095Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-06-17T12:47:57.095Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-17T12:47:57.095Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-17T12:47:57.095Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-17T12:47:57.095Z] === RUN TestCreateTmpfsMountsTarget [2021-06-17T12:47:57.095Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-06-17T12:47:57.095Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-17T12:47:59.336Z] === RUN TestReadPluginNoRead/default [2021-06-17T12:47:59.633Z] --- PASS: TestCreateWithCustomMaskedPaths (2.25s) [2021-06-17T12:47:59.633Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-17T12:47:59.897Z] --- PASS: TestContinueAfterPluginCrash (10.15s) [2021-06-17T12:48:01.784Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-17T12:48:02.173Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.33s) [2021-06-17T12:48:02.173Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-17T12:48:02.173Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-17T12:48:02.173Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-17T12:48:02.173Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-17T12:48:02.173Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-17T12:48:02.173Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-17T12:48:02.173Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-17T12:48:02.173Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-17T12:48:02.173Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-17T12:48:02.173Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-17T12:48:02.173Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-17T12:48:02.173Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-17T12:48:02.173Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-17T12:48:02.173Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-17T12:48:02.173Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-17T12:48:02.173Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-17T12:48:02.173Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-06-17T12:48:02.173Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-06-17T12:48:02.173Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-06-17T12:48:02.173Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-06-17T12:48:02.173Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-06-17T12:48:02.173Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-17T12:48:02.173Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-17T12:48:02.742Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.79s) [2021-06-17T12:48:02.742Z] === RUN TestCreateDifferentPlatform [2021-06-17T12:48:02.742Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-17T12:48:02.742Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-17T12:48:02.742Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-06-17T12:48:02.742Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-17T12:48:02.742Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-17T12:48:02.742Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-17T12:48:02.742Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-06-17T12:48:02.742Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-17T12:48:02.742Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2021-06-17T12:48:02.742Z] === RUN TestContainerStartOnDaemonRestart [2021-06-17T12:48:02.742Z] === PAUSE TestContainerStartOnDaemonRestart [2021-06-17T12:48:02.742Z] === RUN TestDaemonRestartIpcMode [2021-06-17T12:48:02.742Z] === PAUSE TestDaemonRestartIpcMode [2021-06-17T12:48:02.742Z] === RUN TestDaemonHostGatewayIP [2021-06-17T12:48:02.742Z] === PAUSE TestDaemonHostGatewayIP [2021-06-17T12:48:02.742Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-17T12:48:02.742Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-17T12:48:02.742Z] === RUN TestContainerKillOnDaemonStart [2021-06-17T12:48:02.742Z] === PAUSE TestContainerKillOnDaemonStart [2021-06-17T12:48:02.742Z] === RUN TestDiff [2021-06-17T12:48:03.680Z] --- PASS: TestDiff (0.79s) [2021-06-17T12:48:03.680Z] === RUN TestExecWithCloseStdin [2021-06-17T12:48:04.297Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-17T12:48:04.618Z] --- PASS: TestExecWithCloseStdin (1.09s) [2021-06-17T12:48:04.618Z] === RUN TestExec [2021-06-17T12:48:05.557Z] --- PASS: TestExec (1.03s) [2021-06-17T12:48:05.557Z] === RUN TestExecUser [2021-06-17T12:48:06.810Z] === CONT TestReadPluginNoRead [2021-06-17T12:48:06.810Z] read_test.go:92: [d6e1d3e9252ba] daemon is not started [2021-06-17T12:48:06.810Z] --- PASS: TestReadPluginNoRead (10.71s) [2021-06-17T12:48:06.810Z] --- PASS: TestReadPluginNoRead/default (2.48s) [2021-06-17T12:48:06.810Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.48s) [2021-06-17T12:48:06.810Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.51s) [2021-06-17T12:48:06.810Z] PASS [2021-06-17T12:48:06.810Z] [2021-06-17T12:48:06.810Z] DONE 6 tests in 17.181s [2021-06-17T12:48:06.810Z] 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-06-17T12:48:06.810Z] testing: warning: no tests to run [2021-06-17T12:48:06.810Z] PASS [2021-06-17T12:48:06.810Z] [2021-06-17T12:48:06.810Z] DONE 0 tests in 0.036s [2021-06-17T12:48:06.810Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-17T12:48:06.941Z] --- PASS: TestExecUser (1.09s) [2021-06-17T12:48:06.941Z] === RUN TestExportContainerAndImportImage [2021-06-17T12:48:07.066Z] INFO: Testing against a local daemon [2021-06-17T12:48:07.066Z] === RUN TestPluginWithDevMounts [2021-06-17T12:48:07.066Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-06-17T12:48:07.066Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-06-17T12:48:07.066Z] PASS [2021-06-17T12:48:07.066Z] [2021-06-17T12:48:07.066Z] === Skipped [2021-06-17T12:48:07.066Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-06-17T12:48:07.066Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-06-17T12:48:07.066Z] [2021-06-17T12:48:07.066Z] [2021-06-17T12:48:07.066Z] DONE 1 tests, 1 skipped in 0.119s [2021-06-17T12:48:07.066Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-17T12:48:07.066Z] INFO: Testing against a local daemon [2021-06-17T12:48:07.066Z] === RUN TestSecretInspect [2021-06-17T12:48:07.066Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.066Z] --- SKIP: TestSecretInspect (0.01s) [2021-06-17T12:48:07.066Z] === RUN TestSecretList [2021-06-17T12:48:07.066Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.066Z] --- SKIP: TestSecretList (0.01s) [2021-06-17T12:48:07.066Z] === RUN TestSecretsCreateAndDelete [2021-06-17T12:48:07.066Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.066Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2021-06-17T12:48:07.066Z] === RUN TestSecretsUpdate [2021-06-17T12:48:07.066Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.066Z] --- SKIP: TestSecretsUpdate (0.02s) [2021-06-17T12:48:07.066Z] === RUN TestTemplatedSecret [2021-06-17T12:48:07.066Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.066Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-06-17T12:48:07.066Z] === RUN TestSecretCreateResolve [2021-06-17T12:48:07.322Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.322Z] --- SKIP: TestSecretCreateResolve (0.02s) [2021-06-17T12:48:07.322Z] PASS [2021-06-17T12:48:07.322Z] [2021-06-17T12:48:07.322Z] === Skipped [2021-06-17T12:48:07.322Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-06-17T12:48:07.322Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.322Z] [2021-06-17T12:48:07.322Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-06-17T12:48:07.322Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.322Z] [2021-06-17T12:48:07.322Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2021-06-17T12:48:07.322Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.322Z] [2021-06-17T12:48:07.322Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2021-06-17T12:48:07.322Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.322Z] [2021-06-17T12:48:07.322Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-06-17T12:48:07.322Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.322Z] [2021-06-17T12:48:07.322Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2021-06-17T12:48:07.322Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.322Z] [2021-06-17T12:48:07.322Z] [2021-06-17T12:48:07.322Z] DONE 6 tests, 6 skipped in 0.187s [2021-06-17T12:48:07.322Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-17T12:48:07.322Z] INFO: Testing against a local daemon [2021-06-17T12:48:07.322Z] === RUN TestServiceCreateInit [2021-06-17T12:48:07.322Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-17T12:48:07.322Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.322Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-17T12:48:07.322Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.322Z] --- PASS: TestServiceCreateInit (0.01s) [2021-06-17T12:48:07.322Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-17T12:48:07.322Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-17T12:48:07.322Z] === RUN TestCreateServiceMultipleTimes [2021-06-17T12:48:07.322Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.322Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-06-17T12:48:07.322Z] === RUN TestCreateServiceConflict [2021-06-17T12:48:07.322Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.322Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-06-17T12:48:07.322Z] === RUN TestCreateServiceMaxReplicas [2021-06-17T12:48:07.322Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.322Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-06-17T12:48:07.322Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-17T12:48:07.322Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.322Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-06-17T12:48:07.322Z] === RUN TestCreateServiceSecretFileMode [2021-06-17T12:48:07.322Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.322Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s) [2021-06-17T12:48:07.322Z] === RUN TestCreateServiceConfigFileMode [2021-06-17T12:48:07.322Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.322Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-06-17T12:48:07.322Z] === RUN TestCreateServiceSysctls [2021-06-17T12:48:07.322Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.322Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-06-17T12:48:07.322Z] === RUN TestCreateServiceCapabilities [2021-06-17T12:48:07.579Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.579Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-06-17T12:48:07.579Z] === RUN TestInspect [2021-06-17T12:48:07.579Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.579Z] --- SKIP: TestInspect (0.01s) [2021-06-17T12:48:07.579Z] === RUN TestCreateJob [2021-06-17T12:48:07.579Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.579Z] --- SKIP: TestCreateJob (0.01s) [2021-06-17T12:48:07.579Z] === RUN TestReplicatedJob [2021-06-17T12:48:07.579Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.579Z] --- SKIP: TestReplicatedJob (0.01s) [2021-06-17T12:48:07.579Z] === RUN TestUpdateReplicatedJob [2021-06-17T12:48:07.579Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.579Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-06-17T12:48:07.579Z] === RUN TestServiceListWithStatuses [2021-06-17T12:48:07.579Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-17T12:48:07.579Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-17T12:48:07.579Z] === RUN TestDockerNetworkConnectAlias [2021-06-17T12:48:07.579Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.579Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s) [2021-06-17T12:48:07.579Z] === RUN TestDockerNetworkReConnect [2021-06-17T12:48:07.579Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:07.579Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2021-06-17T12:48:07.579Z] === RUN TestServicePlugin [2021-06-17T12:48:07.882Z] --- PASS: TestExportContainerAndImportImage (1.02s) [2021-06-17T12:48:07.882Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-17T12:48:08.995Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-06-17T12:48:09.263Z] --- PASS: TestExportContainerAfterDaemonRestart (1.41s) [2021-06-17T12:48:09.263Z] === RUN TestHealthCheckWorkdir [2021-06-17T12:48:10.644Z] --- PASS: TestHealthCheckWorkdir (1.45s) [2021-06-17T12:48:10.644Z] === RUN TestHealthKillContainer [2021-06-17T12:48:10.843Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.843Z] --- SKIP: TestServicePlugin (3.06s) [2021-06-17T12:48:10.843Z] === RUN TestServiceUpdateLabel [2021-06-17T12:48:10.843Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.843Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-06-17T12:48:10.843Z] === RUN TestServiceUpdateSecrets [2021-06-17T12:48:10.843Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.843Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-06-17T12:48:10.843Z] === RUN TestServiceUpdateConfigs [2021-06-17T12:48:10.843Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.843Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-06-17T12:48:10.843Z] === RUN TestServiceUpdateNetwork [2021-06-17T12:48:10.843Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.843Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-06-17T12:48:10.843Z] === RUN TestServiceUpdatePidsLimit [2021-06-17T12:48:10.843Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.843Z] --- SKIP: TestServiceUpdatePidsLimit (0.03s) [2021-06-17T12:48:10.843Z] PASS [2021-06-17T12:48:10.843Z] [2021-06-17T12:48:10.843Z] === Skipped [2021-06-17T12:48:10.843Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-17T12:48:10.843Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.843Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-17T12:48:10.843Z] [2021-06-17T12:48:10.843Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-17T12:48:10.843Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.843Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-17T12:48:10.843Z] [2021-06-17T12:48:10.843Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-06-17T12:48:10.843Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.843Z] [2021-06-17T12:48:10.843Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-06-17T12:48:10.843Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.843Z] [2021-06-17T12:48:10.843Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-06-17T12:48:10.843Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.843Z] [2021-06-17T12:48:10.843Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-06-17T12:48:10.843Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.843Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s) [2021-06-17T12:48:10.844Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-06-17T12:48:10.844Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-06-17T12:48:10.844Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-06-17T12:48:10.844Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-06-17T12:48:10.844Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-06-17T12:48:10.844Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-06-17T12:48:10.844Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-06-17T12:48:10.844Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-17T12:48:10.844Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s) [2021-06-17T12:48:10.844Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2021-06-17T12:48:10.844Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestServicePlugin (3.06s) [2021-06-17T12:48:10.844Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-06-17T12:48:10.844Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-06-17T12:48:10.844Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-06-17T12:48:10.844Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-06-17T12:48:10.844Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.03s) [2021-06-17T12:48:10.844Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] DONE 24 tests, 23 skipped in 3.453s [2021-06-17T12:48:10.844Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-17T12:48:10.844Z] INFO: Testing against a local daemon [2021-06-17T12:48:10.844Z] === RUN TestSessionCreate [2021-06-17T12:48:10.844Z] --- PASS: TestSessionCreate (0.03s) [2021-06-17T12:48:10.844Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-17T12:48:10.844Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-06-17T12:48:10.844Z] PASS [2021-06-17T12:48:10.844Z] [2021-06-17T12:48:10.844Z] DONE 2 tests in 0.144s [2021-06-17T12:48:10.844Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-17T12:48:10.844Z] INFO: Testing against a local daemon [2021-06-17T12:48:10.844Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-17T12:48:10.844Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-17T12:48:10.844Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-17T12:48:10.844Z] === RUN TestEventsExecDie [2021-06-17T12:48:11.770Z] --- PASS: TestEventsExecDie (0.93s) [2021-06-17T12:48:11.770Z] === RUN TestEventsBackwardsCompatible [2021-06-17T12:48:12.026Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-06-17T12:48:12.026Z] === RUN TestEventsVolumeCreate [2021-06-17T12:48:12.026Z] --- PASS: TestEventsVolumeCreate (0.05s) [2021-06-17T12:48:12.026Z] === RUN TestInfoBinaryCommits [2021-06-17T12:48:12.026Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-06-17T12:48:12.026Z] === RUN TestInfoAPIVersioned [2021-06-17T12:48:12.026Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-17T12:48:12.026Z] === RUN TestInfoDiscoveryBackend [2021-06-17T12:48:13.912Z] --- PASS: TestInfoDiscoveryBackend (1.53s) [2021-06-17T12:48:13.912Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-17T12:48:13.935Z] --- PASS: TestHealthKillContainer (3.05s) [2021-06-17T12:48:13.935Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-17T12:48:14.505Z] --- PASS: TestInspectCpusetInConfigPre120 (0.81s) [2021-06-17T12:48:14.505Z] === RUN TestIpcModeNone [2021-06-17T12:48:14.818Z] --- PASS: TestImportExtremelyLargeImageWorks (92.14s) [2021-06-17T12:48:14.818Z] PASS [2021-06-17T12:48:14.818Z] [2021-06-17T12:48:14.818Z] DONE 12 tests in 94.702s [2021-06-17T12:48:14.818Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-17T12:48:14.818Z] INFO: Testing against a local daemon [2021-06-17T12:48:14.818Z] === RUN TestNetworkCreateDelete [2021-06-17T12:48:14.818Z] --- PASS: TestNetworkCreateDelete (0.12s) [2021-06-17T12:48:14.818Z] === RUN TestDockerNetworkDeletePreferID [2021-06-17T12:48:14.818Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2021-06-17T12:48:14.818Z] === RUN TestDaemonDNSFallback [2021-06-17T12:48:15.444Z] --- PASS: TestIpcModeNone (1.08s) [2021-06-17T12:48:15.444Z] === RUN TestIpcModePrivate [2021-06-17T12:48:16.384Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-06-17T12:48:16.644Z] --- PASS: TestIpcModePrivate (1.09s) [2021-06-17T12:48:16.644Z] === RUN TestIpcModeShareable [2021-06-17T12:48:17.175Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.40s) [2021-06-17T12:48:17.175Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-17T12:48:17.175Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:48:17.175Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-06-17T12:48:17.175Z] === RUN TestInfoAPI [2021-06-17T12:48:17.175Z] --- PASS: TestInfoAPI (0.02s) [2021-06-17T12:48:17.175Z] === RUN TestInfoAPIWarnings [2021-06-17T12:48:17.583Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:64, shared: true, mustBeShared: true [2021-06-17T12:48:17.844Z] --- PASS: TestIpcModeShareable (1.11s) [2021-06-17T12:48:17.844Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-17T12:48:18.078Z] --- PASS: TestDaemonDNSFallback (6.57s) [2021-06-17T12:48:18.078Z] === RUN TestInspectNetwork [2021-06-17T12:48:21.137Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.10s) [2021-06-17T12:48:21.137Z] === RUN TestAPIIpcModeHost [2021-06-17T12:48:21.341Z] === RUN TestInspectNetwork/full_network_id [2021-06-17T12:48:21.341Z] === RUN TestInspectNetwork/partial_network_id [2021-06-17T12:48:21.341Z] === RUN TestInspectNetwork/network_name [2021-06-17T12:48:21.341Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-06-17T12:48:21.888Z] Loaded image: buildpack-deps:buster [2021-06-17T12:48:21.888Z] Loaded image: busybox:latest [2021-06-17T12:48:21.888Z] Loaded image: buildpack-deps:buster [2021-06-17T12:48:21.888Z] Loaded image: busybox:glibc [2021-06-17T12:48:21.888Z] Loaded image: busybox:latest [2021-06-17T12:48:21.888Z] Loaded image: busybox:glibc [2021-06-17T12:48:22.076Z] --- PASS: TestAPIIpcModeHost (1.10s) [2021-06-17T12:48:22.076Z] === RUN TestDaemonIpcModeShareable [2021-06-17T12:48:23.985Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: true, mustBeShared: true [2021-06-17T12:48:23.985Z] --- PASS: TestDaemonIpcModeShareable (1.86s) [2021-06-17T12:48:23.985Z] === RUN TestDaemonIpcModePrivate [2021-06-17T12:48:25.365Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: false, mustBeShared: false [2021-06-17T12:48:25.500Z] --- PASS: TestInspectNetwork (7.52s) [2021-06-17T12:48:25.500Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-06-17T12:48:25.500Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-06-17T12:48:25.500Z] --- PASS: TestInspectNetwork/network_name (0.01s) [2021-06-17T12:48:25.500Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-06-17T12:48:25.500Z] === RUN TestRunContainerWithBridgeNone [2021-06-17T12:48:25.625Z] --- PASS: TestDaemonIpcModePrivate (1.83s) [2021-06-17T12:48:25.625Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-17T12:48:27.171Z] Loaded image: debian:bullseye [2021-06-17T12:48:27.171Z] Loaded image: hello-world:latest [2021-06-17T12:48:27.171Z] Loaded image: arm32v7/hello-world:latest [2021-06-17T12:48:27.171Z] INFO: Testing against a local daemon [2021-06-17T12:48:27.171Z] === RUN TestDockerSuite [2021-06-17T12:48:27.171Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-06-17T12:48:27.171Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-06-17T12:48:27.171Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-06-17T12:48:27.171Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-06-17T12:48:27.171Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-06-17T12:48:27.171Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-06-17T12:48:27.171Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-06-17T12:48:27.171Z] Loaded image: debian:bullseye [2021-06-17T12:48:27.171Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-06-17T12:48:27.171Z] Loaded image: hello-world:latest [2021-06-17T12:48:27.171Z] Loaded image: arm32v7/hello-world:latest [2021-06-17T12:48:27.171Z] INFO: Testing against a local daemon [2021-06-17T12:48:27.171Z] === RUN TestDockerDaemonSuite [2021-06-17T12:48:27.172Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-06-17T12:48:27.534Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: false, mustBeShared: false [2021-06-17T12:48:27.534Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.84s) [2021-06-17T12:48:27.534Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-17T12:48:27.858Z] ......... [ 86%] [2021-06-17T12:48:28.015Z] --- PASS: TestRunContainerWithBridgeNone (2.84s) [2021-06-17T12:48:28.015Z] === RUN TestNetworkInvalidJSON [2021-06-17T12:48:28.015Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-17T12:48:28.015Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-17T12:48:28.015Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-17T12:48:28.015Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-17T12:48:28.015Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-17T12:48:28.015Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-17T12:48:28.015Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-17T12:48:28.015Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-17T12:48:28.015Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-17T12:48:28.015Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-06-17T12:48:28.015Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-17T12:48:28.015Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-17T12:48:28.015Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-17T12:48:28.015Z] === RUN TestNetworkList [2021-06-17T12:48:28.015Z] === RUN TestNetworkList//networks [2021-06-17T12:48:28.015Z] === PAUSE TestNetworkList//networks [2021-06-17T12:48:28.015Z] === RUN TestNetworkList//networks/ [2021-06-17T12:48:28.015Z] === PAUSE TestNetworkList//networks/ [2021-06-17T12:48:28.015Z] === CONT TestNetworkList//networks [2021-06-17T12:48:28.015Z] === CONT TestNetworkList//networks/ [2021-06-17T12:48:28.015Z] --- PASS: TestNetworkList (0.01s) [2021-06-17T12:48:28.015Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-17T12:48:28.015Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-17T12:48:28.015Z] === RUN TestHostIPv4BridgeLabel [2021-06-17T12:48:28.575Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-06-17T12:48:28.575Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-17T12:48:29.443Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: true, mustBeShared: true [2021-06-17T12:48:29.444Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.83s) [2021-06-17T12:48:29.444Z] === RUN TestIpcModeOlderClient [2021-06-17T12:48:29.444Z] === PAUSE TestIpcModeOlderClient [2021-06-17T12:48:29.444Z] === RUN TestKillContainerInvalidSignal [2021-06-17T12:48:29.501Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-06-17T12:48:29.501Z] === RUN TestDaemonDefaultNetworkPools [2021-06-17T12:48:30.382Z] --- PASS: TestKillContainerInvalidSignal (0.82s) [2021-06-17T12:48:30.382Z] === RUN TestKillContainer [2021-06-17T12:48:30.382Z] === RUN TestKillContainer/no_signal [2021-06-17T12:48:30.431Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2021-06-17T12:48:30.431Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-17T12:48:30.952Z] === RUN TestKillContainer/non_killing_signal [2021-06-17T12:48:31.358Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s) [2021-06-17T12:48:31.358Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-17T12:48:31.373Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-06-17T12:48:31.373Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-06-17T12:48:31.520Z] === RUN TestKillContainer/killing_signal [2021-06-17T12:48:31.943Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-06-17T12:48:31.943Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-06-17T12:48:32.499Z] tests/integration/models_images_test.py ............... [ 89%] [2021-06-17T12:48:32.720Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2021-06-17T12:48:32.720Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-17T12:48:32.883Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-06-17T12:48:32.883Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-06-17T12:48:32.883Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-06-17T12:48:32.901Z] --- PASS: TestKillContainer (2.54s) [2021-06-17T12:48:32.901Z] --- PASS: TestKillContainer/no_signal (0.81s) [2021-06-17T12:48:32.901Z] --- PASS: TestKillContainer/non_killing_signal (0.60s) [2021-06-17T12:48:32.901Z] --- PASS: TestKillContainer/killing_signal (0.87s) [2021-06-17T12:48:32.901Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-17T12:48:32.901Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-17T12:48:33.283Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2021-06-17T12:48:33.283Z] === RUN TestServiceWithPredefinedNetwork [2021-06-17T12:48:33.471Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-17T12:48:34.388Z] tests/integration/models_networks_test.py .... [ 91%] [2021-06-17T12:48:34.409Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.61s) [2021-06-17T12:48:34.409Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.79s) [2021-06-17T12:48:34.409Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.59s) [2021-06-17T12:48:34.409Z] === RUN TestKillStoppedContainer [2021-06-17T12:48:34.409Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-06-17T12:48:34.409Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-17T12:48:34.409Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) [2021-06-17T12:48:34.409Z] === RUN TestKillDifferentUserContainer [2021-06-17T12:48:34.799Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-06-17T12:48:35.059Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-06-17T12:48:35.059Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-06-17T12:48:35.059Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-06-17T12:48:35.208Z] --- PASS: TestInfoAPIWarnings (17.35s) [2021-06-17T12:48:35.208Z] === RUN TestInfoDebug [2021-06-17T12:48:35.318Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-06-17T12:48:35.348Z] --- PASS: TestKillDifferentUserContainer (0.83s) [2021-06-17T12:48:35.348Z] === RUN TestInspectOomKilledTrue [2021-06-17T12:48:35.348Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-17T12:48:35.348Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-17T12:48:35.348Z] === RUN TestInspectOomKilledFalse [2021-06-17T12:48:35.348Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-17T12:48:35.348Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-17T12:48:35.348Z] === RUN TestLinksEtcHostsContentMatch [2021-06-17T12:48:35.677Z] 29d5b6a226d2: Pull complete [2021-06-17T12:48:35.677Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-06-17T12:48:35.677Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T12:48:35.677Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 into daemon under test completed successfully [2021-06-17T12:48:35.677Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore in daemon under test [2021-06-17T12:48:35.677Z] INFO: Version of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 is '10.0.20295.1' [2021-06-17T12:48:35.677Z] WARN: Skipping validation tests [2021-06-17T12:48:35.677Z] INFO: Running unit tests at 06/17/2021 12:48:27... [2021-06-17T12:48:35.677Z] INFO: make.ps1 starting at 06/17/2021 12:48:31 [2021-06-17T12:48:35.677Z] INFO: Git commit (c21eaf9a07) assumed from DOCKER_GITCOMMIT environment variable [2021-06-17T12:48:35.677Z] INFO: Invoking autogen... [2021-06-17T12:48:35.677Z] INFO: Running unit tests... [2021-06-17T12:48:35.768Z] --- PASS: TestInfoDebug (1.53s) [2021-06-17T12:48:35.768Z] === RUN TestInfoInsecureRegistries [2021-06-17T12:48:35.809Z] --- PASS: TestServiceWithPredefinedNetwork (2.61s) [2021-06-17T12:48:35.809Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-17T12:48:35.809Z] service_test.go:242: FLAKY_TEST [2021-06-17T12:48:35.809Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-17T12:48:35.809Z] === RUN TestServiceWithDataPathPortInit [2021-06-17T12:48:36.257Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-06-17T12:48:36.287Z] --- PASS: TestLinksEtcHostsContentMatch (0.86s) [2021-06-17T12:48:36.287Z] === RUN TestLinksContainerNames [2021-06-17T12:48:37.640Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-06-17T12:48:37.640Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-06-17T12:48:37.640Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-06-17T12:48:37.640Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-06-17T12:48:37.640Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-06-17T12:48:37.654Z] --- PASS: TestInfoInsecureRegistries (1.52s) [2021-06-17T12:48:37.654Z] === RUN TestInfoRegistryMirrors [2021-06-17T12:48:37.669Z] --- PASS: TestLinksContainerNames (1.63s) [2021-06-17T12:48:37.670Z] === RUN TestLogsFollowTailEmpty [2021-06-17T12:48:38.624Z] --- PASS: TestLogsFollowTailEmpty (0.85s) [2021-06-17T12:48:38.624Z] === RUN TestContainerNetworkMountsNoChown [2021-06-17T12:48:39.017Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2021-06-17T12:48:39.017Z] === RUN TestLoginFailsWithBadCredentials [2021-06-17T12:48:39.017Z] --- PASS: TestLoginFailsWithBadCredentials (0.13s) [2021-06-17T12:48:39.017Z] === RUN TestPingCacheHeaders [2021-06-17T12:48:39.017Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-06-17T12:48:39.017Z] === RUN TestPingGet [2021-06-17T12:48:39.017Z] --- PASS: TestPingGet (0.01s) [2021-06-17T12:48:39.017Z] === RUN TestPingHead [2021-06-17T12:48:39.017Z] --- PASS: TestPingHead (0.02s) [2021-06-17T12:48:39.017Z] === RUN TestVersion [2021-06-17T12:48:39.017Z] --- PASS: TestVersion (0.02s) [2021-06-17T12:48:39.017Z] PASS [2021-06-17T12:48:39.017Z] [2021-06-17T12:48:39.017Z] === Skipped [2021-06-17T12:48:39.017Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-17T12:48:39.017Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-17T12:48:39.017Z] [2021-06-17T12:48:39.017Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-06-17T12:48:39.017Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-17T12:48:39.017Z] [2021-06-17T12:48:39.017Z] [2021-06-17T12:48:39.017Z] DONE 19 tests, 2 skipped in 28.226s [2021-06-17T12:48:39.017Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-17T12:48:39.273Z] INFO: Testing against a local daemon [2021-06-17T12:48:39.273Z] === RUN TestVolumesCreateAndList [2021-06-17T12:48:39.273Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-06-17T12:48:39.273Z] === RUN TestVolumesRemove [2021-06-17T12:48:39.273Z] --- PASS: TestVolumesRemove (0.10s) [2021-06-17T12:48:39.273Z] === RUN TestVolumesInspect [2021-06-17T12:48:39.273Z] --- PASS: TestVolumesInspect (0.02s) [2021-06-17T12:48:39.273Z] === RUN TestVolumesInvalidJSON [2021-06-17T12:48:39.273Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-17T12:48:39.273Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-17T12:48:39.273Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-17T12:48:39.273Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-06-17T12:48:39.273Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-17T12:48:39.273Z] PASS [2021-06-17T12:48:39.273Z] [2021-06-17T12:48:39.273Z] DONE 5 tests in 0.247s [2021-06-17T12:48:39.273Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-17T12:48:39.273Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12508 is not a child of this shell [2021-06-17T12:48:39.273Z] warning: PID 12508 from bundles/test-integration/docker.pid had a nonzero exit code [2021-06-17T12:48:39.273Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-17T12:48:39.273Z] [2021-06-17T12:48:39.273Z] Unloading profiles will leave already running processes permanently [2021-06-17T12:48:39.273Z] unconfined, which can lead to unexpected situations. [2021-06-17T12:48:39.273Z] [2021-06-17T12:48:39.273Z] To set a process to complain mode, use the command line tool [2021-06-17T12:48:39.273Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-17T12:48:39.273Z] Removing test suite binaries [2021-06-17T12:48:39.373Z] 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/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/client github.com/docker/docker/libnetwork/client/mflag github.com/docker/docker/libnetwork/client/mflag/example github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/dnet 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/proxy 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-06-17T12:48:39.528Z] exiting test-integration [2021-06-17T12:48:39.528Z] ++ exit 0 [2021-06-17T12:48:39.566Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s) [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/default [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/default [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/private [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/private [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/rprivate [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/slave [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/slave [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/rslave [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/shared [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/shared [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/rshared [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/default [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/rslave [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/rshared [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/slave [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/shared [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/private [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/rprivate [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-17T12:48:39.566Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-17T12:48:39.566Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-17T12:48:39.566Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-17T12:48:39.646Z] tests/integration/models_nodes_test.py . [ 91%] [2021-06-17T12:48:39.826Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-17T12:48:39.826Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-17T12:48:39.826Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-17T12:48:39.826Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-17T12:48:39.826Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-17T12:48:39.826Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-17T12:48:39.826Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.08s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-06-17T12:48:39.826Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-06-17T12:48:39.826Z] === RUN TestContainerBindMountNonRecursive [2021-06-17T12:48:40.454Z] [2021-06-17T12:48:41.018Z] tests/integration/models_resources_test.py . [ 91%] Post stage [Pipeline] junit [2021-06-17T12:48:41.828Z] Recording test results [2021-06-17T12:48:42.364Z] --- PASS: TestContainerBindMountNonRecursive (2.16s) [2021-06-17T12:48:42.364Z] === RUN TestContainerVolumesMountedAsShared [2021-06-17T12:48:42.623Z] --- PASS: TestContainerVolumesMountedAsShared (0.59s) [2021-06-17T12:48:42.623Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-17T12:48:43.420Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-17T12:48:43.562Z] --- PASS: TestContainerVolumesMountedAsSlave (0.83s) [2021-06-17T12:48:43.562Z] === RUN TestNetworkNat [2021-06-17T12:48:43.752Z] + echo Ensuring container killed. [2021-06-17T12:48:43.752Z] Ensuring container killed. [2021-06-17T12:48:43.752Z] + docker rm -vf docker-pr5 [2021-06-17T12:48:43.752Z] Error: No such container: docker-pr5 [Pipeline] sh [2021-06-17T12:48:44.028Z] + echo Chowning /workspace to jenkins user [2021-06-17T12:48:44.028Z] Chowning /workspace to jenkins user [2021-06-17T12:48:44.028Z] + id -u [2021-06-17T12:48:44.028Z] + id -g [2021-06-17T12:48:44.028Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42510:/workspace busybox chown -R 1000:1000 /workspace [2021-06-17T12:48:44.028Z] Unable to find image 'busybox:latest' locally [2021-06-17T12:48:44.217Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-06-17T12:48:44.284Z] latest: Pulling from library/busybox [2021-06-17T12:48:44.284Z] b71f96345d44: Pulling fs layer [2021-06-17T12:48:44.284Z] b71f96345d44: Download complete [2021-06-17T12:48:44.477Z] --- PASS: TestBuildWithHugeFile (118.09s) [2021-06-17T12:48:44.477Z] === RUN TestBuildWCOWSandboxSize [2021-06-17T12:48:44.477Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-17T12:48:44.477Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-06-17T12:48:44.477Z] === RUN TestBuildWithEmptyDockerfile [2021-06-17T12:48:44.477Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-17T12:48:44.477Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-17T12:48:44.477Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-17T12:48:44.477Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-17T12:48:44.477Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-17T12:48:44.477Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-17T12:48:44.477Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-17T12:48:44.477Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-17T12:48:44.500Z] --- PASS: TestNetworkNat (0.88s) [2021-06-17T12:48:44.500Z] === RUN TestNetworkLocalhostTCPNat [2021-06-17T12:48:44.543Z] b71f96345d44: Pull complete [2021-06-17T12:48:44.543Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d [2021-06-17T12:48:44.543Z] Status: Downloaded newer image for busybox:latest [2021-06-17T12:48:44.737Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-17T12:48:44.737Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2021-06-17T12:48:44.737Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.09s) [2021-06-17T12:48:44.737Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2021-06-17T12:48:44.737Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-06-17T12:48:44.737Z] === RUN TestBuildPreserveOwnership [2021-06-17T12:48:44.737Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-17T12:48:45.070Z] --- PASS: TestNetworkLocalhostTCPNat (0.82s) [2021-06-17T12:48:45.070Z] === RUN TestNetworkLoopbackNat [2021-06-17T12:48:45.677Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-17T12:48:46.237Z] + bundleName=amd64-rootless [2021-06-17T12:48:46.237Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-06-17T12:48:46.237Z] Creating amd64-rootless-bundles.tar.gz [2021-06-17T12:48:46.237Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-06-17T12:48:46.237Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2021-06-17T12:48:46.246Z] Archiving artifacts [2021-06-17T12:48:47.097Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-06-17T12:48:47.589Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-17T12:48:48.136Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42510/5/artifacts/ [Pipeline] } [Pipeline] // catchError [2021-06-17T12:48:48.161Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [Pipeline] sh [2021-06-17T12:48:48.362Z] --- PASS: TestNetworkLoopbackNat (3.26s) [2021-06-17T12:48:48.362Z] === RUN TestPause [2021-06-17T12:48:48.484Z] + make clean [2021-06-17T12:48:48.741Z] docker volume rm -f docker-dev-cache [2021-06-17T12:48:48.741Z] docker-dev-cache [Pipeline] deleteDir [2021-06-17T12:48:49.300Z] --- PASS: TestPause (0.84s) [2021-06-17T12:48:49.301Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-17T12:48:49.301Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-17T12:48:49.301Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.01s) [2021-06-17T12:48:49.301Z] === RUN TestPauseStopPausedContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [2021-06-17T12:48:49.544Z] --- PASS: TestBuildPreserveOwnership (4.70s) [2021-06-17T12:48:49.544Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.95s) [2021-06-17T12:48:49.544Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.74s) [2021-06-17T12:48:49.544Z] === RUN TestBuildPlatformInvalid [2021-06-17T12:48:49.544Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2021-06-17T12:48:49.544Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-17T12:48:49.628Z] ? github.com/docker/docker/api [no test files] [2021-06-17T12:48:49.839Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-06-17T12:48:49.839Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-06-17T12:48:50.240Z] --- PASS: TestPauseStopPausedContainer (0.94s) [2021-06-17T12:48:50.240Z] === RUN TestPidHost [2021-06-17T12:48:50.665Z] --- PASS: TestServiceWithDataPathPortInit (14.17s) [2021-06-17T12:48:50.665Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-17T12:48:50.928Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-06-17T12:48:52.318Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-06-17T12:48:52.779Z] --- PASS: TestPidHost (2.15s) [2021-06-17T12:48:52.779Z] === RUN TestPsFilter [2021-06-17T12:48:52.779Z] --- PASS: TestPsFilter (0.15s) [2021-06-17T12:48:52.779Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-17T12:48:53.206Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:07fepl68qg1watgyomd7iyxce Created:2021-06-17 12:48:51.343909658 +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[aa9e940e8db1958202ed3a2294e89b8aee02df8bb364553b69852694e2203e8b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.5wsl2yrjqg4wruwvpo7hshpc1 EndpointID:ec5cb068a615f1a251d9f826e52aab0c8f2d3fcd86a66a528747df0c7aef09fd MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:c9c212ed375acf24021ba1201d6ac2cb443548fa4060ff2b1aedf00a02262d80 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:645e576d0e58 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.5wsl2yrjqg4wruwvpo7hshpc1 EndpointID:ec5cb068a615f1a251d9f826e52aab0c8f2d3fcd86a66a528747df0c7aef09fd EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-06-17T12:48:53.258Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-06-17T12:48:53.349Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.82s) [2021-06-17T12:48:53.349Z] === RUN TestRemoveContainerWithVolume [2021-06-17T12:48:54.199Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-06-17T12:48:54.199Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-06-17T12:48:54.288Z] --- PASS: TestRemoveContainerWithVolume (0.87s) [2021-06-17T12:48:54.288Z] === RUN TestRemoveContainerRunning [2021-06-17T12:48:54.857Z] --- PASS: TestRemoveContainerRunning (0.83s) [2021-06-17T12:48:54.857Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-17T12:48:54.871Z] tests/integration/regression_test.py ...... [ 98%] [2021-06-17T12:48:55.390Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-06-17T12:48:55.390Z] tests/integration/credentials/utils_test.py . [100%] [2021-06-17T12:48:55.390Z] [2021-06-17T12:48:55.390Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-06-17T12:48:55.390Z] =========================== short test summary info ============================ [2021-06-17T12:48:55.390Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-06-17T12:48:55.390Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-06-17T12:48:55.390Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-06-17T12:48:55.390Z] Not supported on most drivers [2021-06-17T12:48:55.390Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-06-17T12:48:55.390Z] Output of docker top depends on host distro, and is not formalized. [2021-06-17T12:48:55.390Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-06-17T12:48:55.390Z] Output of docker top depends on host distro, and is not formalized. [2021-06-17T12:48:55.390Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-06-17T12:48:55.390Z] Can fail if eth0 has multiple IP addresses [2021-06-17T12:48:55.390Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-06-17T12:48:55.390Z] This doesn't seem to be taken into account by the engine [2021-06-17T12:48:55.390Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-06-17T12:48:55.390Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40) [2021-06-17T12:48:55.390Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-06-17T12:48:55.390Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 344.21 seconds == [2021-06-17T12:48:55.581Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-06-17T12:48:55.647Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-06-17T12:48:55.796Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.81s) [2021-06-17T12:48:55.796Z] === RUN TestRemoveInvalidContainer [2021-06-17T12:48:55.796Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-06-17T12:48:55.796Z] === RUN TestRenameLinkedContainer [2021-06-17T12:48:56.521Z] docker_cli_daemon_test.go:1455: [dea6fca5868be] daemon is not started [2021-06-17T12:48:57.365Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.33s) [2021-06-17T12:48:57.365Z] PASS [2021-06-17T12:48:57.365Z] [2021-06-17T12:48:57.365Z] === Skipped [2021-06-17T12:48:57.365Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-17T12:48:57.365Z] service_test.go:242: FLAKY_TEST [2021-06-17T12:48:57.365Z] [2021-06-17T12:48:57.365Z] [2021-06-17T12:48:57.365Z] DONE 26 tests, 1 skipped in 46.843s [2021-06-17T12:48:57.365Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-17T12:48:57.365Z] INFO: Testing against a local daemon [2021-06-17T12:48:57.365Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-17T12:48:57.365Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-17T12:48:57.365Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-17T12:48:57.365Z] === RUN TestDockerNetworkIpvlan [2021-06-17T12:48:57.365Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-17T12:48:57.365Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-17T12:48:57.365Z] PASS [2021-06-17T12:48:57.365Z] [2021-06-17T12:48:57.365Z] === Skipped [2021-06-17T12:48:57.365Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-17T12:48:57.365Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-17T12:48:57.365Z] [2021-06-17T12:48:57.365Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-17T12:48:57.365Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-17T12:48:57.365Z] [2021-06-17T12:48:57.365Z] [2021-06-17T12:48:57.365Z] DONE 2 tests, 2 skipped in 0.037s [2021-06-17T12:48:57.365Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-17T12:48:57.365Z] INFO: Testing against a local daemon [2021-06-17T12:48:57.365Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-17T12:48:57.462Z] check_test.go:309: [d4e66ba947a0d] daemon is not started [2021-06-17T12:48:57.462Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-06-17T12:48:57.723Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-06-17T12:48:58.734Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.27s) [2021-06-17T12:48:58.734Z] === RUN TestDockerNetworkMacvlan [2021-06-17T12:48:59.094Z] --- PASS: TestRenameLinkedContainer (3.20s) [2021-06-17T12:48:59.094Z] === RUN TestRenameStoppedContainer [2021-06-17T12:48:59.659Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-06-17T12:49:00.033Z] --- PASS: TestRenameStoppedContainer (0.81s) [2021-06-17T12:49:00.033Z] === RUN TestRenameRunningContainerAndReuse [2021-06-17T12:49:00.220Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-06-17T12:49:00.266Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-06-17T12:49:00.267Z] === RUN TestDockerSuite/TestAttachDetach [2021-06-17T12:49:00.781Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-06-17T12:49:01.417Z] --- PASS: TestRenameRunningContainerAndReuse (1.66s) [2021-06-17T12:49:01.417Z] === RUN TestRenameInvalidName [2021-06-17T12:49:01.651Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-06-17T12:49:02.356Z] --- PASS: TestRenameInvalidName (0.95s) [2021-06-17T12:49:02.356Z] === RUN TestRenameAnonymousContainer [2021-06-17T12:49:02.593Z] check_test.go:309: [d127bbfc0eb74] daemon is not started [2021-06-17T12:49:02.593Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-06-17T12:49:02.853Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-06-17T12:49:03.295Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-06-17T12:49:05.392Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-06-17T12:49:05.650Z] --- PASS: TestRenameAnonymousContainer (2.90s) [2021-06-17T12:49:05.650Z] === RUN TestRenameContainerWithSameName [2021-06-17T12:49:05.808Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-06-17T12:49:06.220Z] --- PASS: TestRenameContainerWithSameName (0.83s) [2021-06-17T12:49:06.220Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-17T12:49:06.334Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-06-17T12:49:06.985Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-06-17T12:49:07.221Z] === RUN TestMiddlewares [2021-06-17T12:49:07.221Z] --- PASS: TestMiddlewares (0.00s) [2021-06-17T12:49:07.221Z] PASS [2021-06-17T12:49:07.221Z] coverage: 9.0% of statements [2021-06-17T12:49:07.221Z] ok github.com/docker/docker/api/server 0.047s coverage: 9.0% of statements [2021-06-17T12:49:07.244Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-06-17T12:49:07.789Z] --- PASS: TestRenameContainerWithLinkedContainer (1.59s) [2021-06-17T12:49:07.789Z] === RUN TestResize [2021-06-17T12:49:07.831Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-17T12:49:07.831Z] [2021-06-17T12:49:07.831Z] Unloading profiles will leave already running processes permanently [2021-06-17T12:49:07.831Z] unconfined, which can lead to unexpected situations. [2021-06-17T12:49:07.831Z] [2021-06-17T12:49:07.831Z] To set a process to complain mode, use the command line tool [2021-06-17T12:49:07.831Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-17T12:49:07.831Z] Post stage [Pipeline] junit [2021-06-17T12:49:07.848Z] Recording test results [2021-06-17T12:49:08.820Z] --- PASS: TestResize (0.84s) [2021-06-17T12:49:08.820Z] === RUN TestResizeWithInvalidSize [2021-06-17T12:49:08.901Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-06-17T12:49:09.157Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-06-17T12:49:09.188Z] + echo Ensuring container killed. [2021-06-17T12:49:09.188Z] Ensuring container killed. [2021-06-17T12:49:09.188Z] + docker rm -vf docker-pr5 [2021-06-17T12:49:09.188Z] Error: No such container: docker-pr5 [Pipeline] sh [2021-06-17T12:49:09.389Z] --- PASS: TestResizeWithInvalidSize (0.85s) [2021-06-17T12:49:09.389Z] === RUN TestResizeWhenContainerNotStarted [2021-06-17T12:49:09.476Z] + echo Chowning /workspace to jenkins user [2021-06-17T12:49:09.476Z] Chowning /workspace to jenkins user [2021-06-17T12:49:09.476Z] + id -u [2021-06-17T12:49:09.476Z] + id -g [2021-06-17T12:49:09.476Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42510:/workspace busybox chown -R 1000:1000 /workspace [2021-06-17T12:49:09.476Z] Unable to find image 'busybox:latest' locally [2021-06-17T12:49:09.476Z] latest: Pulling from library/busybox [2021-06-17T12:49:09.734Z] b71f96345d44: Pulling fs layer [2021-06-17T12:49:09.734Z] b71f96345d44: Verifying Checksum [2021-06-17T12:49:09.734Z] b71f96345d44: Download complete [2021-06-17T12:49:09.734Z] b71f96345d44: Pull complete [2021-06-17T12:49:09.734Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d [2021-06-17T12:49:09.734Z] Status: Downloaded newer image for busybox:latest [2021-06-17T12:49:10.128Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-06-17T12:49:10.329Z] --- PASS: TestResizeWhenContainerNotStarted (0.77s) [2021-06-17T12:49:10.329Z] === RUN TestDaemonRestartKillContainers [2021-06-17T12:49:10.329Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-17T12:49:10.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-17T12:49:10.329Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-17T12:49:10.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-17T12:49:10.329Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-17T12:49:10.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-17T12:49:10.329Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-17T12:49:10.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-17T12:49:10.329Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-17T12:49:10.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-17T12:49:10.329Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-17T12:49:10.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-17T12:49:10.329Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-17T12:49:10.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-17T12:49:10.329Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-17T12:49:10.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-17T12:49:10.329Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:49:10.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:49:10.329Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:49:10.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:49:10.329Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:49:10.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:49:10.329Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:49:10.329Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:49:10.329Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-17T12:49:10.329Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:49:10.329Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-17T12:49:10.329Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-17T12:49:10.958Z] + bundleName=docker-py [2021-06-17T12:49:10.958Z] + echo Creating docker-py-bundles.tar.gz [2021-06-17T12:49:10.958Z] Creating docker-py-bundles.tar.gz [2021-06-17T12:49:10.958Z] + 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-06-17T12:49:10.969Z] Archiving artifacts [2021-06-17T12:49:11.049Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-06-17T12:49:11.715Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:49:11.976Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:49:12.046Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-06-17T12:49:12.398Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42510/5/artifacts/ [Pipeline] } [Pipeline] // catchError [2021-06-17T12:49:12.414Z] --- PASS: TestDockerNetworkMacvlan (13.53s) [2021-06-17T12:49:12.414Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-06-17T12:49:12.414Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2021-06-17T12:49:12.414Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.50s) [2021-06-17T12:49:12.414Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.66s) [2021-06-17T12:49:12.414Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.74s) [2021-06-17T12:49:12.414Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.23s) [2021-06-17T12:49:12.414Z] PASS [2021-06-17T12:49:12.414Z] [2021-06-17T12:49:12.414Z] DONE 8 tests in 14.838s [2021-06-17T12:49:12.414Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-17T12:49:12.414Z] testing: warning: no tests to run [2021-06-17T12:49:12.414Z] PASS [2021-06-17T12:49:12.414Z] [2021-06-17T12:49:12.414Z] DONE 0 tests in 0.007s [2021-06-17T12:49:12.414Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-17T12:49:12.414Z] INFO: Testing against a local daemon [2021-06-17T12:49:12.414Z] === RUN TestAuthZPluginAllowRequest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-06-17T12:49:12.749Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42510/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 -e DOCKER_GRAPHDRIVER docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 hack/make.sh binary [2021-06-17T12:49:12.918Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-17T12:49:12.918Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-17T12:49:12.988Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-06-17T12:49:13.007Z] [2021-06-17T12:49:13.178Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-17T12:49:13.266Z] Removing bundles/ [2021-06-17T12:49:13.266Z] [2021-06-17T12:49:13.266Z] ---> Making bundle: binary (in bundles/binary) [2021-06-17T12:49:13.266Z] Building: bundles/binary-daemon/dockerd-dev [2021-06-17T12:49:13.266Z] GOOS="" GOARCH="" GOARM="" [2021-06-17T12:49:13.440Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-17T12:49:13.563Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-06-17T12:49:13.779Z] --- PASS: TestAuthZPluginAllowRequest (1.38s) [2021-06-17T12:49:13.779Z] === RUN TestAuthZPluginTLS [2021-06-17T12:49:14.340Z] --- PASS: TestAuthZPluginTLS (0.55s) [2021-06-17T12:49:14.340Z] === RUN TestAuthZPluginDenyRequest [2021-06-17T12:49:14.901Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-06-17T12:49:14.901Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-17T12:49:15.461Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2021-06-17T12:49:15.461Z] === RUN TestAuthZPluginDenyResponse [2021-06-17T12:49:15.473Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-06-17T12:49:15.473Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-06-17T12:49:15.987Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-17T12:49:15.987Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-17T12:49:16.021Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-06-17T12:49:16.021Z] === RUN TestAuthZPluginAllowEventStream [2021-06-17T12:49:16.856Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-06-17T12:49:17.384Z] --- PASS: TestAuthZPluginAllowEventStream (1.38s) [2021-06-17T12:49:17.385Z] === RUN TestAuthZPluginErrorResponse [2021-06-17T12:49:17.426Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-06-17T12:49:17.685Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-06-17T12:49:17.945Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-06-17T12:49:17.945Z] === RUN TestAuthZPluginErrorRequest [2021-06-17T12:49:18.505Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-06-17T12:49:18.505Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-17T12:49:18.529Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-06-17T12:49:18.529Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.55s) [2021-06-17T12:49:18.529Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.65s) [2021-06-17T12:49:18.529Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.66s) [2021-06-17T12:49:18.529Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.70s) [2021-06-17T12:49:18.529Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.49s) [2021-06-17T12:49:18.529Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.50s) [2021-06-17T12:49:18.529Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.63s) [2021-06-17T12:49:18.529Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.64s) [2021-06-17T12:49:18.529Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.44s) [2021-06-17T12:49:18.529Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.37s) [2021-06-17T12:49:18.529Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.37s) [2021-06-17T12:49:18.529Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.25s) [2021-06-17T12:49:18.529Z] === RUN TestCgroupNamespacesRun [2021-06-17T12:49:19.066Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-06-17T12:49:19.066Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-17T12:49:19.599Z] Loaded image: buildpack-deps:buster [2021-06-17T12:49:19.859Z] Loaded image: busybox:latest [2021-06-17T12:49:19.909Z] --- PASS: TestCgroupNamespacesRun (1.80s) [2021-06-17T12:49:19.909Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-17T12:49:20.428Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.63s) [2021-06-17T12:49:20.429Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-17T12:49:20.433Z] Loaded image: busybox:glibc [2021-06-17T12:49:21.292Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.43s) [2021-06-17T12:49:21.292Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-17T12:49:22.314Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.64s) [2021-06-17T12:49:22.314Z] === RUN TestAuthZPluginHeader [2021-06-17T12:49:22.344Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-06-17T12:49:22.875Z] --- PASS: TestAuthZPluginHeader (0.70s) [2021-06-17T12:49:22.875Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-17T12:49:23.204Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.83s) [2021-06-17T12:49:23.204Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-17T12:49:25.116Z] --- PASS: TestCgroupNamespacesRunHostMode (1.84s) [2021-06-17T12:49:25.116Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-17T12:49:25.642Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-06-17T12:49:26.582Z] Loaded image: debian:bullseye [2021-06-17T12:49:26.582Z] Loaded image: hello-world:latest [2021-06-17T12:49:26.582Z] Loaded image: arm32v7/hello-world:latest [2021-06-17T12:49:26.843Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-06-17T12:49:27.026Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.84s) [2021-06-17T12:49:27.026Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-17T12:49:27.041Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.76s) [2021-06-17T12:49:27.041Z] === RUN TestAuthZPluginV2Disable [2021-06-17T12:49:28.409Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.46s) [2021-06-17T12:49:28.409Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-17T12:49:29.349Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.79s) [2021-06-17T12:49:29.349Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-17T12:49:29.553Z] --- PASS: TestAuthZPluginV2Disable (3.03s) [2021-06-17T12:49:29.553Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-17T12:49:30.140Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-06-17T12:49:30.401Z] check_test.go:309: [dd2f7ab019891] daemon is not started [2021-06-17T12:49:30.401Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-06-17T12:49:30.971Z] check_test.go:309: [d4820c05763ca] daemon is not started [2021-06-17T12:49:30.971Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-06-17T12:49:31.264Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.84s) [2021-06-17T12:49:31.264Z] === RUN TestNISDomainname [2021-06-17T12:49:32.204Z] --- PASS: TestNISDomainname (1.34s) [2021-06-17T12:49:32.204Z] === RUN TestHostnameDnsResolution [2021-06-17T12:49:32.815Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.74s) [2021-06-17T12:49:32.815Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-17T12:49:32.884Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-06-17T12:49:33.473Z] check_test.go:309: [d8134dd4fdd80] daemon is not started [2021-06-17T12:49:33.587Z] --- PASS: TestHostnameDnsResolution (1.40s) [2021-06-17T12:49:33.587Z] === RUN TestStats [2021-06-17T12:49:33.734Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-06-17T12:49:36.883Z] --- PASS: TestStats (2.82s) [2021-06-17T12:49:36.883Z] === RUN TestStopContainerWithTimeout [2021-06-17T12:49:36.883Z] === RUN TestStopContainerWithTimeout/0 [2021-06-17T12:49:36.883Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-17T12:49:36.883Z] === RUN TestStopContainerWithTimeout/1 [2021-06-17T12:49:36.883Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-17T12:49:36.883Z] === RUN TestStopContainerWithTimeout/3 [2021-06-17T12:49:36.883Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-17T12:49:36.883Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-17T12:49:36.883Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-17T12:49:36.883Z] === CONT TestStopContainerWithTimeout/0 [2021-06-17T12:49:36.883Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-17T12:49:36.883Z] === CONT TestStopContainerWithTimeout/1 [2021-06-17T12:49:36.883Z] === CONT TestStopContainerWithTimeout/3 [2021-06-17T12:49:37.033Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-06-17T12:49:37.606Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (48.07s) [2021-06-17T12:49:37.606Z] PASS [2021-06-17T12:49:37.606Z] [2021-06-17T12:49:37.606Z] === Skipped [2021-06-17T12:49:37.606Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-17T12:49:37.606Z] build_session_test.go:25: TODO: BuildKit [2021-06-17T12:49:37.606Z] [2021-06-17T12:49:37.606Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-06-17T12:49:37.606Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-17T12:49:37.606Z] [2021-06-17T12:49:37.606Z] [2021-06-17T12:49:37.606Z] DONE 34 tests, 2 skipped in 276.163s [2021-06-17T12:49:37.606Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-17T12:49:37.606Z] ++ 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-06-17T12:49:37.606Z] ++ set -e [2021-06-17T12:49:37.606Z] ++ '[' -n 0 ']' [2021-06-17T12:49:37.606Z] ++ set -x [2021-06-17T12:49:37.606Z] ++ 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-06-17T12:49:37.866Z] INFO: Testing against a local daemon [2021-06-17T12:49:37.866Z] === RUN TestConfigInspect [2021-06-17T12:49:38.127Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-06-17T12:49:40.178Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-06-17T12:49:40.178Z] --- PASS: TestStopContainerWithTimeout/0 (1.28s) [2021-06-17T12:49:40.178Z] --- PASS: TestStopContainerWithTimeout/1 (2.12s) [2021-06-17T12:49:40.178Z] --- PASS: TestStopContainerWithTimeout/3 (3.43s) [2021-06-17T12:49:40.178Z] --- PASS: TestStopContainerWithTimeout/-1 (3.47s) [2021-06-17T12:49:40.178Z] === RUN TestDeleteDevicemapper [2021-06-17T12:49:40.178Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-17T12:49:40.178Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-17T12:49:40.178Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-17T12:49:41.424Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-06-17T12:49:41.425Z] --- PASS: TestConfigInspect (3.41s) [2021-06-17T12:49:41.425Z] === RUN TestConfigList [2021-06-17T12:49:41.993Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-06-17T12:49:41.993Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-06-17T12:49:42.564Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-06-17T12:49:42.564Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-06-17T12:49:42.719Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.40s) [2021-06-17T12:49:42.719Z] === RUN TestUpdateMemory [2021-06-17T12:49:42.719Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-17T12:49:42.719Z] --- SKIP: TestUpdateMemory (0.00s) [2021-06-17T12:49:42.719Z] === RUN TestUpdateCPUQuota [2021-06-17T12:49:42.754Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.99s) [2021-06-17T12:49:42.754Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-17T12:49:43.945Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-06-17T12:49:43.945Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-06-17T12:49:43.945Z] --- PASS: TestConfigList (2.76s) [2021-06-17T12:49:43.945Z] === RUN TestConfigsCreateAndDelete [2021-06-17T12:49:44.514Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-06-17T12:49:46.423Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-06-17T12:49:46.423Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-06-17T12:49:46.423Z] --- PASS: TestConfigsCreateAndDelete (2.47s) [2021-06-17T12:49:46.423Z] === RUN TestConfigsUpdate [2021-06-17T12:49:48.333Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-06-17T12:49:48.904Z] --- PASS: TestConfigsUpdate (2.29s) [2021-06-17T12:49:48.904Z] === RUN TestTemplatedConfig [2021-06-17T12:49:48.904Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-06-17T12:49:49.293Z] --- PASS: TestUpdateCPUQuota (5.91s) [2021-06-17T12:49:49.293Z] === RUN TestUpdatePidsLimit [2021-06-17T12:49:49.293Z] === RUN TestUpdatePidsLimit/update_from_none [2021-06-17T12:49:49.293Z] === RUN TestUpdatePidsLimit/no_change [2021-06-17T12:49:49.843Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-06-17T12:49:49.864Z] === RUN TestUpdatePidsLimit/update_lower [2021-06-17T12:49:50.413Z] check_test.go:309: [d97dfe4758a98] daemon is not started [2021-06-17T12:49:50.413Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-06-17T12:49:50.433Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-06-17T12:49:50.983Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-06-17T12:49:51.002Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-06-17T12:49:51.243Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-06-17T12:49:51.572Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-06-17T12:49:51.813Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-06-17T12:49:52.510Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-06-17T12:49:53.723Z] --- PASS: TestTemplatedConfig (4.93s) [2021-06-17T12:49:53.723Z] === RUN TestConfigCreateResolve [2021-06-17T12:49:53.899Z] --- PASS: TestUpdatePidsLimit (5.47s) [2021-06-17T12:49:53.899Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.67s) [2021-06-17T12:49:53.899Z] --- PASS: TestUpdatePidsLimit/no_change (0.69s) [2021-06-17T12:49:53.899Z] --- PASS: TestUpdatePidsLimit/update_lower (0.65s) [2021-06-17T12:49:53.899Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.65s) [2021-06-17T12:49:53.899Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.67s) [2021-06-17T12:49:53.899Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.66s) [2021-06-17T12:49:53.899Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.68s) [2021-06-17T12:49:53.899Z] === RUN TestUpdateRestartPolicy [2021-06-17T12:49:55.634Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-06-17T12:49:56.618Z] --- PASS: TestConfigCreateResolve (2.96s) [2021-06-17T12:49:56.618Z] === RUN TestConfigDaemonLibtrustID [2021-06-17T12:49:57.207Z] --- PASS: TestConfigDaemonLibtrustID (0.60s) [2021-06-17T12:49:57.207Z] PASS [2021-06-17T12:49:57.207Z] [2021-06-17T12:49:57.207Z] DONE 7 tests in 19.604s [2021-06-17T12:49:57.207Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-17T12:49:57.207Z] ++ 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-06-17T12:49:57.207Z] ++ set -e [2021-06-17T12:49:57.207Z] ++ '[' -n 0 ']' [2021-06-17T12:49:57.207Z] ++ set -x [2021-06-17T12:49:57.207Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-06-17T12:49:57.471Z] INFO: Testing against a local daemon [2021-06-17T12:49:57.471Z] === RUN TestCheckpoint [2021-06-17T12:49:57.471Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-17T12:49:57.471Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-17T12:49:57.471Z] === RUN TestContainerInvalidJSON [2021-06-17T12:49:57.471Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-17T12:49:57.471Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-17T12:49:57.471Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-17T12:49:57.471Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-17T12:49:57.471Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-17T12:49:57.471Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-17T12:49:57.471Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-17T12:49:57.471Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-17T12:49:57.471Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-17T12:49:57.471Z] --- PASS: TestContainerInvalidJSON (0.04s) [2021-06-17T12:49:57.471Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-17T12:49:57.471Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-17T12:49:57.471Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-06-17T12:49:57.471Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-17T12:49:57.734Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2021-06-17T12:49:57.734Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-17T12:49:57.734Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-06-17T12:49:57.734Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-17T12:49:57.734Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-06-17T12:49:57.734Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-17T12:49:57.993Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-06-17T12:49:57.993Z] === RUN TestCopyFromContainer [2021-06-17T12:49:58.253Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-06-17T12:49:59.635Z] === RUN TestCopyFromContainer// [2021-06-17T12:49:59.635Z] === RUN TestCopyFromContainer//bar/root [2021-06-17T12:49:59.897Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-17T12:49:59.897Z] === RUN TestCopyFromContainer/bar/quux [2021-06-17T12:50:00.158Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-17T12:50:00.158Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-17T12:50:00.418Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-17T12:50:00.418Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-17T12:50:00.418Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-17T12:50:00.679Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-17T12:50:00.812Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2021-06-17T12:50:00.812Z] PASS [2021-06-17T12:50:00.812Z] [2021-06-17T12:50:00.812Z] DONE 17 tests in 46.658s [2021-06-17T12:50:00.812Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-17T12:50:00.812Z] INFO: Testing against a local daemon [2021-06-17T12:50:00.812Z] === RUN TestPluginInvalidJSON [2021-06-17T12:50:00.812Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-17T12:50:00.812Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-17T12:50:00.812Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-17T12:50:00.812Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-06-17T12:50:00.812Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-17T12:50:00.812Z] === RUN TestPluginInstall [2021-06-17T12:50:00.812Z] === RUN TestPluginInstall/no_auth [2021-06-17T12:50:00.812Z] time="2021-06-17T12:50:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:50:00.812Z] time="2021-06-17T12:50:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e8063243981b5c999979ab5702bdc2210fedc8a07f883b6607105f230c485978" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:50:00.812Z] time="2021-06-17T12:50:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:50:00.812Z] time="2021-06-17T12:50:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e8063243981b5c999979ab5702bdc2210fedc8a07f883b6607105f230c485978" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:50:00.812Z] === RUN TestPluginInstall/with_htpasswd [2021-06-17T12:50:00.939Z] --- PASS: TestCopyFromContainer (2.97s) [2021-06-17T12:50:00.939Z] --- PASS: TestCopyFromContainer// (0.14s) [2021-06-17T12:50:00.939Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) [2021-06-17T12:50:00.939Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-06-17T12:50:00.939Z] --- PASS: TestCopyFromContainer/bar/quux (0.12s) [2021-06-17T12:50:00.939Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.13s) [2021-06-17T12:50:00.939Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2021-06-17T12:50:00.939Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2021-06-17T12:50:00.939Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2021-06-17T12:50:00.939Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2021-06-17T12:50:00.939Z] --- PASS: TestCopyFromContainer/bar/notarget (0.21s) [2021-06-17T12:50:00.939Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-17T12:50:00.939Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-17T12:50:00.939Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-17T12:50:00.939Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-17T12:50:00.939Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-17T12:50:00.939Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-17T12:50:00.939Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-17T12:50:00.939Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-17T12:50:00.939Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-17T12:50:00.939Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-17T12:50:00.939Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.08s) [2021-06-17T12:50:00.939Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-06-17T12:50:00.939Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-06-17T12:50:00.939Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-17T12:50:00.939Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-17T12:50:00.939Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-06-17T12:50:00.939Z] === RUN TestCreateWithInvalidEnv [2021-06-17T12:50:00.939Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-17T12:50:00.939Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-17T12:50:00.939Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-17T12:50:00.939Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-17T12:50:00.939Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-17T12:50:00.939Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-17T12:50:00.939Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-17T12:50:00.939Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-17T12:50:00.939Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-17T12:50:00.939Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2021-06-17T12:50:00.939Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-17T12:50:00.939Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-17T12:50:00.939Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-06-17T12:50:00.939Z] === RUN TestCreateTmpfsMountsTarget [2021-06-17T12:50:00.939Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-06-17T12:50:00.939Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-17T12:50:01.070Z] time="2021-06-17T12:50:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:50:01.070Z] time="2021-06-17T12:50:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e965fff2257c07136d7553e44d1c0083302e040281e700449f013d65d9685f34" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:50:01.070Z] time="2021-06-17T12:50:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:50:01.070Z] time="2021-06-17T12:50:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e965fff2257c07136d7553e44d1c0083302e040281e700449f013d65d9685f34" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:50:01.329Z] === RUN TestPluginInstall/with_insecure [2021-06-17T12:50:01.880Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-06-17T12:50:02.254Z] time="2021-06-17T12:50:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:50:02.254Z] time="2021-06-17T12:50:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a25ea29028bd5d7de1751a33849891ba304f117523b0a51c61ba6e642518ead2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:50:02.254Z] time="2021-06-17T12:50:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:50:02.254Z] time="2021-06-17T12:50:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a25ea29028bd5d7de1751a33849891ba304f117523b0a51c61ba6e642518ead2" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:50:02.510Z] plugin_test.go:165: [dfc289afe9a70] daemon is not started [2021-06-17T12:50:02.510Z] --- PASS: TestPluginInstall (3.45s) [2021-06-17T12:50:02.510Z] --- PASS: TestPluginInstall/no_auth (1.67s) [2021-06-17T12:50:02.510Z] --- PASS: TestPluginInstall/with_htpasswd (0.67s) [2021-06-17T12:50:02.510Z] --- PASS: TestPluginInstall/with_insecure (1.11s) [2021-06-17T12:50:02.510Z] === RUN TestPluginsWithRuntimes [2021-06-17T12:50:03.788Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-06-17T12:50:03.788Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-06-17T12:50:04.394Z] === RUN TestPluginsWithRuntimes/No_Args [2021-06-17T12:50:04.728Z] --- PASS: TestCreateWithCustomMaskedPaths (3.64s) [2021-06-17T12:50:04.728Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-17T12:50:04.728Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-06-17T12:50:04.728Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-06-17T12:50:04.728Z] check_test.go:309: [dad4c16ba0ea7] daemon is not started [2021-06-17T12:50:04.728Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-06-17T12:50:04.954Z] === RUN TestPluginsWithRuntimes/With_Args [2021-06-17T12:50:05.667Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-06-17T12:50:05.879Z] --- PASS: TestPluginsWithRuntimes (3.39s) [2021-06-17T12:50:05.879Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.89s) [2021-06-17T12:50:05.879Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.90s) [2021-06-17T12:50:05.879Z] === RUN TestPluginBackCompatMediaTypes [2021-06-17T12:50:06.441Z] --- PASS: TestPluginBackCompatMediaTypes (0.59s) [2021-06-17T12:50:06.441Z] PASS [2021-06-17T12:50:06.441Z] [2021-06-17T12:50:06.441Z] DONE 10 tests in 7.481s [2021-06-17T12:50:06.441Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-17T12:50:06.441Z] INFO: Testing against a local daemon [2021-06-17T12:50:06.441Z] === RUN TestExternalGraphDriver [2021-06-17T12:50:06.441Z] === RUN TestExternalGraphDriver/json [2021-06-17T12:50:07.509Z] === RUN TestBoolValue [2021-06-17T12:50:07.509Z] --- PASS: TestBoolValue (0.00s) [2021-06-17T12:50:07.509Z] === RUN TestBoolValueOrDefault [2021-06-17T12:50:07.509Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-06-17T12:50:07.509Z] === RUN TestInt64ValueOrZero [2021-06-17T12:50:07.509Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-06-17T12:50:07.509Z] === RUN TestInt64ValueOrDefault [2021-06-17T12:50:07.509Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-06-17T12:50:07.509Z] === RUN TestInt64ValueOrDefaultWithError [2021-06-17T12:50:07.509Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-06-17T12:50:07.509Z] === RUN TestJsonContentType [2021-06-17T12:50:07.509Z] --- PASS: TestJsonContentType (0.00s) [2021-06-17T12:50:07.509Z] PASS [2021-06-17T12:50:07.509Z] coverage: 14.7% of statements [2021-06-17T12:50:07.509Z] ok github.com/docker/docker/api/server/httputils 0.078s coverage: 14.7% of statements [2021-06-17T12:50:07.509Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-17T12:50:07.576Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-06-17T12:50:08.147Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.28s) [2021-06-17T12:50:08.147Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-17T12:50:08.147Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-17T12:50:08.147Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-17T12:50:08.147Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-17T12:50:08.147Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-17T12:50:08.147Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-17T12:50:08.147Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-17T12:50:08.147Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-17T12:50:08.147Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-17T12:50:08.147Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-17T12:50:08.147Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-17T12:50:08.147Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-17T12:50:08.147Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-17T12:50:08.147Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-17T12:50:08.147Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-17T12:50:08.147Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-17T12:50:08.147Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-06-17T12:50:08.147Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-17T12:50:08.147Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-06-17T12:50:08.147Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-06-17T12:50:08.147Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-06-17T12:50:08.147Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-17T12:50:08.147Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-17T12:50:08.327Z] === RUN TestExternalGraphDriver/spec [2021-06-17T12:50:08.463Z] === RUN TestMaskSecretKeys [2021-06-17T12:50:08.463Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-06-17T12:50:08.463Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-06-17T12:50:08.463Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-06-17T12:50:08.463Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-06-17T12:50:08.463Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-06-17T12:50:08.463Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-06-17T12:50:08.463Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-06-17T12:50:08.463Z] === RUN TestVersionMiddlewareVersion [2021-06-17T12:50:08.463Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-06-17T12:50:08.463Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-06-17T12:50:08.463Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-06-17T12:50:08.463Z] PASS [2021-06-17T12:50:08.463Z] coverage: 37.7% of statements [2021-06-17T12:50:08.463Z] ok github.com/docker/docker/api/server/middleware 0.054s coverage: 37.7% of statements [2021-06-17T12:50:08.463Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-17T12:50:08.463Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-17T12:50:08.463Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-17T12:50:08.463Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-17T12:50:08.463Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-17T12:50:08.463Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-17T12:50:08.463Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-17T12:50:08.463Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-17T12:50:08.793Z] --- PASS: TestUpdateRestartPolicy (12.84s) [2021-06-17T12:50:08.793Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-17T12:50:08.793Z] --- PASS: TestUpdateRestartWithAutoRemove (0.85s) [2021-06-17T12:50:08.793Z] === RUN TestWaitNonBlocked [2021-06-17T12:50:08.793Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-17T12:50:08.793Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-17T12:50:08.793Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-17T12:50:08.793Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-17T12:50:08.793Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-17T12:50:08.793Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-17T12:50:08.793Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-06-17T12:50:08.793Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.90s) [2021-06-17T12:50:08.793Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.99s) [2021-06-17T12:50:08.793Z] === RUN TestWaitBlocked [2021-06-17T12:50:08.793Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-17T12:50:08.793Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-17T12:50:08.793Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-17T12:50:08.793Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-17T12:50:08.793Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-17T12:50:08.793Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-17T12:50:08.915Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-17T12:50:09.367Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-17T12:50:09.367Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-17T12:50:09.529Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.19s) [2021-06-17T12:50:09.529Z] === RUN TestCreateDifferentPlatform [2021-06-17T12:50:09.529Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-17T12:50:09.529Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-17T12:50:09.529Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2021-06-17T12:50:09.529Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-06-17T12:50:09.529Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.01s) [2021-06-17T12:50:09.529Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-17T12:50:09.529Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-06-17T12:50:09.529Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-17T12:50:09.529Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s) [2021-06-17T12:50:09.529Z] === RUN TestContainerStartOnDaemonRestart [2021-06-17T12:50:09.529Z] === PAUSE TestContainerStartOnDaemonRestart [2021-06-17T12:50:09.529Z] === RUN TestDaemonRestartIpcMode [2021-06-17T12:50:09.529Z] === PAUSE TestDaemonRestartIpcMode [2021-06-17T12:50:09.529Z] === RUN TestDaemonHostGatewayIP [2021-06-17T12:50:09.529Z] === PAUSE TestDaemonHostGatewayIP [2021-06-17T12:50:09.529Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-17T12:50:09.529Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-17T12:50:09.529Z] === RUN TestContainerKillOnDaemonStart [2021-06-17T12:50:09.529Z] === PAUSE TestContainerKillOnDaemonStart [2021-06-17T12:50:09.529Z] === RUN TestDiff [2021-06-17T12:50:09.759Z] --- PASS: TestWaitBlocked (0.02s) [2021-06-17T12:50:09.759Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.11s) [2021-06-17T12:50:09.759Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.15s) [2021-06-17T12:50:09.759Z] === CONT TestContainerStartOnDaemonRestart [2021-06-17T12:50:09.759Z] === CONT TestContainerKillOnDaemonStart [2021-06-17T12:50:09.759Z] === CONT TestDaemonHostGatewayIP [2021-06-17T12:50:09.759Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-17T12:50:09.819Z] === RUN TestStrSliceMarshalJSON [2021-06-17T12:50:09.819Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-06-17T12:50:09.819Z] === RUN TestStrSliceUnmarshalJSON [2021-06-17T12:50:09.819Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-06-17T12:50:09.819Z] === RUN TestStrSliceUnmarshalString [2021-06-17T12:50:09.819Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-06-17T12:50:09.819Z] === RUN TestStrSliceUnmarshalSlice [2021-06-17T12:50:09.819Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-06-17T12:50:09.819Z] PASS [2021-06-17T12:50:09.819Z] coverage: 90.0% of statements [2021-06-17T12:50:09.819Z] ok github.com/docker/docker/api/types/strslice 0.046s coverage: 90.0% of statements [2021-06-17T12:50:09.819Z] === RUN TestToJSON [2021-06-17T12:50:09.819Z] --- PASS: TestToJSON (0.00s) [2021-06-17T12:50:09.819Z] === RUN TestToParamWithVersion [2021-06-17T12:50:09.819Z] --- PASS: TestToParamWithVersion (0.00s) [2021-06-17T12:50:09.819Z] === RUN TestFromJSON [2021-06-17T12:50:09.820Z] --- PASS: TestFromJSON (0.00s) [2021-06-17T12:50:09.820Z] === RUN TestEmpty [2021-06-17T12:50:09.820Z] --- PASS: TestEmpty (0.00s) [2021-06-17T12:50:09.820Z] === RUN TestArgsMatchKVListEmptySources [2021-06-17T12:50:09.820Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-06-17T12:50:09.820Z] === RUN TestArgsMatchKVList [2021-06-17T12:50:09.820Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-06-17T12:50:09.820Z] === RUN TestArgsMatch [2021-06-17T12:50:09.820Z] --- PASS: TestArgsMatch (0.00s) [2021-06-17T12:50:09.820Z] === RUN TestAdd [2021-06-17T12:50:09.820Z] --- PASS: TestAdd (0.00s) [2021-06-17T12:50:09.820Z] === RUN TestDel [2021-06-17T12:50:10.101Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-06-17T12:50:10.101Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-06-17T12:50:10.214Z] === RUN TestExternalGraphDriver/pull [2021-06-17T12:50:10.272Z] --- PASS: TestDel (0.00s) [2021-06-17T12:50:10.272Z] === RUN TestLen [2021-06-17T12:50:10.272Z] --- PASS: TestLen (0.00s) [2021-06-17T12:50:10.272Z] === RUN TestExactMatch [2021-06-17T12:50:10.272Z] --- PASS: TestExactMatch (0.00s) [2021-06-17T12:50:10.272Z] === RUN TestOnlyOneExactMatch [2021-06-17T12:50:10.272Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-06-17T12:50:10.272Z] === RUN TestContains [2021-06-17T12:50:10.272Z] --- PASS: TestContains (0.00s) [2021-06-17T12:50:10.272Z] === RUN TestValidate [2021-06-17T12:50:10.272Z] --- PASS: TestValidate (0.00s) [2021-06-17T12:50:10.272Z] === RUN TestWalkValues [2021-06-17T12:50:10.272Z] --- PASS: TestWalkValues (0.00s) [2021-06-17T12:50:10.272Z] === RUN TestFuzzyMatch [2021-06-17T12:50:10.272Z] --- PASS: TestFuzzyMatch (0.00s) [2021-06-17T12:50:10.272Z] === RUN TestClone [2021-06-17T12:50:10.272Z] --- PASS: TestClone (0.00s) [2021-06-17T12:50:10.272Z] PASS [2021-06-17T12:50:10.272Z] coverage: 92.2% of statements [2021-06-17T12:50:10.272Z] ok github.com/docker/docker/api/types/filters 0.058s coverage: 92.2% of statements [2021-06-17T12:50:10.272Z] === RUN TestAdjustForAPIVersion [2021-06-17T12:50:10.272Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-06-17T12:50:10.272Z] PASS [2021-06-17T12:50:10.272Z] coverage: 5.7% of statements [2021-06-17T12:50:10.272Z] ok github.com/docker/docker/api/server/router/swarm 0.048s coverage: 5.7% of statements [2021-06-17T12:50:10.272Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-17T12:50:10.272Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-17T12:50:10.272Z] ? github.com/docker/docker/api/types [no test files] [2021-06-17T12:50:10.272Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-17T12:50:10.272Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-17T12:50:10.272Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-17T12:50:10.272Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-17T12:50:10.272Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-17T12:50:10.272Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-17T12:50:10.272Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-17T12:50:10.272Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-17T12:50:10.272Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-17T12:50:10.272Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-17T12:50:10.272Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-17T12:50:10.272Z] === RUN TestDurationToSecondsString [2021-06-17T12:50:10.272Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-06-17T12:50:10.272Z] === RUN TestGetTimestamp [2021-06-17T12:50:10.671Z] --- PASS: TestDiff (1.11s) [2021-06-17T12:50:10.671Z] === RUN TestExecWithCloseStdin [2021-06-17T12:50:10.724Z] === RUN TestCompareVersion [2021-06-17T12:50:10.724Z] --- PASS: TestCompareVersion (0.00s) [2021-06-17T12:50:10.724Z] PASS [2021-06-17T12:50:10.724Z] coverage: 75.0% of statements [2021-06-17T12:50:10.724Z] ok github.com/docker/docker/api/types/versions 0.076s coverage: 75.0% of statements [2021-06-17T12:50:10.724Z] --- PASS: TestGetTimestamp (0.16s) [2021-06-17T12:50:10.724Z] === RUN TestParseTimestamps [2021-06-17T12:50:10.724Z] --- PASS: TestParseTimestamps (0.00s) [2021-06-17T12:50:10.724Z] PASS [2021-06-17T12:50:10.724Z] coverage: 100.0% of statements [2021-06-17T12:50:10.724Z] ok github.com/docker/docker/api/types/time 0.212s coverage: 100.0% of statements [2021-06-17T12:50:10.724Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-17T12:50:10.724Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-17T12:50:10.724Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-17T12:50:10.724Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-06-17T12:50:10.724Z] ? github.com/docker/docker/builder [no test files] [2021-06-17T12:50:10.724Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-17T12:50:10.724Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-17T12:50:10.725Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-17T12:50:10.725Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-17T12:50:10.725Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-17T12:50:10.725Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-17T12:50:10.725Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-17T12:50:11.680Z] === RUN TestParseRemoteURL [2021-06-17T12:50:11.680Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-06-17T12:50:11.680Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-06-17T12:50:11.680Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-06-17T12:50:11.680Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-06-17T12:50:11.680Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-06-17T12:50:11.680Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-06-17T12:50:11.680Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-06-17T12:50:11.680Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-06-17T12:50:11.680Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-06-17T12:50:11.680Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-06-17T12:50:11.680Z] --- PASS: TestParseRemoteURL (0.00s) [2021-06-17T12:50:11.680Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-06-17T12:50:11.680Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-06-17T12:50:11.680Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-06-17T12:50:11.680Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-06-17T12:50:11.680Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-06-17T12:50:11.680Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-06-17T12:50:11.680Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-06-17T12:50:11.680Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-06-17T12:50:11.680Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-06-17T12:50:11.680Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-06-17T12:50:11.680Z] === RUN TestCloneArgsSmartHttp [2021-06-17T12:50:11.680Z] --- PASS: TestCloneArgsSmartHttp (0.00s) [2021-06-17T12:50:11.680Z] === RUN TestCloneArgsDumbHttp [2021-06-17T12:50:11.680Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-06-17T12:50:11.680Z] === RUN TestCloneArgsGit [2021-06-17T12:50:11.680Z] --- PASS: TestCloneArgsGit (0.00s) [2021-06-17T12:50:11.680Z] === RUN TestCheckoutGit [2021-06-17T12:50:12.052Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-06-17T12:50:12.099Z] --- PASS: TestExternalGraphDriver (5.25s) [2021-06-17T12:50:12.099Z] --- PASS: TestExternalGraphDriver/json (1.85s) [2021-06-17T12:50:12.099Z] --- PASS: TestExternalGraphDriver/spec (1.84s) [2021-06-17T12:50:12.099Z] --- PASS: TestExternalGraphDriver/pull (1.50s) [2021-06-17T12:50:12.099Z] === RUN TestGraphdriverPluginV2 [2021-06-17T12:50:12.313Z] --- PASS: TestExecWithCloseStdin (1.85s) [2021-06-17T12:50:12.313Z] === RUN TestExec [2021-06-17T12:50:12.573Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-06-17T12:50:12.833Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-06-17T12:50:13.830Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-06-17T12:50:13.830Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-06-17T12:50:13.830Z] === RUN TestProcessNoDockerignore [2021-06-17T12:50:13.830Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-06-17T12:50:13.830Z] === RUN TestProcessShouldLeaveAllFiles [2021-06-17T12:50:13.830Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-06-17T12:50:13.830Z] === RUN TestDetectContentType [2021-06-17T12:50:13.830Z] --- PASS: TestDetectContentType (0.00s) [2021-06-17T12:50:13.830Z] === RUN TestSelectAcceptableMIME [2021-06-17T12:50:13.830Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-06-17T12:50:13.830Z] === RUN TestInspectEmptyResponse [2021-06-17T12:50:13.830Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-06-17T12:50:13.830Z] === RUN TestInspectResponseBinary [2021-06-17T12:50:13.830Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-06-17T12:50:13.830Z] === RUN TestResponseUnsupportedContentType [2021-06-17T12:50:13.830Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-06-17T12:50:13.830Z] === RUN TestInspectResponseTextSimple [2021-06-17T12:50:13.830Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-06-17T12:50:13.830Z] === RUN TestInspectResponseEmptyContentType [2021-06-17T12:50:13.830Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-06-17T12:50:13.830Z] === RUN TestUnknownContentLength [2021-06-17T12:50:13.830Z] --- PASS: TestUnknownContentLength (0.00s) [2021-06-17T12:50:13.830Z] === RUN TestDownloadRemote [2021-06-17T12:50:13.830Z] --- PASS: TestDownloadRemote (0.07s) [2021-06-17T12:50:13.830Z] === RUN TestGetWithStatusError [2021-06-17T12:50:13.830Z] --- PASS: TestGetWithStatusError (0.00s) [2021-06-17T12:50:13.830Z] === RUN TestCloseRootDirectory [2021-06-17T12:50:13.830Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:50:13.830Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-06-17T12:50:13.830Z] === RUN TestHashFile [2021-06-17T12:50:13.830Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:50:13.830Z] --- SKIP: TestHashFile (0.00s) [2021-06-17T12:50:13.830Z] === RUN TestHashSubdir [2021-06-17T12:50:13.830Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:50:13.830Z] --- SKIP: TestHashSubdir (0.01s) [2021-06-17T12:50:13.830Z] === RUN TestRemoveDirectory [2021-06-17T12:50:13.830Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:50:13.830Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-06-17T12:50:13.830Z] PASS [2021-06-17T12:50:13.830Z] coverage: 9.3% of statements [2021-06-17T12:50:13.830Z] ok github.com/docker/docker/builder/remotecontext 0.217s coverage: 9.3% of statements [2021-06-17T12:50:13.968Z] --- PASS: TestContainerStartOnDaemonRestart (3.89s) [2021-06-17T12:50:13.968Z] === CONT TestIpcModeOlderClient [2021-06-17T12:50:13.968Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.91s) [2021-06-17T12:50:13.968Z] === CONT TestDaemonRestartIpcMode [2021-06-17T12:50:13.968Z] --- PASS: TestIpcModeOlderClient (0.13s) [2021-06-17T12:50:14.216Z] --- PASS: TestExec (1.84s) [2021-06-17T12:50:14.216Z] === RUN TestExecUser [2021-06-17T12:50:14.283Z] === RUN TestGetAllAllowed [2021-06-17T12:50:14.283Z] --- PASS: TestGetAllAllowed (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestGetAllMeta [2021-06-17T12:50:14.283Z] --- PASS: TestGetAllMeta (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestWarnOnUnusedBuildArgs [2021-06-17T12:50:14.283Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestIsUnreferencedBuiltin [2021-06-17T12:50:14.283Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestIsExistingDirectory [2021-06-17T12:50:14.283Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestGetFilenameForDownload [2021-06-17T12:50:14.283Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestEnv2Variables [2021-06-17T12:50:14.283Z] --- PASS: TestEnv2Variables (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-06-17T12:50:14.283Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestMaintainer [2021-06-17T12:50:14.283Z] --- PASS: TestMaintainer (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestLabel [2021-06-17T12:50:14.283Z] --- PASS: TestLabel (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestFromScratch [2021-06-17T12:50:14.283Z] --- PASS: TestFromScratch (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestFromWithArg [2021-06-17T12:50:14.283Z] --- PASS: TestFromWithArg (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-06-17T12:50:14.283Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestFromWithUndefinedArg [2021-06-17T12:50:14.283Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestFromMultiStageWithNamedStage [2021-06-17T12:50:14.283Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestOnbuild [2021-06-17T12:50:14.283Z] --- PASS: TestOnbuild (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestWorkdir [2021-06-17T12:50:14.283Z] --- PASS: TestWorkdir (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestCmd [2021-06-17T12:50:14.283Z] --- PASS: TestCmd (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestHealthcheckNone [2021-06-17T12:50:14.283Z] --- PASS: TestHealthcheckNone (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestHealthcheckCmd [2021-06-17T12:50:14.283Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestEntrypoint [2021-06-17T12:50:14.283Z] --- PASS: TestEntrypoint (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestExpose [2021-06-17T12:50:14.283Z] --- PASS: TestExpose (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestUser [2021-06-17T12:50:14.283Z] --- PASS: TestUser (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestVolume [2021-06-17T12:50:14.283Z] --- PASS: TestVolume (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestStopSignal [2021-06-17T12:50:14.283Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-17T12:50:14.283Z] --- SKIP: TestStopSignal (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestArg [2021-06-17T12:50:14.283Z] --- PASS: TestArg (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestShell [2021-06-17T12:50:14.283Z] --- PASS: TestShell (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestPrependEnvOnCmd [2021-06-17T12:50:14.283Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestRunWithBuildArgs [2021-06-17T12:50:14.283Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestRunIgnoresHealthcheck [2021-06-17T12:50:14.283Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestDispatchUnsupportedOptions [2021-06-17T12:50:14.283Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-06-17T12:50:14.283Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-06-17T12:50:14.283Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-06-17T12:50:14.283Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-06-17T12:50:14.283Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-06-17T12:50:14.283Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-06-17T12:50:14.283Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestNormalizeWorkdir [2021-06-17T12:50:14.283Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestDispatch [2021-06-17T12:50:14.283Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-06-17T12:50:14.283Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-06-17T12:50:14.283Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-06-17T12:50:14.283Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-06-17T12:50:14.283Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-06-17T12:50:14.283Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-06-17T12:50:14.283Z] === RUN TestDispatch/COPY_url [2021-06-17T12:50:14.283Z] --- PASS: TestDispatch (0.07s) [2021-06-17T12:50:14.283Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-06-17T12:50:14.283Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-06-17T12:50:14.283Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-06-17T12:50:14.283Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-06-17T12:50:14.283Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-06-17T12:50:14.283Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-06-17T12:50:14.283Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestAddScratchImageAddsToMounts [2021-06-17T12:50:14.283Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestAddFromScratchPopulatesPlatform [2021-06-17T12:50:14.283Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-06-17T12:50:14.283Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-06-17T12:50:14.283Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestImageSourceGetAddsToMounts [2021-06-17T12:50:14.283Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestEmptyDockerfile [2021-06-17T12:50:14.283Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestSymlinkDockerfile [2021-06-17T12:50:14.283Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-06-17T12:50:14.283Z] === RUN TestDockerfileOutsideTheBuildContext [2021-06-17T12:50:14.283Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestNonExistingDockerfile [2021-06-17T12:50:14.283Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestCopyRunConfig [2021-06-17T12:50:14.283Z] --- PASS: TestCopyRunConfig (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestDeepCopyRunConfig [2021-06-17T12:50:14.283Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestExportImage [2021-06-17T12:50:14.283Z] --- PASS: TestExportImage (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestNormalizeDest [2021-06-17T12:50:14.283Z] --- PASS: TestNormalizeDest (0.00s) [2021-06-17T12:50:14.283Z] PASS [2021-06-17T12:50:14.283Z] coverage: 47.0% of statements [2021-06-17T12:50:14.283Z] ok github.com/docker/docker/builder/dockerfile 0.184s coverage: 47.0% of statements [2021-06-17T12:50:14.283Z] === RUN TestEnable [2021-06-17T12:50:14.283Z] --- PASS: TestEnable (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestDisable [2021-06-17T12:50:14.283Z] --- PASS: TestDisable (0.00s) [2021-06-17T12:50:14.283Z] === RUN TestEnabled [2021-06-17T12:50:14.283Z] --- PASS: TestEnabled (0.00s) [2021-06-17T12:50:14.283Z] PASS [2021-06-17T12:50:14.283Z] coverage: 100.0% of statements [2021-06-17T12:50:14.283Z] ok github.com/docker/docker/cli/debug 0.039s coverage: 100.0% of statements [2021-06-17T12:50:14.283Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-17T12:50:14.538Z] --- PASS: TestDaemonHostGatewayIP (4.98s) [2021-06-17T12:50:15.156Z] check_test.go:309: [dfe884575c381] daemon is not started [2021-06-17T12:50:15.156Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-06-17T12:50:15.362Z] --- PASS: TestGraphdriverPluginV2 (3.47s) [2021-06-17T12:50:15.362Z] PASS [2021-06-17T12:50:15.362Z] [2021-06-17T12:50:15.362Z] DONE 5 tests in 8.759s [2021-06-17T12:50:15.362Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-17T12:50:15.362Z] INFO: Testing against a local daemon [2021-06-17T12:50:15.362Z] === RUN TestContinueAfterPluginCrash [2021-06-17T12:50:15.362Z] === PAUSE TestContinueAfterPluginCrash [2021-06-17T12:50:15.362Z] === RUN TestReadPluginNoRead [2021-06-17T12:50:15.362Z] === PAUSE TestReadPluginNoRead [2021-06-17T12:50:15.362Z] === RUN TestDaemonStartWithLogOpt [2021-06-17T12:50:15.362Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-17T12:50:15.362Z] === CONT TestContinueAfterPluginCrash [2021-06-17T12:50:15.362Z] === CONT TestDaemonStartWithLogOpt [2021-06-17T12:50:16.098Z] --- PASS: TestExecUser (1.73s) [2021-06-17T12:50:16.098Z] === RUN TestExportContainerAndImportImage [2021-06-17T12:50:17.077Z] --- PASS: TestDaemonRestartIpcMode (3.39s) [2021-06-17T12:50:17.479Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-06-17T12:50:17.739Z] --- PASS: TestExportContainerAndImportImage (1.72s) [2021-06-17T12:50:17.739Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-17T12:50:19.121Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-06-17T12:50:19.121Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s) [2021-06-17T12:50:19.121Z] === RUN TestHealthCheckWorkdir [2021-06-17T12:50:19.380Z] check_test.go:309: [de77f4246a4a6] daemon is not started [2021-06-17T12:50:19.380Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-06-17T12:50:19.525Z] --- PASS: TestDaemonStartWithLogOpt (3.70s) [2021-06-17T12:50:19.525Z] === CONT TestReadPluginNoRead [2021-06-17T12:50:20.319Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-06-17T12:50:20.579Z] --- PASS: TestHealthCheckWorkdir (1.57s) [2021-06-17T12:50:20.579Z] === RUN TestHealthKillContainer [2021-06-17T12:50:21.412Z] === RUN TestReadPluginNoRead/default [2021-06-17T12:50:21.520Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-06-17T12:50:21.520Z] docker_cli_daemon_plugins_test.go:79: [d54847934b715] daemon is not started [2021-06-17T12:50:22.462Z] === RUN TestDockerSuite/TestBuildAddScript [2021-06-17T12:50:22.722Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-06-17T12:50:22.775Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-17T12:50:23.649Z] --- PASS: TestContainerKillOnDaemonStart (12.93s) [2021-06-17T12:50:23.649Z] PASS [2021-06-17T12:50:23.649Z] [2021-06-17T12:50:23.649Z] === Skipped [2021-06-17T12:50:23.649Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-06-17T12:50:23.649Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-17T12:50:23.649Z] [2021-06-17T12:50:23.649Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-17T12:50:23.649Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-17T12:50:23.649Z] [2021-06-17T12:50:23.649Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-06-17T12:50:23.649Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-17T12:50:23.649Z] [2021-06-17T12:50:23.649Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.01s) [2021-06-17T12:50:23.649Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-17T12:50:23.649Z] [2021-06-17T12:50:23.649Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-17T12:50:23.649Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-17T12:50:23.649Z] [2021-06-17T12:50:23.649Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-06-17T12:50:23.649Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-17T12:50:23.649Z] [2021-06-17T12:50:23.649Z] [2021-06-17T12:50:23.649Z] DONE 196 tests, 6 skipped in 151.660s [2021-06-17T12:50:23.649Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-06-17T12:50:23.649Z] ++ 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-06-17T12:50:23.649Z] ++ set -e [2021-06-17T12:50:23.649Z] ++ '[' -n 0 ']' [2021-06-17T12:50:23.649Z] ++ set -x [2021-06-17T12:50:23.649Z] ++ 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-06-17T12:50:23.649Z] INFO: Testing against a local daemon [2021-06-17T12:50:23.649Z] === RUN TestCommitInheritsEnv [2021-06-17T12:50:23.649Z] --- PASS: TestCommitInheritsEnv (0.36s) [2021-06-17T12:50:23.649Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-17T12:50:23.649Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-06-17T12:50:23.649Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-06-17T12:50:23.649Z] === RUN TestImagesFilterMultiReference [2021-06-17T12:50:23.649Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-06-17T12:50:23.649Z] === RUN TestImagePullPlatformInvalid [2021-06-17T12:50:23.649Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2021-06-17T12:50:23.649Z] === RUN TestRemoveImageOrphaning [2021-06-17T12:50:23.649Z] --- PASS: TestRemoveImageOrphaning (0.34s) [2021-06-17T12:50:23.649Z] === RUN TestRemoveImageGarbageCollector [2021-06-17T12:50:23.649Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-17T12:50:23.649Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-06-17T12:50:23.649Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-17T12:50:23.649Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-06-17T12:50:23.649Z] === RUN TestTagInvalidReference [2021-06-17T12:50:23.649Z] --- PASS: TestTagInvalidReference (0.03s) [2021-06-17T12:50:23.649Z] === RUN TestTagValidPrefixedRepo [2021-06-17T12:50:23.909Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-06-17T12:50:23.909Z] === RUN TestTagExistedNameWithoutForce [2021-06-17T12:50:23.909Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-06-17T12:50:23.909Z] === RUN TestTagOfficialNames [2021-06-17T12:50:23.909Z] --- PASS: TestTagOfficialNames (0.08s) [2021-06-17T12:50:23.909Z] === RUN TestTagMatchesDigest [2021-06-17T12:50:23.909Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-06-17T12:50:23.909Z] PASS [2021-06-17T12:50:23.909Z] [2021-06-17T12:50:23.909Z] === Skipped [2021-06-17T12:50:23.909Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-06-17T12:50:23.909Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-06-17T12:50:23.909Z] [2021-06-17T12:50:23.909Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-06-17T12:50:23.909Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-17T12:50:23.909Z] [2021-06-17T12:50:23.909Z] [2021-06-17T12:50:23.909Z] DONE 12 tests, 2 skipped in 1.337s [2021-06-17T12:50:23.909Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-06-17T12:50:23.909Z] ++ 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-06-17T12:50:23.909Z] ++ set -e [2021-06-17T12:50:23.909Z] ++ '[' -n 0 ']' [2021-06-17T12:50:23.909Z] ++ set -x [2021-06-17T12:50:23.909Z] ++ 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-06-17T12:50:24.138Z] --- PASS: TestContinueAfterPluginCrash (8.70s) [2021-06-17T12:50:24.168Z] INFO: Testing against a local daemon [2021-06-17T12:50:24.168Z] === RUN TestNetworkCreateDelete [2021-06-17T12:50:24.393Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-17T12:50:24.429Z] --- PASS: TestNetworkCreateDelete (0.21s) [2021-06-17T12:50:24.429Z] === RUN TestDockerNetworkDeletePreferID [2021-06-17T12:50:24.632Z] --- PASS: TestHealthKillContainer (3.56s) [2021-06-17T12:50:24.632Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-17T12:50:24.632Z] docker_cli_daemon_plugins_test.go:169: [d205555e83606] daemon is not started [2021-06-17T12:50:24.999Z] --- PASS: TestDockerNetworkDeletePreferID (0.59s) [2021-06-17T12:50:24.999Z] === RUN TestDaemonDNSFallback [2021-06-17T12:50:25.202Z] --- PASS: TestInspectCpusetInConfigPre120 (1.06s) [2021-06-17T12:50:25.202Z] === RUN TestIpcModeNone [2021-06-17T12:50:25.757Z] === CONT TestReadPluginNoRead [2021-06-17T12:50:25.757Z] read_test.go:92: [d130de9c9b6bc] daemon is not started [2021-06-17T12:50:25.757Z] --- PASS: TestReadPluginNoRead (6.73s) [2021-06-17T12:50:25.757Z] --- PASS: TestReadPluginNoRead/default (1.49s) [2021-06-17T12:50:25.757Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.55s) [2021-06-17T12:50:25.757Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.46s) [2021-06-17T12:50:25.757Z] PASS [2021-06-17T12:50:25.757Z] [2021-06-17T12:50:25.757Z] DONE 6 tests in 10.470s [2021-06-17T12:50:25.757Z] 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-06-17T12:50:25.757Z] testing: warning: no tests to run [2021-06-17T12:50:25.757Z] PASS [2021-06-17T12:50:25.757Z] [2021-06-17T12:50:25.757Z] DONE 0 tests in 0.020s [2021-06-17T12:50:25.757Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-17T12:50:25.757Z] INFO: Testing against a local daemon [2021-06-17T12:50:25.757Z] === RUN TestPluginWithDevMounts [2021-06-17T12:50:25.757Z] === PAUSE TestPluginWithDevMounts [2021-06-17T12:50:25.757Z] === CONT TestPluginWithDevMounts [2021-06-17T12:50:25.773Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-06-17T12:50:26.343Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-06-17T12:50:26.603Z] === RUN TestCheckpointCreateError [2021-06-17T12:50:26.603Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestCheckpointCreate [2021-06-17T12:50:26.603Z] --- PASS: TestCheckpointCreate (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestCheckpointDeleteError [2021-06-17T12:50:26.603Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestCheckpointDelete [2021-06-17T12:50:26.603Z] --- PASS: TestCheckpointDelete (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestCheckpointListError [2021-06-17T12:50:26.603Z] --- PASS: TestCheckpointListError (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestCheckpointList [2021-06-17T12:50:26.603Z] --- PASS: TestCheckpointList (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestCheckpointListContainerNotFound [2021-06-17T12:50:26.603Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestNewClientWithOpsFromEnv [2021-06-17T12:50:26.603Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-17T12:50:26.603Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestGetAPIPath [2021-06-17T12:50:26.603Z] --- PASS: TestGetAPIPath (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestParseHostURL [2021-06-17T12:50:26.603Z] --- PASS: TestParseHostURL (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-06-17T12:50:26.603Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestNegotiateAPIVersionEmpty [2021-06-17T12:50:26.603Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestNegotiateAPIVersion [2021-06-17T12:50:26.603Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestNegotiateAPVersionOverride [2021-06-17T12:50:26.603Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestNegotiateAPIVersionAutomatic [2021-06-17T12:50:26.603Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-06-17T12:50:26.603Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-06-17T12:50:26.603Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestClientRedirect [2021-06-17T12:50:26.603Z] --- PASS: TestClientRedirect (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigCreateUnsupported [2021-06-17T12:50:26.603Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigCreateError [2021-06-17T12:50:26.603Z] --- PASS: TestConfigCreateError (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigCreate [2021-06-17T12:50:26.603Z] --- PASS: TestConfigCreate (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigInspectNotFound [2021-06-17T12:50:26.603Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigInspectWithEmptyID [2021-06-17T12:50:26.603Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigInspectUnsupported [2021-06-17T12:50:26.603Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigInspectError [2021-06-17T12:50:26.603Z] --- PASS: TestConfigInspectError (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigInspectConfigNotFound [2021-06-17T12:50:26.603Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigInspect [2021-06-17T12:50:26.603Z] --- PASS: TestConfigInspect (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigListUnsupported [2021-06-17T12:50:26.603Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigListError [2021-06-17T12:50:26.603Z] --- PASS: TestConfigListError (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigList [2021-06-17T12:50:26.603Z] --- PASS: TestConfigList (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigRemoveUnsupported [2021-06-17T12:50:26.603Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigRemoveError [2021-06-17T12:50:26.603Z] --- PASS: TestConfigRemoveError (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigRemove [2021-06-17T12:50:26.603Z] --- PASS: TestConfigRemove (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigUpdateUnsupported [2021-06-17T12:50:26.603Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigUpdateError [2021-06-17T12:50:26.603Z] --- PASS: TestConfigUpdateError (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestConfigUpdate [2021-06-17T12:50:26.603Z] --- PASS: TestConfigUpdate (0.00s) [2021-06-17T12:50:26.603Z] === RUN TestContainerCommitError [2021-06-17T12:50:26.603Z] --- PASS: TestContainerCommitError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerCommit [2021-06-17T12:50:26.604Z] --- PASS: TestContainerCommit (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerStatPathError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerStatPathError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerStatPathNotFoundError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerStatPathNoHeaderError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerStatPath [2021-06-17T12:50:26.604Z] --- PASS: TestContainerStatPath (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestCopyToContainerError [2021-06-17T12:50:26.604Z] --- PASS: TestCopyToContainerError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestCopyToContainerNotFoundError [2021-06-17T12:50:26.604Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestCopyToContainerNotStatusOKError [2021-06-17T12:50:26.604Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestCopyToContainer [2021-06-17T12:50:26.604Z] --- PASS: TestCopyToContainer (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestCopyFromContainerError [2021-06-17T12:50:26.604Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestCopyFromContainerNotFoundError [2021-06-17T12:50:26.604Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestCopyFromContainerNotStatusOKError [2021-06-17T12:50:26.604Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestCopyFromContainerNoHeaderError [2021-06-17T12:50:26.604Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestCopyFromContainer [2021-06-17T12:50:26.604Z] --- PASS: TestCopyFromContainer (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerCreateError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerCreateError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerCreateImageNotFound [2021-06-17T12:50:26.604Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerCreateWithName [2021-06-17T12:50:26.604Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerCreateAutoRemove [2021-06-17T12:50:26.604Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerDiffError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerDiffError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerDiff [2021-06-17T12:50:26.604Z] --- PASS: TestContainerDiff (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerExecCreateError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerExecCreate [2021-06-17T12:50:26.604Z] --- PASS: TestContainerExecCreate (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerExecStartError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerExecStartError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerExecStart [2021-06-17T12:50:26.604Z] --- PASS: TestContainerExecStart (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerExecInspectError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerExecInspect [2021-06-17T12:50:26.604Z] --- PASS: TestContainerExecInspect (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerExportError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerExportError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerExport [2021-06-17T12:50:26.604Z] --- PASS: TestContainerExport (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerInspectError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerInspectError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerInspectContainerNotFound [2021-06-17T12:50:26.604Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerInspectWithEmptyID [2021-06-17T12:50:26.604Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerInspect [2021-06-17T12:50:26.604Z] --- PASS: TestContainerInspect (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerInspectNode [2021-06-17T12:50:26.604Z] --- PASS: TestContainerInspectNode (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerKillError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerKillError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerKill [2021-06-17T12:50:26.604Z] --- PASS: TestContainerKill (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerListError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerListError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerList [2021-06-17T12:50:26.604Z] --- PASS: TestContainerList (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerLogsNotFoundError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerLogsError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerLogsError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerLogs [2021-06-17T12:50:26.604Z] --- PASS: TestContainerLogs (0.17s) [2021-06-17T12:50:26.604Z] === RUN TestContainerPauseError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerPauseError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerPause [2021-06-17T12:50:26.604Z] --- PASS: TestContainerPause (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainersPruneError [2021-06-17T12:50:26.604Z] --- PASS: TestContainersPruneError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainersPrune [2021-06-17T12:50:26.604Z] --- PASS: TestContainersPrune (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerRemoveError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerRemoveError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerRemoveNotFoundError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerRemove [2021-06-17T12:50:26.604Z] --- PASS: TestContainerRemove (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerRenameError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerRenameError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerRename [2021-06-17T12:50:26.604Z] --- PASS: TestContainerRename (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerResizeError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerResizeError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerExecResizeError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerResize [2021-06-17T12:50:26.604Z] --- PASS: TestContainerResize (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerExecResize [2021-06-17T12:50:26.604Z] --- PASS: TestContainerExecResize (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerRestartError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerRestartError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerRestart [2021-06-17T12:50:26.604Z] --- PASS: TestContainerRestart (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerStartError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerStartError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerStart [2021-06-17T12:50:26.604Z] --- PASS: TestContainerStart (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerStatsError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerStatsError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerStats [2021-06-17T12:50:26.604Z] --- PASS: TestContainerStats (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerStopError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerStopError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerStop [2021-06-17T12:50:26.604Z] --- PASS: TestContainerStop (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerTopError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerTopError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerTop [2021-06-17T12:50:26.604Z] --- PASS: TestContainerTop (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerUnpauseError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerUnpause [2021-06-17T12:50:26.604Z] --- PASS: TestContainerUnpause (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerUpdateError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerUpdateError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerUpdate [2021-06-17T12:50:26.604Z] --- PASS: TestContainerUpdate (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerWaitError [2021-06-17T12:50:26.604Z] --- PASS: TestContainerWaitError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestContainerWait [2021-06-17T12:50:26.604Z] --- PASS: TestContainerWait (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestDiskUsageError [2021-06-17T12:50:26.604Z] --- PASS: TestDiskUsageError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestDiskUsage [2021-06-17T12:50:26.604Z] --- PASS: TestDiskUsage (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestDistributionInspectUnsupported [2021-06-17T12:50:26.604Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestDistributionInspectWithEmptyID [2021-06-17T12:50:26.604Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestEventsErrorInOptions [2021-06-17T12:50:26.604Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestEventsErrorFromServer [2021-06-17T12:50:26.604Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestEvents [2021-06-17T12:50:26.604Z] --- PASS: TestEvents (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestTLSCloseWriter [2021-06-17T12:50:26.604Z] === PAUSE TestTLSCloseWriter [2021-06-17T12:50:26.604Z] === RUN TestImageBuildError [2021-06-17T12:50:26.604Z] --- PASS: TestImageBuildError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageBuild [2021-06-17T12:50:26.604Z] --- PASS: TestImageBuild (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestGetDockerOS [2021-06-17T12:50:26.604Z] --- PASS: TestGetDockerOS (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageCreateError [2021-06-17T12:50:26.604Z] --- PASS: TestImageCreateError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageCreate [2021-06-17T12:50:26.604Z] --- PASS: TestImageCreate (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageHistoryError [2021-06-17T12:50:26.604Z] --- PASS: TestImageHistoryError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageHistory [2021-06-17T12:50:26.604Z] --- PASS: TestImageHistory (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageImportError [2021-06-17T12:50:26.604Z] --- PASS: TestImageImportError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageImport [2021-06-17T12:50:26.604Z] --- PASS: TestImageImport (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageInspectError [2021-06-17T12:50:26.604Z] --- PASS: TestImageInspectError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageInspectImageNotFound [2021-06-17T12:50:26.604Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageInspectWithEmptyID [2021-06-17T12:50:26.604Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageInspect [2021-06-17T12:50:26.604Z] --- PASS: TestImageInspect (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageListError [2021-06-17T12:50:26.604Z] --- PASS: TestImageListError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageList [2021-06-17T12:50:26.604Z] --- PASS: TestImageList (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageListApiBefore125 [2021-06-17T12:50:26.604Z] --- PASS: TestImageListApiBefore125 (0.01s) [2021-06-17T12:50:26.604Z] === RUN TestImageLoadError [2021-06-17T12:50:26.604Z] --- PASS: TestImageLoadError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageLoad [2021-06-17T12:50:26.604Z] --- PASS: TestImageLoad (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImagesPruneError [2021-06-17T12:50:26.604Z] --- PASS: TestImagesPruneError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImagesPrune [2021-06-17T12:50:26.604Z] --- PASS: TestImagesPrune (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImagePullReferenceParseError [2021-06-17T12:50:26.604Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImagePullAnyError [2021-06-17T12:50:26.604Z] --- PASS: TestImagePullAnyError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImagePullStatusUnauthorizedError [2021-06-17T12:50:26.604Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-17T12:50:26.604Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-17T12:50:26.604Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-06-17T12:50:26.604Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImagePullWithoutErrors [2021-06-17T12:50:26.604Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImagePushReferenceError [2021-06-17T12:50:26.604Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImagePushAnyError [2021-06-17T12:50:26.604Z] --- PASS: TestImagePushAnyError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImagePushStatusUnauthorizedError [2021-06-17T12:50:26.604Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-17T12:50:26.604Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-17T12:50:26.604Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-06-17T12:50:26.604Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImagePushWithoutErrors [2021-06-17T12:50:26.604Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-06-17T12:50:26.604Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-06-17T12:50:26.604Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-06-17T12:50:26.604Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-06-17T12:50:26.604Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-06-17T12:50:26.604Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-06-17T12:50:26.604Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-06-17T12:50:26.604Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-06-17T12:50:26.604Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageRemoveError [2021-06-17T12:50:26.604Z] --- PASS: TestImageRemoveError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageRemoveImageNotFound [2021-06-17T12:50:26.604Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageRemove [2021-06-17T12:50:26.604Z] --- PASS: TestImageRemove (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageSaveError [2021-06-17T12:50:26.604Z] --- PASS: TestImageSaveError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageSave [2021-06-17T12:50:26.604Z] --- PASS: TestImageSave (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageSearchAnyError [2021-06-17T12:50:26.604Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageSearchStatusUnauthorizedError [2021-06-17T12:50:26.604Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-17T12:50:26.604Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-17T12:50:26.604Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-06-17T12:50:26.604Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageSearchWithoutErrors [2021-06-17T12:50:26.604Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageTagError [2021-06-17T12:50:26.604Z] --- PASS: TestImageTagError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageTagInvalidReference [2021-06-17T12:50:26.604Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageTagInvalidSourceImageName [2021-06-17T12:50:26.604Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageTagHexSource [2021-06-17T12:50:26.604Z] --- PASS: TestImageTagHexSource (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestImageTag [2021-06-17T12:50:26.604Z] --- PASS: TestImageTag (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestInfoServerError [2021-06-17T12:50:26.604Z] --- PASS: TestInfoServerError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestInfoInvalidResponseJSONError [2021-06-17T12:50:26.604Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestInfo [2021-06-17T12:50:26.604Z] --- PASS: TestInfo (0.01s) [2021-06-17T12:50:26.604Z] === RUN TestNetworkConnectError [2021-06-17T12:50:26.604Z] --- PASS: TestNetworkConnectError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-06-17T12:50:26.604Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestNetworkConnect [2021-06-17T12:50:26.604Z] --- PASS: TestNetworkConnect (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestNetworkCreateError [2021-06-17T12:50:26.604Z] --- PASS: TestNetworkCreateError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestNetworkCreate [2021-06-17T12:50:26.604Z] --- PASS: TestNetworkCreate (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestNetworkDisconnectError [2021-06-17T12:50:26.604Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestNetworkDisconnect [2021-06-17T12:50:26.604Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestNetworkInspectError [2021-06-17T12:50:26.604Z] --- PASS: TestNetworkInspectError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestNetworkInspectNotFoundError [2021-06-17T12:50:26.604Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestNetworkInspectWithEmptyID [2021-06-17T12:50:26.604Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestNetworkInspect [2021-06-17T12:50:26.604Z] --- PASS: TestNetworkInspect (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestNetworkListError [2021-06-17T12:50:26.604Z] --- PASS: TestNetworkListError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestNetworkList [2021-06-17T12:50:26.604Z] --- PASS: TestNetworkList (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestNetworksPruneError [2021-06-17T12:50:26.604Z] --- PASS: TestNetworksPruneError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestNetworksPrune [2021-06-17T12:50:26.604Z] --- PASS: TestNetworksPrune (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestNetworkRemoveError [2021-06-17T12:50:26.604Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-06-17T12:50:26.604Z] === RUN TestNetworkRemove [2021-06-17T12:50:26.604Z] --- PASS: TestNetworkRemove (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestNodeInspectError [2021-06-17T12:50:26.605Z] --- PASS: TestNodeInspectError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestNodeInspectNodeNotFound [2021-06-17T12:50:26.605Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestNodeInspectWithEmptyID [2021-06-17T12:50:26.605Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestNodeInspect [2021-06-17T12:50:26.605Z] --- PASS: TestNodeInspect (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestNodeListError [2021-06-17T12:50:26.605Z] --- PASS: TestNodeListError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestNodeList [2021-06-17T12:50:26.605Z] --- PASS: TestNodeList (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestNodeRemoveError [2021-06-17T12:50:26.605Z] --- PASS: TestNodeRemoveError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestNodeRemove [2021-06-17T12:50:26.605Z] --- PASS: TestNodeRemove (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestNodeUpdateError [2021-06-17T12:50:26.605Z] --- PASS: TestNodeUpdateError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestNodeUpdate [2021-06-17T12:50:26.605Z] --- PASS: TestNodeUpdate (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestOptionWithTimeout [2021-06-17T12:50:26.605Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPingFail [2021-06-17T12:50:26.605Z] --- PASS: TestPingFail (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPingWithError [2021-06-17T12:50:26.605Z] 2021/06/17 12:50:26 RoundTripper returned a response & error; ignoring response [2021-06-17T12:50:26.605Z] 2021/06/17 12:50:26 RoundTripper returned a response & error; ignoring response [2021-06-17T12:50:26.605Z] --- PASS: TestPingWithError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPingSuccess [2021-06-17T12:50:26.605Z] --- PASS: TestPingSuccess (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPingHeadFallback [2021-06-17T12:50:26.605Z] === RUN TestPingHeadFallback/OK [2021-06-17T12:50:26.605Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-06-17T12:50:26.605Z] === RUN TestPingHeadFallback/Not_Found [2021-06-17T12:50:26.605Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-06-17T12:50:26.605Z] --- PASS: TestPingHeadFallback (0.00s) [2021-06-17T12:50:26.605Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-06-17T12:50:26.605Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-06-17T12:50:26.605Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-06-17T12:50:26.605Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPluginDisableError [2021-06-17T12:50:26.605Z] --- PASS: TestPluginDisableError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPluginDisable [2021-06-17T12:50:26.605Z] --- PASS: TestPluginDisable (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPluginEnableError [2021-06-17T12:50:26.605Z] --- PASS: TestPluginEnableError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPluginEnable [2021-06-17T12:50:26.605Z] --- PASS: TestPluginEnable (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPluginInspectError [2021-06-17T12:50:26.605Z] --- PASS: TestPluginInspectError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPluginInspectWithEmptyID [2021-06-17T12:50:26.605Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPluginInspect [2021-06-17T12:50:26.605Z] --- PASS: TestPluginInspect (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPluginListError [2021-06-17T12:50:26.605Z] --- PASS: TestPluginListError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPluginList [2021-06-17T12:50:26.605Z] --- PASS: TestPluginList (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPluginPushError [2021-06-17T12:50:26.605Z] --- PASS: TestPluginPushError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPluginPush [2021-06-17T12:50:26.605Z] --- PASS: TestPluginPush (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPluginRemoveError [2021-06-17T12:50:26.605Z] --- PASS: TestPluginRemoveError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPluginRemove [2021-06-17T12:50:26.605Z] --- PASS: TestPluginRemove (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPluginSetError [2021-06-17T12:50:26.605Z] --- PASS: TestPluginSetError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPluginSet [2021-06-17T12:50:26.605Z] --- PASS: TestPluginSet (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSetHostHeader [2021-06-17T12:50:26.605Z] --- PASS: TestSetHostHeader (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestPlainTextError [2021-06-17T12:50:26.605Z] --- PASS: TestPlainTextError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestInfiniteError [2021-06-17T12:50:26.605Z] --- PASS: TestInfiniteError (0.02s) [2021-06-17T12:50:26.605Z] === RUN TestCanceledContext [2021-06-17T12:50:26.605Z] 2021/06/17 12:50:26 RoundTripper returned a response & error; ignoring response [2021-06-17T12:50:26.605Z] --- PASS: TestCanceledContext (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestDeadlineExceededContext [2021-06-17T12:50:26.605Z] 2021/06/17 12:50:26 RoundTripper returned a response & error; ignoring response [2021-06-17T12:50:26.605Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretCreateUnsupported [2021-06-17T12:50:26.605Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretCreateError [2021-06-17T12:50:26.605Z] --- PASS: TestSecretCreateError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretCreate [2021-06-17T12:50:26.605Z] --- PASS: TestSecretCreate (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretInspectUnsupported [2021-06-17T12:50:26.605Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretInspectError [2021-06-17T12:50:26.605Z] --- PASS: TestSecretInspectError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretInspectSecretNotFound [2021-06-17T12:50:26.605Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretInspectWithEmptyID [2021-06-17T12:50:26.605Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretInspect [2021-06-17T12:50:26.605Z] --- PASS: TestSecretInspect (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretListUnsupported [2021-06-17T12:50:26.605Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretListError [2021-06-17T12:50:26.605Z] --- PASS: TestSecretListError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretList [2021-06-17T12:50:26.605Z] --- PASS: TestSecretList (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretRemoveUnsupported [2021-06-17T12:50:26.605Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretRemoveError [2021-06-17T12:50:26.605Z] --- PASS: TestSecretRemoveError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretRemove [2021-06-17T12:50:26.605Z] --- PASS: TestSecretRemove (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretUpdateUnsupported [2021-06-17T12:50:26.605Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretUpdateError [2021-06-17T12:50:26.605Z] --- PASS: TestSecretUpdateError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSecretUpdate [2021-06-17T12:50:26.605Z] --- PASS: TestSecretUpdate (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestServiceCreateError [2021-06-17T12:50:26.605Z] --- PASS: TestServiceCreateError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestServiceCreate [2021-06-17T12:50:26.605Z] --- PASS: TestServiceCreate (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestServiceCreateCompatiblePlatforms [2021-06-17T12:50:26.605Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.01s) [2021-06-17T12:50:26.605Z] === RUN TestServiceCreateDigestPinning [2021-06-17T12:50:26.605Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestServiceInspectError [2021-06-17T12:50:26.605Z] --- PASS: TestServiceInspectError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestServiceInspectServiceNotFound [2021-06-17T12:50:26.605Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestServiceInspectWithEmptyID [2021-06-17T12:50:26.605Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestServiceInspect [2021-06-17T12:50:26.605Z] --- PASS: TestServiceInspect (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestServiceListError [2021-06-17T12:50:26.605Z] --- PASS: TestServiceListError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestServiceList [2021-06-17T12:50:26.605Z] --- PASS: TestServiceList (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestServiceLogsError [2021-06-17T12:50:26.605Z] --- PASS: TestServiceLogsError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestServiceLogs [2021-06-17T12:50:26.605Z] --- PASS: TestServiceLogs (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestServiceRemoveError [2021-06-17T12:50:26.605Z] --- PASS: TestServiceRemoveError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestServiceRemoveNotFoundError [2021-06-17T12:50:26.605Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestServiceRemove [2021-06-17T12:50:26.605Z] --- PASS: TestServiceRemove (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestServiceUpdateError [2021-06-17T12:50:26.605Z] --- PASS: TestServiceUpdateError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestServiceUpdate [2021-06-17T12:50:26.605Z] --- PASS: TestServiceUpdate (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSwarmGetUnlockKeyError [2021-06-17T12:50:26.605Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSwarmGetUnlockKey [2021-06-17T12:50:26.605Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSwarmInitError [2021-06-17T12:50:26.605Z] --- PASS: TestSwarmInitError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSwarmInit [2021-06-17T12:50:26.605Z] --- PASS: TestSwarmInit (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSwarmInspectError [2021-06-17T12:50:26.605Z] --- PASS: TestSwarmInspectError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSwarmInspect [2021-06-17T12:50:26.605Z] --- PASS: TestSwarmInspect (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSwarmJoinError [2021-06-17T12:50:26.605Z] --- PASS: TestSwarmJoinError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSwarmJoin [2021-06-17T12:50:26.605Z] --- PASS: TestSwarmJoin (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSwarmLeaveError [2021-06-17T12:50:26.605Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSwarmLeave [2021-06-17T12:50:26.605Z] --- PASS: TestSwarmLeave (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSwarmUnlockError [2021-06-17T12:50:26.605Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSwarmUnlock [2021-06-17T12:50:26.605Z] --- PASS: TestSwarmUnlock (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSwarmUpdateError [2021-06-17T12:50:26.605Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestSwarmUpdate [2021-06-17T12:50:26.605Z] --- PASS: TestSwarmUpdate (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestTaskInspectError [2021-06-17T12:50:26.605Z] --- PASS: TestTaskInspectError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestTaskInspectWithEmptyID [2021-06-17T12:50:26.605Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestTaskInspect [2021-06-17T12:50:26.605Z] --- PASS: TestTaskInspect (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestTaskListError [2021-06-17T12:50:26.605Z] --- PASS: TestTaskListError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestTaskList [2021-06-17T12:50:26.605Z] --- PASS: TestTaskList (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestVolumeCreateError [2021-06-17T12:50:26.605Z] --- PASS: TestVolumeCreateError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestVolumeCreate [2021-06-17T12:50:26.605Z] --- PASS: TestVolumeCreate (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestVolumeInspectError [2021-06-17T12:50:26.605Z] --- PASS: TestVolumeInspectError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestVolumeInspectNotFound [2021-06-17T12:50:26.605Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestVolumeInspectWithEmptyID [2021-06-17T12:50:26.605Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestVolumeInspect [2021-06-17T12:50:26.605Z] --- PASS: TestVolumeInspect (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestVolumeListError [2021-06-17T12:50:26.605Z] --- PASS: TestVolumeListError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestVolumeList [2021-06-17T12:50:26.605Z] --- PASS: TestVolumeList (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestVolumeRemoveError [2021-06-17T12:50:26.605Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-06-17T12:50:26.605Z] === RUN TestVolumeRemove [2021-06-17T12:50:26.605Z] --- PASS: TestVolumeRemove (0.00s) [2021-06-17T12:50:26.605Z] === CONT TestTLSCloseWriter [2021-06-17T12:50:26.605Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-06-17T12:50:26.605Z] PASS [2021-06-17T12:50:26.605Z] coverage: 75.0% of statements [2021-06-17T12:50:26.605Z] ok github.com/docker/docker/client 0.364s coverage: 75.0% of statements [2021-06-17T12:50:26.914Z] --- PASS: TestIpcModeNone (1.70s) [2021-06-17T12:50:26.914Z] === RUN TestIpcModePrivate [2021-06-17T12:50:27.643Z] --- PASS: TestPluginWithDevMounts (1.61s) [2021-06-17T12:50:27.643Z] PASS [2021-06-17T12:50:27.643Z] [2021-06-17T12:50:27.643Z] DONE 1 tests in 1.648s [2021-06-17T12:50:27.643Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-17T12:50:27.643Z] INFO: Testing against a local daemon [2021-06-17T12:50:27.643Z] === RUN TestSecretInspect [2021-06-17T12:50:28.825Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2021-06-17T12:50:28.825Z] --- PASS: TestIpcModePrivate (1.75s) [2021-06-17T12:50:28.825Z] === RUN TestIpcModeShareable [2021-06-17T12:50:30.154Z] --- PASS: TestSecretInspect (2.26s) [2021-06-17T12:50:30.154Z] === RUN TestSecretList [2021-06-17T12:50:30.208Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:91, shared: true, mustBeShared: true [2021-06-17T12:50:30.468Z] --- PASS: TestIpcModeShareable (1.67s) [2021-06-17T12:50:30.468Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-17T12:50:30.468Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-06-17T12:50:31.037Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-06-17T12:50:31.609Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-06-17T12:50:32.040Z] --- PASS: TestSecretList (2.25s) [2021-06-17T12:50:32.040Z] === RUN TestSecretsCreateAndDelete [2021-06-17T12:50:32.182Z] check_test.go:309: [d2aedef5300e8] daemon is not started [2021-06-17T12:50:32.182Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-06-17T12:50:33.123Z] --- PASS: TestDaemonDNSFallback (6.90s) [2021-06-17T12:50:33.124Z] === RUN TestInspectNetwork [2021-06-17T12:50:34.551Z] --- PASS: TestSecretsCreateAndDelete (2.16s) [2021-06-17T12:50:34.551Z] === RUN TestSecretsUpdate [2021-06-17T12:50:34.733Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-06-17T12:50:34.992Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.47s) [2021-06-17T12:50:34.992Z] === RUN TestAPIIpcModeHost [2021-06-17T12:50:35.667Z] === RUN TestInspectNetwork/full_network_id [2021-06-17T12:50:35.667Z] === RUN TestInspectNetwork/partial_network_id [2021-06-17T12:50:35.667Z] === RUN TestInspectNetwork/network_name [2021-06-17T12:50:35.667Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-06-17T12:50:36.377Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-06-17T12:50:36.445Z] --- PASS: TestSecretsUpdate (2.16s) [2021-06-17T12:50:36.445Z] === RUN TestTemplatedSecret [2021-06-17T12:50:36.946Z] --- PASS: TestAPIIpcModeHost (2.10s) [2021-06-17T12:50:36.946Z] === RUN TestDaemonIpcModeShareable [2021-06-17T12:50:36.946Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-06-17T12:50:38.904Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-06-17T12:50:39.477Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: true, mustBeShared: true [2021-06-17T12:50:39.711Z] --- PASS: TestTemplatedSecret (3.28s) [2021-06-17T12:50:39.711Z] === RUN TestSecretCreateResolve [2021-06-17T12:50:39.737Z] --- PASS: TestDaemonIpcModeShareable (2.68s) [2021-06-17T12:50:39.737Z] === RUN TestDaemonIpcModePrivate [2021-06-17T12:50:40.678Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-06-17T12:50:40.947Z] --- PASS: TestInspectNetwork (8.23s) [2021-06-17T12:50:40.948Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-06-17T12:50:40.948Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-06-17T12:50:40.948Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-06-17T12:50:40.948Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-06-17T12:50:40.948Z] === RUN TestRunContainerWithBridgeNone [2021-06-17T12:50:42.064Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:99, shared: false, mustBeShared: false [2021-06-17T12:50:42.229Z] --- PASS: TestSecretCreateResolve (2.15s) [2021-06-17T12:50:42.229Z] PASS [2021-06-17T12:50:42.229Z] [2021-06-17T12:50:42.229Z] DONE 6 tests in 14.303s [2021-06-17T12:50:42.229Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-17T12:50:42.229Z] INFO: Testing against a local daemon [2021-06-17T12:50:42.229Z] === RUN TestServiceCreateInit [2021-06-17T12:50:42.229Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-17T12:50:42.326Z] --- PASS: TestDaemonIpcModePrivate (2.72s) [2021-06-17T12:50:42.326Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-17T12:50:42.897Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-06-17T12:50:43.490Z] --- PASS: TestRunContainerWithBridgeNone (3.12s) [2021-06-17T12:50:43.490Z] === RUN TestNetworkInvalidJSON [2021-06-17T12:50:43.490Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-17T12:50:43.490Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-17T12:50:43.490Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-17T12:50:43.490Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-17T12:50:43.490Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-17T12:50:43.490Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-17T12:50:43.490Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-17T12:50:43.490Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-17T12:50:43.490Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-17T12:50:43.490Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-06-17T12:50:43.490Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-17T12:50:43.490Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-17T12:50:43.490Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-17T12:50:43.490Z] === RUN TestNetworkList [2021-06-17T12:50:43.490Z] === RUN TestNetworkList//networks [2021-06-17T12:50:43.490Z] === PAUSE TestNetworkList//networks [2021-06-17T12:50:43.490Z] === RUN TestNetworkList//networks/ [2021-06-17T12:50:43.490Z] === PAUSE TestNetworkList//networks/ [2021-06-17T12:50:43.490Z] === CONT TestNetworkList//networks [2021-06-17T12:50:43.490Z] === CONT TestNetworkList//networks/ [2021-06-17T12:50:43.490Z] --- PASS: TestNetworkList (0.03s) [2021-06-17T12:50:43.490Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-17T12:50:43.490Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-17T12:50:43.490Z] === RUN TestHostIPv4BridgeLabel [2021-06-17T12:50:43.750Z] --- PASS: TestHostIPv4BridgeLabel (0.61s) [2021-06-17T12:50:43.750Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-17T12:50:44.281Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-06-17T12:50:44.853Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:106, shared: false, mustBeShared: false [2021-06-17T12:50:44.853Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.54s) [2021-06-17T12:50:44.853Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-17T12:50:45.142Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2021-06-17T12:50:45.142Z] === RUN TestDaemonDefaultNetworkPools [2021-06-17T12:50:45.425Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-06-17T12:50:45.714Z] --- PASS: TestDaemonDefaultNetworkPools (0.84s) [2021-06-17T12:50:45.714Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-17T12:50:46.396Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-17T12:50:47.098Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s) [2021-06-17T12:50:47.098Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-17T12:50:47.336Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:97, shared: true, mustBeShared: true [2021-06-17T12:50:47.336Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.49s) [2021-06-17T12:50:47.336Z] === RUN TestIpcModeOlderClient [2021-06-17T12:50:47.336Z] === PAUSE TestIpcModeOlderClient [2021-06-17T12:50:47.336Z] === RUN TestKillContainerInvalidSignal [2021-06-17T12:50:47.908Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-06-17T12:50:48.481Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-06-17T12:50:48.481Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-06-17T12:50:48.483Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.38s) [2021-06-17T12:50:48.483Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-17T12:50:49.052Z] --- PASS: TestKillContainerInvalidSignal (1.49s) [2021-06-17T12:50:49.052Z] === RUN TestKillContainer [2021-06-17T12:50:49.052Z] === RUN TestKillContainer/no_signal [2021-06-17T12:50:49.052Z] === RUN TestDockerSuite/TestBuildAddTar [2021-06-17T12:50:49.053Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) [2021-06-17T12:50:49.053Z] === RUN TestServiceWithPredefinedNetwork [2021-06-17T12:50:49.711Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-06-17T12:50:49.712Z] Copying nested executables into bundles/binary-daemon [2021-06-17T12:50:49.712Z] Building: bundles/binary-daemon/docker-proxy-dev [2021-06-17T12:50:49.712Z] GOOS="" GOARCH="" GOARM="" [2021-06-17T12:50:49.712Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2021-06-17T12:50:49.712Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-06-17T12:50:49.996Z] === RUN TestKillContainer/non_killing_signal [2021-06-17T12:50:50.091Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42510/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 -e DOCKER_GRAPHDRIVER docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 hack/make.sh cross [2021-06-17T12:50:50.561Z] --- PASS: TestServiceCreateInit (8.57s) [2021-06-17T12:50:50.561Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.15s) [2021-06-17T12:50:50.561Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.40s) [2021-06-17T12:50:50.561Z] === RUN TestCreateServiceMultipleTimes [2021-06-17T12:50:50.566Z] === RUN TestKillContainer/killing_signal [2021-06-17T12:50:50.658Z] [2021-06-17T12:50:50.658Z] Removing bundles/ [2021-06-17T12:50:50.658Z] [2021-06-17T12:50:50.658Z] ---> Making bundle: cross (in bundles/cross) [2021-06-17T12:50:50.658Z] Cross building: bundles/cross/linux/amd64 [2021-06-17T12:50:50.658Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-06-17T12:50:50.658Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-06-17T12:50:51.950Z] --- PASS: TestKillContainer (2.75s) [2021-06-17T12:50:51.950Z] --- PASS: TestKillContainer/no_signal (0.92s) [2021-06-17T12:50:51.950Z] --- PASS: TestKillContainer/non_killing_signal (0.72s) [2021-06-17T12:50:51.950Z] --- PASS: TestKillContainer/killing_signal (0.88s) [2021-06-17T12:50:51.950Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-17T12:50:51.950Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-17T12:50:51.950Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-06-17T12:50:52.351Z] --- PASS: TestServiceWithPredefinedNetwork (2.81s) [2021-06-17T12:50:52.352Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-17T12:50:52.352Z] service_test.go:242: FLAKY_TEST [2021-06-17T12:50:52.352Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-17T12:50:52.352Z] === RUN TestServiceWithDataPathPortInit [2021-06-17T12:50:52.892Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-17T12:50:53.834Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.97s) [2021-06-17T12:50:53.834Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.00s) [2021-06-17T12:50:53.834Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.77s) [2021-06-17T12:50:53.834Z] === RUN TestKillStoppedContainer [2021-06-17T12:50:53.834Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-06-17T12:50:53.834Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-17T12:50:53.834Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-06-17T12:50:53.834Z] === RUN TestKillDifferentUserContainer [2021-06-17T12:50:54.776Z] --- PASS: TestKillDifferentUserContainer (0.96s) [2021-06-17T12:50:54.776Z] === RUN TestInspectOomKilledTrue [2021-06-17T12:50:54.776Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-17T12:50:54.776Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-17T12:50:54.776Z] === RUN TestInspectOomKilledFalse [2021-06-17T12:50:54.776Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-17T12:50:54.776Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-17T12:50:54.776Z] === RUN TestLinksEtcHostsContentMatch [2021-06-17T12:50:56.160Z] --- PASS: TestLinksEtcHostsContentMatch (1.14s) [2021-06-17T12:50:56.160Z] === RUN TestLinksContainerNames [2021-06-17T12:50:56.436Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-06-17T12:50:56.436Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-06-17T12:50:56.436Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-06-17T12:50:56.436Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-06-17T12:50:56.436Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-06-17T12:50:56.436Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-06-17T12:50:56.436Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-06-17T12:50:56.436Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-06-17T12:50:56.436Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-06-17T12:50:56.436Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-06-17T12:50:56.436Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-06-17T12:50:56.436Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-06-17T12:50:56.436Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestConfigureDaemonLogs [2021-06-17T12:50:56.436Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestCommonOptionsInstallFlags [2021-06-17T12:50:56.436Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-06-17T12:50:56.436Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-06-17T12:50:56.436Z] PASS [2021-06-17T12:50:56.436Z] coverage: 18.4% of statements [2021-06-17T12:50:56.436Z] ok github.com/docker/docker/cmd/dockerd 0.156s coverage: 18.4% of statements [2021-06-17T12:50:56.436Z] === RUN TestContainerStopSignal [2021-06-17T12:50:56.436Z] --- PASS: TestContainerStopSignal (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestContainerStopTimeout [2021-06-17T12:50:56.436Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestContainerSecretReferenceDestTarget [2021-06-17T12:50:56.436Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-06-17T12:50:56.436Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestContainerLogPathSetForRingLogger [2021-06-17T12:50:56.436Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestReplaceAndAppendEnvVars [2021-06-17T12:50:56.436Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-06-17T12:50:56.436Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestNewMemoryStore [2021-06-17T12:50:56.436Z] --- PASS: TestNewMemoryStore (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestAddContainers [2021-06-17T12:50:56.436Z] --- PASS: TestAddContainers (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestGetContainer [2021-06-17T12:50:56.436Z] --- PASS: TestGetContainer (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestDeleteContainer [2021-06-17T12:50:56.436Z] --- PASS: TestDeleteContainer (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestListContainers [2021-06-17T12:50:56.436Z] --- PASS: TestListContainers (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestFirstContainer [2021-06-17T12:50:56.436Z] --- PASS: TestFirstContainer (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestApplyAllContainer [2021-06-17T12:50:56.436Z] --- PASS: TestApplyAllContainer (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestIsValidHealthString [2021-06-17T12:50:56.436Z] --- PASS: TestIsValidHealthString (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestStateRunStop [2021-06-17T12:50:56.436Z] --- PASS: TestStateRunStop (0.00s) [2021-06-17T12:50:56.436Z] === RUN TestStateTimeoutWait [2021-06-17T12:50:56.436Z] state_test.go:141: Stop callback fired [2021-06-17T12:50:56.436Z] state_test.go:165: Stop callback fired [2021-06-17T12:50:56.436Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-06-17T12:50:56.436Z] === RUN TestIsValidStateString [2021-06-17T12:50:56.437Z] --- PASS: TestIsValidStateString (0.00s) [2021-06-17T12:50:56.437Z] === RUN TestViewSaveDelete [2021-06-17T12:50:56.437Z] --- PASS: TestViewSaveDelete (0.01s) [2021-06-17T12:50:56.437Z] === RUN TestViewAll [2021-06-17T12:50:56.437Z] --- PASS: TestViewAll (0.02s) [2021-06-17T12:50:56.437Z] === RUN TestViewGet [2021-06-17T12:50:56.437Z] --- PASS: TestViewGet (0.01s) [2021-06-17T12:50:56.437Z] === RUN TestNames [2021-06-17T12:50:56.437Z] --- PASS: TestNames (0.00s) [2021-06-17T12:50:56.437Z] === RUN TestViewWithHealthCheck [2021-06-17T12:50:56.437Z] --- PASS: TestViewWithHealthCheck (0.00s) [2021-06-17T12:50:56.437Z] PASS [2021-06-17T12:50:56.437Z] coverage: 41.5% of statements [2021-06-17T12:50:56.437Z] ok github.com/docker/docker/container 0.226s coverage: 41.5% of statements [2021-06-17T12:50:57.101Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-06-17T12:50:57.672Z] --- PASS: TestLinksContainerNames (1.86s) [2021-06-17T12:50:57.672Z] === RUN TestLogsFollowTailEmpty [2021-06-17T12:50:58.614Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-06-17T12:50:58.614Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-06-17T12:50:58.614Z] --- PASS: TestLogsFollowTailEmpty (0.88s) [2021-06-17T12:50:58.614Z] === RUN TestContainerNetworkMountsNoChown [2021-06-17T12:50:59.305Z] === RUN TestPrepare [2021-06-17T12:50:59.305Z] --- PASS: TestPrepare (0.00s) [2021-06-17T12:50:59.305Z] === RUN TestStart [2021-06-17T12:50:59.305Z] --- PASS: TestStart (0.00s) [2021-06-17T12:50:59.305Z] === RUN TestWaitCancel [2021-06-17T12:50:59.306Z] --- PASS: TestWaitCancel (0.00s) [2021-06-17T12:50:59.306Z] === RUN TestWaitDisabled [2021-06-17T12:50:59.306Z] --- PASS: TestWaitDisabled (0.00s) [2021-06-17T12:50:59.306Z] === RUN TestWaitEnabled [2021-06-17T12:50:59.306Z] --- PASS: TestWaitEnabled (0.00s) [2021-06-17T12:50:59.306Z] === RUN TestRemove [2021-06-17T12:50:59.306Z] --- PASS: TestRemove (0.00s) [2021-06-17T12:50:59.306Z] PASS [2021-06-17T12:50:59.306Z] coverage: 65.3% of statements [2021-06-17T12:50:59.306Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.072s coverage: 65.3% of statements [2021-06-17T12:50:59.997Z] --- PASS: TestContainerNetworkMountsNoChown (1.24s) [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/default [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/default [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/private [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/private [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/rprivate [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/slave [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/slave [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/rslave [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/shared [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/shared [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/rshared [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-17T12:50:59.997Z] === CONT TestMountDaemonRoot/default [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-17T12:50:59.997Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-17T12:50:59.997Z] === CONT TestMountDaemonRoot/rshared [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-17T12:50:59.997Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-17T12:50:59.997Z] === CONT TestMountDaemonRoot/shared [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-17T12:50:59.997Z] === CONT TestMountDaemonRoot/rslave [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-17T12:50:59.997Z] === CONT TestMountDaemonRoot/slave [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-17T12:50:59.997Z] === CONT TestMountDaemonRoot/rprivate [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-17T12:50:59.997Z] === CONT TestMountDaemonRoot/private [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-17T12:50:59.997Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-17T12:50:59.997Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-17T12:50:59.997Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-17T12:50:59.997Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-17T12:50:59.997Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-17T12:50:59.997Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-17T12:50:59.997Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-06-17T12:50:59.997Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-17T12:50:59.997Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-17T12:51:00.258Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-17T12:51:00.258Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-17T12:51:00.258Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-17T12:51:00.258Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-17T12:51:00.258Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-17T12:51:00.258Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-17T12:51:00.258Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-17T12:51:00.258Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-17T12:51:00.258Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-17T12:51:00.258Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-17T12:51:00.258Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-17T12:51:00.258Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-17T12:51:00.519Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-17T12:51:00.519Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-17T12:51:00.519Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-17T12:51:00.519Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-17T12:51:00.519Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-17T12:51:00.519Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-17T12:51:00.519Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-17T12:51:00.519Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.08s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-06-17T12:51:00.519Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-06-17T12:51:00.519Z] === RUN TestContainerBindMountNonRecursive [2021-06-17T12:51:00.820Z] === RUN TestNewListSecretsFilters [2021-06-17T12:51:00.820Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-06-17T12:51:00.820Z] === RUN TestNewListConfigsFilters [2021-06-17T12:51:00.820Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-06-17T12:51:00.820Z] PASS [2021-06-17T12:51:00.820Z] coverage: 0.5% of statements [2021-06-17T12:51:00.820Z] ok github.com/docker/docker/daemon/cluster 0.240s coverage: 0.5% of statements [2021-06-17T12:51:02.336Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-06-17T12:51:02.336Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.15s) [2021-06-17T12:51:02.336Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-06-17T12:51:02.336Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-06-17T12:51:02.336Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-06-17T12:51:02.336Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-06-17T12:51:02.336Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-06-17T12:51:02.336Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-06-17T12:51:02.336Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-06-17T12:51:02.336Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-06-17T12:51:02.336Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-06-17T12:51:02.336Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-06-17T12:51:02.336Z] === RUN TestServiceConvertToGRPCIsolation [2021-06-17T12:51:02.336Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-06-17T12:51:02.336Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-06-17T12:51:02.336Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-06-17T12:51:02.336Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-06-17T12:51:02.336Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-06-17T12:51:02.336Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-06-17T12:51:02.336Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-06-17T12:51:02.336Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-06-17T12:51:02.336Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-06-17T12:51:02.336Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-06-17T12:51:02.336Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-06-17T12:51:02.336Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-06-17T12:51:02.336Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertFromGRPCIsolation [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-06-17T12:51:02.788Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-06-17T12:51:02.788Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertFromGRPCConfigs [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertToGRPCConfigs [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-06-17T12:51:02.788Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-06-17T12:51:02.788Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-06-17T12:51:02.788Z] PASS [2021-06-17T12:51:02.788Z] coverage: 35.9% of statements [2021-06-17T12:51:02.788Z] ok github.com/docker/docker/daemon/cluster/convert 0.214s coverage: 35.9% of statements [2021-06-17T12:51:03.743Z] === RUN TestVerifyNetworkingConfig [2021-06-17T12:51:03.743Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestGetContainer [2021-06-17T12:51:03.743Z] --- PASS: TestGetContainer (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestValidContainerNames [2021-06-17T12:51:03.743Z] --- PASS: TestValidContainerNames (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestContainerInitDNS [2021-06-17T12:51:03.743Z] daemon_test.go:147: root required [2021-06-17T12:51:03.743Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestMerge [2021-06-17T12:51:03.743Z] --- PASS: TestMerge (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestValidateContainerIsolation [2021-06-17T12:51:03.743Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestFindNetworkErrorType [2021-06-17T12:51:03.743Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestEnsureServicesExist [2021-06-17T12:51:03.743Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestEnsureServicesExistErrors [2021-06-17T12:51:03.743Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-06-17T12:51:03.743Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-06-17T12:51:03.743Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-06-17T12:51:03.743Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-06-17T12:51:03.743Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-06-17T12:51:03.743Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-06-17T12:51:03.743Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestContainerDelete [2021-06-17T12:51:03.743Z] --- PASS: TestContainerDelete (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestContainerDoubleDelete [2021-06-17T12:51:03.743Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestLogContainerEventCopyLabels [2021-06-17T12:51:03.743Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestLogContainerEventWithAttributes [2021-06-17T12:51:03.743Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestNoneHealthcheck [2021-06-17T12:51:03.743Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestHealthStates [2021-06-17T12:51:03.743Z] time="2021-06-17T12:51:03Z" 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-06-17T12:51:03.743Z] time="2021-06-17T12:51:03Z" 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-06-17T12:51:03.743Z] time="2021-06-17T12:51:03Z" 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-06-17T12:51:03.743Z] time="2021-06-17T12:51:03Z" 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-06-17T12:51:03.743Z] time="2021-06-17T12:51:03Z" 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-06-17T12:51:03.743Z] time="2021-06-17T12:51:03Z" 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-06-17T12:51:03.743Z] time="2021-06-17T12:51:03Z" 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-06-17T12:51:03.743Z] time="2021-06-17T12:51:03Z" 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-06-17T12:51:03.743Z] time="2021-06-17T12:51:03Z" 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-06-17T12:51:03.743Z] time="2021-06-17T12:51:03Z" 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-06-17T12:51:03.743Z] --- PASS: TestHealthStates (0.17s) [2021-06-17T12:51:03.743Z] === RUN TestMaskURLCredentials [2021-06-17T12:51:03.743Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestGetInspectData [2021-06-17T12:51:03.743Z] --- PASS: TestGetInspectData (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestFillLicense [2021-06-17T12:51:03.743Z] --- PASS: TestFillLicense (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestListInvalidFilter [2021-06-17T12:51:03.743Z] --- PASS: TestListInvalidFilter (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestNameFilter [2021-06-17T12:51:03.743Z] --- PASS: TestNameFilter (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-06-17T12:51:03.743Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-06-17T12:51:03.743Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-06-17T12:51:03.743Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-06-17T12:51:03.743Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-06-17T12:51:03.743Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-06-17T12:51:03.743Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-06-17T12:51:03.743Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-06-17T12:51:03.743Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-06-17T12:51:03.743Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-06-17T12:51:03.743Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-06-17T12:51:03.743Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-06-17T12:51:03.743Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-06-17T12:51:03.743Z] === 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-06-17T12:51:04.195Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-06-17T12:51:04.195Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-06-17T12:51:04.195Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-06-17T12:51:04.195Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-06-17T12:51:04.195Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-06-17T12:51:04.195Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-06-17T12:51:04.195Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-06-17T12:51:04.195Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-06-17T12:51:04.195Z] --- 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-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-06-17T12:51:04.195Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-06-17T12:51:04.195Z] === RUN TestDaemonReloadLabels [2021-06-17T12:51:04.195Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-06-17T12:51:04.195Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-06-17T12:51:04.195Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-06-17T12:51:04.195Z] === RUN TestDaemonReloadMirrors [2021-06-17T12:51:04.195Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-06-17T12:51:04.195Z] === RUN TestDaemonReloadInsecureRegistries [2021-06-17T12:51:04.195Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-06-17T12:51:04.195Z] === RUN TestDaemonReloadNotAffectOthers [2021-06-17T12:51:04.195Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-06-17T12:51:04.195Z] === RUN TestDaemonDiscoveryReload [2021-06-17T12:51:04.723Z] --- PASS: TestContainerBindMountNonRecursive (3.63s) [2021-06-17T12:51:04.723Z] === RUN TestContainerVolumesMountedAsShared [2021-06-17T12:51:04.984Z] --- PASS: TestContainerVolumesMountedAsShared (0.72s) [2021-06-17T12:51:04.984Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-17T12:51:05.148Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-06-17T12:51:05.148Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-06-17T12:51:05.556Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-06-17T12:51:05.599Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-06-17T12:51:05.599Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-06-17T12:51:06.052Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-06-17T12:51:06.052Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-06-17T12:51:06.052Z] reload_test.go:520: root required [2021-06-17T12:51:06.052Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-06-17T12:51:06.052Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2021-06-17T12:51:06.052Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-06-17T12:51:06.052Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.05s) [2021-06-17T12:51:06.052Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-06-17T12:51:06.052Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s) [2021-06-17T12:51:06.052Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-06-17T12:51:06.052Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-06-17T12:51:06.052Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-06-17T12:51:06.052Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestParseVolumesFrom [2021-06-17T12:51:06.052Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-06-17T12:51:06.052Z] PASS [2021-06-17T12:51:06.052Z] coverage: 9.1% of statements [2021-06-17T12:51:06.052Z] ok github.com/docker/docker/daemon 2.488s coverage: 9.1% of statements [2021-06-17T12:51:06.052Z] === RUN TestBuilderGC [2021-06-17T12:51:06.052Z] --- PASS: TestBuilderGC (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestDaemonConfigurationNotFound [2021-06-17T12:51:06.052Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestDaemonBrokenConfiguration [2021-06-17T12:51:06.052Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestParseClusterAdvertiseSettings [2021-06-17T12:51:06.052Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestFindConfigurationConflicts [2021-06-17T12:51:06.052Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-06-17T12:51:06.052Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestDaemonConfigurationMergeConflicts [2021-06-17T12:51:06.052Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-06-17T12:51:06.052Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-06-17T12:51:06.052Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-06-17T12:51:06.052Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-06-17T12:51:06.052Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-06-17T12:51:06.052Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-06-17T12:51:06.052Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-06-17T12:51:06.052Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-06-17T12:51:06.052Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-06-17T12:51:06.052Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestValidateConfigurationErrors [2021-06-17T12:51:06.052Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-06-17T12:51:06.052Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-06-17T12:51:06.052Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-06-17T12:51:06.052Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-06-17T12:51:06.052Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-06-17T12:51:06.052Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-06-17T12:51:06.052Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-06-17T12:51:06.052Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-06-17T12:51:06.052Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-06-17T12:51:06.052Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-06-17T12:51:06.052Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-06-17T12:51:06.052Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestValidateConfiguration [2021-06-17T12:51:06.052Z] === RUN TestValidateConfiguration/with_label [2021-06-17T12:51:06.052Z] === RUN TestValidateConfiguration/with_dns [2021-06-17T12:51:06.052Z] === RUN TestValidateConfiguration/with_dns-search [2021-06-17T12:51:06.052Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-06-17T12:51:06.052Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-06-17T12:51:06.052Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-06-17T12:51:06.052Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-06-17T12:51:06.052Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfiguration (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-06-17T12:51:06.052Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestModifiedDiscoverySettings [2021-06-17T12:51:06.052Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestReloadSetConfigFileNotExist [2021-06-17T12:51:06.052Z] time="2021-06-17T12:51:05Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-06-17T12:51:06.052Z] --- PASS: TestReloadSetConfigFileNotExist (0.16s) [2021-06-17T12:51:06.052Z] === RUN TestReloadDefaultConfigNotExist [2021-06-17T12:51:06.052Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:51:06.052Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestReloadBadDefaultConfig [2021-06-17T12:51:06.052Z] time="2021-06-17T12:51:05Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-472574847" [2021-06-17T12:51:06.052Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestReloadWithConflictingLabels [2021-06-17T12:51:06.052Z] time="2021-06-17T12:51:05Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-825279698" [2021-06-17T12:51:06.052Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-06-17T12:51:06.052Z] === RUN TestReloadWithDuplicateLabels [2021-06-17T12:51:06.053Z] time="2021-06-17T12:51:05Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-658232329" [2021-06-17T12:51:06.053Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-06-17T12:51:06.053Z] === RUN TestDaemonConfigurationMerge [2021-06-17T12:51:06.053Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-06-17T12:51:06.053Z] PASS [2021-06-17T12:51:06.053Z] coverage: 79.7% of statements [2021-06-17T12:51:06.053Z] ok github.com/docker/docker/daemon/config 0.270s coverage: 79.7% of statements [2021-06-17T12:51:06.499Z] --- PASS: TestContainerVolumesMountedAsSlave (1.63s) [2021-06-17T12:51:06.500Z] === RUN TestNetworkNat [2021-06-17T12:51:06.761Z] check_test.go:309: [db1850700c18e] daemon is not started [2021-06-17T12:51:06.761Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-06-17T12:51:07.007Z] === RUN TestWaitNodeAttachment [2021-06-17T12:51:07.007Z] === RUN TestDiscoveryOptsErrors [2021-06-17T12:51:07.007Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-06-17T12:51:07.007Z] === RUN TestDiscoveryOpts [2021-06-17T12:51:07.007Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-06-17T12:51:07.007Z] PASS [2021-06-17T12:51:07.007Z] coverage: 30.0% of statements [2021-06-17T12:51:07.007Z] ok github.com/docker/docker/daemon/discovery 0.043s coverage: 30.0% of statements [2021-06-17T12:51:07.257Z] --- PASS: TestServiceWithDataPathPortInit (15.32s) [2021-06-17T12:51:07.257Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-17T12:51:07.459Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-06-17T12:51:07.459Z] === RUN TestIsolationConversion [2021-06-17T12:51:07.459Z] === RUN TestIsolationConversion/default [2021-06-17T12:51:07.459Z] === RUN TestIsolationConversion/process [2021-06-17T12:51:07.459Z] === RUN TestIsolationConversion/hyperv [2021-06-17T12:51:07.459Z] --- PASS: TestIsolationConversion (0.00s) [2021-06-17T12:51:07.459Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-06-17T12:51:07.459Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-06-17T12:51:07.459Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-06-17T12:51:07.459Z] === RUN TestContainerLabels [2021-06-17T12:51:07.459Z] --- PASS: TestContainerLabels (0.00s) [2021-06-17T12:51:07.459Z] === RUN TestCredentialSpecConversion [2021-06-17T12:51:07.459Z] === RUN TestCredentialSpecConversion/none [2021-06-17T12:51:07.459Z] === RUN TestCredentialSpecConversion/config [2021-06-17T12:51:07.459Z] === RUN TestCredentialSpecConversion/file [2021-06-17T12:51:07.459Z] === RUN TestCredentialSpecConversion/registry [2021-06-17T12:51:07.459Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-06-17T12:51:07.459Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-06-17T12:51:07.459Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-06-17T12:51:07.459Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-06-17T12:51:07.459Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-06-17T12:51:07.459Z] === RUN TestControllerValidateMountBind [2021-06-17T12:51:07.459Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-06-17T12:51:07.459Z] === RUN TestControllerValidateMountVolume [2021-06-17T12:51:07.459Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-06-17T12:51:07.459Z] === RUN TestControllerValidateMountTarget [2021-06-17T12:51:07.459Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-06-17T12:51:07.459Z] === RUN TestControllerValidateMountTmpfs [2021-06-17T12:51:07.459Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-06-17T12:51:07.459Z] === RUN TestControllerValidateMountInvalidType [2021-06-17T12:51:07.459Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-06-17T12:51:07.459Z] === RUN TestControllerValidateMountNamedPipe [2021-06-17T12:51:07.459Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-06-17T12:51:07.459Z] PASS [2021-06-17T12:51:07.459Z] coverage: 11.3% of statements [2021-06-17T12:51:07.459Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.584s coverage: 11.3% of statements [2021-06-17T12:51:07.459Z] === RUN TestEventsLog [2021-06-17T12:51:07.459Z] --- PASS: TestEventsLog (0.00s) [2021-06-17T12:51:07.459Z] === RUN TestEventsLogTimeout [2021-06-17T12:51:07.459Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-06-17T12:51:07.459Z] === RUN TestLogEvents [2021-06-17T12:51:07.459Z] --- PASS: TestLogEvents (0.05s) [2021-06-17T12:51:07.459Z] === RUN TestLoadBufferedEvents [2021-06-17T12:51:07.459Z] --- PASS: TestLoadBufferedEvents (0.16s) [2021-06-17T12:51:07.459Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-06-17T12:51:07.459Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-06-17T12:51:07.459Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-06-17T12:51:07.459Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-06-17T12:51:07.459Z] PASS [2021-06-17T12:51:07.459Z] coverage: 50.0% of statements [2021-06-17T12:51:07.459Z] ok github.com/docker/docker/daemon/events 0.262s coverage: 50.0% of statements [2021-06-17T12:51:07.704Z] --- PASS: TestNetworkNat (1.20s) [2021-06-17T12:51:07.704Z] === RUN TestNetworkLocalhostTCPNat [2021-06-17T12:51:08.412Z] === RUN TestIsEmptyDir [2021-06-17T12:51:08.412Z] --- PASS: TestIsEmptyDir (0.01s) [2021-06-17T12:51:08.412Z] PASS [2021-06-17T12:51:08.412Z] coverage: 2.3% of statements [2021-06-17T12:51:08.412Z] ok github.com/docker/docker/daemon/graphdriver 0.065s coverage: 2.3% of statements [2021-06-17T12:51:08.412Z] === RUN TestLinkNaming [2021-06-17T12:51:08.412Z] --- PASS: TestLinkNaming (0.00s) [2021-06-17T12:51:08.412Z] === RUN TestLinkNew [2021-06-17T12:51:08.412Z] --- PASS: TestLinkNew (0.00s) [2021-06-17T12:51:08.412Z] === RUN TestLinkEnv [2021-06-17T12:51:08.412Z] --- PASS: TestLinkEnv (0.00s) [2021-06-17T12:51:08.412Z] === RUN TestLinkMultipleEnv [2021-06-17T12:51:08.412Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-06-17T12:51:08.412Z] === RUN TestLinkPortRangeEnv [2021-06-17T12:51:08.412Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-06-17T12:51:08.412Z] PASS [2021-06-17T12:51:08.412Z] coverage: 93.0% of statements [2021-06-17T12:51:08.412Z] ok github.com/docker/docker/daemon/links 0.037s coverage: 93.0% of statements [2021-06-17T12:51:08.627Z] --- PASS: TestCreateServiceMultipleTimes (16.70s) [2021-06-17T12:51:08.627Z] === RUN TestCreateServiceConflict [2021-06-17T12:51:09.091Z] --- PASS: TestNetworkLocalhostTCPNat (1.27s) [2021-06-17T12:51:09.091Z] === RUN TestNetworkLoopbackNat [2021-06-17T12:51:09.226Z] --- PASS: TestCreateServiceConflict (2.20s) [2021-06-17T12:51:09.226Z] === RUN TestCreateServiceMaxReplicas [2021-06-17T12:51:09.663Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-06-17T12:51:10.557Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:lly3p42oe9vlq7cktinoobkyx Created:2021-06-17 12:51:08.099543681 +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[1cd895e99b2079b579f578ff1d594ab58f8bc79aef70dca6f52a5454576d45ec:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.tx6dlpl23e4ooyk1y0bvosbyq EndpointID:1170b1f904943cd0bd0cc51b5423b6f4b6bf193a0c07c7e49f33aef47f25d3b9 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:7cc0932057ffd89f48c52d6fe49bd0e2b7b8df12d72feed8593733c234fea470 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:d8c74cff5ee7 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.tx6dlpl23e4ooyk1y0bvosbyq EndpointID:1170b1f904943cd0bd0cc51b5423b6f4b6bf193a0c07c7e49f33aef47f25d3b9 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-06-17T12:51:11.280Z] === RUN TestNewStreamConfig [2021-06-17T12:51:11.280Z] === RUN TestNewStreamConfig/defaults [2021-06-17T12:51:11.280Z] === RUN TestNewStreamConfig/invalid_create_group [2021-06-17T12:51:11.280Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-06-17T12:51:11.280Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-06-17T12:51:11.280Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-06-17T12:51:11.280Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-06-17T12:51:11.280Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-06-17T12:51:11.280Z] --- PASS: TestNewStreamConfig (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-06-17T12:51:11.280Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-06-17T12:51:11.280Z] === RUN TestSearchRegistryForImagesErrors [2021-06-17T12:51:11.280Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestNewAWSLogsClientRegionDetect [2021-06-17T12:51:11.280Z] === RUN TestSearchRegistryForImages [2021-06-17T12:51:11.280Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestOnlyPlatformWithFallback [2021-06-17T12:51:11.280Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestImageDelete [2021-06-17T12:51:11.280Z] === RUN TestImageDelete/no_lease [2021-06-17T12:51:11.280Z] === RUN TestImageDelete/lease_exists [2021-06-17T12:51:11.280Z] --- PASS: TestImageDelete (0.03s) [2021-06-17T12:51:11.280Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-06-17T12:51:11.280Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-06-17T12:51:11.280Z] === RUN TestContentStoreForPull [2021-06-17T12:51:11.280Z] === RUN TestAdapterReadLogs [2021-06-17T12:51:11.280Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestCopier [2021-06-17T12:51:11.280Z] --- PASS: TestCopier (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestCopierLongLines [2021-06-17T12:51:11.280Z] --- PASS: TestCopierLongLines (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestCopierSlow [2021-06-17T12:51:11.280Z] time="2021-06-17T12:51:10Z" level=info msg="Trying to get region from EC2 Metadata" [2021-06-17T12:51:11.280Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.17s) [2021-06-17T12:51:11.280Z] === RUN TestCreateSuccess [2021-06-17T12:51:11.280Z] --- PASS: TestCreateSuccess (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestCreateLogGroupSuccess [2021-06-17T12:51:11.280Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestCreateError [2021-06-17T12:51:11.280Z] --- PASS: TestCreateError (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestCreateAlreadyExists [2021-06-17T12:51:11.280Z] time="2021-06-17T12:51:11Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-06-17T12:51:11.280Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestLogClosed [2021-06-17T12:51:11.280Z] --- PASS: TestLogClosed (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestLogBlocking [2021-06-17T12:51:11.280Z] --- PASS: TestLogBlocking (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestLogNonBlockingBufferEmpty [2021-06-17T12:51:11.280Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestLogNonBlockingBufferFull [2021-06-17T12:51:11.280Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestPublishBatchSuccess [2021-06-17T12:51:11.280Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestPublishBatchError [2021-06-17T12:51:11.280Z] time="2021-06-17T12:51:11Z" level=error msg=Error [2021-06-17T12:51:11.280Z] --- PASS: TestPublishBatchError (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-06-17T12:51:11.280Z] time="2021-06-17T12:51:11Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-17T12:51:11.280Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestPublishBatchAlreadyAccepted [2021-06-17T12:51:11.280Z] time="2021-06-17T12:51:11Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-17T12:51:11.280Z] time="2021-06-17T12:51:11Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-06-17T12:51:11.280Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestCollectBatchSimple [2021-06-17T12:51:11.280Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestCollectBatchTicker [2021-06-17T12:51:11.280Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestCollectBatchMultilinePattern [2021-06-17T12:51:11.280Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-06-17T12:51:11.280Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-06-17T12:51:11.280Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-06-17T12:51:11.280Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-06-17T12:51:11.280Z] === RUN TestCollectBatchClose [2021-06-17T12:51:11.280Z] --- PASS: TestCollectBatchClose (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestEffectiveLen [2021-06-17T12:51:11.280Z] === RUN TestEffectiveLen/0/Hello [2021-06-17T12:51:11.280Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-06-17T12:51:11.280Z] === RUN TestEffectiveLen/2/🙃 [2021-06-17T12:51:11.280Z] === RUN TestEffectiveLen/3/���� [2021-06-17T12:51:11.280Z] === RUN TestEffectiveLen/4/He��o [2021-06-17T12:51:11.280Z] === RUN TestEffectiveLen/5/ [2021-06-17T12:51:11.280Z] --- PASS: TestEffectiveLen (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestFindValidSplit [2021-06-17T12:51:11.280Z] === RUN TestFindValidSplit/0/ [2021-06-17T12:51:11.280Z] cloudwatchlogs_test.go:1044: [2021-06-17T12:51:11.280Z] cloudwatchlogs_test.go:1045: [2021-06-17T12:51:11.280Z] === RUN TestFindValidSplit/1/Hello [2021-06-17T12:51:11.280Z] cloudwatchlogs_test.go:1044: Hello [2021-06-17T12:51:11.280Z] cloudwatchlogs_test.go:1045: [2021-06-17T12:51:11.280Z] === RUN TestFindValidSplit/2/Hello [2021-06-17T12:51:11.280Z] cloudwatchlogs_test.go:1044: He [2021-06-17T12:51:11.280Z] cloudwatchlogs_test.go:1045: llo [2021-06-17T12:51:11.280Z] === RUN TestFindValidSplit/3/Hello [2021-06-17T12:51:11.280Z] cloudwatchlogs_test.go:1044: [2021-06-17T12:51:11.280Z] cloudwatchlogs_test.go:1045: Hello [2021-06-17T12:51:11.280Z] === RUN TestFindValidSplit/4/🙃 [2021-06-17T12:51:11.280Z] cloudwatchlogs_test.go:1044: [2021-06-17T12:51:11.280Z] cloudwatchlogs_test.go:1045: 🙃 [2021-06-17T12:51:11.280Z] === RUN TestFindValidSplit/5/🙃 [2021-06-17T12:51:11.280Z] cloudwatchlogs_test.go:1044: 🙃 [2021-06-17T12:51:11.280Z] cloudwatchlogs_test.go:1045: [2021-06-17T12:51:11.280Z] === RUN TestFindValidSplit/6/a� [2021-06-17T12:51:11.280Z] cloudwatchlogs_test.go:1044: a [2021-06-17T12:51:11.280Z] cloudwatchlogs_test.go:1045: � [2021-06-17T12:51:11.280Z] === RUN TestFindValidSplit/7/a� [2021-06-17T12:51:11.280Z] cloudwatchlogs_test.go:1044: a� [2021-06-17T12:51:11.280Z] cloudwatchlogs_test.go:1045: [2021-06-17T12:51:11.280Z] --- PASS: TestFindValidSplit (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-06-17T12:51:11.280Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestProcessEventEmoji [2021-06-17T12:51:11.280Z] --- PASS: TestProcessEventEmoji (0.01s) [2021-06-17T12:51:11.280Z] === RUN TestCollectBatchLineSplit [2021-06-17T12:51:11.280Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestCollectBatchLineSplitWithBinary [2021-06-17T12:51:11.280Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestCollectBatchMaxEvents [2021-06-17T12:51:11.280Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2021-06-17T12:51:11.280Z] === RUN TestCollectBatchMaxTotalBytes [2021-06-17T12:51:11.280Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-06-17T12:51:11.280Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-06-17T12:51:11.280Z] --- PASS: TestContentStoreForPull (0.19s) [2021-06-17T12:51:11.280Z] PASS [2021-06-17T12:51:11.280Z] coverage: 6.7% of statements [2021-06-17T12:51:11.280Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-06-17T12:51:11.280Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-06-17T12:51:11.280Z] ok github.com/docker/docker/daemon/images 0.340s coverage: 6.7% of statements [2021-06-17T12:51:11.280Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-06-17T12:51:11.280Z] === RUN TestParseLogOptionsMultilinePattern [2021-06-17T12:51:11.280Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-06-17T12:51:11.280Z] === RUN TestParseLogOptionsDatetimeFormat [2021-06-17T12:51:11.280Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-06-17T12:51:11.280Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-06-17T12:51:11.280Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-06-17T12:51:11.280Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-06-17T12:51:11.280Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-06-17T12:51:11.280Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-06-17T12:51:11.280Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-06-17T12:51:11.280Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-06-17T12:51:11.281Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-06-17T12:51:11.281Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-06-17T12:51:11.281Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-06-17T12:51:11.281Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-06-17T12:51:11.281Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-06-17T12:51:11.281Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-06-17T12:51:11.281Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-06-17T12:51:11.281Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-06-17T12:51:11.281Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-06-17T12:51:11.281Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-06-17T12:51:11.281Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-06-17T12:51:11.281Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-06-17T12:51:11.281Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-06-17T12:51:11.281Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-06-17T12:51:11.281Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-06-17T12:51:11.281Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-06-17T12:51:11.281Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-06-17T12:51:11.281Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-06-17T12:51:11.281Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-06-17T12:51:11.281Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-06-17T12:51:11.281Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-06-17T12:51:11.281Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-06-17T12:51:11.281Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-06-17T12:51:11.281Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-06-17T12:51:11.281Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-06-17T12:51:11.281Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-06-17T12:51:11.281Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-06-17T12:51:11.281Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-06-17T12:51:11.281Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-06-17T12:51:11.281Z] === RUN TestCreateTagSuccess [2021-06-17T12:51:11.281Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-06-17T12:51:11.281Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-06-17T12:51:11.281Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-06-17T12:51:11.281Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-06-17T12:51:11.281Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-06-17T12:51:11.281Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-06-17T12:51:11.281Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-06-17T12:51:11.281Z] PASS [2021-06-17T12:51:11.281Z] coverage: 77.8% of statements [2021-06-17T12:51:11.281Z] ok github.com/docker/docker/daemon/logger/awslogs 0.365s coverage: 77.8% of statements [2021-06-17T12:51:11.281Z] --- PASS: TestCopierSlow (0.20s) [2021-06-17T12:51:11.281Z] === RUN TestCopierWithSized [2021-06-17T12:51:11.281Z] === RUN TestCopierWithSized/as_is [2021-06-17T12:51:11.281Z] === RUN TestCopierWithSized/With_RingLogger [2021-06-17T12:51:11.281Z] --- PASS: TestCopierWithSized (0.01s) [2021-06-17T12:51:11.281Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-06-17T12:51:11.281Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-06-17T12:51:11.281Z] === RUN TestCopierWithPartial [2021-06-17T12:51:11.281Z] --- PASS: TestCopierWithPartial (0.00s) [2021-06-17T12:51:11.281Z] === RUN TestRingLogger [2021-06-17T12:51:11.281Z] --- PASS: TestRingLogger (0.00s) [2021-06-17T12:51:11.281Z] === RUN TestRingCap [2021-06-17T12:51:11.281Z] --- PASS: TestRingCap (0.00s) [2021-06-17T12:51:11.281Z] === RUN TestRingClose [2021-06-17T12:51:11.281Z] --- PASS: TestRingClose (0.00s) [2021-06-17T12:51:11.281Z] === RUN TestRingDrain [2021-06-17T12:51:11.281Z] --- PASS: TestRingDrain (0.00s) [2021-06-17T12:51:11.281Z] PASS [2021-06-17T12:51:11.281Z] coverage: 43.8% of statements [2021-06-17T12:51:11.281Z] ok github.com/docker/docker/daemon/logger 0.263s coverage: 43.8% of statements [2021-06-17T12:51:12.234Z] === RUN TestJSONLogsMarshalJSONBuf [2021-06-17T12:51:12.234Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-06-17T12:51:12.234Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-06-17T12:51:12.234Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.15s) [2021-06-17T12:51:12.234Z] === RUN TestFastTimeMarshalJSON [2021-06-17T12:51:12.234Z] --- PASS: TestFastTimeMarshalJSON (0.02s) [2021-06-17T12:51:12.234Z] PASS [2021-06-17T12:51:12.234Z] coverage: 87.2% of statements [2021-06-17T12:51:12.508Z] --- PASS: TestCreateServiceMaxReplicas (3.06s) [2021-06-17T12:51:12.508Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-17T12:51:12.686Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.204s coverage: 87.2% of statements [2021-06-17T12:51:12.686Z] === RUN TestJSONFileLogger [2021-06-17T12:51:12.686Z] --- PASS: TestJSONFileLogger (0.00s) [2021-06-17T12:51:12.686Z] === RUN TestJSONFileLoggerWithTags [2021-06-17T12:51:12.686Z] --- PASS: TestJSONFileLoggerWithTags (0.04s) [2021-06-17T12:51:12.686Z] === RUN TestJSONFileLoggerWithOpts [2021-06-17T12:51:12.686Z] --- PASS: TestJSONFileLoggerWithOpts (0.02s) [2021-06-17T12:51:12.686Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-06-17T12:51:12.686Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-06-17T12:51:12.686Z] === RUN TestEncodeDecode [2021-06-17T12:51:12.686Z] === PAUSE TestEncodeDecode [2021-06-17T12:51:12.686Z] === RUN TestUnexpectedEOF [2021-06-17T12:51:12.965Z] --- PASS: TestNetworkLoopbackNat (3.99s) [2021-06-17T12:51:12.965Z] === RUN TestPause [2021-06-17T12:51:13.138Z] === RUN TestWriteLog [2021-06-17T12:51:13.138Z] === PAUSE TestWriteLog [2021-06-17T12:51:13.138Z] === RUN TestReadLog [2021-06-17T12:51:13.138Z] === PAUSE TestReadLog [2021-06-17T12:51:13.138Z] === CONT TestWriteLog [2021-06-17T12:51:13.138Z] --- PASS: TestWriteLog (0.00s) [2021-06-17T12:51:13.138Z] === CONT TestReadLog [2021-06-17T12:51:13.138Z] === RUN TestReadLog/tail_exact [2021-06-17T12:51:13.138Z] time="2021-06-17T12:51:12Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-17T12:51:13.138Z] time="2021-06-17T12:51:12Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-17T12:51:13.138Z] --- PASS: TestUnexpectedEOF (0.16s) [2021-06-17T12:51:13.138Z] === CONT TestEncodeDecode [2021-06-17T12:51:13.138Z] --- PASS: TestEncodeDecode (0.00s) [2021-06-17T12:51:13.138Z] PASS [2021-06-17T12:51:13.138Z] coverage: 69.9% of statements [2021-06-17T12:51:13.138Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.344s coverage: 69.9% of statements [2021-06-17T12:51:13.138Z] === RUN TestReadLog/tail_less_than_available [2021-06-17T12:51:13.138Z] === RUN TestReadLog/tail_more_than_available [2021-06-17T12:51:13.138Z] --- PASS: TestReadLog (0.19s) [2021-06-17T12:51:13.138Z] --- PASS: TestReadLog/tail_exact (0.17s) [2021-06-17T12:51:13.138Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-06-17T12:51:13.138Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2021-06-17T12:51:13.138Z] PASS [2021-06-17T12:51:13.138Z] coverage: 75.2% of statements [2021-06-17T12:51:13.138Z] ok github.com/docker/docker/daemon/logger/local 0.240s coverage: 75.2% of statements [2021-06-17T12:51:14.092Z] === RUN TestOpenFileDelete [2021-06-17T12:51:14.092Z] --- PASS: TestOpenFileDelete (0.00s) [2021-06-17T12:51:14.092Z] === RUN TestOpenFileRename [2021-06-17T12:51:14.092Z] --- PASS: TestOpenFileRename (0.00s) [2021-06-17T12:51:14.092Z] === RUN TestParseLogTagDefaultTag [2021-06-17T12:51:14.092Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-06-17T12:51:14.092Z] === RUN TestParseLogTag [2021-06-17T12:51:14.092Z] --- PASS: TestParseLogTag (0.00s) [2021-06-17T12:51:14.092Z] === RUN TestParseLogTagEmptyTag [2021-06-17T12:51:14.092Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-06-17T12:51:14.092Z] === RUN TestTailFiles [2021-06-17T12:51:14.092Z] --- PASS: TestTailFiles (0.00s) [2021-06-17T12:51:14.092Z] === RUN TestFollowLogsConsumerGone [2021-06-17T12:51:14.092Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-06-17T12:51:14.092Z] === RUN TestFollowLogsProducerGone [2021-06-17T12:51:14.092Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-06-17T12:51:14.092Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-06-17T12:51:14.092Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-06-17T12:51:14.092Z] === RUN TestCheckCapacityAndRotate [2021-06-17T12:51:14.350Z] --- PASS: TestPause (1.46s) [2021-06-17T12:51:14.350Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-17T12:51:14.350Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-17T12:51:14.350Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-17T12:51:14.350Z] === RUN TestPauseStopPausedContainer [2021-06-17T12:51:14.544Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-06-17T12:51:14.544Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-06-17T12:51:14.544Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2021-06-17T12:51:14.544Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-06-17T12:51:14.544Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2021-06-17T12:51:14.544Z] PASS [2021-06-17T12:51:14.544Z] coverage: 53.7% of statements [2021-06-17T12:51:14.544Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.103s coverage: 53.7% of statements [2021-06-17T12:51:14.759Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.51s) [2021-06-17T12:51:14.759Z] PASS [2021-06-17T12:51:14.759Z] [2021-06-17T12:51:14.759Z] === Skipped [2021-06-17T12:51:14.759Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-17T12:51:14.759Z] service_test.go:242: FLAKY_TEST [2021-06-17T12:51:14.759Z] [2021-06-17T12:51:14.759Z] [2021-06-17T12:51:14.759Z] DONE 26 tests, 1 skipped in 50.618s [2021-06-17T12:51:14.759Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-17T12:51:14.759Z] ++ 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-06-17T12:51:14.759Z] ++ set -e [2021-06-17T12:51:14.759Z] ++ '[' -n 0 ']' [2021-06-17T12:51:14.759Z] ++ set -x [2021-06-17T12:51:14.759Z] ++ 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-06-17T12:51:14.759Z] INFO: Testing against a local daemon [2021-06-17T12:51:14.759Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-17T12:51:14.759Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-17T12:51:14.759Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-17T12:51:14.759Z] === RUN TestDockerNetworkIpvlan [2021-06-17T12:51:14.759Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-17T12:51:14.759Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-17T12:51:14.759Z] PASS [2021-06-17T12:51:14.759Z] [2021-06-17T12:51:14.759Z] === Skipped [2021-06-17T12:51:14.759Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-17T12:51:14.759Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-17T12:51:14.759Z] [2021-06-17T12:51:14.759Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-17T12:51:14.759Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-17T12:51:14.759Z] [2021-06-17T12:51:14.759Z] [2021-06-17T12:51:14.759Z] DONE 2 tests, 2 skipped in 0.142s [2021-06-17T12:51:14.759Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-17T12:51:14.759Z] ++ 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-06-17T12:51:14.759Z] ++ set -e [2021-06-17T12:51:14.759Z] ++ '[' -n 0 ']' [2021-06-17T12:51:14.759Z] ++ set -x [2021-06-17T12:51:14.759Z] ++ 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-06-17T12:51:14.996Z] === RUN TestLog [2021-06-17T12:51:14.996Z] --- PASS: TestLog (0.01s) [2021-06-17T12:51:14.996Z] PASS [2021-06-17T12:51:14.996Z] coverage: 31.5% of statements [2021-06-17T12:51:14.996Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.059s coverage: 31.5% of statements [2021-06-17T12:51:14.996Z] === RUN TestValidateLogOpt [2021-06-17T12:51:14.996Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-17T12:51:14.996Z] === RUN TestNewMissedConfig [2021-06-17T12:51:14.996Z] --- PASS: TestNewMissedConfig (0.00s) [2021-06-17T12:51:14.996Z] === RUN TestNewMissedUrl [2021-06-17T12:51:14.996Z] --- PASS: TestNewMissedUrl (0.00s) [2021-06-17T12:51:14.996Z] === RUN TestNewMissedToken [2021-06-17T12:51:14.996Z] --- PASS: TestNewMissedToken (0.00s) [2021-06-17T12:51:14.996Z] === RUN TestNewWithProxy [2021-06-17T12:51:14.996Z] --- PASS: TestNewWithProxy (0.00s) [2021-06-17T12:51:14.996Z] === RUN TestDefault [2021-06-17T12:51:14.996Z] --- PASS: TestDefault (0.01s) [2021-06-17T12:51:14.996Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-06-17T12:51:14.996Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-06-17T12:51:14.996Z] === RUN TestJsonFormat [2021-06-17T12:51:14.996Z] --- PASS: TestJsonFormat (0.00s) [2021-06-17T12:51:14.996Z] === RUN TestRawFormat [2021-06-17T12:51:14.996Z] --- PASS: TestRawFormat (0.00s) [2021-06-17T12:51:14.996Z] === RUN TestRawFormatWithLabels [2021-06-17T12:51:14.996Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-06-17T12:51:14.996Z] === RUN TestRawFormatWithoutTag [2021-06-17T12:51:14.996Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-06-17T12:51:14.996Z] === RUN TestBatching [2021-06-17T12:51:15.447Z] --- PASS: TestBatching (0.26s) [2021-06-17T12:51:15.447Z] === RUN TestFrequency [2021-06-17T12:51:15.447Z] --- PASS: TestFrequency (0.17s) [2021-06-17T12:51:15.447Z] === RUN TestOneMessagePerRequest [2021-06-17T12:51:15.447Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-06-17T12:51:15.447Z] === RUN TestVerify [2021-06-17T12:51:15.447Z] --- PASS: TestVerify (0.00s) [2021-06-17T12:51:15.447Z] === RUN TestSkipVerify [2021-06-17T12:51:15.737Z] === RUN TestDockerSuite/TestBuildBlankName [2021-06-17T12:51:15.737Z] --- PASS: TestPauseStopPausedContainer (1.34s) [2021-06-17T12:51:15.737Z] === RUN TestPidHost [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-17T12:51:15.902Z] === RUN TestNewParse [2021-06-17T12:51:15.902Z] --- PASS: TestNewParse (0.00s) [2021-06-17T12:51:15.902Z] PASS [2021-06-17T12:51:15.902Z] coverage: 8.3% of statements [2021-06-17T12:51:15.902Z] ok github.com/docker/docker/daemon/logger/templates 0.047s coverage: 8.3% of statements [2021-06-17T12:51:15.902Z] --- PASS: TestSkipVerify (0.41s) [2021-06-17T12:51:15.902Z] === RUN TestBufferMaximum [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623934275.649055\",\"host\":\"4690f493171d\"}'" [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623934275.649055\",\"host\":\"4690f493171d\"}'" [2021-06-17T12:51:15.902Z] --- PASS: TestBufferMaximum (0.00s) [2021-06-17T12:51:15.902Z] === RUN TestServerAlwaysDown [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623934275.651073\",\"host\":\"4690f493171d\"}'" [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623934275.651073\",\"host\":\"4690f493171d\"}'" [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623934275.651073\",\"host\":\"4690f493171d\"}'" [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623934275.652829\",\"host\":\"4690f493171d\"}'" [2021-06-17T12:51:15.902Z] time="2021-06-17T12:51:15Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623934275.652829\",\"host\":\"4690f493171d\"}'" [2021-06-17T12:51:15.902Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-06-17T12:51:15.902Z] === RUN TestCannotSendAfterClose [2021-06-17T12:51:15.902Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-06-17T12:51:15.902Z] === RUN TestDeadlockOnBlockedEndpoint [2021-06-17T12:51:15.902Z] === RUN TestParseLogFormat [2021-06-17T12:51:15.902Z] --- PASS: TestParseLogFormat (0.00s) [2021-06-17T12:51:15.902Z] === RUN TestValidateLogOptEmpty [2021-06-17T12:51:15.902Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-06-17T12:51:15.902Z] === RUN TestValidateSyslogAddress [2021-06-17T12:51:15.902Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-06-17T12:51:15.902Z] === RUN TestParseAddressDefaultPort [2021-06-17T12:51:15.902Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-06-17T12:51:15.902Z] === RUN TestValidateSyslogFacility [2021-06-17T12:51:15.902Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-06-17T12:51:15.902Z] === RUN TestValidateLogOptSyslogFormat [2021-06-17T12:51:15.902Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-06-17T12:51:15.902Z] === RUN TestValidateLogOpt [2021-06-17T12:51:15.902Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-17T12:51:15.902Z] PASS [2021-06-17T12:51:15.902Z] coverage: 46.8% of statements [2021-06-17T12:51:15.902Z] ok github.com/docker/docker/daemon/logger/syslog 0.048s coverage: 46.8% of statements [2021-06-17T12:51:15.999Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-06-17T12:51:16.670Z] INFO: Testing against a local daemon [2021-06-17T12:51:16.671Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-17T12:51:16.855Z] time="2021-06-17T12:51:16Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49200/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-06-17T12:51:16.855Z] time="2021-06-17T12:51:16Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"4690f493171d\"}'" [2021-06-17T12:51:16.855Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-06-17T12:51:16.855Z] PASS [2021-06-17T12:51:16.856Z] coverage: 82.5% of statements [2021-06-17T12:51:16.856Z] ok github.com/docker/docker/daemon/logger/splunk 1.932s coverage: 82.5% of statements [2021-06-17T12:51:17.307Z] === RUN TestV1IDService [2021-06-17T12:51:17.307Z] --- PASS: TestV1IDService (0.02s) [2021-06-17T12:51:17.307Z] === RUN TestV2MetadataService [2021-06-17T12:51:18.055Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s) [2021-06-17T12:51:18.055Z] === RUN TestDockerNetworkMacvlan [2021-06-17T12:51:18.262Z] --- PASS: TestV2MetadataService (0.86s) [2021-06-17T12:51:18.262Z] PASS [2021-06-17T12:51:18.262Z] coverage: 48.2% of statements [2021-06-17T12:51:18.262Z] ok github.com/docker/docker/distribution/metadata 0.948s coverage: 48.2% of statements [2021-06-17T12:51:18.262Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-06-17T12:51:18.262Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-06-17T12:51:18.262Z] === RUN TestContinueOnError_MirrorEndpoint [2021-06-17T12:51:18.262Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-06-17T12:51:18.262Z] === RUN TestContinueOnError_NeverContinue [2021-06-17T12:51:18.262Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-06-17T12:51:18.262Z] === RUN TestManifestStore [2021-06-17T12:51:18.262Z] === RUN TestManifestStore/no_remote_or_local [2021-06-17T12:51:18.627Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-06-17T12:51:18.714Z] time="2021-06-17T12:51:18Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local636003151\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-06-17T12:51:18.714Z] === RUN TestManifestStore/no_local_cache [2021-06-17T12:51:18.715Z] === RUN TestManifestStore/with_local_cache [2021-06-17T12:51:18.715Z] === RUN TestManifestStore/unknown_media_type [2021-06-17T12:51:18.715Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-06-17T12:51:18.715Z] time="2021-06-17T12:51:18Z" level=warning msg="reference for unknown type: " [2021-06-17T12:51:18.715Z] time="2021-06-17T12:51:18Z" level=warning msg="reference for unknown type: " [2021-06-17T12:51:18.715Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-06-17T12:51:18.715Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-06-17T12:51:18.715Z] time="2021-06-17T12:51:18Z" level=warning msg="reference for unknown type: " [2021-06-17T12:51:18.715Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-06-17T12:51:18.715Z] time="2021-06-17T12:51:18Z" level=warning msg="reference for unknown type: " [2021-06-17T12:51:18.715Z] time="2021-06-17T12:51:18Z" level=warning msg="reference for unknown type: " [2021-06-17T12:51:18.715Z] === RUN TestManifestStore/error_persisting_manifest [2021-06-17T12:51:18.715Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-06-17T12:51:18.715Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-06-17T12:51:18.715Z] time="2021-06-17T12:51:18Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-06-17T12:51:18.715Z] --- PASS: TestManifestStore (0.27s) [2021-06-17T12:51:18.715Z] --- PASS: TestManifestStore/no_remote_or_local (0.18s) [2021-06-17T12:51:18.715Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-06-17T12:51:18.715Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-06-17T12:51:18.715Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2021-06-17T12:51:18.715Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-06-17T12:51:18.715Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-06-17T12:51:18.715Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2021-06-17T12:51:18.715Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-06-17T12:51:18.715Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-06-17T12:51:18.715Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-06-17T12:51:18.715Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2021-06-17T12:51:18.715Z] === RUN TestDetectManifestBlobMediaType [2021-06-17T12:51:18.715Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-06-17T12:51:18.715Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-06-17T12:51:18.715Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-06-17T12:51:18.715Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-06-17T12:51:18.715Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-06-17T12:51:18.715Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-06-17T12:51:18.715Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-06-17T12:51:18.715Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-06-17T12:51:18.715Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-06-17T12:51:18.715Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-06-17T12:51:18.715Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-06-17T12:51:18.715Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-06-17T12:51:18.715Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-06-17T12:51:18.715Z] === RUN TestFixManifestLayers [2021-06-17T12:51:18.715Z] --- PASS: TestFixManifestLayers (0.00s) [2021-06-17T12:51:18.715Z] === RUN TestFixManifestLayersBaseLayerParent [2021-06-17T12:51:18.715Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-17T12:51:18.715Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-17T12:51:18.715Z] === RUN TestFixManifestLayersBadParent [2021-06-17T12:51:18.715Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-06-17T12:51:18.715Z] === RUN TestValidateManifest [2021-06-17T12:51:18.715Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-17T12:51:18.715Z] --- SKIP: TestValidateManifest (0.00s) [2021-06-17T12:51:18.715Z] === RUN TestFormatPlatform [2021-06-17T12:51:18.715Z] --- PASS: TestFormatPlatform (0.00s) [2021-06-17T12:51:18.715Z] === RUN TestGetRepositoryMountCandidates [2021-06-17T12:51:18.715Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-06-17T12:51:18.715Z] === RUN TestLayerAlreadyExists [2021-06-17T12:51:18.715Z] 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-06-17T12:51:18.715Z] 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-06-17T12:51:18.715Z] 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-06-17T12:51:18.715Z] 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-06-17T12:51:18.715Z] 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-06-17T12:51:18.715Z] 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-06-17T12:51:18.715Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-06-17T12:51:18.715Z] === RUN TestWhenEmptyAuthConfig [2021-06-17T12:51:18.715Z] === RUN TestSuccessfulDownload [2021-06-17T12:51:18.715Z] download_test.go:268: Needs fixing on Windows [2021-06-17T12:51:18.715Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-06-17T12:51:18.715Z] === RUN TestCancelledDownload [2021-06-17T12:51:18.715Z] --- PASS: TestCancelledDownload (0.00s) [2021-06-17T12:51:18.715Z] === RUN TestMaxDownloadAttempts [2021-06-17T12:51:18.715Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-17T12:51:18.715Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-17T12:51:18.715Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-17T12:51:18.715Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-17T12:51:18.715Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-17T12:51:18.715Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-17T12:51:18.715Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-17T12:51:18.715Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-17T12:51:18.715Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-17T12:51:18.715Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-17T12:51:18.715Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-17T12:51:18.715Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-17T12:51:19.166Z] time="2021-06-17T12:51:18Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-17T12:51:19.166Z] time="2021-06-17T12:51:18Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-17T12:51:19.166Z] time="2021-06-17T12:51:18Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-17T12:51:19.166Z] time="2021-06-17T12:51:18Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-17T12:51:19.166Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-06-17T12:51:19.166Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.41s) [2021-06-17T12:51:19.166Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.41s) [2021-06-17T12:51:19.166Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.41s) [2021-06-17T12:51:19.166Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.41s) [2021-06-17T12:51:19.166Z] === RUN TestTransfer [2021-06-17T12:51:19.166Z] --- PASS: TestTransfer (0.12s) [2021-06-17T12:51:19.166Z] === RUN TestConcurrencyLimit [2021-06-17T12:51:19.568Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-06-17T12:51:19.618Z] --- PASS: TestConcurrencyLimit (0.36s) [2021-06-17T12:51:19.618Z] === RUN TestInactiveJobs [2021-06-17T12:51:19.618Z] === RUN TestNotFound [2021-06-17T12:51:19.618Z] --- PASS: TestNotFound (0.00s) [2021-06-17T12:51:19.618Z] === RUN TestConflict [2021-06-17T12:51:19.618Z] --- PASS: TestConflict (0.00s) [2021-06-17T12:51:19.618Z] === RUN TestForbidden [2021-06-17T12:51:19.618Z] --- PASS: TestForbidden (0.00s) [2021-06-17T12:51:19.618Z] === RUN TestInvalidParameter [2021-06-17T12:51:19.618Z] --- PASS: TestInvalidParameter (0.00s) [2021-06-17T12:51:19.618Z] === RUN TestNotImplemented [2021-06-17T12:51:19.618Z] --- PASS: TestNotImplemented (0.00s) [2021-06-17T12:51:19.618Z] === RUN TestNotModified [2021-06-17T12:51:19.618Z] --- PASS: TestNotModified (0.00s) [2021-06-17T12:51:19.618Z] === RUN TestUnauthorized [2021-06-17T12:51:19.618Z] --- PASS: TestUnauthorized (0.00s) [2021-06-17T12:51:19.618Z] === RUN TestUnknown [2021-06-17T12:51:19.618Z] --- PASS: TestUnknown (0.00s) [2021-06-17T12:51:19.618Z] === RUN TestCancelled [2021-06-17T12:51:19.618Z] --- PASS: TestCancelled (0.00s) [2021-06-17T12:51:19.618Z] === RUN TestDeadline [2021-06-17T12:51:19.618Z] --- PASS: TestDeadline (0.00s) [2021-06-17T12:51:19.618Z] === RUN TestDataLoss [2021-06-17T12:51:19.618Z] --- PASS: TestDataLoss (0.00s) [2021-06-17T12:51:19.618Z] === RUN TestUnavailable [2021-06-17T12:51:19.618Z] --- PASS: TestUnavailable (0.00s) [2021-06-17T12:51:19.618Z] === RUN TestSystem [2021-06-17T12:51:19.618Z] --- PASS: TestSystem (0.00s) [2021-06-17T12:51:19.618Z] === RUN TestFromStatusCode [2021-06-17T12:51:19.618Z] === RUN TestFromStatusCode/Not_Found [2021-06-17T12:51:19.618Z] === RUN TestFromStatusCode/Bad_Request [2021-06-17T12:51:19.618Z] === RUN TestFromStatusCode/Conflict [2021-06-17T12:51:19.618Z] === RUN TestFromStatusCode/Unauthorized [2021-06-17T12:51:19.618Z] === RUN TestFromStatusCode/Service_Unavailable [2021-06-17T12:51:19.618Z] === RUN TestFromStatusCode/Forbidden [2021-06-17T12:51:19.618Z] === RUN TestFromStatusCode/Not_Modified [2021-06-17T12:51:19.618Z] === RUN TestFromStatusCode/Not_Implemented [2021-06-17T12:51:19.618Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-06-17T12:51:19.618Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-06-17T12:51:19.618Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-06-17T12:51:19.618Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-06-17T12:51:19.618Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-06-17T12:51:19.618Z] --- PASS: TestFromStatusCode (0.00s) [2021-06-17T12:51:19.618Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-06-17T12:51:19.618Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-06-17T12:51:19.618Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-06-17T12:51:19.618Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-06-17T12:51:19.618Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-06-17T12:51:19.618Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-06-17T12:51:19.618Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-06-17T12:51:19.618Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-06-17T12:51:19.618Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-06-17T12:51:19.618Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-06-17T12:51:19.618Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-06-17T12:51:19.618Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-06-17T12:51:19.618Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-06-17T12:51:19.618Z] PASS [2021-06-17T12:51:19.618Z] coverage: 53.1% of statements [2021-06-17T12:51:19.618Z] ok github.com/docker/docker/errdefs 0.044s coverage: 53.1% of statements [2021-06-17T12:51:19.618Z] --- PASS: TestWhenEmptyAuthConfig (1.15s) [2021-06-17T12:51:19.618Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-06-17T12:51:19.618Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-06-17T12:51:19.618Z] === RUN TestTokenPassThru [2021-06-17T12:51:19.618Z] --- PASS: TestTokenPassThru (0.01s) [2021-06-17T12:51:19.618Z] === RUN TestTokenPassThruDifferentHost [2021-06-17T12:51:19.618Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-06-17T12:51:19.618Z] PASS [2021-06-17T12:51:19.618Z] coverage: 23.8% of statements [2021-06-17T12:51:19.618Z] ok github.com/docker/docker/distribution 1.522s coverage: 23.8% of statements [2021-06-17T12:51:20.070Z] --- PASS: TestInactiveJobs (0.41s) [2021-06-17T12:51:20.070Z] === RUN TestWatchRelease [2021-06-17T12:51:20.070Z] --- PASS: TestWatchRelease (0.04s) [2021-06-17T12:51:20.070Z] === RUN TestWatchFinishedTransfer [2021-06-17T12:51:20.070Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-06-17T12:51:20.070Z] === RUN TestDuplicateTransfer [2021-06-17T12:51:20.070Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-06-17T12:51:20.070Z] === RUN TestSuccessfulUpload [2021-06-17T12:51:20.208Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-06-17T12:51:20.208Z] --- PASS: TestPidHost (3.77s) [2021-06-17T12:51:20.208Z] === RUN TestPsFilter [2021-06-17T12:51:20.208Z] --- PASS: TestPsFilter (0.16s) [2021-06-17T12:51:20.208Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-17T12:51:20.509Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-06-17T12:51:20.522Z] time="2021-06-17T12:51:20Z" level=error msg="Upload failed, retrying: simulating retry" [2021-06-17T12:51:20.522Z] --- PASS: TestSuccessfulUpload (0.37s) [2021-06-17T12:51:20.522Z] === RUN TestCancelledUpload [2021-06-17T12:51:20.522Z] --- PASS: TestCancelledUpload (0.00s) [2021-06-17T12:51:20.522Z] PASS [2021-06-17T12:51:20.522Z] coverage: 76.8% of statements [2021-06-17T12:51:20.522Z] ok github.com/docker/docker/distribution/xfer 1.827s coverage: 76.8% of statements [2021-06-17T12:51:20.973Z] === RUN TestFSGetInvalidData [2021-06-17T12:51:20.973Z] --- PASS: TestFSGetInvalidData (0.04s) [2021-06-17T12:51:20.973Z] === RUN TestFSInvalidSet [2021-06-17T12:51:20.973Z] --- PASS: TestFSInvalidSet (0.01s) [2021-06-17T12:51:20.973Z] === RUN TestFSInvalidRoot [2021-06-17T12:51:20.973Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-06-17T12:51:20.973Z] === RUN TestFSMetadataGetSet [2021-06-17T12:51:20.973Z] --- PASS: TestFSMetadataGetSet (0.03s) [2021-06-17T12:51:20.973Z] === RUN TestFSInvalidWalker [2021-06-17T12:51:20.973Z] === RUN TestCompare [2021-06-17T12:51:20.973Z] --- PASS: TestCompare (0.00s) [2021-06-17T12:51:20.973Z] PASS [2021-06-17T12:51:20.973Z] coverage: 19.2% of statements [2021-06-17T12:51:20.973Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-06-17T12:51:20.973Z] === RUN TestFSGetSet [2021-06-17T12:51:21.425Z] ok github.com/docker/docker/image/cache 0.070s coverage: 19.2% of statements [2021-06-17T12:51:21.425Z] --- PASS: TestFSGetSet (0.02s) [2021-06-17T12:51:21.425Z] === RUN TestFSGetUnsetKey [2021-06-17T12:51:21.425Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-06-17T12:51:21.425Z] === RUN TestFSGetEmptyData [2021-06-17T12:51:21.425Z] --- PASS: TestFSGetEmptyData (0.01s) [2021-06-17T12:51:21.425Z] === RUN TestFSDelete [2021-06-17T12:51:21.425Z] --- PASS: TestFSDelete (0.01s) [2021-06-17T12:51:21.425Z] === RUN TestFSWalker [2021-06-17T12:51:21.425Z] --- PASS: TestFSWalker (0.01s) [2021-06-17T12:51:21.425Z] === RUN TestFSWalkerStopOnError [2021-06-17T12:51:21.425Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-06-17T12:51:21.425Z] === RUN TestNewFromJSON [2021-06-17T12:51:21.425Z] --- PASS: TestNewFromJSON (0.00s) [2021-06-17T12:51:21.425Z] === RUN TestNewFromJSONWithInvalidJSON [2021-06-17T12:51:21.425Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-06-17T12:51:21.425Z] === RUN TestMarshalKeyOrder [2021-06-17T12:51:21.425Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-06-17T12:51:21.425Z] === RUN TestHistoryEqual [2021-06-17T12:51:21.425Z] --- PASS: TestHistoryEqual (0.17s) [2021-06-17T12:51:21.425Z] === RUN TestImage [2021-06-17T12:51:21.425Z] --- PASS: TestImage (0.00s) [2021-06-17T12:51:21.425Z] === RUN TestImageOSNotEmpty [2021-06-17T12:51:21.425Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-06-17T12:51:21.425Z] === RUN TestNewChildImageFromImageWithRootFS [2021-06-17T12:51:21.425Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-06-17T12:51:21.425Z] === RUN TestCreate [2021-06-17T12:51:21.425Z] --- PASS: TestCreate (0.01s) [2021-06-17T12:51:21.425Z] === RUN TestRestore [2021-06-17T12:51:21.425Z] time="2021-06-17T12:51:21Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-06-17T12:51:21.425Z] --- PASS: TestRestore (0.04s) [2021-06-17T12:51:21.425Z] === RUN TestAddDelete [2021-06-17T12:51:21.425Z] --- PASS: TestAddDelete (0.02s) [2021-06-17T12:51:21.425Z] === RUN TestSearchAfterDelete [2021-06-17T12:51:21.425Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-06-17T12:51:21.425Z] === RUN TestParentReset [2021-06-17T12:51:21.425Z] --- PASS: TestParentReset (0.03s) [2021-06-17T12:51:21.425Z] === RUN TestGetAndSetLastUpdated [2021-06-17T12:51:21.425Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-06-17T12:51:21.425Z] === RUN TestStoreLen [2021-06-17T12:51:21.425Z] --- PASS: TestStoreLen (0.04s) [2021-06-17T12:51:21.425Z] PASS [2021-06-17T12:51:21.425Z] coverage: 86.6% of statements [2021-06-17T12:51:21.425Z] ok github.com/docker/docker/image 0.594s coverage: 86.6% of statements [2021-06-17T12:51:21.592Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.82s) [2021-06-17T12:51:21.592Z] === RUN TestRemoveContainerWithVolume [2021-06-17T12:51:21.878Z] === RUN TestValidateManifest [2021-06-17T12:51:21.878Z] === RUN TestValidateManifest/nil [2021-06-17T12:51:21.878Z] === RUN TestValidateManifest/non-nil [2021-06-17T12:51:21.878Z] --- PASS: TestValidateManifest (0.00s) [2021-06-17T12:51:21.878Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-06-17T12:51:21.878Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-06-17T12:51:21.878Z] PASS [2021-06-17T12:51:21.878Z] coverage: 0.7% of statements [2021-06-17T12:51:21.878Z] ok github.com/docker/docker/image/tarexport 0.073s coverage: 0.7% of statements [2021-06-17T12:51:22.837Z] === RUN TestMakeV1ConfigFromConfig [2021-06-17T12:51:22.837Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-06-17T12:51:22.837Z] PASS [2021-06-17T12:51:22.837Z] coverage: 25.0% of statements [2021-06-17T12:51:22.837Z] ok github.com/docker/docker/image/v1 0.108s coverage: 25.0% of statements [2021-06-17T12:51:22.976Z] --- PASS: TestRemoveContainerWithVolume (1.11s) [2021-06-17T12:51:22.976Z] === RUN TestRemoveContainerRunning [2021-06-17T12:51:22.976Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-06-17T12:51:23.077Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-06-17T12:51:23.791Z] --- PASS: TestCheckoutGit (72.20s) [2021-06-17T12:51:23.791Z] === RUN TestValidGitTransport [2021-06-17T12:51:23.791Z] --- PASS: TestValidGitTransport (0.00s) [2021-06-17T12:51:23.791Z] === RUN TestGitInvalidRef [2021-06-17T12:51:24.243Z] === RUN TestEnvironmentParsing [2021-06-17T12:51:24.243Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-06-17T12:51:24.243Z] PASS [2021-06-17T12:51:24.243Z] coverage: 1.2% of statements [2021-06-17T12:51:24.243Z] ok github.com/docker/docker/libcontainerd/local 0.060s coverage: 1.2% of statements [2021-06-17T12:51:24.243Z] --- PASS: TestGitInvalidRef (0.21s) [2021-06-17T12:51:24.243Z] PASS [2021-06-17T12:51:24.243Z] coverage: 86.3% of statements [2021-06-17T12:51:24.243Z] ok github.com/docker/docker/builder/remotecontext/git 72.473s coverage: 86.3% of statements [2021-06-17T12:51:24.243Z] === RUN TestEmptyLayer [2021-06-17T12:51:24.243Z] --- PASS: TestEmptyLayer (0.00s) [2021-06-17T12:51:24.243Z] === RUN TestCommitFailure [2021-06-17T12:51:24.243Z] --- PASS: TestCommitFailure (0.01s) [2021-06-17T12:51:24.243Z] === RUN TestStartTransactionFailure [2021-06-17T12:51:24.243Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-06-17T12:51:24.243Z] === RUN TestGetOrphan [2021-06-17T12:51:24.243Z] --- PASS: TestGetOrphan (0.01s) [2021-06-17T12:51:24.243Z] === RUN TestMountAndRegister [2021-06-17T12:51:24.243Z] layer_test.go:271: Layer size: 14 [2021-06-17T12:51:24.243Z] --- PASS: TestMountAndRegister (0.04s) [2021-06-17T12:51:24.243Z] === RUN TestLayerRelease [2021-06-17T12:51:24.243Z] layer_test.go:304: Failing on Windows [2021-06-17T12:51:24.243Z] --- SKIP: TestLayerRelease (0.00s) [2021-06-17T12:51:24.243Z] === RUN TestStoreRestore [2021-06-17T12:51:24.243Z] layer_test.go:353: Failing on Windows [2021-06-17T12:51:24.243Z] --- SKIP: TestStoreRestore (0.00s) [2021-06-17T12:51:24.243Z] === RUN TestTarStreamStability [2021-06-17T12:51:24.243Z] layer_test.go:468: Failing on Windows [2021-06-17T12:51:24.243Z] --- SKIP: TestTarStreamStability (0.00s) [2021-06-17T12:51:24.243Z] === RUN TestRegisterExistingLayer [2021-06-17T12:51:24.243Z] === RUN TestSerialization [2021-06-17T12:51:24.243Z] --- PASS: TestSerialization (0.02s) [2021-06-17T12:51:24.243Z] PASS [2021-06-17T12:51:24.243Z] coverage: 100.0% of statements [2021-06-17T12:51:24.243Z] ok github.com/docker/docker/libcontainerd/queue 0.059s coverage: 100.0% of statements [2021-06-17T12:51:24.243Z] --- PASS: TestRegisterExistingLayer (0.10s) [2021-06-17T12:51:24.243Z] === RUN TestTarStreamVerification [2021-06-17T12:51:24.243Z] layer_test.go:697: Failing on Windows [2021-06-17T12:51:24.243Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-06-17T12:51:24.243Z] === RUN TestLayerMigration [2021-06-17T12:51:24.243Z] migration_test.go:46: Failing on Windows [2021-06-17T12:51:24.243Z] --- SKIP: TestLayerMigration (0.00s) [2021-06-17T12:51:24.243Z] === RUN TestLayerMigrationNoTarsplit [2021-06-17T12:51:24.243Z] migration_test.go:182: Failing on Windows [2021-06-17T12:51:24.243Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-06-17T12:51:24.243Z] === RUN TestMountInit [2021-06-17T12:51:24.243Z] mount_test.go:17: Failing on Windows [2021-06-17T12:51:24.243Z] --- SKIP: TestMountInit (0.00s) [2021-06-17T12:51:24.243Z] === RUN TestMountSize [2021-06-17T12:51:24.243Z] mount_test.go:76: Failing on Windows [2021-06-17T12:51:24.243Z] --- SKIP: TestMountSize (0.00s) [2021-06-17T12:51:24.243Z] === RUN TestMountChanges [2021-06-17T12:51:24.243Z] mount_test.go:125: Failing on Windows [2021-06-17T12:51:24.243Z] --- SKIP: TestMountChanges (0.00s) [2021-06-17T12:51:24.243Z] === RUN TestMountApply [2021-06-17T12:51:24.243Z] mount_test.go:212: Failing on Windows [2021-06-17T12:51:24.243Z] --- SKIP: TestMountApply (0.00s) [2021-06-17T12:51:24.243Z] PASS [2021-06-17T12:51:24.243Z] coverage: 30.1% of statements [2021-06-17T12:51:24.243Z] ok github.com/docker/docker/layer 0.237s coverage: 30.1% of statements [2021-06-17T12:51:24.376Z] --- PASS: TestRemoveContainerRunning (1.51s) [2021-06-17T12:51:24.376Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/cli [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/network [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-17T12:51:25.196Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-17T12:51:25.340Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-06-17T12:51:25.600Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.37s) [2021-06-17T12:51:25.600Z] === RUN TestRemoveInvalidContainer [2021-06-17T12:51:25.600Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-06-17T12:51:25.600Z] === RUN TestRenameLinkedContainer [2021-06-17T12:51:25.648Z] === RUN TestSequenceGetAvailableBit [2021-06-17T12:51:25.648Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-06-17T12:51:25.648Z] === RUN TestSequenceEqual [2021-06-17T12:51:25.648Z] --- PASS: TestSequenceEqual (0.00s) [2021-06-17T12:51:25.648Z] === RUN TestSequenceCopy [2021-06-17T12:51:25.648Z] --- PASS: TestSequenceCopy (0.00s) [2021-06-17T12:51:25.648Z] === RUN TestGetFirstAvailable [2021-06-17T12:51:25.648Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-06-17T12:51:25.648Z] === RUN TestFindSequence [2021-06-17T12:51:25.648Z] --- PASS: TestFindSequence (0.00s) [2021-06-17T12:51:25.648Z] === RUN TestCheckIfAvailable [2021-06-17T12:51:25.648Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-06-17T12:51:25.648Z] === RUN TestMergeSequences [2021-06-17T12:51:25.648Z] --- PASS: TestMergeSequences (0.00s) [2021-06-17T12:51:25.648Z] === RUN TestPushReservation [2021-06-17T12:51:25.648Z] --- PASS: TestPushReservation (0.00s) [2021-06-17T12:51:25.648Z] === RUN TestSerializeDeserialize [2021-06-17T12:51:25.648Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-06-17T12:51:25.648Z] === RUN TestSet [2021-06-17T12:51:25.648Z] --- PASS: TestSet (0.00s) [2021-06-17T12:51:25.648Z] === RUN TestSetUnset [2021-06-17T12:51:25.648Z] --- PASS: TestSetUnset (0.00s) [2021-06-17T12:51:25.648Z] === RUN TestOffsetSetUnset [2021-06-17T12:51:25.648Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-06-17T12:51:25.648Z] === RUN TestSetInRange [2021-06-17T12:51:25.648Z] --- PASS: TestSetInRange (0.00s) [2021-06-17T12:51:25.648Z] === RUN TestSetAnyInRange [2021-06-17T12:51:25.648Z] --- PASS: TestSetAnyInRange (0.00s) [2021-06-17T12:51:25.648Z] === RUN TestMethods [2021-06-17T12:51:25.648Z] --- PASS: TestMethods (0.00s) [2021-06-17T12:51:25.648Z] === RUN TestRandomAllocateDeallocate [2021-06-17T12:51:26.377Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-06-17T12:51:26.602Z] === RUN TestClientServiceInvalidCommand [2021-06-17T12:51:26.602Z] --- PASS: TestClientServiceInvalidCommand (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestClientServiceCreate [2021-06-17T12:51:26.602Z] --- PASS: TestClientServiceCreate (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestClientServiceRm [2021-06-17T12:51:26.602Z] --- PASS: TestClientServiceRm (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestClientServiceLs [2021-06-17T12:51:26.602Z] --- PASS: TestClientServiceLs (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestClientServiceInfo [2021-06-17T12:51:26.602Z] --- PASS: TestClientServiceInfo (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestClientServiceInfoById [2021-06-17T12:51:26.602Z] --- PASS: TestClientServiceInfoById (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestClientServiceJoin [2021-06-17T12:51:26.602Z] --- PASS: TestClientServiceJoin (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestClientServiceLeave [2021-06-17T12:51:26.602Z] --- PASS: TestClientServiceLeave (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestClientDummyCommand [2021-06-17T12:51:26.602Z] --- PASS: TestClientDummyCommand (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestClientNetworkInvalidCommand [2021-06-17T12:51:26.602Z] --- PASS: TestClientNetworkInvalidCommand (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestClientNetworkCreate [2021-06-17T12:51:26.602Z] --- PASS: TestClientNetworkCreate (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestClientNetworkCreateWithDriver [2021-06-17T12:51:26.602Z] flag provided but not defined: -f [2021-06-17T12:51:26.602Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build935618980\b1151\client.test.exe create --help'. [2021-06-17T12:51:26.602Z] --- PASS: TestClientNetworkCreateWithDriver (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestClientNetworkRm [2021-06-17T12:51:26.602Z] --- PASS: TestClientNetworkRm (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestClientNetworkLs [2021-06-17T12:51:26.602Z] --- PASS: TestClientNetworkLs (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestClientNetworkInfo [2021-06-17T12:51:26.602Z] --- PASS: TestClientNetworkInfo (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestClientNetworkInfoById [2021-06-17T12:51:26.602Z] --- PASS: TestClientNetworkInfoById (0.00s) [2021-06-17T12:51:26.602Z] PASS [2021-06-17T12:51:26.602Z] coverage: 75.2% of statements [2021-06-17T12:51:26.602Z] ok github.com/docker/docker/libnetwork/client 0.084s coverage: 75.2% of statements [2021-06-17T12:51:26.602Z] === RUN TestEverything [2021-06-17T12:51:26.602Z] --- PASS: TestEverything (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestGet [2021-06-17T12:51:26.602Z] --- PASS: TestGet (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestParsePanic [2021-06-17T12:51:26.602Z] flag provided but not defined: -int [2021-06-17T12:51:26.602Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build935618980\b1155\mflag.test.exe --help'. [2021-06-17T12:51:26.602Z] --- PASS: TestParsePanic (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestParse [2021-06-17T12:51:26.602Z] --- PASS: TestParse (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestFlagSetParse [2021-06-17T12:51:26.602Z] --- PASS: TestFlagSetParse (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestUserDefined [2021-06-17T12:51:26.602Z] --- PASS: TestUserDefined (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestUserDefinedBool [2021-06-17T12:51:26.602Z] flag needs an argument: -b [2021-06-17T12:51:26.602Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build935618980\b1155\mflag.test.exe test --help'. [2021-06-17T12:51:26.602Z] --- PASS: TestUserDefinedBool (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestSetOutput [2021-06-17T12:51:26.602Z] --- PASS: TestSetOutput (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestChangingArgs [2021-06-17T12:51:26.602Z] --- PASS: TestChangingArgs (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestHelp [2021-06-17T12:51:26.602Z] --- PASS: TestHelp (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestFlagCounts [2021-06-17T12:51:26.602Z] Warning: '-d' is deprecated, it will be removed soon. See usage. [2021-06-17T12:51:26.602Z] Warning: '-flag4' is deprecated, it will be replaced by '--flag4' soon. See usage. [2021-06-17T12:51:26.602Z] --- PASS: TestFlagCounts (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestSortFlags [2021-06-17T12:51:26.602Z] --- PASS: TestSortFlags (0.00s) [2021-06-17T12:51:26.602Z] === RUN TestMergeFlags [2021-06-17T12:51:26.602Z] --- PASS: TestMergeFlags (0.00s) [2021-06-17T12:51:26.602Z] PASS [2021-06-17T12:51:26.602Z] coverage: 62.7% of statements [2021-06-17T12:51:26.602Z] ok github.com/docker/docker/libnetwork/client/mflag 0.111s coverage: 62.7% of statements [2021-06-17T12:51:27.345Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.24s) [2021-06-17T12:51:27.345Z] === RUN TestCreateServiceSecretFileMode [2021-06-17T12:51:28.395Z] --- PASS: TestCreateServiceSecretFileMode (2.70s) [2021-06-17T12:51:28.395Z] === RUN TestCreateServiceConfigFileMode [2021-06-17T12:51:29.109Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-06-17T12:51:29.634Z] === RUN TestErrorInterfaces [2021-06-17T12:51:29.634Z] --- PASS: TestErrorInterfaces (0.00s) [2021-06-17T12:51:29.634Z] === RUN TestNetworkMarshalling [2021-06-17T12:51:29.634Z] --- PASS: TestNetworkMarshalling (0.17s) [2021-06-17T12:51:29.634Z] === RUN TestEndpointMarshalling [2021-06-17T12:51:29.634Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-06-17T12:51:29.634Z] === RUN TestAuxAddresses [2021-06-17T12:51:29.634Z] time="2021-06-17T12:51:29Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-17T12:51:29.634Z] --- PASS: TestAuxAddresses (0.01s) [2021-06-17T12:51:29.634Z] === RUN TestSRVServiceQuery [2021-06-17T12:51:29.634Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:51:29.634Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-06-17T12:51:29.634Z] === RUN TestServiceVIPReuse [2021-06-17T12:51:29.634Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:51:29.634Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-06-17T12:51:29.634Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-06-17T12:51:29.634Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:51:29.634Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-06-17T12:51:29.634Z] === RUN TestDNSIPQuery [2021-06-17T12:51:29.634Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:51:29.634Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-06-17T12:51:29.634Z] === RUN TestDNSProxyServFail [2021-06-17T12:51:29.634Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:51:29.634Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-06-17T12:51:29.634Z] === RUN TestSandboxAddEmpty [2021-06-17T12:51:29.634Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:51:29.634Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-06-17T12:51:29.634Z] === RUN TestSandboxAddMultiPrio [2021-06-17T12:51:29.634Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:51:29.634Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-06-17T12:51:29.634Z] === RUN TestSandboxAddSamePrio [2021-06-17T12:51:29.634Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:51:29.634Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-06-17T12:51:29.634Z] === RUN TestCleanupServiceDiscovery [2021-06-17T12:51:29.634Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:51:29.634Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-06-17T12:51:29.634Z] === RUN TestDNSOptions [2021-06-17T12:51:29.634Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:51:29.634Z] --- SKIP: TestDNSOptions (0.00s) [2021-06-17T12:51:29.634Z] === RUN TestMultipleControllersWithSameStore [2021-06-17T12:51:29.634Z] time="2021-06-17T12:51:29Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-17T12:51:29.634Z] time="2021-06-17T12:51:29Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-17T12:51:29.634Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-06-17T12:51:29.634Z] PASS [2021-06-17T12:51:29.634Z] coverage: 8.6% of statements [2021-06-17T12:51:29.634Z] ok github.com/docker/docker/libnetwork 0.305s coverage: 8.6% of statements [2021-06-17T12:51:29.634Z] ? github.com/docker/docker/libnetwork/api [no test files] [2021-06-17T12:51:30.088Z] === RUN TestTCP4Proxy [2021-06-17T12:51:30.088Z] --- PASS: TestTCP4Proxy (0.01s) [2021-06-17T12:51:30.088Z] === RUN TestTCP4ProxyHalfClose [2021-06-17T12:51:30.088Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-06-17T12:51:30.088Z] === RUN TestTCP6Proxy [2021-06-17T12:51:30.088Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-17T12:51:30.088Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-06-17T12:51:30.088Z] === RUN TestTCPDualStackProxy [2021-06-17T12:51:30.088Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-17T12:51:30.088Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-06-17T12:51:30.088Z] === RUN TestUDP4Proxy [2021-06-17T12:51:30.088Z] --- PASS: TestUDP4Proxy (0.00s) [2021-06-17T12:51:30.088Z] === RUN TestUDP6Proxy [2021-06-17T12:51:30.088Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-17T12:51:30.088Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-06-17T12:51:30.088Z] === RUN TestUDPWriteError [2021-06-17T12:51:30.088Z] --- PASS: TestUDPWriteError (0.00s) [2021-06-17T12:51:30.088Z] === RUN TestSCTP4Proxy [2021-06-17T12:51:30.088Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-06-17T12:51:30.088Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-06-17T12:51:30.088Z] === RUN TestSCTP6Proxy [2021-06-17T12:51:30.088Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-17T12:51:30.088Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-06-17T12:51:30.088Z] PASS [2021-06-17T12:51:30.088Z] coverage: 49.4% of statements [2021-06-17T12:51:30.088Z] ok github.com/docker/docker/libnetwork/cmd/proxy 0.054s coverage: 49.4% of statements [2021-06-17T12:51:30.539Z] === RUN TestInvalidConfig [2021-06-17T12:51:30.539Z] --- PASS: TestInvalidConfig (0.00s) [2021-06-17T12:51:30.539Z] === RUN TestConfig [2021-06-17T12:51:30.539Z] --- PASS: TestConfig (0.00s) [2021-06-17T12:51:30.539Z] === RUN TestOptionsLabels [2021-06-17T12:51:30.539Z] --- PASS: TestOptionsLabels (0.00s) [2021-06-17T12:51:30.539Z] === RUN TestValidName [2021-06-17T12:51:30.539Z] --- PASS: TestValidName (0.00s) [2021-06-17T12:51:30.539Z] === RUN TestTLSConfiguration [2021-06-17T12:51:30.539Z] === RUN TestKey [2021-06-17T12:51:30.539Z] --- PASS: TestKey (0.00s) [2021-06-17T12:51:30.539Z] === RUN TestParseKey [2021-06-17T12:51:30.539Z] --- PASS: TestParseKey (0.00s) [2021-06-17T12:51:30.539Z] === RUN TestInvalidDataStore [2021-06-17T12:51:30.539Z] --- PASS: TestInvalidDataStore (0.00s) [2021-06-17T12:51:30.539Z] === RUN TestKVObjectFlatKey [2021-06-17T12:51:30.539Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-06-17T12:51:30.539Z] === RUN TestAtomicKVObjectFlatKey [2021-06-17T12:51:30.539Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-06-17T12:51:30.539Z] PASS [2021-06-17T12:51:30.539Z] coverage: 21.9% of statements [2021-06-17T12:51:30.539Z] ok github.com/docker/docker/libnetwork/datastore 0.044s coverage: 21.9% of statements [2021-06-17T12:51:30.539Z] time="2021-06-17T12:51:30Z" level=info msg="Option Initializing KV with TLS" [2021-06-17T12:51:30.539Z] --- PASS: TestTLSConfiguration (0.17s) [2021-06-17T12:51:30.539Z] PASS [2021-06-17T12:51:30.539Z] coverage: 24.0% of statements [2021-06-17T12:51:30.539Z] ok github.com/docker/docker/libnetwork/config 0.242s coverage: 24.0% of statements [2021-06-17T12:51:30.911Z] --- PASS: TestCreateServiceConfigFileMode (2.69s) [2021-06-17T12:51:30.911Z] === RUN TestCreateServiceSysctls [2021-06-17T12:51:30.991Z] --- PASS: TestRandomAllocateDeallocate (5.18s) [2021-06-17T12:51:30.991Z] === RUN TestAllocateRandomDeallocate [2021-06-17T12:51:30.991Z] === RUN TestIPDataMarshalling [2021-06-17T12:51:30.991Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-06-17T12:51:30.991Z] === RUN TestValidateAndIsV6 [2021-06-17T12:51:30.991Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-06-17T12:51:30.991Z] PASS [2021-06-17T12:51:30.991Z] coverage: 68.9% of statements [2021-06-17T12:51:30.991Z] ok github.com/docker/docker/libnetwork/driverapi 0.042s coverage: 68.9% of statements [2021-06-17T12:51:31.020Z] --- PASS: TestRenameLinkedContainer (5.48s) [2021-06-17T12:51:31.020Z] === RUN TestRenameStoppedContainer [2021-06-17T12:51:31.445Z] === RUN TestDriver [2021-06-17T12:51:31.445Z] --- PASS: TestDriver (0.00s) [2021-06-17T12:51:31.445Z] PASS [2021-06-17T12:51:31.445Z] coverage: 34.8% of statements [2021-06-17T12:51:31.445Z] ok github.com/docker/docker/libnetwork/drivers/host 0.040s coverage: 34.8% of statements [2021-06-17T12:51:31.898Z] --- PASS: TestAllocateRandomDeallocate (0.96s) [2021-06-17T12:51:31.898Z] === RUN TestAllocateRandomDeallocateSerialize [2021-06-17T12:51:31.898Z] === RUN TestDriver [2021-06-17T12:51:31.898Z] --- PASS: TestDriver (0.00s) [2021-06-17T12:51:31.898Z] PASS [2021-06-17T12:51:31.898Z] coverage: 34.8% of statements [2021-06-17T12:51:31.898Z] ok github.com/docker/docker/libnetwork/drivers/null 0.095s coverage: 34.8% of statements [2021-06-17T12:51:32.351Z] === RUN TestNetworkAllocateFree [2021-06-17T12:51:32.351Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-06-17T12:51:32.351Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-06-17T12:51:32.351Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-06-17T12:51:32.351Z] PASS [2021-06-17T12:51:32.351Z] coverage: 63.6% of statements [2021-06-17T12:51:32.351Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.042s coverage: 63.6% of statements [2021-06-17T12:51:32.402Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-06-17T12:51:32.402Z] --- PASS: TestRenameStoppedContainer (1.19s) [2021-06-17T12:51:32.402Z] === RUN TestRenameRunningContainerAndReuse [2021-06-17T12:51:32.804Z] === RUN TestGetEmptyCapabilities [2021-06-17T12:51:32.804Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-06-17T12:51:32.804Z] === RUN TestGetExtraCapabilities [2021-06-17T12:51:32.804Z] --- PASS: TestGetExtraCapabilities (0.01s) [2021-06-17T12:51:32.804Z] === RUN TestGetInvalidCapabilities [2021-06-17T12:51:32.804Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-06-17T12:51:32.804Z] === RUN TestRemoteDriver [2021-06-17T12:51:32.804Z] --- PASS: TestRemoteDriver (0.01s) [2021-06-17T12:51:32.804Z] === RUN TestDriverError [2021-06-17T12:51:32.804Z] --- PASS: TestDriverError (0.00s) [2021-06-17T12:51:32.804Z] === RUN TestMissingValues [2021-06-17T12:51:32.804Z] --- PASS: TestMissingValues (0.01s) [2021-06-17T12:51:32.804Z] === RUN TestRollback [2021-06-17T12:51:32.804Z] --- PASS: TestRollback (0.00s) [2021-06-17T12:51:32.804Z] PASS [2021-06-17T12:51:32.804Z] coverage: 57.4% of statements [2021-06-17T12:51:32.804Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.088s coverage: 57.4% of statements [2021-06-17T12:51:32.804Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.13s) [2021-06-17T12:51:32.804Z] === RUN TestRetrieveFromStore [2021-06-17T12:51:32.959Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-06-17T12:51:33.256Z] === RUN TestNAT [2021-06-17T12:51:33.257Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-06-17T12:51:33.257Z] --- SKIP: TestNAT (0.00s) [2021-06-17T12:51:33.257Z] === RUN TestTransparent [2021-06-17T12:51:33.257Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-06-17T12:51:33.257Z] --- SKIP: TestTransparent (0.00s) [2021-06-17T12:51:33.257Z] PASS [2021-06-17T12:51:33.257Z] coverage: 0.0% of statements [2021-06-17T12:51:33.257Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.050s coverage: 0.0% of statements [2021-06-17T12:51:33.257Z] --- PASS: TestRetrieveFromStore (0.43s) [2021-06-17T12:51:33.257Z] === RUN TestIsCorrupted [2021-06-17T12:51:33.530Z] --- PASS: TestDockerNetworkMacvlan (15.72s) [2021-06-17T12:51:33.530Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-06-17T12:51:33.530Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2021-06-17T12:51:33.530Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.82s) [2021-06-17T12:51:33.530Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.90s) [2021-06-17T12:51:33.530Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.40s) [2021-06-17T12:51:33.530Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.39s) [2021-06-17T12:51:33.530Z] PASS [2021-06-17T12:51:33.530Z] [2021-06-17T12:51:33.530Z] DONE 8 tests in 18.722s [2021-06-17T12:51:33.530Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-17T12:51:33.530Z] ++ 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-06-17T12:51:33.530Z] ++ set -e [2021-06-17T12:51:33.530Z] ++ '[' -n 0 ']' [2021-06-17T12:51:33.530Z] ++ set -x [2021-06-17T12:51:33.530Z] ++ 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-06-17T12:51:33.530Z] testing: warning: no tests to run [2021-06-17T12:51:33.530Z] PASS [2021-06-17T12:51:33.530Z] [2021-06-17T12:51:33.530Z] DONE 0 tests in 0.032s [2021-06-17T12:51:33.530Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-17T12:51:33.530Z] ++ 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-06-17T12:51:33.530Z] ++ set -e [2021-06-17T12:51:33.530Z] ++ '[' -n 0 ']' [2021-06-17T12:51:33.530Z] ++ set -x [2021-06-17T12:51:33.530Z] ++ 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-06-17T12:51:33.708Z] --- PASS: TestIsCorrupted (0.06s) [2021-06-17T12:51:33.708Z] === RUN TestSetRollover [2021-06-17T12:51:33.708Z] === RUN TestBuildDefault [2021-06-17T12:51:33.708Z] --- PASS: TestBuildDefault (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestBuildHostnameDomainname [2021-06-17T12:51:33.708Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestBuildHostname [2021-06-17T12:51:33.708Z] --- PASS: TestBuildHostname (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestBuildHostnameFQDN [2021-06-17T12:51:33.708Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestBuildNoIP [2021-06-17T12:51:33.708Z] --- PASS: TestBuildNoIP (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestUpdate [2021-06-17T12:51:33.708Z] --- PASS: TestUpdate (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-06-17T12:51:33.708Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-06-17T12:51:33.708Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestAddEmpty [2021-06-17T12:51:33.708Z] --- PASS: TestAddEmpty (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestAdd [2021-06-17T12:51:33.708Z] --- PASS: TestAdd (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestDeleteEmpty [2021-06-17T12:51:33.708Z] --- PASS: TestDeleteEmpty (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestDeleteNewline [2021-06-17T12:51:33.708Z] --- PASS: TestDeleteNewline (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestDelete [2021-06-17T12:51:33.708Z] --- PASS: TestDelete (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestConcurrentWrites [2021-06-17T12:51:33.708Z] --- PASS: TestConcurrentWrites (0.15s) [2021-06-17T12:51:33.708Z] PASS [2021-06-17T12:51:33.708Z] coverage: 81.2% of statements [2021-06-17T12:51:33.708Z] ok github.com/docker/docker/libnetwork/etchosts 0.204s coverage: 81.2% of statements [2021-06-17T12:51:33.708Z] === RUN TestNew [2021-06-17T12:51:33.708Z] --- PASS: TestNew (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestAddDriver [2021-06-17T12:51:33.708Z] --- PASS: TestAddDriver (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestAddDuplicateDriver [2021-06-17T12:51:33.708Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestIPAMDefaultAddressSpaces [2021-06-17T12:51:33.708Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestDriver [2021-06-17T12:51:33.708Z] --- PASS: TestDriver (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestIPAM [2021-06-17T12:51:33.708Z] --- PASS: TestIPAM (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestWalkIPAMs [2021-06-17T12:51:33.708Z] --- PASS: TestWalkIPAMs (0.00s) [2021-06-17T12:51:33.708Z] === RUN TestWalkDrivers [2021-06-17T12:51:33.708Z] --- PASS: TestWalkDrivers (0.00s) [2021-06-17T12:51:33.708Z] PASS [2021-06-17T12:51:33.708Z] coverage: 82.4% of statements [2021-06-17T12:51:33.708Z] ok github.com/docker/docker/libnetwork/drvregistry 0.068s coverage: 82.4% of statements [2021-06-17T12:51:33.790Z] INFO: Testing against a local daemon [2021-06-17T12:51:33.790Z] === RUN TestAuthZPluginAllowRequest [2021-06-17T12:51:34.160Z] === RUN TestDiff [2021-06-17T12:51:34.160Z] --- PASS: TestDiff (0.00s) [2021-06-17T12:51:34.160Z] === RUN TestAddedCallback [2021-06-17T12:51:34.160Z] --- PASS: TestAddedCallback (0.00s) [2021-06-17T12:51:34.160Z] === RUN TestRemovedCallback [2021-06-17T12:51:34.160Z] --- PASS: TestRemovedCallback (0.00s) [2021-06-17T12:51:34.160Z] === RUN TestNoCallback [2021-06-17T12:51:34.160Z] --- PASS: TestNoCallback (0.00s) [2021-06-17T12:51:34.160Z] PASS [2021-06-17T12:51:34.160Z] coverage: 48.1% of statements [2021-06-17T12:51:34.160Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.045s coverage: 48.1% of statements [2021-06-17T12:51:34.315Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-06-17T12:51:34.612Z] === RUN TestNew [2021-06-17T12:51:34.612Z] --- PASS: TestNew (0.00s) [2021-06-17T12:51:34.612Z] === RUN TestAllocate [2021-06-17T12:51:34.612Z] --- PASS: TestAllocate (0.00s) [2021-06-17T12:51:34.612Z] === RUN TestUninitialized [2021-06-17T12:51:34.612Z] --- PASS: TestUninitialized (0.00s) [2021-06-17T12:51:34.612Z] === RUN TestAllocateInRange [2021-06-17T12:51:34.612Z] --- PASS: TestAllocateInRange (0.00s) [2021-06-17T12:51:34.612Z] === RUN TestAllocateSerial [2021-06-17T12:51:34.612Z] --- PASS: TestAllocateSerial (0.00s) [2021-06-17T12:51:34.612Z] PASS [2021-06-17T12:51:34.612Z] coverage: 87.5% of statements [2021-06-17T12:51:34.612Z] ok github.com/docker/docker/libnetwork/idm 0.039s coverage: 87.5% of statements [2021-06-17T12:51:34.612Z] --- PASS: TestSetRollover (1.31s) [2021-06-17T12:51:34.612Z] === RUN TestSetRolloverSerial [2021-06-17T12:51:34.887Z] --- PASS: TestRenameRunningContainerAndReuse (2.48s) [2021-06-17T12:51:34.887Z] === RUN TestRenameInvalidName [2021-06-17T12:51:35.064Z] === RUN TestCaller [2021-06-17T12:51:35.064Z] --- PASS: TestCaller (0.00s) [2021-06-17T12:51:35.064Z] PASS [2021-06-17T12:51:35.064Z] coverage: 100.0% of statements [2021-06-17T12:51:35.064Z] ok github.com/docker/docker/libnetwork/internal/caller 0.038s coverage: 100.0% of statements [2021-06-17T12:51:35.078Z] --- PASS: TestCreateServiceSysctls (3.48s) [2021-06-17T12:51:35.078Z] === RUN TestCreateServiceCapabilities [2021-06-17T12:51:35.515Z] === RUN TestSetSerialInsertDelete [2021-06-17T12:51:35.515Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-06-17T12:51:35.515Z] === RUN TestSetParallelInsertDelete [2021-06-17T12:51:35.701Z] --- PASS: TestAuthZPluginAllowRequest (1.59s) [2021-06-17T12:51:35.701Z] === RUN TestAuthZPluginTLS [2021-06-17T12:51:35.829Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-06-17T12:51:35.829Z] --- PASS: TestRenameInvalidName (1.18s) [2021-06-17T12:51:35.829Z] === RUN TestRenameAnonymousContainer [2021-06-17T12:51:35.962Z] --- PASS: TestAuthZPluginTLS (0.58s) [2021-06-17T12:51:35.962Z] === RUN TestAuthZPluginDenyRequest [2021-06-17T12:51:35.967Z] === RUN TestPoolRequest [2021-06-17T12:51:35.967Z] --- PASS: TestPoolRequest (0.00s) [2021-06-17T12:51:35.967Z] === RUN TestOtherRequests [2021-06-17T12:51:35.967Z] --- PASS: TestOtherRequests (0.00s) [2021-06-17T12:51:35.967Z] PASS [2021-06-17T12:51:35.967Z] coverage: 57.1% of statements [2021-06-17T12:51:35.967Z] ok github.com/docker/docker/libnetwork/ipams/null 0.040s coverage: 57.1% of statements [2021-06-17T12:51:35.967Z] === RUN TestInt2IP2IntConversion [2021-06-17T12:51:36.533Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2021-06-17T12:51:36.533Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-17T12:51:36.920Z] --- PASS: TestInt2IP2IntConversion (0.57s) [2021-06-17T12:51:36.920Z] === RUN TestGetAddressVersion [2021-06-17T12:51:36.921Z] --- PASS: TestGetAddressVersion (0.00s) [2021-06-17T12:51:36.921Z] === RUN TestKeyString [2021-06-17T12:51:36.921Z] --- PASS: TestKeyString (0.00s) [2021-06-17T12:51:36.921Z] === RUN TestPoolDataMarshal [2021-06-17T12:51:36.921Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-06-17T12:51:36.921Z] === RUN TestSubnetsMarshal [2021-06-17T12:51:36.921Z] --- PASS: TestSubnetsMarshal (0.04s) [2021-06-17T12:51:36.921Z] === RUN TestAddSubnets [2021-06-17T12:51:36.921Z] --- PASS: TestAddSubnets (0.04s) [2021-06-17T12:51:36.921Z] === RUN TestDoublePoolRelease [2021-06-17T12:51:36.921Z] --- PASS: TestDoublePoolRelease (0.03s) [2021-06-17T12:51:36.921Z] === RUN TestAddReleasePoolID [2021-06-17T12:51:36.921Z] --- PASS: TestAddReleasePoolID (0.08s) [2021-06-17T12:51:36.921Z] === RUN TestPredefinedPool [2021-06-17T12:51:36.921Z] --- PASS: TestPredefinedPool (0.02s) [2021-06-17T12:51:36.921Z] === RUN TestRemoveSubnet [2021-06-17T12:51:36.921Z] --- PASS: TestRemoveSubnet (0.16s) [2021-06-17T12:51:36.921Z] === RUN TestGetSameAddress [2021-06-17T12:51:36.921Z] --- PASS: TestGetSameAddress (0.02s) [2021-06-17T12:51:36.921Z] === RUN TestPoolAllocationReuse [2021-06-17T12:51:36.921Z] --- PASS: TestSetRolloverSerial (2.31s) [2021-06-17T12:51:36.921Z] === RUN TestGetFirstAvailableFromCurrent [2021-06-17T12:51:36.921Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-06-17T12:51:36.921Z] PASS [2021-06-17T12:51:36.921Z] coverage: 84.4% of statements [2021-06-17T12:51:36.921Z] ok github.com/docker/docker/libnetwork/bitseq 11.448s coverage: 84.4% of statements [2021-06-17T12:51:37.103Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2021-06-17T12:51:37.103Z] === RUN TestAuthZPluginDenyResponse [2021-06-17T12:51:37.216Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-06-17T12:51:37.216Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-06-17T12:51:37.372Z] === RUN TestGetCapabilities [2021-06-17T12:51:37.372Z] --- PASS: TestGetCapabilities (0.01s) [2021-06-17T12:51:37.372Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-06-17T12:51:37.372Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-06-17T12:51:37.372Z] === RUN TestGetDefaultAddressSpaces [2021-06-17T12:51:37.372Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2021-06-17T12:51:37.372Z] === RUN TestRemoteDriver [2021-06-17T12:51:37.372Z] --- PASS: TestRemoteDriver (0.00s) [2021-06-17T12:51:37.372Z] PASS [2021-06-17T12:51:37.372Z] coverage: 47.4% of statements [2021-06-17T12:51:37.372Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.064s coverage: 47.4% of statements [2021-06-17T12:51:37.594Z] --- PASS: TestCreateServiceCapabilities (2.68s) [2021-06-17T12:51:37.594Z] === RUN TestInspect [2021-06-17T12:51:37.674Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2021-06-17T12:51:37.674Z] === RUN TestAuthZPluginAllowEventStream [2021-06-17T12:51:38.325Z] === RUN TestWindowsIPAM [2021-06-17T12:51:38.325Z] --- PASS: TestWindowsIPAM (0.00s) [2021-06-17T12:51:38.325Z] PASS [2021-06-17T12:51:38.325Z] coverage: 71.4% of statements [2021-06-17T12:51:38.325Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.040s coverage: 71.4% of statements [2021-06-17T12:51:38.601Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-06-17T12:51:38.777Z] === RUN TestDefaultNetwork [2021-06-17T12:51:39.059Z] --- PASS: TestAuthZPluginAllowEventStream (1.60s) [2021-06-17T12:51:39.228Z] --- PASS: TestDefaultNetwork (0.29s) [2021-06-17T12:51:39.228Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-06-17T12:51:39.228Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.27s) [2021-06-17T12:51:39.228Z] === RUN TestInitAddressPools [2021-06-17T12:51:39.228Z] --- PASS: TestInitAddressPools (0.00s) [2021-06-17T12:51:39.228Z] PASS [2021-06-17T12:51:39.228Z] coverage: 74.0% of statements [2021-06-17T12:51:39.228Z] ok github.com/docker/docker/libnetwork/ipamutils 0.619s coverage: 74.0% of statements [2021-06-17T12:51:39.319Z] === RUN TestAuthZPluginErrorResponse [2021-06-17T12:51:39.891Z] --- PASS: TestAuthZPluginErrorResponse (0.57s) [2021-06-17T12:51:39.891Z] === RUN TestAuthZPluginErrorRequest [2021-06-17T12:51:39.987Z] --- PASS: TestRenameAnonymousContainer (4.13s) [2021-06-17T12:51:39.987Z] === RUN TestRenameContainerWithSameName [2021-06-17T12:51:40.110Z] --- PASS: TestInspect (3.08s) [2021-06-17T12:51:40.110Z] === RUN TestCreateJob [2021-06-17T12:51:40.181Z] === RUN TestKeyValue [2021-06-17T12:51:40.181Z] --- PASS: TestKeyValue (0.00s) [2021-06-17T12:51:40.181Z] PASS [2021-06-17T12:51:40.181Z] coverage: 60.0% of statements [2021-06-17T12:51:40.181Z] ok github.com/docker/docker/libnetwork/netlabel 0.039s coverage: 60.0% of statements [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/client/mflag/example [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/cmd/dnet [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-06-17T12:51:40.181Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-06-17T12:51:40.462Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2021-06-17T12:51:40.462Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-17T12:51:40.633Z] === RUN TestGenerate [2021-06-17T12:51:40.633Z] --- PASS: TestGenerate (0.00s) [2021-06-17T12:51:40.633Z] === RUN TestGeneratePtr [2021-06-17T12:51:40.633Z] --- PASS: TestGeneratePtr (0.00s) [2021-06-17T12:51:40.633Z] === RUN TestGenerateMissingField [2021-06-17T12:51:40.633Z] --- PASS: TestGenerateMissingField (0.00s) [2021-06-17T12:51:40.633Z] === RUN TestFieldCannotBeSet [2021-06-17T12:51:40.633Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-06-17T12:51:40.633Z] === RUN TestTypeMismatchError [2021-06-17T12:51:40.633Z] --- PASS: TestTypeMismatchError (0.00s) [2021-06-17T12:51:40.633Z] PASS [2021-06-17T12:51:40.633Z] coverage: 100.0% of statements [2021-06-17T12:51:40.633Z] --- PASS: TestPoolAllocationReuse (3.56s) [2021-06-17T12:51:40.633Z] === RUN TestGetAddressSubPoolEqualPool [2021-06-17T12:51:40.633Z] ok github.com/docker/docker/libnetwork/options 0.040s coverage: 100.0% of statements [2021-06-17T12:51:40.633Z] --- PASS: TestGetAddressSubPoolEqualPool (0.04s) [2021-06-17T12:51:40.633Z] === RUN TestRequestReleaseAddressFromSubPool [2021-06-17T12:51:41.034Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2021-06-17T12:51:41.034Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-17T12:51:41.373Z] --- PASS: TestRenameContainerWithSameName (1.08s) [2021-06-17T12:51:41.373Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-17T12:51:41.946Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-06-17T12:51:42.147Z] === RUN TestNetworkDBSimple [2021-06-17T12:51:42.147Z] testing: warning: no tests to run [2021-06-17T12:51:42.147Z] PASS [2021-06-17T12:51:42.147Z] coverage: 0.0% of statements [2021-06-17T12:51:42.147Z] ok github.com/docker/docker/libnetwork/osl 0.037s coverage: 0.0% of statements [no tests to run] [2021-06-17T12:51:42.946Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.97s) [2021-06-17T12:51:42.946Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-17T12:51:43.100Z] === RUN TestRequestNewPort [2021-06-17T12:51:43.100Z] --- PASS: TestRequestNewPort (0.00s) [2021-06-17T12:51:43.100Z] === RUN TestRequestSpecificPort [2021-06-17T12:51:43.100Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-06-17T12:51:43.100Z] === RUN TestReleasePort [2021-06-17T12:51:43.100Z] --- PASS: TestReleasePort (0.00s) [2021-06-17T12:51:43.100Z] === RUN TestReuseReleasedPort [2021-06-17T12:51:43.100Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-06-17T12:51:43.100Z] === RUN TestReleaseUnreadledPort [2021-06-17T12:51:43.100Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-06-17T12:51:43.100Z] === RUN TestUnknowProtocol [2021-06-17T12:51:43.100Z] --- PASS: TestUnknowProtocol (0.00s) [2021-06-17T12:51:43.100Z] === RUN TestAllocateAllPorts [2021-06-17T12:51:43.100Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-06-17T12:51:43.100Z] === RUN TestPortAllocation [2021-06-17T12:51:43.100Z] --- PASS: TestPortAllocation (0.00s) [2021-06-17T12:51:43.100Z] === RUN TestPortAllocationWithCustomRange [2021-06-17T12:51:43.100Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-06-17T12:51:43.100Z] === RUN TestNoDuplicateBPR [2021-06-17T12:51:43.100Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-06-17T12:51:43.100Z] === RUN TestChangePortRange [2021-06-17T12:51:43.100Z] portallocator_test.go:345: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-06-17T12:51:43.100Z] portallocator_test.go:345: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-06-17T12:51:43.100Z] portallocator_test.go:345: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-06-17T12:51:43.100Z] portallocator_test.go:345: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-06-17T12:51:43.100Z] portallocator_test.go:345: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-06-17T12:51:43.100Z] portallocator_test.go:345: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-06-17T12:51:43.100Z] --- PASS: TestChangePortRange (0.00s) [2021-06-17T12:51:43.100Z] PASS [2021-06-17T12:51:43.100Z] coverage: 88.6% of statements [2021-06-17T12:51:43.100Z] ok github.com/docker/docker/libnetwork/portallocator 0.043s coverage: 88.6% of statements [2021-06-17T12:51:43.100Z] 2021/06/17 12:51:42 Closing DB instances... [2021-06-17T12:51:43.333Z] --- PASS: TestRenameContainerWithLinkedContainer (2.33s) [2021-06-17T12:51:43.333Z] === RUN TestResize [2021-06-17T12:51:43.552Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.89s) [2021-06-17T12:51:43.552Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-06-17T12:51:44.004Z] testing: warning: no tests to run [2021-06-17T12:51:44.004Z] PASS [2021-06-17T12:51:44.004Z] coverage: 0.0% of statements [2021-06-17T12:51:44.004Z] ok github.com/docker/docker/libnetwork/portmapper 0.036s coverage: 0.0% of statements [no tests to run] [2021-06-17T12:51:44.277Z] --- PASS: TestCreateJob (3.66s) [2021-06-17T12:51:44.277Z] === RUN TestReplicatedJob [2021-06-17T12:51:44.455Z] --- PASS: TestNetworkDBSimple (2.03s) [2021-06-17T12:51:44.455Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-06-17T12:51:44.455Z] === RUN TestTransportPortConv [2021-06-17T12:51:44.455Z] --- PASS: TestTransportPortConv (0.00s) [2021-06-17T12:51:44.455Z] === RUN TestTransportPortBindingConv [2021-06-17T12:51:44.455Z] --- PASS: TestTransportPortBindingConv (0.00s) [2021-06-17T12:51:44.455Z] === RUN TestErrorConstructors [2021-06-17T12:51:44.455Z] --- PASS: TestErrorConstructors (0.00s) [2021-06-17T12:51:44.455Z] === RUN TestCompareIPMask [2021-06-17T12:51:44.455Z] --- PASS: TestCompareIPMask (0.00s) [2021-06-17T12:51:44.455Z] === RUN TestUtilGetHostPartIP [2021-06-17T12:51:44.455Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-06-17T12:51:44.455Z] === RUN TestUtilGetBroadcastIP [2021-06-17T12:51:44.455Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-06-17T12:51:44.455Z] === RUN TestParseCIDR [2021-06-17T12:51:44.455Z] --- PASS: TestParseCIDR (0.00s) [2021-06-17T12:51:44.455Z] PASS [2021-06-17T12:51:44.455Z] coverage: 47.9% of statements [2021-06-17T12:51:44.455Z] ok github.com/docker/docker/libnetwork/types 0.041s coverage: 47.9% of statements [2021-06-17T12:51:44.715Z] --- PASS: TestResize (1.23s) [2021-06-17T12:51:44.715Z] === RUN TestResizeWithInvalidSize [2021-06-17T12:51:44.715Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-06-17T12:51:44.857Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.95s) [2021-06-17T12:51:44.857Z] === RUN TestAuthZPluginHeader [2021-06-17T12:51:45.409Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.59s) [2021-06-17T12:51:45.409Z] === RUN TestGetAddress [2021-06-17T12:51:45.409Z] --- PASS: TestSetParallelInsertDelete (10.01s) [2021-06-17T12:51:45.409Z] PASS [2021-06-17T12:51:45.409Z] coverage: 100.0% of statements [2021-06-17T12:51:45.409Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.068s coverage: 100.0% of statements [2021-06-17T12:51:45.409Z] 2021/06/17 12:51:45 Closing DB instances... [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-06-17T12:51:45.409Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-06-17T12:51:45.409Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-06-17T12:51:45.410Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-06-17T12:51:45.410Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-06-17T12:51:45.410Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-06-17T12:51:45.410Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-06-17T12:51:45.410Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-06-17T12:51:45.410Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-06-17T12:51:45.410Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-06-17T12:51:45.410Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-06-17T12:51:45.410Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-06-17T12:51:45.410Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-06-17T12:51:45.410Z] PASS [2021-06-17T12:51:45.410Z] coverage: 44.0% of statements [2021-06-17T12:51:45.410Z] ok github.com/docker/docker/oci 0.045s coverage: 44.0% of statements [2021-06-17T12:51:45.798Z] --- PASS: TestAuthZPluginHeader (0.82s) [2021-06-17T12:51:45.798Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-17T12:51:45.798Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-17T12:51:45.798Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-06-17T12:51:45.798Z] === RUN TestAuthZPluginV2Disable [2021-06-17T12:51:45.798Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-17T12:51:45.798Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-06-17T12:51:45.798Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-17T12:51:45.798Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-17T12:51:45.798Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-06-17T12:51:45.798Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-17T12:51:45.798Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-17T12:51:45.798Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-06-17T12:51:45.798Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-17T12:51:46.099Z] --- PASS: TestResizeWithInvalidSize (1.13s) [2021-06-17T12:51:46.099Z] === RUN TestResizeWhenContainerNotStarted [2021-06-17T12:51:46.363Z] === RUN TestParseVersion [2021-06-17T12:51:46.363Z] --- PASS: TestParseVersion (0.00s) [2021-06-17T12:51:46.363Z] PASS [2021-06-17T12:51:46.363Z] coverage: 52.9% of statements [2021-06-17T12:51:46.363Z] ok github.com/docker/docker/pkg/aaparser 0.037s coverage: 52.9% of statements [2021-06-17T12:51:46.815Z] === RUN TestAddressPoolOpt [2021-06-17T12:51:46.815Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/a [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/something [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/_=a [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/env1=value1 [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/_env1=value1 [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/env2=value2=value3 [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/env3=abc!qwe [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/env_4=value_4 [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/PATH [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/=a [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/PATH= [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/PATH=something [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/asd!qwe [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/1asd [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/123 [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/some_space [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/__some_space_before [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/some_space_after__ [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/= [2021-06-17T12:51:46.815Z] === RUN TestValidateEnv/PaTh [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/a (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/something (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/= (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestParseHost [2021-06-17T12:51:46.815Z] --- PASS: TestParseHost (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestParseDockerDaemonHost [2021-06-17T12:51:46.815Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestParseTCP [2021-06-17T12:51:46.815Z] --- PASS: TestParseTCP (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestParseInvalidUnixAddrInvalid [2021-06-17T12:51:46.815Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestValidateExtraHosts [2021-06-17T12:51:46.815Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestIpOptString [2021-06-17T12:51:46.815Z] --- PASS: TestIpOptString (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestNewIpOptInvalidDefaultVal [2021-06-17T12:51:46.815Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestNewIpOptValidDefaultVal [2021-06-17T12:51:46.815Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestIpOptSetInvalidVal [2021-06-17T12:51:46.815Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestValidateIPAddress [2021-06-17T12:51:46.815Z] --- PASS: TestValidateIPAddress (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestMapOpts [2021-06-17T12:51:46.815Z] --- PASS: TestMapOpts (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestListOptsWithoutValidator [2021-06-17T12:51:46.815Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestListOptsWithValidator [2021-06-17T12:51:46.815Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestValidateDNSSearch [2021-06-17T12:51:46.815Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestValidateLabel [2021-06-17T12:51:46.815Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-06-17T12:51:46.815Z] === RUN TestValidateLabel/label_with_general_format [2021-06-17T12:51:46.815Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-06-17T12:51:46.815Z] === RUN TestValidateLabel/label_with_one_more [2021-06-17T12:51:46.815Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-06-17T12:51:46.815Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-06-17T12:51:46.815Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-06-17T12:51:46.815Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-06-17T12:51:46.815Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-06-17T12:51:46.815Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-06-17T12:51:46.815Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-06-17T12:51:46.815Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-06-17T12:51:46.815Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-06-17T12:51:46.815Z] --- PASS: TestValidateLabel (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-06-17T12:51:46.815Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestNamedListOpts [2021-06-17T12:51:46.815Z] --- PASS: TestNamedListOpts (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestNamedMapOpts [2021-06-17T12:51:46.815Z] --- PASS: TestNamedMapOpts (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestParseLink [2021-06-17T12:51:46.815Z] --- PASS: TestParseLink (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestQuotedStringSetWithQuotes [2021-06-17T12:51:46.815Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-06-17T12:51:46.815Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestQuotedStringSetWithNoQuotes [2021-06-17T12:51:46.815Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-06-17T12:51:46.815Z] === RUN TestUlimitOpt [2021-06-17T12:51:46.815Z] --- PASS: TestUlimitOpt (0.00s) [2021-06-17T12:51:46.815Z] PASS [2021-06-17T12:51:46.815Z] coverage: 67.1% of statements [2021-06-17T12:51:46.815Z] ok github.com/docker/docker/opts 0.065s coverage: 67.1% of statements [2021-06-17T12:51:47.041Z] --- PASS: TestResizeWhenContainerNotStarted (1.21s) [2021-06-17T12:51:47.041Z] === RUN TestDaemonRestartKillContainers [2021-06-17T12:51:47.041Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-17T12:51:47.041Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-17T12:51:47.041Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-17T12:51:47.041Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-17T12:51:47.041Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-17T12:51:47.041Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-17T12:51:47.041Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-17T12:51:47.041Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-17T12:51:47.041Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-17T12:51:47.041Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-17T12:51:47.041Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-17T12:51:47.041Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-17T12:51:47.041Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-17T12:51:47.041Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-17T12:51:47.041Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-17T12:51:47.041Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-17T12:51:47.041Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:51:47.041Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:51:47.041Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:51:47.041Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:51:47.041Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:51:47.041Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:51:47.041Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:51:47.041Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:51:47.041Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-17T12:51:47.041Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-17T12:51:47.267Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.81s) [2021-06-17T12:51:47.268Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-06-17T12:51:48.221Z] 2021/06/17 12:51:47 Closing DB instances... [2021-06-17T12:51:48.673Z] === RUN TestIsArchivePathDir [2021-06-17T12:51:48.673Z] --- PASS: TestIsArchivePathDir (0.07s) [2021-06-17T12:51:48.673Z] === RUN TestIsArchivePathInvalidFile [2021-06-17T12:51:48.673Z] --- PASS: TestIsArchivePathInvalidFile (0.14s) [2021-06-17T12:51:48.673Z] === RUN TestIsArchivePathTar [2021-06-17T12:51:48.673Z] === RUN TestPeerCertificateMarshalJSON [2021-06-17T12:51:48.953Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-06-17T12:51:49.124Z] --- PASS: TestIsArchivePathTar (0.16s) [2021-06-17T12:51:49.124Z] === RUN TestDecompressStreamGzip [2021-06-17T12:51:49.124Z] --- PASS: TestDecompressStreamGzip (0.12s) [2021-06-17T12:51:49.124Z] === RUN TestDecompressStreamBzip2 [2021-06-17T12:51:49.124Z] --- PASS: TestDecompressStreamBzip2 (0.12s) [2021-06-17T12:51:49.124Z] === RUN TestDecompressStreamXz [2021-06-17T12:51:49.124Z] archive_test.go:134: Xz not present in msys2 [2021-06-17T12:51:49.124Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-06-17T12:51:49.124Z] === RUN TestCompressStreamXzUnsupported [2021-06-17T12:51:49.124Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-06-17T12:51:49.124Z] === RUN TestCompressStreamBzip2Unsupported [2021-06-17T12:51:49.124Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-06-17T12:51:49.124Z] === RUN TestCompressStreamInvalid [2021-06-17T12:51:49.124Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-06-17T12:51:49.124Z] === RUN TestExtensionInvalid [2021-06-17T12:51:49.125Z] --- PASS: TestExtensionInvalid (0.00s) [2021-06-17T12:51:49.125Z] === RUN TestExtensionUncompressed [2021-06-17T12:51:49.125Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-06-17T12:51:49.125Z] === RUN TestExtensionBzip2 [2021-06-17T12:51:49.125Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-06-17T12:51:49.125Z] === RUN TestExtensionGzip [2021-06-17T12:51:49.125Z] --- PASS: TestExtensionGzip (0.00s) [2021-06-17T12:51:49.125Z] === RUN TestExtensionXz [2021-06-17T12:51:49.125Z] --- PASS: TestExtensionXz (0.00s) [2021-06-17T12:51:49.125Z] === RUN TestCmdStreamLargeStderr [2021-06-17T12:51:49.125Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2021-06-17T12:51:49.125Z] === RUN TestCmdStreamBad [2021-06-17T12:51:49.125Z] archive_test.go:239: Failing on Windows CI machines [2021-06-17T12:51:49.125Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-06-17T12:51:49.125Z] === RUN TestCmdStreamGood [2021-06-17T12:51:49.125Z] --- PASS: TestCmdStreamGood (0.04s) [2021-06-17T12:51:49.125Z] === RUN TestUntarPathWithInvalidDest [2021-06-17T12:51:49.125Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2021-06-17T12:51:49.125Z] === RUN TestUntarPathWithInvalidSrc [2021-06-17T12:51:49.125Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-06-17T12:51:49.125Z] === RUN TestUntarPath [2021-06-17T12:51:49.125Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-06-17T12:51:49.125Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-06-17T12:51:49.125Z] --- PASS: TestPeerCertificateMarshalJSON (0.55s) [2021-06-17T12:51:49.125Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-06-17T12:51:49.125Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-06-17T12:51:49.125Z] === RUN TestMiddleware [2021-06-17T12:51:49.125Z] --- PASS: TestMiddleware (0.00s) [2021-06-17T12:51:49.125Z] === RUN TestNewResponseModifier [2021-06-17T12:51:49.125Z] --- PASS: TestNewResponseModifier (0.00s) [2021-06-17T12:51:49.125Z] PASS [2021-06-17T12:51:49.125Z] coverage: 26.8% of statements [2021-06-17T12:51:49.125Z] ok github.com/docker/docker/pkg/authorization 0.603s coverage: 26.8% of statements [2021-06-17T12:51:49.523Z] --- PASS: TestReplicatedJob (5.53s) [2021-06-17T12:51:49.523Z] === RUN TestUpdateReplicatedJob [2021-06-17T12:51:49.576Z] --- PASS: TestUntarPath (0.06s) [2021-06-17T12:51:49.576Z] === RUN TestUntarPathWithDestinationFile [2021-06-17T12:51:49.576Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2021-06-17T12:51:49.576Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-06-17T12:51:49.576Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-06-17T12:51:49.576Z] === RUN TestCopyWithTarInvalidSrc [2021-06-17T12:51:49.576Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-06-17T12:51:49.576Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-06-17T12:51:49.576Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-06-17T12:51:49.576Z] === RUN TestCopyWithTarSrcFile [2021-06-17T12:51:49.576Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-06-17T12:51:49.576Z] === RUN TestCopyWithTarSrcFolder [2021-06-17T12:51:49.576Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-06-17T12:51:49.576Z] === RUN TestCopyFileWithTarInvalidSrc [2021-06-17T12:51:49.576Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-06-17T12:51:49.576Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-06-17T12:51:49.576Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-06-17T12:51:49.576Z] === RUN TestCopyFileWithTarSrcFolder [2021-06-17T12:51:49.576Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-06-17T12:51:49.576Z] === RUN TestCopyFileWithTarSrcFile [2021-06-17T12:51:49.576Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-06-17T12:51:49.576Z] === RUN TestTarFiles [2021-06-17T12:51:49.576Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.65s) [2021-06-17T12:51:49.576Z] === RUN TestNetworkDBCRUDTableEntry [2021-06-17T12:51:50.029Z] === RUN TestUnbuffered [2021-06-17T12:51:50.029Z] --- PASS: TestUnbuffered (0.00s) [2021-06-17T12:51:50.029Z] === RUN TestRaceUnbuffered [2021-06-17T12:51:50.029Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-06-17T12:51:50.029Z] PASS [2021-06-17T12:51:50.029Z] coverage: 100.0% of statements [2021-06-17T12:51:50.029Z] ok github.com/docker/docker/pkg/broadcaster 0.055s coverage: 100.0% of statements [2021-06-17T12:51:50.482Z] === RUN TestMatch [2021-06-17T12:51:50.482Z] === RUN TestMatch/[[]] [2021-06-17T12:51:50.482Z] === RUN TestMatch/[[foo]] [2021-06-17T12:51:50.482Z] === RUN TestMatch/[[bar]_[foo]] [2021-06-17T12:51:50.482Z] === RUN TestMatch/[[foo_bar]] [2021-06-17T12:51:50.482Z] === RUN TestMatch/[[qux]_[foo]] [2021-06-17T12:51:50.482Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-06-17T12:51:50.482Z] === RUN TestMatch/[] [2021-06-17T12:51:50.482Z] === RUN TestMatch/[]#01 [2021-06-17T12:51:50.482Z] === RUN TestMatch/[[qux]] [2021-06-17T12:51:50.482Z] === RUN TestMatch/[[foo_bar_qux]] [2021-06-17T12:51:50.482Z] === RUN TestMatch/[[qux]_[baz]] [2021-06-17T12:51:50.482Z] === RUN TestMatch/[[foo_baz]] [2021-06-17T12:51:50.482Z] --- PASS: TestMatch (0.00s) [2021-06-17T12:51:50.482Z] --- PASS: TestMatch/[[]] (0.00s) [2021-06-17T12:51:50.482Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-06-17T12:51:50.482Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-06-17T12:51:50.482Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-06-17T12:51:50.482Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-06-17T12:51:50.482Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-06-17T12:51:50.482Z] --- PASS: TestMatch/[] (0.00s) [2021-06-17T12:51:50.482Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-06-17T12:51:50.482Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-06-17T12:51:50.482Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-06-17T12:51:50.482Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-06-17T12:51:50.482Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-06-17T12:51:50.482Z] PASS [2021-06-17T12:51:50.482Z] coverage: 87.5% of statements [2021-06-17T12:51:50.482Z] ok github.com/docker/docker/pkg/capabilities 0.046s coverage: 87.5% of statements [2021-06-17T12:51:50.865Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:51:50.865Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:51:51.436Z] === RUN TestChrootTarUntar [2021-06-17T12:51:51.437Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:51:51.437Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-06-17T12:51:51.437Z] === RUN TestChrootUntarWithHugeExcludesList [2021-06-17T12:51:51.437Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:51:51.437Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-17T12:51:51.437Z] === RUN TestChrootUntarEmptyArchive [2021-06-17T12:51:51.437Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-06-17T12:51:51.888Z] === RUN TestChrootTarUntarWithSymlink [2021-06-17T12:51:51.888Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-17T12:51:51.888Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-06-17T12:51:51.888Z] === RUN TestChrootCopyWithTar [2021-06-17T12:51:51.888Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-17T12:51:51.888Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-06-17T12:51:51.888Z] === RUN TestChrootCopyFileWithTar [2021-06-17T12:51:51.888Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:51:51.888Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-06-17T12:51:51.888Z] === RUN TestChrootUntarPath [2021-06-17T12:51:51.888Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-17T12:51:51.888Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-06-17T12:51:51.888Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-06-17T12:51:51.888Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:51:51.888Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-17T12:51:51.888Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-06-17T12:51:51.888Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:51:51.888Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-17T12:51:51.888Z] === RUN TestChrootApplyDotDotFile [2021-06-17T12:51:51.888Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:51:51.888Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-06-17T12:51:51.888Z] PASS [2021-06-17T12:51:51.888Z] coverage: 15.4% of statements [2021-06-17T12:51:51.888Z] ok github.com/docker/docker/pkg/chrootarchive 0.091s coverage: 15.4% of statements [2021-06-17T12:51:51.888Z] 2021/06/17 12:51:51 Closing DB instances... [2021-06-17T12:51:52.340Z] === RUN TestSizeEmpty [2021-06-17T12:51:52.340Z] --- PASS: TestSizeEmpty (0.00s) [2021-06-17T12:51:52.341Z] === RUN TestSizeEmptyFile [2021-06-17T12:51:52.341Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-06-17T12:51:52.341Z] === RUN TestSizeNonemptyFile [2021-06-17T12:51:52.341Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-06-17T12:51:52.341Z] === RUN TestSizeNestedDirectoryEmpty [2021-06-17T12:51:52.341Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-06-17T12:51:52.341Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-06-17T12:51:52.341Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-06-17T12:51:52.341Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-06-17T12:51:52.341Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-06-17T12:51:52.341Z] === RUN TestMoveToSubdir [2021-06-17T12:51:52.341Z] --- PASS: TestMoveToSubdir (0.00s) [2021-06-17T12:51:52.341Z] === RUN TestSizeNonExistingDirectory [2021-06-17T12:51:52.341Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-06-17T12:51:52.341Z] PASS [2021-06-17T12:51:52.341Z] coverage: 80.0% of statements [2021-06-17T12:51:52.341Z] ok github.com/docker/docker/pkg/directory 0.049s coverage: 80.0% of statements [2021-06-17T12:51:52.779Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-17T12:51:52.779Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-17T12:51:52.791Z] --- PASS: TestUpdateReplicatedJob (3.19s) [2021-06-17T12:51:52.791Z] === RUN TestServiceListWithStatuses [2021-06-17T12:51:52.791Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-17T12:51:52.791Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-17T12:51:52.791Z] === RUN TestDockerNetworkConnectAlias [2021-06-17T12:51:53.294Z] === RUN Test [2021-06-17T12:51:53.294Z] === RUN Test/TestContainsEntry [2021-06-17T12:51:53.294Z] === RUN Test/TestCreateEntries [2021-06-17T12:51:53.294Z] === RUN Test/TestEntriesDiff [2021-06-17T12:51:53.294Z] === RUN Test/TestEntriesEquality [2021-06-17T12:51:53.294Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-06-17T12:51:53.294Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-06-17T12:51:53.294Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-06-17T12:51:53.294Z] === RUN Test/TestGeneratorNotGenerate [2021-06-17T12:51:53.294Z] === RUN Test/TestGeneratorWithPort [2021-06-17T12:51:53.294Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-06-17T12:51:53.294Z] === RUN Test/TestNewEntry [2021-06-17T12:51:53.294Z] === RUN Test/TestParse [2021-06-17T12:51:53.294Z] --- PASS: Test (0.00s) [2021-06-17T12:51:53.294Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-06-17T12:51:53.294Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-06-17T12:51:53.294Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-06-17T12:51:53.294Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-06-17T12:51:53.294Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-06-17T12:51:53.294Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-06-17T12:51:53.294Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-06-17T12:51:53.294Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-06-17T12:51:53.294Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-06-17T12:51:53.294Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-06-17T12:51:53.294Z] --- PASS: Test/TestNewEntry (0.00s) [2021-06-17T12:51:53.294Z] --- PASS: Test/TestParse (0.00s) [2021-06-17T12:51:53.294Z] PASS [2021-06-17T12:51:53.294Z] coverage: 58.3% of statements [2021-06-17T12:51:53.294Z] ok github.com/docker/docker/pkg/discovery 0.045s coverage: 58.3% of statements [2021-06-17T12:51:53.745Z] --- PASS: TestNetworkDBCRUDTableEntry (3.84s) [2021-06-17T12:51:53.745Z] === RUN TestNetworkDBCRUDTableEntries [2021-06-17T12:51:53.745Z] --- PASS: TestTarFiles (4.10s) [2021-06-17T12:51:53.745Z] === RUN TestTarUntar [2021-06-17T12:51:53.745Z] --- PASS: TestTarUntar (0.03s) [2021-06-17T12:51:53.745Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-06-17T12:51:53.745Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-06-17T12:51:53.745Z] === RUN TestTarWithOptions [2021-06-17T12:51:53.745Z] --- PASS: TestTarWithOptions (0.03s) [2021-06-17T12:51:53.745Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-06-17T12:51:53.745Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-06-17T12:51:53.745Z] === RUN TestUntarUstarGnuConflict [2021-06-17T12:51:53.745Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-06-17T12:51:53.745Z] === RUN TestUntarInvalidFilenames [2021-06-17T12:51:53.745Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames287987482\\dest" [2021-06-17T12:51:53.745Z] --- PASS: TestUntarInvalidFilenames (0.16s) [2021-06-17T12:51:53.745Z] === RUN TestUntarHardlinkToSymlink [2021-06-17T12:51:53.745Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-06-17T12:51:53.745Z] === RUN TestUntarInvalidHardlink [2021-06-17T12:51:53.745Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink865479435\\victim\\hello" -> "../victim/hello" [2021-06-17T12:51:53.745Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink369491182\\victim\\hello" -> "/../victim/hello" [2021-06-17T12:51:53.745Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink726238069\\victim" -> "../victim" [2021-06-17T12:51:53.745Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink623945296\\victim" -> "../victim" [2021-06-17T12:51:53.745Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink134482799\\victim" -> "../victim" [2021-06-17T12:51:53.745Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink594409474\\victim" -> "../victim" [2021-06-17T12:51:53.745Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-06-17T12:51:53.745Z] === RUN TestUntarInvalidSymlink [2021-06-17T12:51:53.745Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink136971641\\dest\\dotdot" -> "../victim/hello" [2021-06-17T12:51:53.745Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink359700100\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-17T12:51:53.745Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink705426963\\dest\\loophole-victim" -> "../victim" [2021-06-17T12:51:53.745Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink720438358\\dest\\loophole-victim" -> "../victim" [2021-06-17T12:51:53.745Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink737939901\\dest\\loophole-victim" -> "../victim" [2021-06-17T12:51:53.745Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink939167736\\dest\\loophole-victim" -> "../victim" [2021-06-17T12:51:53.745Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink086707959\\dest\\dir\\loophole" -> "../../victim" [2021-06-17T12:51:53.745Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2021-06-17T12:51:53.745Z] === RUN TestTempArchiveCloseMultipleTimes [2021-06-17T12:51:53.745Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-06-17T12:51:53.745Z] === RUN TestXGlobalNoParent [2021-06-17T12:51:53.745Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-06-17T12:51:53.745Z] === RUN TestReplaceFileTarWrapper [2021-06-17T12:51:54.167Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-17T12:51:54.197Z] --- PASS: TestReplaceFileTarWrapper (0.16s) [2021-06-17T12:51:54.197Z] === RUN TestPrefixHeaderReadable [2021-06-17T12:51:54.197Z] --- PASS: TestPrefixHeaderReadable (0.03s) [2021-06-17T12:51:54.197Z] === RUN TestDisablePigz [2021-06-17T12:51:54.197Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-06-17T12:51:54.197Z] === RUN Test [2021-06-17T12:51:54.197Z] === RUN Test/TestContent [2021-06-17T12:51:54.197Z] === RUN Test/TestInitialize [2021-06-17T12:51:54.197Z] === RUN Test/TestNew [2021-06-17T12:51:54.197Z] === RUN Test/TestParsingContentsWithComments [2021-06-17T12:51:54.197Z] === RUN Test/TestRegister [2021-06-17T12:51:54.197Z] === RUN Test/TestWatch [2021-06-17T12:51:54.197Z] --- PASS: Test (0.01s) [2021-06-17T12:51:54.197Z] --- PASS: Test/TestContent (0.00s) [2021-06-17T12:51:54.197Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-17T12:51:54.197Z] --- PASS: Test/TestNew (0.00s) [2021-06-17T12:51:54.197Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-06-17T12:51:54.197Z] --- PASS: Test/TestRegister (0.00s) [2021-06-17T12:51:54.197Z] --- PASS: Test/TestWatch (0.00s) [2021-06-17T12:51:54.197Z] PASS [2021-06-17T12:51:54.197Z] coverage: 97.6% of statements [2021-06-17T12:51:54.197Z] ok github.com/docker/docker/pkg/discovery/file 0.044s coverage: 97.6% of statements [2021-06-17T12:51:54.197Z] --- PASS: TestDisablePigz (0.12s) [2021-06-17T12:51:54.197Z] === RUN TestPigz [2021-06-17T12:51:54.197Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-06-17T12:51:54.197Z] --- PASS: TestPigz (0.14s) [2021-06-17T12:51:54.197Z] === RUN TestCopyFileWithInvalidDest [2021-06-17T12:51:54.197Z] archive_windows_test.go:16: Currently fails [2021-06-17T12:51:54.197Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-06-17T12:51:54.197Z] === RUN TestCanonicalTarNameForPath [2021-06-17T12:51:54.197Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-06-17T12:51:54.197Z] === RUN TestCanonicalTarName [2021-06-17T12:51:54.197Z] --- PASS: TestCanonicalTarName (0.00s) [2021-06-17T12:51:54.197Z] === RUN TestChmodTarEntry [2021-06-17T12:51:54.197Z] --- PASS: TestChmodTarEntry (0.00s) [2021-06-17T12:51:54.197Z] === RUN TestHardLinkOrder [2021-06-17T12:51:54.649Z] --- PASS: TestHardLinkOrder (0.08s) [2021-06-17T12:51:54.649Z] === RUN TestChangeString [2021-06-17T12:51:54.649Z] --- PASS: TestChangeString (0.00s) [2021-06-17T12:51:54.649Z] === RUN TestChangesWithNoChanges [2021-06-17T12:51:54.649Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-06-17T12:51:54.649Z] === RUN TestChangesWithChanges [2021-06-17T12:51:54.649Z] --- PASS: TestChangesWithChanges (0.03s) [2021-06-17T12:51:54.649Z] === RUN TestChangesWithChangesGH13590 [2021-06-17T12:51:54.649Z] changes_test.go:196: needs more investigation [2021-06-17T12:51:54.649Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-06-17T12:51:54.649Z] === RUN TestChangesDirsEmpty [2021-06-17T12:51:54.649Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-17T12:51:54.649Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-06-17T12:51:54.649Z] === RUN TestChangesDirsMutated [2021-06-17T12:51:54.649Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-17T12:51:54.649Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-06-17T12:51:54.649Z] === RUN TestApplyLayer [2021-06-17T12:51:54.649Z] changes_test.go:433: needs further investigation [2021-06-17T12:51:54.649Z] --- SKIP: TestApplyLayer (0.00s) [2021-06-17T12:51:54.649Z] === RUN TestChangesSizeWithHardlinks [2021-06-17T12:51:54.649Z] changes_test.go:469: needs further investigation [2021-06-17T12:51:54.649Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-06-17T12:51:54.649Z] === RUN TestChangesSizeWithNoChanges [2021-06-17T12:51:54.649Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-06-17T12:51:54.649Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-06-17T12:51:54.649Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-06-17T12:51:54.649Z] === RUN TestChangesSize [2021-06-17T12:51:54.649Z] --- PASS: TestChangesSize (0.00s) [2021-06-17T12:51:54.649Z] === RUN TestApplyLayerInvalidFilenames [2021-06-17T12:51:54.649Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames632755708\\dest" [2021-06-17T12:51:54.649Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-06-17T12:51:54.649Z] === RUN TestApplyLayerInvalidHardlink [2021-06-17T12:51:54.649Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink918154382\\victim\\hello" -> "../victim/hello" [2021-06-17T12:51:54.649Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink047299733\\victim\\hello" -> "/../victim/hello" [2021-06-17T12:51:54.649Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink930506992\\victim" -> "../victim" [2021-06-17T12:51:54.649Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink058479503\\victim" -> "../victim" [2021-06-17T12:51:54.649Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink138839970\\victim" -> "../victim" [2021-06-17T12:51:54.649Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink057740441\\victim" -> "../victim" [2021-06-17T12:51:54.649Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2021-06-17T12:51:54.649Z] === RUN TestApplyLayerInvalidSymlink [2021-06-17T12:51:54.649Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink146811684\\dest\\dotdot" -> "../victim/hello" [2021-06-17T12:51:54.649Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink726041651\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-17T12:51:54.649Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink890253814\\dest\\loophole-victim" -> "../victim" [2021-06-17T12:51:54.649Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink961687261\\dest\\loophole-victim" -> "../victim" [2021-06-17T12:51:54.649Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink384965784\\dest\\loophole-victim" -> "../victim" [2021-06-17T12:51:54.649Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink374290711\\dest\\loophole-victim" -> "../victim" [2021-06-17T12:51:54.649Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2021-06-17T12:51:54.649Z] === RUN TestApplyLayerWhiteouts [2021-06-17T12:51:54.649Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2021-06-17T12:51:54.649Z] === RUN TestGenerateEmptyFile [2021-06-17T12:51:54.649Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-06-17T12:51:54.649Z] === RUN TestGenerateWithContent [2021-06-17T12:51:54.649Z] --- PASS: TestGenerateWithContent (0.00s) [2021-06-17T12:51:54.649Z] PASS [2021-06-17T12:51:54.649Z] coverage: 61.6% of statements [2021-06-17T12:51:54.649Z] ok github.com/docker/docker/pkg/archive 6.157s coverage: 61.6% of statements [2021-06-17T12:51:54.738Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-17T12:51:55.603Z] === RUN Test [2021-06-17T12:51:55.603Z] === RUN Test/TestInitialize [2021-06-17T12:51:55.603Z] 2021/06/17 12:51:55 Closing DB instances... [2021-06-17T12:51:55.603Z] time="2021-06-17T12:51:55Z" level=info msg="Initializing discovery without TLS" [2021-06-17T12:51:55.603Z] time="2021-06-17T12:51:55Z" level=info msg="Initializing discovery without TLS" [2021-06-17T12:51:55.603Z] time="2021-06-17T12:51:55Z" level=info msg="Initializing discovery without TLS" [2021-06-17T12:51:55.603Z] === RUN Test/TestInitializeWithCerts [2021-06-17T12:51:55.603Z] time="2021-06-17T12:51:55Z" level=info msg="Initializing discovery with TLS" [2021-06-17T12:51:55.603Z] === RUN Test/TestWatch [2021-06-17T12:51:55.603Z] time="2021-06-17T12:51:55Z" level=info msg="Initializing discovery without TLS" [2021-06-17T12:51:56.122Z] check_test.go:309: [d933b0d4709d7] daemon is not started [2021-06-17T12:51:56.122Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-06-17T12:51:56.958Z] --- PASS: TestDockerNetworkConnectAlias (4.46s) [2021-06-17T12:51:56.958Z] === RUN TestDockerNetworkReConnect [2021-06-17T12:51:57.118Z] --- PASS: TestNetworkDBCRUDTableEntries (3.41s) [2021-06-17T12:51:57.118Z] === RUN TestNetworkDBNodeLeave [2021-06-17T12:51:57.506Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-17T12:51:57.767Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-06-17T12:51:57.767Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-06-17T12:51:58.337Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-17T12:51:58.635Z] --- PASS: Test (3.16s) [2021-06-17T12:51:58.635Z] --- PASS: Test/TestInitialize (0.15s) [2021-06-17T12:51:58.635Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-06-17T12:51:58.635Z] --- PASS: Test/TestWatch (3.00s) [2021-06-17T12:51:58.635Z] PASS [2021-06-17T12:51:58.635Z] coverage: 84.1% of statements [2021-06-17T12:51:58.635Z] ok github.com/docker/docker/pkg/discovery/kv 3.202s coverage: 84.1% of statements [2021-06-17T12:51:59.589Z] === RUN Test [2021-06-17T12:51:59.589Z] === RUN Test/TestWatch [2021-06-17T12:51:59.589Z] --- PASS: Test (0.00s) [2021-06-17T12:51:59.589Z] --- PASS: Test/TestWatch (0.00s) [2021-06-17T12:51:59.589Z] PASS [2021-06-17T12:51:59.589Z] coverage: 92.3% of statements [2021-06-17T12:51:59.589Z] ok github.com/docker/docker/pkg/discovery/memory 0.042s coverage: 92.3% of statements [2021-06-17T12:52:00.040Z] --- PASS: TestNetworkDBNodeLeave (2.82s) [2021-06-17T12:52:00.040Z] === RUN TestNetworkDBWatch [2021-06-17T12:52:00.040Z] === RUN Test [2021-06-17T12:52:00.040Z] === RUN Test/TestInitialize [2021-06-17T12:52:00.040Z] === RUN Test/TestInitializeWithPattern [2021-06-17T12:52:00.040Z] === RUN Test/TestRegister [2021-06-17T12:52:00.040Z] === RUN Test/TestWatch [2021-06-17T12:52:00.040Z] --- PASS: Test (0.00s) [2021-06-17T12:52:00.040Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-17T12:52:00.040Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-06-17T12:52:00.040Z] --- PASS: Test/TestRegister (0.00s) [2021-06-17T12:52:00.040Z] --- PASS: Test/TestWatch (0.00s) [2021-06-17T12:52:00.040Z] PASS [2021-06-17T12:52:00.040Z] coverage: 93.8% of statements [2021-06-17T12:52:00.040Z] ok github.com/docker/docker/pkg/discovery/nodes 0.044s coverage: 93.8% of statements [2021-06-17T12:52:00.879Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-06-17T12:52:00.879Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-06-17T12:52:00.994Z] === RUN TestPollerAddRemove [2021-06-17T12:52:00.994Z] --- PASS: TestPollerAddRemove (0.00s) [2021-06-17T12:52:00.994Z] === RUN TestPollerEvent [2021-06-17T12:52:00.994Z] poller_test.go:41: No chmod on Windows [2021-06-17T12:52:00.994Z] --- SKIP: TestPollerEvent (0.00s) [2021-06-17T12:52:00.994Z] === RUN TestPollerClose [2021-06-17T12:52:00.994Z] --- PASS: TestPollerClose (0.00s) [2021-06-17T12:52:00.994Z] PASS [2021-06-17T12:52:00.994Z] coverage: 36.2% of statements [2021-06-17T12:52:00.994Z] ok github.com/docker/docker/pkg/filenotify 0.041s coverage: 36.2% of statements [2021-06-17T12:52:01.125Z] --- PASS: TestDockerNetworkReConnect (3.56s) [2021-06-17T12:52:01.125Z] === RUN TestServicePlugin [2021-06-17T12:52:01.446Z] 2021/06/17 12:52:01 Closing DB instances... [2021-06-17T12:52:01.898Z] === RUN TestCopyFileWithInvalidSrc [2021-06-17T12:52:01.898Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestCopyFileWithInvalidDest [2021-06-17T12:52:01.898Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestCopyFileWithSameSrcAndDest [2021-06-17T12:52:01.898Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-06-17T12:52:01.898Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestCopyFile [2021-06-17T12:52:01.898Z] --- PASS: TestCopyFile (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-06-17T12:52:01.898Z] fileutils_test.go:134: Needs porting to Windows [2021-06-17T12:52:01.898Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-06-17T12:52:01.898Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestReadSymlinkedDirectoryToFile [2021-06-17T12:52:01.898Z] fileutils_test.go:180: Needs porting to Windows [2021-06-17T12:52:01.898Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestWildcardMatches [2021-06-17T12:52:01.898Z] --- PASS: TestWildcardMatches (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestPatternMatches [2021-06-17T12:52:01.898Z] --- PASS: TestPatternMatches (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-06-17T12:52:01.898Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestPatternMatchesFolderExclusions [2021-06-17T12:52:01.898Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-06-17T12:52:01.898Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-06-17T12:52:01.898Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-06-17T12:52:01.898Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-06-17T12:52:01.898Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestSingleExclamationError [2021-06-17T12:52:01.898Z] --- PASS: TestSingleExclamationError (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestMatchesWithNoPatterns [2021-06-17T12:52:01.898Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestMatchesWithMalformedPatterns [2021-06-17T12:52:01.898Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestMatches [2021-06-17T12:52:01.898Z] --- PASS: TestMatches (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestCleanPatterns [2021-06-17T12:52:01.898Z] --- PASS: TestCleanPatterns (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-06-17T12:52:01.898Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestCleanPatternsExceptionFlag [2021-06-17T12:52:01.898Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-06-17T12:52:01.898Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-06-17T12:52:01.898Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestCleanPatternsErrorSingleException [2021-06-17T12:52:01.898Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestCreateIfNotExistsDir [2021-06-17T12:52:01.898Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestCreateIfNotExistsFile [2021-06-17T12:52:01.898Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-06-17T12:52:01.898Z] === RUN TestMatch [2021-06-17T12:52:01.898Z] --- PASS: TestMatch (0.00s) [2021-06-17T12:52:01.898Z] PASS [2021-06-17T12:52:01.898Z] coverage: 85.2% of statements [2021-06-17T12:52:01.898Z] ok github.com/docker/docker/pkg/fileutils 0.070s coverage: 85.2% of statements [2021-06-17T12:52:02.793Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-17T12:52:02.852Z] === RUN TestGet [2021-06-17T12:52:02.852Z] --- PASS: TestGet (0.00s) [2021-06-17T12:52:02.852Z] === RUN TestGetShortcutString [2021-06-17T12:52:02.852Z] --- PASS: TestGetShortcutString (0.00s) [2021-06-17T12:52:02.852Z] PASS [2021-06-17T12:52:02.852Z] coverage: 42.9% of statements [2021-06-17T12:52:02.852Z] ok github.com/docker/docker/pkg/homedir 0.039s coverage: 42.9% of statements [2021-06-17T12:52:02.852Z] --- PASS: TestNetworkDBWatch (3.02s) [2021-06-17T12:52:02.852Z] === RUN TestNetworkDBBulkSync [2021-06-17T12:52:03.304Z] === RUN TestCreateIDMapOrder [2021-06-17T12:52:03.304Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-06-17T12:52:03.304Z] PASS [2021-06-17T12:52:03.304Z] coverage: 7.2% of statements [2021-06-17T12:52:03.304Z] ok github.com/docker/docker/pkg/idtools 0.042s coverage: 7.2% of statements [2021-06-17T12:52:03.734Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-17T12:52:03.908Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.80s) [2021-06-17T12:52:03.908Z] PASS [2021-06-17T12:52:03.908Z] [2021-06-17T12:52:03.908Z] === Skipped [2021-06-17T12:52:03.908Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-06-17T12:52:03.908Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-17T12:52:03.908Z] [2021-06-17T12:52:03.908Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-06-17T12:52:03.908Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-17T12:52:03.908Z] [2021-06-17T12:52:03.908Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-06-17T12:52:03.908Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-17T12:52:03.908Z] [2021-06-17T12:52:03.908Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-06-17T12:52:03.908Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-17T12:52:03.908Z] [2021-06-17T12:52:03.908Z] [2021-06-17T12:52:03.908Z] DONE 17 tests, 4 skipped in 28.835s [2021-06-17T12:52:03.908Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-17T12:52:03.908Z] ++ 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-06-17T12:52:03.908Z] ++ set -e [2021-06-17T12:52:03.908Z] ++ '[' -n 0 ']' [2021-06-17T12:52:03.908Z] ++ set -x [2021-06-17T12:52:03.908Z] ++ 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-06-17T12:52:03.908Z] INFO: Testing against a local daemon [2021-06-17T12:52:03.908Z] === RUN TestPluginInvalidJSON [2021-06-17T12:52:03.908Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-17T12:52:03.908Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-17T12:52:03.908Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-17T12:52:03.908Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-06-17T12:52:03.908Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-17T12:52:03.908Z] === RUN TestPluginInstall [2021-06-17T12:52:03.908Z] === RUN TestPluginInstall/no_auth [2021-06-17T12:52:04.256Z] 2021/06/17 12:52:03 Closing DB instances... [2021-06-17T12:52:04.391Z] plugin_test.go:62: [d49c284ec8723] joining swarm manager [dfc079212f71c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T12:52:04.675Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-06-17T12:52:04.708Z] === RUN TestFixedBufferCap [2021-06-17T12:52:04.708Z] --- PASS: TestFixedBufferCap (0.00s) [2021-06-17T12:52:04.708Z] === RUN TestFixedBufferLen [2021-06-17T12:52:04.708Z] --- PASS: TestFixedBufferLen (0.00s) [2021-06-17T12:52:04.708Z] === RUN TestFixedBufferString [2021-06-17T12:52:04.708Z] --- PASS: TestFixedBufferString (0.00s) [2021-06-17T12:52:04.708Z] === RUN TestFixedBufferWrite [2021-06-17T12:52:04.708Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-06-17T12:52:04.708Z] === RUN TestFixedBufferRead [2021-06-17T12:52:04.708Z] --- PASS: TestFixedBufferRead (0.00s) [2021-06-17T12:52:04.708Z] === RUN TestBytesPipeRead [2021-06-17T12:52:04.708Z] --- PASS: TestBytesPipeRead (0.00s) [2021-06-17T12:52:04.708Z] === RUN TestBytesPipeWrite [2021-06-17T12:52:04.708Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-06-17T12:52:04.708Z] === RUN TestBytesPipeWriteRandomChunks [2021-06-17T12:52:04.849Z] time="2021-06-17T12:52:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:52:04.849Z] time="2021-06-17T12:52:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f9223ba3d241eaeaae838d701327279924327f476406b145209afc285fee3467" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:52:04.849Z] time="2021-06-17T12:52:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:52:04.849Z] time="2021-06-17T12:52:04Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f9223ba3d241eaeaae838d701327279924327f476406b145209afc285fee3467" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:52:05.110Z] === RUN TestPluginInstall/with_htpasswd [2021-06-17T12:52:05.159Z] --- PASS: TestBytesPipeWriteRandomChunks (0.43s) [2021-06-17T12:52:05.159Z] === RUN TestAtomicWriteToFile [2021-06-17T12:52:05.159Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-06-17T12:52:05.159Z] === RUN TestAtomicWriteSetCommit [2021-06-17T12:52:05.159Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-06-17T12:52:05.159Z] === RUN TestAtomicWriteSetCancel [2021-06-17T12:52:05.159Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-06-17T12:52:05.160Z] === RUN TestReadCloserWrapperClose [2021-06-17T12:52:05.160Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-06-17T12:52:05.160Z] === RUN TestReaderErrWrapperReadOnError [2021-06-17T12:52:05.160Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-06-17T12:52:05.160Z] === RUN TestReaderErrWrapperRead [2021-06-17T12:52:05.160Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-06-17T12:52:05.160Z] === RUN TestHashData [2021-06-17T12:52:05.160Z] --- PASS: TestHashData (0.00s) [2021-06-17T12:52:05.160Z] === RUN TestCancelReadCloser [2021-06-17T12:52:05.160Z] --- PASS: TestCancelReadCloser (0.10s) [2021-06-17T12:52:05.160Z] === RUN TestWriteCloserWrapperClose [2021-06-17T12:52:05.160Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-06-17T12:52:05.160Z] === RUN TestNopWriteCloser [2021-06-17T12:52:05.160Z] --- PASS: TestNopWriteCloser (0.00s) [2021-06-17T12:52:05.160Z] === RUN TestNopWriter [2021-06-17T12:52:05.160Z] --- PASS: TestNopWriter (0.00s) [2021-06-17T12:52:05.160Z] === RUN TestWriteCounter [2021-06-17T12:52:05.160Z] --- PASS: TestWriteCounter (0.00s) [2021-06-17T12:52:05.160Z] PASS [2021-06-17T12:52:05.160Z] coverage: 69.2% of statements [2021-06-17T12:52:05.160Z] ok github.com/docker/docker/pkg/ioutils 0.597s coverage: 69.2% of statements [2021-06-17T12:52:05.247Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-06-17T12:52:05.317Z] plugin_test.go:65: [df86d64b3292d] joining swarm manager [dfc079212f71c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T12:52:05.611Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2021-06-17T12:52:05.611Z] === RUN TestNetworkDBCRUDMediumCluster [2021-06-17T12:52:06.063Z] === RUN TestError [2021-06-17T12:52:06.063Z] --- PASS: TestError (0.00s) [2021-06-17T12:52:06.063Z] === RUN TestProgressString [2021-06-17T12:52:06.063Z] === RUN TestProgressString/no_progress [2021-06-17T12:52:06.063Z] === RUN TestProgressString/progress_1 [2021-06-17T12:52:06.063Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-06-17T12:52:06.063Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-06-17T12:52:06.063Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-06-17T12:52:06.063Z] === RUN TestProgressString/with_units [2021-06-17T12:52:06.063Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-06-17T12:52:06.063Z] === RUN TestProgressString/hide_counts [2021-06-17T12:52:06.063Z] --- PASS: TestProgressString (0.00s) [2021-06-17T12:52:06.063Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-06-17T12:52:06.063Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-06-17T12:52:06.063Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-06-17T12:52:06.063Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-06-17T12:52:06.063Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-06-17T12:52:06.063Z] --- PASS: TestProgressString/with_units (0.00s) [2021-06-17T12:52:06.063Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-06-17T12:52:06.063Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-06-17T12:52:06.063Z] === RUN TestJSONMessageDisplay [2021-06-17T12:52:06.514Z] --- PASS: TestJSONMessageDisplay (0.15s) [2021-06-17T12:52:06.514Z] === RUN TestJSONMessageDisplayWithJSONError [2021-06-17T12:52:06.514Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-06-17T12:52:06.514Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-06-17T12:52:06.514Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-06-17T12:52:06.514Z] === RUN TestDisplayJSONMessagesStream [2021-06-17T12:52:06.514Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-06-17T12:52:06.514Z] PASS [2021-06-17T12:52:06.514Z] coverage: 91.7% of statements [2021-06-17T12:52:06.514Z] ok github.com/docker/docker/pkg/jsonmessage 0.188s coverage: 91.7% of statements [2021-06-17T12:52:06.966Z] === RUN TestStandardLongPath [2021-06-17T12:52:06.966Z] --- PASS: TestStandardLongPath (0.00s) [2021-06-17T12:52:06.966Z] === RUN TestUNCLongPath [2021-06-17T12:52:06.966Z] --- PASS: TestUNCLongPath (0.00s) [2021-06-17T12:52:06.966Z] PASS [2021-06-17T12:52:06.966Z] coverage: 100.0% of statements [2021-06-17T12:52:06.966Z] ok github.com/docker/docker/pkg/longpath 0.039s coverage: 100.0% of statements [2021-06-17T12:52:07.163Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-06-17T12:52:07.163Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.82s) [2021-06-17T12:52:07.163Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.94s) [2021-06-17T12:52:07.163Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.64s) [2021-06-17T12:52:07.163Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.86s) [2021-06-17T12:52:07.163Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.70s) [2021-06-17T12:52:07.163Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.85s) [2021-06-17T12:52:07.163Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.44s) [2021-06-17T12:52:07.163Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.56s) [2021-06-17T12:52:07.163Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.07s) [2021-06-17T12:52:07.163Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (5.41s) [2021-06-17T12:52:07.163Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.74s) [2021-06-17T12:52:07.163Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.54s) [2021-06-17T12:52:07.163Z] === RUN TestCgroupNamespacesRun [2021-06-17T12:52:07.417Z] === RUN TestNameFormat [2021-06-17T12:52:07.417Z] --- PASS: TestNameFormat (0.00s) [2021-06-17T12:52:07.417Z] === RUN TestNameRetries [2021-06-17T12:52:07.417Z] --- PASS: TestNameRetries (0.00s) [2021-06-17T12:52:07.417Z] PASS [2021-06-17T12:52:07.417Z] coverage: 85.7% of statements [2021-06-17T12:52:07.417Z] ok github.com/docker/docker/pkg/namesgenerator 0.042s coverage: 85.7% of statements [2021-06-17T12:52:07.869Z] --- PASS: TestGetAddress (22.67s) [2021-06-17T12:52:07.869Z] === RUN TestRequestSyntaxCheck [2021-06-17T12:52:07.869Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2021-06-17T12:52:07.869Z] === RUN TestRequest [2021-06-17T12:52:08.107Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-06-17T12:52:08.321Z] === RUN TestParseKeyValueOpt [2021-06-17T12:52:08.321Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-06-17T12:52:08.321Z] === RUN TestParseUintList [2021-06-17T12:52:08.321Z] --- PASS: TestParseUintList (0.00s) [2021-06-17T12:52:08.321Z] === RUN TestParseUintListMaximumLimits [2021-06-17T12:52:08.321Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-06-17T12:52:08.321Z] PASS [2021-06-17T12:52:08.321Z] coverage: 97.0% of statements [2021-06-17T12:52:08.321Z] ok github.com/docker/docker/pkg/parsers 0.039s coverage: 97.0% of statements [2021-06-17T12:52:08.321Z] 2021/06/17 12:52:08 Closing DB instances... [2021-06-17T12:52:08.407Z] time="2021-06-17T12:52:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:52:08.407Z] time="2021-06-17T12:52:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4f3e9a02596d760da628c51110a00caed41195564118e205d0b4d173b78e9c51" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:52:08.407Z] time="2021-06-17T12:52:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:52:08.407Z] time="2021-06-17T12:52:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4f3e9a02596d760da628c51110a00caed41195564118e205d0b4d173b78e9c51" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:52:08.667Z] === RUN TestPluginInstall/with_insecure [2021-06-17T12:52:08.773Z] time="2021-06-17T12:52:08Z" level=error msg="node: ed1b14a74ac6 is unknown to memberlist" [2021-06-17T12:52:09.225Z] === RUN TestNewAndRemove [2021-06-17T12:52:09.225Z] --- PASS: TestNewAndRemove (0.00s) [2021-06-17T12:52:09.225Z] === RUN TestRemoveInvalidPath [2021-06-17T12:52:09.225Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-06-17T12:52:09.225Z] PASS [2021-06-17T12:52:09.225Z] coverage: 82.6% of statements [2021-06-17T12:52:09.225Z] ok github.com/docker/docker/pkg/pidfile 0.040s coverage: 82.6% of statements [2021-06-17T12:52:09.607Z] time="2021-06-17T12:52:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:52:09.607Z] time="2021-06-17T12:52:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fcf28d73812511c31075a13811447bf316dfb79fa911222c8b0c35bfb2714085" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:52:09.607Z] time="2021-06-17T12:52:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:52:09.607Z] time="2021-06-17T12:52:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fcf28d73812511c31075a13811447bf316dfb79fa911222c8b0c35bfb2714085" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:52:09.676Z] time="2021-06-17T12:52:09Z" level=error msg="node: 38d9739c542f is unknown to memberlist" [2021-06-17T12:52:09.867Z] plugin_test.go:165: [d7d3d75fd1b69] daemon is not started [2021-06-17T12:52:09.867Z] --- PASS: TestPluginInstall (7.32s) [2021-06-17T12:52:09.867Z] --- PASS: TestPluginInstall/no_auth (2.57s) [2021-06-17T12:52:09.867Z] --- PASS: TestPluginInstall/with_htpasswd (3.36s) [2021-06-17T12:52:09.867Z] --- PASS: TestPluginInstall/with_insecure (1.39s) [2021-06-17T12:52:09.867Z] === RUN TestPluginsWithRuntimes [2021-06-17T12:52:10.019Z] --- PASS: TestCgroupNamespacesRun (2.56s) [2021-06-17T12:52:10.019Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-17T12:52:10.127Z] time="2021-06-17T12:52:09Z" level=error msg="node: dc47debaec2a is unknown to memberlist" [2021-06-17T12:52:10.127Z] --- PASS: TestNetworkDBCRUDMediumCluster (4.66s) [2021-06-17T12:52:10.127Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-06-17T12:52:10.579Z] === RUN TestFailedConnection [2021-06-17T12:52:11.405Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-06-17T12:52:11.405Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.77s) [2021-06-17T12:52:11.405Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-17T12:52:11.782Z] === RUN TestPluginsWithRuntimes/No_Args [2021-06-17T12:52:12.095Z] === RUN TestParseEmptyInterface [2021-06-17T12:52:12.095Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-06-17T12:52:12.095Z] === RUN TestParseNonInterfaceType [2021-06-17T12:52:12.095Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-06-17T12:52:12.095Z] === RUN TestParseWithOneFunction [2021-06-17T12:52:12.095Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-06-17T12:52:12.095Z] === RUN TestParseWithMultipleFuncs [2021-06-17T12:52:12.095Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-06-17T12:52:12.095Z] === RUN TestParseWithUnnamedReturn [2021-06-17T12:52:12.095Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-06-17T12:52:12.095Z] === RUN TestEmbeddedInterface [2021-06-17T12:52:12.095Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-06-17T12:52:12.095Z] === RUN TestParsedImports [2021-06-17T12:52:12.095Z] --- PASS: TestParsedImports (0.00s) [2021-06-17T12:52:12.095Z] === RUN TestAliasedImports [2021-06-17T12:52:12.095Z] --- PASS: TestAliasedImports (0.00s) [2021-06-17T12:52:12.095Z] PASS [2021-06-17T12:52:12.095Z] coverage: 56.8% of statements [2021-06-17T12:52:12.095Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.047s coverage: 56.8% of statements [2021-06-17T12:52:12.095Z] 2021/06/17 12:52:11 Closing DB instances... [2021-06-17T12:52:13.048Z] --- PASS: TestFailedConnection (2.14s) [2021-06-17T12:52:13.048Z] === RUN TestFailOnce [2021-06-17T12:52:13.048Z] 2021/06/17 12:52:12 http: panic serving 127.0.0.1:49289: Plugin not ready [2021-06-17T12:52:13.048Z] goroutine 34 [running]: [2021-06-17T12:52:13.048Z] net/http.(*conn).serve.func1(0xc0000a6000) [2021-06-17T12:52:13.048Z] c:/go/src/net/http/server.go:1824 +0x153 [2021-06-17T12:52:13.048Z] panic(0xf95160, 0x10ac1d0) [2021-06-17T12:52:13.048Z] c:/go/src/runtime/panic.go:971 +0x49a [2021-06-17T12:52:13.048Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x10bc890, 0xc000062000, 0xc0000ac000) [2021-06-17T12:52:13.048Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-06-17T12:52:13.048Z] net/http.HandlerFunc.ServeHTTP(0xc000104f30, 0x10bc890, 0xc000062000, 0xc0000ac000) [2021-06-17T12:52:13.048Z] c:/go/src/net/http/server.go:2069 +0x4b [2021-06-17T12:52:13.048Z] net/http.(*ServeMux).ServeHTTP(0xc0001568c0, 0x10bc890, 0xc000062000, 0xc0000ac000) [2021-06-17T12:52:13.048Z] c:/go/src/net/http/server.go:2448 +0x1b7 [2021-06-17T12:52:13.048Z] net/http.serverHandler.ServeHTTP(0xc0001b4000, 0x10bc890, 0xc000062000, 0xc0000ac000) [2021-06-17T12:52:13.048Z] c:/go/src/net/http/server.go:2887 +0xaa [2021-06-17T12:52:13.048Z] net/http.(*conn).serve(0xc0000a6000, 0x10bd480, 0xc000090040) [2021-06-17T12:52:13.048Z] c:/go/src/net/http/server.go:1952 +0x8cd [2021-06-17T12:52:13.048Z] created by net/http.(*Server).Serve [2021-06-17T12:52:13.048Z] c:/go/src/net/http/server.go:3013 +0x3b8 [2021-06-17T12:52:13.048Z] time="2021-06-17T12:52:12Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.FailOnce: Post \"http://127.0.0.1:49288/Test.FailOnce\": EOF, retrying in 1s" [2021-06-17T12:52:13.048Z] === RUN TestHTTPTransport [2021-06-17T12:52:13.048Z] --- PASS: TestHTTPTransport (0.00s) [2021-06-17T12:52:13.048Z] PASS [2021-06-17T12:52:13.048Z] coverage: 85.7% of statements [2021-06-17T12:52:13.048Z] ok github.com/docker/docker/pkg/plugins/transport 0.042s coverage: 85.7% of statements [2021-06-17T12:52:13.165Z] === RUN TestPluginsWithRuntimes/With_Args [2021-06-17T12:52:13.500Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (3.21s) [2021-06-17T12:52:13.500Z] === RUN TestNetworkDBGarbageCollection [2021-06-17T12:52:13.500Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-06-17T12:52:13.500Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-17T12:52:13.500Z] === RUN TestBufioReaderPoolPutAndGet [2021-06-17T12:52:13.500Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-06-17T12:52:13.500Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-06-17T12:52:13.500Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-06-17T12:52:13.500Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-06-17T12:52:13.500Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-17T12:52:13.500Z] === RUN TestBufioWriterPoolPutAndGet [2021-06-17T12:52:13.500Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-06-17T12:52:13.500Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-06-17T12:52:13.500Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-06-17T12:52:13.500Z] === RUN TestBufferPoolPutAndGet [2021-06-17T12:52:13.500Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-06-17T12:52:13.500Z] PASS [2021-06-17T12:52:13.500Z] coverage: 88.2% of statements [2021-06-17T12:52:13.500Z] ok github.com/docker/docker/pkg/pools 0.043s coverage: 88.2% of statements [2021-06-17T12:52:13.952Z] --- PASS: TestFailOnce (1.15s) [2021-06-17T12:52:13.952Z] === RUN TestEchoInputOutput [2021-06-17T12:52:13.952Z] --- PASS: TestEchoInputOutput (0.00s) [2021-06-17T12:52:13.952Z] === RUN TestBackoff [2021-06-17T12:52:13.952Z] --- PASS: TestBackoff (0.00s) [2021-06-17T12:52:13.952Z] === RUN TestAbortRetry [2021-06-17T12:52:13.952Z] --- PASS: TestAbortRetry (0.00s) [2021-06-17T12:52:13.952Z] === RUN TestClientScheme [2021-06-17T12:52:13.952Z] --- PASS: TestClientScheme (0.00s) [2021-06-17T12:52:13.952Z] === RUN TestNewClientWithTimeout [2021-06-17T12:52:13.952Z] === RUN TestOutputOnPrematureClose [2021-06-17T12:52:13.952Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-06-17T12:52:13.952Z] === RUN TestCompleteSilently [2021-06-17T12:52:13.952Z] --- PASS: TestCompleteSilently (0.00s) [2021-06-17T12:52:13.952Z] PASS [2021-06-17T12:52:13.952Z] coverage: 75.9% of statements [2021-06-17T12:52:13.952Z] ok github.com/docker/docker/pkg/progress 0.035s coverage: 75.9% of statements [2021-06-17T12:52:14.107Z] --- PASS: TestPluginsWithRuntimes (4.17s) [2021-06-17T12:52:14.107Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.13s) [2021-06-17T12:52:14.107Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.11s) [2021-06-17T12:52:14.107Z] === RUN TestPluginBackCompatMediaTypes [2021-06-17T12:52:14.403Z] time="2021-06-17T12:52:14Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-06-17T12:52:14.746Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.99s) [2021-06-17T12:52:14.746Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-17T12:52:14.855Z] === RUN TestSendToOneSub [2021-06-17T12:52:14.855Z] --- PASS: TestSendToOneSub (0.00s) [2021-06-17T12:52:14.855Z] === RUN TestSendToMultipleSubs [2021-06-17T12:52:14.855Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-06-17T12:52:14.855Z] === RUN TestEvictOneSub [2021-06-17T12:52:14.855Z] --- PASS: TestEvictOneSub (0.00s) [2021-06-17T12:52:14.855Z] === RUN TestClosePublisher [2021-06-17T12:52:14.855Z] --- PASS: TestClosePublisher (0.00s) [2021-06-17T12:52:14.855Z] === RUN TestPubSubRace [2021-06-17T12:52:14.855Z] --- PASS: TestRequest (6.78s) [2021-06-17T12:52:14.855Z] === RUN TestOverlappingRequests [2021-06-17T12:52:14.855Z] --- PASS: TestOverlappingRequests (0.25s) [2021-06-17T12:52:14.855Z] === RUN TestRelease [2021-06-17T12:52:15.048Z] --- PASS: TestPluginBackCompatMediaTypes (0.89s) [2021-06-17T12:52:15.048Z] PASS [2021-06-17T12:52:15.048Z] [2021-06-17T12:52:15.048Z] DONE 10 tests in 12.576s [2021-06-17T12:52:15.048Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-17T12:52:15.048Z] ++ 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-06-17T12:52:15.048Z] ++ set -e [2021-06-17T12:52:15.048Z] ++ '[' -n 0 ']' [2021-06-17T12:52:15.048Z] ++ set -x [2021-06-17T12:52:15.048Z] ++ 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-06-17T12:52:15.048Z] INFO: Testing against a local daemon [2021-06-17T12:52:15.048Z] === RUN TestExternalGraphDriver [2021-06-17T12:52:15.309Z] === RUN TestExternalGraphDriver/json [2021-06-17T12:52:15.694Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-06-17T12:52:15.808Z] --- PASS: TestPubSubRace (1.04s) [2021-06-17T12:52:15.808Z] PASS [2021-06-17T12:52:15.808Z] coverage: 75.0% of statements [2021-06-17T12:52:15.808Z] ok github.com/docker/docker/pkg/pubsub 1.077s coverage: 75.0% of statements [2021-06-17T12:52:15.808Z] time="2021-06-17T12:52:15Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-06-17T12:52:15.808Z] --- PASS: TestRelease (1.07s) [2021-06-17T12:52:15.808Z] === RUN TestAllocateRandomDeallocate [2021-06-17T12:52:16.260Z] === RUN TestRegister [2021-06-17T12:52:16.260Z] --- PASS: TestRegister (0.00s) [2021-06-17T12:52:16.260Z] === RUN TestCommand [2021-06-17T12:52:16.260Z] --- PASS: TestCommand (0.03s) [2021-06-17T12:52:16.260Z] === RUN TestNaiveSelf [2021-06-17T12:52:16.260Z] --- PASS: TestNaiveSelf (0.03s) [2021-06-17T12:52:16.260Z] PASS [2021-06-17T12:52:16.260Z] coverage: 82.4% of statements [2021-06-17T12:52:16.260Z] ok github.com/docker/docker/pkg/reexec 0.100s coverage: 82.4% of statements [2021-06-17T12:52:17.212Z] === RUN TestParseSignal [2021-06-17T12:52:17.212Z] --- PASS: TestParseSignal (0.00s) [2021-06-17T12:52:17.212Z] === RUN TestValidSignalForPlatform [2021-06-17T12:52:17.212Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-06-17T12:52:17.212Z] PASS [2021-06-17T12:52:17.212Z] coverage: 19.7% of statements [2021-06-17T12:52:17.212Z] ok github.com/docker/docker/pkg/signal 0.042s coverage: 19.7% of statements [2021-06-17T12:52:17.609Z] --- PASS: TestCgroupNamespacesRunHostMode (2.76s) [2021-06-17T12:52:17.609Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-17T12:52:17.852Z] === RUN TestExternalGraphDriver/spec [2021-06-17T12:52:18.166Z] === RUN TestNewStdWriter [2021-06-17T12:52:18.166Z] --- PASS: TestNewStdWriter (0.00s) [2021-06-17T12:52:18.166Z] === RUN TestWriteWithUninitializedStdWriter [2021-06-17T12:52:18.166Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-06-17T12:52:18.166Z] === RUN TestWriteWithNilBytes [2021-06-17T12:52:18.166Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-06-17T12:52:18.166Z] === RUN TestWrite [2021-06-17T12:52:18.166Z] --- PASS: TestWrite (0.00s) [2021-06-17T12:52:18.166Z] === RUN TestWriteWithWriterError [2021-06-17T12:52:18.166Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-06-17T12:52:18.166Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-06-17T12:52:18.166Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-06-17T12:52:18.166Z] === RUN TestStdCopyWriteAndRead [2021-06-17T12:52:18.166Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-06-17T12:52:18.166Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-06-17T12:52:18.166Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-06-17T12:52:18.166Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-06-17T12:52:18.166Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-06-17T12:52:18.166Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-06-17T12:52:18.166Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-06-17T12:52:18.166Z] === RUN TestStdCopyWithInvalidInputHeader [2021-06-17T12:52:18.166Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-06-17T12:52:18.166Z] === RUN TestStdCopyWithCorruptedPrefix [2021-06-17T12:52:18.166Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-06-17T12:52:18.166Z] === RUN TestStdCopyReturnsWriteErrors [2021-06-17T12:52:18.166Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-06-17T12:52:18.166Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-06-17T12:52:18.166Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-06-17T12:52:18.166Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-06-17T12:52:18.166Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-06-17T12:52:18.166Z] PASS [2021-06-17T12:52:18.166Z] coverage: 100.0% of statements [2021-06-17T12:52:18.166Z] ok github.com/docker/docker/pkg/stdcopy 0.041s coverage: 100.0% of statements [2021-06-17T12:52:18.619Z] time="2021-06-17T12:52:18Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-06-17T12:52:18.619Z] === RUN TestRawProgressFormatterFormatStatus [2021-06-17T12:52:18.619Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-06-17T12:52:18.619Z] === RUN TestRawProgressFormatterFormatProgress [2021-06-17T12:52:18.619Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-06-17T12:52:18.619Z] === RUN TestFormatStatus [2021-06-17T12:52:18.619Z] --- PASS: TestFormatStatus (0.00s) [2021-06-17T12:52:18.619Z] === RUN TestFormatError [2021-06-17T12:52:18.619Z] --- PASS: TestFormatError (0.00s) [2021-06-17T12:52:18.619Z] === RUN TestFormatJSONError [2021-06-17T12:52:18.619Z] --- PASS: TestFormatJSONError (0.00s) [2021-06-17T12:52:18.619Z] === RUN TestJsonProgressFormatterFormatProgress [2021-06-17T12:52:18.619Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-06-17T12:52:18.619Z] === RUN TestJsonProgressFormatterFormatStatus [2021-06-17T12:52:18.619Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-06-17T12:52:18.619Z] === RUN TestNewJSONProgressOutput [2021-06-17T12:52:18.619Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-06-17T12:52:18.619Z] === RUN TestAuxFormatterEmit [2021-06-17T12:52:18.619Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-06-17T12:52:18.619Z] === RUN TestStreamWriterStdout [2021-06-17T12:52:18.619Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-06-17T12:52:18.619Z] === RUN TestStreamWriterStderr [2021-06-17T12:52:18.619Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-06-17T12:52:18.619Z] PASS [2021-06-17T12:52:18.619Z] coverage: 66.2% of statements [2021-06-17T12:52:18.619Z] ok github.com/docker/docker/pkg/streamformatter 0.041s coverage: 66.2% of statements [2021-06-17T12:52:18.996Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-06-17T12:52:19.072Z] === RUN TestGenerateRandomID [2021-06-17T12:52:19.072Z] --- PASS: TestGenerateRandomID (0.00s) [2021-06-17T12:52:19.072Z] === RUN TestShortenId [2021-06-17T12:52:19.072Z] --- PASS: TestShortenId (0.00s) [2021-06-17T12:52:19.072Z] === RUN TestShortenSha256Id [2021-06-17T12:52:19.072Z] --- PASS: TestShortenSha256Id (0.00s) [2021-06-17T12:52:19.072Z] === RUN TestShortenIdEmpty [2021-06-17T12:52:19.072Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-06-17T12:52:19.072Z] === RUN TestShortenIdInvalid [2021-06-17T12:52:19.072Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-06-17T12:52:19.072Z] === RUN TestIsShortIDNonHex [2021-06-17T12:52:19.072Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-06-17T12:52:19.072Z] === RUN TestIsShortIDNotCorrectSize [2021-06-17T12:52:19.072Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-06-17T12:52:19.072Z] PASS [2021-06-17T12:52:19.072Z] coverage: 70.6% of statements [2021-06-17T12:52:19.072Z] ok github.com/docker/docker/pkg/stringid 0.036s coverage: 70.6% of statements [2021-06-17T12:52:19.526Z] --- PASS: TestAllocateRandomDeallocate (3.47s) [2021-06-17T12:52:19.526Z] === RUN TestRetrieveFromStore [2021-06-17T12:52:19.765Z] === RUN TestExternalGraphDriver/pull [2021-06-17T12:52:19.940Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-06-17T12:52:19.941Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.70s) [2021-06-17T12:52:19.941Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-17T12:52:19.979Z] === RUN TestIsCpusetListAvailable [2021-06-17T12:52:19.979Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-06-17T12:52:19.979Z] PASS [2021-06-17T12:52:19.979Z] coverage: 38.2% of statements [2021-06-17T12:52:19.979Z] ok github.com/docker/docker/pkg/sysinfo 0.033s coverage: 38.2% of statements [2021-06-17T12:52:20.432Z] --- PASS: TestRetrieveFromStore (1.09s) [2021-06-17T12:52:20.432Z] === RUN TestRequestReleaseAddressDuplicate [2021-06-17T12:52:20.432Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2021-06-17T12:52:20.432Z] === RUN TestParallelPredefinedRequest1 [2021-06-17T12:52:20.432Z] === PAUSE TestParallelPredefinedRequest1 [2021-06-17T12:52:20.432Z] === RUN TestParallelPredefinedRequest2 [2021-06-17T12:52:20.432Z] === PAUSE TestParallelPredefinedRequest2 [2021-06-17T12:52:20.432Z] === RUN TestParallelPredefinedRequest3 [2021-06-17T12:52:20.432Z] === PAUSE TestParallelPredefinedRequest3 [2021-06-17T12:52:20.432Z] === RUN TestParallelPredefinedRequest4 [2021-06-17T12:52:20.432Z] === PAUSE TestParallelPredefinedRequest4 [2021-06-17T12:52:20.432Z] === RUN TestParallelPredefinedRequest5 [2021-06-17T12:52:20.432Z] === PAUSE TestParallelPredefinedRequest5 [2021-06-17T12:52:20.432Z] === RUN TestDebug [2021-06-17T12:52:20.432Z] --- PASS: TestDebug (0.00s) [2021-06-17T12:52:20.432Z] === RUN TestRequestPoolParallel [2021-06-17T12:52:20.883Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-06-17T12:52:20.885Z] --- PASS: TestRequestPoolParallel (0.22s) [2021-06-17T12:52:20.885Z] === RUN TestFullAllocateRelease [2021-06-17T12:52:21.148Z] --- PASS: TestExternalGraphDriver (6.04s) [2021-06-17T12:52:21.148Z] --- PASS: TestExternalGraphDriver/json (2.09s) [2021-06-17T12:52:21.148Z] --- PASS: TestExternalGraphDriver/spec (2.07s) [2021-06-17T12:52:21.148Z] --- PASS: TestExternalGraphDriver/pull (1.78s) [2021-06-17T12:52:21.148Z] === RUN TestGraphdriverPluginV2 [2021-06-17T12:52:21.148Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-17T12:52:21.148Z] --- SKIP: TestGraphdriverPluginV2 (0.03s) [2021-06-17T12:52:21.148Z] PASS [2021-06-17T12:52:21.148Z] [2021-06-17T12:52:21.148Z] === Skipped [2021-06-17T12:52:21.148Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s) [2021-06-17T12:52:21.148Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-17T12:52:21.148Z] [2021-06-17T12:52:21.148Z] [2021-06-17T12:52:21.148Z] DONE 5 tests, 1 skipped in 6.207s [2021-06-17T12:52:21.148Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-17T12:52:21.148Z] ++ 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-06-17T12:52:21.148Z] ++ set -e [2021-06-17T12:52:21.148Z] ++ '[' -n 0 ']' [2021-06-17T12:52:21.148Z] ++ set -x [2021-06-17T12:52:21.148Z] ++ 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-06-17T12:52:21.336Z] --- PASS: TestFullAllocateRelease (0.40s) [2021-06-17T12:52:21.336Z] === RUN TestOddAllocateRelease [2021-06-17T12:52:21.336Z] --- PASS: TestOddAllocateRelease (0.25s) [2021-06-17T12:52:21.336Z] === RUN TestFullAllocateSerialReleaseParallel [2021-06-17T12:52:21.336Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2021-06-17T12:52:21.336Z] === RUN TestOddAllocateSerialReleaseParallel [2021-06-17T12:52:21.336Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2021-06-17T12:52:21.336Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-06-17T12:52:21.336Z] === RUN TestChtimes [2021-06-17T12:52:21.408Z] INFO: Testing against a local daemon [2021-06-17T12:52:21.409Z] === RUN TestContinueAfterPluginCrash [2021-06-17T12:52:21.409Z] === PAUSE TestContinueAfterPluginCrash [2021-06-17T12:52:21.409Z] === RUN TestReadPluginNoRead [2021-06-17T12:52:21.409Z] === PAUSE TestReadPluginNoRead [2021-06-17T12:52:21.409Z] === RUN TestDaemonStartWithLogOpt [2021-06-17T12:52:21.409Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-17T12:52:21.409Z] === CONT TestContinueAfterPluginCrash [2021-06-17T12:52:21.409Z] === CONT TestDaemonStartWithLogOpt [2021-06-17T12:52:21.409Z] === CONT TestReadPluginNoRead [2021-06-17T12:52:21.454Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-06-17T12:52:21.714Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.69s) [2021-06-17T12:52:21.714Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-17T12:52:21.788Z] --- PASS: TestChtimes (0.00s) [2021-06-17T12:52:21.788Z] === RUN TestChtimesWindows [2021-06-17T12:52:21.788Z] --- PASS: TestChtimesWindows (0.00s) [2021-06-17T12:52:21.788Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-06-17T12:52:21.788Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-06-17T12:52:21.788Z] === RUN TestEnsureRemoveAllNotExist [2021-06-17T12:52:21.788Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-06-17T12:52:21.788Z] === RUN TestEnsureRemoveAllWithDir [2021-06-17T12:52:21.788Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-06-17T12:52:21.788Z] === RUN TestEnsureRemoveAllWithFile [2021-06-17T12:52:21.788Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-06-17T12:52:21.788Z] === RUN TestHasWin32KSupport [2021-06-17T12:52:21.788Z] syscall_windows_test.go:8: win32k: true [2021-06-17T12:52:21.788Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-06-17T12:52:21.788Z] PASS [2021-06-17T12:52:21.788Z] coverage: 12.2% of statements [2021-06-17T12:52:21.788Z] ok github.com/docker/docker/pkg/system 0.047s coverage: 12.2% of statements [2021-06-17T12:52:21.788Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2021-06-17T12:52:21.788Z] === CONT TestParallelPredefinedRequest1 [2021-06-17T12:52:21.788Z] === CONT TestParallelPredefinedRequest4 [2021-06-17T12:52:21.788Z] === CONT TestParallelPredefinedRequest2 [2021-06-17T12:52:21.788Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T12:52:21.788Z] === CONT TestParallelPredefinedRequest4 [2021-06-17T12:52:21.788Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T12:52:21.788Z] === CONT TestParallelPredefinedRequest5 [2021-06-17T12:52:21.788Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T12:52:21.788Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-06-17T12:52:21.788Z] === CONT TestParallelPredefinedRequest1 [2021-06-17T12:52:21.788Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T12:52:21.788Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-06-17T12:52:21.788Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-06-17T12:52:21.788Z] === CONT TestParallelPredefinedRequest3 [2021-06-17T12:52:21.788Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T12:52:21.788Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-06-17T12:52:21.788Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-06-17T12:52:21.788Z] PASS [2021-06-17T12:52:21.788Z] coverage: 85.3% of statements [2021-06-17T12:52:21.788Z] ok github.com/docker/docker/libnetwork/ipam 45.514s coverage: 85.3% of statements [2021-06-17T12:52:22.240Z] === RUN TestTailFile [2021-06-17T12:52:22.240Z] --- PASS: TestTailFile (0.00s) [2021-06-17T12:52:22.240Z] === RUN TestTailFileManyLines [2021-06-17T12:52:22.240Z] --- PASS: TestTailFileManyLines (0.00s) [2021-06-17T12:52:22.240Z] === RUN TestTailEmptyFile [2021-06-17T12:52:22.240Z] --- PASS: TestTailEmptyFile (0.00s) [2021-06-17T12:52:22.240Z] === RUN TestTailNegativeN [2021-06-17T12:52:22.240Z] --- PASS: TestTailNegativeN (0.00s) [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader [2021-06-17T12:52:22.240Z] === CONT TestNewTailReader [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/single_byte_delimiter [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/2_byte_delimiter [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/4_byte_delimiter [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/8_byte_delimiter [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/12_byte_delimiter [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/truncated_last_line [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-06-17T12:52:22.240Z] === CONT TestNewTailReader/no_delimiter [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.240Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.240Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.240Z] === CONT TestNewTailReader/12_byte_delimiter [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.240Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.240Z] === CONT TestNewTailReader/2_byte_delimiter [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.240Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.240Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/single_byte_delimiter [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/4_byte_delimiter [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/8_byte_delimiter [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.241Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-06-17T12:52:22.241Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.241Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.242Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-17T12:52:22.242Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.242Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.242Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.242Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.243Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.243Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.243Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.243Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.243Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-17T12:52:22.243Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-06-17T12:52:22.243Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.243Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.243Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.286Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-06-17T12:52:22.547Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.89s) [2021-06-17T12:52:22.547Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.695Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.695Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.696Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.696Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.696Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.697Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.697Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.697Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-17T12:52:22.698Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-17T12:52:22.698Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.01s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.01s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-17T12:52:22.699Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-17T12:52:22.700Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-06-17T12:52:23.119Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.151Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.01s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-17T12:52:23.152Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-17T12:52:23.153Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-17T12:52:23.153Z] PASS [2021-06-17T12:52:23.153Z] coverage: 88.6% of statements [2021-06-17T12:52:23.153Z] ok github.com/docker/docker/pkg/tailfile 0.161s coverage: 88.6% of statements [2021-06-17T12:52:23.153Z] time="2021-06-17T12:52:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49295/Test.Echo: Post \"http://127.0.0.1:49295/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-06-17T12:52:23.605Z] === RUN TestTarSumRemoveNonExistent [2021-06-17T12:52:23.605Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-06-17T12:52:23.605Z] === RUN TestTarSumRemove [2021-06-17T12:52:23.605Z] --- PASS: TestTarSumRemove (0.00s) [2021-06-17T12:52:23.605Z] === RUN TestSortFileInfoSums [2021-06-17T12:52:23.605Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-06-17T12:52:23.605Z] === RUN TestNewTarSumForLabelInvalid [2021-06-17T12:52:23.605Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-06-17T12:52:23.605Z] === RUN TestNewTarSumForLabel [2021-06-17T12:52:23.605Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-06-17T12:52:23.605Z] === RUN TestEmptyTar [2021-06-17T12:52:23.605Z] --- PASS: TestEmptyTar (0.00s) [2021-06-17T12:52:23.605Z] === RUN TestTarSumsReadSize [2021-06-17T12:52:23.605Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-06-17T12:52:23.605Z] === RUN TestTarSums [2021-06-17T12:52:23.605Z] --- PASS: TestTarSums (0.08s) [2021-06-17T12:52:23.605Z] === RUN TestIteration [2021-06-17T12:52:23.605Z] --- PASS: TestIteration (0.00s) [2021-06-17T12:52:23.605Z] === RUN TestVersionLabelForChecksum [2021-06-17T12:52:23.605Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-06-17T12:52:23.605Z] === RUN TestVersion [2021-06-17T12:52:23.605Z] --- PASS: TestVersion (0.00s) [2021-06-17T12:52:23.605Z] === RUN TestGetVersion [2021-06-17T12:52:23.605Z] --- PASS: TestGetVersion (0.00s) [2021-06-17T12:52:23.605Z] === RUN TestGetVersions [2021-06-17T12:52:23.605Z] --- PASS: TestGetVersions (0.00s) [2021-06-17T12:52:23.605Z] PASS [2021-06-17T12:52:23.605Z] coverage: 89.3% of statements [2021-06-17T12:52:23.605Z] ok github.com/docker/docker/pkg/tarsum 0.131s coverage: 89.3% of statements [2021-06-17T12:52:24.057Z] testing: warning: no tests to run [2021-06-17T12:52:24.057Z] PASS [2021-06-17T12:52:24.057Z] coverage: [no statements] [2021-06-17T12:52:24.057Z] ok github.com/docker/docker/pkg/term/windows 0.036s coverage: [no statements] [no tests to run] [2021-06-17T12:52:24.061Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-06-17T12:52:24.062Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-06-17T12:52:25.004Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.50s) [2021-06-17T12:52:25.004Z] === RUN TestNISDomainname [2021-06-17T12:52:25.010Z] === RUN TestTruncIndex [2021-06-17T12:52:25.010Z] --- PASS: TestTruncIndex (0.10s) [2021-06-17T12:52:25.010Z] PASS [2021-06-17T12:52:25.010Z] coverage: 91.5% of statements [2021-06-17T12:52:25.010Z] ok github.com/docker/docker/pkg/truncindex 0.139s coverage: 91.5% of statements [2021-06-17T12:52:25.462Z] === RUN TestIsGIT [2021-06-17T12:52:25.462Z] --- PASS: TestIsGIT (0.00s) [2021-06-17T12:52:25.462Z] === RUN TestIsTransport [2021-06-17T12:52:25.462Z] --- PASS: TestIsTransport (0.00s) [2021-06-17T12:52:25.462Z] PASS [2021-06-17T12:52:25.462Z] coverage: 100.0% of statements [2021-06-17T12:52:25.462Z] ok github.com/docker/docker/pkg/urlutil 0.036s coverage: 100.0% of statements [2021-06-17T12:52:25.617Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-17T12:52:25.617Z] --- PASS: TestDaemonStartWithLogOpt (4.02s) [2021-06-17T12:52:25.914Z] === RUN TestVersionInfo [2021-06-17T12:52:25.914Z] --- PASS: TestVersionInfo (0.00s) [2021-06-17T12:52:25.914Z] === RUN TestAppendVersions [2021-06-17T12:52:25.914Z] --- PASS: TestAppendVersions (0.00s) [2021-06-17T12:52:25.914Z] PASS [2021-06-17T12:52:25.914Z] coverage: 88.9% of statements [2021-06-17T12:52:25.914Z] ok github.com/docker/docker/pkg/useragent 0.035s coverage: 88.9% of statements [2021-06-17T12:52:26.565Z] === RUN TestReadPluginNoRead/default [2021-06-17T12:52:27.114Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-06-17T12:52:27.114Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2021-06-17T12:52:27.114Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-06-17T12:52:27.114Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-06-17T12:52:27.114Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-06-17T12:52:27.114Z] Cross building: bundles/cross/windows/amd64 [2021-06-17T12:52:27.114Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-06-17T12:52:27.114Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-06-17T12:52:27.550Z] --- PASS: TestNISDomainname (2.39s) [2021-06-17T12:52:27.550Z] === RUN TestHostnameDnsResolution [2021-06-17T12:52:28.062Z] === RUN TestValidatePrivileges [2021-06-17T12:52:28.062Z] --- PASS: TestValidatePrivileges (0.00s) [2021-06-17T12:52:28.062Z] === RUN TestFilterByCapNeg [2021-06-17T12:52:28.062Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-06-17T12:52:28.062Z] === RUN TestFilterByCapPos [2021-06-17T12:52:28.062Z] --- PASS: TestFilterByCapPos (0.00s) [2021-06-17T12:52:28.062Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-06-17T12:52:28.062Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-06-17T12:52:28.062Z] PASS [2021-06-17T12:52:28.062Z] coverage: 12.0% of statements [2021-06-17T12:52:28.062Z] ok github.com/docker/docker/plugin 0.050s coverage: 12.0% of statements [2021-06-17T12:52:28.122Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-06-17T12:52:28.122Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-06-17T12:52:28.122Z] check_test.go:309: [deff6c7e1d329] daemon is not started [2021-06-17T12:52:28.122Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-06-17T12:52:28.122Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-06-17T12:52:28.122Z] check_test.go:309: [df80e89bc767b] daemon is not started [2021-06-17T12:52:28.122Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-06-17T12:52:28.478Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-17T12:52:29.015Z] === RUN TestNewSettable [2021-06-17T12:52:29.015Z] --- PASS: TestNewSettable (0.00s) [2021-06-17T12:52:29.015Z] === RUN TestIsSettable [2021-06-17T12:52:29.015Z] --- PASS: TestIsSettable (0.00s) [2021-06-17T12:52:29.015Z] === RUN TestUpdateSettingsEnv [2021-06-17T12:52:29.015Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-06-17T12:52:29.015Z] PASS [2021-06-17T12:52:29.015Z] coverage: 20.0% of statements [2021-06-17T12:52:29.015Z] ok github.com/docker/docker/plugin/v2 0.040s coverage: 20.0% of statements [2021-06-17T12:52:29.506Z] --- PASS: TestHostnameDnsResolution (2.06s) [2021-06-17T12:52:29.506Z] === RUN TestStats [2021-06-17T12:52:29.969Z] === RUN TestLoad [2021-06-17T12:52:29.969Z] --- PASS: TestLoad (0.00s) [2021-06-17T12:52:29.969Z] === RUN TestSave [2021-06-17T12:52:29.969Z] --- PASS: TestSave (0.02s) [2021-06-17T12:52:29.969Z] === RUN TestAddDeleteGet [2021-06-17T12:52:29.969Z] --- PASS: TestAddDeleteGet (0.03s) [2021-06-17T12:52:29.969Z] === RUN TestInvalidTags [2021-06-17T12:52:29.969Z] --- PASS: TestInvalidTags (0.00s) [2021-06-17T12:52:29.969Z] PASS [2021-06-17T12:52:29.969Z] coverage: 84.4% of statements [2021-06-17T12:52:29.969Z] ok github.com/docker/docker/reference 0.110s coverage: 84.4% of statements [2021-06-17T12:52:30.389Z] === CONT TestReadPluginNoRead [2021-06-17T12:52:30.389Z] read_test.go:92: [dd7e3fa973647] daemon is not started [2021-06-17T12:52:30.389Z] --- PASS: TestReadPluginNoRead (8.62s) [2021-06-17T12:52:30.389Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.69s) [2021-06-17T12:52:30.389Z] --- PASS: TestReadPluginNoRead/default (1.74s) [2021-06-17T12:52:30.389Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.68s) [2021-06-17T12:52:30.890Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-06-17T12:52:30.923Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-06-17T12:52:30.923Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-06-17T12:52:30.923Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-06-17T12:52:30.923Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-06-17T12:52:30.959Z] --- PASS: TestContinueAfterPluginCrash (9.50s) [2021-06-17T12:52:30.959Z] PASS [2021-06-17T12:52:30.959Z] [2021-06-17T12:52:30.959Z] DONE 6 tests in 9.642s [2021-06-17T12:52:30.959Z] 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-06-17T12:52:30.959Z] ++ 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-06-17T12:52:30.959Z] ++ set -e [2021-06-17T12:52:30.959Z] ++ '[' -n 0 ']' [2021-06-17T12:52:30.959Z] ++ set -x [2021-06-17T12:52:30.959Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-06-17T12:52:30.959Z] testing: warning: no tests to run [2021-06-17T12:52:30.959Z] PASS [2021-06-17T12:52:30.959Z] [2021-06-17T12:52:30.959Z] DONE 0 tests in 0.049s [2021-06-17T12:52:30.959Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-17T12:52:30.959Z] ++ 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-06-17T12:52:30.959Z] ++ set -e [2021-06-17T12:52:30.959Z] ++ '[' -n 0 ']' [2021-06-17T12:52:30.959Z] ++ set -x [2021-06-17T12:52:30.959Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-06-17T12:52:31.223Z] INFO: Testing against a local daemon [2021-06-17T12:52:31.223Z] === RUN TestPluginWithDevMounts [2021-06-17T12:52:31.223Z] === PAUSE TestPluginWithDevMounts [2021-06-17T12:52:31.223Z] === CONT TestPluginWithDevMounts [2021-06-17T12:52:31.376Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-06-17T12:52:31.376Z] === RUN TestClientStream [2021-06-17T12:52:31.376Z] --- PASS: TestClientStream (0.00s) [2021-06-17T12:52:31.376Z] === RUN TestClientSendFile [2021-06-17T12:52:31.376Z] --- PASS: TestClientSendFile (0.00s) [2021-06-17T12:52:31.376Z] === RUN TestClientWithRequestTimeout [2021-06-17T12:52:31.376Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-06-17T12:52:31.376Z] === RUN TestFileSpecPlugin [2021-06-17T12:52:31.376Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-06-17T12:52:31.376Z] === RUN TestFileJSONSpecPlugin [2021-06-17T12:52:31.376Z] --- PASS: TestFileJSONSpecPlugin (0.01s) [2021-06-17T12:52:31.376Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-06-17T12:52:31.376Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-06-17T12:52:31.376Z] === RUN TestPluginAddHandler [2021-06-17T12:52:31.376Z] --- PASS: TestPluginAddHandler (0.00s) [2021-06-17T12:52:31.376Z] === RUN TestPluginWaitBadPlugin [2021-06-17T12:52:31.376Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-06-17T12:52:31.376Z] === RUN TestGet [2021-06-17T12:52:31.376Z] time="2021-06-17T12:52:31Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-06-17T12:52:31.461Z] check_test.go:309: [deddbc2cab4af] daemon is not started [2021-06-17T12:52:31.461Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-06-17T12:52:31.810Z] --- PASS: TestServicePlugin (30.21s) [2021-06-17T12:52:31.810Z] === RUN TestServiceUpdateLabel [2021-06-17T12:52:31.828Z] === RUN TestResolveAuthConfigIndexServer [2021-06-17T12:52:31.828Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-06-17T12:52:31.828Z] === RUN TestResolveAuthConfigFullURL [2021-06-17T12:52:31.828Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-06-17T12:52:31.828Z] === RUN TestLoadAllowNondistributableArtifacts [2021-06-17T12:52:31.828Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-06-17T12:52:31.828Z] === RUN TestValidateMirror [2021-06-17T12:52:31.828Z] --- PASS: TestValidateMirror (0.00s) [2021-06-17T12:52:31.828Z] === RUN TestLoadInsecureRegistries [2021-06-17T12:52:32.033Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-06-17T12:52:32.280Z] time="2021-06-17T12:52:31Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-06-17T12:52:32.280Z] time="2021-06-17T12:52:31Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-06-17T12:52:32.280Z] time="2021-06-17T12:52:31Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-06-17T12:52:32.280Z] --- PASS: TestLoadInsecureRegistries (0.16s) [2021-06-17T12:52:32.280Z] === RUN TestNewServiceConfig [2021-06-17T12:52:32.280Z] --- PASS: TestNewServiceConfig (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestValidateIndexName [2021-06-17T12:52:32.280Z] --- PASS: TestValidateIndexName (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestValidateIndexNameWithError [2021-06-17T12:52:32.280Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestEndpointParse [2021-06-17T12:52:32.280Z] --- PASS: TestEndpointParse (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestEndpointParseInvalid [2021-06-17T12:52:32.280Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestValidateEndpoint [2021-06-17T12:52:32.280Z] --- PASS: TestValidateEndpoint (0.01s) [2021-06-17T12:52:32.280Z] === RUN TestPing [2021-06-17T12:52:32.280Z] --- PASS: TestPing (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestPingRegistryEndpoint [2021-06-17T12:52:32.280Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:52:32.280Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestEndpoint [2021-06-17T12:52:32.280Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:52:32.280Z] --- SKIP: TestEndpoint (0.01s) [2021-06-17T12:52:32.280Z] === RUN TestParseRepositoryInfo [2021-06-17T12:52:32.280Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestNewIndexInfo [2021-06-17T12:52:32.280Z] --- PASS: TestNewIndexInfo (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestMirrorEndpointLookup [2021-06-17T12:52:32.280Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:52:32.280Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestSearchRepositories [2021-06-17T12:52:32.280Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-06-17T12:52:32.280Z] Host: 127.0.0.1:49313 [2021-06-17T12:52:32.280Z] User-Agent: docker test client [2021-06-17T12:52:32.280Z] Authorization: Token fake-token [2021-06-17T12:52:32.280Z] X-Docker-Token: true [2021-06-17T12:52:32.280Z] Accept-Encoding: gzip [2021-06-17T12:52:32.280Z] [2021-06-17T12:52:32.280Z] [2021-06-17T12:52:32.280Z] registry_test.go:730: HTTP/1.1 200 OK [2021-06-17T12:52:32.280Z] Connection: close [2021-06-17T12:52:32.280Z] Content-Length: 144 [2021-06-17T12:52:32.280Z] Cache-Control: no-cache [2021-06-17T12:52:32.280Z] Content-Type: application/json [2021-06-17T12:52:32.280Z] Date: Thu, 17 Jun 2021 12:52:31 GMT [2021-06-17T12:52:32.280Z] Expires: -1 [2021-06-17T12:52:32.280Z] Pragma: no-cache [2021-06-17T12:52:32.280Z] Server: docker-tests/mock [2021-06-17T12:52:32.280Z] X-Docker-Registry-Config: mock [2021-06-17T12:52:32.280Z] X-Docker-Registry-Version: 0.0.0 [2021-06-17T12:52:32.280Z] [2021-06-17T12:52:32.280Z] [2021-06-17T12:52:32.280Z] --- PASS: TestSearchRepositories (0.01s) [2021-06-17T12:52:32.280Z] === RUN TestTrustedLocation [2021-06-17T12:52:32.280Z] --- PASS: TestTrustedLocation (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-06-17T12:52:32.280Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestAllowNondistributableArtifacts [2021-06-17T12:52:32.280Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestIsSecureIndex [2021-06-17T12:52:32.280Z] --- PASS: TestIsSecureIndex (0.00s) [2021-06-17T12:52:32.280Z] PASS [2021-06-17T12:52:32.280Z] coverage: 51.7% of statements [2021-06-17T12:52:32.280Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-06-17T12:52:32.280Z] ok github.com/docker/docker/registry 0.245s coverage: 51.7% of statements [2021-06-17T12:52:32.280Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2021-06-17T12:52:32.280Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-06-17T12:52:32.280Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-06-17T12:52:32.280Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-06-17T12:52:32.280Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestResumableRequestReaderWithReadError [2021-06-17T12:52:32.280Z] time="2021-06-17T12:52:31Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-06-17T12:52:32.280Z] --- PASS: TestResumableRequestReaderWithReadError (0.16s) [2021-06-17T12:52:32.280Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-06-17T12:52:32.280Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-06-17T12:52:32.280Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-06-17T12:52:32.280Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestResumableRequestReader [2021-06-17T12:52:32.280Z] --- PASS: TestResumableRequestReader (0.00s) [2021-06-17T12:52:32.280Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-06-17T12:52:32.280Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-06-17T12:52:32.280Z] PASS [2021-06-17T12:52:32.280Z] coverage: 100.0% of statements [2021-06-17T12:52:32.280Z] ok github.com/docker/docker/registry/resumable 0.231s coverage: 100.0% of statements [2021-06-17T12:52:32.605Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-06-17T12:52:32.605Z] --- PASS: TestStats (3.11s) [2021-06-17T12:52:32.605Z] === RUN TestStopContainerWithTimeout [2021-06-17T12:52:32.605Z] === RUN TestStopContainerWithTimeout/0 [2021-06-17T12:52:32.605Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-17T12:52:32.605Z] === RUN TestStopContainerWithTimeout/1 [2021-06-17T12:52:32.605Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-17T12:52:32.605Z] === RUN TestStopContainerWithTimeout/3 [2021-06-17T12:52:32.605Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-17T12:52:32.605Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-17T12:52:32.605Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-17T12:52:32.605Z] === CONT TestStopContainerWithTimeout/0 [2021-06-17T12:52:32.605Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-17T12:52:32.732Z] time="2021-06-17T12:52:32Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-06-17T12:52:32.732Z] === RUN TestRestartManagerTimeout [2021-06-17T12:52:32.732Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-06-17T12:52:32.732Z] === RUN TestRestartManagerTimeoutReset [2021-06-17T12:52:32.732Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-06-17T12:52:32.732Z] PASS [2021-06-17T12:52:32.732Z] coverage: 50.9% of statements [2021-06-17T12:52:32.732Z] ok github.com/docker/docker/restartmanager 0.041s coverage: 50.9% of statements [2021-06-17T12:52:32.736Z] --- PASS: TestServiceUpdateLabel (1.78s) [2021-06-17T12:52:32.736Z] === RUN TestServiceUpdateSecrets [2021-06-17T12:52:33.134Z] --- PASS: TestPluginWithDevMounts (1.88s) [2021-06-17T12:52:33.134Z] PASS [2021-06-17T12:52:33.134Z] [2021-06-17T12:52:33.134Z] DONE 1 tests in 2.025s [2021-06-17T12:52:33.134Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-17T12:52:33.134Z] ++ 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-06-17T12:52:33.134Z] ++ set -e [2021-06-17T12:52:33.134Z] ++ '[' -n 0 ']' [2021-06-17T12:52:33.134Z] ++ set -x [2021-06-17T12:52:33.134Z] ++ 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-06-17T12:52:33.184Z] === RUN TestDecodeContainerConfig [2021-06-17T12:52:33.184Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-06-17T12:52:33.184Z] === RUN TestDecodeContainerConfigIsolation [2021-06-17T12:52:33.184Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-06-17T12:52:33.184Z] === RUN TestValidatePrivileged [2021-06-17T12:52:33.184Z] --- PASS: TestValidatePrivileged (0.00s) [2021-06-17T12:52:33.184Z] PASS [2021-06-17T12:52:33.184Z] coverage: 52.2% of statements [2021-06-17T12:52:33.184Z] ok github.com/docker/docker/runconfig 0.042s coverage: 52.2% of statements [2021-06-17T12:52:33.636Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-06-17T12:52:33.636Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-06-17T12:52:33.636Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-06-17T12:52:33.636Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-06-17T12:52:33.636Z] PASS [2021-06-17T12:52:33.636Z] coverage: 62.5% of statements [2021-06-17T12:52:33.636Z] ok github.com/docker/docker/testutil 0.218s coverage: 62.5% of statements [2021-06-17T12:52:33.989Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-06-17T12:52:34.074Z] INFO: Testing against a local daemon [2021-06-17T12:52:34.074Z] === RUN TestSecretInspect [2021-06-17T12:52:34.590Z] time="2021-06-17T12:52:34Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-06-17T12:52:34.932Z] === CONT TestStopContainerWithTimeout/3 [2021-06-17T12:52:36.618Z] --- PASS: TestSecretInspect (2.64s) [2021-06-17T12:52:36.618Z] === RUN TestSecretList [2021-06-17T12:52:36.745Z] === RUN TestGetDriver [2021-06-17T12:52:36.745Z] --- PASS: TestGetDriver (0.00s) [2021-06-17T12:52:36.745Z] === RUN TestVolumeRequestError [2021-06-17T12:52:36.745Z] --- PASS: TestVolumeRequestError (0.01s) [2021-06-17T12:52:36.745Z] PASS [2021-06-17T12:52:36.745Z] coverage: 36.1% of statements [2021-06-17T12:52:36.745Z] ok github.com/docker/docker/volume/drivers 0.049s coverage: 36.1% of statements [2021-06-17T12:52:36.843Z] === CONT TestStopContainerWithTimeout/1 [2021-06-17T12:52:37.196Z] === RUN TestGetAddress [2021-06-17T12:52:37.197Z] --- PASS: TestGetAddress (0.00s) [2021-06-17T12:52:37.197Z] === RUN TestRemove [2021-06-17T12:52:37.197Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-17T12:52:37.197Z] --- SKIP: TestRemove (0.00s) [2021-06-17T12:52:37.197Z] === RUN TestInitializeWithVolumes [2021-06-17T12:52:37.197Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-06-17T12:52:37.197Z] === RUN TestCreate [2021-06-17T12:52:37.197Z] --- PASS: TestCreate (0.01s) [2021-06-17T12:52:37.197Z] === RUN TestValidateName [2021-06-17T12:52:37.197Z] --- PASS: TestValidateName (0.00s) [2021-06-17T12:52:37.197Z] === RUN TestCreateWithOpts [2021-06-17T12:52:37.197Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-17T12:52:37.197Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-06-17T12:52:37.197Z] === RUN TestRelaodNoOpts [2021-06-17T12:52:37.197Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-06-17T12:52:37.197Z] PASS [2021-06-17T12:52:37.197Z] coverage: 41.5% of statements [2021-06-17T12:52:37.197Z] ok github.com/docker/docker/volume/local 0.064s coverage: 41.5% of statements [2021-06-17T12:52:37.416Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-06-17T12:52:38.712Z] === RUN TestConvertTmpfsOptions [2021-06-17T12:52:38.712Z] parser_test.go:49: data="mode=700,size=1m" [2021-06-17T12:52:38.712Z] parser_test.go:49: data="ro" [2021-06-17T12:52:38.712Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-06-17T12:52:38.712Z] === RUN TestParseMountRaw [2021-06-17T12:52:38.712Z] --- PASS: TestParseMountRaw (0.03s) [2021-06-17T12:52:38.712Z] === RUN TestParseMountRawSplit [2021-06-17T12:52:38.712Z] parser_test.go:390: case 0 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 1 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 2 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 3 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 4 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 5 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 6 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 7 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 8 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 0 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 1 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 2 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 3 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 4 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 5 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 6 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 7 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 8 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 9 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 10 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 11 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 12 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 0 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 1 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 2 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 3 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 4 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 5 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 6 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 7 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 8 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 9 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 10 [2021-06-17T12:52:38.712Z] parser_test.go:390: case 11 [2021-06-17T12:52:38.712Z] --- PASS: TestParseMountRawSplit (0.01s) [2021-06-17T12:52:38.712Z] === RUN TestParseMountSpec [2021-06-17T12:52:38.712Z] parser_test.go:455: case 0 [2021-06-17T12:52:38.712Z] parser_test.go:455: case 1 [2021-06-17T12:52:38.712Z] parser_test.go:455: case 2 [2021-06-17T12:52:38.712Z] parser_test.go:455: case 3 [2021-06-17T12:52:38.712Z] parser_test.go:455: case 4 [2021-06-17T12:52:38.712Z] parser_test.go:455: case 5 [2021-06-17T12:52:38.712Z] --- PASS: TestParseMountSpec (0.00s) [2021-06-17T12:52:38.712Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-06-17T12:52:38.712Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-06-17T12:52:38.712Z] === RUN TestValidateMount [2021-06-17T12:52:38.713Z] --- PASS: TestValidateMount (0.00s) [2021-06-17T12:52:38.713Z] PASS [2021-06-17T12:52:38.713Z] coverage: 66.2% of statements [2021-06-17T12:52:38.713Z] ok github.com/docker/docker/volume/mounts 0.082s coverage: 66.2% of statements [2021-06-17T12:52:38.713Z] time="2021-06-17T12:52:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-06-17T12:52:39.165Z] === RUN TestSetGetMeta [2021-06-17T12:52:39.165Z] === PAUSE TestSetGetMeta [2021-06-17T12:52:39.165Z] === RUN TestRestore [2021-06-17T12:52:39.165Z] === PAUSE TestRestore [2021-06-17T12:52:39.165Z] === RUN TestServiceCreate [2021-06-17T12:52:39.165Z] === PAUSE TestServiceCreate [2021-06-17T12:52:39.165Z] === RUN TestServiceList [2021-06-17T12:52:39.165Z] === PAUSE TestServiceList [2021-06-17T12:52:39.165Z] === RUN TestServiceRemove [2021-06-17T12:52:39.165Z] === PAUSE TestServiceRemove [2021-06-17T12:52:39.165Z] === RUN TestServiceGet [2021-06-17T12:52:39.165Z] === PAUSE TestServiceGet [2021-06-17T12:52:39.165Z] === RUN TestServicePrune [2021-06-17T12:52:39.165Z] === PAUSE TestServicePrune [2021-06-17T12:52:39.165Z] === RUN TestCreate [2021-06-17T12:52:39.165Z] === PAUSE TestCreate [2021-06-17T12:52:39.165Z] === RUN TestRemove [2021-06-17T12:52:39.165Z] === PAUSE TestRemove [2021-06-17T12:52:39.165Z] === RUN TestList [2021-06-17T12:52:39.165Z] === PAUSE TestList [2021-06-17T12:52:39.165Z] === RUN TestFindByDriver [2021-06-17T12:52:39.165Z] === PAUSE TestFindByDriver [2021-06-17T12:52:39.165Z] === RUN TestFindByReferenced [2021-06-17T12:52:39.165Z] === PAUSE TestFindByReferenced [2021-06-17T12:52:39.165Z] === RUN TestDerefMultipleOfSameRef [2021-06-17T12:52:39.165Z] === PAUSE TestDerefMultipleOfSameRef [2021-06-17T12:52:39.165Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-17T12:52:39.165Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-17T12:52:39.165Z] === RUN TestDefererencePluginOnCreateError [2021-06-17T12:52:39.165Z] === PAUSE TestDefererencePluginOnCreateError [2021-06-17T12:52:39.165Z] === RUN TestRefDerefRemove [2021-06-17T12:52:39.165Z] === PAUSE TestRefDerefRemove [2021-06-17T12:52:39.165Z] === RUN TestGet [2021-06-17T12:52:39.165Z] === PAUSE TestGet [2021-06-17T12:52:39.165Z] === RUN TestGetWithReference [2021-06-17T12:52:39.165Z] === PAUSE TestGetWithReference [2021-06-17T12:52:39.165Z] === RUN TestFilterFunc [2021-06-17T12:52:39.165Z] === RUN TestFilterFunc/test_nil_list [2021-06-17T12:52:39.165Z] === PAUSE TestFilterFunc/test_nil_list [2021-06-17T12:52:39.165Z] === RUN TestFilterFunc/test_empty_list [2021-06-17T12:52:39.165Z] === PAUSE TestFilterFunc/test_empty_list [2021-06-17T12:52:39.165Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-06-17T12:52:39.165Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-06-17T12:52:39.165Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-17T12:52:39.165Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-17T12:52:39.165Z] === RUN TestFilterFunc/test_filter_some [2021-06-17T12:52:39.165Z] === PAUSE TestFilterFunc/test_filter_some [2021-06-17T12:52:39.165Z] === RUN TestFilterFunc/test_filter_middle [2021-06-17T12:52:39.165Z] === PAUSE TestFilterFunc/test_filter_middle [2021-06-17T12:52:39.165Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-06-17T12:52:39.165Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-06-17T12:52:39.165Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-06-17T12:52:39.165Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-06-17T12:52:39.165Z] === CONT TestFilterFunc/test_nil_list [2021-06-17T12:52:39.165Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-06-17T12:52:39.165Z] === CONT TestFilterFunc/test_filter_some [2021-06-17T12:52:39.165Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-06-17T12:52:39.165Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-17T12:52:39.165Z] === CONT TestFilterFunc/test_empty_list [2021-06-17T12:52:39.165Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-06-17T12:52:39.165Z] === CONT TestFilterFunc/test_filter_middle [2021-06-17T12:52:39.165Z] --- PASS: TestFilterFunc (0.00s) [2021-06-17T12:52:39.165Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-06-17T12:52:39.165Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-06-17T12:52:39.165Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-06-17T12:52:39.165Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-06-17T12:52:39.165Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-06-17T12:52:39.165Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-06-17T12:52:39.165Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-06-17T12:52:39.165Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-06-17T12:52:39.165Z] === CONT TestSetGetMeta [2021-06-17T12:52:39.165Z] === CONT TestFindByReferenced [2021-06-17T12:52:39.165Z] === CONT TestServicePrune [2021-06-17T12:52:39.165Z] === CONT TestList [2021-06-17T12:52:39.165Z] --- PASS: TestFindByReferenced (0.02s) [2021-06-17T12:52:39.165Z] === CONT TestServiceGet [2021-06-17T12:52:39.165Z] --- PASS: TestSetGetMeta (0.02s) [2021-06-17T12:52:39.165Z] === CONT TestServiceRemove [2021-06-17T12:52:39.165Z] --- PASS: TestList (0.04s) [2021-06-17T12:52:39.165Z] === CONT TestServiceList [2021-06-17T12:52:39.165Z] --- PASS: TestServiceGet (0.17s) [2021-06-17T12:52:39.165Z] === CONT TestServiceCreate [2021-06-17T12:52:39.165Z] time="2021-06-17T12:52:39Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-17T12:52:39.165Z] --- PASS: TestServiceRemove (0.18s) [2021-06-17T12:52:39.165Z] === CONT TestRestore [2021-06-17T12:52:39.165Z] --- PASS: TestServiceList (0.16s) [2021-06-17T12:52:39.165Z] === CONT TestRemove [2021-06-17T12:52:39.165Z] time="2021-06-17T12:52:39Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-17T12:52:39.331Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2021-06-17T12:52:39.331Z] --- PASS: TestStopContainerWithTimeout/0 (2.08s) [2021-06-17T12:52:39.331Z] --- PASS: TestStopContainerWithTimeout/-1 (4.21s) [2021-06-17T12:52:39.331Z] --- PASS: TestStopContainerWithTimeout/3 (3.23s) [2021-06-17T12:52:39.331Z] --- PASS: TestStopContainerWithTimeout/1 (2.19s) [2021-06-17T12:52:39.331Z] === RUN TestDeleteDevicemapper [2021-06-17T12:52:39.331Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-17T12:52:39.331Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-17T12:52:39.331Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-17T12:52:39.617Z] time="2021-06-17T12:52:39Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-17T12:52:39.617Z] time="2021-06-17T12:52:39Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-06-17T12:52:39.617Z] === CONT TestGet [2021-06-17T12:52:39.617Z] --- PASS: TestServiceCreate (0.03s) [2021-06-17T12:52:39.617Z] --- PASS: TestRestore (0.02s) [2021-06-17T12:52:39.617Z] === CONT TestGetWithReference [2021-06-17T12:52:39.617Z] time="2021-06-17T12:52:39Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-17T12:52:39.617Z] --- PASS: TestRemove (0.02s) [2021-06-17T12:52:39.617Z] === CONT TestCreate [2021-06-17T12:52:39.617Z] --- PASS: TestServicePrune (0.23s) [2021-06-17T12:52:39.617Z] === CONT TestDefererencePluginOnCreateError [2021-06-17T12:52:39.617Z] --- PASS: TestGet (0.02s) [2021-06-17T12:52:39.617Z] === CONT TestRefDerefRemove [2021-06-17T12:52:39.617Z] --- PASS: TestCreate (0.01s) [2021-06-17T12:52:39.617Z] === CONT TestFindByDriver [2021-06-17T12:52:39.617Z] --- PASS: TestGetWithReference (0.03s) [2021-06-17T12:52:39.617Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-17T12:52:39.617Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-06-17T12:52:39.617Z] === CONT TestDerefMultipleOfSameRef [2021-06-17T12:52:39.617Z] --- PASS: TestRefDerefRemove (0.02s) [2021-06-17T12:52:39.617Z] --- PASS: TestFindByDriver (0.02s) [2021-06-17T12:52:39.617Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-06-17T12:52:39.617Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-06-17T12:52:39.617Z] PASS [2021-06-17T12:52:39.617Z] coverage: 69.6% of statements [2021-06-17T12:52:39.617Z] ok github.com/docker/docker/volume/service 0.316s coverage: 69.6% of statements [2021-06-17T12:52:39.916Z] --- PASS: TestSecretList (2.65s) [2021-06-17T12:52:39.916Z] === RUN TestSecretsCreateAndDelete [2021-06-17T12:52:41.245Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-06-17T12:52:41.825Z] --- PASS: TestSecretsCreateAndDelete (2.20s) [2021-06-17T12:52:41.825Z] === RUN TestSecretsUpdate [2021-06-17T12:52:42.188Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-06-17T12:52:44.367Z] --- PASS: TestSecretsUpdate (2.56s) [2021-06-17T12:52:44.367Z] === RUN TestTemplatedSecret [2021-06-17T12:52:44.734Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.74s) [2021-06-17T12:52:44.734Z] === RUN TestUpdateMemory [2021-06-17T12:52:44.734Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-17T12:52:44.734Z] --- SKIP: TestUpdateMemory (0.00s) [2021-06-17T12:52:44.734Z] === RUN TestUpdateCPUQuota [2021-06-17T12:52:45.306Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-06-17T12:52:45.306Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-06-17T12:52:46.247Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-06-17T12:52:46.247Z] === RUN TestDockerSuite/TestBuildCmd [2021-06-17T12:52:46.508Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-06-17T12:52:46.623Z] --- PASS: TestGet (15.01s) [2021-06-17T12:52:46.623Z] === RUN TestPluginWithNoManifest [2021-06-17T12:52:46.623Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-06-17T12:52:46.623Z] === RUN TestGetAll [2021-06-17T12:52:46.623Z] --- PASS: TestGetAll (0.00s) [2021-06-17T12:52:46.623Z] PASS [2021-06-17T12:52:46.623Z] coverage: 73.4% of statements [2021-06-17T12:52:46.623Z] ok github.com/docker/docker/pkg/plugins 35.977s coverage: 73.4% of statements [2021-06-17T12:52:47.079Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-06-17T12:52:47.079Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-06-17T12:52:47.079Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-06-17T12:52:47.079Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-06-17T12:52:47.340Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-06-17T12:52:47.668Z] --- PASS: TestTemplatedSecret (2.99s) [2021-06-17T12:52:47.668Z] === RUN TestSecretCreateResolve [2021-06-17T12:52:48.281Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-06-17T12:52:49.580Z] --- PASS: TestSecretCreateResolve (2.55s) [2021-06-17T12:52:49.580Z] PASS [2021-06-17T12:52:49.580Z] [2021-06-17T12:52:49.580Z] DONE 6 tests in 16.645s [2021-06-17T12:52:49.580Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-06-17T12:52:49.580Z] ++ 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-06-17T12:52:49.580Z] ++ set -e [2021-06-17T12:52:49.580Z] ++ '[' -n 0 ']' [2021-06-17T12:52:49.580Z] ++ set -x [2021-06-17T12:52:49.580Z] ++ 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-06-17T12:52:50.813Z] --- PASS: TestServiceUpdateSecrets (15.15s) [2021-06-17T12:52:50.813Z] === RUN TestServiceUpdateConfigs [2021-06-17T12:52:50.825Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-06-17T12:52:52.878Z] INFO: Testing against a local daemon [2021-06-17T12:52:52.878Z] === RUN TestServiceCreateInit [2021-06-17T12:52:52.878Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-17T12:52:54.122Z] --- PASS: TestUpdateCPUQuota (9.05s) [2021-06-17T12:52:54.122Z] === RUN TestUpdatePidsLimit [2021-06-17T12:52:54.122Z] === RUN TestUpdatePidsLimit/update_from_none [2021-06-17T12:52:54.383Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-06-17T12:52:55.324Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-06-17T12:52:55.324Z] === RUN TestUpdatePidsLimit/no_change [2021-06-17T12:52:55.585Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-06-17T12:52:56.526Z] === RUN TestUpdatePidsLimit/update_lower [2021-06-17T12:52:56.787Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-06-17T12:52:57.358Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-06-17T12:52:57.929Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-06-17T12:52:58.164Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-17T12:52:58.499Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-06-17T12:52:59.441Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-06-17T12:52:59.441Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-06-17T12:52:59.708Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-06-17T12:53:00.668Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-06-17T12:53:01.257Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-06-17T12:53:02.197Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-06-17T12:53:02.989Z] --- PASS: TestServiceUpdateConfigs (14.46s) [2021-06-17T12:53:02.989Z] === RUN TestServiceUpdateNetwork [2021-06-17T12:53:03.456Z] --- PASS: TestServiceCreateInit (10.19s) [2021-06-17T12:53:03.456Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.05s) [2021-06-17T12:53:03.456Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.10s) [2021-06-17T12:53:03.456Z] === RUN TestCreateServiceMultipleTimes [2021-06-17T12:53:04.108Z] check_test.go:309: [d121a504586dd] daemon is not started [2021-06-17T12:53:04.109Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-06-17T12:53:04.369Z] --- PASS: TestUpdatePidsLimit (10.44s) [2021-06-17T12:53:04.369Z] --- PASS: TestUpdatePidsLimit/update_from_none (1.32s) [2021-06-17T12:53:04.369Z] --- PASS: TestUpdatePidsLimit/no_change (1.32s) [2021-06-17T12:53:04.369Z] --- PASS: TestUpdatePidsLimit/update_lower (1.35s) [2021-06-17T12:53:04.369Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.36s) [2021-06-17T12:53:04.369Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.40s) [2021-06-17T12:53:04.369Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.36s) [2021-06-17T12:53:04.369Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.39s) [2021-06-17T12:53:04.369Z] === RUN TestUpdateRestartPolicy [2021-06-17T12:53:07.611Z] 2021/06/17 12:53:05 Closing DB instances... [2021-06-17T12:53:07.611Z] --- PASS: TestNetworkDBGarbageCollection (53.63s) [2021-06-17T12:53:07.611Z] === RUN TestFindNode [2021-06-17T12:53:07.611Z] 2021/06/17 12:53:06 Closing DB instances... [2021-06-17T12:53:07.611Z] --- PASS: TestFindNode (0.01s) [2021-06-17T12:53:07.611Z] === RUN TestChangeNodeState [2021-06-17T12:53:07.611Z] 2021/06/17 12:53:06 Closing DB instances... [2021-06-17T12:53:07.611Z] --- PASS: TestChangeNodeState (0.01s) [2021-06-17T12:53:07.611Z] === RUN TestNodeReincarnation [2021-06-17T12:53:07.611Z] 2021/06/17 12:53:06 Closing DB instances... [2021-06-17T12:53:07.671Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-06-17T12:53:11.133Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-06-17T12:53:12.434Z] time="2021-06-17T12:53:11Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-06-17T12:53:12.434Z] --- PASS: TestNodeReincarnation (5.01s) [2021-06-17T12:53:12.434Z] === RUN TestParallelCreate [2021-06-17T12:53:12.434Z] 2021/06/17 12:53:11 Closing DB instances... [2021-06-17T12:53:12.434Z] --- PASS: TestParallelCreate (0.01s) [2021-06-17T12:53:12.434Z] === RUN TestParallelDelete [2021-06-17T12:53:12.434Z] 2021/06/17 12:53:11 Closing DB instances... [2021-06-17T12:53:12.434Z] --- PASS: TestParallelDelete (0.01s) [2021-06-17T12:53:12.434Z] === RUN TestNetworkDBIslands [2021-06-17T12:53:12.434Z] time="2021-06-17T12:53:11Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:4d9e7bdd98a7 with config:&{NodeID:4d9e7bdd98a7 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-17T12:53:12.434Z] time="2021-06-17T12:53:11Z" level=info msg="Node 4d9e7bdd98a7/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:12.434Z] time="2021-06-17T12:53:11Z" level=info msg="Node 4d9e7bdd98a7/172.24.222.102, added to nodes list" [2021-06-17T12:53:12.434Z] time="2021-06-17T12:53:11Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:1a0fc1656179 with config:&{NodeID:1a0fc1656179 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-17T12:53:12.434Z] time="2021-06-17T12:53:11Z" level=info msg="Node 1a0fc1656179/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:12.434Z] time="2021-06-17T12:53:11Z" level=info msg="Node 1a0fc1656179/172.24.222.102, added to nodes list" [2021-06-17T12:53:12.434Z] time="2021-06-17T12:53:11Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-06-17T12:53:12.434Z] time="2021-06-17T12:53:11Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-06-17T12:53:12.434Z] time="2021-06-17T12:53:11Z" level=debug msg="memberlist: Stream connection from=[::1]:49346" [2021-06-17T12:53:12.434Z] time="2021-06-17T12:53:11Z" level=info msg="Node 1a0fc1656179/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:12.434Z] time="2021-06-17T12:53:11Z" level=info msg="Node 1a0fc1656179/172.24.222.102, added to nodes list" [2021-06-17T12:53:12.434Z] time="2021-06-17T12:53:11Z" level=info msg="Node 4d9e7bdd98a7/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:12.434Z] time="2021-06-17T12:53:11Z" level=info msg="Node 4d9e7bdd98a7/172.24.222.102, added to nodes list" [2021-06-17T12:53:12.434Z] time="2021-06-17T12:53:11Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49347" [2021-06-17T12:53:12.434Z] time="2021-06-17T12:53:11Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-06-17T12:53:12.886Z] time="2021-06-17T12:53:12Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:94608a391dcc with config:&{NodeID:94608a391dcc Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-17T12:53:12.886Z] time="2021-06-17T12:53:12Z" level=info msg="Node 94608a391dcc/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:12.886Z] time="2021-06-17T12:53:12Z" level=info msg="Node 94608a391dcc/172.24.222.102, added to nodes list" [2021-06-17T12:53:12.886Z] time="2021-06-17T12:53:12Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-06-17T12:53:12.886Z] time="2021-06-17T12:53:12Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-06-17T12:53:12.886Z] time="2021-06-17T12:53:12Z" level=debug msg="memberlist: Stream connection from=[::1]:49348" [2021-06-17T12:53:12.886Z] time="2021-06-17T12:53:12Z" level=info msg="Node 94608a391dcc/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:12.886Z] time="2021-06-17T12:53:12Z" level=info msg="Node 94608a391dcc/172.24.222.102, added to nodes list" [2021-06-17T12:53:12.886Z] time="2021-06-17T12:53:12Z" level=info msg="Node 4d9e7bdd98a7/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:12.886Z] time="2021-06-17T12:53:12Z" level=info msg="Node 4d9e7bdd98a7/172.24.222.102, added to nodes list" [2021-06-17T12:53:12.886Z] time="2021-06-17T12:53:12Z" level=info msg="Node 1a0fc1656179/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:12.886Z] time="2021-06-17T12:53:12Z" level=info msg="Node 1a0fc1656179/172.24.222.102, added to nodes list" [2021-06-17T12:53:12.886Z] time="2021-06-17T12:53:12Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49349" [2021-06-17T12:53:12.886Z] time="2021-06-17T12:53:12Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-06-17T12:53:13.046Z] check_test.go:309: [dbc42dee1479f] daemon is not started [2021-06-17T12:53:13.046Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:12Z" level=info msg="Node 94608a391dcc/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:12Z" level=info msg="Node 94608a391dcc/172.24.222.102, added to nodes list" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:13Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:0b90094d387c with config:&{NodeID:0b90094d387c Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:13Z" level=info msg="Node 0b90094d387c/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:13Z" level=info msg="Node 0b90094d387c/172.24.222.102, added to nodes list" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:13Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:13Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:13Z" level=debug msg="memberlist: Stream connection from=[::1]:49350" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:13Z" level=info msg="Node 0b90094d387c/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:13Z" level=info msg="Node 0b90094d387c/172.24.222.102, added to nodes list" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:13Z" level=info msg="Node 4d9e7bdd98a7/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:13Z" level=info msg="Node 4d9e7bdd98a7/172.24.222.102, added to nodes list" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:13Z" level=info msg="Node 1a0fc1656179/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:13Z" level=info msg="Node 1a0fc1656179/172.24.222.102, added to nodes list" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:13Z" level=info msg="Node 94608a391dcc/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:13Z" level=info msg="Node 94608a391dcc/172.24.222.102, added to nodes list" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-06-17T12:53:13.338Z] time="2021-06-17T12:53:13Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351" [2021-06-17T12:53:13.618Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="Node 0b90094d387c/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="Node 0b90094d387c/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="Node 0b90094d387c/172.24.222.102, added to nodes list" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="Node 0b90094d387c/172.24.222.102, added to nodes list" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:f9b343b3bb01 with config:&{NodeID:f9b343b3bb01 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="Node f9b343b3bb01/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="Node f9b343b3bb01/172.24.222.102, added to nodes list" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=debug msg="memberlist: Stream connection from=[::1]:49352" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="Node f9b343b3bb01/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="Node f9b343b3bb01/172.24.222.102, added to nodes list" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="Node 4d9e7bdd98a7/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="Node 4d9e7bdd98a7/172.24.222.102, added to nodes list" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="Node 94608a391dcc/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="Node 94608a391dcc/172.24.222.102, added to nodes list" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="Node 0b90094d387c/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="Node 0b90094d387c/172.24.222.102, added to nodes list" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="Node 1a0fc1656179/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=info msg="Node 1a0fc1656179/172.24.222.102, added to nodes list" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-06-17T12:53:13.792Z] time="2021-06-17T12:53:13Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49353" [2021-06-17T12:53:14.189Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:13Z" level=info msg="Node f9b343b3bb01/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:13Z" level=info msg="Node f9b343b3bb01/172.24.222.102, added to nodes list" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:13Z" level=info msg="Node f9b343b3bb01/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:13Z" level=info msg="Node f9b343b3bb01/172.24.222.102, added to nodes list" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:13Z" level=info msg="Node f9b343b3bb01/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:13Z" level=info msg="Node f9b343b3bb01/172.24.222.102, added to nodes list" [2021-06-17T12:53:14.246Z] networkdb_test.go:834: Re-joining: 3 [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:13Z" level=info msg="The new bootstrap node list is:[172.24.222.102:10033 172.24.222.102:10034 172.24.222.102:10035]" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:13Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.222.102:10033" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:13Z" level=debug msg="memberlist: Stream connection from=172.24.222.102:49354" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:14Z" level=debug msg="memberlist: Stream connection from=172.24.222.102:49355" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:14Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.222.102:10034" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:14Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.222.102:10035" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:14Z" level=debug msg="memberlist: Stream connection from=172.24.222.102:49356" [2021-06-17T12:53:14.246Z] networkdb_test.go:834: Re-joining: 4 [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:14Z" level=info msg="The new bootstrap node list is:[172.24.222.102:10033 172.24.222.102:10034 172.24.222.102:10035]" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:14Z" level=debug msg="memberlist: Stream connection from=172.24.222.102:49357" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:14Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.222.102:10033" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:14Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.222.102:10034" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:14Z" level=debug msg="memberlist: Stream connection from=172.24.222.102:49358" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:14Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.222.102:10035" [2021-06-17T12:53:14.246Z] time="2021-06-17T12:53:14Z" level=debug msg="memberlist: Stream connection from=172.24.222.102:49359" [2021-06-17T12:53:14.449Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-06-17T12:53:14.697Z] time="2021-06-17T12:53:14Z" level=info msg="node 0 leaving" [2021-06-17T12:53:14.697Z] time="2021-06-17T12:53:14Z" level=info msg="Node 4d9e7bdd98a7 change state NodeActive --> NodeLeft" [2021-06-17T12:53:14.697Z] time="2021-06-17T12:53:14Z" level=info msg="node5(f9b343b3bb01): Node leave event for 4d9e7bdd98a7/172.24.222.102" [2021-06-17T12:53:14.697Z] time="2021-06-17T12:53:14Z" level=info msg="Node 4d9e7bdd98a7 change state NodeActive --> NodeLeft" [2021-06-17T12:53:14.697Z] time="2021-06-17T12:53:14Z" level=info msg="node4(0b90094d387c): Node leave event for 4d9e7bdd98a7/172.24.222.102" [2021-06-17T12:53:14.697Z] time="2021-06-17T12:53:14Z" level=info msg="Node 4d9e7bdd98a7 change state NodeActive --> NodeLeft" [2021-06-17T12:53:14.697Z] time="2021-06-17T12:53:14Z" level=info msg="node2(1a0fc1656179): Node leave event for 4d9e7bdd98a7/172.24.222.102" [2021-06-17T12:53:14.697Z] time="2021-06-17T12:53:14Z" level=info msg="Node 4d9e7bdd98a7 change state NodeActive --> NodeLeft" [2021-06-17T12:53:14.698Z] time="2021-06-17T12:53:14Z" level=info msg="node3(94608a391dcc): Node leave event for 4d9e7bdd98a7/172.24.222.102" [2021-06-17T12:53:14.698Z] time="2021-06-17T12:53:14Z" level=info msg="Node 4d9e7bdd98a7 change state NodeActive --> NodeLeft" [2021-06-17T12:53:14.698Z] time="2021-06-17T12:53:14Z" level=info msg="node1(4d9e7bdd98a7): Node leave event for 4d9e7bdd98a7/172.24.222.102" [2021-06-17T12:53:15.149Z] time="2021-06-17T12:53:14Z" level=info msg="Node 4d9e7bdd98a7/172.24.222.102, left gossip cluster" [2021-06-17T12:53:15.149Z] time="2021-06-17T12:53:14Z" level=info msg="Node 4d9e7bdd98a7/172.24.222.102, left gossip cluster" [2021-06-17T12:53:15.149Z] time="2021-06-17T12:53:14Z" level=info msg="Node 4d9e7bdd98a7/172.24.222.102, left gossip cluster" [2021-06-17T12:53:15.149Z] time="2021-06-17T12:53:14Z" level=info msg="Node 4d9e7bdd98a7/172.24.222.102, left gossip cluster" [2021-06-17T12:53:15.149Z] time="2021-06-17T12:53:14Z" level=info msg="Node 4d9e7bdd98a7/172.24.222.102, left gossip cluster" [2021-06-17T12:53:15.149Z] time="2021-06-17T12:53:14Z" level=info msg="node 1 leaving" [2021-06-17T12:53:15.149Z] time="2021-06-17T12:53:14Z" level=info msg="Node 1a0fc1656179 change state NodeActive --> NodeLeft" [2021-06-17T12:53:15.149Z] time="2021-06-17T12:53:14Z" level=info msg="node4(0b90094d387c): Node leave event for 1a0fc1656179/172.24.222.102" [2021-06-17T12:53:15.149Z] time="2021-06-17T12:53:14Z" level=info msg="Node 1a0fc1656179/172.24.222.102, left gossip cluster" [2021-06-17T12:53:15.149Z] time="2021-06-17T12:53:14Z" level=info msg="Node 1a0fc1656179 change state NodeActive --> NodeFailed" [2021-06-17T12:53:15.149Z] time="2021-06-17T12:53:14Z" level=info msg="Node 1a0fc1656179/172.24.222.102, added to failed nodes list" [2021-06-17T12:53:15.149Z] time="2021-06-17T12:53:14Z" level=info msg="Node 1a0fc1656179 change state NodeActive --> NodeLeft" [2021-06-17T12:53:15.149Z] time="2021-06-17T12:53:14Z" level=info msg="node5(f9b343b3bb01): Node leave event for 1a0fc1656179/172.24.222.102" [2021-06-17T12:53:15.149Z] time="2021-06-17T12:53:14Z" level=info msg="Node 1a0fc1656179 change state NodeActive --> NodeLeft" [2021-06-17T12:53:15.149Z] time="2021-06-17T12:53:14Z" level=info msg="node3(94608a391dcc): Node leave event for 1a0fc1656179/172.24.222.102" [2021-06-17T12:53:15.149Z] time="2021-06-17T12:53:14Z" level=error msg="node: 1a0fc1656179 is unknown to memberlist" [2021-06-17T12:53:15.155Z] --- PASS: TestServiceUpdateNetwork (12.73s) [2021-06-17T12:53:15.155Z] === RUN TestServiceUpdatePidsLimit [2021-06-17T12:53:15.611Z] time="2021-06-17T12:53:15Z" level=info msg="Node 1a0fc1656179/172.24.222.102, left gossip cluster" [2021-06-17T12:53:15.611Z] time="2021-06-17T12:53:15Z" level=info msg="Node 1a0fc1656179/172.24.222.102, left gossip cluster" [2021-06-17T12:53:15.611Z] time="2021-06-17T12:53:15Z" level=info msg="Node 1a0fc1656179/172.24.222.102, left gossip cluster" [2021-06-17T12:53:15.611Z] time="2021-06-17T12:53:15Z" level=info msg="node 2 leaving" [2021-06-17T12:53:15.611Z] time="2021-06-17T12:53:15Z" level=info msg="Node 94608a391dcc change state NodeActive --> NodeLeft" [2021-06-17T12:53:15.611Z] time="2021-06-17T12:53:15Z" level=info msg="node4(0b90094d387c): Node leave event for 94608a391dcc/172.24.222.102" [2021-06-17T12:53:15.611Z] time="2021-06-17T12:53:15Z" level=info msg="Node 94608a391dcc change state NodeActive --> NodeLeft" [2021-06-17T12:53:15.611Z] time="2021-06-17T12:53:15Z" level=info msg="node5(f9b343b3bb01): Node leave event for 94608a391dcc/172.24.222.102" [2021-06-17T12:53:15.611Z] time="2021-06-17T12:53:15Z" level=info msg="Node 94608a391dcc change state NodeActive --> NodeLeft" [2021-06-17T12:53:15.611Z] time="2021-06-17T12:53:15Z" level=info msg="node3(94608a391dcc): Node leave event for 94608a391dcc/172.24.222.102" [2021-06-17T12:53:15.611Z] time="2021-06-17T12:53:15Z" level=debug msg="memberlist: Failed ping: f9b343b3bb01 (timeout reached)" [2021-06-17T12:53:15.611Z] time="2021-06-17T12:53:15Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.222.102:10035: use of closed network connection" [2021-06-17T12:53:15.611Z] time="2021-06-17T12:53:15Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.222.102:10036: use of closed network connection" [2021-06-17T12:53:15.611Z] time="2021-06-17T12:53:15Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.24.222.102:10034: use of closed network connection" [2021-06-17T12:53:15.611Z] time="2021-06-17T12:53:15Z" level=debug msg="memberlist: Stream connection from=172.24.222.102:49360" [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=info msg="Node 94608a391dcc/172.24.222.102, left gossip cluster" [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=info msg="Node 94608a391dcc/172.24.222.102, left gossip cluster" [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10035->172.24.222.102:10037: use of closed network connection" [2021-06-17T12:53:16.066Z] networkdb_test.go:866: node5: OK [2021-06-17T12:53:16.066Z] networkdb_test.go:866: node4: OK [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=info msg="node 0 coming back" [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:7bdad4cdaf54 with config:&{NodeID:7bdad4cdaf54 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, added to nodes list" [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=info msg="node 1 coming back" [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:32349a6c4387 with config:&{NodeID:32349a6c4387 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=info msg="Node 32349a6c4387/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=info msg="Node 32349a6c4387/172.24.222.102, added to nodes list" [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=info msg="node 2 coming back" [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:e41d9b28e726 with config:&{NodeID:e41d9b28e726 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=info msg="Node 94608a391dcc/172.24.222.102, left gossip cluster" [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=info msg="Node e41d9b28e726/172.24.222.102, joined gossip cluster" [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=info msg="Node e41d9b28e726/172.24.222.102, added to nodes list" [2021-06-17T12:53:16.066Z] time="2021-06-17T12:53:15Z" level=warning msg="memberlist: Was able to connect to f9b343b3bb01 but other probes failed, network may be misconfigured" [2021-06-17T12:53:16.081Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-06-17T12:53:16.359Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-06-17T12:53:16.929Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-06-17T12:53:17.010Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-06-17T12:53:18.842Z] --- PASS: TestUpdateRestartPolicy (14.52s) [2021-06-17T12:53:18.842Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-17T12:53:19.783Z] --- PASS: TestUpdateRestartWithAutoRemove (0.92s) [2021-06-17T12:53:19.783Z] === RUN TestWaitNonBlocked [2021-06-17T12:53:19.783Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-17T12:53:19.783Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-17T12:53:19.783Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-17T12:53:19.783Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-17T12:53:19.783Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-17T12:53:19.783Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-17T12:53:21.165Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-06-17T12:53:21.737Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-06-17T12:53:21.737Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.65s) [2021-06-17T12:53:21.737Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.87s) [2021-06-17T12:53:21.737Z] === RUN TestWaitBlocked [2021-06-17T12:53:21.737Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-17T12:53:21.737Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-17T12:53:21.737Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-17T12:53:21.737Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-17T12:53:21.737Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-17T12:53:21.737Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-17T12:53:21.999Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-06-17T12:53:22.259Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-06-17T12:53:22.831Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-06-17T12:53:23.403Z] --- PASS: TestWaitBlocked (0.02s) [2021-06-17T12:53:23.403Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.51s) [2021-06-17T12:53:23.403Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.69s) [2021-06-17T12:53:23.403Z] === CONT TestContainerStartOnDaemonRestart [2021-06-17T12:53:23.403Z] === CONT TestContainerKillOnDaemonStart [2021-06-17T12:53:23.403Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-06-17T12:53:23.403Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-06-17T12:53:23.975Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-06-17T12:53:23.975Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-06-17T12:53:23.975Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-06-17T12:53:23.975Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-06-17T12:53:23.975Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-06-17T12:53:23.975Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-06-17T12:53:23.975Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-06-17T12:53:23.975Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-06-17T12:53:23.975Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-06-17T12:53:23.975Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-06-17T12:53:24.547Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-06-17T12:53:25.091Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-06-17T12:53:25.118Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-06-17T12:53:25.690Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-06-17T12:53:26.262Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-06-17T12:53:26.525Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-06-17T12:53:27.097Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-06-17T12:53:27.358Z] --- PASS: TestContainerStartOnDaemonRestart (4.01s) [2021-06-17T12:53:27.358Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-17T12:53:27.619Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-06-17T12:53:28.190Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-06-17T12:53:28.761Z] check_test.go:309: [d5411d4dc3350] daemon is not started [2021-06-17T12:53:28.761Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-06-17T12:53:29.021Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-06-17T12:53:29.961Z] check_test.go:309: [d5ff0ec459131] daemon is not started [2021-06-17T12:53:29.961Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-06-17T12:53:30.062Z] --- PASS: TestCreateServiceMultipleTimes (26.75s) [2021-06-17T12:53:30.062Z] === RUN TestCreateServiceConflict [2021-06-17T12:53:30.531Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-06-17T12:53:30.531Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.22s) [2021-06-17T12:53:30.531Z] === CONT TestDaemonHostGatewayIP [2021-06-17T12:53:31.914Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-06-17T12:53:32.605Z] --- PASS: TestCreateServiceConflict (2.65s) [2021-06-17T12:53:32.605Z] === RUN TestCreateServiceMaxReplicas [2021-06-17T12:53:33.173Z] --- PASS: TestServiceUpdatePidsLimit (17.01s) [2021-06-17T12:53:33.173Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s) [2021-06-17T12:53:33.173Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.09s) [2021-06-17T12:53:33.173Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.19s) [2021-06-17T12:53:33.174Z] PASS [2021-06-17T12:53:33.174Z] [2021-06-17T12:53:33.174Z] === Skipped [2021-06-17T12:53:33.174Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-17T12:53:33.174Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-17T12:53:33.174Z] [2021-06-17T12:53:33.174Z] [2021-06-17T12:53:33.174Z] DONE 27 tests, 1 skipped in 170.186s [2021-06-17T12:53:33.174Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-17T12:53:33.174Z] INFO: Testing against a local daemon [2021-06-17T12:53:33.174Z] === RUN TestSessionCreate [2021-06-17T12:53:33.174Z] --- PASS: TestSessionCreate (0.06s) [2021-06-17T12:53:33.174Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-17T12:53:33.174Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2021-06-17T12:53:33.174Z] PASS [2021-06-17T12:53:33.174Z] [2021-06-17T12:53:33.174Z] DONE 2 tests in 0.177s [2021-06-17T12:53:33.174Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-17T12:53:33.174Z] INFO: Testing against a local daemon [2021-06-17T12:53:33.174Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-17T12:53:33.174Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-06-17T12:53:33.174Z] === RUN TestEventsExecDie [2021-06-17T12:53:33.174Z] --- PASS: TestEventsExecDie (1.00s) [2021-06-17T12:53:33.174Z] === RUN TestEventsBackwardsCompatible [2021-06-17T12:53:33.174Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-06-17T12:53:33.174Z] === RUN TestEventsVolumeCreate [2021-06-17T12:53:33.429Z] --- PASS: TestEventsVolumeCreate (0.05s) [2021-06-17T12:53:33.429Z] === RUN TestInfoBinaryCommits [2021-06-17T12:53:33.429Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-06-17T12:53:33.429Z] === RUN TestInfoAPIVersioned [2021-06-17T12:53:33.429Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-17T12:53:33.429Z] === RUN TestInfoDiscoveryBackend [2021-06-17T12:53:33.990Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-06-17T12:53:33.990Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-17T12:53:34.917Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-06-17T12:53:34.917Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-17T12:53:35.214Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-06-17T12:53:35.475Z] --- PASS: TestDaemonHostGatewayIP (4.92s) [2021-06-17T12:53:35.475Z] === CONT TestDaemonRestartIpcMode [2021-06-17T12:53:35.477Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-06-17T12:53:35.477Z] === RUN TestInfoAPI [2021-06-17T12:53:35.477Z] --- PASS: TestInfoAPI (0.02s) [2021-06-17T12:53:35.477Z] === RUN TestInfoAPIWarnings [2021-06-17T12:53:35.736Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-06-17T12:53:35.906Z] --- PASS: TestCreateServiceMaxReplicas (3.45s) [2021-06-17T12:53:35.906Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-17T12:53:36.307Z] check_test.go:309: [de716be394eaf] daemon is not started [2021-06-17T12:53:36.307Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-06-17T12:53:37.250Z] --- PASS: TestContainerKillOnDaemonStart (13.91s) [2021-06-17T12:53:37.250Z] === CONT TestIpcModeOlderClient [2021-06-17T12:53:37.250Z] --- PASS: TestIpcModeOlderClient (0.08s) [2021-06-17T12:53:39.795Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-06-17T12:53:39.795Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-06-17T12:53:39.795Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-06-17T12:53:40.736Z] --- PASS: TestDaemonRestartIpcMode (5.18s) [2021-06-17T12:53:40.736Z] PASS [2021-06-17T12:53:40.736Z] [2021-06-17T12:53:40.736Z] === Skipped [2021-06-17T12:53:40.736Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-17T12:53:40.736Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-17T12:53:40.736Z] [2021-06-17T12:53:40.736Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-17T12:53:40.736Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-17T12:53:40.736Z] [2021-06-17T12:53:40.736Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-06-17T12:53:40.737Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-17T12:53:40.737Z] [2021-06-17T12:53:40.737Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-17T12:53:40.737Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-17T12:53:40.737Z] [2021-06-17T12:53:40.737Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-17T12:53:40.737Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-17T12:53:40.737Z] [2021-06-17T12:53:40.737Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-06-17T12:53:40.737Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-17T12:53:40.737Z] [2021-06-17T12:53:40.737Z] [2021-06-17T12:53:40.737Z] DONE 196 tests, 6 skipped in 223.353s [2021-06-17T12:53:40.737Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-17T12:53:40.737Z] ++ 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-06-17T12:53:40.737Z] ++ set -e [2021-06-17T12:53:40.737Z] ++ '[' -n 0 ']' [2021-06-17T12:53:40.737Z] ++ set -x [2021-06-17T12:53:40.737Z] ++ 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-06-17T12:53:40.997Z] INFO: Testing against a local daemon [2021-06-17T12:53:40.997Z] === RUN TestCommitInheritsEnv [2021-06-17T12:53:41.569Z] --- PASS: TestCommitInheritsEnv (0.46s) [2021-06-17T12:53:41.569Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-17T12:53:41.569Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-17T12:53:41.569Z] === RUN TestImagesFilterMultiReference [2021-06-17T12:53:41.569Z] --- PASS: TestImagesFilterMultiReference (0.12s) [2021-06-17T12:53:41.569Z] === RUN TestImagePullPlatformInvalid [2021-06-17T12:53:41.569Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2021-06-17T12:53:41.569Z] === RUN TestRemoveImageOrphaning [2021-06-17T12:53:41.831Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-06-17T12:53:42.091Z] --- PASS: TestRemoveImageOrphaning (0.41s) [2021-06-17T12:53:42.091Z] === RUN TestRemoveImageGarbageCollector [2021-06-17T12:53:44.639Z] --- PASS: TestRemoveImageGarbageCollector (2.52s) [2021-06-17T12:53:44.639Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-17T12:53:44.639Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-06-17T12:53:44.639Z] === RUN TestTagInvalidReference [2021-06-17T12:53:44.639Z] --- PASS: TestTagInvalidReference (0.02s) [2021-06-17T12:53:44.639Z] === RUN TestTagValidPrefixedRepo [2021-06-17T12:53:44.639Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-06-17T12:53:44.639Z] === RUN TestTagExistedNameWithoutForce [2021-06-17T12:53:44.639Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-06-17T12:53:44.639Z] === RUN TestTagOfficialNames [2021-06-17T12:53:44.639Z] --- PASS: TestTagOfficialNames (0.07s) [2021-06-17T12:53:44.639Z] === RUN TestTagMatchesDigest [2021-06-17T12:53:44.639Z] --- PASS: TestTagMatchesDigest (0.04s) [2021-06-17T12:53:44.639Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-17T12:53:46.554Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-06-17T12:53:47.497Z] check_test.go:309: [d7aa35ab1b467] daemon is not started [2021-06-17T12:53:47.497Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-06-17T12:53:47.765Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-06-17T12:53:48.554Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-06-17T12:53:48.554Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-06-17T12:53:48.554Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-06-17T12:53:48.554Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-06-17T12:53:48.554Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-06-17T12:53:48.554Z] remote: Enumerating objects: 23, done. [2021-06-17T12:53:48.554Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-06-17T12:53:48.554Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-06-17T12:53:48.554Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-06-17T12:53:48.554Z] 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-06-17T12:53:48.554Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-06-17T12:53:48.554Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-06-17T12:53:48.882Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-06-17T12:53:49.164Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42510/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 hack/test/unit [2021-06-17T12:53:49.731Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-06-17T12:53:49.731Z] + TESTFLAGS+=' -test.timeout=5m' [2021-06-17T12:53:49.731Z] + TESTDIRS=./... [2021-06-17T12:53:49.731Z] + exclude_paths='/vendor/|/integration' [2021-06-17T12:53:49.731Z] ++ go list ./... [2021-06-17T12:53:49.731Z] ++ grep -vE '(/vendor/|/integration)' [2021-06-17T12:53:50.667Z] + pkg_list='github.com/docker/docker/api [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/backend/build [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/httputils [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/middleware [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/router [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/router/build [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/router/checkpoint [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/router/container [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/router/debug [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/router/distribution [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/router/grpc [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/router/image [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/router/network [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/router/plugin [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/router/session [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/router/swarm [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/router/system [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/server/router/volume [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/backend [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/blkiodev [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/container [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/events [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/filters [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/image [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/mount [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/network [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/plugins/logdriver [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/registry [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/strslice [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/swarm [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/swarm/runtime [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/time [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/versions [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/versions/v1p19 [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/versions/v1p20 [2021-06-17T12:53:50.667Z] github.com/docker/docker/api/types/volume [2021-06-17T12:53:50.667Z] github.com/docker/docker/builder [2021-06-17T12:53:50.667Z] github.com/docker/docker/builder/builder-next [2021-06-17T12:53:50.667Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-06-17T12:53:50.667Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-06-17T12:53:50.667Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-06-17T12:53:50.667Z] github.com/docker/docker/builder/builder-next/exporter [2021-06-17T12:53:50.667Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-06-17T12:53:50.667Z] github.com/docker/docker/builder/builder-next/worker [2021-06-17T12:53:50.667Z] github.com/docker/docker/builder/dockerfile [2021-06-17T12:53:50.667Z] github.com/docker/docker/builder/dockerignore [2021-06-17T12:53:50.667Z] github.com/docker/docker/builder/remotecontext [2021-06-17T12:53:50.667Z] github.com/docker/docker/builder/remotecontext/git [2021-06-17T12:53:50.667Z] github.com/docker/docker/cli [2021-06-17T12:53:50.667Z] github.com/docker/docker/cli/config [2021-06-17T12:53:50.667Z] github.com/docker/docker/cli/debug [2021-06-17T12:53:50.667Z] github.com/docker/docker/client [2021-06-17T12:53:50.667Z] github.com/docker/docker/cmd/dockerd [2021-06-17T12:53:50.667Z] github.com/docker/docker/container [2021-06-17T12:53:50.667Z] github.com/docker/docker/container/stream [2021-06-17T12:53:50.667Z] github.com/docker/docker/contrib/apparmor [2021-06-17T12:53:50.667Z] github.com/docker/docker/contrib/docker-device-tool [2021-06-17T12:53:50.667Z] github.com/docker/docker/contrib/httpserver [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/cluster [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/cluster/convert [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/cluster/executor [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/cluster/executor/container [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/cluster/provider [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/config [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/discovery [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/events [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/events/testutils [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/exec [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/graphdriver [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/graphdriver/copy [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-06-17T12:53:50.667Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/register [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/images [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/initlayer [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/links [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/listeners [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/awslogs [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/fluentd [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/gcplogs [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/gelf [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/journald [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/local [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/logentries [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/loggerutils [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/splunk [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/syslog [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/templates [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/names [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/network [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/stats [2021-06-17T12:53:50.668Z] github.com/docker/docker/distribution [2021-06-17T12:53:50.668Z] github.com/docker/docker/distribution/metadata [2021-06-17T12:53:50.668Z] github.com/docker/docker/distribution/utils [2021-06-17T12:53:50.668Z] github.com/docker/docker/distribution/xfer [2021-06-17T12:53:50.668Z] github.com/docker/docker/dockerversion [2021-06-17T12:53:50.668Z] github.com/docker/docker/errdefs [2021-06-17T12:53:50.668Z] github.com/docker/docker/image [2021-06-17T12:53:50.668Z] github.com/docker/docker/image/cache [2021-06-17T12:53:50.668Z] github.com/docker/docker/image/tarexport [2021-06-17T12:53:50.668Z] github.com/docker/docker/image/v1 [2021-06-17T12:53:50.668Z] github.com/docker/docker/internal/test/suite [2021-06-17T12:53:50.668Z] github.com/docker/docker/layer [2021-06-17T12:53:50.668Z] github.com/docker/docker/libcontainerd [2021-06-17T12:53:50.668Z] github.com/docker/docker/libcontainerd/queue [2021-06-17T12:53:50.668Z] github.com/docker/docker/libcontainerd/remote [2021-06-17T12:53:50.668Z] github.com/docker/docker/libcontainerd/supervisor [2021-06-17T12:53:50.668Z] github.com/docker/docker/libcontainerd/types [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/api [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/bitseq [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/client [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/client/mflag [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/client/mflag/example [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/cluster [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/cmd/dnet [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/cmd/proxy [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/config [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/datastore [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/diagnostic [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/discoverapi [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/driverapi [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/drivers/host [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/drivers/null [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/drivers/remote [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/drivers/windows [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/drvregistry [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/etchosts [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/idm [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/internal/caller [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/ipam [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/ipamapi [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/ipams/null [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/ipams/remote [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/ipamutils [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/iptables [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/netlabel [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/netutils [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/networkdb [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/ns [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/options [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/osl [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/osl/kernel [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/portallocator [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/portmapper [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/resolvconf [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/testutils [2021-06-17T12:53:50.668Z] github.com/docker/docker/libnetwork/types [2021-06-17T12:53:50.668Z] github.com/docker/docker/oci [2021-06-17T12:53:50.668Z] github.com/docker/docker/oci/caps [2021-06-17T12:53:50.668Z] github.com/docker/docker/opts [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/aaparser [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/archive [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/authorization [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/broadcaster [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/capabilities [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/chrootarchive [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/containerfs [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/devicemapper [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/directory [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/discovery [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/discovery/file [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/discovery/kv [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/discovery/memory [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/discovery/nodes [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/dmesg [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/filenotify [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/fileutils [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/fsutils [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/homedir [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/idtools [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/ioutils [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/jsonmessage [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/locker [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/longpath [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/loopback [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/mount [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/namesgenerator [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/parsers [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/parsers/kernel [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/pidfile [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/platform [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/plugingetter [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/plugins [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/plugins/transport [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/pools [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/progress [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/pubsub [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/reexec [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/signal [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/signal/testfiles [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/stdcopy [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/streamformatter [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/stringid [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/symlink [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/sysinfo [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/system [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/tailfile [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/tarsum [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/term [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/term/windows [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/truncindex [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/urlutil [2021-06-17T12:53:50.668Z] github.com/docker/docker/pkg/useragent [2021-06-17T12:53:50.668Z] github.com/docker/docker/plugin [2021-06-17T12:53:50.668Z] github.com/docker/docker/plugin/executor/containerd [2021-06-17T12:53:50.668Z] github.com/docker/docker/plugin/v2 [2021-06-17T12:53:50.668Z] github.com/docker/docker/profiles/apparmor [2021-06-17T12:53:50.668Z] github.com/docker/docker/profiles/seccomp [2021-06-17T12:53:50.668Z] github.com/docker/docker/quota [2021-06-17T12:53:50.668Z] github.com/docker/docker/reference [2021-06-17T12:53:50.668Z] github.com/docker/docker/registry [2021-06-17T12:53:50.668Z] github.com/docker/docker/registry/resumable [2021-06-17T12:53:50.668Z] github.com/docker/docker/restartmanager [2021-06-17T12:53:50.668Z] github.com/docker/docker/rootless [2021-06-17T12:53:50.668Z] github.com/docker/docker/rootless/specconv [2021-06-17T12:53:50.668Z] github.com/docker/docker/runconfig [2021-06-17T12:53:50.668Z] github.com/docker/docker/runconfig/opts [2021-06-17T12:53:50.668Z] github.com/docker/docker/testutil [2021-06-17T12:53:50.668Z] github.com/docker/docker/testutil/daemon [2021-06-17T12:53:50.668Z] github.com/docker/docker/testutil/environment [2021-06-17T12:53:50.668Z] github.com/docker/docker/testutil/fakecontext [2021-06-17T12:53:50.668Z] github.com/docker/docker/testutil/fakegit [2021-06-17T12:53:50.668Z] github.com/docker/docker/testutil/fakestorage [2021-06-17T12:53:50.668Z] github.com/docker/docker/testutil/fixtures/load [2021-06-17T12:53:50.668Z] github.com/docker/docker/testutil/fixtures/plugin [2021-06-17T12:53:50.668Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-06-17T12:53:50.668Z] github.com/docker/docker/testutil/registry [2021-06-17T12:53:50.668Z] github.com/docker/docker/testutil/request [2021-06-17T12:53:50.668Z] github.com/docker/docker/volume [2021-06-17T12:53:50.668Z] github.com/docker/docker/volume/drivers [2021-06-17T12:53:50.668Z] github.com/docker/docker/volume/local [2021-06-17T12:53:50.668Z] github.com/docker/docker/volume/mounts [2021-06-17T12:53:50.668Z] github.com/docker/docker/volume/service [2021-06-17T12:53:50.668Z] github.com/docker/docker/volume/service/opts [2021-06-17T12:53:50.668Z] github.com/docker/docker/volume/testutils' [2021-06-17T12:53:50.668Z] + echo 'github.com/docker/docker/api [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/backend/build [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/httputils [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/middleware [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/router [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/router/build [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/router/checkpoint [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/router/container [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/router/debug [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/router/distribution [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/router/grpc [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/router/image [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/router/network [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/router/plugin [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/router/session [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/router/swarm [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/router/system [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/server/router/volume [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/backend [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/blkiodev [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/container [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/events [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/filters [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/image [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/mount [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/network [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/plugins/logdriver [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/registry [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/strslice [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/swarm [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/swarm/runtime [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/time [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/versions [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/versions/v1p19 [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/versions/v1p20 [2021-06-17T12:53:50.668Z] github.com/docker/docker/api/types/volume [2021-06-17T12:53:50.668Z] github.com/docker/docker/builder [2021-06-17T12:53:50.668Z] github.com/docker/docker/builder/builder-next [2021-06-17T12:53:50.668Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-06-17T12:53:50.668Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-06-17T12:53:50.668Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-06-17T12:53:50.668Z] github.com/docker/docker/builder/builder-next/exporter [2021-06-17T12:53:50.668Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-06-17T12:53:50.668Z] github.com/docker/docker/builder/builder-next/worker [2021-06-17T12:53:50.668Z] github.com/docker/docker/builder/dockerfile [2021-06-17T12:53:50.668Z] github.com/docker/docker/builder/dockerignore [2021-06-17T12:53:50.668Z] github.com/docker/docker/builder/remotecontext [2021-06-17T12:53:50.668Z] github.com/docker/docker/builder/remotecontext/git [2021-06-17T12:53:50.668Z] github.com/docker/docker/cli [2021-06-17T12:53:50.668Z] github.com/docker/docker/cli/config [2021-06-17T12:53:50.668Z] github.com/docker/docker/cli/debug [2021-06-17T12:53:50.668Z] github.com/docker/docker/client [2021-06-17T12:53:50.668Z] github.com/docker/docker/cmd/dockerd [2021-06-17T12:53:50.668Z] github.com/docker/docker/container [2021-06-17T12:53:50.668Z] github.com/docker/docker/container/stream [2021-06-17T12:53:50.668Z] github.com/docker/docker/contrib/apparmor [2021-06-17T12:53:50.668Z] github.com/docker/docker/contrib/docker-device-tool [2021-06-17T12:53:50.668Z] github.com/docker/docker/contrib/httpserver [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/cluster [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/cluster/convert [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/cluster/executor [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/cluster/executor/container [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/cluster/provider [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/config [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/discovery [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/events [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/events/testutils [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/exec [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/copy [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/register [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/images [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/initlayer [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/links [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/listeners [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/awslogs [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/fluentd [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/gcplogs [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/gelf [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/journald [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/local [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/logentries [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/loggerutils [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/splunk [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/syslog [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/logger/templates [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/names [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/network [2021-06-17T12:53:50.668Z] github.com/docker/docker/daemon/stats [2021-06-17T12:53:50.668Z] github.com/docker/docker/distribution [2021-06-17T12:53:50.668Z] github.com/docker/docker/distribution/metadata [2021-06-17T12:53:50.668Z] github.com/docker/docker/distribution/utils [2021-06-17T12:53:50.668Z] github.com/docker/docker/distribution/xfer [2021-06-17T12:53:50.668Z] github.com/docker/docker/dockerversion [2021-06-17T12:53:50.668Z] github.com/docker/docker/errdefs [2021-06-17T12:53:50.668Z] github.com/docker/docker/image [2021-06-17T12:53:50.668Z] github.com/docker/docker/image/cache [2021-06-17T12:53:50.668Z] github.com/docker/docker/image/tarexport [2021-06-17T12:53:50.668Z] github.com/docker/docker/image/v1 [2021-06-17T12:53:50.668Z] github.com/docker/docker/internal/test/suite [2021-06-17T12:53:50.668Z] github.com/docker/docker/layer [2021-06-17T12:53:50.668Z] github.com/docker/docker/libcontainerd [2021-06-17T12:53:50.668Z] github.com/docker/docker/libcontainerd/queue [2021-06-17T12:53:50.668Z] github.com/docker/docker/libcontainerd/remote [2021-06-17T12:53:50.668Z] github.com/docker/docker/libcontainerd/supervisor [2021-06-17T12:53:50.669Z] github.com/docker/docker/libcontainerd/types [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/api [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/bitseq [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/client [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/client/mflag [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/client/mflag/example [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/cluster [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/cmd/dnet [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/cmd/proxy [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/config [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/datastore [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/diagnostic [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/discoverapi [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/driverapi [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/host [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/null [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/remote [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/windows [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drvregistry [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/etchosts [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/idm [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/internal/caller [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/ipam [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/ipamapi [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/ipams/null [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/ipams/remote [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/ipamutils [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/iptables [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/netlabel [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/netutils [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/networkdb [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/ns [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/options [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/osl [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/osl/kernel [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/portallocator [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/portmapper [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/resolvconf [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/testutils [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/types [2021-06-17T12:53:50.669Z] github.com/docker/docker/oci [2021-06-17T12:53:50.669Z] github.com/docker/docker/oci/caps [2021-06-17T12:53:50.669Z] github.com/docker/docker/opts [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/aaparser [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/archive [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/authorization [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/broadcaster [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/capabilities [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/chrootarchive [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/containerfs [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/devicemapper [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/directory [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/discovery [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/discovery/file [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/discovery/kv [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/discovery/memory [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/discovery/nodes [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/dmesg [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/filenotify [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/fileutils [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/fsutils [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/homedir [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/idtools [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/ioutils [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/jsonmessage [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/locker [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/longpath [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/loopback [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/mount [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/namesgenerator [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/parsers [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/parsers/kernel [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/pidfile [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/platform [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/plugingetter [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/plugins [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/plugins/transport [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/pools [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/progress [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/pubsub [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/reexec [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/signal [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/signal/testfiles [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/stdcopy [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/streamformatter [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/stringid [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/symlink [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/sysinfo [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/system [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/tailfile [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/tarsum [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/term [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/term/windows [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/truncindex [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/urlutil [2021-06-17T12:53:50.669Z] github.com/docker/docker/pkg/useragent [2021-06-17T12:53:50.669Z] github.com/docker/docker/plugin [2021-06-17T12:53:50.669Z] github.com/docker/docker/plugin/executor/containerd [2021-06-17T12:53:50.669Z] github.com/docker/docker/plugin/v2 [2021-06-17T12:53:50.669Z] github.com/docker/docker/profiles/apparmor [2021-06-17T12:53:50.669Z] github.com/docker/docker/profiles/seccomp [2021-06-17T12:53:50.669Z] github.com/docker/docker/quota [2021-06-17T12:53:50.669Z] github.com/docker/docker/reference [2021-06-17T12:53:50.669Z] github.com/docker/docker/registry [2021-06-17T12:53:50.669Z] github.com/docker/docker/registry/resumable [2021-06-17T12:53:50.669Z] github.com/docker/docker/restartmanager [2021-06-17T12:53:50.669Z] github.com/docker/docker/rootless [2021-06-17T12:53:50.669Z] github.com/docker/docker/rootless/specconv [2021-06-17T12:53:50.669Z] github.com/docker/docker/runconfig [2021-06-17T12:53:50.669Z] github.com/docker/docker/runconfig/opts [2021-06-17T12:53:50.669Z] github.com/docker/docker/testutil [2021-06-17T12:53:50.669Z] github.com/docker/docker/testutil/daemon [2021-06-17T12:53:50.669Z] github.com/docker/docker/testutil/environment [2021-06-17T12:53:50.669Z] github.com/docker/docker/testutil/fakecontext [2021-06-17T12:53:50.669Z] github.com/docker/docker/testutil/fakegit [2021-06-17T12:53:50.669Z] github.com/docker/docker/testutil/fakestorage [2021-06-17T12:53:50.669Z] github.com/docker/docker/testutil/fixtures/load [2021-06-17T12:53:50.669Z] github.com/docker/docker/testutil/fixtures/plugin [2021-06-17T12:53:50.669Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-06-17T12:53:50.669Z] github.com/docker/docker/testutil/registry [2021-06-17T12:53:50.669Z] github.com/docker/docker/testutil/request [2021-06-17T12:53:50.669Z] github.com/docker/docker/volume [2021-06-17T12:53:50.669Z] github.com/docker/docker/volume/drivers [2021-06-17T12:53:50.669Z] github.com/docker/docker/volume/local [2021-06-17T12:53:50.669Z] github.com/docker/docker/volume/mounts [2021-06-17T12:53:50.669Z] github.com/docker/docker/volume/service [2021-06-17T12:53:50.669Z] github.com/docker/docker/volume/service/opts [2021-06-17T12:53:50.669Z] github.com/docker/docker/volume/testutils' [2021-06-17T12:53:50.669Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-17T12:53:50.669Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-17T12:53:50.669Z] + type docker-proxy [2021-06-17T12:53:50.669Z] hack/test/unit: line 22: type: docker-proxy: not found [2021-06-17T12:53:50.669Z] + hack/make.sh binary-proxy install-proxy [2021-06-17T12:53:50.669Z] [2021-06-17T12:53:50.669Z] Removing bundles/ [2021-06-17T12:53:50.669Z] [2021-06-17T12:53:50.669Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-06-17T12:53:50.669Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-06-17T12:53:50.669Z] GOOS="" GOARCH="" GOARM="" [2021-06-17T12:53:50.808Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.94s) [2021-06-17T12:53:50.808Z] === RUN TestCreateServiceSecretFileMode [2021-06-17T12:53:51.621Z] time="2021-06-17T12:53:49Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.222.102:10037" [2021-06-17T12:53:51.621Z] time="2021-06-17T12:53:49Z" level=debug msg="memberlist: Stream connection from=172.24.222.102:49361" [2021-06-17T12:53:52.573Z] time="2021-06-17T12:53:52Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.222.102:10036" [2021-06-17T12:53:52.573Z] time="2021-06-17T12:53:52Z" level=debug msg="memberlist: Stream connection from=172.24.222.102:49362" [2021-06-17T12:53:53.352Z] --- PASS: TestCreateServiceSecretFileMode (2.94s) [2021-06-17T12:53:53.352Z] === RUN TestCreateServiceConfigFileMode [2021-06-17T12:53:53.515Z] --- PASS: TestInfoAPIWarnings (16.24s) [2021-06-17T12:53:53.515Z] === RUN TestInfoDebug [2021-06-17T12:53:53.515Z] --- PASS: TestInfoDebug (0.52s) [2021-06-17T12:53:53.515Z] === RUN TestInfoInsecureRegistries [2021-06-17T12:53:53.515Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-06-17T12:53:53.515Z] === RUN TestInfoRegistryMirrors [2021-06-17T12:53:53.515Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-06-17T12:53:53.515Z] === RUN TestLoginFailsWithBadCredentials [2021-06-17T12:53:53.515Z] --- PASS: TestLoginFailsWithBadCredentials (0.11s) [2021-06-17T12:53:53.515Z] === RUN TestPingCacheHeaders [2021-06-17T12:53:53.515Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-06-17T12:53:53.515Z] === RUN TestPingGet [2021-06-17T12:53:53.515Z] --- PASS: TestPingGet (0.02s) [2021-06-17T12:53:53.515Z] === RUN TestPingHead [2021-06-17T12:53:53.515Z] --- PASS: TestPingHead (0.02s) [2021-06-17T12:53:53.515Z] === RUN TestVersion [2021-06-17T12:53:53.515Z] --- PASS: TestVersion (0.02s) [2021-06-17T12:53:53.515Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-06-17T12:53:54.881Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.41s) [2021-06-17T12:53:54.881Z] PASS [2021-06-17T12:53:54.881Z] [2021-06-17T12:53:54.881Z] DONE 19 tests in 22.656s [2021-06-17T12:53:54.881Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-17T12:53:54.881Z] INFO: Testing against a local daemon [2021-06-17T12:53:54.881Z] === RUN TestVolumesCreateAndList [2021-06-17T12:53:54.881Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-06-17T12:53:54.881Z] === RUN TestVolumesRemove [2021-06-17T12:53:54.881Z] --- PASS: TestVolumesRemove (0.07s) [2021-06-17T12:53:54.881Z] === RUN TestVolumesInspect [2021-06-17T12:53:54.881Z] --- PASS: TestVolumesInspect (0.02s) [2021-06-17T12:53:54.881Z] === RUN TestVolumesInvalidJSON [2021-06-17T12:53:54.881Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-17T12:53:54.881Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-17T12:53:54.881Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-17T12:53:54.881Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-06-17T12:53:54.881Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-17T12:53:54.881Z] PASS [2021-06-17T12:53:54.881Z] [2021-06-17T12:53:54.881Z] DONE 5 tests in 0.160s [2021-06-17T12:53:55.137Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-17T12:53:55.894Z] --- PASS: TestCreateServiceConfigFileMode (3.02s) [2021-06-17T12:53:55.894Z] === RUN TestCreateServiceSysctls [2021-06-17T12:53:55.922Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-06-17T12:53:55.922Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-06-17T12:53:56.492Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-06-17T12:53:56.501Z] Stopping apparmor (via systemctl): apparmor.service. [2021-06-17T12:53:56.501Z] Removing test suite binaries [2021-06-17T12:53:56.501Z] exiting test-integration [2021-06-17T12:53:56.501Z] ++ exit 0 [2021-06-17T12:53:56.501Z] [2021-06-17T12:53:57.236Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-06-17T12:53:57.236Z] [2021-06-17T12:53:57.236Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-06-17T12:53:57.236Z] Installing docker-proxy to /usr/local/bin/ [2021-06-17T12:53:57.236Z] [2021-06-17T12:53:57.236Z] + mkdir -p bundles [2021-06-17T12:53:57.236Z] + 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/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/client github.com/docker/docker/libnetwork/client/mflag github.com/docker/docker/libnetwork/client/mflag/example github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/dnet 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/proxy 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-06-17T12:53:57.804Z] ? github.com/docker/docker/api [no test files] [2021-06-17T12:53:58.406Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile Post stage [Pipeline] junit [2021-06-17T12:53:59.785Z] Recording test results [2021-06-17T12:54:00.126Z] --- PASS: TestCreateServiceSysctls (4.19s) [2021-06-17T12:54:00.126Z] === RUN TestCreateServiceCapabilities [2021-06-17T12:54:00.321Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-06-17T12:54:01.063Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-17T12:54:01.448Z] + echo Ensuring container killed. [2021-06-17T12:54:01.448Z] Ensuring container killed. [2021-06-17T12:54:01.448Z] + docker rm -vf docker-pr5 [2021-06-17T12:54:01.448Z] Error: No such container: docker-pr5 [Pipeline] sh [2021-06-17T12:54:01.774Z] + echo Chowning /workspace to jenkins user [2021-06-17T12:54:01.774Z] Chowning /workspace to jenkins user [2021-06-17T12:54:01.774Z] + id -u [2021-06-17T12:54:01.774Z] + id -g [2021-06-17T12:54:01.774Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42510:/workspace busybox chown -R 1000:1000 /workspace [2021-06-17T12:54:01.774Z] Unable to find image 'busybox:latest' locally [2021-06-17T12:54:01.774Z] latest: Pulling from library/busybox [2021-06-17T12:54:02.030Z] b71f96345d44: Pulling fs layer [2021-06-17T12:54:02.030Z] b71f96345d44: Download complete [2021-06-17T12:54:02.030Z] b71f96345d44: Pull complete [2021-06-17T12:54:02.030Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d [2021-06-17T12:54:02.030Z] Status: Downloaded newer image for busybox:latest [2021-06-17T12:54:03.425Z] --- PASS: TestCreateServiceCapabilities (3.20s) [2021-06-17T12:54:03.425Z] === RUN TestInspect [2021-06-17T12:54:04.526Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-06-17T12:54:04.526Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-06-17T12:54:04.526Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-17T12:54:04.965Z] + bundleName=amd64-cgroup2 [2021-06-17T12:54:04.965Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-06-17T12:54:04.965Z] Creating amd64-cgroup2-bundles.tar.gz [2021-06-17T12:54:04.965Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-06-17T12:54:04.965Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-06-17T12:54:05.097Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [Pipeline] archiveArtifacts [2021-06-17T12:54:05.230Z] Archiving artifacts [2021-06-17T12:54:06.480Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-06-17T12:54:06.727Z] --- PASS: TestInspect (3.50s) [2021-06-17T12:54:06.727Z] === RUN TestCreateJob [2021-06-17T12:54:07.051Z] check_test.go:309: [d450d43793cc6] daemon is not started [2021-06-17T12:54:07.051Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-06-17T12:54:07.140Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42510/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-17T12:54:07.498Z] + make clean [2021-06-17T12:54:07.622Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-06-17T12:54:07.754Z] docker volume rm -f docker-dev-cache [2021-06-17T12:54:07.754Z] docker-dev-cache [Pipeline] deleteDir [2021-06-17T12:54:07.883Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-06-17T12:54:08.453Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-06-17T12:54:09.026Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-06-17T12:54:09.598Z] === RUN TestDockerSuite/TestBuildDockerignore [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-06-17T12:54:10.931Z] --- PASS: TestCreateJob (3.99s) [2021-06-17T12:54:10.931Z] === RUN TestReplicatedJob [Pipeline] // node [Pipeline] } [Pipeline] // stage [2021-06-17T12:54:10.985Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-06-17T12:54:10.985Z] check_test.go:309: [db778f17ee94f] daemon is not started [2021-06-17T12:54:10.985Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [Pipeline] } [2021-06-17T12:54:12.898Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-06-17T12:54:13.566Z] time="2021-06-17T12:54:13Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.222.102:10033 172.24.222.102:10034 172.24.222.102:10035]" [2021-06-17T12:54:14.018Z] time="2021-06-17T12:54:13Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.222.102:10033 172.24.222.102:10034 172.24.222.102:10035]" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.222.102:10033" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=debug msg="memberlist: Stream connection from=172.24.222.102:49363" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 0b90094d387c/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 0b90094d387c/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node f9b343b3bb01/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node f9b343b3bb01/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, is the new incarnation of the shutdown node 4d9e7bdd98a7/172.24.222.102" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.222.102:10034" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=debug msg="memberlist: Stream connection from=172.24.222.102:49364" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node f9b343b3bb01/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node f9b343b3bb01/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 0b90094d387c/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 0b90094d387c/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 32349a6c4387/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 32349a6c4387/172.24.222.102, is the new incarnation of the shutdown node 1a0fc1656179/172.24.222.102" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 32349a6c4387/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.222.102:10035" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=debug msg="memberlist: Stream connection from=172.24.222.102:49365" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node f9b343b3bb01/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node f9b343b3bb01/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 32349a6c4387/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 32349a6c4387/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 0b90094d387c/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 0b90094d387c/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node e41d9b28e726/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node e41d9b28e726/172.24.222.102, is the new incarnation of the shutdown node 94608a391dcc/172.24.222.102" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node e41d9b28e726/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, is the new incarnation of the shutdown node 4d9e7bdd98a7/172.24.222.102" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 32349a6c4387/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 32349a6c4387/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 32349a6c4387/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 32349a6c4387/172.24.222.102, is the new incarnation of the shutdown node 1a0fc1656179/172.24.222.102" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node 32349a6c4387/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node e41d9b28e726/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node e41d9b28e726/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node e41d9b28e726/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node e41d9b28e726/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node e41d9b28e726/172.24.222.102, joined gossip cluster" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node e41d9b28e726/172.24.222.102, is the new incarnation of the shutdown node 94608a391dcc/172.24.222.102" [2021-06-17T12:54:14.470Z] time="2021-06-17T12:54:14Z" level=info msg="Node e41d9b28e726/172.24.222.102, added to nodes list" [2021-06-17T12:54:14.808Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-06-17T12:54:14.922Z] time="2021-06-17T12:54:14Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.222.102:10033" [2021-06-17T12:54:14.922Z] time="2021-06-17T12:54:14Z" level=debug msg="memberlist: Stream connection from=172.24.222.102:49366" [2021-06-17T12:54:14.922Z] time="2021-06-17T12:54:14Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.222.102:10034" [2021-06-17T12:54:14.922Z] time="2021-06-17T12:54:14Z" level=debug msg="memberlist: Stream connection from=172.24.222.102:49367" [2021-06-17T12:54:14.922Z] time="2021-06-17T12:54:14Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.222.102:10035" [2021-06-17T12:54:14.922Z] time="2021-06-17T12:54:14Z" level=debug msg="memberlist: Stream connection from=172.24.222.102:49368" [2021-06-17T12:54:15.875Z] 2021/06/17 12:54:15 Closing DB instances... [2021-06-17T12:54:15.885Z] ok github.com/docker/docker/api/server 0.005s coverage: 9.0% of statements [2021-06-17T12:54:16.327Z] time="2021-06-17T12:54:15Z" level=info msg="Node 7bdad4cdaf54 change state NodeActive --> NodeLeft" [2021-06-17T12:54:16.327Z] time="2021-06-17T12:54:15Z" level=info msg="node4(0b90094d387c): Node leave event for 7bdad4cdaf54/172.24.222.102" [2021-06-17T12:54:16.327Z] time="2021-06-17T12:54:15Z" level=info msg="Node 7bdad4cdaf54 change state NodeActive --> NodeLeft" [2021-06-17T12:54:16.327Z] time="2021-06-17T12:54:15Z" level=info msg="node2(32349a6c4387): Node leave event for 7bdad4cdaf54/172.24.222.102" [2021-06-17T12:54:16.327Z] time="2021-06-17T12:54:15Z" level=info msg="Node 7bdad4cdaf54 change state NodeActive --> NodeLeft" [2021-06-17T12:54:16.327Z] time="2021-06-17T12:54:15Z" level=info msg="node5(f9b343b3bb01): Node leave event for 7bdad4cdaf54/172.24.222.102" [2021-06-17T12:54:16.327Z] time="2021-06-17T12:54:15Z" level=info msg="Node 7bdad4cdaf54 change state NodeActive --> NodeLeft" [2021-06-17T12:54:16.327Z] time="2021-06-17T12:54:15Z" level=info msg="node1(7bdad4cdaf54): Node leave event for 7bdad4cdaf54/172.24.222.102" [2021-06-17T12:54:16.327Z] time="2021-06-17T12:54:15Z" level=info msg="Node 7bdad4cdaf54 change state NodeActive --> NodeLeft" [2021-06-17T12:54:16.327Z] time="2021-06-17T12:54:15Z" level=info msg="node3(e41d9b28e726): Node leave event for 7bdad4cdaf54/172.24.222.102" [2021-06-17T12:54:16.327Z] time="2021-06-17T12:54:16Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, left gossip cluster" [2021-06-17T12:54:16.327Z] time="2021-06-17T12:54:16Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, left gossip cluster" [2021-06-17T12:54:16.327Z] time="2021-06-17T12:54:16Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, left gossip cluster" [2021-06-17T12:54:16.327Z] time="2021-06-17T12:54:16Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, left gossip cluster" [2021-06-17T12:54:16.327Z] time="2021-06-17T12:54:16Z" level=info msg="Node 7bdad4cdaf54/172.24.222.102, left gossip cluster" [2021-06-17T12:54:16.779Z] time="2021-06-17T12:54:16Z" level=info msg="Node 32349a6c4387 change state NodeActive --> NodeLeft" [2021-06-17T12:54:16.779Z] time="2021-06-17T12:54:16Z" level=info msg="node5(f9b343b3bb01): Node leave event for 32349a6c4387/172.24.222.102" [2021-06-17T12:54:16.779Z] time="2021-06-17T12:54:16Z" level=info msg="Node 32349a6c4387 change state NodeActive --> NodeLeft" [2021-06-17T12:54:16.779Z] time="2021-06-17T12:54:16Z" level=info msg="node3(e41d9b28e726): Node leave event for 32349a6c4387/172.24.222.102" [2021-06-17T12:54:16.779Z] time="2021-06-17T12:54:16Z" level=info msg="Node 32349a6c4387 change state NodeActive --> NodeLeft" [2021-06-17T12:54:16.779Z] time="2021-06-17T12:54:16Z" level=info msg="node2(32349a6c4387): Node leave event for 32349a6c4387/172.24.222.102" [2021-06-17T12:54:16.779Z] time="2021-06-17T12:54:16Z" level=info msg="Node 32349a6c4387/172.24.222.102, left gossip cluster" [2021-06-17T12:54:16.779Z] time="2021-06-17T12:54:16Z" level=info msg="Node 32349a6c4387/172.24.222.102, left gossip cluster" [2021-06-17T12:54:16.779Z] time="2021-06-17T12:54:16Z" level=info msg="Node 32349a6c4387/172.24.222.102, left gossip cluster" [2021-06-17T12:54:16.779Z] time="2021-06-17T12:54:16Z" level=info msg="Node 32349a6c4387 change state NodeActive --> NodeFailed" [2021-06-17T12:54:16.779Z] time="2021-06-17T12:54:16Z" level=info msg="Node 32349a6c4387/172.24.222.102, added to failed nodes list" [2021-06-17T12:54:16.779Z] time="2021-06-17T12:54:16Z" level=info msg="Node 32349a6c4387/172.24.222.102, left gossip cluster" [2021-06-17T12:54:16.779Z] time="2021-06-17T12:54:16Z" level=error msg="node: 32349a6c4387 is unknown to memberlist" [2021-06-17T12:54:17.232Z] time="2021-06-17T12:54:16Z" level=info msg="Node e41d9b28e726 change state NodeActive --> NodeLeft" [2021-06-17T12:54:17.232Z] time="2021-06-17T12:54:16Z" level=info msg="node4(0b90094d387c): Node leave event for e41d9b28e726/172.24.222.102" [2021-06-17T12:54:17.232Z] time="2021-06-17T12:54:16Z" level=info msg="Node e41d9b28e726/172.24.222.102, left gossip cluster" [2021-06-17T12:54:17.232Z] time="2021-06-17T12:54:16Z" level=info msg="Node e41d9b28e726 change state NodeActive --> NodeLeft" [2021-06-17T12:54:17.232Z] time="2021-06-17T12:54:16Z" level=info msg="node3(e41d9b28e726): Node leave event for e41d9b28e726/172.24.222.102" [2021-06-17T12:54:17.232Z] time="2021-06-17T12:54:16Z" level=info msg="Node e41d9b28e726 change state NodeActive --> NodeLeft" [2021-06-17T12:54:17.232Z] time="2021-06-17T12:54:16Z" level=info msg="node5(f9b343b3bb01): Node leave event for e41d9b28e726/172.24.222.102" [2021-06-17T12:54:17.232Z] time="2021-06-17T12:54:17Z" level=info msg="Node e41d9b28e726/172.24.222.102, left gossip cluster" [2021-06-17T12:54:17.512Z] --- PASS: TestReplicatedJob (6.62s) [2021-06-17T12:54:17.512Z] === RUN TestUpdateReplicatedJob [2021-06-17T12:54:17.684Z] time="2021-06-17T12:54:17Z" level=info msg="Node e41d9b28e726/172.24.222.102, left gossip cluster" [2021-06-17T12:54:17.684Z] time="2021-06-17T12:54:17Z" level=debug msg="memberlist: Failed ping: 0b90094d387c (timeout reached)" [2021-06-17T12:54:17.684Z] time="2021-06-17T12:54:17Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.24.222.102:10037: use of closed network connection" [2021-06-17T12:54:17.684Z] time="2021-06-17T12:54:17Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.24.222.102:10035: use of closed network connection" [2021-06-17T12:54:17.684Z] time="2021-06-17T12:54:17Z" level=debug msg="memberlist: Stream connection from=172.24.222.102:49370" [2021-06-17T12:54:17.684Z] time="2021-06-17T12:54:17Z" level=info msg="Node 0b90094d387c change state NodeActive --> NodeLeft" [2021-06-17T12:54:17.684Z] time="2021-06-17T12:54:17Z" level=info msg="node5(f9b343b3bb01): Node leave event for 0b90094d387c/172.24.222.102" [2021-06-17T12:54:17.684Z] time="2021-06-17T12:54:17Z" level=info msg="Node 0b90094d387c change state NodeActive --> NodeLeft" [2021-06-17T12:54:17.684Z] time="2021-06-17T12:54:17Z" level=info msg="node4(0b90094d387c): Node leave event for 0b90094d387c/172.24.222.102" [2021-06-17T12:54:17.684Z] time="2021-06-17T12:54:17Z" level=info msg="Node 0b90094d387c/172.24.222.102, left gossip cluster" [2021-06-17T12:54:17.684Z] time="2021-06-17T12:54:17Z" level=info msg="Node 0b90094d387c/172.24.222.102, left gossip cluster" [2021-06-17T12:54:18.137Z] time="2021-06-17T12:54:17Z" level=warning msg="memberlist: Failed to send gossip to 172.24.222.102:10035: write udp [::]:10036->172.24.222.102:10035: use of closed network connection" [2021-06-17T12:54:18.137Z] time="2021-06-17T12:54:17Z" level=info msg="Node f9b343b3bb01/172.24.222.102, left gossip cluster" [2021-06-17T12:54:18.137Z] time="2021-06-17T12:54:17Z" level=info msg="Node f9b343b3bb01 change state NodeActive --> NodeFailed" [2021-06-17T12:54:18.137Z] time="2021-06-17T12:54:17Z" level=info msg="Node f9b343b3bb01/172.24.222.102, added to failed nodes list" [2021-06-17T12:54:18.137Z] --- PASS: TestNetworkDBIslands (65.84s) [2021-06-17T12:54:18.137Z] PASS [2021-06-17T12:54:18.137Z] coverage: 60.4% of statements [2021-06-17T12:54:18.137Z] ok github.com/docker/docker/libnetwork/networkdb 155.852s coverage: 60.4% of statements [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/libnetwork/resolvconf [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/quota [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/rootless [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/volume [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-17T12:54:18.137Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-17T12:54:19.010Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-06-17T12:54:19.954Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-06-17T12:54:20.286Z] [2021-06-17T12:54:20.287Z] === Skipped [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-06-17T12:54:20.287Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-06-17T12:54:20.287Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-06-17T12:54:20.287Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-06-17T12:54:20.287Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-06-17T12:54:20.287Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-06-17T12:54:20.287Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-06-17T12:54:20.287Z] daemon_test.go:147: root required [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-17T12:54:20.287Z] reload_test.go:520: root required [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-06-17T12:54:20.287Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-17T12:54:20.287Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-06-17T12:54:20.287Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-06-17T12:54:20.287Z] download_test.go:268: Needs fixing on Windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-06-17T12:54:20.287Z] layer_test.go:304: Failing on Windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-06-17T12:54:20.287Z] layer_test.go:353: Failing on Windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-06-17T12:54:20.287Z] layer_test.go:468: Failing on Windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-06-17T12:54:20.287Z] layer_test.go:697: Failing on Windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-06-17T12:54:20.287Z] migration_test.go:46: Failing on Windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-06-17T12:54:20.287Z] migration_test.go:182: Failing on Windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-06-17T12:54:20.287Z] mount_test.go:17: Failing on Windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-06-17T12:54:20.287Z] mount_test.go:76: Failing on Windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-06-17T12:54:20.287Z] mount_test.go:125: Failing on Windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-06-17T12:54:20.287Z] mount_test.go:212: Failing on Windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-06-17T12:54:20.287Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-06-17T12:54:20.287Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-06-17T12:54:20.287Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-06-17T12:54:20.287Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-06-17T12:54:20.287Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-06-17T12:54:20.287Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-06-17T12:54:20.287Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-06-17T12:54:20.287Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-06-17T12:54:20.287Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-06-17T12:54:20.287Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestTCP6Proxy (0.00s) [2021-06-17T12:54:20.287Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestTCPDualStackProxy (0.00s) [2021-06-17T12:54:20.287Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestUDP6Proxy (0.00s) [2021-06-17T12:54:20.287Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestSCTP4Proxy (0.00s) [2021-06-17T12:54:20.287Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestSCTP6Proxy (0.00s) [2021-06-17T12:54:20.287Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-06-17T12:54:20.287Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-06-17T12:54:20.287Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-06-17T12:54:20.287Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-06-17T12:54:20.287Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-06-17T12:54:20.287Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-06-17T12:54:20.287Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-06-17T12:54:20.287Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-06-17T12:54:20.287Z] archive_test.go:134: Xz not present in msys2 [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-06-17T12:54:20.287Z] archive_test.go:239: Failing on Windows CI machines [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-06-17T12:54:20.287Z] archive_windows_test.go:16: Currently fails [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-06-17T12:54:20.287Z] changes_test.go:196: needs more investigation [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-06-17T12:54:20.287Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-06-17T12:54:20.287Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-06-17T12:54:20.287Z] changes_test.go:433: needs further investigation [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-06-17T12:54:20.287Z] changes_test.go:469: needs further investigation [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-06-17T12:54:20.287Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-17T12:54:20.287Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-06-17T12:54:20.287Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-06-17T12:54:20.287Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-06-17T12:54:20.287Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-06-17T12:54:20.287Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-17T12:54:20.287Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-17T12:54:20.287Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-06-17T12:54:20.287Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-06-17T12:54:20.287Z] poller_test.go:41: No chmod on Windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-17T12:54:20.287Z] fileutils_test.go:134: Needs porting to Windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-17T12:54:20.287Z] fileutils_test.go:180: Needs porting to Windows [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-06-17T12:54:20.287Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2021-06-17T12:54:20.287Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-06-17T12:54:20.287Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-06-17T12:54:20.287Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-06-17T12:54:20.287Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] [2021-06-17T12:54:20.287Z] DONE 2056 tests, 69 skipped in 340.406s [2021-06-17T12:54:20.287Z] INFO: make.ps1 ended at 06/17/2021 12:54:19 [2021-06-17T12:54:21.715Z] --- PASS: TestUpdateReplicatedJob (3.97s) [2021-06-17T12:54:21.716Z] === RUN TestServiceListWithStatuses [2021-06-17T12:54:21.716Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-17T12:54:21.716Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-17T12:54:21.716Z] === RUN TestDockerNetworkConnectAlias [2021-06-17T12:54:21.810Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-06-17T12:54:21.810Z] INFO: Unit tests ended at 06/17/2021 12:54:21. Duration:00:05:54.3211216 [2021-06-17T12:54:21.810Z] INFO: Building busybox [2021-06-17T12:54:21.810Z] Sending build context to Docker daemon 5.12kB [2021-06-17T12:54:21.810Z] [2021-06-17T12:54:21.810Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-06-17T12:54:21.810Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-06-17T12:54:21.810Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-06-17T12:54:21.810Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-06-17T12:54:21.810Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-06-17T12:54:21.810Z] ---> 39d157a84080 [2021-06-17T12:54:21.810Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-06-17T12:54:21.866Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-06-17T12:54:22.261Z] ---> Running in 5d50114dab4d [2021-06-17T12:54:23.778Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-06-17T12:54:25.692Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-06-17T12:54:25.952Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-06-17T12:54:25.959Z] Removing intermediate container 5d50114dab4d [2021-06-17T12:54:25.959Z] ---> 66c826b915bf [2021-06-17T12:54:25.959Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-06-17T12:54:25.959Z] ---> Running in b45c4f4715be [2021-06-17T12:54:26.410Z] Removing intermediate container b45c4f4715be [2021-06-17T12:54:26.410Z] ---> f16fb9651419 [2021-06-17T12:54:26.410Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-06-17T12:54:26.410Z] ---> Running in 2fe10b9fd3b7 [2021-06-17T12:54:26.410Z] Removing intermediate container 2fe10b9fd3b7 [2021-06-17T12:54:26.410Z] ---> bf329fbce256 [2021-06-17T12:54:26.410Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-06-17T12:54:27.001Z] --- PASS: TestDockerNetworkConnectAlias (5.22s) [2021-06-17T12:54:27.001Z] === RUN TestDockerNetworkReConnect [2021-06-17T12:54:27.926Z] [2021-06-17T12:54:28.378Z] ---> 76360ac858d5 [2021-06-17T12:54:28.378Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-06-17T12:54:28.378Z] ---> Running in 9c2b9965b455 [2021-06-17T12:54:30.154Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-06-17T12:54:30.415Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-06-17T12:54:31.204Z] --- PASS: TestDockerNetworkReConnect (4.34s) [2021-06-17T12:54:31.204Z] === RUN TestServicePlugin [2021-06-17T12:54:31.204Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-17T12:54:31.204Z] --- SKIP: TestServicePlugin (0.00s) [2021-06-17T12:54:31.204Z] === RUN TestServiceUpdateLabel [2021-06-17T12:54:33.746Z] --- PASS: TestServiceUpdateLabel (2.69s) [2021-06-17T12:54:33.746Z] === RUN TestServiceUpdateSecrets [2021-06-17T12:54:36.925Z] Removing intermediate container 9c2b9965b455 [2021-06-17T12:54:36.925Z] ---> e20487b91773 [2021-06-17T12:54:36.925Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-06-17T12:54:36.925Z] ---> Running in 83649992c8bf [2021-06-17T12:54:36.999Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-06-17T12:54:37.571Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-06-17T12:54:37.890Z] [2021-06-17T12:54:37.890Z] SUCCESS: Specified value was saved. [2021-06-17T12:54:38.955Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-06-17T12:54:39.896Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-06-17T12:54:40.040Z] Removing intermediate container 83649992c8bf [2021-06-17T12:54:40.040Z] ---> 850e48bbc9fd [2021-06-17T12:54:40.040Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-06-17T12:54:40.491Z] ---> Running in 9429eb601c79 [2021-06-17T12:54:44.103Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-06-17T12:54:44.182Z] Cannot create a file when that file already exists. [2021-06-17T12:54:46.016Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-06-17T12:54:46.960Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-06-17T12:54:46.960Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-06-17T12:54:48.818Z] Removing intermediate container 9429eb601c79 [2021-06-17T12:54:48.818Z] ---> 46d2ea453973 [2021-06-17T12:54:48.818Z] Step 13/13 : CMD ["sh"] [2021-06-17T12:54:48.818Z] ---> Running in 609b755d9116 [2021-06-17T12:54:49.270Z] Removing intermediate container 609b755d9116 [2021-06-17T12:54:49.270Z] ---> 1e6077fd8dff [2021-06-17T12:54:49.270Z] Successfully built 1e6077fd8dff [2021-06-17T12:54:49.270Z] Successfully tagged busybox:latest [2021-06-17T12:54:49.270Z] INFO: Docker images of the daemon under test [2021-06-17T12:54:49.270Z] [2021-06-17T12:54:49.270Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-17T12:54:49.270Z] busybox latest 1e6077fd8dff Less than a second ago 2.78GB [2021-06-17T12:54:49.270Z] microsoft/windowsservercore latest 39d157a84080 3 months ago 2.74GB [2021-06-17T12:54:49.270Z] mcr.microsoft.com/windows/servercore/insider 10.0.20295.1 39d157a84080 3 months ago 2.74GB [2021-06-17T12:54:49.270Z] [2021-06-17T12:54:49.270Z] INFO: Running integration tests at 06/17/2021 12:54:48... [2021-06-17T12:54:49.270Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-06-17T12:54:49.270Z] INFO: Integration API tests being run from the host: [2021-06-17T12:54:49.270Z] INFO: make.ps1 starting at 06/17/2021 12:54:49 [2021-06-17T12:54:50.224Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-06-17T12:54:51.199Z] docker_cli_daemon_test.go:2550: [d539430ba38f3] daemon is not started [2021-06-17T12:54:51.866Z] --- PASS: TestServiceUpdateSecrets (15.42s) [2021-06-17T12:54:51.866Z] === RUN TestServiceUpdateConfigs [2021-06-17T12:54:53.741Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-06-17T12:54:53.741Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-06-17T12:54:56.282Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-06-17T12:54:59.580Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-06-17T12:55:04.093Z] --- PASS: TestServiceUpdateConfigs (15.17s) [2021-06-17T12:55:04.093Z] === RUN TestServiceUpdateNetwork [2021-06-17T12:55:04.866Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-06-17T12:55:07.410Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-06-17T12:55:08.352Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-06-17T12:55:10.269Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-06-17T12:55:10.529Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-06-17T12:55:13.076Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-06-17T12:55:14.018Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-06-17T12:55:14.278Z] check_test.go:309: [d82764f6ef03b] daemon is not started [2021-06-17T12:55:14.278Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-06-17T12:55:19.002Z] --- PASS: TestServiceUpdateNetwork (13.62s) [2021-06-17T12:55:19.002Z] === RUN TestServiceUpdatePidsLimit [2021-06-17T12:55:19.263Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-06-17T12:55:20.209Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite (412.86s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (8.08s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.27s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.56s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.18s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.66s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.45s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.41s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.24s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.86s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (4.40s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (4.93s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.04s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.50s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.04s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.09s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.60s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (3.12s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.53s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.56s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.19s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.57s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.60s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.59s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.85s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (6.08s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.95s) [2021-06-17T12:55:20.865Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.78s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.56s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.57s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.32s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.83s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.25s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.27s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (4.70s) [2021-06-17T12:55:20.865Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.13s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.08s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.26s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.11s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.29s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.26s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.56s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.69s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.08s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.92s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (24.85s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.81s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.16s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (6.35s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (4.10s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.24s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.68s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (3.01s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (14.88s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (4.16s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.61s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.94s) [2021-06-17T12:55:20.866Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-06-17T12:55:20.866Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.56s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (5.86s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.66s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.22s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (1.96s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.23s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.64s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (6.12s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.90s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.53s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.29s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.75s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.85s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.12s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.56s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.71s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.21s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.10s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.55s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.43s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.82s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.62s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.05s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.64s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.06s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (8.12s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.66s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (4.83s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (1.98s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.25s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.72s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.89s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.57s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.64s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.89s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.20s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.35s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.56s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.68s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.05s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.16s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.66s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (10.01s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.93s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.76s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.32s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.53s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.17s) [2021-06-17T12:55:20.866Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.92s) [2021-06-17T12:55:20.866Z] === RUN TestDockerSwarmSuite [2021-06-17T12:55:20.866Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-06-17T12:55:23.412Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-06-17T12:55:25.851Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T12:55:25.851Z] INFO: Testing against a local daemon [2021-06-17T12:55:25.851Z] === RUN TestBuildWithSession [2021-06-17T12:55:25.851Z] build_session_test.go:25: TODO: BuildKit [2021-06-17T12:55:25.851Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-17T12:55:25.851Z] === RUN TestBuildSquashParent [2021-06-17T12:55:25.851Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T12:55:25.851Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-06-17T12:55:25.851Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-17T12:55:25.851Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-17T12:55:25.851Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-17T12:55:25.851Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-17T12:55:25.851Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-17T12:55:25.851Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-17T12:55:25.851Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-17T12:55:25.851Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-17T12:55:25.851Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-17T12:55:25.851Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-17T12:55:25.851Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-17T12:55:25.851Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-17T12:55:25.851Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-17T12:55:25.851Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-17T12:55:25.851Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-17T12:55:25.851Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-17T12:55:25.851Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-17T12:55:26.713Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-06-17T12:55:28.342Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-06-17T12:55:31.633Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-17T12:55:33.301Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-06-17T12:55:35.217Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-06-17T12:55:35.217Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-06-17T12:55:35.346Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-17T12:55:36.477Z] --- PASS: TestServiceUpdatePidsLimit (17.44s) [2021-06-17T12:55:36.477Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.03s) [2021-06-17T12:55:36.477Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2021-06-17T12:55:36.477Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.13s) [2021-06-17T12:55:36.477Z] PASS [2021-06-17T12:55:36.477Z] [2021-06-17T12:55:36.477Z] === Skipped [2021-06-17T12:55:36.477Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-17T12:55:36.477Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-17T12:55:36.477Z] [2021-06-17T12:55:36.477Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-06-17T12:55:36.477Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-06-17T12:55:36.477Z] [2021-06-17T12:55:36.477Z] [2021-06-17T12:55:36.477Z] DONE 27 tests, 2 skipped in 165.552s [2021-06-17T12:55:36.477Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-06-17T12:55:36.477Z] ++ 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-06-17T12:55:36.477Z] ++ set -e [2021-06-17T12:55:36.477Z] ++ '[' -n 0 ']' [2021-06-17T12:55:36.477Z] ++ set -x [2021-06-17T12:55:36.477Z] ++ 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-06-17T12:55:39.795Z] INFO: Testing against a local daemon [2021-06-17T12:55:39.795Z] === RUN TestSessionCreate [2021-06-17T12:55:39.795Z] --- PASS: TestSessionCreate (0.04s) [2021-06-17T12:55:39.795Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-17T12:55:39.795Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2021-06-17T12:55:39.795Z] PASS [2021-06-17T12:55:39.795Z] [2021-06-17T12:55:39.795Z] DONE 2 tests in 3.990s [2021-06-17T12:55:39.795Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-06-17T12:55:39.795Z] ++ 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-06-17T12:55:39.795Z] ++ set -e [2021-06-17T12:55:39.795Z] ++ '[' -n 0 ']' [2021-06-17T12:55:39.795Z] ++ set -x [2021-06-17T12:55:39.795Z] ++ 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-06-17T12:55:39.795Z] INFO: Testing against a local daemon [2021-06-17T12:55:39.795Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-17T12:55:39.795Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-17T12:55:39.795Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-17T12:55:39.795Z] === RUN TestEventsExecDie [2021-06-17T12:55:40.508Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-06-17T12:55:40.508Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-06-17T12:55:40.736Z] --- PASS: TestEventsExecDie (1.12s) [2021-06-17T12:55:40.736Z] === RUN TestEventsBackwardsCompatible [2021-06-17T12:55:40.736Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-06-17T12:55:40.736Z] === RUN TestEventsVolumeCreate [2021-06-17T12:55:40.736Z] --- PASS: TestEventsVolumeCreate (0.08s) [2021-06-17T12:55:40.736Z] === RUN TestInfoBinaryCommits [2021-06-17T12:55:40.736Z] --- PASS: TestInfoBinaryCommits (0.04s) [2021-06-17T12:55:40.736Z] === RUN TestInfoAPIVersioned [2021-06-17T12:55:40.736Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-17T12:55:40.736Z] === RUN TestInfoDiscoveryBackend [2021-06-17T12:55:40.770Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-06-17T12:55:41.308Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-06-17T12:55:41.308Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-17T12:55:41.713Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-06-17T12:55:41.713Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-06-17T12:55:41.973Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-06-17T12:55:42.233Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-06-17T12:55:42.248Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-06-17T12:55:42.248Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-17T12:55:42.817Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2021-06-17T12:55:42.817Z] === RUN TestInfoAPI [2021-06-17T12:55:42.817Z] --- PASS: TestInfoAPI (0.04s) [2021-06-17T12:55:42.817Z] === RUN TestInfoAPIWarnings [2021-06-17T12:55:44.775Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-06-17T12:55:45.716Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-06-17T12:55:46.288Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-06-17T12:55:46.548Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-06-17T12:55:48.462Z] === RUN TestDockerSuite/TestBuildEnv [2021-06-17T12:55:49.406Z] docker_api_swarm_test.go:562: [d9d9eafeceded] joining swarm manager [d1ef7825e08ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T12:55:50.348Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-06-17T12:55:52.304Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-17T12:55:52.336Z] ok github.com/docker/docker/api/server/httputils 0.014s coverage: 14.7% of statements [2021-06-17T12:55:52.336Z] ok github.com/docker/docker/api/server/middleware 0.008s coverage: 37.7% of statements [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-17T12:55:52.336Z] ok github.com/docker/docker/api/server/router/swarm 0.024s coverage: 5.7% of statements [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/types [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-17T12:55:52.336Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-17T12:55:52.336Z] ok github.com/docker/docker/api/types/strslice 0.004s coverage: 90.0% of statements [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-17T12:55:52.336Z] ok github.com/docker/docker/api/types/time 0.006s coverage: 100.0% of statements [2021-06-17T12:55:52.336Z] ok github.com/docker/docker/api/types/versions 0.002s coverage: 75.0% of statements [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/builder [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-17T12:55:52.336Z] ok github.com/docker/docker/builder/dockerfile 0.268s coverage: 48.7% of statements [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-17T12:55:52.336Z] ok github.com/docker/docker/builder/remotecontext 0.125s coverage: 13.7% of statements [2021-06-17T12:55:52.336Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-06-17T12:55:52.336Z] ok github.com/docker/docker/builder/remotecontext/git 1.291s coverage: 86.3% of statements [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/cli [no test files] [2021-06-17T12:55:52.336Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-17T12:55:52.928Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-06-17T12:55:52.929Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.89s) [2021-06-17T12:55:52.929Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (14.35s) [2021-06-17T12:55:52.929Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (14.49s) [2021-06-17T12:55:52.929Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (14.67s) [2021-06-17T12:55:52.929Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.71s) [2021-06-17T12:55:52.929Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (16.19s) [2021-06-17T12:55:52.929Z] === RUN TestBuildMultiStageCopy [2021-06-17T12:55:52.929Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-17T12:55:53.699Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-06-17T12:55:53.714Z] ok github.com/docker/docker/client 0.173s coverage: 75.5% of statements [2021-06-17T12:56:00.922Z] --- PASS: TestInfoAPIWarnings (16.38s) [2021-06-17T12:56:00.922Z] === RUN TestInfoDebug [2021-06-17T12:56:00.922Z] --- PASS: TestInfoDebug (0.54s) [2021-06-17T12:56:00.922Z] === RUN TestInfoInsecureRegistries [2021-06-17T12:56:00.922Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2021-06-17T12:56:00.922Z] === RUN TestInfoRegistryMirrors [2021-06-17T12:56:00.922Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-06-17T12:56:00.922Z] === RUN TestLoginFailsWithBadCredentials [2021-06-17T12:56:01.182Z] --- PASS: TestLoginFailsWithBadCredentials (0.21s) [2021-06-17T12:56:01.182Z] === RUN TestPingCacheHeaders [2021-06-17T12:56:01.182Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-06-17T12:56:01.182Z] === RUN TestPingGet [2021-06-17T12:56:01.182Z] --- PASS: TestPingGet (0.03s) [2021-06-17T12:56:01.182Z] === RUN TestPingHead [2021-06-17T12:56:01.182Z] --- PASS: TestPingHead (0.03s) [2021-06-17T12:56:01.182Z] === RUN TestVersion [2021-06-17T12:56:01.182Z] --- PASS: TestVersion (0.03s) [2021-06-17T12:56:01.182Z] PASS [2021-06-17T12:56:01.182Z] [2021-06-17T12:56:01.182Z] === Skipped [2021-06-17T12:56:01.182Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-17T12:56:01.182Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-17T12:56:01.182Z] [2021-06-17T12:56:01.182Z] [2021-06-17T12:56:01.182Z] DONE 19 tests, 1 skipped in 21.903s [2021-06-17T12:56:01.182Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-17T12:56:01.182Z] ++ 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-06-17T12:56:01.182Z] ++ set -e [2021-06-17T12:56:01.182Z] ++ '[' -n 0 ']' [2021-06-17T12:56:01.182Z] ++ set -x [2021-06-17T12:56:01.182Z] ++ 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-06-17T12:56:01.442Z] INFO: Testing against a local daemon [2021-06-17T12:56:01.442Z] === RUN TestVolumesCreateAndList [2021-06-17T12:56:01.442Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-06-17T12:56:01.442Z] === RUN TestVolumesRemove [2021-06-17T12:56:01.442Z] --- PASS: TestVolumesRemove (0.09s) [2021-06-17T12:56:01.442Z] === RUN TestVolumesInspect [2021-06-17T12:56:01.442Z] --- PASS: TestVolumesInspect (0.03s) [2021-06-17T12:56:01.442Z] === RUN TestVolumesInvalidJSON [2021-06-17T12:56:01.442Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-17T12:56:01.442Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-17T12:56:01.442Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-17T12:56:01.442Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-06-17T12:56:01.442Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-17T12:56:01.442Z] PASS [2021-06-17T12:56:01.442Z] [2021-06-17T12:56:01.442Z] DONE 5 tests in 0.320s [2021-06-17T12:56:01.442Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-17T12:56:01.839Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-06-17T12:56:02.383Z] ++++ cat bundles/test-integration/docker.pid [2021-06-17T12:56:02.383Z] +++ kill 14465 [2021-06-17T12:56:03.767Z] +++ /etc/init.d/apparmor stop [2021-06-17T12:56:03.767Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-17T12:56:03.767Z] [2021-06-17T12:56:03.767Z] Unloading profiles will leave already running processes permanently [2021-06-17T12:56:03.767Z] unconfined, which can lead to unexpected situations. [2021-06-17T12:56:03.767Z] [2021-06-17T12:56:03.767Z] To set a process to complain mode, use the command line tool [2021-06-17T12:56:03.767Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-17T12:56:03.767Z] +++ true [2021-06-17T12:56:03.767Z] exiting test-integration [2021-06-17T12:56:03.767Z] ++ exit 0 [2021-06-17T12:56:03.767Z] [2021-06-17T12:56:05.139Z] docker_api_swarm_test.go:584: [d3b758aebf27e] joining swarm manager [d1ef7825e08ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 Post stage [Pipeline] junit [2021-06-17T12:56:06.322Z] Recording test results [2021-06-17T12:56:06.597Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-17T12:56:06.946Z] + echo Ensuring container killed. [2021-06-17T12:56:06.946Z] Ensuring container killed. [2021-06-17T12:56:06.946Z] + docker rm -vf docker-pr5 [2021-06-17T12:56:06.946Z] Error: No such container: docker-pr5 [Pipeline] sh [2021-06-17T12:56:07.234Z] + echo Chowning /workspace to jenkins user [2021-06-17T12:56:07.234Z] Chowning /workspace to jenkins user [2021-06-17T12:56:07.234Z] + id -u [2021-06-17T12:56:07.234Z] + id -g [2021-06-17T12:56:07.234Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42510:/workspace busybox chown -R 1000:1000 /workspace [2021-06-17T12:56:09.344Z] check_test.go:380: [d9d9eafeceded] daemon is not started [2021-06-17T12:56:10.517Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-17T12:56:10.517Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-17T12:56:10.517Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-17T12:56:12.034Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-17T12:56:12.989Z] --- PASS: TestBuildMultiStageCopy (21.84s) [2021-06-17T12:56:12.989Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (17.47s) [2021-06-17T12:56:12.989Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.95s) [2021-06-17T12:56:12.989Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.98s) [2021-06-17T12:56:12.989Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.13s) [2021-06-17T12:56:12.989Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.31s) [2021-06-17T12:56:12.989Z] === RUN TestBuildMultiStageParentConfig [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-17T12:56:14.124Z] + bundleName=arm64-integration [2021-06-17T12:56:14.124Z] + echo Creating arm64-integration-bundles.tar.gz [2021-06-17T12:56:14.124Z] Creating arm64-integration-bundles.tar.gz [2021-06-17T12:56:14.124Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-06-17T12:56:14.124Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-06-17T12:56:14.398Z] Archiving artifacts [2021-06-17T12:56:14.736Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42510/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-17T12:56:15.054Z] + make clean [2021-06-17T12:56:15.624Z] docker volume rm -f docker-dev-cache [2021-06-17T12:56:15.624Z] docker-dev-cache [Pipeline] deleteDir [2021-06-17T12:56:15.858Z] --- PASS: TestBuildMultiStageParentConfig (2.55s) [2021-06-17T12:56:15.858Z] === RUN TestBuildLabelWithTargets [2021-06-17T12:56:15.858Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-17T12:56:15.858Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-06-17T12:56:15.858Z] === RUN TestBuildWithEmptyLayers [2021-06-17T12:56:17.373Z] --- PASS: TestBuildWithEmptyLayers (1.54s) [2021-06-17T12:56:17.373Z] === RUN TestBuildMultiStageOnBuild [2021-06-17T12:56:21.576Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-06-17T12:56:21.576Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-06-17T12:56:21.576Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-06-17T12:56:22.520Z] docker_api_swarm_test.go:45: [d4c6f9023c5bb] joining swarm manager [da15d32cb54bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-17T12:56:25.821Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-06-17T12:56:27.252Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-06-17T12:56:34.958Z] --- PASS: TestBuildMultiStageOnBuild (16.68s) [2021-06-17T12:56:34.958Z] === RUN TestBuildUncleanTarFilenames [2021-06-17T12:56:34.958Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-17T12:56:34.958Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-06-17T12:56:34.958Z] === RUN TestBuildMultiStageLayerLeak [2021-06-17T12:56:37.247Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-06-17T12:56:37.819Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-06-17T12:56:38.391Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-06-17T12:56:38.962Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-06-17T12:56:40.347Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-06-17T12:56:40.347Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-06-17T12:56:40.347Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-06-17T12:56:40.400Z] ok github.com/docker/docker/cmd/dockerd 0.091s coverage: 29.1% of statements [2021-06-17T12:56:40.400Z] ok github.com/docker/docker/container 0.127s coverage: 34.6% of statements [2021-06-17T12:56:40.400Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-17T12:56:40.400Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-17T12:56:40.400Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-17T12:56:40.400Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-17T12:56:40.611Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-06-17T12:56:40.611Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-06-17T12:56:41.996Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-06-17T12:56:45.196Z] --- PASS: TestBuildMultiStageLayerLeak (10.50s) [2021-06-17T12:56:45.196Z] === RUN TestBuildWithHugeFile [2021-06-17T12:56:48.518Z] ok github.com/docker/docker/daemon/cluster 0.061s coverage: 0.5% of statements [2021-06-17T12:56:49.453Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2021-06-17T12:56:50.855Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2021-06-17T12:56:54.226Z] --- PASS: TestImportExtremelyLargeImageWorks (187.85s) [2021-06-17T12:56:54.226Z] PASS [2021-06-17T12:56:54.226Z] [2021-06-17T12:56:54.226Z] DONE 12 tests in 191.937s [2021-06-17T12:56:54.226Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-17T12:56:54.226Z] ++ 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-06-17T12:56:54.226Z] ++ set -e [2021-06-17T12:56:54.226Z] ++ '[' -n 0 ']' [2021-06-17T12:56:54.226Z] ++ set -x [2021-06-17T12:56:54.226Z] ++ 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-06-17T12:56:54.226Z] INFO: Testing against a local daemon [2021-06-17T12:56:54.226Z] === RUN TestNetworkCreateDelete [2021-06-17T12:56:54.226Z] --- PASS: TestNetworkCreateDelete (0.16s) [2021-06-17T12:56:54.226Z] === RUN TestDockerNetworkDeletePreferID [2021-06-17T12:56:54.226Z] --- PASS: TestDockerNetworkDeletePreferID (0.43s) [2021-06-17T12:56:54.226Z] === RUN TestDaemonDNSFallback [2021-06-17T12:56:54.226Z] === RUN TestDockerSuite/TestBuildExpose [2021-06-17T12:56:54.226Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-06-17T12:56:54.487Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-06-17T12:56:55.058Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-06-17T12:56:55.319Z] === RUN TestDockerSuite/TestBuildFails [2021-06-17T12:56:55.890Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-06-17T12:56:55.890Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-06-17T12:56:57.803Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-06-17T12:56:58.966Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.435s coverage: 14.1% of statements [2021-06-17T12:56:58.966Z] ok github.com/docker/docker/daemon/config 0.029s coverage: 81.8% of statements [2021-06-17T12:56:59.191Z] === RUN TestDockerSuite/TestBuildForceRm [2021-06-17T12:56:59.225Z] ok github.com/docker/docker/daemon/discovery 0.013s coverage: 30.0% of statements [2021-06-17T12:56:59.792Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2021-06-17T12:57:00.359Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2021-06-17T12:57:00.576Z] --- PASS: TestDaemonDNSFallback (6.97s) [2021-06-17T12:57:00.576Z] === RUN TestInspectNetwork [2021-06-17T12:57:01.147Z] === RUN TestDockerSuite/TestBuildFromGit [2021-06-17T12:57:01.736Z] ok github.com/docker/docker/daemon 12.167s coverage: 17.4% of statements [2021-06-17T12:57:01.736Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-17T12:57:01.736Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-17T12:57:01.736Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-17T12:57:01.736Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-17T12:57:01.995Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.102s coverage: 73.3% of statements [2021-06-17T12:57:02.641Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-06-17T12:57:02.913Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-06-17T12:57:03.372Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.450s coverage: 56.2% of statements [2021-06-17T12:57:03.632Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 3.1% of statements [2021-06-17T12:57:04.305Z] === RUN TestInspectNetwork/full_network_id [2021-06-17T12:57:04.305Z] === RUN TestInspectNetwork/partial_network_id [2021-06-17T12:57:04.305Z] === RUN TestInspectNetwork/network_name [2021-06-17T12:57:04.305Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-06-17T12:57:04.567Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-06-17T12:57:05.543Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.005s coverage: 1.9% of statements [2021-06-17T12:57:05.953Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-06-17T12:57:06.524Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-06-17T12:57:06.785Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-06-17T12:57:06.935Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.297s coverage: 49.4% of statements [2021-06-17T12:57:08.311Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.781s coverage: 46.2% of statements [2021-06-17T12:57:08.311Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-17T12:57:08.702Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-06-17T12:57:08.702Z] --- PASS: TestInspectNetwork (8.42s) [2021-06-17T12:57:08.702Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-06-17T12:57:08.702Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-06-17T12:57:08.702Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-06-17T12:57:08.702Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-06-17T12:57:08.702Z] === RUN TestRunContainerWithBridgeNone [2021-06-17T12:57:09.247Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.603s coverage: 57.7% of statements [2021-06-17T12:57:09.247Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-06-17T12:57:09.247Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-17T12:57:09.248Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 57.5% of statements [2021-06-17T12:57:10.623Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2021-06-17T12:57:11.189Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2021-06-17T12:57:11.248Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-06-17T12:57:11.757Z] ok github.com/docker/docker/daemon/images 0.019s coverage: 6.7% of statements [2021-06-17T12:57:11.757Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-17T12:57:11.757Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-17T12:57:12.192Z] === RUN TestDockerSuite/TestBuildHistory [2021-06-17T12:57:12.693Z] ok github.com/docker/docker/daemon/logger 0.222s coverage: 43.5% of statements [2021-06-17T12:57:12.765Z] --- PASS: TestRunContainerWithBridgeNone (3.92s) [2021-06-17T12:57:12.765Z] === RUN TestNetworkInvalidJSON [2021-06-17T12:57:12.765Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-17T12:57:12.765Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-17T12:57:12.765Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-17T12:57:12.765Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-17T12:57:12.765Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-17T12:57:12.765Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-17T12:57:12.765Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-17T12:57:12.765Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-17T12:57:12.765Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-17T12:57:12.765Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-06-17T12:57:12.765Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-17T12:57:12.765Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-17T12:57:12.765Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-17T12:57:12.765Z] === RUN TestNetworkList [2021-06-17T12:57:12.765Z] === RUN TestNetworkList//networks [2021-06-17T12:57:12.765Z] === PAUSE TestNetworkList//networks [2021-06-17T12:57:12.765Z] === RUN TestNetworkList//networks/ [2021-06-17T12:57:12.765Z] === PAUSE TestNetworkList//networks/ [2021-06-17T12:57:12.765Z] === CONT TestNetworkList//networks [2021-06-17T12:57:12.765Z] === CONT TestNetworkList//networks/ [2021-06-17T12:57:12.765Z] --- PASS: TestNetworkList (0.02s) [2021-06-17T12:57:12.765Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-17T12:57:12.765Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-17T12:57:12.765Z] === RUN TestHostIPv4BridgeLabel [2021-06-17T12:57:13.261Z] ok github.com/docker/docker/daemon/logger/awslogs 0.175s coverage: 77.8% of statements [2021-06-17T12:57:13.261Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-17T12:57:13.261Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-17T12:57:13.336Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2021-06-17T12:57:13.336Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-17T12:57:13.828Z] ok github.com/docker/docker/daemon/logger/gelf 0.009s coverage: 67.0% of statements [2021-06-17T12:57:13.828Z] ok github.com/docker/docker/daemon/logger/journald 0.021s coverage: 23.9% of statements [2021-06-17T12:57:14.277Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2021-06-17T12:57:14.277Z] === RUN TestDaemonDefaultNetworkPools [2021-06-17T12:57:14.397Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.012s coverage: 87.2% of statements [2021-06-17T12:57:14.655Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2021-06-17T12:57:15.220Z] === RUN TestDockerSuite/TestBuildIidFile [2021-06-17T12:57:15.220Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2021-06-17T12:57:15.220Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-17T12:57:15.223Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 75.2% of statements [2021-06-17T12:57:15.224Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-17T12:57:15.481Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-06-17T12:57:15.791Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.052s coverage: 59.3% of statements [2021-06-17T12:57:16.359Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.015s coverage: 31.5% of statements [2021-06-17T12:57:16.424Z] === RUN TestDockerSuite/TestBuildInheritance [2021-06-17T12:57:16.424Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.24s) [2021-06-17T12:57:16.424Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-17T12:57:16.995Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-06-17T12:57:17.420Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-06-17T12:57:17.420Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-06-17T12:57:17.421Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 46.8% of statements [2021-06-17T12:57:17.699Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-06-17T12:57:17.700Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.30s) [2021-06-17T12:57:17.700Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-17T12:57:17.958Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2021-06-17T12:57:18.270Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s) [2021-06-17T12:57:18.270Z] === RUN TestServiceWithPredefinedNetwork [2021-06-17T12:57:18.270Z] === RUN TestDockerSuite/TestBuildLabel [2021-06-17T12:57:18.527Z] ok github.com/docker/docker/daemon/logger/splunk 1.612s coverage: 82.5% of statements [2021-06-17T12:57:18.527Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-17T12:57:18.527Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-17T12:57:18.841Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-06-17T12:57:19.101Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-06-17T12:57:19.360Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-06-17T12:57:19.621Z] === RUN TestDockerSuite/TestBuildLabels [2021-06-17T12:57:19.882Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-06-17T12:57:19.903Z] ok github.com/docker/docker/distribution/metadata 0.040s coverage: 48.2% of statements [2021-06-17T12:57:19.903Z] ok github.com/docker/docker/distribution 0.172s coverage: 25.4% of statements [2021-06-17T12:57:19.903Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-17T12:57:20.837Z] ok github.com/docker/docker/errdefs 0.005s coverage: 53.1% of statements [2021-06-17T12:57:21.268Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-06-17T12:57:21.268Z] --- PASS: TestServiceWithPredefinedNetwork (3.02s) [2021-06-17T12:57:21.268Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-17T12:57:21.268Z] service_test.go:242: FLAKY_TEST [2021-06-17T12:57:21.268Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-17T12:57:21.268Z] === RUN TestServiceWithDataPathPortInit [2021-06-17T12:57:21.404Z] ok github.com/docker/docker/image 0.016s coverage: 86.6% of statements [2021-06-17T12:57:21.971Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2021-06-17T12:57:22.538Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2021-06-17T12:57:22.538Z] ok github.com/docker/docker/distribution/xfer 1.954s coverage: 85.1% of statements [2021-06-17T12:57:22.538Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-17T12:57:22.796Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements [2021-06-17T12:57:22.797Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-17T12:57:23.183Z] === RUN TestDockerSuite/TestBuildLastModified [2021-06-17T12:57:23.364Z] ok github.com/docker/docker/libcontainerd/queue 0.035s coverage: 100.0% of statements [2021-06-17T12:57:28.469Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-06-17T12:57:30.381Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-06-17T12:57:31.764Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-06-17T12:57:31.764Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-06-17T12:57:32.025Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-06-17T12:57:32.025Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-06-17T12:57:32.286Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-06-17T12:57:32.858Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-06-17T12:57:32.858Z] docker_api_swarm_test.go:303: [dd2950f186980] joining swarm manager [d8270e13f5ff0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T12:57:33.335Z] ok github.com/docker/docker/layer 7.495s coverage: 68.8% of statements [2021-06-17T12:57:33.335Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-17T12:57:33.335Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-17T12:57:33.335Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-17T12:57:33.335Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-17T12:57:34.253Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-06-17T12:57:34.513Z] docker_api_swarm_test.go:304: [df7a3a8ad9ec6] joining swarm manager [d8270e13f5ff0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T12:57:35.234Z] ok github.com/docker/docker/libnetwork/api 1.481s coverage: 90.1% of statements [2021-06-17T12:57:35.456Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-06-17T12:57:35.716Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-06-17T12:57:35.803Z] ok github.com/docker/docker/libnetwork/bitseq 0.126s coverage: 84.4% of statements [2021-06-17T12:57:36.371Z] ok github.com/docker/docker/libnetwork/client 0.017s coverage: 75.2% of statements [2021-06-17T12:57:36.938Z] ok github.com/docker/docker/libnetwork/client/mflag 0.003s coverage: 62.7% of statements [2021-06-17T12:57:38.259Z] --- PASS: TestServiceWithDataPathPortInit (16.59s) [2021-06-17T12:57:38.259Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-17T12:57:38.841Z] ok github.com/docker/docker/libnetwork/cmd/proxy 0.114s coverage: 67.6% of statements [2021-06-17T12:57:39.204Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-06-17T12:57:39.408Z] ok github.com/docker/docker/libnetwork/config 0.042s coverage: 24.0% of statements [2021-06-17T12:57:39.465Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-06-17T12:57:39.690Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2021-06-17T12:57:39.952Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2021-06-17T12:57:40.036Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-06-17T12:57:41.948Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:lhfs6fh76s4g3noo704cgwaep Created:2021-06-17 12:57:39.422453572 +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[83163d5bf97aacd20afa3799b1e2cd422b2c6ed81ae80d11f24c81df74b25ede:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jpulsszfkcifqjdjz2s3nrf7v EndpointID:f7605f0dea13f2b71886e33abe87f23c1b50a26d1d899f058a1b9820063b7e9f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ebe43e5857954a548d0814f7eb482686f72c4c9da607dc3d0d30ac747cf41f48 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:c55b203958f0 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jpulsszfkcifqjdjz2s3nrf7v EndpointID:f7605f0dea13f2b71886e33abe87f23c1b50a26d1d899f058a1b9820063b7e9f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-06-17T12:57:43.253Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.465s coverage: 59.8% of statements [2021-06-17T12:57:43.253Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2021-06-17T12:57:43.512Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.175s coverage: 4.0% of statements [2021-06-17T12:57:44.078Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2021-06-17T12:57:44.338Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2021-06-17T12:57:47.230Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.37s) [2021-06-17T12:57:47.230Z] PASS [2021-06-17T12:57:47.230Z] [2021-06-17T12:57:47.230Z] === Skipped [2021-06-17T12:57:47.230Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-17T12:57:47.230Z] service_test.go:242: FLAKY_TEST [2021-06-17T12:57:47.230Z] [2021-06-17T12:57:47.230Z] [2021-06-17T12:57:47.230Z] DONE 26 tests, 1 skipped in 53.674s [2021-06-17T12:57:47.230Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-17T12:57:47.230Z] ++ 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-06-17T12:57:47.230Z] ++ set -e [2021-06-17T12:57:47.230Z] ++ '[' -n 0 ']' [2021-06-17T12:57:47.230Z] ++ set -x [2021-06-17T12:57:47.230Z] ++ 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-06-17T12:57:47.230Z] INFO: Testing against a local daemon [2021-06-17T12:57:47.230Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-17T12:57:47.230Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-17T12:57:47.230Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-17T12:57:47.230Z] === RUN TestDockerNetworkIpvlan [2021-06-17T12:57:47.230Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-17T12:57:47.230Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-17T12:57:47.230Z] PASS [2021-06-17T12:57:47.230Z] [2021-06-17T12:57:47.230Z] === Skipped [2021-06-17T12:57:47.230Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-17T12:57:47.230Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-17T12:57:47.230Z] [2021-06-17T12:57:47.230Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-17T12:57:47.230Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-17T12:57:47.230Z] [2021-06-17T12:57:47.230Z] [2021-06-17T12:57:47.230Z] DONE 2 tests, 2 skipped in 0.174s [2021-06-17T12:57:47.230Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-17T12:57:47.230Z] ++ 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-06-17T12:57:47.230Z] ++ set -e [2021-06-17T12:57:47.230Z] ++ '[' -n 0 ']' [2021-06-17T12:57:47.230Z] ++ set -x [2021-06-17T12:57:47.230Z] ++ 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-06-17T12:57:47.230Z] INFO: Testing against a local daemon [2021-06-17T12:57:47.230Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-17T12:57:48.169Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.36s) [2021-06-17T12:57:48.169Z] === RUN TestDockerNetworkMacvlan [2021-06-17T12:57:48.740Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-06-17T12:57:49.004Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-06-17T12:57:49.576Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-06-17T12:57:50.518Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-06-17T12:57:53.071Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-06-17T12:57:53.644Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-06-17T12:57:53.904Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-06-17T12:57:54.306Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.304s coverage: 6.6% of statements [2021-06-17T12:57:54.307Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2021-06-17T12:57:54.307Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2021-06-17T12:57:54.307Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2021-06-17T12:57:54.475Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-06-17T12:57:54.566Z] ok github.com/docker/docker/libnetwork/etchosts 0.016s coverage: 81.2% of statements [2021-06-17T12:57:55.132Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.002s coverage: 48.1% of statements [2021-06-17T12:57:55.132Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2021-06-17T12:57:55.390Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2021-06-17T12:57:57.773Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-06-17T12:57:57.773Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-06-17T12:57:57.773Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-06-17T12:57:57.773Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-06-17T12:58:03.060Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-06-17T12:58:03.060Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-06-17T12:58:04.447Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-06-17T12:58:05.389Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-06-17T12:58:05.650Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-06-17T12:58:06.221Z] --- PASS: TestDockerNetworkMacvlan (18.28s) [2021-06-17T12:58:06.221Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-06-17T12:58:06.221Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2021-06-17T12:58:06.221Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.13s) [2021-06-17T12:58:06.221Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.79s) [2021-06-17T12:58:06.221Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.37s) [2021-06-17T12:58:06.221Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.81s) [2021-06-17T12:58:06.221Z] PASS [2021-06-17T12:58:06.221Z] [2021-06-17T12:58:06.221Z] DONE 8 tests in 19.755s [2021-06-17T12:58:06.221Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-17T12:58:06.221Z] ++ 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-06-17T12:58:06.221Z] ++ set -e [2021-06-17T12:58:06.221Z] ++ '[' -n 0 ']' [2021-06-17T12:58:06.221Z] ++ set -x [2021-06-17T12:58:06.221Z] ++ 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-06-17T12:58:06.221Z] testing: warning: no tests to run [2021-06-17T12:58:06.221Z] PASS [2021-06-17T12:58:06.221Z] [2021-06-17T12:58:06.221Z] DONE 0 tests in 0.040s [2021-06-17T12:58:06.221Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-17T12:58:06.221Z] ++ 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-06-17T12:58:06.221Z] ++ set -e [2021-06-17T12:58:06.221Z] ++ '[' -n 0 ']' [2021-06-17T12:58:06.221Z] ++ set -x [2021-06-17T12:58:06.221Z] ++ 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-06-17T12:58:06.482Z] INFO: Testing against a local daemon [2021-06-17T12:58:06.482Z] === RUN TestAuthZPluginAllowRequest [2021-06-17T12:58:07.597Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.003s coverage: 100.0% of statements [2021-06-17T12:58:07.597Z] ok github.com/docker/docker/libnetwork 38.850s coverage: 40.7% of statements [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/client/mflag/example [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/cmd/dnet [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-06-17T12:58:07.597Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-06-17T12:58:07.597Z] ok github.com/docker/docker/libnetwork/ipams/null 0.004s coverage: 57.1% of statements [2021-06-17T12:58:07.597Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.008s coverage: 47.4% of statements [2021-06-17T12:58:07.597Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.004s coverage: 71.4% of statements [2021-06-17T12:58:08.395Z] === RUN TestDockerSuite/TestBuildNetNone [2021-06-17T12:58:08.395Z] --- PASS: TestAuthZPluginAllowRequest (1.70s) [2021-06-17T12:58:08.395Z] === RUN TestAuthZPluginTLS [2021-06-17T12:58:08.532Z] ok github.com/docker/docker/libnetwork/ipamutils 0.538s coverage: 74.0% of statements [2021-06-17T12:58:08.656Z] --- PASS: TestAuthZPluginTLS (0.58s) [2021-06-17T12:58:08.656Z] === RUN TestAuthZPluginDenyRequest [2021-06-17T12:58:08.916Z] === RUN TestDockerSuite/TestBuildNoContext [2021-06-17T12:58:09.486Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2021-06-17T12:58:09.486Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-17T12:58:09.747Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-06-17T12:58:09.907Z] ok github.com/docker/docker/libnetwork/iptables 0.403s coverage: 45.1% of statements [2021-06-17T12:58:10.008Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2021-06-17T12:58:10.008Z] === RUN TestAuthZPluginDenyResponse [2021-06-17T12:58:10.165Z] ok github.com/docker/docker/libnetwork/netlabel 0.014s coverage: 60.0% of statements [2021-06-17T12:58:10.580Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-06-17T12:58:10.580Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2021-06-17T12:58:10.580Z] === RUN TestAuthZPluginAllowEventStream [2021-06-17T12:58:10.840Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-06-17T12:58:11.101Z] ok github.com/docker/docker/libnetwork/netutils 0.051s coverage: 43.8% of statements [2021-06-17T12:58:12.753Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-06-17T12:58:12.753Z] --- PASS: TestAuthZPluginAllowEventStream (1.96s) [2021-06-17T12:58:12.753Z] === RUN TestAuthZPluginErrorResponse [2021-06-17T12:58:13.024Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-06-17T12:58:13.024Z] --- PASS: TestAuthZPluginErrorResponse (0.59s) [2021-06-17T12:58:13.024Z] === RUN TestAuthZPluginErrorRequest [2021-06-17T12:58:13.024Z] docker_api_swarm_test.go:271: [d298aea665b82] joining swarm manager [d086c88f2fd04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T12:58:13.024Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-06-17T12:58:13.594Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-06-17T12:58:13.594Z] --- PASS: TestAuthZPluginErrorRequest (0.56s) [2021-06-17T12:58:13.594Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-17T12:58:13.855Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-06-17T12:58:14.115Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2021-06-17T12:58:14.115Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-17T12:58:14.375Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-06-17T12:58:15.316Z] docker_api_swarm_test.go:272: [deb7eabca4b64] joining swarm manager [d086c88f2fd04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T12:58:16.259Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.25s) [2021-06-17T12:58:16.259Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-17T12:58:16.830Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-06-17T12:58:17.402Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-06-17T12:58:18.344Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.00s) [2021-06-17T12:58:18.344Z] === RUN TestAuthZPluginHeader [2021-06-17T12:58:19.285Z] --- PASS: TestAuthZPluginHeader (0.81s) [2021-06-17T12:58:19.285Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-17T12:58:19.855Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-06-17T12:58:21.240Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-06-17T12:58:23.784Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.09s) [2021-06-17T12:58:23.784Z] === RUN TestAuthZPluginV2Disable [2021-06-17T12:58:23.784Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-06-17T12:58:24.355Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-06-17T12:58:25.739Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-06-17T12:58:25.739Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-06-17T12:58:25.980Z] ok github.com/docker/docker/libnetwork/ipam 17.859s coverage: 85.3% of statements [2021-06-17T12:58:25.980Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-06-17T12:58:25.980Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-06-17T12:58:25.980Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-06-17T12:58:25.980Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2021-06-17T12:58:26.680Z] --- PASS: TestAuthZPluginV2Disable (3.17s) [2021-06-17T12:58:26.680Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-17T12:58:29.221Z] === RUN TestDockerSuite/TestBuildPATH [2021-06-17T12:58:29.482Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.98s) [2021-06-17T12:58:29.482Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-17T12:58:30.162Z] ok github.com/docker/docker/libnetwork/osl 4.328s coverage: 39.7% of statements [2021-06-17T12:58:30.162Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.005s coverage: 20.0% of statements [2021-06-17T12:58:30.162Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2021-06-17T12:58:30.729Z] ok github.com/docker/docker/libnetwork/portmapper 0.234s coverage: 48.6% of statements [2021-06-17T12:58:30.987Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.5% of statements [2021-06-17T12:58:31.245Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 47.9% of statements [2021-06-17T12:58:31.401Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-06-17T12:58:31.812Z] ok github.com/docker/docker/oci 0.008s coverage: 45.2% of statements [2021-06-17T12:58:31.971Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-06-17T12:58:32.379Z] ok github.com/docker/docker/opts 0.022s coverage: 67.1% of statements [2021-06-17T12:58:32.379Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-06-17T12:58:32.911Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-06-17T12:58:34.283Z] ok github.com/docker/docker/pkg/archive 0.320s coverage: 82.2% of statements [2021-06-17T12:58:34.850Z] ok github.com/docker/docker/pkg/authorization 0.236s coverage: 68.3% of statements [2021-06-17T12:58:34.850Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2021-06-17T12:58:35.110Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2021-06-17T12:58:38.200Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-06-17T12:58:38.391Z] ok github.com/docker/docker/pkg/chrootarchive 2.478s coverage: 43.2% of statements [2021-06-17T12:58:38.391Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-06-17T12:58:38.650Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2021-06-17T12:58:38.909Z] ok github.com/docker/docker/pkg/discovery/file 0.008s coverage: 97.6% of statements [2021-06-17T12:58:41.482Z] --- PASS: TestBuildWithHugeFile (103.82s) [2021-06-17T12:58:41.482Z] === RUN TestBuildWCOWSandboxSize [2021-06-17T12:58:41.499Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.69s) [2021-06-17T12:58:41.499Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-17T12:58:43.094Z] ok github.com/docker/docker/pkg/discovery/kv 3.027s coverage: 84.1% of statements [2021-06-17T12:58:43.094Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2021-06-17T12:58:43.094Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2021-06-17T12:58:43.094Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2021-06-17T12:58:43.411Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-06-17T12:58:43.660Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-06-17T12:58:44.226Z] ok github.com/docker/docker/pkg/fileutils 0.005s coverage: 86.3% of statements [2021-06-17T12:58:44.485Z] ok github.com/docker/docker/pkg/fsutils 0.138s coverage: 85.1% of statements [2021-06-17T12:58:44.743Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-06-17T12:58:45.678Z] ok github.com/docker/docker/pkg/idtools 0.402s coverage: 69.5% of statements [2021-06-17T12:58:46.245Z] ok github.com/docker/docker/pkg/ioutils 0.381s coverage: 69.3% of statements [2021-06-17T12:58:46.504Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2021-06-17T12:58:46.708Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-06-17T12:58:46.763Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2021-06-17T12:58:46.763Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-06-17T12:58:47.021Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2021-06-17T12:58:47.279Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-06-17T12:58:47.538Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2021-06-17T12:58:47.805Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-06-17T12:58:50.907Z] === RUN TestDockerSuite/TestBuildRm [2021-06-17T12:58:52.818Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-06-17T12:58:53.759Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-06-17T12:58:54.720Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-06-17T12:58:54.980Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-06-17T12:58:55.240Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-06-17T12:58:56.181Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-06-17T12:58:57.122Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-06-17T12:58:57.692Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.62s) [2021-06-17T12:58:57.692Z] PASS [2021-06-17T12:58:57.692Z] [2021-06-17T12:58:57.692Z] DONE 17 tests in 51.391s [2021-06-17T12:58:57.692Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-17T12:58:57.692Z] ++ 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-06-17T12:58:57.692Z] ++ set -e [2021-06-17T12:58:57.692Z] ++ '[' -n 0 ']' [2021-06-17T12:58:57.692Z] ++ set -x [2021-06-17T12:58:57.692Z] ++ 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-06-17T12:58:57.952Z] INFO: Testing against a local daemon [2021-06-17T12:58:57.952Z] === RUN TestPluginInvalidJSON [2021-06-17T12:58:57.952Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-17T12:58:57.952Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-17T12:58:57.952Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-17T12:58:57.952Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-06-17T12:58:57.952Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-17T12:58:57.952Z] === RUN TestPluginInstall [2021-06-17T12:58:57.952Z] === RUN TestPluginInstall/no_auth [2021-06-17T12:58:57.952Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-06-17T12:59:00.497Z] time="2021-06-17T12:58:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:59:00.497Z] time="2021-06-17T12:58:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:45ed5a1ce3de2380c2fadc31784ad1a21c5c8de3dbec4509e9bde2792a5181a8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:59:00.497Z] time="2021-06-17T12:58:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:59:00.497Z] time="2021-06-17T12:58:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:45ed5a1ce3de2380c2fadc31784ad1a21c5c8de3dbec4509e9bde2792a5181a8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:59:00.497Z] === RUN TestPluginInstall/with_htpasswd [2021-06-17T12:59:01.069Z] time="2021-06-17T12:59:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:59:01.069Z] time="2021-06-17T12:59:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:38c332e074aceac08aa5f3fd8c601fe1c54fb89f94ba405c7e63e0873df60496" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:59:01.069Z] time="2021-06-17T12:59:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:59:01.069Z] time="2021-06-17T12:59:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:38c332e074aceac08aa5f3fd8c601fe1c54fb89f94ba405c7e63e0873df60496" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:59:01.330Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-06-17T12:59:01.591Z] === RUN TestPluginInstall/with_insecure [2021-06-17T12:59:02.533Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-06-17T12:59:02.795Z] time="2021-06-17T12:59:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:59:02.795Z] time="2021-06-17T12:59:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ad8fcff9bfb675cda3062b386b6dc25b3d6838ff3813daca3be60602aa1979e7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:59:02.795Z] time="2021-06-17T12:59:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-17T12:59:02.795Z] time="2021-06-17T12:59:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ad8fcff9bfb675cda3062b386b6dc25b3d6838ff3813daca3be60602aa1979e7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-17T12:59:02.795Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-06-17T12:59:03.062Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-06-17T12:59:03.062Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-06-17T12:59:03.062Z] === RUN TestDockerSuite/TestBuildSpaces [2021-06-17T12:59:03.062Z] plugin_test.go:165: [d4e0b477e16b0] daemon is not started [2021-06-17T12:59:03.062Z] --- PASS: TestPluginInstall (5.22s) [2021-06-17T12:59:03.062Z] --- PASS: TestPluginInstall/no_auth (2.48s) [2021-06-17T12:59:03.062Z] --- PASS: TestPluginInstall/with_htpasswd (1.08s) [2021-06-17T12:59:03.062Z] --- PASS: TestPluginInstall/with_insecure (1.67s) [2021-06-17T12:59:03.062Z] === RUN TestPluginsWithRuntimes [2021-06-17T12:59:04.004Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-06-17T12:59:05.388Z] === RUN TestPluginsWithRuntimes/No_Args [2021-06-17T12:59:05.649Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-06-17T12:59:05.910Z] === RUN TestDockerSuite/TestBuildStderr [2021-06-17T12:59:06.851Z] === RUN TestPluginsWithRuntimes/With_Args [2021-06-17T12:59:07.111Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-06-17T12:59:07.111Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-06-17T12:59:08.055Z] --- PASS: TestPluginsWithRuntimes (4.94s) [2021-06-17T12:59:08.055Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.39s) [2021-06-17T12:59:08.055Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.24s) [2021-06-17T12:59:08.055Z] === RUN TestPluginBackCompatMediaTypes [2021-06-17T12:59:08.996Z] --- PASS: TestPluginBackCompatMediaTypes (0.97s) [2021-06-17T12:59:08.996Z] PASS [2021-06-17T12:59:08.996Z] [2021-06-17T12:59:08.996Z] DONE 10 tests in 11.315s [2021-06-17T12:59:08.996Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-17T12:59:08.996Z] ++ 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-06-17T12:59:08.996Z] ++ set -e [2021-06-17T12:59:08.996Z] ++ '[' -n 0 ']' [2021-06-17T12:59:08.996Z] ++ set -x [2021-06-17T12:59:08.996Z] ++ 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-06-17T12:59:09.258Z] INFO: Testing against a local daemon [2021-06-17T12:59:09.258Z] === RUN TestExternalGraphDriver [2021-06-17T12:59:09.519Z] === RUN TestExternalGraphDriver/json [2021-06-17T12:59:09.781Z] docker_api_swarm_node_test.go:19: [da4dbd609bc7c] joining swarm manager [d6677f066566b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T12:59:11.169Z] docker_api_swarm_node_test.go:20: [d552580018e36] joining swarm manager [d6677f066566b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T12:59:12.116Z] === RUN TestExternalGraphDriver/spec [2021-06-17T12:59:12.687Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-06-17T12:59:14.069Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-06-17T12:59:14.329Z] === RUN TestExternalGraphDriver/pull [2021-06-17T12:59:14.902Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-06-17T12:59:15.163Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-06-17T12:59:16.104Z] --- PASS: TestExternalGraphDriver (6.78s) [2021-06-17T12:59:16.104Z] --- PASS: TestExternalGraphDriver/json (2.58s) [2021-06-17T12:59:16.104Z] --- PASS: TestExternalGraphDriver/spec (2.22s) [2021-06-17T12:59:16.104Z] --- PASS: TestExternalGraphDriver/pull (1.85s) [2021-06-17T12:59:16.104Z] === RUN TestGraphdriverPluginV2 [2021-06-17T12:59:16.364Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-06-17T12:59:17.748Z] === RUN TestDockerSuite/TestBuildUser [2021-06-17T12:59:19.661Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-06-17T12:59:20.232Z] --- PASS: TestGraphdriverPluginV2 (4.11s) [2021-06-17T12:59:20.232Z] PASS [2021-06-17T12:59:20.232Z] [2021-06-17T12:59:20.232Z] DONE 5 tests in 11.071s [2021-06-17T12:59:20.232Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-17T12:59:20.232Z] ++ 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-06-17T12:59:20.232Z] ++ set -e [2021-06-17T12:59:20.232Z] ++ '[' -n 0 ']' [2021-06-17T12:59:20.232Z] ++ set -x [2021-06-17T12:59:20.232Z] ++ 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-06-17T12:59:20.493Z] INFO: Testing against a local daemon [2021-06-17T12:59:20.493Z] === RUN TestContinueAfterPluginCrash [2021-06-17T12:59:20.493Z] === PAUSE TestContinueAfterPluginCrash [2021-06-17T12:59:20.493Z] === RUN TestReadPluginNoRead [2021-06-17T12:59:20.493Z] === PAUSE TestReadPluginNoRead [2021-06-17T12:59:20.493Z] === RUN TestDaemonStartWithLogOpt [2021-06-17T12:59:20.493Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-17T12:59:20.493Z] === CONT TestContinueAfterPluginCrash [2021-06-17T12:59:20.493Z] === CONT TestDaemonStartWithLogOpt [2021-06-17T12:59:21.876Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-06-17T12:59:24.423Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-06-17T12:59:26.341Z] --- PASS: TestDaemonStartWithLogOpt (5.94s) [2021-06-17T12:59:26.341Z] === CONT TestReadPluginNoRead [2021-06-17T12:59:26.568Z] ok github.com/docker/docker/pkg/plugins 33.627s coverage: 76.6% of statements [2021-06-17T12:59:26.568Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2021-06-17T12:59:26.568Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-06-17T12:59:26.568Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-06-17T12:59:26.568Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-06-17T12:59:26.568Z] ok github.com/docker/docker/pkg/pubsub 1.028s coverage: 75.0% of statements [2021-06-17T12:59:26.568Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-06-17T12:59:27.726Z] docker_api_swarm_test.go:501: [d68590efc9374] joining swarm manager [df82f8b348445]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T12:59:27.940Z] ok github.com/docker/docker/pkg/signal 3.269s coverage: 62.3% of statements [2021-06-17T12:59:28.198Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-06-17T12:59:28.457Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-06-17T12:59:28.719Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-06-17T12:59:29.287Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 52.9% of statements [2021-06-17T12:59:29.545Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 39.6% of statements [2021-06-17T12:59:29.804Z] ok github.com/docker/docker/pkg/tailfile 0.053s coverage: 88.6% of statements [2021-06-17T12:59:30.283Z] === RUN TestReadPluginNoRead/default [2021-06-17T12:59:30.371Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements [2021-06-17T12:59:30.629Z] testing: warning: no tests to run [2021-06-17T12:59:30.629Z] coverage: [no statements] [2021-06-17T12:59:30.629Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2021-06-17T12:59:30.888Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-06-17T12:59:30.888Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-06-17T12:59:31.146Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-06-17T12:59:32.195Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-17T12:59:32.455Z] --- PASS: TestContinueAfterPluginCrash (12.09s) [2021-06-17T12:59:33.048Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2021-06-17T12:59:33.307Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2021-06-17T12:59:33.566Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2021-06-17T12:59:33.839Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-17T12:59:34.941Z] ok github.com/docker/docker/quota 0.233s coverage: 71.4% of statements [2021-06-17T12:59:34.942Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-06-17T12:59:35.752Z] docker_api_swarm_test.go:506: [d0fc62c568e3a] joining swarm manager [df82f8b348445]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T12:59:35.752Z] === CONT TestReadPluginNoRead [2021-06-17T12:59:35.752Z] read_test.go:92: [d88e6425765c1] daemon is not started [2021-06-17T12:59:35.752Z] --- PASS: TestReadPluginNoRead (9.45s) [2021-06-17T12:59:35.752Z] --- PASS: TestReadPluginNoRead/default (1.80s) [2021-06-17T12:59:35.752Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.81s) [2021-06-17T12:59:35.752Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.07s) [2021-06-17T12:59:35.752Z] PASS [2021-06-17T12:59:35.752Z] [2021-06-17T12:59:35.752Z] DONE 6 tests in 15.562s [2021-06-17T12:59:35.752Z] 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-06-17T12:59:35.752Z] ++ 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-06-17T12:59:35.752Z] ++ set -e [2021-06-17T12:59:35.752Z] ++ '[' -n 0 ']' [2021-06-17T12:59:35.752Z] ++ set -x [2021-06-17T12:59:35.752Z] ++ 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-06-17T12:59:35.752Z] testing: warning: no tests to run [2021-06-17T12:59:35.752Z] PASS [2021-06-17T12:59:35.752Z] [2021-06-17T12:59:35.752Z] DONE 0 tests in 0.050s [2021-06-17T12:59:35.752Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-17T12:59:35.752Z] ++ 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-06-17T12:59:36.012Z] ++ set -e [2021-06-17T12:59:36.012Z] ++ '[' -n 0 ']' [2021-06-17T12:59:36.012Z] ++ set -x [2021-06-17T12:59:36.012Z] ++ 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-06-17T12:59:36.012Z] INFO: Testing against a local daemon [2021-06-17T12:59:36.012Z] === RUN TestPluginWithDevMounts [2021-06-17T12:59:36.012Z] === PAUSE TestPluginWithDevMounts [2021-06-17T12:59:36.012Z] === CONT TestPluginWithDevMounts [2021-06-17T12:59:36.317Z] ok github.com/docker/docker/registry 0.055s coverage: 58.8% of statements [2021-06-17T12:59:36.317Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2021-06-17T12:59:36.575Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-06-17T12:59:37.143Z] ok github.com/docker/docker/runconfig 0.007s coverage: 66.1% of statements [2021-06-17T12:59:37.143Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-06-17T12:59:37.922Z] --- PASS: TestPluginWithDevMounts (1.80s) [2021-06-17T12:59:37.922Z] PASS [2021-06-17T12:59:37.922Z] [2021-06-17T12:59:37.922Z] DONE 1 tests in 1.958s [2021-06-17T12:59:37.922Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-17T12:59:37.922Z] ++ 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-06-17T12:59:37.922Z] ++ set -e [2021-06-17T12:59:37.922Z] ++ '[' -n 0 ']' [2021-06-17T12:59:37.922Z] ++ set -x [2021-06-17T12:59:37.922Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-06-17T12:59:37.922Z] INFO: Testing against a local daemon [2021-06-17T12:59:37.922Z] === RUN TestSecretInspect [2021-06-17T12:59:40.427Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-06-17T12:59:40.687Z] ok github.com/docker/docker/volume/local 0.105s coverage: 76.4% of statements [2021-06-17T12:59:41.218Z] --- PASS: TestSecretInspect (2.62s) [2021-06-17T12:59:41.218Z] === RUN TestSecretList [2021-06-17T12:59:41.254Z] ok github.com/docker/docker/volume/mounts 0.020s coverage: 67.0% of statements [2021-06-17T12:59:42.161Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-06-17T12:59:42.630Z] ok github.com/docker/docker/volume/service 0.018s coverage: 72.3% of statements [2021-06-17T12:59:43.544Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-06-17T12:59:43.544Z] --- PASS: TestSecretList (2.66s) [2021-06-17T12:59:43.544Z] === RUN TestSecretsCreateAndDelete [2021-06-17T12:59:43.544Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-06-17T12:59:44.485Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-06-17T12:59:45.866Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-06-17T12:59:45.866Z] --- PASS: TestSecretsCreateAndDelete (2.70s) [2021-06-17T12:59:45.866Z] === RUN TestSecretsUpdate [2021-06-17T12:59:47.250Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-06-17T12:59:47.250Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-06-17T12:59:47.250Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-06-17T12:59:47.250Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-06-17T12:59:47.250Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-06-17T12:59:47.250Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-06-17T12:59:47.250Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-06-17T12:59:47.250Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-06-17T12:59:47.250Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-06-17T12:59:48.641Z] --- PASS: TestSecretsUpdate (2.70s) [2021-06-17T12:59:48.641Z] === RUN TestTemplatedSecret [2021-06-17T12:59:48.902Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-06-17T12:59:48.902Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-06-17T12:59:49.842Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-06-17T12:59:50.413Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-06-17T12:59:51.799Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-06-17T12:59:51.799Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-06-17T12:59:52.738Z] --- PASS: TestTemplatedSecret (3.95s) [2021-06-17T12:59:52.738Z] === RUN TestSecretCreateResolve [2021-06-17T12:59:54.649Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-06-17T12:59:54.649Z] --- PASS: TestSecretCreateResolve (2.15s) [2021-06-17T12:59:54.649Z] PASS [2021-06-17T12:59:54.649Z] [2021-06-17T12:59:54.649Z] DONE 6 tests in 16.897s [2021-06-17T12:59:54.649Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-17T12:59:54.909Z] ++ 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-06-17T12:59:54.909Z] ++ set -e [2021-06-17T12:59:54.909Z] ++ '[' -n 0 ']' [2021-06-17T12:59:54.909Z] ++ set -x [2021-06-17T12:59:54.909Z] ++ 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-06-17T12:59:54.909Z] INFO: Testing against a local daemon [2021-06-17T12:59:54.909Z] === RUN TestServiceCreateInit [2021-06-17T12:59:54.909Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-17T12:59:56.821Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-06-17T12:59:57.391Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-06-17T12:59:57.651Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-06-17T12:59:58.222Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-06-17T12:59:58.222Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-06-17T12:59:58.222Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-06-17T12:59:58.792Z] === RUN TestDockerSuite/TestBuildXZHost [2021-06-17T13:00:00.175Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-17T13:00:01.117Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-06-17T13:00:01.117Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-06-17T13:00:01.118Z] docker_cli_sni_test.go:18: Flakey test [2021-06-17T13:00:01.118Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-06-17T13:00:02.060Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-06-17T13:00:03.003Z] === RUN TestDockerSuite/TestCommitChange [2021-06-17T13:00:04.389Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-06-17T13:00:05.335Z] === RUN TestDockerSuite/TestCommitHardlink [2021-06-17T13:00:05.906Z] --- PASS: TestServiceCreateInit (10.92s) [2021-06-17T13:00:05.906Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.28s) [2021-06-17T13:00:05.906Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.62s) [2021-06-17T13:00:05.906Z] === RUN TestCreateServiceMultipleTimes [2021-06-17T13:00:07.290Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-06-17T13:00:07.290Z] === RUN TestDockerSuite/TestCommitNewFile [2021-06-17T13:00:09.837Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-06-17T13:00:10.099Z] docker_api_swarm_node_test.go:80: [d94aa5a309e46] joining swarm manager [dfe4309c00d85]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:00:11.040Z] === RUN TestDockerSuite/TestCommitTTY [2021-06-17T13:00:14.341Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-06-17T13:00:15.283Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-06-17T13:00:17.829Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-06-17T13:00:18.776Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-06-17T13:00:18.776Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-06-17T13:00:18.776Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-06-17T13:00:19.037Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-06-17T13:00:19.037Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-06-17T13:00:19.037Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-06-17T13:00:19.037Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-06-17T13:00:21.585Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-06-17T13:00:23.501Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-06-17T13:00:23.501Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-06-17T13:00:24.071Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-06-17T13:00:24.642Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-06-17T13:00:25.225Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-06-17T13:00:26.171Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-06-17T13:00:26.741Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-06-17T13:00:26.741Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-06-17T13:00:26.741Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-06-17T13:00:27.312Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-06-17T13:00:27.312Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-06-17T13:00:27.312Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-06-17T13:00:27.312Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-06-17T13:00:27.573Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-06-17T13:00:27.573Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-06-17T13:00:27.834Z] --- PASS: TestCreateServiceMultipleTimes (21.89s) [2021-06-17T13:00:27.834Z] === RUN TestCreateServiceConflict [2021-06-17T13:00:28.776Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-06-17T13:00:29.719Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-06-17T13:00:29.979Z] docker_api_swarm_node_test.go:52: [dec95670a5314] joining swarm manager [d0085aee1ffd4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:00:30.551Z] --- PASS: TestCreateServiceConflict (2.87s) [2021-06-17T13:00:30.551Z] === RUN TestCreateServiceMaxReplicas [2021-06-17T13:00:30.551Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-06-17T13:00:30.812Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-06-17T13:00:30.812Z] docker_api_swarm_node_test.go:53: [df6cf3b368373] joining swarm manager [d0085aee1ffd4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:00:32.725Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-06-17T13:00:34.108Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-06-17T13:00:34.108Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-06-17T13:00:34.681Z] --- PASS: TestCreateServiceMaxReplicas (3.96s) [2021-06-17T13:00:34.681Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-17T13:00:34.681Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-06-17T13:00:35.622Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-06-17T13:00:36.564Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-06-17T13:00:37.504Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-06-17T13:00:37.504Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-06-17T13:00:38.446Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-06-17T13:00:39.017Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-06-17T13:00:39.958Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-06-17T13:00:39.958Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-06-17T13:00:40.529Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-06-17T13:00:41.925Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-06-17T13:00:43.838Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-06-17T13:00:43.838Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-06-17T13:00:43.838Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-06-17T13:00:43.838Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-06-17T13:00:43.838Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-06-17T13:00:44.100Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-06-17T13:00:49.380Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-06-17T13:00:49.380Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.45s) [2021-06-17T13:00:49.380Z] === RUN TestCreateServiceSecretFileMode [2021-06-17T13:00:49.380Z] === RUN TestDockerSuite/TestContainerAPITop [2021-06-17T13:00:50.296Z] ok github.com/docker/docker/libnetwork/networkdb 155.890s coverage: 60.5% of statements [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/rootless [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/volume [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-17T13:00:50.297Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === Skipped [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-06-17T13:00:50.297Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T13:00:50.297Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-06-17T13:00:50.297Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T13:00:50.297Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-06-17T13:00:50.297Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T13:00:50.297Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-06-17T13:00:50.297Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T13:00:50.297Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-06-17T13:00:50.297Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T13:00:50.297Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-06-17T13:00:50.297Z] graphtest_unix.go:73: No driver to put! [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-06-17T13:00:50.297Z] time="2021-06-17T12:57:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-17T13:00:50.297Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-17T13:00:50.297Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-06-17T13:00:50.297Z] time="2021-06-17T12:57:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-17T13:00:50.297Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-17T13:00:50.297Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-06-17T13:00:50.297Z] time="2021-06-17T12:57:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-17T13:00:50.297Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-17T13:00:50.297Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-06-17T13:00:50.297Z] time="2021-06-17T12:57:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-17T13:00:50.297Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-17T13:00:50.297Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-06-17T13:00:50.297Z] time="2021-06-17T12:57:05Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-17T13:00:50.297Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-17T13:00:50.297Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-06-17T13:00:50.297Z] graphtest_unix.go:73: No driver to put! [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-06-17T13:00:50.297Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-06-17T13:00:50.297Z] overlay_test.go:49: Fails to compute changes intermittently [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-06-17T13:00:50.297Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-06-17T13:00:50.297Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-06-17T13:00:50.297Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T13:00:50.297Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-06-17T13:00:50.297Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T13:00:50.297Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-06-17T13:00:50.297Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T13:00:50.297Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-06-17T13:00:50.297Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T13:00:50.297Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-06-17T13:00:50.297Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-17T13:00:50.297Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-06-17T13:00:50.297Z] graphtest_unix.go:73: No driver to put! [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: libnetwork TestParallel1 (0.00s) [2021-06-17T13:00:50.297Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: libnetwork TestParallel3 (0.00s) [2021-06-17T13:00:50.297Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: libnetwork TestParallel2 (0.00s) [2021-06-17T13:00:50.297Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: libnetwork/cmd/proxy TestTCP6Proxy (0.00s) [2021-06-17T13:00:50.297Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: libnetwork/cmd/proxy TestTCPDualStackProxy (0.00s) [2021-06-17T13:00:50.297Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: libnetwork/cmd/proxy TestUDP6Proxy (0.00s) [2021-06-17T13:00:50.297Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: libnetwork/cmd/proxy TestSCTP6Proxy (0.00s) [2021-06-17T13:00:50.297Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-06-17T13:00:50.297Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-06-17T13:00:50.297Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-06-17T13:00:50.297Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-06-17T13:00:50.297Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-06-17T13:00:50.297Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-06-17T13:00:50.297Z] firewalld_test.go:13: firewalld is not running [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-06-17T13:00:50.297Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-06-17T13:00:50.297Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] [2021-06-17T13:00:50.297Z] DONE 2656 tests, 37 skipped in 412.682s Post stage [Pipeline] junit [2021-06-17T13:00:50.314Z] Recording test results [2021-06-17T13:00:50.325Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-06-17T13:00:50.325Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-06-17T13:00:50.325Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-06-17T13:00:50.325Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-06-17T13:00:50.673Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-06-17T13:00:51.017Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42510/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c21eaf9a0766942ae625e5852313bfb569dd8e31 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c21eaf9a0766942ae625e5852313bfb569dd8e31 hack/validate/vendor [2021-06-17T13:00:51.954Z] No vendor changes in diff. [2021-06-17T13:00:51.954Z] WARNING: github.com/docker/libnetwork is vendored but unused [Pipeline] } [Pipeline] // stage [2021-06-17T13:00:52.240Z] --- PASS: TestCreateServiceSecretFileMode (2.94s) [2021-06-17T13:00:52.240Z] === RUN TestCreateServiceConfigFileMode Post stage [Pipeline] sh [2021-06-17T13:00:52.529Z] + echo Ensuring container killed. [2021-06-17T13:00:52.529Z] Ensuring container killed. [2021-06-17T13:00:52.529Z] + docker rm -vf docker-pr5 [2021-06-17T13:00:52.529Z] Error: No such container: docker-pr5 [Pipeline] sh [2021-06-17T13:00:52.810Z] + echo Chowning /workspace to jenkins user [2021-06-17T13:00:52.811Z] Chowning /workspace to jenkins user [2021-06-17T13:00:52.811Z] + id -u [2021-06-17T13:00:52.811Z] + id -g [2021-06-17T13:00:52.811Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42510:/workspace busybox chown -R 1000:1000 /workspace [2021-06-17T13:00:53.181Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-17T13:00:53.674Z] + bundleName=unit [2021-06-17T13:00:53.674Z] + echo Creating unit-bundles.tar.gz [2021-06-17T13:00:53.674Z] Creating unit-bundles.tar.gz [2021-06-17T13:00:53.674Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-06-17T13:00:53.674Z] bundles/junit-report.xml [2021-06-17T13:00:53.674Z] bundles/go-test-report.json [2021-06-17T13:00:53.674Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-06-17T13:00:53.685Z] Archiving artifacts [2021-06-17T13:00:54.241Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42510/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-17T13:00:54.567Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-06-17T13:00:54.568Z] + make clean [2021-06-17T13:00:54.841Z] docker volume rm -f docker-dev-cache [2021-06-17T13:00:54.841Z] docker-dev-cache [Pipeline] deleteDir [2021-06-17T13:00:55.137Z] --- PASS: TestCreateServiceConfigFileMode (3.17s) [2021-06-17T13:00:55.137Z] === RUN TestCreateServiceSysctls [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-17T13:00:56.079Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-06-17T13:00:59.379Z] --- PASS: TestCreateServiceSysctls (4.29s) [2021-06-17T13:00:59.379Z] === RUN TestCreateServiceCapabilities [2021-06-17T13:01:02.681Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-06-17T13:01:02.681Z] --- PASS: TestCreateServiceCapabilities (3.35s) [2021-06-17T13:01:02.681Z] === RUN TestInspect [2021-06-17T13:01:02.956Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-06-17T13:01:02.956Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-06-17T13:01:05.520Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-06-17T13:01:07.432Z] --- PASS: TestInspect (4.29s) [2021-06-17T13:01:07.432Z] === RUN TestCreateJob [2021-06-17T13:01:07.432Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-06-17T13:01:08.372Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-06-17T13:01:09.758Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-06-17T13:01:10.330Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-06-17T13:01:11.271Z] --- PASS: TestCreateJob (4.16s) [2021-06-17T13:01:11.271Z] === RUN TestReplicatedJob [2021-06-17T13:01:11.843Z] docker_api_swarm_test.go:201: [d0f0924d3f724] joining swarm manager [d50f465d1759c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:01:12.103Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-06-17T13:01:13.487Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-06-17T13:01:15.401Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b80030_} [2021-06-17T13:01:17.314Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1233530668_/foo_false____} [2021-06-17T13:01:18.253Z] --- PASS: TestReplicatedJob (6.79s) [2021-06-17T13:01:18.253Z] === RUN TestUpdateReplicatedJob [2021-06-17T13:01:18.824Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1233530668_/foo_true____} [2021-06-17T13:01:20.733Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3007966363_/foo_false____} [2021-06-17T13:01:22.148Z] --- PASS: TestUpdateReplicatedJob (4.00s) [2021-06-17T13:01:22.148Z] === RUN TestServiceListWithStatuses [2021-06-17T13:01:22.148Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-17T13:01:22.148Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-17T13:01:22.148Z] === RUN TestDockerNetworkConnectAlias [2021-06-17T13:01:22.148Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3007966363_/foo_true____} [2021-06-17T13:01:24.059Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3007966363_/foo_true__0xc000b80060__} [2021-06-17T13:01:25.973Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b80078_} [2021-06-17T13:01:26.913Z] --- PASS: TestDockerNetworkConnectAlias (4.99s) [2021-06-17T13:01:26.913Z] === RUN TestDockerNetworkReConnect [2021-06-17T13:01:27.173Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b80090_} [2021-06-17T13:01:29.084Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b800a8_} [2021-06-17T13:01:30.997Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b800c0_} [2021-06-17T13:01:30.997Z] --- PASS: TestDockerNetworkReConnect (3.94s) [2021-06-17T13:01:30.997Z] === RUN TestServicePlugin [2021-06-17T13:01:30.997Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-06-17T13:01:32.383Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-06-17T13:01:33.768Z] docker_api_swarm_test.go:383: [dd41c013a46ff] joining swarm manager [dac9b2a2cd7d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-06-17T13:01:34.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-06-17T13:01:34.972Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-06-17T13:01:35.233Z] docker_api_swarm_test.go:384: [d9348c80d6289] joining swarm manager [dac9b2a2cd7d6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:01:35.806Z] plugin_test.go:62: [d6ea1829a0356] joining swarm manager [d0f473ee05a13]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:01:37.190Z] plugin_test.go:65: [d5a3e9dd415fe] joining swarm manager [d0f473ee05a13]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:01:39.103Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-06-17T13:01:41.043Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-06-17T13:01:44.343Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-06-17T13:01:45.726Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-06-17T13:01:45.726Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-06-17T13:01:46.298Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-06-17T13:01:47.239Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-06-17T13:01:48.182Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-06-17T13:01:48.753Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-06-17T13:01:49.695Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-06-17T13:01:51.081Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-06-17T13:01:51.651Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-06-17T13:01:52.593Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-06-17T13:01:53.163Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-06-17T13:01:54.106Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-06-17T13:01:55.048Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-06-17T13:01:55.618Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-06-17T13:01:56.192Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-06-17T13:01:57.589Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-06-17T13:01:58.177Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-06-17T13:01:58.749Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-06-17T13:01:58.749Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-06-17T13:01:59.689Z] === RUN TestDockerSuite/TestCpRelativePath [2021-06-17T13:02:00.263Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-06-17T13:02:01.205Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-06-17T13:02:01.777Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-06-17T13:02:02.718Z] === RUN TestDockerSuite/TestCpToCaseA [2021-06-17T13:02:03.290Z] --- PASS: TestServicePlugin (32.42s) [2021-06-17T13:02:03.290Z] === RUN TestServiceUpdateLabel [2021-06-17T13:02:04.232Z] === RUN TestDockerSuite/TestCpToCaseB [2021-06-17T13:02:05.174Z] === RUN TestDockerSuite/TestCpToCaseC [2021-06-17T13:02:06.115Z] --- PASS: TestServiceUpdateLabel (2.56s) [2021-06-17T13:02:06.115Z] === RUN TestServiceUpdateSecrets [2021-06-17T13:02:07.501Z] === RUN TestDockerSuite/TestCpToCaseD [2021-06-17T13:02:11.706Z] === RUN TestDockerSuite/TestCpToCaseE [2021-06-17T13:02:15.010Z] === RUN TestDockerSuite/TestCpToCaseF [2021-06-17T13:02:15.270Z] === RUN TestDockerSuite/TestCpToCaseG [2021-06-17T13:02:19.481Z] === RUN TestDockerSuite/TestCpToCaseH [2021-06-17T13:02:21.392Z] --- PASS: TestServiceUpdateSecrets (15.56s) [2021-06-17T13:02:21.392Z] === RUN TestServiceUpdateConfigs [2021-06-17T13:02:22.776Z] === RUN TestDockerSuite/TestCpToCaseI [2021-06-17T13:02:23.348Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-06-17T13:02:28.633Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-06-17T13:02:28.633Z] === RUN TestDockerSuite/TestCpToDot [2021-06-17T13:02:29.574Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-06-17T13:02:30.963Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-06-17T13:02:32.348Z] === RUN TestDockerSuite/TestCpToStdout [2021-06-17T13:02:32.919Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-06-17T13:02:34.302Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-06-17T13:02:34.302Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-06-17T13:02:34.873Z] === RUN TestDockerSuite/TestCpVolumePath [2021-06-17T13:02:36.255Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-06-17T13:02:36.255Z] === RUN TestDockerSuite/TestCreateArgs [2021-06-17T13:02:36.255Z] === RUN TestDockerSuite/TestCreateByImageID [2021-06-17T13:02:36.255Z] check_test.go:380: [d9348c80d6289] daemon is not started [2021-06-17T13:02:36.255Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-06-17T13:02:36.518Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-06-17T13:02:37.466Z] --- PASS: TestServiceUpdateConfigs (15.91s) [2021-06-17T13:02:37.466Z] === RUN TestServiceUpdateNetwork [2021-06-17T13:02:37.466Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-06-17T13:02:37.466Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-06-17T13:02:37.466Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-06-17T13:02:37.466Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-06-17T13:02:38.849Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-06-17T13:02:38.849Z] docker_api_swarm_test.go:801: [df185a375cb8c] joining swarm manager [d49a063ba62e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:02:39.109Z] === RUN TestDockerSuite/TestCreateLabels [2021-06-17T13:02:39.109Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-06-17T13:02:39.109Z] === RUN TestDockerSuite/TestCreateRM [2021-06-17T13:02:39.370Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-06-17T13:02:39.370Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-17T13:02:39.370Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-06-17T13:02:39.630Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-06-17T13:02:39.630Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-06-17T13:02:40.201Z] docker_api_swarm_test.go:801: [d0273c137c4a9] joining swarm manager [d49a063ba62e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:02:42.114Z] docker_api_swarm_test.go:801: [dfee172d0701e] joining swarm manager [d49a063ba62e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-17T13:02:42.375Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-06-17T13:02:42.375Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-06-17T13:02:42.375Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-06-17T13:02:43.319Z] docker_api_swarm_test.go:801: [daebb1479589c] joining swarm manager [d49a063ba62e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-06-17T13:02:44.704Z] docker_api_swarm_test.go:809: [d50b778420a17] joining swarm manager [d49a063ba62e1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-06-17T13:02:46.622Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-06-17T13:02:46.622Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-06-17T13:02:46.622Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-06-17T13:02:46.622Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-06-17T13:02:46.622Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-06-17T13:02:46.622Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-06-17T13:02:47.194Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-06-17T13:02:48.578Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-06-17T13:02:49.149Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-06-17T13:02:51.061Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-06-17T13:02:52.005Z] --- PASS: TestServiceUpdateNetwork (14.58s) [2021-06-17T13:02:52.005Z] === RUN TestServiceUpdatePidsLimit [2021-06-17T13:02:52.577Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-06-17T13:02:53.534Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-06-17T13:02:53.534Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-06-17T13:02:54.475Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-06-17T13:02:54.475Z] === RUN TestDockerSuite/TestDevicePermissions [2021-06-17T13:02:55.046Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-06-17T13:02:55.307Z] === RUN TestDockerSuite/TestDockerFails [2021-06-17T13:02:55.307Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-06-17T13:02:55.307Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-06-17T13:02:55.307Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-06-17T13:02:56.695Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-06-17T13:02:57.266Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-06-17T13:02:58.651Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-06-17T13:02:58.652Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-06-17T13:02:58.652Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-06-17T13:02:58.652Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-06-17T13:03:02.853Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-06-17T13:03:05.396Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-06-17T13:03:07.309Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-06-17T13:03:09.853Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-06-17T13:03:10.114Z] --- PASS: TestServiceUpdatePidsLimit (18.15s) [2021-06-17T13:03:10.114Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.55s) [2021-06-17T13:03:10.114Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.41s) [2021-06-17T13:03:10.114Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.21s) [2021-06-17T13:03:10.114Z] PASS [2021-06-17T13:03:10.114Z] [2021-06-17T13:03:10.114Z] === Skipped [2021-06-17T13:03:10.114Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-17T13:03:10.114Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-17T13:03:10.114Z] [2021-06-17T13:03:10.114Z] [2021-06-17T13:03:10.114Z] DONE 27 tests, 1 skipped in 195.388s [2021-06-17T13:03:10.114Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-17T13:03:10.114Z] ++ 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-06-17T13:03:10.114Z] ++ set -e [2021-06-17T13:03:10.114Z] ++ '[' -n 0 ']' [2021-06-17T13:03:10.114Z] ++ set -x [2021-06-17T13:03:10.114Z] ++ 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-06-17T13:03:10.375Z] INFO: Testing against a local daemon [2021-06-17T13:03:10.375Z] === RUN TestSessionCreate [2021-06-17T13:03:10.375Z] --- PASS: TestSessionCreate (0.03s) [2021-06-17T13:03:10.375Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-17T13:03:10.375Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-06-17T13:03:10.375Z] PASS [2021-06-17T13:03:10.375Z] [2021-06-17T13:03:10.375Z] DONE 2 tests in 0.254s [2021-06-17T13:03:10.375Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-17T13:03:10.375Z] ++ 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-06-17T13:03:10.375Z] ++ set -e [2021-06-17T13:03:10.375Z] ++ '[' -n 0 ']' [2021-06-17T13:03:10.375Z] ++ set -x [2021-06-17T13:03:10.375Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-06-17T13:03:10.635Z] INFO: Testing against a local daemon [2021-06-17T13:03:10.635Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-17T13:03:10.635Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-17T13:03:10.635Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-17T13:03:10.635Z] === RUN TestEventsExecDie [2021-06-17T13:03:12.020Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-06-17T13:03:12.020Z] --- PASS: TestEventsExecDie (1.42s) [2021-06-17T13:03:12.020Z] === RUN TestEventsBackwardsCompatible [2021-06-17T13:03:12.020Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-06-17T13:03:12.020Z] === RUN TestEventsVolumeCreate [2021-06-17T13:03:12.020Z] --- PASS: TestEventsVolumeCreate (0.07s) [2021-06-17T13:03:12.020Z] === RUN TestInfoBinaryCommits [2021-06-17T13:03:12.286Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-06-17T13:03:12.286Z] === RUN TestInfoAPIVersioned [2021-06-17T13:03:12.286Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-17T13:03:12.286Z] === RUN TestInfoDiscoveryBackend [2021-06-17T13:03:12.885Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-06-17T13:03:12.885Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-17T13:03:12.885Z] === RUN TestDockerSuite/TestEventsAttach [2021-06-17T13:03:13.826Z] === RUN TestDockerSuite/TestEventsCommit [2021-06-17T13:03:13.826Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-06-17T13:03:13.826Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-17T13:03:14.398Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-06-17T13:03:14.398Z] === RUN TestInfoAPI [2021-06-17T13:03:14.398Z] --- PASS: TestInfoAPI (0.03s) [2021-06-17T13:03:14.398Z] === RUN TestInfoAPIWarnings [2021-06-17T13:03:14.659Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-06-17T13:03:15.231Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-06-17T13:03:16.173Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-06-17T13:03:16.742Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-06-17T13:03:18.654Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-06-17T13:03:19.596Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-06-17T13:03:22.895Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-06-17T13:03:24.805Z] === RUN TestDockerSuite/TestEventsCopy [2021-06-17T13:03:25.746Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-06-17T13:03:27.129Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-06-17T13:03:27.701Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-06-17T13:03:27.962Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-06-17T13:03:29.347Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-06-17T13:03:30.300Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-06-17T13:03:30.300Z] === RUN TestDockerSuite/TestEventsFilterType [2021-06-17T13:03:30.561Z] --- PASS: TestInfoAPIWarnings (16.31s) [2021-06-17T13:03:30.561Z] === RUN TestInfoDebug [2021-06-17T13:03:30.561Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-06-17T13:03:30.822Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-06-17T13:03:30.822Z] === RUN TestDockerSuite/TestEventsFilters [2021-06-17T13:03:31.083Z] --- PASS: TestInfoDebug (0.54s) [2021-06-17T13:03:31.083Z] === RUN TestInfoInsecureRegistries [2021-06-17T13:03:31.655Z] --- PASS: TestInfoInsecureRegistries (0.55s) [2021-06-17T13:03:31.655Z] === RUN TestInfoRegistryMirrors [2021-06-17T13:03:32.226Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-06-17T13:03:32.226Z] === RUN TestLoginFailsWithBadCredentials [2021-06-17T13:03:32.488Z] === RUN TestDockerSuite/TestEventsFormat [2021-06-17T13:03:32.488Z] --- PASS: TestLoginFailsWithBadCredentials (0.18s) [2021-06-17T13:03:32.488Z] === RUN TestPingCacheHeaders [2021-06-17T13:03:32.488Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-06-17T13:03:32.488Z] === RUN TestPingGet [2021-06-17T13:03:32.488Z] --- PASS: TestPingGet (0.02s) [2021-06-17T13:03:32.488Z] === RUN TestPingHead [2021-06-17T13:03:32.488Z] --- PASS: TestPingHead (0.02s) [2021-06-17T13:03:32.488Z] === RUN TestVersion [2021-06-17T13:03:32.488Z] --- PASS: TestVersion (0.02s) [2021-06-17T13:03:32.488Z] PASS [2021-06-17T13:03:32.488Z] [2021-06-17T13:03:32.488Z] === Skipped [2021-06-17T13:03:32.488Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-17T13:03:32.488Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-17T13:03:32.488Z] [2021-06-17T13:03:32.488Z] [2021-06-17T13:03:32.488Z] DONE 19 tests, 1 skipped in 22.034s [2021-06-17T13:03:32.488Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-17T13:03:32.488Z] ++ 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-06-17T13:03:32.488Z] ++ set -e [2021-06-17T13:03:32.488Z] ++ '[' -n 0 ']' [2021-06-17T13:03:32.488Z] ++ set -x [2021-06-17T13:03:32.488Z] ++ 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-06-17T13:03:32.748Z] INFO: Testing against a local daemon [2021-06-17T13:03:32.748Z] === RUN TestVolumesCreateAndList [2021-06-17T13:03:32.748Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-06-17T13:03:32.748Z] === RUN TestVolumesRemove [2021-06-17T13:03:32.748Z] --- PASS: TestVolumesRemove (0.08s) [2021-06-17T13:03:32.748Z] === RUN TestVolumesInspect [2021-06-17T13:03:32.748Z] --- PASS: TestVolumesInspect (0.04s) [2021-06-17T13:03:32.748Z] === RUN TestVolumesInvalidJSON [2021-06-17T13:03:32.748Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-17T13:03:32.748Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-17T13:03:32.748Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-17T13:03:32.748Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-06-17T13:03:32.748Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-17T13:03:32.748Z] PASS [2021-06-17T13:03:32.748Z] [2021-06-17T13:03:32.748Z] DONE 5 tests in 0.303s [2021-06-17T13:03:32.748Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-17T13:03:33.323Z] ++++ cat bundles/test-integration/docker.pid [2021-06-17T13:03:33.323Z] +++ kill 5727 [2021-06-17T13:03:33.897Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-06-17T13:03:33.897Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-06-17T13:03:33.897Z] === RUN TestDockerSuite/TestEventsImageImport [2021-06-17T13:03:34.468Z] +++ /etc/init.d/apparmor stop [2021-06-17T13:03:34.468Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-17T13:03:34.468Z] [2021-06-17T13:03:34.468Z] Unloading profiles will leave already running processes permanently [2021-06-17T13:03:34.468Z] unconfined, which can lead to unexpected situations. [2021-06-17T13:03:34.468Z] [2021-06-17T13:03:34.468Z] To set a process to complain mode, use the command line tool [2021-06-17T13:03:34.468Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-17T13:03:34.468Z] +++ true [2021-06-17T13:03:34.468Z] exiting test-integration [2021-06-17T13:03:34.468Z] ++ exit 0 [2021-06-17T13:03:34.468Z] [2021-06-17T13:03:35.039Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-06-17T13:03:35.039Z] === RUN TestDockerSuite/TestEventsImagePull [2021-06-17T13:03:35.299Z] + for job in $(jobs -p) [2021-06-17T13:03:35.299Z] + wait 3801 [2021-06-17T13:03:35.559Z] === RUN TestDockerSuite/TestEventsImageTag [2021-06-17T13:03:36.500Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-06-17T13:03:36.760Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-06-17T13:03:36.760Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-06-17T13:03:36.760Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-06-17T13:03:36.760Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-06-17T13:03:36.760Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-06-17T13:03:37.329Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-06-17T13:03:38.270Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-06-17T13:03:38.841Z] === RUN TestDockerSuite/TestEventsRename [2021-06-17T13:03:39.412Z] === RUN TestDockerSuite/TestEventsResize [2021-06-17T13:03:40.353Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-06-17T13:03:46.934Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-06-17T13:03:46.934Z] === RUN TestDockerSuite/TestEventsStreaming [2021-06-17T13:03:47.506Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-06-17T13:03:50.823Z] === RUN TestDockerSuite/TestEventsTop [2021-06-17T13:03:51.083Z] === RUN TestDockerSuite/TestEventsUntag [2021-06-17T13:03:53.623Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-06-17T13:03:58.904Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-06-17T13:04:00.287Z] === RUN TestDockerSuite/TestExec [2021-06-17T13:04:01.674Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-06-17T13:04:02.618Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-06-17T13:04:04.004Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-06-17T13:04:04.264Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-06-17T13:04:04.527Z] === RUN TestDockerSuite/TestExecAPIStart [2021-06-17T13:04:06.439Z] docker_api_swarm_service_test.go:394: [d8579c2bc987e] joining swarm manager [dee0d98be395f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:04:07.015Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-06-17T13:04:07.587Z] docker_api_swarm_service_test.go:394: [d229fd3eb315a] joining swarm manager [dee0d98be395f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:04:08.158Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-06-17T13:04:10.081Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-06-17T13:04:11.468Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-06-17T13:04:12.852Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-06-17T13:04:14.236Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-06-17T13:04:15.618Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-06-17T13:04:17.528Z] === RUN TestDockerSuite/TestExecCgroup [2021-06-17T13:04:19.441Z] === RUN TestDockerSuite/TestExecEnv [2021-06-17T13:04:20.383Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-06-17T13:04:22.296Z] === RUN TestDockerSuite/TestExecExitStatus [2021-06-17T13:04:22.867Z] === RUN TestDockerSuite/TestExecInspectID [2021-06-17T13:04:26.167Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-06-17T13:04:26.167Z] === RUN TestDockerSuite/TestExecInteractive [2021-06-17T13:04:27.110Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-06-17T13:04:28.056Z] docker_api_swarm_service_test.go:342: [d13c9d61fe4d7] joining swarm manager [d3703bee5d27b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:04:28.626Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-06-17T13:04:29.196Z] docker_api_swarm_service_test.go:342: [d0afabde86950] joining swarm manager [d3703bee5d27b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:04:29.769Z] === RUN TestDockerSuite/TestExecParseError [2021-06-17T13:04:31.151Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-06-17T13:04:31.721Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-06-17T13:04:33.108Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-06-17T13:04:37.318Z] === RUN TestDockerSuite/TestExecSetEnv [2021-06-17T13:04:37.578Z] === RUN TestDockerSuite/TestExecStartFails [2021-06-17T13:04:38.520Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-06-17T13:04:45.096Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-06-17T13:04:47.008Z] docker_api_swarm_service_test.go:489: [db5563dcf1269] joining swarm manager [defdb4092bb82]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:04:47.268Z] docker_api_swarm_service_test.go:489: [d0919b44cdcaf] joining swarm manager [defdb4092bb82]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:04:49.823Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-06-17T13:04:50.764Z] === RUN TestDockerSuite/TestExecTTY [2021-06-17T13:04:51.704Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-06-17T13:04:52.645Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-06-17T13:04:53.216Z] === RUN TestDockerSuite/TestExecUlimits [2021-06-17T13:04:54.156Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-06-17T13:04:54.156Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-06-17T13:04:54.156Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-06-17T13:04:56.067Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-06-17T13:04:57.451Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-06-17T13:04:58.836Z] === RUN TestDockerSuite/TestExecWithTERM [2021-06-17T13:04:59.777Z] === RUN TestDockerSuite/TestExecWithUser [2021-06-17T13:05:00.350Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-06-17T13:05:00.920Z] === RUN TestDockerSuite/TestGetContainerStats [2021-06-17T13:05:06.207Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-06-17T13:05:06.777Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-06-17T13:05:08.709Z] docker_api_swarm_service_test.go:127: [da173c3d6f2b9] joining swarm manager [d8d7458b0f383]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:05:09.280Z] docker_api_swarm_service_test.go:128: [dbd0c34227492] joining swarm manager [d8d7458b0f383]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:05:11.203Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-06-17T13:05:11.773Z] docker_api_swarm_service_test.go:136: [daa9f5d34e3b2] joining swarm manager [d8d7458b0f383]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-17T13:05:12.713Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-06-17T13:05:12.713Z] docker_api_swarm_service_test.go:137: [db32fd66bc5e1] joining swarm manager [d8d7458b0f383]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-06-17T13:05:17.996Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-06-17T13:05:18.256Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-06-17T13:05:18.256Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-06-17T13:05:18.256Z] === RUN TestDockerSuite/TestHealth [2021-06-17T13:05:36.363Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-06-17T13:05:37.303Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-06-17T13:05:39.214Z] docker_api_swarm_service_test.go:303: [dbc7e7019ea91] joining swarm manager [d75d845a487de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:05:39.788Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-06-17T13:05:39.788Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-06-17T13:05:40.053Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-06-17T13:05:40.053Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-06-17T13:05:40.313Z] docker_api_swarm_service_test.go:303: [da86c6e6261e6] joining swarm manager [d75d845a487de]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:05:40.884Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-06-17T13:05:41.146Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-06-17T13:05:42.535Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-06-17T13:05:42.535Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-06-17T13:05:42.535Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-06-17T13:05:42.796Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-06-17T13:05:43.058Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-06-17T13:05:43.629Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-06-17T13:05:43.629Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-06-17T13:05:43.889Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-06-17T13:05:44.460Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-06-17T13:05:44.460Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-06-17T13:05:45.031Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-06-17T13:05:45.971Z] === RUN TestDockerSuite/TestImagesFormat [2021-06-17T13:05:45.971Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-06-17T13:05:46.541Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-06-17T13:05:49.082Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-06-17T13:05:49.082Z] === RUN TestDockerSuite/TestImportBadURL [2021-06-17T13:05:49.082Z] === RUN TestDockerSuite/TestImportDisplay [2021-06-17T13:05:51.628Z] === RUN TestDockerSuite/TestImportFile [2021-06-17T13:05:53.014Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-06-17T13:05:53.014Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-06-17T13:05:54.927Z] === RUN TestDockerSuite/TestImportGzipped [2021-06-17T13:05:56.312Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-06-17T13:05:57.724Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-06-17T13:05:58.294Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-06-17T13:05:59.239Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-06-17T13:05:59.811Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-06-17T13:05:59.811Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-06-17T13:05:59.811Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-06-17T13:06:00.751Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-06-17T13:06:01.321Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-06-17T13:06:01.892Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-06-17T13:06:01.892Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-06-17T13:06:02.834Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-06-17T13:06:03.775Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-06-17T13:06:03.775Z] docker_api_swarm_service_test.go:99: [dc9d3128c5ec4] joining swarm manager [db04df9a54fe7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:06:04.348Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-06-17T13:06:04.348Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-06-17T13:06:04.609Z] docker_api_swarm_service_test.go:100: [d3a4714010c2a] joining swarm manager [db04df9a54fe7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:06:05.992Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-06-17T13:06:07.378Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-06-17T13:06:08.321Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-06-17T13:06:08.321Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-06-17T13:06:09.704Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-06-17T13:06:09.704Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-06-17T13:06:09.704Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-06-17T13:06:11.088Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-06-17T13:06:12.031Z] === RUN TestDockerSuite/TestInspectDefault [2021-06-17T13:06:12.602Z] === RUN TestDockerSuite/TestInspectHistory [2021-06-17T13:06:13.558Z] === RUN TestDockerSuite/TestInspectImage [2021-06-17T13:06:13.558Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-06-17T13:06:13.558Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-06-17T13:06:13.558Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-06-17T13:06:13.558Z] === RUN TestDockerSuite/TestInspectInt64 [2021-06-17T13:06:14.130Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-06-17T13:06:14.702Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-06-17T13:06:14.963Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-06-17T13:06:15.534Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-06-17T13:06:16.105Z] === RUN TestDockerSuite/TestInspectPlugin [2021-06-17T13:06:17.489Z] === RUN TestDockerSuite/TestInspectRootFS [2021-06-17T13:06:17.489Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-06-17T13:06:18.430Z] === RUN TestDockerSuite/TestInspectStatus [2021-06-17T13:06:19.372Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-06-17T13:06:20.757Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-06-17T13:06:21.697Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-06-17T13:06:22.268Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-06-17T13:06:22.839Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-06-17T13:06:23.784Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-06-17T13:06:24.726Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-06-17T13:06:25.668Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-06-17T13:06:25.668Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-06-17T13:06:27.582Z] check_test.go:380: [dc9d3128c5ec4] daemon is not started [2021-06-17T13:06:28.523Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-06-17T13:06:29.916Z] === RUN TestDockerSuite/TestLinksEnvs [2021-06-17T13:06:31.300Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-06-17T13:06:31.561Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-06-17T13:06:33.473Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-06-17T13:06:33.473Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-06-17T13:06:35.388Z] docker_api_swarm_service_test.go:532: [d7e023b620d39] joining swarm manager [d87b9db6e942a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:06:35.959Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-06-17T13:06:36.901Z] docker_api_swarm_service_test.go:533: [d954b8787e4f8] joining swarm manager [d87b9db6e942a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:06:38.287Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-06-17T13:06:38.287Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-06-17T13:06:41.591Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-06-17T13:06:42.532Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-06-17T13:06:43.474Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-06-17T13:06:55.719Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-06-17T13:06:57.631Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-06-17T13:06:59.543Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-06-17T13:06:59.803Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-06-17T13:07:00.064Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-06-17T13:07:02.609Z] docker_api_swarm_service_test.go:147: [de36895e23b03] joining swarm manager [d3bc948d47b24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:07:03.180Z] docker_api_swarm_service_test.go:147: [dafef307e744b] joining swarm manager [d3bc948d47b24]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:07:03.180Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-06-17T13:07:03.180Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-06-17T13:07:03.441Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-06-17T13:07:03.702Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-06-17T13:07:03.702Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-06-17T13:07:05.089Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-06-17T13:07:06.033Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-06-17T13:07:10.234Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-06-17T13:07:10.494Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-06-17T13:07:15.778Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-06-17T13:07:15.778Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-06-17T13:07:15.778Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-06-17T13:07:17.175Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-06-17T13:07:18.116Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-06-17T13:07:19.061Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-06-17T13:07:20.002Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-06-17T13:07:20.947Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-06-17T13:07:24.251Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-06-17T13:07:25.193Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-06-17T13:07:25.763Z] === RUN TestDockerSuite/TestLogsSince [2021-06-17T13:07:32.342Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-06-17T13:07:38.917Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-06-17T13:07:38.917Z] === RUN TestDockerSuite/TestLogsTail [2021-06-17T13:07:39.487Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-06-17T13:07:40.071Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-06-17T13:07:40.641Z] === RUN TestDockerSuite/TestMountIntoProc [2021-06-17T13:07:40.900Z] === RUN TestDockerSuite/TestMountIntoSys [2021-06-17T13:07:41.470Z] === RUN TestDockerSuite/TestNetHostname [2021-06-17T13:07:42.041Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-06-17T13:07:43.954Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-06-17T13:07:44.896Z] === RUN TestDockerSuite/TestNetworkEvents [2021-06-17T13:07:51.474Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-06-17T13:07:53.385Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-06-17T13:07:53.646Z] === RUN TestDockerSuite/TestPluginActive [2021-06-17T13:07:55.559Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-06-17T13:08:02.140Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-06-17T13:08:02.140Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-06-17T13:08:02.140Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-06-17T13:08:02.712Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-06-17T13:08:06.932Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-06-17T13:08:08.315Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-06-17T13:08:10.226Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-06-17T13:08:14.427Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-06-17T13:08:15.001Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-06-17T13:08:18.303Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-06-17T13:08:20.215Z] === RUN TestDockerSuite/TestPortHostBinding [2021-06-17T13:08:21.156Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-06-17T13:08:22.098Z] === RUN TestDockerSuite/TestPortList [2021-06-17T13:08:24.012Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-06-17T13:08:27.321Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-06-17T13:08:30.625Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-06-17T13:08:33.172Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-06-17T13:08:34.557Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-06-17T13:08:34.818Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-06-17T13:08:37.360Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-06-17T13:08:41.563Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-06-17T13:08:42.946Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-06-17T13:08:42.946Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-06-17T13:08:42.946Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-06-17T13:08:43.887Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-06-17T13:08:43.887Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-06-17T13:08:44.828Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-06-17T13:08:44.828Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-06-17T13:08:45.399Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-06-17T13:08:45.662Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-06-17T13:08:45.662Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-06-17T13:08:47.589Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-06-17T13:08:47.589Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-06-17T13:08:50.884Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-06-17T13:08:51.821Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-06-17T13:08:52.080Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-06-17T13:08:52.080Z] === RUN TestDockerSuite/TestPsByOrder [2021-06-17T13:08:55.374Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-06-17T13:08:55.634Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-06-17T13:08:58.929Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-06-17T13:09:03.134Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-06-17T13:09:03.134Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-06-17T13:09:06.433Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-06-17T13:09:09.748Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-06-17T13:09:15.030Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-06-17T13:09:16.412Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-06-17T13:09:18.960Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-06-17T13:09:18.960Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-06-17T13:09:20.343Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-06-17T13:09:22.257Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-06-17T13:09:22.827Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-06-17T13:09:24.742Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-06-17T13:09:27.286Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-06-17T13:09:28.673Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-06-17T13:09:28.673Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-06-17T13:09:29.245Z] === RUN TestDockerSuite/TestPsRightTagName [2021-06-17T13:09:31.814Z] === RUN TestDockerSuite/TestPsShowMounts [2021-06-17T13:09:33.721Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-06-17T13:09:34.291Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-06-17T13:09:34.291Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-06-17T13:09:34.291Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-06-17T13:09:34.291Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-06-17T13:09:34.551Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-06-17T13:09:34.551Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-06-17T13:09:35.121Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-06-17T13:09:36.504Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-06-17T13:09:36.764Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-06-17T13:09:38.679Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-06-17T13:09:39.619Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-06-17T13:09:39.619Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-06-17T13:09:43.832Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-06-17T13:09:47.131Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-06-17T13:09:49.048Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-06-17T13:09:50.963Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-06-17T13:09:51.533Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-06-17T13:09:53.445Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-06-17T13:09:53.445Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-06-17T13:09:53.707Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-06-17T13:09:53.967Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-06-17T13:09:54.538Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-06-17T13:09:57.080Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-06-17T13:09:58.464Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-06-17T13:09:58.464Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-06-17T13:10:01.011Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-06-17T13:10:02.926Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-06-17T13:10:04.843Z] === RUN TestDockerSuite/TestRmiBlank [2021-06-17T13:10:04.843Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-06-17T13:10:04.843Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-06-17T13:10:06.227Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-06-17T13:10:09.529Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-06-17T13:10:10.103Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-06-17T13:10:10.363Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-06-17T13:10:12.272Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-06-17T13:10:13.215Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-06-17T13:10:13.476Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-06-17T13:10:14.863Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-06-17T13:10:16.247Z] === RUN TestDockerSuite/TestRmiTag [2021-06-17T13:10:16.507Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-06-17T13:10:17.080Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-06-17T13:10:20.378Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-06-17T13:10:21.318Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-06-17T13:10:22.260Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-06-17T13:10:23.642Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-06-17T13:10:23.642Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-06-17T13:10:25.025Z] === RUN TestDockerSuite/TestRunAddHost [2021-06-17T13:10:25.596Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-06-17T13:10:26.166Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-06-17T13:10:26.881Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-06-17T13:10:26.881Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-06-17T13:10:27.450Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-06-17T13:10:28.833Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-06-17T13:10:29.402Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-06-17T13:10:30.341Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-06-17T13:10:31.279Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-06-17T13:10:31.849Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-06-17T13:10:33.233Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-06-17T13:10:33.804Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-06-17T13:10:34.064Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-06-17T13:10:35.004Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-06-17T13:10:36.389Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-06-17T13:10:37.330Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-06-17T13:10:37.330Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-06-17T13:10:37.901Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-06-17T13:10:39.284Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-06-17T13:10:40.663Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-06-17T13:10:40.923Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-06-17T13:10:41.494Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-06-17T13:10:41.754Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-06-17T13:10:42.698Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-06-17T13:10:42.698Z] === RUN TestDockerSuite/TestRunBindMounts [2021-06-17T13:10:45.239Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-06-17T13:10:45.239Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-06-17T13:10:46.180Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-06-17T13:10:47.123Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-06-17T13:10:48.064Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-06-17T13:10:48.634Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-06-17T13:10:48.634Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-06-17T13:10:49.205Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-06-17T13:10:50.146Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-06-17T13:10:50.147Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-06-17T13:10:50.718Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-06-17T13:10:51.660Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-06-17T13:10:52.604Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-06-17T13:10:52.604Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-06-17T13:10:53.544Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-06-17T13:10:53.544Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-06-17T13:10:53.544Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-06-17T13:10:54.485Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-06-17T13:10:55.056Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-06-17T13:10:56.441Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-06-17T13:10:57.015Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-06-17T13:10:57.015Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-06-17T13:10:57.586Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-06-17T13:10:59.001Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-06-17T13:11:00.384Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-06-17T13:11:01.771Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-06-17T13:11:02.031Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-06-17T13:11:02.971Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-06-17T13:11:03.541Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-06-17T13:11:04.113Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-06-17T13:11:04.685Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-06-17T13:11:06.595Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-06-17T13:11:07.166Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-06-17T13:11:09.708Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-06-17T13:11:09.708Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-06-17T13:11:10.647Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-06-17T13:11:12.558Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-06-17T13:11:13.940Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-06-17T13:11:16.190Z] --- PASS: TestBuildWCOWSandboxSize (762.64s) [2021-06-17T13:11:16.190Z] === RUN TestBuildWithEmptyDockerfile [2021-06-17T13:11:16.190Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-17T13:11:16.190Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-17T13:11:16.190Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-17T13:11:16.190Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-17T13:11:16.190Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-17T13:11:16.190Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-17T13:11:16.190Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-17T13:11:16.190Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-17T13:11:16.190Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-17T13:11:16.190Z] --- PASS: TestBuildWithEmptyDockerfile (0.46s) [2021-06-17T13:11:16.190Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-06-17T13:11:16.190Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-06-17T13:11:16.190Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-06-17T13:11:16.190Z] === RUN TestBuildPreserveOwnership [2021-06-17T13:11:16.190Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-17T13:11:16.190Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-06-17T13:11:16.190Z] === RUN TestBuildPlatformInvalid [2021-06-17T13:11:16.190Z] --- PASS: TestBuildPlatformInvalid (0.45s) [2021-06-17T13:11:16.190Z] PASS [2021-06-17T13:11:16.190Z] ok github.com/docker/docker/integration/build 951.148s [2021-06-17T13:11:16.190Z] [2021-06-17T13:11:16.190Z] === Skipped [2021-06-17T13:11:16.190Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-06-17T13:11:16.190Z] build_session_test.go:25: TODO: BuildKit [2021-06-17T13:11:16.190Z] [2021-06-17T13:11:16.190Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-06-17T13:11:16.190Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:16.190Z] [2021-06-17T13:11:16.190Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-06-17T13:11:16.190Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-17T13:11:16.190Z] [2021-06-17T13:11:16.190Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-06-17T13:11:16.190Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-17T13:11:16.190Z] [2021-06-17T13:11:16.190Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-06-17T13:11:16.190Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-17T13:11:16.190Z] [2021-06-17T13:11:16.190Z] [2021-06-17T13:11:16.190Z] DONE 29 tests, 5 skipped in 982.103s [2021-06-17T13:11:16.190Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-06-17T13:11:16.190Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T13:11:16.190Z] INFO: Testing against a local daemon [2021-06-17T13:11:16.190Z] === RUN TestConfigInspect [2021-06-17T13:11:16.190Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:16.190Z] --- SKIP: TestConfigInspect (0.00s) [2021-06-17T13:11:16.190Z] === RUN TestConfigList [2021-06-17T13:11:16.190Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:16.190Z] --- SKIP: TestConfigList (0.00s) [2021-06-17T13:11:16.190Z] === RUN TestConfigsCreateAndDelete [2021-06-17T13:11:16.190Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:16.190Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-06-17T13:11:16.190Z] === RUN TestConfigsUpdate [2021-06-17T13:11:16.190Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:16.190Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-06-17T13:11:16.190Z] === RUN TestTemplatedConfig [2021-06-17T13:11:16.190Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:16.190Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-06-17T13:11:16.190Z] === RUN TestConfigCreateResolve [2021-06-17T13:11:16.190Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:11:16.190Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-06-17T13:11:16.190Z] === RUN TestConfigDaemonLibtrustID [2021-06-17T13:11:16.190Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:11:16.190Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-06-17T13:11:16.190Z] PASS [2021-06-17T13:11:16.190Z] ok github.com/docker/docker/integration/config 0.109s [2021-06-17T13:11:16.190Z] [2021-06-17T13:11:16.190Z] === Skipped [2021-06-17T13:11:16.190Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-06-17T13:11:16.190Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:16.190Z] [2021-06-17T13:11:16.190Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-06-17T13:11:16.190Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:16.190Z] [2021-06-17T13:11:16.190Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-06-17T13:11:16.190Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:16.190Z] [2021-06-17T13:11:16.190Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-06-17T13:11:16.190Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:16.190Z] [2021-06-17T13:11:16.190Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-06-17T13:11:16.190Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:16.190Z] [2021-06-17T13:11:16.190Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-06-17T13:11:16.190Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:11:16.190Z] [2021-06-17T13:11:16.190Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-06-17T13:11:16.190Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:11:16.190Z] [2021-06-17T13:11:16.190Z] [2021-06-17T13:11:16.190Z] DONE 7 tests, 7 skipped in 2.576s [2021-06-17T13:11:16.190Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-06-17T13:11:16.480Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-06-17T13:11:17.746Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T13:11:17.746Z] INFO: Testing against a local daemon [2021-06-17T13:11:17.746Z] === RUN TestCheckpoint [2021-06-17T13:11:17.746Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-17T13:11:17.746Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-17T13:11:17.746Z] === RUN TestContainerInvalidJSON [2021-06-17T13:11:17.746Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-17T13:11:17.746Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-17T13:11:17.746Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-17T13:11:17.746Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-17T13:11:17.746Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-17T13:11:17.746Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-17T13:11:17.746Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-17T13:11:17.746Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-17T13:11:17.746Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-17T13:11:17.746Z] --- PASS: TestContainerInvalidJSON (0.43s) [2021-06-17T13:11:17.746Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-17T13:11:17.746Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-06-17T13:11:17.746Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-06-17T13:11:17.746Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-17T13:11:18.210Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.25s) [2021-06-17T13:11:18.210Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-17T13:11:18.210Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.20s) [2021-06-17T13:11:18.210Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-17T13:11:18.401Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-06-17T13:11:18.402Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-06-17T13:11:18.402Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-06-17T13:11:18.402Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-06-17T13:11:18.402Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-06-17T13:11:18.673Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.20s) [2021-06-17T13:11:18.673Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-17T13:11:18.673Z] --- PASS: TestCopyToContainerPathIsNotDir (0.18s) [2021-06-17T13:11:18.673Z] === RUN TestCopyFromContainer [2021-06-17T13:11:18.673Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:18.673Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-06-17T13:11:18.673Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-17T13:11:18.673Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-17T13:11:18.673Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-17T13:11:18.673Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-17T13:11:18.673Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-17T13:11:18.673Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-17T13:11:18.673Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-17T13:11:18.673Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-17T13:11:18.673Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-17T13:11:18.673Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-17T13:11:18.673Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-06-17T13:11:18.673Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-17T13:11:18.673Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-17T13:11:18.673Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-17T13:11:18.673Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-17T13:11:18.673Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-17T13:11:18.673Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-06-17T13:11:18.673Z] === RUN TestCreateWithInvalidEnv [2021-06-17T13:11:18.673Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-17T13:11:18.673Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-17T13:11:18.673Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-17T13:11:18.673Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-17T13:11:18.673Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-17T13:11:18.673Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-17T13:11:18.673Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-17T13:11:18.673Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-17T13:11:18.673Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-17T13:11:18.673Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-06-17T13:11:18.673Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-17T13:11:18.673Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-17T13:11:18.673Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-17T13:11:18.673Z] === RUN TestCreateTmpfsMountsTarget [2021-06-17T13:11:18.673Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:18.673Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-06-17T13:11:18.673Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-17T13:11:18.673Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:11:18.673Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-06-17T13:11:18.673Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-17T13:11:18.673Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:11:18.673Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-17T13:11:18.673Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-17T13:11:18.673Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-17T13:11:18.673Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-17T13:11:18.673Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-17T13:11:18.673Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-17T13:11:18.673Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-17T13:11:18.673Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-17T13:11:18.673Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-17T13:11:18.673Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-17T13:11:18.674Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-17T13:11:18.674Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-17T13:11:18.674Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-17T13:11:18.674Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-17T13:11:18.674Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-17T13:11:18.674Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-17T13:11:18.674Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-17T13:11:18.971Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-06-17T13:11:19.138Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-06-17T13:11:19.138Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-17T13:11:19.138Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-17T13:11:19.138Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-17T13:11:19.138Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-17T13:11:19.138Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-06-17T13:11:19.138Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-17T13:11:19.138Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-17T13:11:19.138Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-17T13:11:19.138Z] === RUN TestCreateDifferentPlatform [2021-06-17T13:11:19.138Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-17T13:11:19.138Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-17T13:11:19.138Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-06-17T13:11:19.138Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-17T13:11:19.138Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-17T13:11:19.138Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-17T13:11:19.138Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2021-06-17T13:11:19.138Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-17T13:11:19.138Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-17T13:11:19.138Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-06-17T13:11:19.138Z] === RUN TestContainerKillOnDaemonStart [2021-06-17T13:11:19.138Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:19.138Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-06-17T13:11:19.138Z] === RUN TestDiff [2021-06-17T13:11:19.138Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-17T13:11:19.138Z] --- SKIP: TestDiff (0.00s) [2021-06-17T13:11:19.138Z] === RUN TestExecWithCloseStdin [2021-06-17T13:11:20.354Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-06-17T13:11:21.294Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-06-17T13:11:22.076Z] --- PASS: TestExecWithCloseStdin (2.81s) [2021-06-17T13:11:22.076Z] === RUN TestExec [2021-06-17T13:11:23.208Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-06-17T13:11:23.779Z] docker_cli_service_logs_test.go:245: checking task 4yd72opvb3ku [2021-06-17T13:11:23.779Z] docker_cli_service_logs_test.go:250: checking messages for 4yd72opvb3ku [2021-06-17T13:11:23.779Z] docker_cli_service_logs_test.go:245: checking task 2epc8i6fh95k [2021-06-17T13:11:23.779Z] docker_cli_service_logs_test.go:250: checking messages for 2epc8i6fh95k [2021-06-17T13:11:24.270Z] --- PASS: TestExec (2.01s) [2021-06-17T13:11:24.270Z] === RUN TestExecUser [2021-06-17T13:11:24.270Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-17T13:11:24.270Z] --- SKIP: TestExecUser (0.00s) [2021-06-17T13:11:24.270Z] === RUN TestExportContainerAndImportImage [2021-06-17T13:11:24.270Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:24.270Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-06-17T13:11:24.270Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-17T13:11:24.270Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:24.270Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-06-17T13:11:24.270Z] === RUN TestHealthCheckWorkdir [2021-06-17T13:11:24.270Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-17T13:11:24.270Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-06-17T13:11:24.270Z] === RUN TestHealthKillContainer [2021-06-17T13:11:24.270Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-17T13:11:24.270Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-06-17T13:11:24.270Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-17T13:11:24.270Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-17T13:11:24.270Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-06-17T13:11:24.270Z] === RUN TestKillContainerInvalidSignal [2021-06-17T13:11:25.690Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-06-17T13:11:25.821Z] --- PASS: TestKillContainerInvalidSignal (1.95s) [2021-06-17T13:11:25.821Z] === RUN TestKillContainer [2021-06-17T13:11:25.821Z] === RUN TestKillContainer/no_signal [2021-06-17T13:11:25.950Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-06-17T13:11:27.331Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-06-17T13:11:27.902Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-06-17T13:11:27.902Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-06-17T13:11:27.902Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-06-17T13:11:28.016Z] === RUN TestKillContainer/non_killing_signal [2021-06-17T13:11:28.016Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-17T13:11:28.016Z] === RUN TestKillContainer/killing_signal [2021-06-17T13:11:28.843Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-06-17T13:11:29.568Z] --- PASS: TestKillContainer (3.81s) [2021-06-17T13:11:29.568Z] --- PASS: TestKillContainer/no_signal (1.84s) [2021-06-17T13:11:29.568Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-17T13:11:29.568Z] --- PASS: TestKillContainer/killing_signal (1.94s) [2021-06-17T13:11:29.568Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-17T13:11:29.568Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-17T13:11:29.568Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-17T13:11:29.568Z] === RUN TestKillStoppedContainer [2021-06-17T13:11:29.568Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-17T13:11:29.568Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-06-17T13:11:29.568Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-17T13:11:29.568Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-17T13:11:29.568Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-17T13:11:29.568Z] === RUN TestKillDifferentUserContainer [2021-06-17T13:11:29.568Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-17T13:11:29.568Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-06-17T13:11:29.568Z] === RUN TestInspectOomKilledTrue [2021-06-17T13:11:29.568Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:29.568Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-17T13:11:29.568Z] === RUN TestInspectOomKilledFalse [2021-06-17T13:11:29.568Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-17T13:11:29.568Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-17T13:11:29.568Z] === RUN TestLogsFollowTailEmpty [2021-06-17T13:11:30.223Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-06-17T13:11:30.223Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-06-17T13:11:30.793Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-06-17T13:11:31.363Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-06-17T13:11:31.760Z] --- PASS: TestLogsFollowTailEmpty (1.90s) [2021-06-17T13:11:31.760Z] === RUN TestNetworkNat [2021-06-17T13:11:31.760Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-17T13:11:31.760Z] --- SKIP: TestNetworkNat (0.00s) [2021-06-17T13:11:31.760Z] === RUN TestNetworkLocalhostTCPNat [2021-06-17T13:11:31.934Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-06-17T13:11:32.876Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-06-17T13:11:32.876Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-06-17T13:11:33.450Z] === RUN TestDockerSuite/TestRunEnvironment [2021-06-17T13:11:33.959Z] --- PASS: TestNetworkLocalhostTCPNat (2.29s) [2021-06-17T13:11:33.959Z] === RUN TestNetworkLoopbackNat [2021-06-17T13:11:33.959Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-17T13:11:33.959Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-06-17T13:11:33.959Z] === RUN TestPause [2021-06-17T13:11:33.959Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-17T13:11:33.959Z] --- SKIP: TestPause (0.00s) [2021-06-17T13:11:33.959Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-17T13:11:34.029Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-06-17T13:11:34.599Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-06-17T13:11:34.860Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-06-17T13:11:35.801Z] === RUN TestDockerSuite/TestRunExitCode [2021-06-17T13:11:36.153Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.92s) [2021-06-17T13:11:36.153Z] === RUN TestPauseStopPausedContainer [2021-06-17T13:11:36.154Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:11:36.154Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-06-17T13:11:36.154Z] === RUN TestPsFilter [2021-06-17T13:11:36.154Z] --- PASS: TestPsFilter (0.31s) [2021-06-17T13:11:36.154Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-17T13:11:36.372Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-06-17T13:11:37.312Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-06-17T13:11:37.312Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-06-17T13:11:37.881Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-06-17T13:11:38.822Z] === RUN TestDockerSuite/TestRunExposePort [2021-06-17T13:11:38.822Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-06-17T13:11:39.100Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.78s) [2021-06-17T13:11:39.100Z] === RUN TestRemoveContainerWithVolume [2021-06-17T13:11:39.762Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-06-17T13:11:40.331Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-06-17T13:11:41.295Z] --- PASS: TestRemoveContainerWithVolume (2.46s) [2021-06-17T13:11:41.295Z] === RUN TestRemoveContainerRunning [2021-06-17T13:11:41.713Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-06-17T13:11:41.974Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-17T13:11:41.974Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-17T13:11:41.974Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-06-17T13:11:43.488Z] --- PASS: TestRemoveContainerRunning (1.88s) [2021-06-17T13:11:43.488Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-17T13:11:45.036Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.87s) [2021-06-17T13:11:45.036Z] === RUN TestRemoveInvalidContainer [2021-06-17T13:11:45.036Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-06-17T13:11:45.036Z] === RUN TestRenameLinkedContainer [2021-06-17T13:11:45.036Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-17T13:11:45.036Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-06-17T13:11:45.036Z] === RUN TestRenameStoppedContainer [2021-06-17T13:11:45.274Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-06-17T13:11:45.844Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-06-17T13:11:47.960Z] --- PASS: TestRenameStoppedContainer (2.47s) [2021-06-17T13:11:47.961Z] === RUN TestRenameRunningContainerAndReuse [2021-06-17T13:11:51.719Z] --- PASS: TestRenameRunningContainerAndReuse (3.74s) [2021-06-17T13:11:51.719Z] === RUN TestRenameInvalidName [2021-06-17T13:11:53.276Z] --- PASS: TestRenameInvalidName (1.89s) [2021-06-17T13:11:53.276Z] === RUN TestRenameAnonymousContainer [2021-06-17T13:11:55.836Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-06-17T13:11:57.231Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-06-17T13:11:57.492Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-06-17T13:11:58.433Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-06-17T13:11:59.817Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-06-17T13:11:59.817Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-06-17T13:11:59.817Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-06-17T13:11:59.817Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-06-17T13:11:59.817Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-06-17T13:12:00.758Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-06-17T13:12:02.143Z] docker_cli_swarm_test.go:1901: [daf663d3a9f71] joining swarm manager [d4843cb0e4ea9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:12:03.525Z] docker_cli_swarm_test.go:1902: [d931360daa99a] joining swarm manager [d4843cb0e4ea9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:12:03.641Z] --- PASS: TestRenameAnonymousContainer (9.34s) [2021-06-17T13:12:03.641Z] === RUN TestRenameContainerWithSameName [2021-06-17T13:12:04.100Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-06-17T13:12:04.620Z] --- PASS: TestRenameContainerWithSameName (1.96s) [2021-06-17T13:12:04.620Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-17T13:12:04.620Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-17T13:12:04.620Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-06-17T13:12:04.620Z] === RUN TestResize [2021-06-17T13:12:05.484Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-06-17T13:12:06.166Z] --- PASS: TestResize (1.77s) [2021-06-17T13:12:06.167Z] === RUN TestResizeWithInvalidSize [2021-06-17T13:12:06.867Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-06-17T13:12:08.359Z] --- PASS: TestResizeWithInvalidSize (1.85s) [2021-06-17T13:12:08.359Z] === RUN TestResizeWhenContainerNotStarted [2021-06-17T13:12:10.552Z] --- PASS: TestResizeWhenContainerNotStarted (2.49s) [2021-06-17T13:12:10.552Z] === RUN TestDaemonRestartKillContainers [2021-06-17T13:12:10.552Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:12:10.552Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-06-17T13:12:10.552Z] === RUN TestStats [2021-06-17T13:12:10.552Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-17T13:12:10.552Z] --- SKIP: TestStats (0.00s) [2021-06-17T13:12:10.552Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-17T13:12:13.443Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-06-17T13:12:13.443Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-06-17T13:12:13.702Z] === RUN TestDockerSuite/TestRunModeHostname [2021-06-17T13:12:15.086Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-06-17T13:12:15.086Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-06-17T13:12:15.086Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-06-17T13:12:15.270Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.63s) [2021-06-17T13:12:15.270Z] === RUN TestStopContainerWithTimeout [2021-06-17T13:12:15.270Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-17T13:12:15.270Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-06-17T13:12:15.270Z] === RUN TestUpdateRestartPolicy [2021-06-17T13:12:16.487Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-06-17T13:12:17.881Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-06-17T13:12:19.263Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-06-17T13:12:19.263Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-06-17T13:12:19.263Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-06-17T13:12:19.833Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-06-17T13:12:20.774Z] === RUN TestDockerSuite/TestRunMount [2021-06-17T13:12:28.912Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-06-17T13:12:28.912Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-06-17T13:12:29.858Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-06-17T13:12:30.430Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-06-17T13:12:30.691Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-06-17T13:12:32.076Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-06-17T13:12:34.622Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-06-17T13:12:36.421Z] --- PASS: TestUpdateRestartPolicy (21.21s) [2021-06-17T13:12:36.421Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-17T13:12:37.919Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-06-17T13:12:38.618Z] --- PASS: TestUpdateRestartWithAutoRemove (1.94s) [2021-06-17T13:12:38.618Z] === RUN TestWaitNonBlocked [2021-06-17T13:12:38.618Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-17T13:12:38.618Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-17T13:12:38.618Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-17T13:12:38.618Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-17T13:12:38.618Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-17T13:12:38.618Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-17T13:12:39.859Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-06-17T13:12:41.548Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-06-17T13:12:41.548Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.04s) [2021-06-17T13:12:41.548Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.14s) [2021-06-17T13:12:41.548Z] === RUN TestWaitBlocked [2021-06-17T13:12:41.548Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:12:41.548Z] --- SKIP: TestWaitBlocked (0.00s) [2021-06-17T13:12:41.548Z] PASS [2021-06-17T13:12:41.548Z] ok github.com/docker/docker/integration/container 84.115s [2021-06-17T13:12:41.548Z] [2021-06-17T13:12:41.548Z] === Skipped [2021-06-17T13:12:41.548Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-06-17T13:12:41.548Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-17T13:12:41.548Z] [2021-06-17T13:12:41.548Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-06-17T13:12:41.548Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:12:41.548Z] [2021-06-17T13:12:41.548Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-06-17T13:12:41.548Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-17T13:12:41.548Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-06-17T13:12:41.549Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-06-17T13:12:41.549Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-17T13:12:41.549Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-17T13:12:41.549Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-06-17T13:12:41.549Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-06-17T13:12:41.549Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-06-17T13:12:41.549Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-06-17T13:12:41.549Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-06-17T13:12:41.549Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-06-17T13:12:41.549Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-06-17T13:12:41.549Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-06-17T13:12:41.549Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-06-17T13:12:41.549Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-06-17T13:12:41.549Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-17T13:12:41.549Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-17T13:12:41.549Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-06-17T13:12:41.549Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-17T13:12:41.549Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-06-17T13:12:41.549Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-06-17T13:12:41.549Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-06-17T13:12:41.549Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-06-17T13:12:41.549Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-06-17T13:12:41.549Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-06-17T13:12:41.549Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-06-17T13:12:41.549Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-06-17T13:12:41.549Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-06-17T13:12:41.549Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-06-17T13:12:41.549Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-06-17T13:12:41.549Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-06-17T13:12:41.549Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-06-17T13:12:41.549Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] [2021-06-17T13:12:41.549Z] DONE 88 tests, 33 skipped in 86.441s [2021-06-17T13:12:41.549Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-06-17T13:12:42.402Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-06-17T13:12:43.345Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-06-17T13:12:43.742Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T13:12:43.742Z] INFO: Testing against a local daemon [2021-06-17T13:12:43.742Z] === RUN TestCommitInheritsEnv [2021-06-17T13:12:43.742Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-17T13:12:43.742Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-06-17T13:12:43.742Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-17T13:12:43.742Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-17T13:12:43.742Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-06-17T13:12:43.742Z] === RUN TestImagesFilterMultiReference [2021-06-17T13:12:43.742Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-06-17T13:12:43.742Z] === RUN TestImagePullPlatformInvalid [2021-06-17T13:12:43.742Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-06-17T13:12:43.742Z] === RUN TestRemoveImageOrphaning [2021-06-17T13:12:44.206Z] --- PASS: TestRemoveImageOrphaning (0.93s) [2021-06-17T13:12:44.206Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-17T13:12:44.206Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-06-17T13:12:44.206Z] === RUN TestTagInvalidReference [2021-06-17T13:12:44.670Z] --- PASS: TestTagInvalidReference (0.02s) [2021-06-17T13:12:44.670Z] === RUN TestTagValidPrefixedRepo [2021-06-17T13:12:44.670Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-06-17T13:12:44.670Z] === RUN TestTagExistedNameWithoutForce [2021-06-17T13:12:44.670Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-06-17T13:12:44.670Z] === RUN TestTagOfficialNames [2021-06-17T13:12:44.670Z] --- PASS: TestTagOfficialNames (0.07s) [2021-06-17T13:12:44.670Z] === RUN TestTagMatchesDigest [2021-06-17T13:12:44.670Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-06-17T13:12:44.670Z] PASS [2021-06-17T13:12:44.670Z] ok github.com/docker/docker/integration/image 1.344s [2021-06-17T13:12:44.670Z] [2021-06-17T13:12:44.670Z] === Skipped [2021-06-17T13:12:44.670Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-06-17T13:12:44.670Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-17T13:12:44.670Z] [2021-06-17T13:12:44.670Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-06-17T13:12:44.670Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-17T13:12:44.670Z] [2021-06-17T13:12:44.670Z] [2021-06-17T13:12:44.670Z] DONE 11 tests, 2 skipped in 3.005s [2021-06-17T13:12:44.670Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-06-17T13:12:44.726Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-06-17T13:12:44.726Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-06-17T13:12:45.666Z] === RUN TestDockerSuite/TestRunNetHost [2021-06-17T13:12:46.604Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-06-17T13:12:46.867Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T13:12:46.867Z] INFO: Testing against a local daemon [2021-06-17T13:12:46.867Z] === RUN TestNetworkCreateDelete [2021-06-17T13:12:46.867Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:12:46.867Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-06-17T13:12:46.867Z] === RUN TestDockerNetworkDeletePreferID [2021-06-17T13:12:46.867Z] 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-06-17T13:12:46.867Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-06-17T13:12:46.867Z] === RUN TestDaemonDNSFallback [2021-06-17T13:12:46.867Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:12:46.867Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-06-17T13:12:46.867Z] === RUN TestInspectNetwork [2021-06-17T13:12:46.867Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-17T13:12:46.867Z] --- SKIP: TestInspectNetwork (0.00s) [2021-06-17T13:12:46.867Z] === RUN TestRunContainerWithBridgeNone [2021-06-17T13:12:46.867Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:12:46.867Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-06-17T13:12:46.867Z] === RUN TestNetworkInvalidJSON [2021-06-17T13:12:46.867Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-17T13:12:46.867Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-17T13:12:46.867Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-17T13:12:46.867Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-17T13:12:46.867Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-17T13:12:46.867Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-17T13:12:46.867Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-17T13:12:46.867Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-17T13:12:46.867Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-17T13:12:46.867Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2021-06-17T13:12:46.867Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-17T13:12:46.867Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-06-17T13:12:46.867Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-06-17T13:12:46.867Z] === RUN TestNetworkList [2021-06-17T13:12:46.867Z] === RUN TestNetworkList//networks [2021-06-17T13:12:46.867Z] === PAUSE TestNetworkList//networks [2021-06-17T13:12:46.867Z] === RUN TestNetworkList//networks/ [2021-06-17T13:12:46.867Z] === PAUSE TestNetworkList//networks/ [2021-06-17T13:12:46.867Z] === CONT TestNetworkList//networks [2021-06-17T13:12:46.867Z] === CONT TestNetworkList//networks/ [2021-06-17T13:12:46.867Z] --- PASS: TestNetworkList (0.03s) [2021-06-17T13:12:46.867Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-17T13:12:46.867Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-17T13:12:46.867Z] === RUN TestHostIPv4BridgeLabel [2021-06-17T13:12:46.867Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-06-17T13:12:46.867Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-17T13:12:46.867Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-06-17T13:12:46.867Z] === RUN TestDaemonDefaultNetworkPools [2021-06-17T13:12:46.867Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-06-17T13:12:46.867Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-17T13:12:46.867Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-17T13:12:46.867Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-17T13:12:46.867Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-17T13:12:46.867Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-17T13:12:46.867Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-17T13:12:46.867Z] === RUN TestServiceWithPredefinedNetwork [2021-06-17T13:12:46.867Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-06-17T13:12:46.867Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-17T13:12:46.867Z] service_test.go:242: FLAKY_TEST [2021-06-17T13:12:46.867Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-17T13:12:46.867Z] === RUN TestServiceWithDataPathPortInit [2021-06-17T13:12:46.867Z] service_test.go:333: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-06-17T13:12:46.867Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-17T13:12:46.867Z] service_test.go:401: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-17T13:12:46.867Z] PASS [2021-06-17T13:12:46.867Z] ok github.com/docker/docker/integration/network 0.157s [2021-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] === Skipped [2021-06-17T13:12:46.867Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-06-17T13:12:46.867Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-06-17T13:12:46.867Z] 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-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-06-17T13:12:46.867Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-06-17T13:12:46.867Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-06-17T13:12:46.867Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-06-17T13:12:46.867Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-06-17T13:12:46.867Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-06-17T13:12:46.867Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-17T13:12:46.867Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-17T13:12:46.867Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-17T13:12:46.867Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-06-17T13:12:46.867Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-17T13:12:46.867Z] service_test.go:242: FLAKY_TEST [2021-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-06-17T13:12:46.867Z] service_test.go:333: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-17T13:12:46.867Z] service_test.go:401: testEnv.OSType == "windows" [2021-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] [2021-06-17T13:12:46.867Z] DONE 22 tests, 15 skipped in 2.005s [2021-06-17T13:12:46.867Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-06-17T13:12:47.175Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-06-17T13:12:47.329Z] testing: warning: no tests to run [2021-06-17T13:12:47.329Z] PASS [2021-06-17T13:12:47.329Z] ok github.com/docker/docker/integration/network/ipvlan 0.069s [2021-06-17T13:12:47.329Z] [2021-06-17T13:12:47.329Z] DONE 0 tests in 0.626s [2021-06-17T13:12:47.329Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-06-17T13:12:47.746Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-06-17T13:12:48.304Z] testing: warning: no tests to run [2021-06-17T13:12:48.304Z] PASS [2021-06-17T13:12:48.304Z] ok github.com/docker/docker/integration/network/macvlan 0.074s [2021-06-17T13:12:48.304Z] [2021-06-17T13:12:48.304Z] DONE 0 tests in 0.599s [2021-06-17T13:12:48.304Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-06-17T13:12:48.767Z] testing: warning: no tests to run [2021-06-17T13:12:48.767Z] PASS [2021-06-17T13:12:48.767Z] ok github.com/docker/docker/integration/plugin 0.065s [2021-06-17T13:12:48.767Z] [2021-06-17T13:12:48.767Z] DONE 0 tests in 0.592s [2021-06-17T13:12:48.767Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-06-17T13:12:49.129Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-06-17T13:12:49.129Z] docker_cli_swarm_test.go:1802: [d4504149d6a2f] joining swarm manager [d77817130a011]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:12:49.743Z] testing: warning: no tests to run [2021-06-17T13:12:49.743Z] PASS [2021-06-17T13:12:49.743Z] ok github.com/docker/docker/integration/plugin/authz 0.065s [2021-06-17T13:12:49.743Z] [2021-06-17T13:12:49.743Z] DONE 0 tests in 0.607s [2021-06-17T13:12:49.743Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-06-17T13:12:50.512Z] docker_cli_swarm_test.go:1803: [d57299924ce8b] joining swarm manager [d77817130a011]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:12:51.455Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-06-17T13:12:53.367Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-06-17T13:12:57.574Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-06-17T13:12:57.852Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-06-17T13:12:57.852Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-06-17T13:12:58.354Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T13:12:58.354Z] INFO: Testing against a local daemon [2021-06-17T13:12:58.354Z] === RUN TestPluginInvalidJSON [2021-06-17T13:12:58.354Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-17T13:12:58.354Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-17T13:12:58.354Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-17T13:12:58.354Z] --- PASS: TestPluginInvalidJSON (0.04s) [2021-06-17T13:12:58.354Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-17T13:12:58.354Z] === RUN TestPluginInstall [2021-06-17T13:12:58.354Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-17T13:12:58.354Z] --- SKIP: TestPluginInstall (0.00s) [2021-06-17T13:12:58.354Z] === RUN TestPluginsWithRuntimes [2021-06-17T13:12:58.354Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-17T13:12:58.354Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-06-17T13:12:58.354Z] === RUN TestPluginBackCompatMediaTypes [2021-06-17T13:12:58.354Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-17T13:12:58.354Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-06-17T13:12:58.354Z] PASS [2021-06-17T13:12:58.354Z] ok github.com/docker/docker/integration/plugin/common 0.111s [2021-06-17T13:12:58.792Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-06-17T13:12:58.793Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-06-17T13:12:58.817Z] [2021-06-17T13:12:58.817Z] === Skipped [2021-06-17T13:12:58.817Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-06-17T13:12:58.817Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-17T13:12:58.817Z] [2021-06-17T13:12:58.817Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-06-17T13:12:58.817Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-17T13:12:58.817Z] [2021-06-17T13:12:58.817Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-06-17T13:12:58.817Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-17T13:12:58.817Z] [2021-06-17T13:12:58.817Z] [2021-06-17T13:12:58.817Z] DONE 5 tests, 3 skipped in 9.252s [2021-06-17T13:12:58.817Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-06-17T13:12:59.362Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-06-17T13:12:59.934Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-06-17T13:12:59.934Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-06-17T13:13:00.504Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-06-17T13:13:01.751Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T13:13:01.751Z] INFO: Testing against a local daemon [2021-06-17T13:13:01.751Z] === RUN TestExternalGraphDriver [2021-06-17T13:13:01.751Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-17T13:13:01.751Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-06-17T13:13:01.751Z] === RUN TestGraphdriverPluginV2 [2021-06-17T13:13:01.751Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-17T13:13:01.751Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-06-17T13:13:01.751Z] PASS [2021-06-17T13:13:01.751Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.105s [2021-06-17T13:13:01.751Z] [2021-06-17T13:13:01.751Z] === Skipped [2021-06-17T13:13:01.751Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-06-17T13:13:01.751Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-17T13:13:01.752Z] [2021-06-17T13:13:01.752Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-06-17T13:13:01.752Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-17T13:13:01.752Z] [2021-06-17T13:13:01.752Z] [2021-06-17T13:13:01.752Z] DONE 2 tests, 2 skipped in 2.703s [2021-06-17T13:13:01.752Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-06-17T13:13:02.414Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-06-17T13:13:03.310Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T13:13:03.310Z] INFO: Testing against a local daemon [2021-06-17T13:13:03.310Z] === RUN TestReadPluginNoRead [2021-06-17T13:13:03.310Z] read_test.go:21: no unix domain sockets on Windows [2021-06-17T13:13:03.310Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-06-17T13:13:03.310Z] PASS [2021-06-17T13:13:03.310Z] ok github.com/docker/docker/integration/plugin/logging 0.112s [2021-06-17T13:13:03.310Z] [2021-06-17T13:13:03.310Z] === Skipped [2021-06-17T13:13:03.310Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-06-17T13:13:03.310Z] read_test.go:21: no unix domain sockets on Windows [2021-06-17T13:13:03.310Z] [2021-06-17T13:13:03.310Z] [2021-06-17T13:13:03.310Z] DONE 1 tests, 1 skipped in 1.900s [2021-06-17T13:13:03.773Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-06-17T13:13:04.751Z] testing: warning: no tests to run [2021-06-17T13:13:04.751Z] PASS [2021-06-17T13:13:04.751Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.076s [2021-06-17T13:13:04.751Z] [2021-06-17T13:13:04.751Z] DONE 0 tests in 0.927s [2021-06-17T13:13:04.751Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-06-17T13:13:06.298Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T13:13:06.298Z] INFO: Testing against a local daemon [2021-06-17T13:13:06.298Z] === RUN TestPluginWithDevMounts [2021-06-17T13:13:06.298Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:06.298Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-06-17T13:13:06.298Z] PASS [2021-06-17T13:13:06.298Z] ok github.com/docker/docker/integration/plugin/volumes 0.128s [2021-06-17T13:13:06.298Z] [2021-06-17T13:13:06.298Z] === Skipped [2021-06-17T13:13:06.298Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-06-17T13:13:06.298Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:06.298Z] [2021-06-17T13:13:06.298Z] [2021-06-17T13:13:06.298Z] DONE 1 tests, 1 skipped in 1.920s [2021-06-17T13:13:06.613Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-06-17T13:13:06.613Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-06-17T13:13:06.613Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-06-17T13:13:06.761Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-06-17T13:13:07.184Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-06-17T13:13:07.755Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-06-17T13:13:08.309Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T13:13:08.309Z] INFO: Testing against a local daemon [2021-06-17T13:13:08.309Z] === RUN TestSecretInspect [2021-06-17T13:13:08.309Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:08.309Z] --- SKIP: TestSecretInspect (0.00s) [2021-06-17T13:13:08.309Z] === RUN TestSecretList [2021-06-17T13:13:08.309Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:08.309Z] --- SKIP: TestSecretList (0.00s) [2021-06-17T13:13:08.309Z] === RUN TestSecretsCreateAndDelete [2021-06-17T13:13:08.309Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:08.309Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-06-17T13:13:08.309Z] === RUN TestSecretsUpdate [2021-06-17T13:13:08.309Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:08.309Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-06-17T13:13:08.309Z] === RUN TestTemplatedSecret [2021-06-17T13:13:08.309Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:08.309Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-06-17T13:13:08.309Z] === RUN TestSecretCreateResolve [2021-06-17T13:13:08.309Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:13:08.309Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-06-17T13:13:08.309Z] PASS [2021-06-17T13:13:08.309Z] ok github.com/docker/docker/integration/secret 0.103s [2021-06-17T13:13:08.309Z] [2021-06-17T13:13:08.309Z] === Skipped [2021-06-17T13:13:08.309Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-06-17T13:13:08.309Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:08.309Z] [2021-06-17T13:13:08.309Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-06-17T13:13:08.309Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:08.309Z] [2021-06-17T13:13:08.309Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-06-17T13:13:08.309Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:08.309Z] [2021-06-17T13:13:08.309Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-06-17T13:13:08.309Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:08.309Z] [2021-06-17T13:13:08.309Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-06-17T13:13:08.309Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:08.309Z] [2021-06-17T13:13:08.309Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-06-17T13:13:08.309Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:13:08.309Z] [2021-06-17T13:13:08.309Z] [2021-06-17T13:13:08.309Z] DONE 6 tests, 6 skipped in 1.654s [2021-06-17T13:13:08.309Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-06-17T13:13:09.207Z] === RUN TestDockerSuite/TestRunPortInUse [2021-06-17T13:13:10.148Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-06-17T13:13:10.148Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-06-17T13:13:10.503Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T13:13:10.503Z] INFO: Testing against a local daemon [2021-06-17T13:13:10.503Z] === RUN TestServiceCreateInit [2021-06-17T13:13:10.503Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-17T13:13:10.503Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-17T13:13:10.503Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- PASS: TestServiceCreateInit (0.03s) [2021-06-17T13:13:10.503Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-17T13:13:10.503Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestCreateServiceMultipleTimes [2021-06-17T13:13:10.503Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestCreateServiceConflict [2021-06-17T13:13:10.503Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestCreateServiceMaxReplicas [2021-06-17T13:13:10.503Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-06-17T13:13:10.503Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-17T13:13:10.503Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestCreateServiceSecretFileMode [2021-06-17T13:13:10.503Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestCreateServiceConfigFileMode [2021-06-17T13:13:10.503Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestCreateServiceSysctls [2021-06-17T13:13:10.503Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-06-17T13:13:10.503Z] === RUN TestCreateServiceCapabilities [2021-06-17T13:13:10.503Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-06-17T13:13:10.503Z] === RUN TestInspect [2021-06-17T13:13:10.503Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestInspect (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestCreateJob [2021-06-17T13:13:10.503Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestCreateJob (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestReplicatedJob [2021-06-17T13:13:10.503Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestReplicatedJob (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestUpdateReplicatedJob [2021-06-17T13:13:10.503Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestServiceListWithStatuses [2021-06-17T13:13:10.503Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestDockerNetworkConnectAlias [2021-06-17T13:13:10.503Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestDockerNetworkReConnect [2021-06-17T13:13:10.503Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestServicePlugin [2021-06-17T13:13:10.503Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestServicePlugin (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestServiceUpdateLabel [2021-06-17T13:13:10.503Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:13:10.503Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestServiceUpdateSecrets [2021-06-17T13:13:10.503Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:13:10.503Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestServiceUpdateConfigs [2021-06-17T13:13:10.503Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:13:10.503Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestServiceUpdateNetwork [2021-06-17T13:13:10.503Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:13:10.503Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-06-17T13:13:10.503Z] === RUN TestServiceUpdatePidsLimit [2021-06-17T13:13:10.503Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:13:10.503Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-06-17T13:13:10.503Z] PASS [2021-06-17T13:13:10.503Z] ok github.com/docker/docker/integration/service 0.217s [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === Skipped [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-17T13:13:10.503Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-17T13:13:10.503Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-06-17T13:13:10.503Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-06-17T13:13:10.503Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-06-17T13:13:10.503Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-17T13:13:10.503Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-06-17T13:13:10.503Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-06-17T13:13:10.503Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-06-17T13:13:10.503Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-06-17T13:13:10.503Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-06-17T13:13:10.503Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-06-17T13:13:10.503Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-06-17T13:13:10.503Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-06-17T13:13:10.503Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-06-17T13:13:10.503Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-06-17T13:13:10.503Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-06-17T13:13:10.503Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-06-17T13:13:10.503Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-06-17T13:13:10.503Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-06-17T13:13:10.503Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-06-17T13:13:10.503Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-06-17T13:13:10.503Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-06-17T13:13:10.503Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] [2021-06-17T13:13:10.503Z] DONE 24 tests, 23 skipped in 2.260s [2021-06-17T13:13:10.503Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-06-17T13:13:10.719Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2021-06-17T13:13:10.719Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-06-17T13:13:11.288Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-06-17T13:13:11.549Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-06-17T13:13:12.051Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T13:13:12.051Z] INFO: Testing against a local daemon [2021-06-17T13:13:12.051Z] === RUN TestSessionCreate [2021-06-17T13:13:12.051Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-17T13:13:12.051Z] --- SKIP: TestSessionCreate (0.00s) [2021-06-17T13:13:12.051Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-17T13:13:12.051Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-17T13:13:12.051Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-06-17T13:13:12.051Z] PASS [2021-06-17T13:13:12.051Z] ok github.com/docker/docker/integration/session 0.094s [2021-06-17T13:13:12.051Z] [2021-06-17T13:13:12.051Z] === Skipped [2021-06-17T13:13:12.051Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-06-17T13:13:12.051Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-17T13:13:12.051Z] [2021-06-17T13:13:12.051Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-06-17T13:13:12.051Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-17T13:13:12.051Z] [2021-06-17T13:13:12.051Z] [2021-06-17T13:13:12.051Z] DONE 2 tests, 2 skipped in 1.623s [2021-06-17T13:13:12.051Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-06-17T13:13:12.495Z] docker_cli_swarm_test.go:1321: [d65fcb4f36303] joining swarm manager [d9fd93c76fe79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:13:12.496Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-06-17T13:13:13.066Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-17T13:13:13.066Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-06-17T13:13:13.066Z] === RUN TestDockerSuite/TestRunPublishPort [2021-06-17T13:13:13.599Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T13:13:13.599Z] INFO: Testing against a local daemon [2021-06-17T13:13:13.599Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-17T13:13:13.599Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:13.599Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-17T13:13:13.599Z] === RUN TestEventsExecDie [2021-06-17T13:13:13.599Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-17T13:13:13.599Z] --- SKIP: TestEventsExecDie (0.00s) [2021-06-17T13:13:13.599Z] === RUN TestEventsBackwardsCompatible [2021-06-17T13:13:13.599Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-17T13:13:13.599Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-06-17T13:13:13.599Z] === RUN TestEventsVolumeCreate [2021-06-17T13:13:13.599Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-06-17T13:13:13.599Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-06-17T13:13:13.599Z] === RUN TestInfoAPI [2021-06-17T13:13:13.599Z] --- PASS: TestInfoAPI (0.04s) [2021-06-17T13:13:13.599Z] === RUN TestInfoAPIWarnings [2021-06-17T13:13:13.599Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-17T13:13:13.599Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-06-17T13:13:13.599Z] === RUN TestInfoDebug [2021-06-17T13:13:13.599Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-17T13:13:13.599Z] --- SKIP: TestInfoDebug (0.00s) [2021-06-17T13:13:13.599Z] === RUN TestInfoInsecureRegistries [2021-06-17T13:13:13.599Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-17T13:13:13.599Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-06-17T13:13:13.599Z] === RUN TestInfoRegistryMirrors [2021-06-17T13:13:13.599Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-17T13:13:13.599Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-06-17T13:13:13.599Z] === RUN TestLoginFailsWithBadCredentials [2021-06-17T13:13:14.009Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-06-17T13:13:14.009Z] docker_cli_swarm_test.go:1322: [d5d602314a30a] joining swarm manager [d9fd93c76fe79]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:13:14.268Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-06-17T13:13:14.268Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-06-17T13:13:14.268Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-06-17T13:13:14.575Z] --- PASS: TestLoginFailsWithBadCredentials (0.98s) [2021-06-17T13:13:14.575Z] === RUN TestPingCacheHeaders [2021-06-17T13:13:14.575Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-06-17T13:13:14.575Z] === RUN TestPingGet [2021-06-17T13:13:15.037Z] --- PASS: TestPingGet (0.03s) [2021-06-17T13:13:15.037Z] === RUN TestPingHead [2021-06-17T13:13:15.037Z] --- PASS: TestPingHead (0.03s) [2021-06-17T13:13:15.037Z] === RUN TestVersion [2021-06-17T13:13:15.037Z] --- PASS: TestVersion (0.02s) [2021-06-17T13:13:15.037Z] PASS [2021-06-17T13:13:15.037Z] ok github.com/docker/docker/integration/system 1.192s [2021-06-17T13:13:15.037Z] [2021-06-17T13:13:15.037Z] === Skipped [2021-06-17T13:13:15.037Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-17T13:13:15.037Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-17T13:13:15.037Z] [2021-06-17T13:13:15.037Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-06-17T13:13:15.037Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-17T13:13:15.037Z] [2021-06-17T13:13:15.037Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-06-17T13:13:15.037Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-17T13:13:15.037Z] [2021-06-17T13:13:15.037Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-06-17T13:13:15.037Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-06-17T13:13:15.037Z] [2021-06-17T13:13:15.037Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-06-17T13:13:15.037Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-17T13:13:15.037Z] [2021-06-17T13:13:15.037Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-06-17T13:13:15.037Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-17T13:13:15.037Z] [2021-06-17T13:13:15.037Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-06-17T13:13:15.037Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-17T13:13:15.037Z] [2021-06-17T13:13:15.037Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-06-17T13:13:15.037Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-17T13:13:15.037Z] [2021-06-17T13:13:15.037Z] [2021-06-17T13:13:15.037Z] DONE 14 tests, 8 skipped in 2.747s [2021-06-17T13:13:15.037Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-06-17T13:13:15.208Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-06-17T13:13:16.588Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T13:13:16.588Z] INFO: Testing against a local daemon [2021-06-17T13:13:16.588Z] === RUN TestVolumesCreateAndList [2021-06-17T13:13:16.588Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-06-17T13:13:16.588Z] === RUN TestVolumesRemove [2021-06-17T13:13:16.590Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-06-17T13:13:16.590Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-06-17T13:13:16.590Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-06-17T13:13:17.051Z] --- PASS: TestVolumesRemove (0.14s) [2021-06-17T13:13:17.051Z] === RUN TestVolumesInspect [2021-06-17T13:13:17.051Z] --- PASS: TestVolumesInspect (0.04s) [2021-06-17T13:13:17.051Z] === RUN TestVolumesInvalidJSON [2021-06-17T13:13:17.051Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-17T13:13:17.051Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-17T13:13:17.051Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-17T13:13:17.051Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-06-17T13:13:17.051Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-17T13:13:17.051Z] PASS [2021-06-17T13:13:17.051Z] ok github.com/docker/docker/integration/volume 0.295s [2021-06-17T13:13:17.051Z] [2021-06-17T13:13:17.051Z] DONE 5 tests in 1.947s [2021-06-17T13:13:17.051Z] INFO: make.ps1 ended at 06/17/2021 13:13:16 [2021-06-17T13:13:17.051Z] INFO: Integration CLI tests being run from the host: [2021-06-17T13:13:17.051Z] 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-06-17T13:13:19.885Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-06-17T13:13:20.825Z] === RUN TestDockerSuite/TestRunRm [2021-06-17T13:13:21.394Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-06-17T13:13:25.596Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-06-17T13:13:25.596Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-06-17T13:13:25.666Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-17T13:13:25.666Z] INFO: Testing against a local daemon [2021-06-17T13:13:25.666Z] === RUN TestDockerSuite [2021-06-17T13:13:25.666Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-06-17T13:13:25.666Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-06-17T13:13:25.666Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-17T13:13:25.666Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-06-17T13:13:25.666Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-06-17T13:13:25.666Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-06-17T13:13:25.666Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-06-17T13:13:25.666Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-17T13:13:25.666Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-06-17T13:13:25.666Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-06-17T13:13:25.666Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-06-17T13:13:26.129Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-06-17T13:13:26.537Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-06-17T13:13:26.592Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-06-17T13:13:27.055Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-06-17T13:13:27.919Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-06-17T13:13:28.179Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-06-17T13:13:32.390Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-06-17T13:13:35.690Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-06-17T13:13:35.950Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-06-17T13:13:36.520Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-06-17T13:13:37.091Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-06-17T13:13:37.661Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-06-17T13:13:37.922Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-06-17T13:13:38.494Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-06-17T13:13:39.065Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-06-17T13:13:39.636Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-06-17T13:13:40.206Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-06-17T13:13:43.501Z] === RUN TestDockerSuite/TestRunState [2021-06-17T13:13:44.441Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-06-17T13:13:45.014Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-06-17T13:13:45.585Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-06-17T13:13:45.845Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-06-17T13:13:45.845Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-06-17T13:13:45.845Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-06-17T13:13:46.415Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-06-17T13:13:46.995Z] === RUN TestDockerSuite/TestRunSysctls [2021-06-17T13:13:48.379Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-06-17T13:13:48.379Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-06-17T13:13:48.379Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-06-17T13:13:48.950Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-06-17T13:13:51.492Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-06-17T13:13:51.753Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-06-17T13:13:53.134Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-06-17T13:13:56.432Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-06-17T13:13:59.729Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-06-17T13:14:00.299Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-06-17T13:14:00.873Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-06-17T13:14:01.444Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-06-17T13:14:03.355Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-06-17T13:14:04.299Z] === RUN TestDockerSuite/TestRunUserByID [2021-06-17T13:14:04.870Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-06-17T13:14:05.130Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-06-17T13:14:05.130Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-06-17T13:14:06.086Z] === RUN TestDockerSuite/TestRunUserByName [2021-06-17T13:14:06.661Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-06-17T13:14:07.231Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-06-17T13:14:07.231Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-06-17T13:14:07.231Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-06-17T13:14:07.231Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-06-17T13:14:08.171Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-06-17T13:14:12.372Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-06-17T13:14:12.372Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-06-17T13:14:13.312Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-06-17T13:14:15.222Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-06-17T13:14:16.604Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-06-17T13:14:18.516Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-06-17T13:14:21.057Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-06-17T13:14:21.318Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-06-17T13:14:21.318Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-06-17T13:14:21.318Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-06-17T13:14:21.318Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-06-17T13:14:21.318Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-06-17T13:14:21.318Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-06-17T13:14:21.318Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-06-17T13:14:21.578Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-06-17T13:14:21.578Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-06-17T13:14:21.578Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-06-17T13:14:24.873Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-06-17T13:14:25.819Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-06-17T13:14:27.204Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-06-17T13:14:27.564Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-06-17T13:14:27.564Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-06-17T13:14:27.564Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-06-17T13:14:27.564Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-17T13:14:27.564Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-06-17T13:14:27.564Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-17T13:14:27.564Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-06-17T13:14:27.564Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-17T13:14:27.564Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-06-17T13:14:27.564Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-17T13:14:27.564Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-06-17T13:14:27.564Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-17T13:14:27.564Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-06-17T13:14:27.564Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-17T13:14:27.564Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-06-17T13:14:27.564Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-17T13:14:27.564Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-06-17T13:14:27.564Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-06-17T13:14:27.564Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-17T13:14:27.564Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-06-17T13:14:27.774Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-06-17T13:14:28.345Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-06-17T13:14:28.345Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-06-17T13:14:28.916Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-06-17T13:14:28.916Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-06-17T13:14:29.177Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-06-17T13:14:29.177Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-06-17T13:14:29.177Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-06-17T13:14:29.177Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-06-17T13:14:29.177Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-06-17T13:14:29.177Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-06-17T13:14:29.177Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-06-17T13:14:29.177Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-06-17T13:14:29.177Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-06-17T13:14:29.177Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-06-17T13:14:29.177Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-06-17T13:14:29.177Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-06-17T13:14:29.177Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-06-17T13:14:29.747Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-06-17T13:14:29.758Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-06-17T13:14:29.758Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-17T13:14:29.758Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-06-17T13:14:29.758Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-17T13:14:29.758Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-06-17T13:14:30.688Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-06-17T13:14:30.688Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-06-17T13:14:31.629Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-06-17T13:14:31.629Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-06-17T13:14:32.201Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-06-17T13:14:32.461Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-06-17T13:14:32.461Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-06-17T13:14:33.403Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-06-17T13:14:33.548Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-06-17T13:14:34.345Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-06-17T13:14:34.345Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-06-17T13:14:34.345Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-06-17T13:14:35.102Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-06-17T13:14:35.102Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-17T13:14:35.102Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-06-17T13:14:35.102Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-17T13:14:35.102Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-06-17T13:14:35.102Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-17T13:14:35.102Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-06-17T13:14:35.102Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-17T13:14:35.102Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-06-17T13:14:35.286Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-06-17T13:14:36.668Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-06-17T13:14:36.928Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-06-17T13:14:37.867Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-06-17T13:14:37.867Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-06-17T13:14:37.867Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-06-17T13:14:38.437Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-06-17T13:14:38.437Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-06-17T13:14:38.894Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-06-17T13:14:38.894Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-17T13:14:38.894Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-06-17T13:14:38.894Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-17T13:14:38.894Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-06-17T13:14:40.347Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-06-17T13:14:40.940Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-06-17T13:14:44.354Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-06-17T13:14:44.614Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-06-17T13:14:44.614Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-06-17T13:14:44.614Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-06-17T13:14:44.614Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-06-17T13:14:45.552Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-06-17T13:14:46.933Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-06-17T13:14:48.316Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-06-17T13:14:48.316Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-06-17T13:14:49.254Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-06-17T13:14:50.224Z] === RUN TestDockerSuite/TestSaveImageId [2021-06-17T13:14:50.484Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-06-17T13:14:51.053Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-06-17T13:14:52.968Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents431389412 [2021-06-17T13:14:53.228Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-06-17T13:14:53.228Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-06-17T13:14:53.228Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-06-17T13:14:55.139Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-06-17T13:14:55.139Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-06-17T13:14:55.139Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-06-17T13:14:56.078Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-06-17T13:14:57.018Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-06-17T13:14:58.412Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-06-17T13:14:58.982Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-06-17T13:14:58.982Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-06-17T13:14:58.982Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-06-17T13:14:58.982Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-06-17T13:14:59.551Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-06-17T13:15:01.461Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-06-17T13:15:02.031Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-06-17T13:15:07.309Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-06-17T13:15:07.879Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-06-17T13:15:10.426Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-06-17T13:15:10.995Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-06-17T13:15:12.378Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-06-17T13:15:12.378Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-06-17T13:15:12.378Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-06-17T13:15:12.638Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-06-17T13:15:15.933Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-06-17T13:15:18.478Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-06-17T13:15:18.478Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-06-17T13:15:19.047Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-06-17T13:15:19.307Z] === RUN TestDockerSuite/TestStartRecordError [2021-06-17T13:15:19.876Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-06-17T13:15:21.257Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-06-17T13:15:22.639Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-06-17T13:15:23.210Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-06-17T13:15:25.122Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-06-17T13:15:28.415Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-06-17T13:15:32.612Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-06-17T13:15:35.902Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-06-17T13:15:41.207Z] === RUN TestDockerSuite/TestStatsNoStream [2021-06-17T13:15:43.113Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-06-17T13:15:45.020Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-06-17T13:15:45.592Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-06-17T13:15:46.163Z] === RUN TestDockerSuite/TestTopPrivileged [2021-06-17T13:15:46.732Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-06-17T13:15:46.732Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-06-17T13:15:46.732Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-06-17T13:15:47.669Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-06-17T13:15:50.970Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-06-17T13:15:54.262Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-06-17T13:15:55.201Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-06-17T13:15:55.769Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-06-17T13:15:55.769Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-06-17T13:15:55.769Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-06-17T13:15:55.769Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-06-17T13:15:55.769Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-06-17T13:15:57.151Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-06-17T13:15:58.098Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-06-17T13:15:59.058Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-06-17T13:16:00.439Z] === RUN TestDockerSuite/TestUpdateStats [2021-06-17T13:16:01.426Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-06-17T13:16:01.426Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-17T13:16:01.426Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-06-17T13:16:04.634Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-06-17T13:16:05.575Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-06-17T13:16:05.575Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-06-17T13:16:05.575Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-06-17T13:16:07.269Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-06-17T13:16:07.269Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-06-17T13:16:07.485Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-06-17T13:16:08.425Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-06-17T13:16:13.712Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-06-17T13:16:15.886Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-06-17T13:16:16.861Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-06-17T13:16:16.861Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-17T13:16:16.861Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-06-17T13:16:16.861Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-17T13:16:16.861Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-06-17T13:16:16.861Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-17T13:16:16.861Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-06-17T13:16:16.861Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-06-17T13:16:17.011Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-06-17T13:16:17.011Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-06-17T13:16:17.838Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-06-17T13:16:18.923Z] docker_cli_swarm_test.go:1186: [d5222872767e7] joining swarm manager [dd7580d39ad75]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:16:21.492Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-06-17T13:16:21.599Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-06-17T13:16:22.575Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-06-17T13:16:22.575Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-17T13:16:22.575Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-06-17T13:16:22.576Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-17T13:16:22.576Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-06-17T13:16:22.576Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-06-17T13:16:24.037Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-06-17T13:16:25.422Z] docker_cli_swarm_test.go:1195: [d935e8ac14c59] joining swarm manager [dd7580d39ad75]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:16:25.500Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-06-17T13:16:27.966Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-06-17T13:16:33.248Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-06-17T13:16:34.630Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-06-17T13:16:36.542Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-06-17T13:16:37.922Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-06-17T13:16:37.925Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-06-17T13:16:39.308Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-06-17T13:16:41.239Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-06-17T13:16:42.641Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-06-17T13:16:43.105Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-06-17T13:16:43.105Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-17T13:16:43.105Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-06-17T13:16:43.148Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-06-17T13:16:45.060Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-06-17T13:16:46.866Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-06-17T13:16:47.601Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-06-17T13:16:48.418Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-06-17T13:16:48.983Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-06-17T13:16:53.142Z] === RUN TestDockerSuite/TestBuildAddScript [2021-06-17T13:16:53.142Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-17T13:16:53.142Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-06-17T13:16:53.142Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-17T13:16:53.142Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-06-17T13:16:53.142Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-17T13:16:53.142Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-06-17T13:16:53.142Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-17T13:16:53.142Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-06-17T13:16:53.605Z] === RUN TestDockerSuite/TestBuildAddTar [2021-06-17T13:17:07.083Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-06-17T13:17:07.083Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-06-17T13:17:07.083Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-06-17T13:17:07.083Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-06-17T13:17:07.083Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-06-17T13:17:07.083Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-06-17T13:17:07.083Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-06-17T13:17:07.083Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-06-17T13:17:07.083Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-06-17T13:17:07.083Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-06-17T13:17:07.083Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-06-17T13:17:07.083Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-06-17T13:17:07.083Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-06-17T13:17:07.083Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-06-17T13:17:07.083Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-06-17T13:17:09.626Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-06-17T13:17:09.626Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-06-17T13:17:09.626Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-06-17T13:17:09.626Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-06-17T13:17:09.886Z] === RUN TestDockerSuite/TestVolumeEvents [2021-06-17T13:17:16.496Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-06-17T13:17:16.496Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-06-17T13:17:17.879Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-06-17T13:17:18.140Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-06-17T13:17:18.140Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-06-17T13:17:21.438Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-06-17T13:17:21.438Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-06-17T13:17:23.352Z] docker_cli_swarm_test.go:1118: [db916695659cf] joining swarm manager [d19d86900bbe4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:17:25.261Z] docker_cli_swarm_test.go:1119: [db75dafb849da] joining swarm manager [d19d86900bbe4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:17:25.524Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-06-17T13:17:25.524Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite (1738.62s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.05s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (4.23s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.14s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.56s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.80s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.19s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.71s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.40s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.15s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.38s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.19s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.78s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.92s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.70s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.64s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.37s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.01s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.96s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.21s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.41s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.27s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAttachDetach (1.43s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.29s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.25s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.14s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.20s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.77s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.74s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.69s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.59s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.74s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.78s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (24.33s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.48s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.32s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.13s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.46s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.04s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (1.98s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.55s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.33s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (5.14s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.17s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.88s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.64s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.77s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.89s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.75s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.91s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.07s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (0.99s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.67s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (10.88s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (6.96s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (4.42s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.61s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.04s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.32s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.65s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.62s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (9.87s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.57s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (3.33s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (3.58s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (2.20s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.63s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.31s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.51s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.56s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.57s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (15.86s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.35s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.79s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.50s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.77s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.40s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.62s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.56s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.62s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.80s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.89s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.82s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.19s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.59s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.41s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (8.02s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.30s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.77s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.30s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCmd (0.28s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.30s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.22s) [2021-06-17T13:17:25.524Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.90s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.44s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.02s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.32s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.43s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.26s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.70s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.36s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (13.94s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.60s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.30s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.52s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.15s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.89s) [2021-06-17T13:17:25.524Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-06-17T13:17:25.524Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-06-17T13:17:25.524Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-06-17T13:17:25.524Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.85s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.33s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.19s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.43s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.96s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (7.87s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.83s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.74s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.56s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.65s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.73s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.63s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.57s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerignore (14.13s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.79s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.25s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (16.09s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.23s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.23s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.98s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.85s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (7.92s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.25s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.93s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (21.91s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.21s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (5.01s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.28s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.28s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.64s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.10s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.25s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.26s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.46s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.67s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.83s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEnv (2.11s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.88s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.64s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.20s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (24.68s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.48s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.14s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.70s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.44s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.45s) [2021-06-17T13:17:25.524Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.41s) [2021-06-17T13:17:25.524Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.29s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (13.13s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildExpose (0.20s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.65s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.45s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.24s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildFails (0.70s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.70s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.68s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.73s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.65s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.33s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.42s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.59s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.49s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.18s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.83s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.22s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.29s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildHistory (3.12s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.40s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.84s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.47s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.44s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.01s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildLabel (0.32s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.32s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.37s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.18s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildLabels (0.36s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.11s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.90s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.83s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.90s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.16s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.17s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.18s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.51s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.55s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.35s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.41s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.29s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.53s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (9.14s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.09s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.39s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.69s) [2021-06-17T13:17:25.525Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.33s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.40s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.23s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.32s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.48s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.80s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.01s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.96s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.63s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.61s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.42s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.36s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.53s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.38s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.61s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.52s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.20s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.21s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.09s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.15s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.24s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.31s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildPATH (1.95s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.87s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.93s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.19s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.16s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (4.18s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildRm (2.46s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.94s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.77s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.28s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.34s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.93s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.91s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.99s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.56s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.14s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.35s) [2021-06-17T13:17:25.525Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.76s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.68s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.23s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildStderr (1.21s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (5.59s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.19s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.03s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.42s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.10s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.22s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildUser (1.92s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.48s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (18.26s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.02s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.25s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.05s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.04s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.37s) [2021-06-17T13:17:25.525Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.03s) [2021-06-17T13:17:25.525Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-06-17T13:17:25.525Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2021-06-17T13:17:25.525Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.77s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.91s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.55s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.23s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.12s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.04s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.75s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.94s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.29s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.51s) [2021-06-17T13:17:25.525Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.63s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.27s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-06-17T13:17:25.525Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.70s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.23s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestCommitChange (1.06s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.17s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.84s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestCommitNewFile (2.28s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.64s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestCommitTTY (2.75s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.47s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (2.49s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.99s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.13s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.41s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.87s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.65s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.70s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.67s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.68s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.64s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.66s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (1.00s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.09s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.03s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.93s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.21s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.90s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.77s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.91s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.03s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.90s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.78s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.70s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.69s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.45s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.40s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.03s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.66s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.44s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.87s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.81s) [2021-06-17T13:17:25.525Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.97s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.24s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.43s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (6.21s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.84s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.39s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.98s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (24.98s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.82s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.80s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.59s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.80s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000b80030_} (1.82s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1233530668_/foo_false____} (1.61s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1233530668_/foo_true____} (1.58s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3007966363_/foo_false____} (1.83s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3007966363_/foo_true____} (1.60s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3007966363_/foo_true__0xc000b80060__} (1.74s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000b80078_} (1.69s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000b80090_} (1.65s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000b800a8_} (1.72s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000b800c0_} (1.72s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (2.17s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.29s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (4.08s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.87s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.22s) [2021-06-17T13:17:25.525Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.43s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.14s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.71s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.02s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.79s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.74s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.78s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpFromCaseC (1.17s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.84s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.80s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.83s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.76s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.80s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.71s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.79s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.96s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.83s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.73s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.71s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.73s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.85s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.73s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.79s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.59s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.74s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.40s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.40s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.74s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.78s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.19s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.00s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.78s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.59s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.79s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToDot (0.72s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.32s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.58s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToStdout (0.71s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.06s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.18s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.74s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.98s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.40s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.99s) [2021-06-17T13:17:25.526Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.08s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.02s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.42s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.14s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateRM (0.15s) [2021-06-17T13:17:25.526Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.15s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.19s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.56s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.05s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.86s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.12s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.67s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.24s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.68s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.81s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.58s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.83s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.95s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.13s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.88s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.00s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.96s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.19s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.26s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.27s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.23s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (2.29s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (1.09s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsAttach (0.79s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsCommit (0.96s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.68s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.65s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.70s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.68s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.37s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.87s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.17s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsCopy (0.98s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.35s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.64s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.24s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.32s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.89s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.15s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.34s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.20s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsFilters (1.49s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsFormat (1.58s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.87s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.45s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.19s) [2021-06-17T13:17:25.526Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-06-17T13:17:25.526Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.41s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.65s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsRename (0.70s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsResize (0.72s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.55s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.98s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.64s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.89s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsTop (0.75s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsUntag (2.56s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.40s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExec (1.68s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (1.06s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.05s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.85s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.43s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.09s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.64s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.56s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.24s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.39s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.41s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.80s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecCgroup (2.31s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecEnv (0.97s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.62s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.92s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecInspectID (3.00s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecInteractive (1.09s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.43s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.18s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecParseError (1.23s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.80s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (1.16s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.73s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.95s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecStartFails (0.93s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.46s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.76s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecTTY (0.96s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.96s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.69s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecUlimits (0.95s) [2021-06-17T13:17:25.526Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.86s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.07s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.56s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.97s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestExecWithUser (1.32s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.85s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.96s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.86s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.86s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.67s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestHealth (21.60s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.03s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.03s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.41s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.04s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.05s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.18s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.40s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.33s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.30s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.55s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.66s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.75s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.76s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.56s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImportDisplay (2.20s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImportFile (1.65s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.46s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImportGzipped (1.56s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.58s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.75s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.69s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.74s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.69s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.68s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.67s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.77s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.90s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.80s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.04s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.42s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectAmpersand (1.24s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.19s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.08s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.17s) [2021-06-17T13:17:25.526Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.46s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (1.04s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectDefault (0.63s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectHistory (0.78s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-06-17T13:17:25.526Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.67s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.67s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.65s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.67s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.39s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.74s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectStatus (0.84s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.50s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.77s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.71s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.70s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.83s) [2021-06-17T13:17:25.526Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.15s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.84s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.59s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.37s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.34s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.47s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.92s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.53s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.18s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (3.38s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.83s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (1.20s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (11.75s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.07s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.03s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.69s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.15s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.04s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.21s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.14s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.84s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.65s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.73s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.69s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.05s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.99s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.99s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.13s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.98s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.95s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.00s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.69s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsSince (6.71s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.66s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.65s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsTail (0.72s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.66s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.67s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.24s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.64s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestNetHostname (2.26s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.82s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestNetworkEvents (6.43s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.89s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.69s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPluginActive (1.72s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.32s) [2021-06-17T13:17:25.527Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.83s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPluginLogDriver (4.12s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.57s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.99s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.87s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.73s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (2.47s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.82s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPortList (11.05s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.71s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.84s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.87s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.92s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.93s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.62s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (3.10s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.30s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsByOrder (2.71s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.84s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.92s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.11s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.43s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.77s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.36s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.40s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.43s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.98s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.63s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.34s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.30s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.13s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.76s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.05s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.14s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.69s) [2021-06-17T13:17:25.527Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.16s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.09s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.64s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.53s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.65s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (1.05s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (9.62s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.89s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.54s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.09s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.32s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.94s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.68s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.18s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (2.07s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRmiBlank (0.03s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.10s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.02s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.17s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.22s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.73s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.04s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.82s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.33s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.72s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.16s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (1.08s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.12s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.25s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.28s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAddHost (0.65s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.42s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.68s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.69s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.38s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.65s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.77s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.79s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.86s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.32s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.91s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.94s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.10s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.95s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.90s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.00s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.34s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.63s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.78s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.77s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.61s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.89s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (1.14s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.73s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.66s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.66s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.79s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.76s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.69s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.96s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.82s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.97s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.75s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (1.10s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.75s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.05s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.64s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.35s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.34s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.16s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.66s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.65s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.67s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.69s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.64s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.46s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.52s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.67s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.94s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.43s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.14s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.15s) [2021-06-17T13:17:25.527Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-06-17T13:17:25.527Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.68s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.40s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.80s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.29s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.68s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.37s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.63s) [2021-06-17T13:17:25.527Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.62s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.37s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.66s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.65s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.66s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.64s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.65s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.72s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.83s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.73s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunExitCode (0.74s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.87s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.74s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.68s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.88s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.67s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.27s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.44s) [2021-06-17T13:17:25.527Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.03s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.98s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.65s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.65s) [2021-06-17T13:17:25.527Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.62s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.76s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.51s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.45s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.37s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.68s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.51s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.54s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.10s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.29s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.39s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.36s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.47s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunMount (8.23s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.78s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.94s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.52s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.30s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.25s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.98s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.31s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.38s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.40s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.90s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNetHost (1.39s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.77s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (1.15s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.26s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.92s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.06s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.56s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.64s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.64s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.60s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.65s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.73s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.69s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.68s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.47s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.04s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.45s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.53s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.45s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.93s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.49s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.77s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.46s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.74s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.31s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.94s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.34s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunRm (0.68s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.65s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.70s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.68s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.28s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.67s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.45s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.61s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.70s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.42s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.64s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.42s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.42s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.40s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.66s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.67s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.64s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.65s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunState (1.38s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.64s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.73s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.17s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.64s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.43s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunSysctls (1.30s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.66s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.05s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.67s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.58s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.24s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.11s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.66s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.64s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.63s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.75s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.05s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunUserByID (0.68s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.12s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.66s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunUserByName (0.64s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.64s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.65s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.73s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.65s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.92s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.02s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.34s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.00s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.18s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.64s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.15s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (3.36s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.68s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.30s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.72s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.69s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.67s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.68s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.65s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.99s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.23s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.83s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.77s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.87s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.05s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.04s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.96s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.75s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.80s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.60s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.88s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.61s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.82s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.84s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.04s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.98s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.36s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.25s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.07s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.97s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSaveImageId (0.10s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.56s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.29s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.08s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.74s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.66s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.62s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.38s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.53s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.41s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.37s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.68s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.99s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.66s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.87s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.90s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.90s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestStartRecordError (1.80s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.96s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.96s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.89s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.56s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.92s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.68s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.65s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.70s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.69s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.49s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.89s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.49s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.24s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.65s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.66s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.29s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.04s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.99s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.60s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUpdateStats (3.74s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.30s) [2021-06-17T13:17:25.528Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.78s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.96s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.58s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (4.15s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (4.06s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.45s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.37s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (4.72s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.98s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.93s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.28s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.29s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.03s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.98s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.98s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.99s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.94s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.04s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.68s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.71s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.81s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-06-17T13:17:25.528Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-06-17T13:17:25.529Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.58s) [2021-06-17T13:17:25.529Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.18s) [2021-06-17T13:17:25.529Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.19s) [2021-06-17T13:17:25.529Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-06-17T13:17:25.529Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.06s) [2021-06-17T13:17:25.529Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.78s) [2021-06-17T13:17:25.529Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.37s) [2021-06-17T13:17:25.529Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.09s) [2021-06-17T13:17:25.529Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.07s) [2021-06-17T13:17:25.529Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.14s) [2021-06-17T13:17:25.529Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (4.15s) [2021-06-17T13:17:25.529Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-06-17T13:17:25.529Z] === RUN TestDockerRegistrySuite [2021-06-17T13:17:25.529Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-06-17T13:17:26.913Z] check_test.go:196: [ddaad6c90bfa1] daemon is not started [2021-06-17T13:17:26.913Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-06-17T13:17:27.854Z] check_test.go:196: [ded895780ae50] daemon is not started [2021-06-17T13:17:27.854Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-06-17T13:17:29.392Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-06-17T13:17:29.392Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-17T13:17:29.392Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-06-17T13:17:29.392Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-17T13:17:29.392Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-06-17T13:17:29.763Z] check_test.go:196: [d23f34c7fcbcf] daemon is not started [2021-06-17T13:17:29.763Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-06-17T13:17:29.763Z] check_test.go:196: [d85e4ac9dd315] daemon is not started [2021-06-17T13:17:29.763Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-06-17T13:17:33.074Z] check_test.go:196: [de29aa002052e] daemon is not started [2021-06-17T13:17:33.074Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-06-17T13:17:38.355Z] check_test.go:196: [d072ef7e88f1b] daemon is not started [2021-06-17T13:17:38.355Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-06-17T13:17:41.650Z] check_test.go:196: [de05b671b8948] daemon is not started [2021-06-17T13:17:41.650Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-06-17T13:17:43.033Z] check_test.go:196: [d370cfdf70da0] daemon is not started [2021-06-17T13:17:43.033Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-06-17T13:17:43.974Z] check_test.go:196: [d5742586c26ec] daemon is not started [2021-06-17T13:17:43.974Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-06-17T13:17:44.255Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-06-17T13:17:44.255Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-17T13:17:44.718Z] === RUN TestDockerSuite/TestBuildBlankName [2021-06-17T13:17:45.181Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-06-17T13:17:45.357Z] check_test.go:196: [df35e1feb5bac] daemon is not started [2021-06-17T13:17:45.357Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-06-17T13:17:46.298Z] check_test.go:196: [d321e2e2c66e7] daemon is not started [2021-06-17T13:17:46.558Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-06-17T13:17:47.940Z] check_test.go:196: [d3f095067727a] daemon is not started [2021-06-17T13:17:47.940Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-06-17T13:17:48.882Z] check_test.go:196: [d5e1128a1faf4] daemon is not started [2021-06-17T13:17:48.882Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-06-17T13:17:49.823Z] check_test.go:196: [d060b99fdbe54] daemon is not started [2021-06-17T13:17:49.823Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-06-17T13:17:51.206Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:5b8092d09b239e35dfd91b1a72d9c8b5788e87c4395f729e886fa51ec0bcafc2 [2021-06-17T13:17:51.776Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:61740a6e60cc29e7f069444d81af22e334132a049a0a674c13baec1606f37121 [2021-06-17T13:17:52.040Z] check_test.go:196: [dbc6fb7ab62b4] daemon is not started [2021-06-17T13:17:52.040Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-06-17T13:17:53.426Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:4afb37d6ae890ea8fef8564eeee156ae8e3fc8cc580358d57aea2d1dd46a653a [2021-06-17T13:17:53.997Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:4693f7b57edc95f7ec6615f006c49bf01f3d1d4ba2de8dccc370c5077859731a [2021-06-17T13:17:54.256Z] check_test.go:196: [d2bea9f380d44] daemon is not started [2021-06-17T13:17:54.256Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-06-17T13:17:55.639Z] check_test.go:196: [dbe87e2a5ccf5] daemon is not started [2021-06-17T13:17:55.639Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-06-17T13:17:57.610Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-06-17T13:17:57.610Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-17T13:17:57.610Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-06-17T13:17:58.182Z] check_test.go:196: [d984f064c98e6] daemon is not started [2021-06-17T13:17:58.443Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-06-17T13:17:59.383Z] check_test.go:196: [d6f0221f6e22e] daemon is not started [2021-06-17T13:17:59.383Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-06-17T13:17:59.645Z] check_test.go:196: [d897abe2bc145] daemon is not started [2021-06-17T13:17:59.645Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-06-17T13:18:01.029Z] check_test.go:196: [d94d59e68f7f2] daemon is not started [2021-06-17T13:18:01.029Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-06-17T13:18:01.969Z] check_test.go:196: [d80cfc17a731d] daemon is not started [2021-06-17T13:18:01.969Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-06-17T13:18:02.909Z] check_test.go:196: [dedd78ae97776] daemon is not started [2021-06-17T13:18:02.909Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-06-17T13:18:06.208Z] check_test.go:196: [dd11544a23931] daemon is not started [2021-06-17T13:18:06.208Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-06-17T13:18:06.224Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-06-17T13:18:06.469Z] check_test.go:196: [da4d763e368dc] daemon is not started [2021-06-17T13:18:06.469Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-06-17T13:18:07.852Z] check_test.go:196: [d84b546d16f18] daemon is not started [2021-06-17T13:18:07.852Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-06-17T13:18:07.852Z] check_test.go:196: [d4ddd758f5038] daemon is not started [2021-06-17T13:18:07.852Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-06-17T13:18:08.113Z] check_test.go:196: [db1255c339624] daemon is not started [2021-06-17T13:18:08.113Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-06-17T13:18:08.373Z] check_test.go:196: [d2b7d1cb4854a] daemon is not started [2021-06-17T13:18:08.373Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-06-17T13:18:08.633Z] check_test.go:196: [dc8a309684443] daemon is not started [2021-06-17T13:18:08.633Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-06-17T13:18:08.893Z] check_test.go:196: [dbb9ebbe86450] daemon is not started [2021-06-17T13:18:08.893Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-06-17T13:18:09.159Z] check_test.go:196: [d6cc8cb92df91] daemon is not started [2021-06-17T13:18:09.159Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-06-17T13:18:10.542Z] check_test.go:196: [d6a92b4b64f51] daemon is not started [2021-06-17T13:18:10.542Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-06-17T13:18:12.453Z] check_test.go:196: [d032b0a2877e5] daemon is not started [2021-06-17T13:18:12.453Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-06-17T13:18:13.394Z] check_test.go:196: [dcfb7abd33b6d] daemon is not started [2021-06-17T13:18:13.394Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-06-17T13:18:14.337Z] check_test.go:196: [d144cdf89ffe2] daemon is not started [2021-06-17T13:18:14.337Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-06-17T13:18:14.841Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-06-17T13:18:15.277Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-06-17T13:18:16.218Z] --- PASS: TestDockerRegistrySuite (50.62s) [2021-06-17T13:18:16.218Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.38s) [2021-06-17T13:18:16.218Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.19s) [2021-06-17T13:18:16.218Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.43s) [2021-06-17T13:18:16.218Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2021-06-17T13:18:16.218Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.32s) [2021-06-17T13:18:16.218Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.44s) [2021-06-17T13:18:16.218Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.26s) [2021-06-17T13:18:16.218Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.21s) [2021-06-17T13:18:16.218Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.15s) [2021-06-17T13:18:16.218Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.22s) [2021-06-17T13:18:16.218Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.27s) [2021-06-17T13:18:16.218Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.24s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.12s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.12s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.18s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.23s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.31s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.68s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.18s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.19s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.10s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.05s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.98s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.40s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.20s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.38s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.20s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.89s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.08s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.15s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.91s) [2021-06-17T13:18:16.219Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2021-06-17T13:18:16.219Z] === RUN TestDockerSchema1RegistrySuite [2021-06-17T13:18:16.219Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-06-17T13:18:16.219Z] check_test.go:223: [df03e5a653bde] daemon is not started [2021-06-17T13:18:16.219Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-06-17T13:18:19.517Z] check_test.go:223: [db3d66695f0b5] daemon is not started [2021-06-17T13:18:19.517Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-06-17T13:18:26.095Z] check_test.go:223: [d826fdfce3838] daemon is not started [2021-06-17T13:18:26.095Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-06-17T13:18:28.640Z] check_test.go:223: [d205fc531b44a] daemon is not started [2021-06-17T13:18:28.640Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-06-17T13:18:29.581Z] check_test.go:223: [da9ecb4bb2732] daemon is not started [2021-06-17T13:18:29.581Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-06-17T13:18:30.989Z] check_test.go:223: [de52749f14350] daemon is not started [2021-06-17T13:18:30.989Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-06-17T13:18:30.989Z] check_test.go:223: [d02c06dc711e3] daemon is not started [2021-06-17T13:18:30.989Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-06-17T13:18:32.372Z] check_test.go:223: [d1f802f252a62] daemon is not started [2021-06-17T13:18:32.372Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-06-17T13:18:32.600Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-06-17T13:18:32.600Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-17T13:18:32.600Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-06-17T13:18:33.312Z] check_test.go:223: [d9e796942b541] daemon is not started [2021-06-17T13:18:33.312Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-06-17T13:18:34.251Z] check_test.go:223: [dfd65aca9a0e9] daemon is not started [2021-06-17T13:18:34.251Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-06-17T13:18:36.360Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-06-17T13:18:36.361Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-17T13:18:36.361Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-06-17T13:18:36.361Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-17T13:18:36.361Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-06-17T13:18:37.547Z] check_test.go:223: [d7a7357f13112] daemon is not started [2021-06-17T13:18:37.547Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-06-17T13:18:38.117Z] check_test.go:223: [dd8cf11776e3d] daemon is not started [2021-06-17T13:18:38.117Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-06-17T13:18:38.377Z] check_test.go:223: [d95c775300c8a] daemon is not started [2021-06-17T13:18:38.377Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-06-17T13:18:38.638Z] check_test.go:223: [d78965a8335f6] daemon is not started [2021-06-17T13:18:38.638Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-06-17T13:18:38.899Z] check_test.go:223: [d4195ea878236] daemon is not started [2021-06-17T13:18:38.899Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-06-17T13:18:39.159Z] check_test.go:223: [da39eecee5511] daemon is not started [2021-06-17T13:18:39.159Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-06-17T13:18:39.419Z] check_test.go:223: [d1f377545f317] daemon is not started [2021-06-17T13:18:39.419Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-06-17T13:18:39.680Z] check_test.go:223: [d60fee6c112f9] daemon is not started [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite (23.56s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.26s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.31s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.37s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.46s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.18s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.17s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.19s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.09s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.14s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.27s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.39s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.13s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.24s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.38s) [2021-06-17T13:18:39.680Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-06-17T13:18:39.680Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-06-17T13:18:39.680Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-06-17T13:18:40.251Z] check_test.go:252: [dd3636bf46b20] daemon is not started [2021-06-17T13:18:40.251Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-06-17T13:18:40.822Z] check_test.go:252: [dc47075f58b09] daemon is not started [2021-06-17T13:18:40.822Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-06-17T13:18:40.822Z] check_test.go:252: [da72d3f6b45b3] daemon is not started [2021-06-17T13:18:40.822Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-06-17T13:18:42.204Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-06-17T13:18:42.204Z] check_test.go:252: [d80bdc134702e] daemon is not started [2021-06-17T13:18:42.204Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-06-17T13:18:42.775Z] check_test.go:252: [d9f0416bde66b] daemon is not started [2021-06-17T13:18:42.775Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-06-17T13:18:43.346Z] check_test.go:252: [d81d7a9234a1f] daemon is not started [2021-06-17T13:18:43.346Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-06-17T13:18:43.346Z] check_test.go:252: [d58aebb01d6ed] daemon is not started [2021-06-17T13:18:43.346Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.77s) [2021-06-17T13:18:43.346Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.72s) [2021-06-17T13:18:43.346Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.48s) [2021-06-17T13:18:43.346Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2021-06-17T13:18:43.346Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.08s) [2021-06-17T13:18:43.346Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2021-06-17T13:18:43.346Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.43s) [2021-06-17T13:18:43.346Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.53s) [2021-06-17T13:18:43.346Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2021-06-17T13:18:43.346Z] === RUN TestDockerRegistryAuthTokenSuite [2021-06-17T13:18:43.346Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-06-17T13:18:43.476Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-06-17T13:18:43.476Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-17T13:18:43.476Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-06-17T13:18:43.476Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-06-17T13:18:43.476Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-17T13:18:43.476Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-06-17T13:18:43.476Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-17T13:18:43.476Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-06-17T13:18:48.627Z] check_test.go:279: [d7babdf4c4054] daemon is not started [2021-06-17T13:18:48.627Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-06-17T13:18:48.627Z] check_test.go:279: [d0637ffc1e6bd] daemon is not started [2021-06-17T13:18:48.627Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-06-17T13:18:48.887Z] check_test.go:279: [d3397648c3cfa] daemon is not started [2021-06-17T13:18:48.887Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-06-17T13:18:48.887Z] check_test.go:279: [df8773bb38f96] daemon is not started [2021-06-17T13:18:48.887Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-06-17T13:18:49.147Z] check_test.go:279: [d4f5b06634995] daemon is not started [2021-06-17T13:18:49.147Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2021-06-17T13:18:49.147Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2021-06-17T13:18:49.147Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-06-17T13:18:49.147Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-06-17T13:18:49.147Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2021-06-17T13:18:49.147Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2021-06-17T13:18:49.147Z] === RUN TestDockerNetworkSuite [2021-06-17T13:18:49.147Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-06-17T13:18:51.059Z] docker_cli_network_unix_test.go:46: [d681a9d4650fb] daemon is not started [2021-06-17T13:18:51.320Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-06-17T13:18:51.891Z] docker_cli_network_unix_test.go:46: [d7f111cf289e9] daemon is not started [2021-06-17T13:18:52.153Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-06-17T13:18:57.435Z] docker_cli_network_unix_test.go:46: [d81f42e43b571] daemon is not started [2021-06-17T13:18:58.005Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-06-17T13:18:59.388Z] docker_cli_network_unix_test.go:46: [d3f365698261c] daemon is not started [2021-06-17T13:18:59.648Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-06-17T13:18:59.908Z] docker_cli_network_unix_test.go:1233: [d9872533c6d77] daemon is not started [2021-06-17T13:19:03.204Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-06-17T13:19:03.204Z] docker_cli_swarm_test.go:1172: [d104bbb60055f] joining swarm manager [d19d86900bbe4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-17T13:19:04.144Z] docker_cli_network_unix_test.go:46: [de500afe8d6f8] daemon is not started [2021-06-17T13:19:04.404Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-06-17T13:19:08.691Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-06-17T13:19:12.550Z] docker_cli_network_unix_test.go:46: [d9b95af8b582d] daemon is not started [2021-06-17T13:19:12.550Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-06-17T13:19:14.518Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-06-17T13:19:14.518Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-17T13:19:14.982Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-06-17T13:19:14.982Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-17T13:19:15.093Z] docker_cli_network_unix_test.go:46: [ddec595f71db5] daemon is not started [2021-06-17T13:19:15.093Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-06-17T13:19:15.444Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-06-17T13:19:16.474Z] docker_cli_network_unix_test.go:46: [dc7ac33787952] daemon is not started [2021-06-17T13:19:16.474Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-06-17T13:19:16.994Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-06-17T13:19:16.994Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-17T13:19:16.994Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-06-17T13:19:17.046Z] docker_cli_network_unix_test.go:46: [d0e46383e6267] daemon is not started [2021-06-17T13:19:17.046Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-06-17T13:19:17.615Z] docker_cli_network_unix_test.go:46: [d5c9759a78a6a] daemon is not started [2021-06-17T13:19:17.615Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-06-17T13:19:18.556Z] docker_cli_network_unix_test.go:46: [d07adefc96376] daemon is not started [2021-06-17T13:19:18.816Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-06-17T13:19:19.386Z] docker_cli_network_unix_test.go:46: [d86c3b2dbd242] daemon is not started [2021-06-17T13:19:19.958Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-06-17T13:19:19.958Z] docker_cli_network_unix_test.go:46: [d1697d565c896] daemon is not started [2021-06-17T13:19:19.958Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-06-17T13:19:20.218Z] docker_cli_network_unix_test.go:46: [d4a90439e254f] daemon is not started [2021-06-17T13:19:20.218Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-06-17T13:19:21.159Z] docker_cli_network_unix_test.go:46: [d36969935f984] daemon is not started [2021-06-17T13:19:21.159Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-06-17T13:19:21.419Z] docker_cli_network_unix_test.go:46: [d0e78dbe3f0cf] daemon is not started [2021-06-17T13:19:21.419Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-06-17T13:19:21.419Z] docker_cli_network_unix_test.go:46: [dde63a1e87f8a] daemon is not started [2021-06-17T13:19:21.419Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-06-17T13:19:21.678Z] docker_cli_network_unix_test.go:46: [debff4e385b9a] daemon is not started [2021-06-17T13:19:21.678Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-06-17T13:19:22.620Z] docker_cli_network_unix_test.go:46: [db7e876c74ed4] daemon is not started [2021-06-17T13:19:22.620Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-06-17T13:19:23.191Z] docker_cli_network_unix_test.go:46: [d0d1e481a7b5e] daemon is not started [2021-06-17T13:19:23.762Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-06-17T13:19:23.762Z] docker_cli_network_unix_test.go:46: [d24207683f239] daemon is not started [2021-06-17T13:19:23.762Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-06-17T13:19:24.333Z] docker_cli_network_unix_test.go:46: [d2b0602a35556] daemon is not started [2021-06-17T13:19:24.334Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-06-17T13:19:24.334Z] docker_cli_network_unix_test.go:46: [db4405aaf38c0] daemon is not started [2021-06-17T13:19:24.334Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-06-17T13:19:25.721Z] docker_cli_network_unix_test.go:968: [d3c0777603c32] daemon is not started [2021-06-17T13:19:25.732Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-06-17T13:19:26.707Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-06-17T13:19:26.707Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-17T13:19:26.707Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-06-17T13:19:26.707Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-17T13:19:26.707Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-06-17T13:19:27.104Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-06-17T13:19:28.255Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-06-17T13:19:28.485Z] docker_cli_network_unix_test.go:46: [d50b215b193ad] daemon is not started [2021-06-17T13:19:28.745Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-06-17T13:19:29.233Z] === RUN TestDockerSuite/TestBuildCmd [2021-06-17T13:19:29.697Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-06-17T13:19:30.673Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-06-17T13:19:31.136Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-06-17T13:19:34.025Z] docker_cli_network_unix_test.go:1116: [d6503839ba70e] daemon is not started [2021-06-17T13:19:35.852Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-06-17T13:19:38.045Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-06-17T13:19:38.045Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-17T13:19:38.045Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-06-17T13:19:38.231Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-06-17T13:19:38.231Z] docker_cli_network_unix_test.go:46: [d9c273888d4f8] daemon is not started [2021-06-17T13:19:38.231Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-06-17T13:19:38.490Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-06-17T13:19:39.061Z] docker_cli_network_unix_test.go:46: [d9ec5ea4e1469] daemon is not started [2021-06-17T13:19:39.061Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-06-17T13:19:39.321Z] docker_cli_network_unix_test.go:46: [d51a3a15e8f1f] daemon is not started [2021-06-17T13:19:39.321Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-06-17T13:19:39.321Z] docker_cli_network_unix_test.go:46: [dfd09b8e83e8b] daemon is not started [2021-06-17T13:19:39.321Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-06-17T13:19:39.580Z] docker_cli_network_unix_test.go:46: [dda612f4a84f6] daemon is not started [2021-06-17T13:19:39.580Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-06-17T13:19:39.594Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-06-17T13:19:39.594Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-17T13:19:39.594Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-06-17T13:19:39.841Z] docker_cli_network_unix_test.go:46: [dff4e2b6458d4] daemon is not started [2021-06-17T13:19:39.841Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-06-17T13:19:39.841Z] docker_cli_network_unix_test.go:46: [dd5872c9f84d5] daemon is not started [2021-06-17T13:19:39.841Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-06-17T13:19:40.056Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-06-17T13:19:40.781Z] docker_cli_swarm_test.go:1453: [d44775e154f71] joining swarm manager [d48a69912d364]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:19:41.606Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-06-17T13:19:41.723Z] docker_cli_swarm_test.go:1454: [de78ac0d02f27] joining swarm manager [d48a69912d364]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-17T13:19:42.582Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-06-17T13:19:42.664Z] docker_cli_network_unix_test.go:46: [d401ec0079b18] daemon is not started [2021-06-17T13:19:43.045Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-06-17T13:19:43.045Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-17T13:19:43.045Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-06-17T13:19:43.606Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-06-17T13:19:43.606Z] docker_cli_network_unix_test.go:46: [d94dce293c714] daemon is not started [2021-06-17T13:19:43.606Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-06-17T13:19:43.606Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-06-17T13:19:43.606Z] docker_cli_network_unix_test.go:46: [d9a892b882292] daemon is not started [2021-06-17T13:19:43.606Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-06-17T13:19:44.021Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-06-17T13:19:44.193Z] docker_cli_network_unix_test.go:46: [dda94eb83661b] daemon is not started [2021-06-17T13:19:44.453Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-06-17T13:19:44.998Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-06-17T13:19:44.998Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-17T13:19:44.998Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-06-17T13:19:44.998Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-17T13:19:44.998Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-06-17T13:19:48.653Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-06-17T13:19:50.034Z] docker_cli_network_unix_test.go:1084: [dabeb9c5e7500] daemon is not started [2021-06-17T13:19:50.828Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-06-17T13:19:51.944Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-06-17T13:19:51.944Z] docker_cli_network_unix_test.go:46: [d5ea5ccce6a19] daemon is not started [2021-06-17T13:19:51.944Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-06-17T13:19:52.204Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-06-17T13:19:52.464Z] docker_cli_network_unix_test.go:46: [dc6b0ebbb88e7] daemon is not started [2021-06-17T13:19:52.725Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-06-17T13:19:53.666Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-06-17T13:19:53.927Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-06-17T13:19:54.188Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-06-17T13:19:54.188Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-06-17T13:19:54.757Z] docker_cli_network_unix_test.go:46: [d8ccaf5de88e9] daemon is not started [2021-06-17T13:19:55.018Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-06-17T13:19:55.278Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-06-17T13:19:55.278Z] docker_cli_network_unix_test.go:46: [dfb39e0cdc94b] daemon is not started [2021-06-17T13:19:55.278Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-06-17T13:19:55.850Z] docker_cli_network_unix_test.go:46: [d92cf398d788f] daemon is not started [2021-06-17T13:19:56.111Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-06-17T13:19:56.682Z] docker_cli_network_unix_test.go:46: [d3fa3220fe2d4] daemon is not started [2021-06-17T13:19:56.682Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-06-17T13:19:57.625Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-06-17T13:19:57.885Z] docker_cli_network_unix_test.go:46: [d7830fa2b22f4] daemon is not started [2021-06-17T13:19:58.146Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-06-17T13:20:02.374Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-06-17T13:20:04.286Z] docker_cli_network_unix_test.go:46: [d32fa4f4eaa94] daemon is not started [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite (75.25s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.22s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.90s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.59s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.89s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.91s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.85s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (7.86s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.77s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.30s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.71s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.59s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.04s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.11s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.87s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.06s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.89s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.21s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.48s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.77s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.56s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (9.38s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.95s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.18s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.17s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.82s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2021-06-17T13:20:04.286Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.94s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.76s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.36s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.08s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.34s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.06s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.98s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.59s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.47s) [2021-06-17T13:20:04.286Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.10s) [2021-06-17T13:20:04.286Z] === RUN TestDockerHubPullSuite [2021-06-17T13:20:04.286Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-06-17T13:20:04.547Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-06-17T13:20:05.929Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-06-17T13:20:06.500Z] docker_cli_swarm_unix_test.go:62: [da458d71ddef6] joining swarm manager [de1f66632c6ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:20:07.883Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-06-17T13:20:08.454Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-06-17T13:20:09.395Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-06-17T13:20:09.656Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-06-17T13:20:09.656Z] --- PASS: TestDockerHubPullSuite (5.40s) [2021-06-17T13:20:09.656Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.32s) [2021-06-17T13:20:09.656Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.23s) [2021-06-17T13:20:09.656Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.42s) [2021-06-17T13:20:09.656Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.13s) [2021-06-17T13:20:09.656Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.24s) [2021-06-17T13:20:09.656Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-06-17T13:20:09.656Z] PASS [2021-06-17T13:20:09.656Z] [2021-06-17T13:20:09.656Z] === Skipped [2021-06-17T13:20:09.656Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-06-17T13:20:09.656Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.656Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-06-17T13:20:09.656Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-06-17T13:20:09.657Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-06-17T13:20:09.657Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-06-17T13:20:09.657Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-06-17T13:20:09.657Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-06-17T13:20:09.657Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-06-17T13:20:09.657Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.03s) [2021-06-17T13:20:09.657Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.03s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-06-17T13:20:09.657Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.02s) [2021-06-17T13:20:09.657Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-06-17T13:20:09.657Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-06-17T13:20:09.657Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-17T13:20:09.657Z] docker_cli_sni_test.go:18: Flakey test [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-06-17T13:20:09.657Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-17T13:20:09.657Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-17T13:20:09.657Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2021-06-17T13:20:09.657Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2021-06-17T13:20:09.657Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-06-17T13:20:09.657Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-06-17T13:20:09.657Z] docker_cli_network_unix_test.go:46: [d9a892b882292] daemon is not started [2021-06-17T13:20:09.657Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] [2021-06-17T13:20:09.657Z] DONE 1269 tests, 51 skipped in 1955.533s [2021-06-17T13:20:09.918Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-17T13:20:09.918Z] ++++ cat bundles/test-integration/docker.pid [2021-06-17T13:20:09.918Z] +++ kill 8266 [2021-06-17T13:20:10.858Z] +++ /etc/init.d/apparmor stop [2021-06-17T13:20:10.858Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-17T13:20:10.858Z] [2021-06-17T13:20:10.858Z] Unloading profiles will leave already running processes permanently [2021-06-17T13:20:10.858Z] unconfined, which can lead to unexpected situations. [2021-06-17T13:20:10.858Z] [2021-06-17T13:20:10.858Z] To set a process to complain mode, use the command line tool [2021-06-17T13:20:10.858Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-17T13:20:10.858Z] +++ true [2021-06-17T13:20:10.858Z] exiting test-integration [2021-06-17T13:20:10.858Z] ++ exit 0 [2021-06-17T13:20:10.858Z] [2021-06-17T13:20:11.121Z] + for job in $(jobs -p) [2021-06-17T13:20:11.121Z] + wait 3802 [2021-06-17T13:20:33.425Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-06-17T13:20:33.425Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-06-17T13:20:33.425Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-06-17T13:20:42.035Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-06-17T13:20:42.035Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-17T13:20:42.035Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-06-17T13:20:42.035Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-17T13:20:42.035Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-06-17T13:20:42.035Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-17T13:20:42.035Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-06-17T13:20:47.842Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-06-17T13:20:47.842Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-17T13:20:47.842Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-06-17T13:20:57.822Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-06-17T13:20:59.734Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-06-17T13:21:03.933Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-06-17T13:21:05.842Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-06-17T13:21:09.136Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-06-17T13:21:11.675Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-06-17T13:21:13.011Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-06-17T13:21:13.011Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-06-17T13:21:13.011Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-17T13:21:13.011Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-06-17T13:21:13.586Z] docker_api_swarm_test.go:961: [d94b7522b81ad] joining swarm manager [d015d6fa30dd9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-17T13:21:31.690Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-06-17T13:21:34.137Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-06-17T13:21:34.137Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-06-17T13:21:34.137Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-06-17T13:21:37.883Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-06-17T13:21:40.797Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-06-17T13:21:43.711Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-06-17T13:21:43.908Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-06-17T13:21:44.848Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-06-17T13:21:47.388Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-06-17T13:21:50.684Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-06-17T13:21:57.259Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-06-17T13:22:02.554Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-06-17T13:22:05.846Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-06-17T13:22:08.384Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-06-17T13:22:10.921Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-06-17T13:22:13.460Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-06-17T13:22:16.752Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-06-17T13:22:18.660Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-06-17T13:22:34.420Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-06-17T13:22:38.166Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-06-17T13:22:38.166Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-17T13:22:38.166Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-06-17T13:23:14.915Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-06-17T13:23:29.798Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-06-17T13:23:38.660Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-06-17T13:23:38.660Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-06-17T13:23:38.660Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-06-17T13:23:44.691Z] --- PASS: TestDockerSwarmSuite (1704.47s) [2021-06-17T13:23:44.691Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.24s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.93s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.85s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.36s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.96s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (33.20s) [2021-06-17T13:23:44.692Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.93s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.10s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.45s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (40.27s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (27.05s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.95s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.72s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.49s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (45.43s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (20.24s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.76s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.59s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.47s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (65.04s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (61.14s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.23s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.62s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (21.76s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (18.68s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.85s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.26s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.34s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.27s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (24.60s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (31.27s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.74s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (42.01s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (32.48s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (6.72s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.55s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.72s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.25s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.85s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.46s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.87s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.40s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.61s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.82s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.22s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.34s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.26s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (4.46s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.82s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.61s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.24s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.86s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.56s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (4.91s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.52s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.30s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.15s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.38s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.23s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.44s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.10s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.56s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.41s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.41s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.18s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.65s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.81s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.25s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.58s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.81s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.19s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.56s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.28s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.50s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.01s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (81.89s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.63s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.89s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (8.58s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.73s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.30s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.62s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.50s) [2021-06-17T13:23:44.692Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.88s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.80s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.83s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.61s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.93s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (50.43s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.49s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.89s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (137.32s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.71s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.81s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.21s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.20s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.08s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.14s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.46s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.47s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.49s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.96s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.31s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.68s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.18s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.31s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.67s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.99s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.23s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.13s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.22s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.20s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.72s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.52s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.66s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.69s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.89s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.32s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.31s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.24s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.53s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.13s) [2021-06-17T13:23:44.692Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.22s) [2021-06-17T13:23:44.692Z] === RUN TestDockerExternalVolumeSuite [2021-06-17T13:23:44.692Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-06-17T13:23:45.276Z] docker_cli_external_volume_driver_test.go:53: [d64df47c62375] daemon is not started [2021-06-17T13:23:53.484Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-06-17T13:24:03.366Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-06-17T13:24:03.821Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-06-17T13:24:14.154Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-06-17T13:24:39.668Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-06-17T13:24:50.003Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-06-17T13:25:04.832Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-06-17T13:25:11.060Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-06-17T13:25:17.652Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-06-17T13:25:32.534Z] docker_cli_external_volume_driver_test.go:53: [d851acdc2dcb8] daemon is not started [2021-06-17T13:25:47.419Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-06-17T13:26:05.509Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-06-17T13:26:16.944Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-06-17T13:26:17.404Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-06-17T13:26:17.404Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-17T13:26:17.864Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-06-17T13:26:17.864Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-17T13:26:17.864Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-06-17T13:26:18.323Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-06-17T13:26:19.862Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-06-17T13:26:19.863Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-17T13:26:19.863Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-06-17T13:26:20.323Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-06-17T13:26:20.420Z] docker_cli_external_volume_driver_test.go:53: [da7846b485644] daemon is not started [2021-06-17T13:26:20.783Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-06-17T13:26:35.305Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-06-17T13:26:35.305Z] docker_cli_external_volume_driver_test.go:53: [dca6ab6801c30] daemon is not started [2021-06-17T13:26:35.627Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-06-17T13:26:44.207Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-06-17T13:26:50.195Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-06-17T13:26:52.792Z] === RUN TestDockerSuite/TestBuildEnv [2021-06-17T13:26:52.792Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-17T13:26:52.792Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-06-17T13:26:52.792Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-17T13:26:52.792Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-06-17T13:26:52.792Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-17T13:26:52.792Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-06-17T13:26:52.792Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-17T13:26:52.792Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-06-17T13:26:52.792Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-17T13:26:52.792Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-06-17T13:26:57.478Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-06-17T13:26:57.478Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-17T13:26:57.478Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-06-17T13:26:57.478Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-17T13:26:57.478Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-06-17T13:26:57.478Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-17T13:26:57.478Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-06-17T13:26:57.939Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-06-17T13:27:08.269Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-06-17T13:27:20.660Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-06-17T13:27:20.660Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-06-17T13:27:20.660Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-17T13:27:21.121Z] === RUN TestDockerSuite/TestBuildExpose [2021-06-17T13:27:21.121Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-17T13:27:21.121Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-06-17T13:27:21.121Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-17T13:27:21.121Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-06-17T13:27:21.121Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-17T13:27:21.121Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-06-17T13:27:21.121Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-17T13:27:21.121Z] === RUN TestDockerSuite/TestBuildFails [2021-06-17T13:27:22.279Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-06-17T13:27:24.043Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-06-17T13:27:24.043Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-06-17T13:27:29.844Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-06-17T13:27:35.643Z] === RUN TestDockerSuite/TestBuildForceRm [2021-06-17T13:27:38.347Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-06-17T13:27:41.638Z] === RUN TestDockerSuite/TestBuildFromGit [2021-06-17T13:27:47.437Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-06-17T13:27:48.406Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-06-17T13:27:53.114Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-06-17T13:27:53.114Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-17T13:27:53.114Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-06-17T13:27:53.234Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-06-17T13:27:54.083Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-06-17T13:27:54.542Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-06-17T13:27:54.542Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-17T13:27:54.542Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-06-17T13:28:09.370Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-06-17T13:28:09.370Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-17T13:28:09.370Z] === RUN TestDockerSuite/TestBuildHistory [2021-06-17T13:28:19.698Z] === RUN TestDockerSuite/TestBuildIidFile [2021-06-17T13:28:19.698Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-06-17T13:28:21.878Z] === RUN TestDockerSuite/TestBuildInheritance [2021-06-17T13:28:21.878Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-17T13:28:21.878Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-06-17T13:28:22.337Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-06-17T13:28:22.337Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-06-17T13:28:27.035Z] === RUN TestDockerSuite/TestBuildLabel [2021-06-17T13:28:28.003Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-06-17T13:28:28.463Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-06-17T13:28:30.002Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-06-17T13:28:30.462Z] === RUN TestDockerSuite/TestBuildLabels [2021-06-17T13:28:31.433Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-06-17T13:28:32.975Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-06-17T13:28:39.920Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-06-17T13:28:40.077Z] === RUN TestDockerSuite/TestBuildLastModified [2021-06-17T13:28:40.077Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-17T13:28:40.077Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-06-17T13:28:40.077Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-17T13:28:40.077Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-06-17T13:28:40.077Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-06-17T13:28:40.077Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-06-17T13:28:40.077Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-06-17T13:28:40.077Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-06-17T13:28:40.538Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-06-17T13:28:40.998Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-06-17T13:28:46.803Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-06-17T13:28:58.024Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-06-17T13:29:01.635Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-06-17T13:29:01.635Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-17T13:29:01.635Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-06-17T13:29:04.547Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-06-17T13:29:30.121Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-06-17T13:29:47.119Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-06-17T13:29:55.704Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-06-17T13:30:01.507Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-06-17T13:30:02.223Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-06-17T13:30:08.591Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-06-17T13:30:17.109Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-06-17T13:30:18.920Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-06-17T13:30:35.200Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-06-17T13:30:35.200Z] docker_cli_external_volume_driver_test.go:485: [d6d6e35da3920] daemon is not started [2021-06-17T13:30:36.632Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-06-17T13:30:36.632Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-17T13:30:36.632Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-06-17T13:30:42.452Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-06-17T13:30:42.914Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-06-17T13:30:42.914Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-17T13:30:42.914Z] === RUN TestDockerSuite/TestBuildNetNone [2021-06-17T13:30:42.914Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-17T13:30:42.914Z] === RUN TestDockerSuite/TestBuildNoContext [2021-06-17T13:30:45.835Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-06-17T13:30:50.100Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-06-17T13:30:50.100Z] docker_cli_external_volume_driver_test.go:53: [dcb00014a7a4c] daemon is not started [2021-06-17T13:30:50.548Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-06-17T13:30:52.740Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-06-17T13:30:53.203Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-06-17T13:30:53.203Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-06-17T13:30:56.123Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-06-17T13:30:57.098Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-06-17T13:30:58.646Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite (439.11s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.76s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.41s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.37s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.38s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.39s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.48s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.85s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.41s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.03s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.24s) [2021-06-17T13:31:04.988Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-06-17T13:31:04.988Z] PASS [2021-06-17T13:31:04.988Z] [2021-06-17T13:31:04.988Z] === Skipped [2021-06-17T13:31:04.988Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2021-06-17T13:31:04.988Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-06-17T13:31:04.988Z] check_test.go:309: [dad4c16ba0ea7] daemon is not started [2021-06-17T13:31:04.988Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.02s) [2021-06-17T13:31:04.988Z] [2021-06-17T13:31:04.988Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-06-17T13:31:04.988Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-06-17T13:31:04.988Z] check_test.go:309: [deff6c7e1d329] daemon is not started [2021-06-17T13:31:04.988Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-06-17T13:31:04.988Z] [2021-06-17T13:31:04.988Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-06-17T13:31:04.988Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-06-17T13:31:04.988Z] check_test.go:309: [df80e89bc767b] daemon is not started [2021-06-17T13:31:04.988Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-06-17T13:31:04.988Z] [2021-06-17T13:31:04.988Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-06-17T13:31:04.988Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-06-17T13:31:04.988Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-06-17T13:31:04.988Z] [2021-06-17T13:31:04.988Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-06-17T13:31:04.989Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-06-17T13:31:04.989Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-06-17T13:31:04.989Z] [2021-06-17T13:31:04.989Z] [2021-06-17T13:31:04.989Z] DONE 273 tests, 5 skipped in 2608.638s [2021-06-17T13:31:04.989Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-17T13:31:04.989Z] ++++ cat bundles/test-integration/docker.pid [2021-06-17T13:31:04.989Z] +++ kill 8246 [2021-06-17T13:31:04.989Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dec2599cf594d/docker.pid [2021-06-17T13:31:04.989Z] +++ kill 7031 [2021-06-17T13:31:04.989Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7031 is not a child of this shell [2021-06-17T13:31:04.989Z] warning: PID 7031 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dec2599cf594d/docker.pid had a nonzero exit code [2021-06-17T13:31:04.989Z] +++ /etc/init.d/apparmor stop [2021-06-17T13:31:04.989Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-17T13:31:04.989Z] [2021-06-17T13:31:04.989Z] Unloading profiles will leave already running processes permanently [2021-06-17T13:31:04.989Z] unconfined, which can lead to unexpected situations. [2021-06-17T13:31:04.989Z] [2021-06-17T13:31:04.989Z] To set a process to complain mode, use the command line tool [2021-06-17T13:31:04.989Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-17T13:31:04.989Z] +++ true [2021-06-17T13:31:04.989Z] exiting test-integration [2021-06-17T13:31:04.989Z] ++ exit 0 [2021-06-17T13:31:04.989Z] [2021-06-17T13:31:05.248Z] + exit 0 [2021-06-17T13:31:05.248Z] ++ jobs -p [2021-06-17T13:31:05.248Z] + pids= [2021-06-17T13:31:05.248Z] + echo 'Remaining pids to kill: []' [2021-06-17T13:31:05.248Z] Remaining pids to kill: [] [2021-06-17T13:31:05.248Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-06-17T13:31:05.268Z] Recording test results [2021-06-17T13:31:07.106Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-17T13:31:07.262Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-06-17T13:31:07.457Z] + echo Ensuring container killed. [2021-06-17T13:31:07.457Z] Ensuring container killed. [2021-06-17T13:31:07.457Z] + docker ps -aq -f name=docker-pr5-* [2021-06-17T13:31:07.457Z] + cids=3eff5926faed [2021-06-17T13:31:07.457Z] a0c9bf07180e [2021-06-17T13:31:07.457Z] 8c2b07e5b721 [2021-06-17T13:31:07.457Z] + [ -n 3eff5926faed [2021-06-17T13:31:07.457Z] a0c9bf07180e [2021-06-17T13:31:07.457Z] 8c2b07e5b721 ] [2021-06-17T13:31:07.457Z] + docker rm -vf 3eff5926faed a0c9bf07180e 8c2b07e5b721 [2021-06-17T13:31:08.813Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-06-17T13:31:09.364Z] 3eff5926faed [2021-06-17T13:31:09.364Z] a0c9bf07180e [2021-06-17T13:31:09.623Z] 8c2b07e5b721 [Pipeline] sh [2021-06-17T13:31:09.907Z] + echo Chowning /workspace to jenkins user [2021-06-17T13:31:09.907Z] Chowning /workspace to jenkins user [2021-06-17T13:31:09.907Z] + id -u [2021-06-17T13:31:09.907Z] + id -g [2021-06-17T13:31:09.907Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42510:/workspace busybox chown -R 1000:1000 /workspace [2021-06-17T13:31:09.907Z] Unable to find image 'busybox:latest' locally [2021-06-17T13:31:09.907Z] latest: Pulling from library/busybox [2021-06-17T13:31:10.166Z] b71f96345d44: Pulling fs layer [2021-06-17T13:31:10.166Z] b71f96345d44: Verifying Checksum [2021-06-17T13:31:10.166Z] b71f96345d44: Download complete [2021-06-17T13:31:10.166Z] b71f96345d44: Pull complete [2021-06-17T13:31:10.166Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d [2021-06-17T13:31:10.166Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-17T13:31:14.675Z] + bundleName=amd64 [2021-06-17T13:31:14.675Z] + echo Creating amd64-bundles.tar.gz [2021-06-17T13:31:14.675Z] Creating amd64-bundles.tar.gz [2021-06-17T13:31:14.675Z] + xargs tar -czf amd64-bundles.tar.gz [2021-06-17T13:31:14.675Z] + 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-06-17T13:31:15.624Z] Archiving artifacts [2021-06-17T13:31:17.375Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42510/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-17T13:31:17.686Z] + make clean [2021-06-17T13:31:17.949Z] docker volume rm -f docker-dev-cache [2021-06-17T13:31:17.949Z] docker-dev-cache [Pipeline] deleteDir [2021-06-17T13:31:19.170Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-06-17T13:31:22.090Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-17T13:31:39.832Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-06-17T13:31:48.437Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-06-17T13:31:58.802Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-06-17T13:31:58.802Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-06-17T13:31:58.802Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-17T13:31:58.802Z] === RUN TestDockerSuite/TestBuildPATH [2021-06-17T13:31:58.802Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-17T13:31:58.802Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-06-17T13:32:06.001Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-06-17T13:32:06.001Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-17T13:32:06.001Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-06-17T13:32:48.593Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-06-17T13:33:06.331Z] === RUN TestDockerSuite/TestBuildRm [2021-06-17T13:33:14.935Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-06-17T13:33:17.863Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-06-17T13:33:17.863Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-17T13:33:17.863Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-06-17T13:33:17.863Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-17T13:33:18.326Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-06-17T13:33:19.302Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-06-17T13:33:24.017Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-06-17T13:33:27.779Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-06-17T13:33:31.540Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-06-17T13:33:52.698Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-06-17T13:33:52.698Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-06-17T13:33:53.160Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-06-17T13:34:01.774Z] === RUN TestDockerSuite/TestBuildSpaces [2021-06-17T13:34:01.774Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-06-17T13:34:06.486Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-06-17T13:34:06.486Z] === RUN TestDockerSuite/TestBuildStderr [2021-06-17T13:34:15.101Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-06-17T13:34:57.688Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-06-17T13:34:57.688Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-17T13:34:57.688Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-06-17T13:34:59.237Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-06-17T13:35:00.785Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-06-17T13:35:09.389Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-06-17T13:35:14.100Z] === RUN TestDockerSuite/TestBuildUser [2021-06-17T13:35:14.100Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-17T13:35:14.100Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-06-17T13:35:14.100Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-17T13:35:14.100Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-06-17T13:35:14.100Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-17T13:35:14.100Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-06-17T13:35:17.858Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-06-17T13:35:17.858Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-06-17T13:35:21.615Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-06-17T13:35:21.615Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-17T13:35:21.615Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-06-17T13:35:21.615Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-17T13:35:21.615Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-06-17T13:35:42.814Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-06-17T13:35:43.274Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-06-17T13:35:51.858Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-06-17T13:35:57.664Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-06-17T13:35:57.664Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-17T13:35:58.125Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-06-17T13:35:58.125Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-17T13:35:58.125Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-06-17T13:36:06.708Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-06-17T13:36:06.708Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-17T13:36:06.708Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-06-17T13:36:21.528Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-06-17T13:36:30.112Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-06-17T13:36:30.112Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-06-17T13:36:42.510Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-06-17T13:36:42.510Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-17T13:36:42.971Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-06-17T13:36:42.971Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-17T13:36:43.430Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-06-17T13:36:43.430Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-17T13:36:43.430Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-06-17T13:36:44.399Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-06-17T13:36:56.795Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-06-17T13:36:58.334Z] === RUN TestDockerSuite/TestBuildXZHost [2021-06-17T13:36:58.334Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-17T13:36:58.334Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-06-17T13:36:58.334Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-17T13:36:58.334Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-06-17T13:36:58.334Z] docker_cli_sni_test.go:18: Flakey test [2021-06-17T13:36:58.334Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-06-17T13:37:00.514Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-06-17T13:37:05.209Z] === RUN TestDockerSuite/TestCommitChange [2021-06-17T13:37:09.902Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-06-17T13:37:14.598Z] === RUN TestDockerSuite/TestCommitHardlink [2021-06-17T13:37:14.598Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-17T13:37:14.598Z] === RUN TestDockerSuite/TestCommitNewFile [2021-06-17T13:37:21.684Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-06-17T13:37:21.684Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-17T13:37:21.684Z] === RUN TestDockerSuite/TestCommitTTY [2021-06-17T13:37:28.767Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-06-17T13:37:33.463Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-06-17T13:37:33.463Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-17T13:37:33.463Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-06-17T13:37:33.463Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-17T13:37:33.463Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-06-17T13:37:33.463Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-17T13:37:33.463Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-06-17T13:37:33.463Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-17T13:37:33.463Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-06-17T13:37:33.463Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-17T13:37:33.463Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-06-17T13:37:33.463Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-17T13:37:33.463Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-06-17T13:37:33.463Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-17T13:37:33.463Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-06-17T13:37:33.463Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-06-17T13:37:40.542Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-06-17T13:37:47.619Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-06-17T13:37:47.619Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-17T13:37:47.619Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-06-17T13:37:49.159Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-06-17T13:37:49.159Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-17T13:37:49.159Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-06-17T13:37:49.159Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-17T13:37:49.159Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-06-17T13:37:49.159Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-17T13:37:49.159Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-06-17T13:37:52.071Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-06-17T13:37:52.071Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-17T13:37:52.071Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-06-17T13:37:52.071Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-06-17T13:37:54.979Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-06-17T13:37:54.979Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-06-17T13:37:54.979Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-17T13:37:54.979Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-06-17T13:37:54.979Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-17T13:37:54.979Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-06-17T13:37:54.979Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-17T13:37:54.979Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-06-17T13:37:57.889Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-06-17T13:38:00.073Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-06-17T13:38:02.258Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-06-17T13:38:02.258Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-06-17T13:38:02.258Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-17T13:38:02.258Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-06-17T13:38:04.438Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-06-17T13:38:04.438Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-06-17T13:38:07.347Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-06-17T13:38:07.347Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-17T13:38:07.347Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-06-17T13:38:07.347Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-17T13:38:07.347Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-06-17T13:38:10.259Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-06-17T13:38:10.259Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-06-17T13:38:12.442Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-06-17T13:38:12.442Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-17T13:38:12.442Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-06-17T13:38:14.622Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-06-17T13:38:15.082Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-06-17T13:38:17.264Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-06-17T13:38:21.965Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-06-17T13:38:25.704Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-06-17T13:38:25.704Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-06-17T13:38:25.704Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-06-17T13:38:25.704Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-06-17T13:38:25.704Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-06-17T13:38:27.885Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-06-17T13:38:27.885Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-17T13:38:27.885Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-06-17T13:38:30.798Z] === RUN TestDockerSuite/TestContainerAPITop [2021-06-17T13:38:30.798Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-17T13:38:30.798Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-06-17T13:38:32.341Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-06-17T13:38:32.801Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-06-17T13:38:37.501Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-06-17T13:38:39.039Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-06-17T13:38:39.039Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-17T13:38:39.039Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-06-17T13:38:39.039Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-17T13:38:39.039Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-06-17T13:38:39.039Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-17T13:38:39.039Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-06-17T13:38:39.039Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-17T13:38:39.039Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-06-17T13:38:39.039Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-17T13:38:39.039Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-06-17T13:38:46.124Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-06-17T13:38:46.124Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-06-17T13:38:48.306Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-06-17T13:38:51.214Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-06-17T13:38:53.395Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-06-17T13:38:56.306Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000511fc8_} [2021-06-17T13:38:58.499Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1140055066_c:\foo_false____} [2021-06-17T13:39:01.409Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1140055066_c:\foo_true____} [2021-06-17T13:39:03.597Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-06-17T13:39:03.597Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-17T13:39:03.597Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-06-17T13:39:03.597Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-06-17T13:39:03.597Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-06-17T13:39:03.597Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-06-17T13:39:03.597Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-06-17T13:39:03.597Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-06-17T13:39:03.597Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-06-17T13:39:04.058Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-06-17T13:39:04.058Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-06-17T13:39:04.058Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-06-17T13:39:04.058Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-06-17T13:39:04.058Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-06-17T13:39:04.058Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-17T13:39:04.058Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-06-17T13:39:04.058Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-17T13:39:04.058Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-06-17T13:39:04.058Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-17T13:39:04.058Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-06-17T13:39:04.058Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-17T13:39:04.058Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-06-17T13:39:04.058Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-17T13:39:04.058Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-06-17T13:39:06.970Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-06-17T13:39:06.970Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-17T13:39:06.970Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-06-17T13:39:06.970Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-17T13:39:06.970Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-06-17T13:39:06.970Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-17T13:39:06.970Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-06-17T13:39:06.970Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-17T13:39:06.970Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-06-17T13:39:06.970Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-17T13:39:06.970Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-06-17T13:39:06.970Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-17T13:39:06.970Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-06-17T13:39:06.970Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-17T13:39:06.970Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-06-17T13:39:06.970Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-17T13:39:06.970Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-06-17T13:39:06.970Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-17T13:39:06.970Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-06-17T13:39:06.970Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-17T13:39:06.970Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-06-17T13:39:06.970Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-17T13:39:06.970Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-06-17T13:39:06.970Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-17T13:39:06.970Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-06-17T13:39:06.970Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-17T13:39:06.970Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-06-17T13:39:09.878Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-06-17T13:39:09.878Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-06-17T13:39:09.878Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-17T13:39:09.878Z] === RUN TestDockerSuite/TestCpRelativePath [2021-06-17T13:39:12.790Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-06-17T13:39:12.790Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-17T13:39:12.790Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-06-17T13:39:12.790Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-17T13:39:12.790Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-06-17T13:39:12.790Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-17T13:39:12.790Z] === RUN TestDockerSuite/TestCpToCaseA [2021-06-17T13:39:17.483Z] === RUN TestDockerSuite/TestCpToCaseB [2021-06-17T13:39:19.666Z] === RUN TestDockerSuite/TestCpToCaseC [2021-06-17T13:39:19.666Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-17T13:39:19.666Z] === RUN TestDockerSuite/TestCpToCaseD [2021-06-17T13:39:19.666Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-17T13:39:19.666Z] === RUN TestDockerSuite/TestCpToCaseE [2021-06-17T13:39:30.004Z] === RUN TestDockerSuite/TestCpToCaseF [2021-06-17T13:39:30.004Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-17T13:39:30.004Z] === RUN TestDockerSuite/TestCpToCaseG [2021-06-17T13:39:30.004Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-17T13:39:30.004Z] === RUN TestDockerSuite/TestCpToCaseH [2021-06-17T13:39:40.340Z] === RUN TestDockerSuite/TestCpToCaseI [2021-06-17T13:39:40.340Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-17T13:39:40.340Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-06-17T13:39:40.340Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-17T13:39:40.340Z] === RUN TestDockerSuite/TestCpToDot [2021-06-17T13:39:42.523Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-06-17T13:39:42.523Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-17T13:39:42.523Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-06-17T13:39:42.523Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-17T13:39:42.523Z] === RUN TestDockerSuite/TestCpToStdout [2021-06-17T13:39:44.703Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-06-17T13:39:44.703Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-17T13:39:44.703Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-06-17T13:39:44.703Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-17T13:39:44.703Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-06-17T13:39:44.703Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-17T13:39:44.703Z] === RUN TestDockerSuite/TestCpVolumePath [2021-06-17T13:39:44.703Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-17T13:39:44.703Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-06-17T13:39:45.162Z] === RUN TestDockerSuite/TestCreateArgs [2021-06-17T13:39:45.162Z] === RUN TestDockerSuite/TestCreateByImageID [2021-06-17T13:39:47.343Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-06-17T13:39:50.255Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-06-17T13:39:50.255Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-06-17T13:39:50.715Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-06-17T13:39:57.797Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-06-17T13:39:58.257Z] === RUN TestDockerSuite/TestCreateLabels [2021-06-17T13:39:58.257Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-06-17T13:39:58.257Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-17T13:39:58.257Z] === RUN TestDockerSuite/TestCreateRM [2021-06-17T13:39:58.717Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-06-17T13:39:58.717Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-17T13:39:58.717Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-06-17T13:39:59.177Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-06-17T13:39:59.636Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-06-17T13:40:08.217Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-06-17T13:40:08.217Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-06-17T13:40:08.217Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-06-17T13:40:11.957Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-06-17T13:40:11.957Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-06-17T13:40:11.957Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-17T13:40:11.957Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-06-17T13:40:14.870Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-06-17T13:40:14.870Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-17T13:40:14.870Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-06-17T13:40:15.329Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-06-17T13:40:15.329Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-17T13:40:15.329Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-06-17T13:40:15.329Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-17T13:40:15.329Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-06-17T13:40:15.329Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-17T13:40:15.329Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-06-17T13:40:15.329Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-17T13:40:15.329Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-06-17T13:40:15.329Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-17T13:40:15.329Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-06-17T13:40:15.329Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:40:15.329Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-06-17T13:40:15.329Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-17T13:40:15.329Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-06-17T13:40:15.329Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-17T13:40:15.329Z] === RUN TestDockerSuite/TestDevicePermissions [2021-06-17T13:40:15.329Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-17T13:40:15.329Z] === RUN TestDockerSuite/TestDockerFails [2021-06-17T13:40:15.329Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-06-17T13:40:15.329Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-17T13:40:15.329Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-06-17T13:40:15.329Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-17T13:40:15.329Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-06-17T13:40:15.329Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-17T13:40:15.329Z] === RUN TestDockerSuite/TestEventsAttach [2021-06-17T13:40:15.329Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-17T13:40:15.329Z] === RUN TestDockerSuite/TestEventsCommit [2021-06-17T13:40:15.329Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-17T13:40:15.329Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-06-17T13:40:18.237Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-06-17T13:40:21.146Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-06-17T13:40:23.329Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-06-17T13:40:31.914Z] === RUN TestDockerSuite/TestEventsCopy [2021-06-17T13:40:36.627Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-06-17T13:40:47.072Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-06-17T13:40:49.261Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-06-17T13:40:49.722Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-06-17T13:40:54.431Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-06-17T13:40:55.404Z] === RUN TestDockerSuite/TestEventsFilterType [2021-06-17T13:40:56.379Z] === RUN TestDockerSuite/TestEventsFilters [2021-06-17T13:41:02.201Z] === RUN TestDockerSuite/TestEventsFormat [2021-06-17T13:41:06.908Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-06-17T13:41:07.370Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-06-17T13:41:07.370Z] === RUN TestDockerSuite/TestEventsImageImport [2021-06-17T13:41:07.370Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-17T13:41:07.370Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-06-17T13:41:07.370Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-17T13:41:07.370Z] === RUN TestDockerSuite/TestEventsImagePull [2021-06-17T13:41:07.370Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-17T13:41:07.370Z] === RUN TestDockerSuite/TestEventsImageTag [2021-06-17T13:41:08.344Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-06-17T13:41:08.344Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-17T13:41:08.344Z] === RUN TestDockerSuite/TestEventsRename [2021-06-17T13:41:11.268Z] === RUN TestDockerSuite/TestEventsResize [2021-06-17T13:41:19.871Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-06-17T13:41:21.419Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-06-17T13:41:24.341Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-06-17T13:41:29.050Z] === RUN TestDockerSuite/TestEventsTop [2021-06-17T13:41:29.050Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-17T13:41:29.050Z] === RUN TestDockerSuite/TestEventsUntag [2021-06-17T13:41:31.973Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-06-17T13:41:36.684Z] === RUN TestDockerSuite/TestExec [2021-06-17T13:41:36.684Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-17T13:41:36.684Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-06-17T13:41:36.684Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-17T13:41:36.684Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-06-17T13:41:38.230Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-06-17T13:41:40.419Z] === RUN TestDockerSuite/TestExecAPIStart [2021-06-17T13:41:40.419Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-17T13:41:40.419Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-06-17T13:41:40.419Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-17T13:41:40.419Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-06-17T13:41:40.419Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-17T13:41:40.419Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-06-17T13:41:42.610Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-06-17T13:41:44.801Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-06-17T13:41:46.989Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-06-17T13:41:49.179Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-06-17T13:41:53.892Z] === RUN TestDockerSuite/TestExecCgroup [2021-06-17T13:41:53.892Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-17T13:41:53.892Z] === RUN TestDockerSuite/TestExecEnv [2021-06-17T13:41:53.892Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-17T13:41:53.892Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-06-17T13:41:53.892Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-17T13:41:53.892Z] === RUN TestDockerSuite/TestExecExitStatus [2021-06-17T13:41:56.084Z] === RUN TestDockerSuite/TestExecInspectID [2021-06-17T13:42:00.790Z] === RUN TestDockerSuite/TestExecInteractive [2021-06-17T13:42:00.790Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-17T13:42:00.790Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-06-17T13:42:00.790Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-17T13:42:00.790Z] === RUN TestDockerSuite/TestExecParseError [2021-06-17T13:42:00.790Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-17T13:42:00.790Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-06-17T13:42:00.790Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-17T13:42:00.790Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-06-17T13:42:00.790Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-17T13:42:00.790Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-06-17T13:42:02.981Z] === RUN TestDockerSuite/TestExecSetEnv [2021-06-17T13:42:02.981Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-17T13:42:02.981Z] === RUN TestDockerSuite/TestExecStartFails [2021-06-17T13:42:02.981Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-17T13:42:02.981Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-06-17T13:42:02.981Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-17T13:42:02.981Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-06-17T13:42:02.981Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-17T13:42:02.981Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-06-17T13:42:02.981Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-17T13:42:02.981Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-06-17T13:42:05.906Z] === RUN TestDockerSuite/TestExecUlimits [2021-06-17T13:42:05.906Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-17T13:42:05.906Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-06-17T13:42:11.902Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-06-17T13:42:11.902Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-17T13:42:11.902Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-06-17T13:42:11.902Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-17T13:42:11.902Z] === RUN TestDockerSuite/TestExecWithUser [2021-06-17T13:42:11.902Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-17T13:42:11.902Z] === RUN TestDockerSuite/TestGetContainerStats [2021-06-17T13:42:17.718Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-06-17T13:42:23.536Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-06-17T13:42:26.455Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-06-17T13:42:32.274Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-06-17T13:42:32.274Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-17T13:42:32.274Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-06-17T13:42:32.274Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-06-17T13:42:32.274Z] === RUN TestDockerSuite/TestHealth [2021-06-17T13:42:32.274Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-17T13:42:32.274Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-06-17T13:42:32.736Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-06-17T13:42:32.736Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-06-17T13:42:32.736Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-06-17T13:42:37.445Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-06-17T13:42:37.445Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-06-17T13:42:37.445Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-17T13:42:37.445Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-06-17T13:42:37.445Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-06-17T13:42:37.445Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-06-17T13:42:37.907Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-06-17T13:42:38.369Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-06-17T13:42:38.369Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-17T13:42:38.369Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-06-17T13:42:39.916Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-06-17T13:42:39.916Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-06-17T13:42:41.463Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-06-17T13:42:41.925Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-06-17T13:42:44.118Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-06-17T13:42:47.039Z] === RUN TestDockerSuite/TestImagesFormat [2021-06-17T13:42:47.039Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-06-17T13:42:47.039Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-17T13:42:47.039Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-06-17T13:42:50.793Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-06-17T13:42:50.793Z] === RUN TestDockerSuite/TestImportBadURL [2021-06-17T13:42:53.714Z] === RUN TestDockerSuite/TestImportDisplay [2021-06-17T13:42:53.714Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-17T13:42:53.714Z] === RUN TestDockerSuite/TestImportFile [2021-06-17T13:42:53.714Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-17T13:42:53.714Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-06-17T13:42:53.714Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-06-17T13:42:53.714Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-17T13:42:53.714Z] === RUN TestDockerSuite/TestImportGzipped [2021-06-17T13:42:53.714Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-17T13:42:53.714Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-06-17T13:42:53.714Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-17T13:42:53.714Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-06-17T13:42:53.714Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-17T13:42:53.714Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-06-17T13:42:53.714Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-17T13:42:53.714Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-06-17T13:42:53.714Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-17T13:42:53.714Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-06-17T13:42:53.714Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-06-17T13:42:53.714Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-17T13:42:53.714Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-06-17T13:42:53.714Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-17T13:42:53.714Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-06-17T13:42:56.631Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-06-17T13:43:02.450Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-06-17T13:43:02.450Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-17T13:43:02.450Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-06-17T13:43:02.450Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-17T13:43:02.450Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-06-17T13:43:02.912Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-06-17T13:43:02.912Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-17T13:43:02.912Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-06-17T13:43:05.106Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-06-17T13:43:05.106Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-06-17T13:43:07.296Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-06-17T13:43:07.296Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-17T13:43:07.296Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-06-17T13:43:07.296Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-17T13:43:07.296Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-06-17T13:43:07.296Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-17T13:43:07.296Z] === RUN TestDockerSuite/TestInspectDefault [2021-06-17T13:43:10.222Z] === RUN TestDockerSuite/TestInspectHistory [2021-06-17T13:43:14.934Z] === RUN TestDockerSuite/TestInspectImage [2021-06-17T13:43:14.934Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-17T13:43:14.934Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-06-17T13:43:14.934Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-17T13:43:14.934Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-06-17T13:43:14.934Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-17T13:43:14.934Z] === RUN TestDockerSuite/TestInspectInt64 [2021-06-17T13:43:17.123Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-06-17T13:43:19.312Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-06-17T13:43:19.312Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-06-17T13:43:22.233Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-06-17T13:43:23.806Z] === RUN TestDockerSuite/TestInspectPlugin [2021-06-17T13:43:23.806Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-17T13:43:23.806Z] === RUN TestDockerSuite/TestInspectRootFS [2021-06-17T13:43:23.806Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-06-17T13:43:26.004Z] === RUN TestDockerSuite/TestInspectStatus [2021-06-17T13:43:29.757Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-06-17T13:43:33.508Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-06-17T13:43:35.699Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-06-17T13:43:38.620Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-06-17T13:43:40.808Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-06-17T13:43:42.996Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-06-17T13:43:45.190Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-06-17T13:43:48.112Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLinksEnvs [2021-06-17T13:43:48.112Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-06-17T13:43:48.112Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-06-17T13:43:48.112Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-06-17T13:43:48.112Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-06-17T13:43:48.112Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-06-17T13:43:48.112Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-06-17T13:43:48.112Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-06-17T13:43:48.112Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-06-17T13:43:48.112Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-06-17T13:43:48.112Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-06-17T13:43:48.112Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-06-17T13:43:48.112Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-06-17T13:43:48.112Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-06-17T13:43:48.112Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-06-17T13:43:48.112Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-06-17T13:43:48.112Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-06-17T13:43:50.302Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-06-17T13:43:52.491Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-06-17T13:43:58.307Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-06-17T13:44:01.230Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-06-17T13:44:01.230Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-17T13:44:01.230Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-06-17T13:44:02.782Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-06-17T13:44:03.244Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-06-17T13:44:09.061Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-06-17T13:44:14.882Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-06-17T13:44:19.591Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-06-17T13:44:22.517Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-06-17T13:44:24.706Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-06-17T13:44:24.706Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-17T13:44:24.706Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-06-17T13:44:26.896Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-06-17T13:44:29.813Z] === RUN TestDockerSuite/TestLogsSince [2021-06-17T13:44:40.169Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-06-17T13:44:40.169Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-17T13:44:40.169Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-06-17T13:44:40.169Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-17T13:44:40.169Z] === RUN TestDockerSuite/TestLogsTail [2021-06-17T13:44:41.716Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-06-17T13:44:44.639Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestMountIntoProc [2021-06-17T13:44:47.562Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestMountIntoSys [2021-06-17T13:44:47.562Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestNetHostname [2021-06-17T13:44:47.562Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-06-17T13:44:47.562Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-06-17T13:44:47.562Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-06-17T13:44:47.562Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestPluginActive [2021-06-17T13:44:47.562Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-06-17T13:44:47.562Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-06-17T13:44:47.562Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-06-17T13:44:47.562Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-06-17T13:44:47.562Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-06-17T13:44:47.562Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-06-17T13:44:47.562Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-06-17T13:44:47.562Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-06-17T13:44:47.562Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestPortHostBinding [2021-06-17T13:44:47.562Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestPortList [2021-06-17T13:44:47.562Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-17T13:44:47.562Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-06-17T13:44:52.378Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-06-17T13:44:52.378Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-17T13:44:52.378Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-06-17T13:44:52.378Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-06-17T13:44:52.378Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-17T13:44:52.378Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-06-17T13:44:52.378Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-17T13:44:52.378Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-06-17T13:44:52.378Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-17T13:44:52.378Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-06-17T13:44:52.378Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-17T13:44:52.378Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-06-17T13:44:52.378Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-17T13:44:52.378Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-06-17T13:44:52.378Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-17T13:44:52.378Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-06-17T13:44:52.378Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-17T13:44:52.378Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-06-17T13:44:57.089Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-06-17T13:44:57.089Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-17T13:44:57.089Z] === RUN TestDockerSuite/TestPsByOrder [2021-06-17T13:45:05.689Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-06-17T13:45:05.689Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-17T13:45:05.689Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-06-17T13:45:14.291Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-06-17T13:45:32.029Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-06-17T13:45:32.029Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-06-17T13:45:32.029Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-17T13:45:32.029Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-06-17T13:45:42.362Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-06-17T13:45:46.103Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-06-17T13:45:54.683Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-06-17T13:45:59.376Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-06-17T13:45:59.376Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-17T13:45:59.376Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-06-17T13:45:59.376Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-17T13:45:59.376Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-06-17T13:46:05.186Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-06-17T13:46:05.186Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-17T13:46:05.186Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-06-17T13:46:05.186Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-17T13:46:05.186Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-06-17T13:46:05.186Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-17T13:46:05.186Z] === RUN TestDockerSuite/TestPsRightTagName [2021-06-17T13:46:05.186Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-17T13:46:05.186Z] === RUN TestDockerSuite/TestPsShowMounts [2021-06-17T13:46:12.263Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-06-17T13:46:12.263Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-17T13:46:12.263Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-06-17T13:46:13.234Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-06-17T13:46:13.234Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-17T13:46:13.234Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-06-17T13:46:14.204Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-06-17T13:46:15.174Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-06-17T13:46:15.174Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-17T13:46:15.174Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-06-17T13:46:19.865Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-06-17T13:46:24.570Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-06-17T13:46:26.757Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-06-17T13:46:47.866Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-06-17T13:46:47.866Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-17T13:46:47.866Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-06-17T13:46:54.944Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-06-17T13:46:54.944Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-06-17T13:46:54.944Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-06-17T13:46:55.404Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-06-17T13:47:00.100Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-06-17T13:47:04.795Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-06-17T13:47:04.795Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-17T13:47:04.795Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-06-17T13:47:09.492Z] === RUN TestDockerSuite/TestRmiBlank [2021-06-17T13:47:09.492Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-06-17T13:47:09.953Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-06-17T13:47:35.119Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-06-17T13:47:35.580Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-06-17T13:47:36.040Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-06-17T13:47:48.437Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-06-17T13:47:51.344Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-06-17T13:47:59.922Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-06-17T13:48:03.661Z] === RUN TestDockerSuite/TestRmiTag [2021-06-17T13:48:04.632Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-06-17T13:48:06.815Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-06-17T13:48:36.959Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-06-17T13:48:39.875Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-06-17T13:48:44.574Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-06-17T13:48:45.544Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-06-17T13:48:45.544Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-17T13:48:45.544Z] === RUN TestDockerSuite/TestRunAddHost [2021-06-17T13:48:45.544Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-17T13:48:45.544Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-06-17T13:48:45.544Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-17T13:48:45.544Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-06-17T13:48:45.544Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-17T13:48:45.544Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-06-17T13:48:45.544Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-17T13:48:45.544Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-06-17T13:48:45.544Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-17T13:48:45.544Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-06-17T13:48:45.544Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-17T13:48:45.544Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-06-17T13:48:47.083Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-06-17T13:48:47.083Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-17T13:48:47.083Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-06-17T13:48:47.083Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-17T13:48:47.083Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-06-17T13:48:51.778Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-06-17T13:48:54.684Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-06-17T13:48:56.865Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-06-17T13:48:59.044Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-06-17T13:49:01.225Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-06-17T13:49:01.225Z] === RUN TestDockerSuite/TestRunBindMounts [2021-06-17T13:49:07.030Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-06-17T13:49:07.030Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-17T13:49:07.030Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-06-17T13:49:07.030Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-17T13:49:07.030Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-06-17T13:49:07.030Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-17T13:49:07.030Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-06-17T13:49:07.030Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-17T13:49:07.030Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-06-17T13:49:07.030Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-17T13:49:07.030Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-06-17T13:49:07.030Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-17T13:49:07.030Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-06-17T13:49:07.031Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-17T13:49:07.031Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-06-17T13:49:07.031Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-17T13:49:07.031Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-06-17T13:49:07.031Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-17T13:49:07.031Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-06-17T13:49:07.031Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-17T13:49:07.031Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-06-17T13:49:07.031Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-17T13:49:07.031Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-06-17T13:49:09.938Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-06-17T13:49:09.938Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-17T13:49:09.938Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-06-17T13:49:12.120Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-06-17T13:49:12.120Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-17T13:49:12.120Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-06-17T13:49:12.120Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-17T13:49:12.120Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-06-17T13:49:14.303Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-06-17T13:49:14.303Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-17T13:49:14.303Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-06-17T13:49:14.303Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-17T13:49:14.303Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-06-17T13:49:14.303Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-17T13:49:14.303Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-06-17T13:49:14.303Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-17T13:49:14.303Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-06-17T13:49:14.303Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-17T13:49:14.303Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-06-17T13:49:14.303Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-17T13:49:14.303Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-06-17T13:49:14.303Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-17T13:49:14.303Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-06-17T13:49:21.381Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-06-17T13:49:23.562Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-06-17T13:49:26.472Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-06-17T13:49:26.472Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-17T13:49:26.472Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-06-17T13:49:26.472Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-17T13:49:26.472Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-06-17T13:49:26.472Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-17T13:49:26.472Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-06-17T13:49:28.653Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-06-17T13:49:28.653Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-17T13:49:28.653Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-06-17T13:49:28.653Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-17T13:49:28.653Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-06-17T13:49:28.653Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-17T13:49:28.653Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-06-17T13:49:28.653Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-17T13:49:28.653Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-06-17T13:49:30.834Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-06-17T13:49:35.530Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-06-17T13:49:35.530Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-17T13:49:35.530Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-06-17T13:49:35.530Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-17T13:49:35.530Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-06-17T13:49:35.530Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-17T13:49:35.530Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-06-17T13:49:35.530Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-17T13:49:35.530Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-06-17T13:49:35.530Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-17T13:49:35.530Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-06-17T13:49:35.530Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-17T13:49:35.530Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-06-17T13:49:38.441Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-06-17T13:49:38.441Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-17T13:49:38.441Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-06-17T13:49:38.441Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-06-17T13:49:38.441Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-17T13:49:38.441Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-06-17T13:49:40.622Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-06-17T13:49:43.529Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-06-17T13:49:43.529Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-17T13:49:43.529Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-06-17T13:49:46.437Z] === RUN TestDockerSuite/TestRunEnvironment [2021-06-17T13:49:46.437Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-17T13:49:46.437Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-06-17T13:49:46.437Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-17T13:49:46.437Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-06-17T13:49:46.437Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-17T13:49:46.437Z] === RUN TestDockerSuite/TestRunExitCode [2021-06-17T13:49:48.620Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-06-17T13:49:50.799Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-06-17T13:49:53.707Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-06-17T13:49:55.888Z] === RUN TestDockerSuite/TestRunExposePort [2021-06-17T13:49:56.348Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-06-17T13:49:56.348Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-17T13:49:56.348Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-06-17T13:49:56.349Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-17T13:49:56.349Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-06-17T13:49:56.349Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-17T13:49:56.349Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-06-17T13:49:56.349Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-17T13:49:56.349Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-17T13:49:56.349Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-17T13:49:56.349Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-06-17T13:49:56.349Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-17T13:49:56.349Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-06-17T13:49:56.349Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-17T13:49:56.349Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-06-17T13:50:01.045Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-06-17T13:50:01.045Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-17T13:50:01.045Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-06-17T13:50:01.045Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-06-17T13:50:01.045Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-17T13:50:01.045Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-06-17T13:50:01.045Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-17T13:50:01.045Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-06-17T13:50:01.045Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-17T13:50:01.045Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-06-17T13:50:01.045Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-17T13:50:01.045Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-06-17T13:50:09.622Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-06-17T13:50:09.622Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-17T13:50:09.622Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-06-17T13:50:15.420Z] === RUN TestDockerSuite/TestRunModeHostname [2021-06-17T13:50:15.420Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-17T13:50:15.420Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-06-17T13:50:15.420Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-17T13:50:15.420Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-06-17T13:50:15.420Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-17T13:50:15.420Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-06-17T13:50:15.420Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-17T13:50:15.420Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-06-17T13:50:15.420Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-17T13:50:15.420Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-06-17T13:50:15.420Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-17T13:50:15.420Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-06-17T13:50:15.420Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-17T13:50:15.420Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-06-17T13:50:15.420Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-17T13:50:15.420Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-06-17T13:50:15.420Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-17T13:50:15.420Z] === RUN TestDockerSuite/TestRunMount [2021-06-17T13:50:15.420Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-17T13:50:15.420Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-06-17T13:50:15.420Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-17T13:50:15.420Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-06-17T13:50:15.420Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-17T13:50:15.420Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-06-17T13:50:15.420Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-17T13:50:15.420Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-06-17T13:50:27.865Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-06-17T13:50:27.865Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-17T13:50:27.865Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-06-17T13:50:27.865Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-17T13:50:27.865Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-06-17T13:50:27.865Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-17T13:50:27.865Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-06-17T13:50:32.561Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-06-17T13:50:37.254Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-06-17T13:50:37.254Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-17T13:50:37.254Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-06-17T13:50:37.254Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-17T13:50:37.254Z] === RUN TestDockerSuite/TestRunNetHost [2021-06-17T13:50:37.254Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-17T13:50:37.254Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-06-17T13:50:37.254Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-17T13:50:37.254Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-06-17T13:50:37.254Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-17T13:50:37.254Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-06-17T13:50:37.254Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-17T13:50:37.254Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-06-17T13:50:37.254Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-17T13:50:37.254Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-06-17T13:50:37.254Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-17T13:50:37.254Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-06-17T13:50:37.254Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-17T13:50:37.254Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-06-17T13:50:37.714Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-06-17T13:50:39.253Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-06-17T13:50:40.791Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-06-17T13:50:42.974Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-06-17T13:50:43.945Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-06-17T13:50:46.126Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-06-17T13:50:46.126Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-17T13:50:46.126Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-06-17T13:50:46.126Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-17T13:50:46.126Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-06-17T13:50:46.126Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-17T13:50:46.126Z] === RUN TestDockerSuite/TestRunPortInUse [2021-06-17T13:50:46.126Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-17T13:50:46.126Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-06-17T13:50:46.126Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-17T13:50:46.126Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-06-17T13:50:46.126Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-17T13:50:46.126Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-06-17T13:50:46.126Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-17T13:50:46.126Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-06-17T13:50:46.126Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-17T13:50:46.126Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-17T13:50:49.866Z] === RUN TestDockerSuite/TestRunPublishPort [2021-06-17T13:50:49.866Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-17T13:50:49.866Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-06-17T13:50:49.866Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-17T13:50:49.866Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-06-17T13:50:49.866Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-17T13:50:49.866Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-06-17T13:50:49.866Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-17T13:50:49.866Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-06-17T13:50:49.866Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-17T13:50:49.866Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-06-17T13:50:58.443Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-06-17T13:50:58.443Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-17T13:50:58.444Z] === RUN TestDockerSuite/TestRunRm [2021-06-17T13:51:01.351Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-06-17T13:51:07.154Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-06-17T13:51:09.337Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-06-17T13:51:12.248Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-06-17T13:51:14.431Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-06-17T13:51:17.343Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-06-17T13:51:17.343Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-17T13:51:17.343Z] === RUN TestDockerSuite/TestRunState [2021-06-17T13:51:17.343Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-17T13:51:17.343Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-06-17T13:51:19.529Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-06-17T13:51:19.529Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-17T13:51:19.529Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-06-17T13:51:21.711Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-06-17T13:51:21.711Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-17T13:51:21.711Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-06-17T13:51:21.711Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-17T13:51:21.711Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-06-17T13:51:21.711Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-06-17T13:51:22.170Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-06-17T13:51:22.170Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-17T13:51:22.170Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-06-17T13:51:26.868Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-06-17T13:51:26.868Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-17T13:51:26.868Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-06-17T13:51:26.868Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-17T13:51:26.868Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-06-17T13:51:26.868Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-17T13:51:26.868Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-06-17T13:51:26.868Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-17T13:51:26.868Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-06-17T13:51:26.868Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-17T13:51:26.868Z] === RUN TestDockerSuite/TestRunUserByID [2021-06-17T13:51:26.868Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-17T13:51:26.868Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-06-17T13:51:26.868Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-17T13:51:26.868Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-06-17T13:51:26.868Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-17T13:51:26.868Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-06-17T13:51:26.868Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-17T13:51:26.868Z] === RUN TestDockerSuite/TestRunUserByName [2021-06-17T13:51:26.868Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-17T13:51:26.868Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-06-17T13:51:29.053Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-06-17T13:51:29.053Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-17T13:51:29.053Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-06-17T13:51:31.961Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-06-17T13:51:31.961Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-17T13:51:31.961Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-06-17T13:51:31.961Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-17T13:51:31.961Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-06-17T13:51:35.701Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-06-17T13:51:42.786Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-06-17T13:51:48.585Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-06-17T13:51:54.390Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-06-17T13:51:54.390Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-17T13:51:54.390Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-06-17T13:51:54.390Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-06-17T13:51:58.132Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-06-17T13:52:01.040Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-06-17T13:52:03.225Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-06-17T13:52:03.225Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-17T13:52:03.225Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-06-17T13:52:03.225Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-06-17T13:52:03.225Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-06-17T13:52:03.225Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-17T13:52:03.225Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-06-17T13:52:03.225Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-17T13:52:03.225Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-06-17T13:52:03.225Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-17T13:52:03.225Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-06-17T13:52:03.225Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-17T13:52:03.225Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-06-17T13:52:03.225Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-17T13:52:03.225Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-06-17T13:52:06.967Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-06-17T13:52:07.936Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-06-17T13:52:10.115Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-06-17T13:52:14.813Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-06-17T13:52:14.813Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-06-17T13:52:14.813Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-06-17T13:52:14.813Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-06-17T13:52:14.813Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-06-17T13:52:14.813Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-06-17T13:52:14.813Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-06-17T13:52:14.813Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestSaveImageId [2021-06-17T13:52:14.813Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-06-17T13:52:14.813Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-06-17T13:52:14.813Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-06-17T13:52:14.813Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-06-17T13:52:14.813Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-06-17T13:52:14.813Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-06-17T13:52:14.813Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-06-17T13:52:14.813Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-06-17T13:52:14.813Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-17T13:52:14.813Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-06-17T13:52:16.994Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-06-17T13:52:17.454Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-06-17T13:52:17.912Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-06-17T13:52:18.372Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-06-17T13:52:19.912Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-06-17T13:52:28.486Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-06-17T13:52:28.486Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-17T13:52:28.486Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-06-17T13:52:35.563Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-06-17T13:52:35.563Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-17T13:52:35.563Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-06-17T13:52:40.256Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-06-17T13:52:40.256Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-17T13:52:40.256Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-06-17T13:52:40.256Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-17T13:52:40.256Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-06-17T13:52:40.256Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-17T13:52:40.256Z] === RUN TestDockerSuite/TestStartRecordError [2021-06-17T13:52:40.256Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-17T13:52:40.256Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-06-17T13:52:46.054Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-06-17T13:52:46.054Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-17T13:52:46.054Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-06-17T13:52:46.054Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-17T13:52:46.054Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-06-17T13:52:46.054Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-17T13:52:46.054Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-06-17T13:52:46.054Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-17T13:52:46.054Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-06-17T13:52:46.054Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-17T13:52:46.054Z] === RUN TestDockerSuite/TestStatsNoStream [2021-06-17T13:52:46.054Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-17T13:52:46.054Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-06-17T13:52:48.239Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-06-17T13:52:50.421Z] === RUN TestDockerSuite/TestTopPrivileged [2021-06-17T13:52:50.421Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-17T13:52:50.421Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-06-17T13:52:52.600Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-06-17T13:52:52.600Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-17T13:52:53.060Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-06-17T13:52:53.060Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-17T13:52:53.060Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-06-17T13:52:53.060Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-17T13:52:53.060Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-06-17T13:52:53.060Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-17T13:52:53.060Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-06-17T13:52:53.060Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-17T13:52:53.060Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-06-17T13:52:53.060Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-17T13:52:53.060Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-06-17T13:53:10.758Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-06-17T13:53:10.758Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-06-17T13:53:10.758Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-06-17T13:53:10.758Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-17T13:53:10.758Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-06-17T13:53:10.758Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-06-17T13:53:10.758Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-06-17T13:53:10.758Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-06-17T13:53:12.943Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-06-17T13:53:12.943Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-06-17T13:53:16.684Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-06-17T13:53:16.684Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-06-17T13:53:17.143Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-06-17T13:53:17.143Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-06-17T13:53:17.143Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-06-17T13:53:25.721Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-06-17T13:53:25.721Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-17T13:53:25.721Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-06-17T13:53:26.690Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-06-17T13:53:27.150Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-06-17T13:53:27.150Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-17T13:53:27.150Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-06-17T13:53:35.724Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-06-17T13:53:35.724Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-06-17T13:53:35.724Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-06-17T13:53:44.304Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-06-17T13:53:44.304Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-17T13:53:44.304Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite (2420.62s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.75s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.22s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.57s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (56.48s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.68s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.46s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.15s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.23s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.09s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (10.37s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (68.34s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (9.93s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (8.36s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.92s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.22s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.90s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.29s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.54s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.86s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.62s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.86s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.05s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.25s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.64s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.74s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.53s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAddTar (33.56s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (16.59s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.63s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.51s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (11.06s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.92s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (9.00s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.77s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (16.88s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.90s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.45s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.59s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (22.41s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (8.81s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.64s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.37s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.36s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (8.70s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.32s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.49s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.99s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCmd (0.59s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.56s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.56s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.92s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.26s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.26s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.49s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.70s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.96s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.53s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.85s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.70s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.37s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (39.26s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.37s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.16s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (9.39s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.34s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (5.10s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (22.18s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.75s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.44s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.62s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.69s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.70s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.10s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.75s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerignore (48.13s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.90s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.38s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (53.54s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.65s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.70s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (18.65s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.22s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.89s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (27.03s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.28s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (14.20s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (72.84s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.41s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.32s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.63s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.16s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.52s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.60s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (14.73s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (7.95s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (9.10s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.28s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.89s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.00s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (9.06s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.26s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.67s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildFails (2.68s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.86s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.61s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.78s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.87s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.57s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.50s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.84s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.60s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (12.91s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildHistory (11.40s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.00s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.76s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.86s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.42s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildLabel (1.02s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.68s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.98s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.67s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildLabels (1.06s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.70s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.08s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.63s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.74s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.17s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.36s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.56s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (36.45s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (14.73s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.91s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.70s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (9.94s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.48s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.87s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.67s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-17T13:53:45.843Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.69s) [2021-06-17T13:53:45.843Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.36s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.78s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.30s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.68s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.11s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.39s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.91s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.58s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.17s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.96s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (17.02s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (9.15s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (9.02s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.16s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (6.82s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (40.08s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (18.46s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildRm (10.72s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.06s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.38s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.89s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.83s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.46s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (19.96s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.70s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.65s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.45s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.12s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildStderr (8.73s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (40.91s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.41s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.26s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildTagEvent (8.73s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.57s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.52s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.59s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.14s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.26s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.85s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.74s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.60s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.48s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildWithFailure (7.40s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (14.40s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildWithTabs (8.76s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.40s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (13.13s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.33s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.23s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (11.61s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.93s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.91s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.48s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCommitChange (5.19s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.25s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.74s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCommitTTY (7.19s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.59s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.98s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (7.15s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.24s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.62s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.61s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.31s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.17s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.15s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.26s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.68s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.67s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.03s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.78s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.33s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.24s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.06s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.19s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.77s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.70s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.15s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.46s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.10s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (6.62s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (17.92s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.58s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.51s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.56s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.54s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000511fc8_} (2.56s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1140055066_c:\foo_false____} (2.60s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1140055066_c:\foo_true____} (2.55s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.46s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.38s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.69s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.76s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.48s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.69s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.84s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCpToCaseH (10.03s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCpToDot (2.79s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCpToStdout (2.42s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.25s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateArgs (0.23s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.13s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.72s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.25s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.25s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (6.67s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.75s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateLabels (0.25s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateRM (0.45s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.48s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (8.08s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.26s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.46s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.62s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.24s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.74s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-17T13:53:45.844Z] --- PASS: TestDockerSuite/TestDockerFails (0.09s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-06-17T13:53:45.844Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.74s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.77s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.42s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.54s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsCopy (4.44s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (10.11s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.61s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.86s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.36s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.09s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.10s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsFilters (5.40s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsFormat (5.31s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.21s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsRename (2.43s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsResize (7.94s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.64s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.52s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.09s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsUntag (2.76s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.41s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.03s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.09s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.05s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.08s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.06s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.11s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.86s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.26s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestExecInspectID (4.66s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.41s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.29s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.89s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.99s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.94s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.94s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.16s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.58s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.65s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.04s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.85s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.27s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.15s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.96s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestImagesFormat (0.20s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.75s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestImportBadURL (2.39s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.65s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (6.36s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.30s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.25s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectDefault (2.68s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectHistory (4.40s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.22s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.14s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.23s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.59s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.12s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.18s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectStatus (3.33s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.14s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.19s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.54s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.15s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.54s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.21s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.61s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.05s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.82s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.68s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.16s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.42s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.54s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.45s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.61s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.44s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.39s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.65s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsSince (9.18s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsTail (2.98s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.73s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.63s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.74s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.78s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPsByOrder (8.08s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPsListContainersBase (9.10s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.59s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.33s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.27s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.84s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.18s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.89s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.04s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.89s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.62s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.28s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2021-06-17T13:53:45.845Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-17T13:53:45.845Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.24s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.77s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.36s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (19.88s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.33s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.31s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.23s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.98s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.86s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.33s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.83s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRmiBlank (0.09s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.35s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (22.25s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.24s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.73s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (10.65s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.75s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.41s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.68s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRmiTag (0.83s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.37s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (30.19s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.71s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.37s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.28s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.76s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.44s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.68s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.24s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.16s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.58s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.29s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.58s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.83s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.74s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (6.93s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.44s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.57s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.60s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.79s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.02s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.63s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.16s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.19s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.61s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.61s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunExitCode (2.59s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.28s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.59s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.66s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.67s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.35s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (6.39s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (11.89s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.26s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.46s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.21s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.83s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.88s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.21s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.86s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.68s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.53s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunRm (2.66s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.68s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.65s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.57s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.15s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.79s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.59s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.10s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.87s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.25s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.58s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.42s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.53s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (5.22s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.32s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.16s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.44s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.65s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.34s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.08s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.44s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.44s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.79s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.80s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-17T13:53:45.846Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.33s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s) [2021-06-17T13:53:45.846Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.30s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.72s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.22s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.44s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.00s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.32s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.18s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.31s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.18s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.34s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.19s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.23s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.42s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.33s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.05s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.44s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.46s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.47s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.57s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.80s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.23s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.69s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.32s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.34s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.16s) [2021-06-17T13:53:45.847Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-17T13:53:45.847Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.29s) [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-06-17T13:53:45.847Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-06-17T13:53:45.847Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-06-17T13:53:45.847Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-06-17T13:53:45.847Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-06-17T13:53:45.847Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-06-17T13:53:45.847Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-06-17T13:53:45.847Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-06-17T13:53:45.847Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-06-17T13:53:45.847Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-06-17T13:53:45.847Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-06-17T13:53:45.847Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-06-17T13:53:45.847Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-06-17T13:53:45.847Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-06-17T13:53:45.847Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-06-17T13:53:45.847Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-06-17T13:53:45.847Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:45.847Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-06-17T13:53:46.307Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.307Z] --- PASS: TestDockerRegistrySuite (0.13s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-17T13:53:46.307Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-06-17T13:53:46.308Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-17T13:53:46.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-06-17T13:53:46.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-06-17T13:53:46.308Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-06-17T13:53:46.308Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-06-17T13:53:46.308Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-06-17T13:53:46.308Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-06-17T13:53:46.308Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-06-17T13:53:46.308Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-06-17T13:53:46.308Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-06-17T13:53:46.308Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.03s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-17T13:53:46.308Z] === RUN TestDockerRegistryAuthTokenSuite [2021-06-17T13:53:46.308Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-06-17T13:53:46.308Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-06-17T13:53:46.308Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-06-17T13:53:46.308Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-06-17T13:53:46.308Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-06-17T13:53:46.308Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-17T13:53:46.308Z] === RUN TestDockerDaemonSuite [2021-06-17T13:53:46.308Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-06-17T13:53:46.308Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-06-17T13:53:46.308Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-06-17T13:53:46.308Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-17T13:53:46.308Z] === RUN TestDockerSwarmSuite [2021-06-17T13:53:46.308Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-06-17T13:53:46.308Z] === RUN TestDockerPluginSuite [2021-06-17T13:53:46.308Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-06-17T13:53:46.308Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-06-17T13:53:46.308Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-06-17T13:53:46.308Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-06-17T13:53:46.308Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-06-17T13:53:46.308Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-06-17T13:53:46.308Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-06-17T13:53:46.308Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-06-17T13:53:46.308Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-06-17T13:53:46.308Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-06-17T13:53:46.308Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-06-17T13:53:46.308Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-17T13:53:46.308Z] === RUN TestDockerExternalVolumeSuite [2021-06-17T13:53:46.308Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-06-17T13:53:46.308Z] === RUN TestDockerNetworkSuite [2021-06-17T13:53:46.308Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-06-17T13:53:46.308Z] === RUN TestDockerHubPullSuite [2021-06-17T13:53:46.308Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-06-17T13:53:46.308Z] PASS [2021-06-17T13:53:46.308Z] ok github.com/docker/docker/integration-cli 2420.950s [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === Skipped [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-06-17T13:53:46.308Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-17T13:53:46.308Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-06-17T13:53:46.308Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-17T13:53:46.308Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-17T13:53:46.308Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-06-17T13:53:46.308Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-06-17T13:53:46.308Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-06-17T13:53:46.308Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-06-17T13:53:46.308Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-06-17T13:53:46.308Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-17T13:53:46.308Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-17T13:53:46.308Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-17T13:53:46.308Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-17T13:53:46.308Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-17T13:53:46.308Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-17T13:53:46.308Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-17T13:53:46.308Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-17T13:53:46.308Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2021-06-17T13:53:46.308Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.37s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-17T13:53:46.308Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-17T13:53:46.308Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-06-17T13:53:46.308Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-06-17T13:53:46.308Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-06-17T13:53:46.308Z] [2021-06-17T13:53:46.308Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-17T13:53:46.308Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.308Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.63s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.63s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.92s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.92s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.31s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.64s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.64s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.37s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.37s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-06-17T13:53:46.309Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.34s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.34s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.38s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.38s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.32s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.32s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.28s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.28s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.36s) [2021-06-17T13:53:46.309Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.31s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.31s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.309Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-17T13:53:46.309Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.309Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-17T13:53:46.309Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.48s) [2021-06-17T13:53:46.310Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.48s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-06-17T13:53:46.310Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2021-06-17T13:53:46.310Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.33s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.33s) [2021-06-17T13:53:46.310Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.33s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.31s) [2021-06-17T13:53:46.310Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.31s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-17T13:53:46.310Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.29s) [2021-06-17T13:53:46.310Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.29s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-06-17T13:53:46.310Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-06-17T13:53:46.310Z] docker_cli_sni_test.go:18: Flakey test [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-06-17T13:53:46.310Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-17T13:53:46.310Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-17T13:53:46.310Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-17T13:53:46.310Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-17T13:53:46.310Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-17T13:53:46.310Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-17T13:53:46.310Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-17T13:53:46.310Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-17T13:53:46.310Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-17T13:53:46.310Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-06-17T13:53:46.310Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-17T13:53:46.310Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-17T13:53:46.310Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2021-06-17T13:53:46.310Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-17T13:53:46.310Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-06-17T13:53:46.310Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-17T13:53:46.310Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.310Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-17T13:53:46.310Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.310Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-17T13:53:46.310Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-06-17T13:53:46.311Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-06-17T13:53:46.311Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-17T13:53:46.311Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-17T13:53:46.311Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-17T13:53:46.311Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-17T13:53:46.311Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-17T13:53:46.311Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-17T13:53:46.311Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-17T13:53:46.311Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-17T13:53:46.311Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-17T13:53:46.311Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-17T13:53:46.311Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-06-17T13:53:46.311Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-17T13:53:46.311Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-17T13:53:46.311Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-17T13:53:46.311Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-17T13:53:46.311Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-17T13:53:46.311Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2021-06-17T13:53:46.311Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-17T13:53:46.311Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-17T13:53:46.311Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.311Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-17T13:53:46.311Z] [2021-06-17T13:53:46.311Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2021-06-17T13:53:46.312Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-17T13:53:46.312Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-17T13:53:46.312Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-17T13:53:46.312Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-17T13:53:46.312Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-06-17T13:53:46.312Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-17T13:53:46.312Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-06-17T13:53:46.312Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-06-17T13:53:46.312Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-17T13:53:46.312Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-17T13:53:46.312Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-17T13:53:46.312Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-17T13:53:46.312Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-17T13:53:46.312Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-17T13:53:46.312Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-17T13:53:46.312Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.312Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-17T13:53:46.312Z] [2021-06-17T13:53:46.312Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-17T13:53:46.312Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-06-17T13:53:46.313Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-17T13:53:46.313Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-06-17T13:53:46.313Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-17T13:53:46.313Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-06-17T13:53:46.313Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.313Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-17T13:53:46.313Z] [2021-06-17T13:53:46.313Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-17T13:53:46.313Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.314Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-17T13:53:46.314Z] [2021-06-17T13:53:46.314Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-17T13:53:46.314Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.314Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-06-17T13:53:46.775Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.775Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-17T13:53:46.775Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.775Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-17T13:53:46.775Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2021-06-17T13:53:46.776Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-17T13:53:46.776Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.776Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-17T13:53:46.776Z] [2021-06-17T13:53:46.776Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-17T13:53:46.777Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-06-17T13:53:46.777Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-17T13:53:46.777Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-17T13:53:46.777Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-06-17T13:53:46.777Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-17T13:53:46.777Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-17T13:53:46.777Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-17T13:53:46.777Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-17T13:53:46.777Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-17T13:53:46.777Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-17T13:53:46.777Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-17T13:53:46.777Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-17T13:53:46.777Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-06-17T13:53:46.777Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-17T13:53:46.777Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-17T13:53:46.777Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.777Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-17T13:53:46.777Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.777Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-17T13:53:46.777Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-06-17T13:53:46.778Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] DONE 1092 tests, 546 skipped in 2429.418s [2021-06-17T13:53:46.778Z] INFO: Integration tests ended at 06/17/2021 13:53:46. Duration:00:40:29.6915355 [2021-06-17T13:53:46.778Z] INFO: Docker info of the daemon under test at end of run [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] Containers: 2 [2021-06-17T13:53:46.778Z] Running: 0 [2021-06-17T13:53:46.778Z] Paused: 0 [2021-06-17T13:53:46.778Z] Stopped: 2 [2021-06-17T13:53:46.778Z] Images: 18 [2021-06-17T13:53:46.778Z] Server Version: 0.0.0-dev [2021-06-17T13:53:46.778Z] Storage Driver: windowsfilter [2021-06-17T13:53:46.778Z] Windows: [2021-06-17T13:53:46.778Z] Logging Driver: json-file [2021-06-17T13:53:46.778Z] Plugins: [2021-06-17T13:53:46.778Z] Volume: local [2021-06-17T13:53:46.778Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-17T13:53:46.778Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-17T13:53:46.778Z] Swarm: inactive [2021-06-17T13:53:46.778Z] Default Isolation: process [2021-06-17T13:53:46.778Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-17T13:53:46.778Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-17T13:53:46.778Z] OSType: windows [2021-06-17T13:53:46.778Z] Architecture: x86_64 [2021-06-17T13:53:46.778Z] CPUs: 4 [2021-06-17T13:53:46.778Z] Total Memory: 32GiB [2021-06-17T13:53:46.778Z] Name: azwin-2-c6a1d0 [2021-06-17T13:53:46.778Z] ID: YVVV:BOUF:EW7V:7AQI:GC6U:MNUM:XRZE:X33G:5J4P:V3F4:6GAP:2QJK [2021-06-17T13:53:46.778Z] Docker Root Dir: D:\CI\PR-42510\5\daemon [2021-06-17T13:53:46.778Z] Debug Mode (client): false [2021-06-17T13:53:46.778Z] Debug Mode (server): true [2021-06-17T13:53:46.778Z] File Descriptors: -1 [2021-06-17T13:53:46.778Z] Goroutines: 17 [2021-06-17T13:53:46.778Z] System Time: 2021-06-17T13:53:46.6669032Z [2021-06-17T13:53:46.778Z] EventsListeners: 0 [2021-06-17T13:53:46.778Z] Registry: https://index.docker.io/v1/ [2021-06-17T13:53:46.778Z] Labels: [2021-06-17T13:53:46.778Z] Experimental: false [2021-06-17T13:53:46.778Z] Insecure Registries: [2021-06-17T13:53:46.778Z] 127.0.0.0/8 [2021-06-17T13:53:46.778Z] Live Restore Enabled: false [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] [2021-06-17T13:53:46.778Z] INFO: Stopping daemon under test [2021-06-17T13:53:47.238Z] SUCCESS: The process with PID 6100 (child process of PID 2940) has been terminated. [2021-06-17T13:53:47.238Z] SUCCESS: The process with PID 2940 (child process of PID 3056) has been terminated. [2021-06-17T13:53:47.238Z] INFO: Stop tailing logs of the daemon under tests [2021-06-17T13:53:47.238Z] INFO: executeCI.ps1 Completed successfully at 06/17/2021 13:53:46. [2021-06-17T13:53:47.238Z] INFO: Tidying up at end of run [2021-06-17T13:53:47.238Z] INFO: Saving daemon under test log (d:\CI\PR-42510\5\dut.out) to bundles\CIDUT.out [2021-06-17T13:53:47.238Z] INFO: Saving daemon under test log (d:\CI\PR-42510\5\dut.err) to bundles\CIDUT.err [2021-06-17T13:53:47.238Z] INFO: Nuke-Everything... [2021-06-17T13:53:47.697Z] INFO: Container count on control daemon to delete is 2 [2021-06-17T13:53:48.157Z] 4690f493171d [2021-06-17T13:53:48.157Z] 9e1cb2a0a1fa [2021-06-17T13:53:48.157Z] INFO: Tidying pidfile d:\CI\PR-42510\5\docker.pid [2021-06-17T13:53:48.157Z] INFO: Nuking d:\CI [2021-06-17T13:54:03.000Z] INFO: Zapped successfully [2021-06-17T13:54:03.000Z] [2021-06-17T13:54:03.000Z] INFO: executeCI.ps1 exiting at Thu Jun 17 13:54:01 CUT 2021. Duration 01:15:54.9541917 [2021-06-17T13:54:03.000Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-06-17T13:54:03.240Z] Recording test results [2021-06-17T13:54:09.992Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-06-17T13:54:11.487Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2021-06-17T13:54:13.238Z] Archiving artifacts [2021-06-17T13:54:27.253Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42510/5/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-17T13:54:28.181Z] + make clean [2021-06-17T13:54:29.152Z] docker volume rm -f docker-dev-cache [2021-06-17T13:54:29.152Z] 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